#learn .hero.global .v1 .bg {
  background-image: url(/i/learn-hero-bg-wh.jpg);
}

#learn .hero.global .v2 .bg {
  background-image: url(/i/learn-hero-bg-cl.jpg);
}

#learn .hero.global .v2 .bg2 {
  background-image: url(/i/learn-hero-bg-wh.jpg);
}

#learn .sec-title {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 2.5rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: -0.075rem;
  margin-bottom: 4.5rem;
  color: #333F49;
}

#learn .sec-title.wh {
  color: #ffffff;
}

#learn .secPadding {
  padding: 7.5rem 0;
}

#learn .download-btn {
  width: calc(100% - 5rem);
  padding-top: 1.5rem;
  position: relative;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #333F49;
  transition: all .3s ease;
}

#learn .download-btn > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}

#learn .download-btn .pdf-icon {
  width: 20px;
  height: 20px;
  background: url("/i/pdf-icon-all.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  transition: all 0.7s ease;
}

#learn .download-btn span {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#learn .download-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%);
  top: 0;
  left: 0;
  transition: all .7s ease;
}

#learn .s3 .featured .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#learn .s3 .featured .wrap .article {
  border: solid 1px rgba(51, 63, 73, 0.3);
  padding: 2.5rem 2.5rem 7rem 2.5rem;
  position: relative;
}

#learn .s3 .featured .wrap .article .category {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: color 0.7s ease;
}

#learn .s3 .featured .wrap .article .title {
  min-height: 160px;
  margin-bottom: 6.5rem;
}

#learn .s3 .featured .wrap .article .title h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  line-height: 1.3em;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px rgba(51, 63, 73, 0.3);
  color: #333F49;
  transition: all 0.7s ease;
}

#learn .s3 .featured .wrap .article .summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
  transition: color 0.7s ease;
}

#learn .s3 .featured .wrap .article .download-btn .pdf-icon {
  width: 30px;
  height: 30px;
  background-image: url(/i/pdf-icon.svg);
}

#learn .s3 .featured .wrap .article::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #333F49;
  transition: all 0.7s ease;
  z-index: -1;
}

#learn .s3 .featured .wrap .article:hover::before {
  width: 100%;
}

#learn .s3 .featured .wrap .article:hover .category, #learn .s3 .featured .wrap .article:hover .summary, #learn .s3 .featured .wrap .article:hover .download-btn span {
  color: #ffffff;
}

#learn .s3 .featured .wrap .article:hover .download-btn .pdf-icon {
  background-image: url(/i/pdf-icon-wh.svg);
}

#learn .s3 .featured .wrap .article:hover .title h3 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

#learn .s3 .hline {
  width: 0;
  height: 1px;
  background: linear-gradient(145deg, #E27530 20.38%, #F6D888 59.24%);
  margin: 4rem 0;
  transition: width 1.5s ease;
}

#learn .s3 .hline.in-view {
  width: 100%;
}

#learn .s3 .sec-title.sec {
  margin-bottom: 3rem;
  text-align: center;
}

#learn .s3 .all {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 400px);
  gap: 20px;
}

#learn .s3 .all .article {
  border: solid 1px rgba(51, 63, 73, 0.3);
  padding: 1.6rem 1.6rem 8rem 1.6rem;
  position: relative;
}

#learn .s3 .all .article .category {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: color .7s ease;
}

#learn .s3 .all .article .title h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #333F49;
  transition: color .7s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

#learn .s3 .all .article .download-btn {
  width: calc(100% - 3.2rem);
  padding-top: 1rem;
  bottom: 1rem;
}

#learn .s3 .all .article .download-btn span {
  color: #4B5C6B;
}

#learn .s3 .all .article .download-btn::before {
  background: none;
  background-color: rgba(51, 63, 73, 0.3);
}

#learn .s3 .all .article::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #333F49;
  transition: all 0.7s ease;
  z-index: -1;
}

#learn .s3 .all .article:hover::before {
  width: 100%;
}

#learn .s3 .all .article:hover .category, #learn .s3 .all .article:hover .summary, #learn .s3 .all .article:hover .download-btn span {
  color: #ffffff;
}

#learn .s3 .all .article:hover .download-btn .pdf-icon {
  background-image: url(/i/pdf-icon-wh.svg);
}

#learn .s3 .all .article:hover .download-btn::before {
  background-color: rgba(255, 255, 255, 0.3);
}

#learn .s3 .all .article:hover .title h3 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

#learn .s3 .all .article.video {
  padding: 0 0 6rem;
}

#learn .s3 .all .article.video .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 450 / 250;
}

#learn .s3 .all .article.video .title {
  margin: 1.6rem 1.6rem 0 1.6rem;
}

#learn .s3 .all .article.video .play-video {
  width: calc(100% - 3.2rem);
  padding-top: 1rem;
  bottom: 1rem;
}

#learn .s3 .all .article.video .play-video span {
  color: #4B5C6B;
}

#learn .s3 .all .article.video:hover .play-video span {
  color: #fff;
}

#learn .s3 .load-more-wrap {
  margin-top: 3rem;
  text-align: center;
}

#learn .s3 .load-more-wrap .load-more {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
}

#learn .s4 {
  text-align: center;
  background: #333F49;
}

#learn .s4 h2 {
  padding: 0 1rem;
}

#learn .s4 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#learn .s4 .wrap .card {
  height: 440px;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#learn .s4 .wrap .card h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6em;
  font-weight: 900;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5rem);
}

#learn .s4 .wrap .card p {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5rem);
  max-width: 530px;
  text-align: center;
}

#learn .s4 .wrap .card img {
  position: absolute;
  top: calc(0px + 60px);
  right: calc(0px + 60px);
}

#learn .s4 .wrap .card::before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #283540;
  transition: all 1s ease;
}

#learn .s4 .wrap .card:last-of-type {
  border-right: none;
}

#learn .s4 .wrap .card:hover::before {
  width: 100%;
  height: 100%;
}

#learn .s4 .wrap .card:hover h3, #learn .s4 .wrap .card:hover img {
  opacity: 0;
}

#learn .s4 .wrap .card:hover h3 {
  transition: opacity 1s ease;
}

#learn .s4 .wrap .card:hover p {
  transition: opacity 1s ease;
  opacity: 1;
}

#learn .s6 .sec-title {
  text-align: center;
}

#learn .s6 .accordion {
  position: relative;
  border-bottom: solid 1px rgba(51, 63, 73, 0.3);
}

#learn .s6 .accordion::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--hi-top, 0px);
  height: var(--hi-h, 0px);
  background: #333F49;
  opacity: var(--hi-op, 0);
  pointer-events: none;
  z-index: 0;
  transition: top 260ms ease, height 260ms ease, opacity 160ms ease;
  will-change: top, height;
}

#learn .s6 .accordion .fx-nav {
  border-top: solid 1px rgba(51, 63, 73, 0.3);
  padding: 3rem 0;
  position: relative;
  z-index: 1;
  transition: background-color .3s ease;
}

#learn .s6 .accordion .fx-nav h5 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  font-size: 1.7rem;
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  position: relative;
  padding-right: 3rem;
  transition: color .3s ease;
}

#learn .s6 .accordion .fx-nav h5::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/i/plus-icon-acn.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#learn .s6 .accordion .fx-slide {
  background: #40505D;
  position: relative;
  z-index: 10;
}

#learn .s6 .accordion .fx-slide > div {
  max-width: 1400px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

#learn .s6 .accordion .fx-slide p {
  color: #fff;
  max-width: 930px;
}

#learn .s6 .fx-nav.is-hover h5 {
  color: #fff;
}

#learn .s6 .fx-nav.fx-on {
  background-color: #40505D;
}

#learn .s6 .fx-nav.fx-on h5 {
  color: #fff;
}

#learn .s6 .fx-nav.fx-on h5::after {
  background-image: url(/i/minus-icon-acn.svg);
}

#learn .s5 {
  text-align: center;
  background: #333F49;
}

#learn .s5 .download-btn {
  bottom: calc(0px + 60px);
}

#learn .s5 .download-btn span {
  color: #fff;
}

#learn .s5 .download-btn .pdf-icon {
  width: 30px;
  height: 30px;
  background-image: url(/i/pdf-icon-wh.svg);
}

#learn .s5 .download-btn:hover span {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

#learn .s5 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#learn .s5 .wrap .card {
  height: 440px;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#learn .s5 .wrap .card h3 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6em;
  font-weight: 900;
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5rem);
  transition: opacity 1s ease;
}

#learn .s5 .wrap .card::before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #283540;
  transition: all 1s ease;
}

#learn .s5 .wrap .card:last-of-type {
  border-right: none;
}

#learn .s7 {
  position: relative;
  overflow: hidden;
}

#learn .s7 .plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
}

#learn .s7 .plx-wrap .plx-bg {
  background: url(/i/stay-updated-bg-img-parallax.jpg) no-repeat center/cover;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

#learn .s7 .content {
  z-index: 1;
  position: relative;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

#learn .s7 h2 {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.4em;
  color: #687A8A;
  margin-bottom: 0;
}

#learn .s7 h2 span {
  background: var(--orangeGrad, linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#learn .s7 .right {
  width: 50%;
}

#learn .s7 .right p {
  max-width: 590px;
  margin-bottom: 3rem;
}

#learn .s7 .right form .hidhp {
  display: none;
}

#learn .s7 .right form input {
  display: inline-block;
  width: 100%;
  font-family: "montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: .95rem;
  line-height: 1.3em;
  color: #333F49;
  background: transparent;
  border: none;
  border-bottom: solid 1px #333F49;
  padding-bottom: 14px;
  -webkit-appearance: none;
  margin-bottom: 2rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}

#learn .s7 .right form ::placeholder {
  font-family: area-extended;
  font-style: normal;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.3em;
  color: rgba(51, 63, 73, 0.5);
}

#learn .s7 .right form button {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 3rem;
}

#learn .s7 .right form button:hover {
  background: linear-gradient(93deg, #E27530 -8.04%, #F6D888 109.01%) border-box;
}

#learn .s7 .right form input:-webkit-autofill,
#learn .s7 .right form input:-webkit-autofill:hover,
#learn .s7 .right form input:-webkit-autofill:focus,
#learn .s7 .right form textarea:-webkit-autofill,
#learn .s7 .right form textarea:-webkit-autofill:hover,
#learn .s7 .right form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #333F49;
  transition: background-color 5000s ease-in-out 0s;
}

#learn .s7 .right .response, #learn .s7 .right .response2 {
  font-size: 0.95rem;
  color: #333F49;
  position: relative;
  top: 2rem;
}

@media screen and (max-width: 1400px) {
  #learn .s4 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #learn .s4 .wrap .card {
    border-right: none;
    border-bottom: none;
  }
  #learn .s4 .wrap .card p {
    max-width: 700px;
  }
  #learn .s4 .wrap .card:last-of-type {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #learn .s5 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #learn .s5 .wrap .card {
    border-right: none;
    border-bottom: none;
  }
  #learn .s5 .wrap .card:last-of-type {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 1200px) {
  #learn .s3 .featured .wrap {
    grid-template-columns: 1fr;
  }
  #learn .s3 .featured .wrap .article {
    padding: 2.5rem 2.5rem 1.5rem;
  }
  #learn .s3 .featured .wrap .article .title {
    min-height: auto;
    margin-bottom: 3.5rem;
  }
  #learn .s3 .featured .wrap .article .download-btn {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 3rem;
  }
  #learn .s3 .featured .wrap .article .summary {
    min-height: auto;
  }
  #learn .s3 .all {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1100px) {
  #learn .sec-title {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
  #learn .s7 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #learn .s7 .content h2 {
    font-size: 3.3rem;
  }
  #learn .s7 .content h2 br {
    display: none;
  }
  #learn .s7 .right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #learn .sec-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  #learn .secPadding {
    padding: 5rem 0;
  }
  #learn .download-btn span {
    font-size: 12px;
  }
  #learn .s3 .featured .wrap .article {
    padding: 1rem;
  }
  #learn .s3 .featured .wrap .article .title {
    margin-bottom: 2.5rem;
  }
  #learn .s3 .featured .wrap .article .title h3 {
    font-size: 1.3rem;
  }
  #learn .s3 .featured .wrap .article img {
    width: 23px;
  }
  #learn .s3 .featured .wrap .article .download-btn {
    padding-top: 1rem;
  }
  #learn .s3 .featured .wrap .article .download-btn .pdf-icon {
    width: 25px;
    height: 25px;
  }
  #learn .s3 .all {
    grid-template-columns: 1fr;
  }
  #learn .s3 .all .article {
    padding: 1rem 1rem 8rem;
  }
  #learn .s3 .all .article .title h3 {
    font-size: 1.3rem;
  }
  #learn .s3 .all .article .download-btn {
    width: calc(100% - 2rem);
  }
  #learn .s3 .all .article .download-btn span {
    font-size: 12px;
  }
  #learn .s3 .all .article.video .title {
    margin: 1rem 1rem 0 1rem;
  }
  #learn .s3 .all .article.video .play-video {
    width: calc(100% - 2rem);
  }
  #learn .s3 .sec-title.sec {
    margin-bottom: 2rem;
  }
  #learn .s4 .wrap .card p {
    width: calc(100% - 3rem);
  }
  #learn .s5 .sec-title {
    text-align: left;
    padding: 0 1rem;
  }
  #learn .s5 .download-btn .pdf-icon {
    width: 25px;
    height: 25px;
  }
  #learn .s5 .card img {
    width: 20px;
  }
  #learn .s6 .sec-title {
    text-align: left;
    padding: 0 1rem;
  }
  #learn .s6 .accordion .fx-nav {
    padding: 2rem 0;
  }
  #learn .s6 .accordion .fx-nav h5 {
    font-size: 1.2rem;
  }
  #learn .s6 .accordion .fx-nav h5::after {
    width: 25px;
    height: 25px;
  }
  #learn .s6 .accordion .fx-slide > div {
    padding-bottom: 2rem;
  }
  #learn .s7 {
    padding-bottom: 3rem;
  }
  #learn .s7 .content h2 {
    font-size: 2.3rem;
  }
}
