@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean");
* {
  font-family: Century Gothic Paneuropean;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: unset;
}

body {
  margin: 0px;
}

.container {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 99999999;
  width: 80%;
  max-width: 600px;
  padding: 64px 72px 50px 72px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #3c3937;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: none;
}

.modal-overlay.show {
  display: block;
}

.close {
  position: absolute;
  top: 32px;
  right: 24px;
  cursor: pointer;
}

.modal-content p {
  font-size: 18px;
  font-weight: 600;
}

.modal-content p a {
  text-decoration: underline;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .modal-content p {
    font-size: 15px;
  }
  .close {
    top: 33px;
    right: 62px;
  }
}
/* Hero  */
.hero {
  width: 100%;
  height: 650px;
  background-size: cover;
}

.hero .button {
  font-size: 18px;
}

.hero h1 span {
  transition: all 0.5s;
}

.hero .grey {
  color: rgba(181, 180, 181, 0.5);
  background: none;
}

.orange-overlay {
  background: #df6026;
  mix-blend-mode: multiply;
  width: 31.7%;
  height: 650px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}

.orange-overlay-text {
  width: 31.7%;
  height: 650px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}

.text1 {
  color: #fff;
  text-align: right;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.6s;
  transform: rotate(-90deg);
  top: 170px;
  right: -37px;
  position: absolute;
  width: 150px;
  mix-blend-mode: normal;
}

@media only screen and (max-width: 1600px) {
  .text1 {
    right: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  .text1 {
    right: -55px;
  }
}
.text2 {
  opacity: 0;
  transition: all 0.6s;
  color: #fff;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-left: 169px;
  right: 44px;
}

.text2 span {
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
}

.text2 .aum {
  color: #3c3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  text-align: center;
  max-width: 83px;
  padding: 7px;
  margin-left: 240px;
}

.orange-overlay-text:hover > .text1,
.orange-overlay-text:hover > .text2 {
  opacity: 1;
}

.text-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 650px;
  width: 100%;
  margin-top: 120px;
  animation-name: fadeIn;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.text-overlay p {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.text-overlay p span {
  color: #cb4600;
}

.text-overlay h1 {
  color: #111;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  max-width: 814px;
}

.block-overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  mix-blend-mode: screen;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.block {
  width: calc(4.5% - 2px);
  margin-right: 4px;
  background: #000000;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 7px;
  transition: all 0.3s;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 1s;
}
.block:last-child {
  margin-right: 0;
}

.block:hover {
  padding-top: 6px;
}

.block span {
  position: relative;
  bottom: 0px;
}

@media only screen and (max-width: 1400px) {
  .hero h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 600px;
  }
}
@media only screen and (max-width: 1324px) {
  .text2 {
    font-size: 41px !important;
    margin-bottom: 136px;
    right: 16px !important;
  }
  .text2 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: right;
  }
  .text2 {
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    right: 16px;
    margin-bottom: 112px;
    align-items: flex-end;
  }
  .text2 .aum {
    margin-left: 0px;
  }
  .block-overlay .slick-track .block:last-child {
    margin-right: 0;
  }
  .text2 {
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .text2 span {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .text1,
  .text2 {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .text-overlay {
    z-index: 999;
  }
  .text-overlay p {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .text-overlay p span {
    color: #000;
  }
  .hero .button {
    font-size: 15px;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
  }
  .orange-overlay {
    width: 50%;
  }
  .orange-overlay-text {
    width: 50%;
  }
  .orange-overlay-text .text1 {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    top: 325px;
    width: 100px;
    right: -12px;
    height: auto;
  }
  .text2 {
    font-size: 41px !important;
    margin-bottom: 136px;
    right: 16px !important;
  }
  .text2 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: right;
  }
  .text2 {
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    right: 16px;
    margin-bottom: 112px;
    align-items: flex-end;
  }
  .text2 .aum {
    margin-left: 0px;
  }
  .block-overlay .slick-track .block:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .text2 {
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .text2 span {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .text1,
  .text2 {
    opacity: 1;
  }
  .hero .slick-initialized .slick-slide {
    display: flex;
  }
  .hero h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
  }
  .hero {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .block {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .block-overlay .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    mix-blend-mode: screen;
  }
  .block-overlay .slick-track .block {
    margin-right: 3px;
  }
  .text-overlay {
    height: 200px;
  }
  .hero .slick-next {
    left: calc(100vw - 84px);
    top: 580px;
    z-index: 999989;
    opacity: 1;
  }
  .hero .slick-prev {
    left: 21px;
    top: 580px;
    z-index: 999989;
    opacity: 1;
  }
  .hero .slick-next:before {
    content: "";
    background-image: url(../images/arrow-btn-next.svg);
    background-size: contain;
    width: 39.743px;
    height: 40px;
    display: block;
    opacity: 1;
  }
  .hero .slick-prev:before {
    content: "";
    background-image: url(../images/arrow-btn-prev.svg);
    background-size: contain;
    width: 39.743px;
    height: 40px;
    display: block;
    opacity: 1;
  }
  .block-overlay .slick-arrow.fixed {
    position: fixed;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .hero h1 {
    font-size: 60px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: none !important;
  }
  .hero .text2 {
    font-size: 41px !important;
    margin-bottom: 101px !important;
    right: 16px !important;
  }
  .hero .slick-prev {
    left: 41px !important;
  }
}
@media only screen and (max-width: 768px) {
  .text2 {
    font-size: 2.2em !important;
    text-align: right;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    right: 15px;
    margin-bottom: 87px;
    max-width: 100vw;
    margin-left: 0px;
    width: calc(100% - 20px);
  }
  .text2 span {
    font-size: 14px;
  }
  .text2 .aum {
    font-size: 16px;
  }
  .text1,
  .text2 {
    opacity: 1;
  }
  .hero .slick-initialized .slick-slide {
    display: flex;
  }
  .hero h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 320px;
    margin-bottom: 30px;
  }
  .hero {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .orange-overlay-text .text1 {
    font-size: 15px;
    top: 436px;
    right: -24px;
  }
  .block {
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .block-overlay .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    mix-blend-mode: screen;
  }
  .block-overlay .slick-track .block {
    margin-right: 3px;
  }
  .text-overlay {
    height: 200px;
  }
  .hero .slick-next {
    top: 587px;
    z-index: 999989;
    opacity: 1;
    overflow: visible;
  }
  .hero .slick-prev {
    left: 21px;
    top: 587px;
    z-index: 999989;
    opacity: 1;
  }
  .hero .slick-next:before {
    content: "";
    background-image: url(../images/arrow-btn-next.svg);
    background-size: contain;
    width: 39.743px;
    height: 40px;
    display: block;
    opacity: 1;
  }
  .hero .slick-prev:before {
    content: "";
    background-image: url(../images/arrow-btn-prev.svg);
    background-size: contain;
    width: 39.743px;
    height: 40px;
    display: block;
    opacity: 1;
  }
  .block-overlay .slick-arrow.fixed {
    position: fixed;
  }
}
@media only screen and (max-width: 380px) {
  .hero {
    background-size: cover;
  }
}
/*  Section 1  */
.section1 .wrapper {
  width: 100%;
  display: flex;
}

.section1 .left-wrap {
  width: calc(50% - 270px);
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background: #3c3937;
}

.section1 .left-wrap > div {
  max-width: 283px;
  padding: 0px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section1 .left-wrap p {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

.section1 .left-wrap h2 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.section1 .left-wrap h2 span {
  font-weight: 700;
}

.section1 .button:hover {
  color: #fff;
}

.section1 .right-wrap {
  width: calc(50% + 270px);
  background: #3c3937;
}

.section1 .right-wrap:after {
  content: "";
  background-image: url(../images/shape-01.png);
  height: 390px;
  width: 500px;
  display: block;
  position: relative;
  bottom: 0px;
  float: right;
  margin-top: -390px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section1 .right-wrap > div {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 82px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 915px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  justify-content: space-between;
}

.section1 .right-wrap .item {
  width: calc(33.33% - 10px);
  box-sizing: border-box;
  min-height: 1px;
  height: 256px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 64px 51px;
  background: var(--Greys-Stone, rgba(154, 153, 152, 0.1490196078));
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  mix-blend-mode: soft-light;
}

.section1 .right-wrap .item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--Greys-Stone, #9A9998);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  mix-blend-mode: soft-light;
}

.section1 .right-wrap .item img {
  width: 37px;
  height: auto;
  margin-bottom: 32px;
}

.section1 .right-wrap .item span {
  max-width: 220px;
}

@media only screen and (max-width: 1400px) {
  .section1 .left-wrap {
    padding-left: 120px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .section1 .right-wrap > div {
    padding-right: 120px;
  }
  .section1 .wrapper {
    flex-direction: row;
  }
  .section1 .left-wrap {
    width: 514px;
  }
  .section1 .right-wrap {
    width: 100%;
  }
  .section1 .left-wrap > div {
    max-width: 100%;
  }
  .section1 .right-wrap .item {
    width: calc(50% - 10px);
    margin-bottom: 16px;
    font-size: 14px;
  }
  .section1 .right-wrap .item span {
    max-width: 164px;
  }
  .section1 .right-wrap .item:nth-child(8) span {
    max-width: 199px;
  }
  .section1 .right-wrap .item:nth-child(8) {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .section1 .left-wrap {
    padding-left: 40px;
  }
  .section1 .right-wrap > div {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .section1 .left-wrap {
    background: #3c3937;
    background-image: none;
  }
  .section1 .left-wrap > div {
    max-width: 100%;
  }
  .section1 .left-wrap > div {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 28px;
  }
  .section1 .right-wrap > div {
    padding: 120px 20px 120px 20px;
  }
  .section1 .right-wrap .item img {
    width: 34px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 698px) {
  .section1 .right-wrap .item {
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .section1 .left-wrap {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .section1 .right-wrap {
    width: 100%;
  }
  .section1 .right-wrap > div {
    padding: 48px 20px 0px 20px;
  }
  .section1 .left-wrap {
    width: 100%;
    background-image: none !important;
  }
  .section1 .right-wrap {
    width: 100%;
  }
  .section1 .left-wrap > div {
    max-width: 283px;
  }
  .section1 .left-wrap .button {
    max-width: 207px;
    box-sizing: border-box;
    padding: 15px 17px;
  }
  .section1 .wrapper {
    flex-direction: column;
  }
  .section1 .left-wrap p {
    font-size: 18px;
  }
  .section1 .left-wrap h2 {
    font-size: 28px;
  }
  .section1 .right-wrap .item {
    width: calc(50% - 10px);
    margin-bottom: 40px;
    font-size: 14px;
    padding: 32px;
    max-height: 200px;
  }
  .section1 .right-wrap .item span {
    max-width: 164px;
  }
  .section1 .right-wrap .item:nth-child(8) span {
    max-width: 199px;
  }
  .section1 .right-wrap .item:nth-child(8) {
    width: 100%;
  }
}
/*  Section 2  */
.section2 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.section2 .top-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.section2 .top-row h2 {
  color: #3c3937;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 506px;
  margin-top: 0px;
}

.section2 .top-row h2 span {
  font-weight: 700;
}

.section2 .top-row > div:nth-child(2) {
  padding-right: 23px;
  color: #3c3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  max-width: 473px;
}

.section2 .top-row > div:nth-child(2) p {
  margin-top: 0px;
  max-width: 355px;
}

.bottom-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 454px;
}

.solutions-box1 p,
.solutions-box2 p,
.solutions-box3 p {
  line-height: normal;
}

.solutions-box1,
.solutions-box2,
.solutions-box3 {
  position: relative;
  flex: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 528px;
}

.solutions-box1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 160, 39, 0.8);
}

.solutions-box2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(223, 96, 38, 0.8);
}

.solutions-box3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(203, 70, 0, 0.8);
}

.solutions-box-text {
  color: white;
  z-index: 1;
  margin: auto 40px 64px 40px;
  font-size: 48px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-transform: uppercase;
}

.solutions-box-text span {
  font-weight: bold;
}

.solutions-box1 .solutions-box-text,
.solutions-box2 .solutions-box-text,
.solutions-box3 .solutions-box-text {
  transition: transform 0.6s ease;
  cursor: pointer;
}

.solutions-box1:hover .solutions-box-text,
.solutions-box2:hover .solutions-box-text,
.solutions-box3:hover .solutions-box-text {
  transform: translateY(-20px);
}

.solutions-box1::after,
.solutions-box2::after,
.solutions-box3::after {
  content: "";
  background-image: url(../images/arrow-btn.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: none;
  position: relative;
  bottom: 40px;
  left: 40px;
  transition: transform 0.6s ease;
  cursor: pointer;
}

.solutions-box1:hover::after,
.solutions-box2:hover::after,
.solutions-box3:hover::after {
  display: block;
  transform: translateY(-20px);
}

@media only screen and (max-width: 1200px) {
  .section2 {
    margin-top: 90px;
    margin-bottom: 160px;
  }
  .section2 .top-row {
    display: flex;
    gap: 20px;
    margin-bottom: 64px;
  }
  .section2 .top-row h2 {
    font-size: 30px;
    max-width: 355px;
  }
  .section2 .top-row > div {
    flex: 1;
  }
  .section2 .top-row > div:nth-child(2) {
    font-size: 16px;
    max-width: 315px;
    padding-top: 0;
  }
  .solutions-box-text {
    font-size: 30px;
    margin: auto 40px 26px 40px;
  }
  .solutions-box1,
  .solutions-box2,
  .solutions-box3 {
    height: 354px;
  }
  .bottom-row {
    height: 300px;
  }
}
@media only screen and (max-width: 698px) {
  .section2 .top-row h2 {
    max-width: 295px;
  }
  .solutions-box-text {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
  }
  .solutions-box1, .solutions-box2, .solutions-box3 {
    height: 400px;
  }
  .bottom-row {
    height: 500px;
  }
  .solutions-box1:hover::after,
  .solutions-box2:hover::after,
  .solutions-box3:hover::after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .section2 .top-row {
    flex-direction: column;
  }
  .section2 .top-row > div:nth-child(2) p {
    max-width: 100%;
    font-size: 16px;
  }
  .bottom-row {
    flex-direction: column;
  }
  .section2 {
    margin-top: 80px;
    margin-bottom: 56px;
  }
  .section2 .top-row h2 {
    font-size: 28px;
    width: 100%;
    max-width: 289px;
    font-weight: 600;
  }
  .section2 .top-row > div:nth-child(2) {
    max-width: 100%;
  }
  .section2 .top-row h2 span {
    font-weight: 700;
  }
}
/*  Section 3  */
.section3 {
  background: #3c3937;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section3 .container {
  display: flex;
  position: relative;
  z-index: 99;
}

.section3:after {
  content: "";
  background-image: url(../images/shape02.png);
  height: 468px;
  width: 950px;
  display: block;
  position: relative;
  bottom: -40px;
  float: right;
  margin-top: -390px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section3 .container > div {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 84px;
  padding-bottom: 60px;
  border: 2px solid rgba(181, 180, 181, 0.5);
}

.section3 .container > div:first-child {
  margin-right: 8px;
}

.section3 .container > div:last-child {
  margin-left: 8px;
}

.bot-sol .container > div span {
  font-weight: 700;
}

.section3 .container > div .button {
  margin-top: 40px;
}

.section3 .button:hover {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .section3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section3 .container {
    flex-direction: column;
  }
  .section3 .container > div:first-child {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .section3 .container > div:last-child {
    margin-left: 0px;
  }
  .section3:after {
    bottom: -234px;
    width: 420px;
    height: 204px;
  }
  .section3 .container > div {
    font-size: 18px;
    padding: 64px;
    padding-top: 42px;
    padding-bottom: 30px;
  }
}
/*  Section 4  */
.section4 {
  margin-top: 180px;
  margin-bottom: 0px;
  overflow-x: hidden;
  position: relative;
}

.section4 .container {
  display: flex;
}

.section4 .left {
  color: #3c3937;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 403px;
  min-width: 403px;
  padding-top: 120px;
}

.section4 .left span {
  font-weight: 700;
}

.section4 .left .button {
  margin-top: 64px;
}

.section4 .slider {
  margin-left: 32px;
  min-height: 631px;
}

.section4 .slider .slide-item {
  background-size: cover;
  background-repeat: no-repeat;
  width: 372px;
  height: 488px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  margin-right: 12px;
  transition: all 0.8s;
}

.section4 .slider .slide-item:nth-child(3) {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  margin-right: 12px;
}

.section4 .slider .slide-item:nth-child(4) {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  margin-right: 12px;
}

.section4 .slider .slide-item.slick-active {
  height: 583px;
}

.slider .slick-dots {
  left: 440px;
  bottom: 176px;
}

.section4 .slider .card {
  background: #fff;
  padding: 22px;
  padding-top: 32px;
  width: calc(100% - 48px);
  color: #3c3937;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section4 .slider .card .desc {
  font-size: 16px;
}

.section4 .slider .card span {
  font-size: 18px;
}

.section4 .slider .card span:after {
  content: "";
  background-image: url(../images/card-line.svg);
  width: 27px;
  height: 6px;
  display: inline-flex;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-right: 3px;
}

.section4 .slider .card h4 {
  margin-bottom: 16px;
  margin-top: 12px;
  color: #3c3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

.section4 .slider .slide-item:after {
  content: "";
  background-image: url(../images/play-icn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  height: 48px;
  width: 48px;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}

.section4 .slider .slick-current:after {
  opacity: 1;
}

.section4 .slick-dots {
  display: flex;
}

.slick-dots li button:before {
  color: rgba(181, 180, 181, 0.5019607843);
  font-size: 11px;
}

.slick-dots li.slick-active button:before {
  color: #f9b700;
  border: 1px solid #f9b700;
  border-radius: 50%;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
  bottom: -1px;
  margin-top: -25%;
}

.section4 .slick-arrow:before {
  content: "";
  background-image: url(../images/scroll-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: none;
  display: block;
  width: 45px;
  height: 37px;
  z-index: 999;
  transition: all 0.5s;
}

.slide-item .card {
  opacity: 0;
  transition: all 0.5s;
}

.slick-current .card {
  opacity: 1;
}

.section4 .slick-arrow:hover:before {
  width: 90px;
  height: 74px;
  margin-top: -50%;
  margin-left: -50%;
}

.section4 .slick-arrow {
  top: 40%;
}

.section4 .slick-next {
  z-index: 999;
  right: 35px;
  top: 300px;
}

.section4 .slider .slick-track {
  min-height: 780px;
}

.section4 .slick-prev {
  display: none !important;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  color: rgba(249, 183, 0, 0.8);
}

.section4 .slider .slide-item.slick-active {
  transition: all 0.5s;
}

.section4 .slider .slide-item.slick-active:hover {
  background: #f9b700;
  background-image: none !important;
}

.section4 .slider .slide-item.slick-active:hover .card {
  background: #f9b700;
  transition: all 0.5s;
  padding-bottom: 100px;
}

.section4 .slider .slide-item.slick-active .card {
  transition: all 0.2s;
  cursor: pointer;
}

.section4 .slider .slide-item.slick-active .card .desc {
  height: 0px;
  opacity: 0;
  transition: all 0.2s;
  margin-top: 32px;
}

.section4 .slider .slide-item.slick-active:hover .card .desc {
  height: 100%;
  opacity: 1;
}

.section4 .slider .slide-item.slick-active:hover:after {
  background-image: url(../images/play-icn-hov.svg);
  color: #f9b700;
}

@media only screen and (max-width: 1000px) {
  .section4 {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .section4 .left .button {
    margin-top: 24px;
  }
  .section4 .container {
    flex-direction: column;
    padding-right: 0px;
  }
  .section4 .slick-next {
    top: 490px;
    right: 25px;
  }
  .section4 .left {
    max-width: 314px;
    font-size: 28px;
    font-style: normal;
    padding-top: 0px;
    margin-bottom: 60px;
    min-width: 0px;
  }
  .section4 .slider {
    margin-left: 0px;
    min-height: 420px;
  }
  .section4 .slider .slide-item {
    height: 427px;
  }
  .section4 .slider .slick-track {
    min-height: 557px;
  }
  .section4 .slider .slide-item.slick-active {
    height: 500px;
  }
  .slider .slick-dots {
    bottom: 26px;
    left: 440px;
  }
}
@media only screen and (max-width: 610px) {
  .slider .slick-dots {
    bottom: -30px;
    left: 40px;
    width: 65vw;
    justify-content: flex-end;
  }
  .section4 .slider .slide-item {
    width: 65vw;
    height: 427px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 100px;
  }
}
/* General Content  */
.general-content .hero {
  width: 100%;
  height: 650px;
  background-image: url(../images/AdobeStock_632550477 1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 118px;
}

.general-content .hero-mask {
  width: 100%;
  height: 269px;
  position: relative;
  bottom: -191px;
  background: var(--secondary-knysa-forest, #073844);
  mix-blend-mode: multiply;
}

.general-content .hero h1 {
  color: var(--greys-almost-black, #111);
  font-family: Century Gothic Paneuropean;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-top: 120px;
}

.general-content .hero p {
  color: var(--greys-almost-black, #111);
  font-family: Century Gothic Paneuropean;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.general-content .section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.general-content .section p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media only screen and (max-width: 1000px) {
  .general-content .hero {
    height: auto;
    background-size: 60%;
    margin-bottom: 47px;
  }
  .general-content .hero .container {
    margin-bottom: -47px;
  }
  .general-content .hero h1 {
    font-size: 40px;
    margin-top: 32px;
  }
  .general-content .hero p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    max-width: 170px;
  }
  .general-content .hero-mask {
    height: 94px;
    bottom: -47px;
    mix-blend-mode: normal;
  }
  .general-content .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .general-content .section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }
}
.hero-banner.general {
  margin-top: 150px;
  position: relative;
}
.hero-banner.general > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-banner.general a {
  color: #9a9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.general a img {
  margin-right: 10px;
}
.hero-banner.general h1 {
  margin-top: 130px;
  margin-bottom: 35px;
  max-width: 685px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero-banner.general p {
  max-width: 579px;
  color: #3c3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.hero-banner.general .overlay.general {
  margin-top: 70px;
  background-color: none;
  padding: 20px 0;
  mix-blend-mode: normal;
  height: 269px;
}
.hero-banner.general .overlay.general p {
  max-width: 1044px;
  mix-blend-mode: normal;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.overlay.general {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.overlay.general:before {
  content: "";
  background-color: #073844;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.overlay.general .container p {
  position: relative;
}

.overlay.general .container span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .hero-banner.general {
    margin-top: 180px;
    position: relative;
  }
  .hero-banner.general > img {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 60%;
  }
  .hero-banner.general a {
    display: none;
  }
  .hero-banner.general h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.general p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.general .overlay.general {
    margin-top: 70px;
    background-color: #073844;
    padding: 10px 0;
    mix-blend-mode: normal;
    height: 94px;
  }
  .hero-banner.general .overlay.general p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.general .overlay.general .container span {
    font-size: 16px;
    font-weight: 400;
  }
  .hero-banner.general .overlay.general {
    position: static;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hero-banner.general .overlay.general:before {
    display: none;
  }
  .hero-banner.general .overlay.general .container p {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.general {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.general > img {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 60%;
  }
  .hero-banner.general a {
    display: none;
  }
  .hero-banner.general h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.general p {
    max-width: 170px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.general .overlay.general {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.general .overlay.general p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.general {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.general > img {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 60%;
  }
  .hero-banner.general a {
    display: none;
  }
  .hero-banner.general h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.general p {
    max-width: 170px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.general .overlay.general {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.general .overlay.general p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.general {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.general > img {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 60%;
  }
  .hero-banner.general a {
    display: none;
  }
  .hero-banner.general h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.general p {
    max-width: 170px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.general .overlay.general {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.general .overlay.general p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.general {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.general > img {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 60%;
  }
  .hero-banner.general a {
    display: none;
  }
  .hero-banner.general h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.general p {
    max-width: 170px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.general .overlay.general {
    margin-top: 40px;
    background-color: #073844;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.general .overlay.general p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
/* 404 Page  */
.error-page {
  background: rgba(181, 180, 181, 0.5019607843);
}

.error-page .hero {
  background: none;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
  height: 100%;
}

.error-page .hero h1 {
  color: #3c3937;
  font-size: 234px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.error-page .hero h2 {
  color: #3c3937;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 0px;
  margin-bottom: 80px;
  max-width: 488px;
}

.error-page .hero p {
  color: #3c3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  max-width: 488px;
}

.error-page .hero .error {
  padding-left: 120px;
  padding-top: 200px;
}

.error-page .hero .image {
  width: 43%;
  max-width: 43%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 72px;
  padding-left: 101px;
  min-height: 216px;
}

.error-page .button {
  padding-left: 88px;
  padding-right: 88px;
  margin-top: 20px;
  cursor: pointer;
}

.logo-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  margin-bottom: 61px;
  margin-top: 144px;
}

.error-page .contact {
  color: var(--White, #fff);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.error-page .logo-container-mobile {
  display: none;
}

@media only screen and (max-width: 1050px) {
  .error-page .hero .image {
    min-height: 216px;
    flex-direction: column;
    align-items: flex-start;
  }
  .error-page .hero {
    flex-direction: column;
  }
  .error-page .hero .image {
    width: 100%;
    max-width: 100%;
  }
  .logo-container {
    display: none;
  }
  .error-page .logo-container-mobile {
    display: block;
    margin-top: 64px;
  }
  .error-page .hero h1 {
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .error-page .hero h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 56px;
    max-width: 290px;
  }
  .error-page .hero p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }
  .error-page .hero .error {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 80px;
  }
  .error-page .button {
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 0px;
    font-size: 13px;
    margin-bottom: 32px;
  }
  .error-page .hero {
    min-height: auto;
  }
  .error-page .hero .image {
    padding-left: 20px;
    padding-bottom: 55px;
  }
  .error-page .contact {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero {
    height: 750px;
  }
  .orange-overlay-text, .orange-overlay {
    height: 750px;
  }
  .text1 {
    top: 270px;
  }
}
.bg-white {
  background: #ffffff;
}

.bg-homebrown {
  background: #5e3100;
}

.bg-earth {
  background: #cb4600;
}

.bg-burntorange {
  background: #df6026;
}

.bg-settingsun {
  background: #f9b700;
}

.bg-goldendelight {
  background: #dca027;
}

.bg-sunnyheart {
  background: #ffe500;
}

.bg-almostblack {
  background: #111111;
}

.bg-warmgrey {
  background: #3c3937;
}

.bg-stone {
  background: #9A9998;
}

.bg-withoutsun {
  background: #DAD9DA;
}

.bg-emberglow {
  background: #f45022;
}

.bg-knysaforest {
  background: #073844;
}

.bg-grasslandgreen {
  background: #68af77;
}

.bg-morningsunshine {
  background: #ffd79a;
}

.bg-beadred {
  background: #a30000;
}

.bg-beachblue {
  background: #106f99;
}

.bg-africansky {
  background: #90ccd8;
}

.bg-softsunbeam {
  background: #f6f3d8;
}

.bg-stonelight {
  background: #F0F0F0;
}

.color-white {
  color: #ffffff !important;
}

.color-homebrown {
  color: #5e3100 !important;
}

.color-earth {
  color: #cb4600 !important;
}

.color-burntorange {
  color: #df6026 !important;
}

.color-settingsun {
  color: #f9b700 !important;
}

.color-goldendelight {
  color: #dca027 !important;
}

.color-sunnyheart {
  color: #ffe500 !important;
}

.color-almostblack {
  color: #111111 !important;
}

.color-warmgrey {
  color: #3c3937 !important;
}

.color-stone {
  color: #9A9998 !important;
}

.color-withoutsun {
  color: #DAD9DA !important;
}

.color-emberglow {
  color: #f45022 !important;
}

.color-knysaforest {
  color: #073844 !important;
}

.color-grasslandgreen {
  color: #68af77 !important;
}

.color-morningsunshine {
  color: #ffd79a !important;
}

.color-beadred {
  color: #a30000 !important;
}

.color-beachblue {
  color: #106f99 !important;
}

.color-africansky {
  color: #90ccd8 !important;
}

.color-softsunbeam {
  color: #f6f3d8 !important;
}

.color-stonelight {
  color: #F0F0F0 !important;
}

.m-0 {
  margin: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.p-0 {
  padding: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.m-1 {
  margin: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.p-1 {
  padding: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.p-2 {
  padding: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.m-3 {
  margin: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.p-3 {
  padding: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.m-4 {
  margin: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.p-4 {
  padding: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.p-5 {
  padding: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.m-6 {
  margin: 6rem;
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.p-6 {
  padding: 6rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.m-7 {
  margin: 7rem;
}

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.p-7 {
  padding: 7rem;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.m-8 {
  margin: 8rem;
}

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.p-8 {
  padding: 8rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.zindex-99 {
  z-index: 99;
  position: relative;
}

.zindex-999 {
  z-index: 999;
  position: relative;
}

.zindex-9999 {
  z-index: 9999;
  position: relative;
}

.position-relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center !important;
}

.img_fill {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .img_fill {
    width: auto;
  }
}

.text-center {
  text-align: center;
}

.max_vh {
  max-height: 100vh;
}

@media (max-width: 768px) {
  .text-center {
    text-align: center;
  }
  .p-5 {
    padding: 3rem;
  }
  .p-4 {
    padding: 2rem;
  }
}
@media (max-width: 1024px) {
  .text-center {
    text-align: center;
  }
  .hide_1024 {
    display: none !important;
  }
}
.font-primary {
  font-family: "Century Gothic Paneuropean", sans-serif;
}

h1, h2, h3, h4, h5, h6, hr, p, a, li, ul, ol {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

h2, .h2 {
  font-size: 40px;
  line-height: 120%;
}

h3 {
  font-size: 42px;
  line-height: 120%;
}

h4 {
  font-size: 32px;
  line-height: 120%;
}

h5 {
  font-size: 20px;
  line-height: 120%;
}

p {
  font-size: 18px;
  line-height: 160%;
}

.standard_ul {
  font-size: 18px;
  line-height: 150%;
}

.xl_text {
  font-size: 80px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .xl_text {
    font-size: 60px;
  }
}

.background_fade {
  position: absolute;
  height: 50vh;
  display: block;
  width: 100%;
  z-index: -1;
  top: 20%;
}
.background_fade img {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.yellow_fade {
  background-color: #DCA027;
  mix-blend-mode: multiply;
}

.bg_image_full img {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.background_icon_cta {
  position: absolute;
  right: 0%;
  bottom: -30%;
  max-width: 1000px;
  width: 100%;
  z-index: 9;
}

button {
  border: none;
}

.button {
  color: #111;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 48px;
  background: #F9B700;
  border-radius: 35px;
  border: 1px solid #F9B700;
  transition: background 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button:hover {
  background: none;
}

.btn_yellow {
  background: #dca027;
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 24px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: normal;
  align-content: space-around;
}
.flex-container .item {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.col-3.gutter .item {
  width: 32%;
}
@media (max-width: 768px) {
  .col-3.gutter .item {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-3.gutter .item {
    width: 49%;
  }
}

.col-3 .item {
  width: 33.33%;
}
@media (max-width: 768px) {
  .col-3 .item {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .col-3 .item {
    width: 50%;
  }
}

.col-2 .item {
  width: 50%;
}
@media (max-width: 1024px) {
  .col-2 .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-2 .item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .col-2 .item {
    width: 100%;
  }
}

.col-thirds .col-1third {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .col-thirds .col-1third {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .col-thirds .col-1third {
    width: 100%;
  }
}
.col-thirds .col-2thirds {
  width: 66.6666666%;
}
@media (max-width: 768px) {
  .col-thirds .col-2thirds {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .col-thirds .col-2thirds {
    width: 100%;
  }
}

/* Header */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
  padding-top: 40px;
  padding-bottom: 32px;
  padding-left: 80px;
  padding-right: 120px;
  box-sizing: border-box;
  z-index: 999;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.nav ul {
  display: flex;
  list-style: none;
}

.nav > ul > li {
  margin-left: 40px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.nav > ul > li > a {
  text-decoration: none;
  color: #3C3937;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header .mob-nav {
  display: none;
}

/* Nav  */
.nav a {
  position: relative;
}

.nav a.active:before {
  content: "";
  position: absolute;
  background-color: #DCA027;
  width: 100%;
  height: 9px;
  bottom: -4px;
  z-index: -1;
}

.dropdown {
  display: none;
  position: absolute;
}

.dropdown ul {
  background: #FFF;
  border-top: 9px solid #DCA027;
  padding: 24px;
  padding-bottom: 0px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 21px;
  transition: all 1s;
}

.dropdown ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown ul li {
  margin-bottom: 24px;
}

.dropdown ul li a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.dropdown ul li a:hover {
  font-weight: 700;
}

.nav ul li:hover .dropdown, .dropdown:hover {
  display: block;
}

.mobile-menu.hidden {
  display: none;
}

.mobile-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #3C3937;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  padding-top: 117px;
}

.mobile-menu .close {
  background-image: url(../images/mobile-close.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 32px;
  right: 40px;
  cursor: pointer;
}

.mobile-menu ul {
  min-width: 300px;
  box-sizing: border-box;
}

.mobile-menu ul li {
  margin-bottom: 24px;
}

.mobile-menu .dropdown {
  position: static;
}

.mobile-menu .dropdown:before {
  content: "";
  height: 1px;
  width: calc(50% - 120px);
  background: #FFF;
  display: block;
  position: absolute;
  left: 0px;
  margin-top: 30px;
}

.mobile-menu .dropdown ul {
  background: none;
  border-top: none;
  padding: 24px;
  padding-bottom: 0px;
  box-shadow: none;
}

.mobile-menu .dropdown ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-menu .dropdown ul li {
  margin-bottom: 24px;
}

.mobile-menu .dropdown ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile-menu > ul > li > a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  list-style: none;
}

.mobile-menu ul li {
  list-style: none;
}

.mobile-menu ul li:hover .dropdown, .dropdown:hover {
  display: block;
}

@media only screen and (max-width: 1128px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .nav {
    display: none;
  }
  .header img {
    max-width: 150px;
  }
  .header .mob-nav {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 20px;
  }
}
/* Footer */
.footer {
  background: #3C3937;
  padding-top: 120px;
  padding-bottom: 23px;
}

.footer .footer-top {
  display: flex;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 87px;
}

.footer .footer-top a {
  color: #FFF;
  text-decoration: none;
}

.footer .footer-top a:hover {
  color: #F9B700;
}

.footer-top .left {
  min-width: 400px;
}

.footer-top .left p {
  display: flex;
  flex-direction: column;
}

.footer-top .right p {
  display: flex;
}

.footer-top img {
  margin-left: 12px;
  height: 24px;
  width: 24px;
}

.footer-top a:nth-child(1) img {
  margin-left: 39px;
}

.footer-top span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

.footer-bottom {
  padding-top: 27px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 2px solid #9A9998;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-bottom p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer .disclaimer {
  color: #9A9998;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 54px;
  text-align: right;
}

.footer-top .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-top .right p {
  align-items: flex-end;
}

@media only screen and (max-width: 1285px) {
  .footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer-top {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer-top {
    padding-right: 162px;
  }
  .footer-top p {
    font-size: 14px;
  }
  .footer-top .left {
    min-width: auto;
  }
  .footer .footer-top {
    justify-content: space-between;
  }
  .footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer .disclaimer {
    text-align: left;
  }
}
@media only screen and (max-width: 450px) {
  .footer-top {
    padding-left: 20px;
    padding-right: 48px;
  }
  .footer-top img {
    margin-left: 39px;
  }
}
.article {
  height: 100px;
}

.media-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

@media only screen and (max-width: 1000px) {
  .media-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.media-header {
  margin-top: 150px;
}
.media-header a {
  text-decoration: none;
  font-family: "Century Gothic Paneuropean";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #9A9998;
  cursor: pointer;
}
.media-header a img {
  margin-right: 10px;
}
.media-header h1 {
  margin-top: 120px;
  max-width: 1200px;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  margin-bottom: 0px;
}
.media-header p {
  margin-top: 30px;
  color: #9A9998;
  font-family: "Century Gothic Paneuropean";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .media-header {
    margin-top: 150px;
  }
  .media-header a {
    display: none;
  }
  .media-header h1 {
    margin-top: 40px;
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .media-header p {
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .media-header a {
    display: none;
  }
  .media-header h1 {
    margin-top: 40px;
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .media-header p {
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 425px) {
  .media-header a {
    display: none;
  }
  .media-header h1 {
    margin-top: 40px;
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .media-header p {
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 375px) {
  .media-header {
    margin-top: 150px;
  }
  .media-header a {
    display: none;
  }
  .media-header h1 {
    margin-top: 40px;
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .media-header p {
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 320px) {
  .media-header {
    margin-top: 140px;
  }
  .media-header a {
    display: none;
  }
  .media-header h1 {
    margin-top: 40px;
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .media-header p {
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.media-body {
  margin-top: 80px;
}
.media-body h3 {
  color: #3C3937;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
}
.media-body p {
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
}
.media-body p:nth-child(3) {
  margin-top: 25px;
}
.media-body img {
  width: 100%;
  height: auto;
  margin: 55px 0;
}
.media-body .media-below h3 {
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 32px;
}
.media-body .media-below h3:nth-child(4) {
  margin-top: 80px;
}
.media-body .media-below p {
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .media-body {
    margin-top: 60px;
  }
  .media-body h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .media-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .media-body p:nth-child(3) {
    margin-top: 25px;
  }
  .media-body img {
    margin: 20px 0;
  }
  .media-body .media-below h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .media-body .media-below h3:nth-child(4) {
    margin-top: 35px;
  }
  .media-body .media-below p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .media-body {
    margin-top: 60px;
  }
  .media-body h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .media-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .media-body p:nth-child(3) {
    margin-top: 25px;
  }
  .media-body img {
    margin: 20px 0;
  }
  .media-body .media-below h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .media-body .media-below h3:nth-child(4) {
    margin-top: 35px;
  }
  .media-body .media-below p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 425px) {
  .media-body {
    margin-top: 60px;
  }
  .media-body h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .media-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .media-body p:nth-child(3) {
    margin-top: 25px;
  }
  .media-body img {
    margin: 20px 0;
  }
  .media-body .media-below h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .media-body .media-below h3:nth-child(4) {
    margin-top: 35px;
  }
  .media-body .media-below p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .media-body {
    margin-top: 60px;
  }
  .media-body h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .media-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .media-body p:nth-child(3) {
    margin-top: 25px;
  }
  .media-body img {
    margin: 20px 0;
  }
  .media-body .media-below h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .media-body .media-below h3:nth-child(4) {
    margin-top: 35px;
  }
  .media-body .media-below p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .media-body {
    margin-top: 60px;
  }
  .media-body h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .media-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .media-body p:nth-child(3) {
    margin-top: 25px;
  }
  .media-body img {
    margin: 20px 0;
  }
  .media-body .media-below h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .media-body .media-below h3:nth-child(4) {
    margin-top: 35px;
  }
  .media-body .media-below p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
.media-banner {
  height: 155px;
  background: #68AF77;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.media-banner .banner-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.media-banner .banner-content p {
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  margin-right: 24px;
}
.media-banner .banner-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .media-banner {
    height: 126px;
    margin-top: 50px;
  }
  .media-banner .banner-content {
    align-items: center;
  }
  .media-banner .banner-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 28px;
  }
  .media-banner .banner-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-left: 0;
    max-height: 30px;
  }
  .media-banner .banner-content a > img {
    width: auto;
    height: auto;
  }
  .media-banner .banner-content a:last-child {
    margin: 0;
  }
  .media-banner .banner-content .first-social {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .media-banner {
    height: 126px;
    margin-top: 50px;
  }
  .media-banner .banner-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 28px;
  }
  .media-banner .banner-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-left: 0;
  }
  .media-banner .banner-content a > img {
    width: auto;
    height: auto;
  }
  .media-banner .banner-content a:last-child {
    margin: 0;
  }
  .media-banner .banner-content .first-social {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .media-banner {
    height: 126px;
    margin-top: 50px;
  }
  .media-banner .banner-content {
    padding-right: 0;
  }
  .media-banner .banner-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 28px;
  }
  .media-banner .banner-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    margin-left: 0;
  }
  .media-banner .banner-content a > img {
    width: auto;
    height: auto;
  }
  .media-banner .banner-content a:last-child {
    margin: 0;
  }
  .media-banner .banner-content .first-social {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .media-banner {
    height: 126px;
    margin-top: 50px;
  }
  .media-banner .banner-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 20px;
  }
  .media-banner .banner-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 0;
  }
  .media-banner .banner-content a > img {
    width: 29px;
    height: auto;
  }
  .media-banner .banner-content a:nth-child(4) > img {
    width: 12px;
    height: 27px;
  }
  .media-banner .banner-content a:last-child {
    margin: 0;
  }
  .media-banner .banner-content .first-social {
    margin-left: 0;
  }
}
.interested {
  background-color: #3C3937;
  padding: 120px 0px;
  position: relative;
}
.interested > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.interested h2 {
  max-width: 387px;
  margin: 0;
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.interested .interest-body {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  border-spacing: 20px;
}
.interested .interest-body .interest-card {
  position: relative;
  width: 387px;
  max-height: 375px;
  background-color: #FFF;
  margin-right: 20px;
}
.interested .interest-body .interest-card .int-image {
  width: 100%;
  height: 205px;
  position: relative;
}
.interested .interest-body .interest-card .int-image iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.interested .interest-body .interest-card .int-image img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.interested .interest-body .interest-card .int-image .abs-text {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 131px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(104, 175, 119, 0.5);
}
.interested .interest-body .interest-card .int-image .abs-text p {
  margin: 0;
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.interested .interest-body .interest-card .int-image .play-icon {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 40%;
  left: 43%;
  width: 40px;
  height: 40px;
}
.interested .interest-body .interest-card .inter-image {
  height: 205px;
  width: 100%;
}
.interested .interest-body .interest-card .inter-image .audio {
  display: none;
  height: 100%;
  position: relative;
}
.interested .interest-body .interest-card .inter-image .audio img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.3);
}
.interested .interest-body .interest-card .inter-image .audio .trans {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.8);
  }
}
@keyframes normal {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.6);
  }
}
@keyframes loud {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1.2);
  }
}
.interested .interest-body .interest-card .inter-image .audio .trans .boxContainer {
  display: flex;
  justify-content: space-between;
  height: 64px;
  --boxSize: 4px;
  --gutter: 20px;
  width: calc((var(--boxSize) + var(--gutter)) * 5);
}
.interested .interest-body .interest-card .inter-image .audio .trans .box {
  transform: scaleY(0.4);
  height: 100%;
  width: var(--boxSize);
  background: #FFF;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 8px;
  animation-play-state: running;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box1 {
  animation-name: quiet;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box2 {
  animation-name: normal;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box3 {
  animation-name: quiet;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box4 {
  animation-name: loud;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box5 {
  animation-name: quiet;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box6 {
  animation-name: normal;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box7 {
  animation-name: quiet;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box8 {
  animation-name: loud;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box9 {
  animation-name: quiet;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box10 {
  animation-name: normal;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box11 {
  animation-name: loud;
}
.interested .interest-body .interest-card .inter-image .audio .trans .box12 {
  animation-name: quiet;
}
.interested .interest-body .interest-card .inter-image .audio #muteToggle {
  position: absolute;
  color: white;
  right: 10px;
  top: 10px;
  margin: 0;
  width: 20px;
  height: 20px;
  filter: brightness(1);
  cursor: pointer;
}
.interested .interest-body .interest-card .inter-image .abs-text {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 131px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(104, 175, 119, 0.5);
}
.interested .interest-body .interest-card .inter-image .abs-text p {
  margin: 0;
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.interested .interest-body .interest-card .inter-image .play-icon {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 24%;
  left: 45%;
  width: 40px;
  height: 40px;
}
.interested .interest-body .interest-card .int-text {
  padding: 29px 42px;
}
.interested .interest-body .interest-card .int-text p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}
.interested .interest-body .interest-card .int-text p img {
  margin-right: 10px;
}
.interested .interest-body .interest-card .int-text p:nth-child(2) {
  max-width: 300px;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 80px;
}
.interested .interest-body .interest-card:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1280px) {
  .interested .interest-body .interest-card .inter-image {
    height: 165px;
  }
  .interested .interest-body .interest-card .inter-image img {
    width: 100%;
    height: 165px;
  }
  .interested .interest-body .interest-card .inter-image .play-icon {
    top: 25%;
    left: 44%;
  }
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 40%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .interested .interest-body {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 25px;
  }
  .interested .interest-body .interest-card {
    width: 387px;
    height: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .interested .interest-body .interest-card .int-image {
    height: 164px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    padding: 25px 20px 0px 20px;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 1024px) {
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 70%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 300px;
  }
  .interested .interest-body {
    margin-top: 44px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
  }
  .interested .interest-body .interest-card {
    width: 320px;
    height: 310px;
    margin: 0;
  }
  .interested .interest-body .interest-card .int-image {
    height: 164px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    padding: 25px 20px;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .interested .interest-body .interest-card .inter-image {
    height: 165px;
  }
  .interested .interest-body .interest-card .inter-image img {
    width: 100%;
    height: 165px;
  }
  .interested .interest-body .interest-card .inter-image .play-icon {
    top: 25%;
    left: 44%;
  }
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 100%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .interested .interest-body {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
  }
  .interested .interest-body .interest-card {
    width: 320px;
    height: 310px;
  }
  .interested .interest-body .interest-card .int-image {
    height: 164px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    padding: 25px 20px;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 760px) {
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 100%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .interested .interest-body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .interested .interest-body .interest-card {
    width: 320px;
    height: 100%;
    margin-bottom: 30px;
  }
  .interested .interest-body .interest-card .int-image {
    height: 180px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    padding: 16px 29px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 430px) {
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 100%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .interested .interest-body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .interested .interest-body .interest-card {
    width: 320px;
    height: 100%;
    margin-bottom: 30px;
  }
  .interested .interest-body .interest-card .int-image {
    height: 180px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100px;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 100%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .interested .interest-body {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .interested .interest-body .interest-card {
    width: 320px;
    height: 100%;
    margin-bottom: 30px;
  }
  .interested .interest-body .interest-card .int-image {
    height: 164px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .inter-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
  .interested .interest-body .interest-card .inter-image img {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .interested {
    background-color: #3C3937;
    padding: 64px 0px;
    position: relative;
  }
  .interested > img {
    width: 100%;
  }
  .interested h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .interested .interest-body {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .interested .interest-body .interest-card {
    width: 100%;
    height: 287px;
    margin-bottom: 30px;
  }
  .interested .interest-body .interest-card .int-image {
    height: 164px;
  }
  .interested .interest-body .interest-card .int-image img {
    width: 100%;
    height: 100%;
  }
  .interested .interest-body .interest-card .int-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .interested .interest-body .interest-card .int-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .interested .interest-body .interest-card .int-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .interested .interest-body .interest-card .int-text {
    padding: 0 29px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 123px;
  }
  .interested .interest-body .interest-card .int-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
  }
  .interested .interest-body .interest-card .int-text p img {
    margin-right: 10px;
  }
  .interested .interest-body .interest-card .int-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
/* Video player styles */
.video-player {
  margin-bottom: 55px;
}

.video-player iframe {
  position: absolute;
  left: 0px;
}

.video-player .int-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-player .int-image img {
  margin: 0;
}

.video-player .play-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  margin: 0;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .video-player .int-image {
    width: 100%;
    height: auto;
  }
  .video-player {
    margin-bottom: 20px;
  }
}
/* Podcast Player styles  */
.podcast-player {
  margin-bottom: 55px;
}

.podcast-player .inter-image {
  position: relative;
  width: 100%;
}
.podcast-player .inter-image .card-images {
  display: block !important;
}
.podcast-player .inter-image .card-images img {
  margin: 0;
}
.podcast-player .inter-image .audio {
  display: none;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
.podcast-player .inter-image .audio img {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.3);
  display: block !important;
  margin: 0;
}
.podcast-player .inter-image .audio .trans {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
@keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.8);
  }
}
@keyframes normal {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.6);
  }
}
@keyframes loud {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1.2);
  }
}
.podcast-player .inter-image .audio .trans .boxContainer {
  display: flex;
  justify-content: space-between;
  height: 64px;
  --boxSize: 4px;
  --gutter: 20px;
  width: calc((var(--boxSize) + var(--gutter)) * 5);
  margin-top: 80px;
}
.podcast-player .inter-image .audio .trans .box {
  transform: scaleY(0.4);
  height: 100%;
  width: var(--boxSize);
  background: #FFF;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 8px;
  animation-play-state: running;
}
.podcast-player .inter-image .audio .trans .box1 {
  animation-name: quiet;
}
.podcast-player .inter-image .audio .trans .box2 {
  animation-name: normal;
}
.podcast-player .inter-image .audio .trans .box3 {
  animation-name: quiet;
}
.podcast-player .inter-image .audio .trans .box4 {
  animation-name: loud;
}
.podcast-player .inter-image .audio .trans .box5 {
  animation-name: quiet;
}
.podcast-player .inter-image .audio .trans .box6 {
  animation-name: normal;
}
.podcast-player .inter-image .audio .trans .box7 {
  animation-name: quiet;
}
.podcast-player .inter-image .audio .trans .box8 {
  animation-name: loud;
}
.podcast-player .inter-image .audio .trans .box9 {
  animation-name: quiet;
}
.podcast-player .inter-image .audio .trans .box10 {
  animation-name: normal;
}
.podcast-player .inter-image .audio .trans .box11 {
  animation-name: loud;
}
.podcast-player .inter-image .audio .trans .box12 {
  animation-name: quiet;
}
.podcast-player .inter-image .audio #muteToggle {
  position: absolute;
  color: white;
  right: 10px;
  top: 10px;
  margin: 0;
  width: 20px;
  height: 20px;
  filter: brightness(1);
  cursor: pointer;
}
.podcast-player .inter-image .abs-text {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 131px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(104, 175, 119, 0.5);
}
.podcast-player .inter-image .abs-text p {
  margin: 0;
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.podcast-player .inter-image .play-icon {
  display: block;
  position: absolute;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  cursor: pointer;
}

.podcast-player .audio-w-subs {
  margin-top: 32px;
  width: 80%;
}

audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
  -webkit-appearance: media-play-button;
  color: #FFF !important;
}

audio::-webkit-media-controls-panel {
  color: #fff !important;
}

audio::-webkit-media-controls-enclosure {
  border-radius: 0px;
  background-color: #DCA027;
}

audio {
  color: #FFF !important;
}

@media screen and (max-width: 900px) {
  .podcast-player {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .podcast-player .inter-image .audio .trans .boxContainer {
    margin-top: 30px;
  }
}
.podcast-player .subtitle-display {
  bottom: 30%;
}

.overlay.media:before {
  background-color: #68AF77;
}

.none {
  display: block;
}

.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select img {
  position: absolute;
  bottom: 15px;
  right: 10px;
  transform: rotate(0deg);
}
.custom-select .rotator {
  transform: rotate(180deg);
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: unset;
  bottom: 30px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent transparent transparent;
  bottom: 30px;
}

.select-items div {
  background-color: #fff;
  color: #ffffff;
  padding: 20px;
  border-bottom: solid 1px rgba(181, 180, 181, 0.5);
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22.4px;
}
.select-items div:last-child {
  border: none;
}

.select-selected {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 11px 0px;
  line-height: 22.4px;
  border-bottom: solid 2px #9A9998;
}

.select-items {
  position: absolute;
  background-color: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.media-tabs {
  margin-top: -208px;
  z-index: 999;
  position: relative;
}

.media-tabs input {
  width: 488px;
  border: none;
  border-bottom: solid 1px #9A9998;
  outline: none;
}

.media-tabs input::placeholder {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}

.media-tabs .custom-select {
  width: 285px;
}

.media-tabs .select-selected {
  border-bottom: solid 1px #9A9998;
  margin-left: 16px;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.media-tabs .wrap {
  display: flex;
  align-items: flex-end;
  background: #FFF;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
  padding: 0px;
  padding-top: 32px;
  padding-bottom: 46px;
  padding-right: 120px;
  padding-left: 2000px;
  margin-left: -2000px;
}

.container.width {
  max-width: 1340px;
  padding-right: 0;
}

.content-tabs .media-wrap {
  padding-top: 30px;
}

.media-tabs .wrap .search-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.media-tabs .wrap .search-wrap.no-marg label {
  margin-left: 0;
}

.media-tabs .wrap .search-wrap label {
  margin-left: 16px;
  color: #9A9998;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
}

.media-tabs > h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media screen and (min-width: 1000px) and (max-width: 1128px) {
  .nav a.active:before {
    bottom: 60px;
  }
}
.hero-banner.media {
  margin-top: 150px;
  position: relative;
}
.hero-banner.media > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-banner.media a {
  color: #9A9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.media a img {
  margin-right: 10px;
}
.hero-banner.media .media-head-body h1 {
  margin-top: 220px;
  margin-bottom: 80 px;
  max-width: 920px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.hero-banner.media .media-head-body p {
  max-width: 579px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.hero-banner.media .overlay.media {
  margin-top: 70px;
  background-color: none;
  padding: 20px 0;
  mix-blend-mode: normal;
  min-height: 262px;
}
.hero-banner.media .overlay.media p {
  max-width: 1044px;
  mix-blend-mode: normal;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.overlay.media {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.overlay.media:before {
  transition: all 0.5s;
  content: "";
  background-color: #68AF77;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.overlay.media.tab2:before {
  background-color: #DF6026;
}

.overlay.media.tab3:before {
  background-color: #CB4600;
}

.overlay.media .container p {
  position: relative;
}

.overlay.media .container span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
}

.tab.active {
  display: block;
}

.tab {
  display: none;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 120px;
}
.tab .tab-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  color: #3C3937;
}
.tab .tab-body .item {
  width: calc(33.33% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(249, 183, 0, 0.1019607843);
  padding: 32px;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
.tab .tab-body .item h3 {
  font-size: 24px;
}
.tab .tab-body .item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
.tab .tab-body .item span {
  font-weight: 700;
}
.tab .tab-body .item h3 span {
  font-weight: 300;
  font-size: 18px;
}

.wrap button.button {
  margin-left: 57px;
  height: 45px;
  padding: 17px 65px;
  cursor: pointer;
}

#tab2 .tab-body .item {
  background: rgba(223, 96, 38, 0.1019607843);
}

#tab3 .tab-body .item {
  background: rgba(203, 70, 0, 0.1019607843);
}

@media screen and (max-width: 1024px) {
  .media-tabs .wrap .search-wrap label {
    display: none;
  }
  .hero-banner.media {
    margin-top: 180px;
    position: relative;
  }
  .hero-banner.media > img {
    position: absolute;
    right: 0;
    bottom: 130px;
    width: 100%;
  }
  .hero-banner.media a {
    display: none;
  }
  .hero-banner.media .media-head-body h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.media .media-head-body p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.media .overlay.media {
    margin-top: 70px;
    background-color: #68AF77;
    padding: 10px 0;
    mix-blend-mode: normal;
    min-height: 280px;
    max-height: 280px;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .hero-banner.media .overlay.media p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.media .overlay.media.tab2 {
    background-color: #DF6026;
  }
  .hero-banner.media .overlay.media.tab3 {
    background-color: #CB4600;
  }
  .hero-banner.media .overlay.media {
    position: static;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hero-banner.media .overlay.media:before {
    display: none;
  }
  .hero-banner.media .overlay.media .container p {
    position: static;
  }
  .tab .tab-body .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.media {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.media > img {
    position: absolute;
    right: 0;
    bottom: 180px;
    width: 70%;
  }
  .hero-banner.media a {
    display: none;
  }
  .hero-banner.media .media-head-body h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.media .media-head-body p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.media .overlay.media {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.media .overlay.media p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .tab .tab-body .item {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.media {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.media > img {
    position: absolute;
    right: 0;
    bottom: 180px;
  }
  .hero-banner.media a {
    display: none;
  }
  .hero-banner.media .media-head-body h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.media .media-head-body p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.media .overlay.media {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.media .overlay.media p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.media {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.media > img {
    position: absolute;
    right: 0;
  }
  .hero-banner.media a {
    display: none;
  }
  .hero-banner.media .media-head-body h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.media .media-head-body p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.media .overlay.media {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.media .overlay.media p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.media {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.media > img {
    position: absolute;
    right: 0;
  }
  .hero-banner.media a {
    display: none;
  }
  .hero-banner.media .media-head-body h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.media .media-head-body p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.media .overlay.media {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.media .overlay.media p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
/*  Tabs */
.content-tabs.style1 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
.content-tabs.style1 .none {
  display: none;
}
@media screen and (max-width: 768px) {
  .content-tabs.style1 .mobile-tabs {
    margin-top: -97px;
    color: #FFF;
  }
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(180deg);
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
    border-bottom: solid 1px #9A9998;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
  .content-tabs.style1 .tab .tab-body .item h3 {
    font-size: 20px;
  }
  .content-tabs.style1 .tab .tab-body .item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(180deg);
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(180deg);
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(180deg);
    width: 14px;
    height: auto;
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
}
.content-tabs.style1 .selector {
  height: 113px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
  margin-right: 115px;
  margin-top: -112px;
  background: #FFF;
  z-index: 999;
  position: relative;
}
.content-tabs.style1 .selector .selector-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content-tabs.style1 .selector .selector-body p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A9998;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  height: 80%;
  width: 100%;
  border-top: 25px solid transparent;
}
@media screen and (max-width: 1024px) {
  .content-tabs.style1 .selector .selector-body p {
    font-size: 20px;
  }
}
.content-tabs.style1 .selector .selector-body #link-selector1.active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #F9B700;
  transition: all ease 0.5s;
}
.content-tabs.style1 .selector .selector-body #link-selector2.active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #DF6026;
  transition: all ease 0.5s;
}
.content-tabs.style1 .selector .selector-body #link-selector3.active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #CB4600;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}

.content-tabs-body #tab1 .tab-body,
.content-tabs-body #tab2 .tab-body,
.content-tabs-body #tab3 .tab-body {
  align-items: flex-start;
}

.media-wrap {
  padding: 120px 0px;
  position: relative;
}
.media-wrap > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.media-wrap h2 {
  max-width: 387px;
  margin: 0;
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.media-wrap .media-item-body {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 55px;
}
.media-wrap .media-item-body .media-item-card {
  position: relative;
  min-width: 387px;
  min-height: 349px;
  max-width: 387px;
  max-height: 370px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: #9A9998 1px solid;
}
.media-wrap .media-item-body .media-item-card .media-image {
  width: 100%;
  height: 200px;
  position: relative;
}
.media-wrap .media-item-body .media-item-card .media-image img {
  width: 100%;
  height: 100%;
}
.media-wrap .media-item-body .media-item-card .media-image .abs-text {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 131px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(104, 175, 119, 0.5);
}
.media-wrap .media-item-body .media-item-card .media-image .abs-text p {
  margin: 0;
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.media-wrap .media-item-body .media-item-card .media-image .play-icon {
  display: none;
}
.media-wrap .media-item-body .media-item-card .media-text {
  padding: 35px 45px;
}
.media-wrap .media-item-body .media-item-card .media-text p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}
.media-wrap .media-item-body .media-item-card .media-text p img {
  margin-right: 10px;
}
.media-wrap .media-item-body .media-item-card .media-text p:nth-child(2) {
  max-width: 300px;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
}

@media screen and (max-width: 1280px) {
  .media-wrap .media-item-body {
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .media-wrap {
    padding-top: 50px;
  }
  .media-item-card {
    margin: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .media-wrap .media-item-body .media-item-card .media-text p:nth-child(2) {
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
  .media-wrap {
    padding: 30px 0px;
    position: relative;
  }
  .media-wrap > img {
    width: 100%;
  }
  .media-wrap h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .media-wrap .media-item-body {
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .media-wrap .media-item-body .media-item-card {
    width: 387px;
    height: 100%;
    margin: 10px;
  }
  .media-wrap .media-item-body .media-item-card .media-image {
    height: 164px;
  }
  .media-wrap .media-item-body .media-item-card .media-image img {
    width: 100%;
    height: 100%;
  }
  .media-wrap .media-item-body .media-item-card .media-image .abs-text {
    width: 107px;
    height: 27px;
  }
  .media-wrap .media-item-body .media-item-card .media-image .abs-text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .media-wrap .media-item-body .media-item-card .media-image .play-icon {
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 43%;
    width: 40px;
    height: 40px;
  }
  .media-wrap .media-item-body .media-item-card .media-text {
    padding: 50px 40px;
  }
  .media-wrap .media-item-body .media-item-card .media-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media-wrap .media-item-body .media-item-card .media-text p img {
    margin-right: 10px;
  }
  .media-wrap .media-item-body .media-item-card .media-text p:nth-child(2) {
    max-width: 262px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1054px) {
  .media-tabs {
    padding-right: 0px;
  }
  .media-tabs .wrap {
    flex-direction: column;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 24px;
    align-items: flex-start;
  }
  .media-tabs input {
    width: 100%;
    height: 64px;
    box-sizing: border-box;
  }
  .media-tabs .custom-select {
    width: 100%;
  }
  .media-tabs .select-selected {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 820px) {
  .media-wrap .media-item-body .media-item-card {
    margin: 10px;
    min-height: unset;
    max-height: 100%;
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .media-wrap .media-item-body .media-item-card .media-text {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.media .overlay.media {
    min-height: 228px;
    max-height: 228px;
  }
}
#loader {
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 88px;
  padding-bottom: 120px;
}
#loader img {
  margin-right: 40px;
}
#loader p#terms {
  display: none;
  max-width: 488px;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #F9B700;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#no-results {
  padding-top: 88px;
  padding-bottom: 120px;
}
#no-results .no {
  display: flex;
}
#no-results .no img {
  margin-right: 40px;
}
#no-results .no p {
  max-width: 488px;
  color: #3C3937;
  font-family: "Century Gothic Paneuropean";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
}

@media screen and (max-width: 1024px) {
  #no-results {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #no-results .no {
    padding-left: 32px;
    justify-content: flex-start;
  }
  #no-results .no p {
    max-width: 100%;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #no-results {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #no-results .no {
    padding-left: 32px;
    justify-content: flex-start;
  }
  #no-results .no p {
    max-width: 100%;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
  }
}
@media screen and (max-width: 450px) {
  .media-wrap .media-item-body .media-item-card {
    width: 100%;
    height: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  #no-results {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #no-results .no {
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #no-results .no img {
    margin-right: 0px;
  }
  #no-results .no p {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
  }
}
@media screen and (max-width: 375px) {
  #no-results {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #no-results .no {
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #no-results .no img {
    margin-right: 0px;
  }
  #no-results .no p {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
  }
}
@media screen and (max-width: 320px) {
  #no-results {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #no-results .no {
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #no-results .no img {
    margin-right: 0px;
  }
  #no-results .no p {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
  }
}
.padder {
  padding-top: 30px;
}

.search-wrap span {
  position: absolute;
  content: " ";
  top: unset;
  display: inline-flex;
  bottom: 15px;
  height: 14px;
  right: 16px;
  background: url(../images/search-icn.png);
  width: 14px;
  z-index: 999999;
}

.search-wrap input {
  padding-top: 16px;
  padding-bottom: 14px;
}

@media screen and (max-width: 1500px) {
  .search-wrap input {
    width: 27vw;
  }
}
@media screen and (max-width: 1054px) {
  .search-wrap input {
    width: 100%;
    height: 64px;
  }
  .search-wrap span {
    position: absolute;
    bottom: unset;
    top: 30px;
    right: 10px;
  }
  .wrap button.button {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1180px) {
  .content-tabs.style1.media .select-selected {
    border-bottom: solid 1px #9A9998;
  }
  .media-tabs .wrap .search-wrap label {
    display: none;
  }
  .tags {
    width: 100%;
    left: 0;
    top: 10px;
  }
  .tag-container img {
    position: unset !important;
  }
}
.media-wrap .button {
  margin-top: 30px;
}

@media screen and (max-width: 1434px) {
  .media-wrap .media-item-body {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1024px) {
  .interested .interest-body {
    justify-content: flex-start;
  }
}
.active-nav-about {
  position: absolute;
  background-color: #DCA027;
  width: 38px;
  height: 9px;
  bottom: 45px;
  z-index: -1;
}

@media screen and (min-width: 1000px) and (max-width: 1128px) {
  .active-nav-about {
    bottom: 60px;
  }
}
.removebg .hero {
  height: 100px;
  background: none;
}

.hero-banner.about {
  position: relative;
}
.hero-banner.about > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  filter: brightness(1);
}
.hero-banner.about .container h1 {
  max-width: 608px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  margin-bottom: 10px;
  margin-top: 170px;
}
.hero-banner.about .container p {
  max-width: 487px;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0px;
}
.hero-banner.about .overlay.about {
  margin-top: 80px;
  padding: 50px 0px;
  position: relative;
}
.hero-banner.about .overlay.about .container {
  position: relative;
}
.hero-banner.about .overlay.about .container p {
  position: relative;
  max-width: 891px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}
.hero-banner.about .overlay.about::before {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  background-color: #CB4600;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .hero-banner.about > img {
    width: 500px;
    right: 0;
    top: unset;
    bottom: 0;
  }
  .hero-banner.about .container h1 {
    max-width: 608px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 160px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 487px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container {
    mix-blend-mode: normal;
  }
  .hero-banner.about .overlay.about .container p {
    mix-blend-mode: normal;
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .block-overlay .slick-track {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.about > img {
    width: 380px;
    right: 0;
    top: -50px;
  }
  .hero-banner.about .container h1 {
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 140px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 60%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 0px;
    mix-blend-mode: normal;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container p {
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 603px) {
  .hero-banner.about > img {
    width: 380px;
    right: 0;
    top: 50px;
    bottom: 0;
  }
}
@media screen and (max-width: 538px) {
  .hero-banner.about > img {
    width: 380px;
    right: 0;
    top: 50px;
    bottom: 0;
  }
  .hero-banner.about .container h1 {
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 140px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 160px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 0px;
    mix-blend-mode: normal;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container p {
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.about > img {
    width: 250px;
    right: 0;
    top: 25%;
  }
  .hero-banner.about .container {
    margin-top: 40px;
  }
  .hero-banner.about .container h1 {
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 160px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 0px;
    mix-blend-mode: normal;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container p {
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.about > img {
    width: 200px;
    top: 27%;
    bottom: unset;
  }
  .hero-banner.about .container h1 {
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 140px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 160px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 0px;
    mix-blend-mode: normal;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container p {
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 365px) {
  .hero-banner.about > img {
    width: 200px;
    bottom: unset;
    top: 32%;
  }
  .hero-banner.about .container h1 {
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 140px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 160px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container p {
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.about > img {
    width: 200px;
    bottom: unset;
    top: 33%;
  }
  .hero-banner.about .container h1 {
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 140px;
  }
  .hero-banner.about .container p {
    margin-top: 20px;
    max-width: 160px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about {
    margin-top: 0px;
    padding-top: 15px;
    position: relative;
    padding-bottom: 15px;
  }
  .hero-banner.about .overlay.about .container p {
    max-width: 891px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.about .overlay.about::before {
    mix-blend-mode: normal;
  }
}
.about-block-1 {
  max-width: 1460px;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.about-block-1 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .about-block-1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .about-block-1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media screen and (max-width: 425px) {
  .about-block-1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media screen and (max-width: 375px) {
  .about-block-1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media screen and (max-width: 320px) {
  .about-block-1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.about-block-1 .slick-track {
  margin: 20px !important;
  display: grid;
  max-width: 100%;
}
.about-block-1 .slick-slider {
  overflow-y: hidden !important;
  margin-bottom: 40px !important;
}
.about-block-1 .governance-body {
  display: flex;
  padding-top: 50px;
  width: 100%;
}
.about-block-1 .governance-body .governance-card {
  margin-right: 20px;
  height: 100%;
  width: 488px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  grid-row: 1;
}
.about-block-1 .governance-body .governance-card .card-head {
  padding: 50px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-block-1 .governance-body .governance-card .card-head img {
  width: 150px;
  height: auto;
}
.about-block-1 .governance-body .governance-card .card-head p {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
  margin: 0;
}
.about-block-1 .governance-body .governance-card .card-mid {
  padding: 10px 10px;
  background-color: rgba(249, 183, 0, 0.6);
}
.about-block-1 .governance-body .governance-card .card-mid p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about-block-1 .governance-body .governance-card .card-mid-mid {
  padding: 10px 10px;
  background-color: #F9B700;
  display: flex;
  justify-content: space-between;
}
.about-block-1 .governance-body .governance-card .card-mid-mid p {
  align-self: flex-start;
  width: 50%;
  padding-left: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
}
.about-block-1 .governance-body .governance-card .card-mid-mid p:nth-child(2) {
  padding-left: 40px;
}
.about-block-1 .governance-body .governance-card .card-col {
  display: flex;
  justify-content: space-between;
}
.about-block-1 .governance-body .governance-card .card-col .border {
  padding: 0;
  background: none;
  align-self: flex-start;
  width: 60%;
  border-bottom: 1px solid black;
}
.about-block-1 .governance-body .governance-card .card-col .border p {
  padding-left: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  height: 80px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 175px;
}
.about-block-1 .governance-body .governance-card .card-col div:nth-child(2) {
  border-left: 1px solid black;
}
.about-block-1 .governance-body .governance-card .card-col:last-child .border {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .about-block-1 .governance-body .governance-card {
    max-width: 93%;
    margin: 0;
    margin-bottom: 50px;
  }
  .about-block-1 .governance-body .governance-card .card-head img {
    width: 86px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
  }
  .about-block-1 .governance-body .governance-card .card-mid p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid {
    align-items: center;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p:nth-child(1) {
    margin-top: 30px;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 20px;
  }
  .about-block-1 .governance-body .governance-card .card-col .border p {
    align-items: flex-start;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    padding: 20px;
  }
}
@media screen and (max-width: 425px) {
  .about-block-1 .governance-body .governance-card {
    max-width: 93%;
    margin: 0;
    margin-bottom: 50px;
  }
  .about-block-1 .governance-body .governance-card .card-head img {
    width: 86px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
  }
  .about-block-1 .governance-body .governance-card .card-mid p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid {
    align-items: center;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p:nth-child(1) {
    margin-top: 30px;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 20px;
  }
  .about-block-1 .governance-body .governance-card .card-col .border p {
    align-items: flex-start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .about-block-1 .governance-body .governance-card {
    max-width: 93%;
    margin: 0;
    margin-bottom: 50px;
  }
  .about-block-1 .governance-body .governance-card .card-head img {
    width: 86px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
  }
  .about-block-1 .governance-body .governance-card .card-mid p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid {
    align-items: center;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p:nth-child(1) {
    margin-top: 30px;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 20px;
  }
  .about-block-1 .governance-body .governance-card .card-col .border p {
    align-items: flex-start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding: 20px;
  }
}
@media screen and (max-width: 320px) {
  .about-block-1 .governance-body .governance-card {
    max-width: 93%;
    margin: 0;
    margin-bottom: 50px;
  }
  .about-block-1 .governance-body .governance-card .card-head img {
    width: 86px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
    padding: 20px 20px 0;
  }
  .about-block-1 .governance-body .governance-card .card-mid p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid {
    align-items: center;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p:nth-child(1) {
    margin-top: 30px;
  }
  .about-block-1 .governance-body .governance-card .card-mid-mid p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    margin-right: 20px;
  }
  .about-block-1 .governance-body .governance-card .card-col .border p {
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-head p:nth-child(3) {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p {
    font-size: 16px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p:nth-child(2) {
    padding-left: 20px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col {
    padding-right: 15px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col .card-col-bod p {
    width: 87%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-head p:nth-child(3) {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p {
    font-size: 16px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p:nth-child(2) {
    padding-left: 20px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col {
    padding-left: 0;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col .card-col-bod p {
    width: 76%;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p {
    align-self: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p:nth-child(2) {
    padding-top: 10px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 425px) {
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-head p:nth-child(3) {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p {
    font-size: 16px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p:nth-child(2) {
    padding-left: 20px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col {
    padding-left: 0;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col .card-col-bod p {
    width: 85%;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p {
    align-self: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p:nth-child(2) {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-head p:nth-child(3) {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p {
    font-size: 16px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p:nth-child(2) {
    padding-left: 20px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col {
    padding-left: 0;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col .card-col-bod p {
    width: 86%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p {
    align-self: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p:nth-child(2) {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-head p:nth-child(3) {
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p {
    font-size: 16px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-mid-mid p:nth-child(2) {
    padding-left: 20px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col {
    padding-left: 0;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col .card-col-bod p {
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p {
    align-self: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(4) .card-col p:nth-child(2) {
    padding-top: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .about-block-1 .slick-dots {
    bottom: 50px;
    right: -70px;
  }
}
@media screen and (max-width: 1200px) {
  .about-block-1 .governance-body {
    padding-top: 10px;
    padding-left: 0px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .about-block-1 .governance-body .governance-card {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 10px;
    flex-grow: 1;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(3) {
    margin-right: auto;
    justify-self: flex-start;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: absolute;
    right: 150px;
    bottom: 20px;
    height: auto;
  }
  .about-block-1 .slick-track {
    margin: 10px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .about-block-1 .governance-body {
    padding-top: 10px;
    padding-left: 0px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .about-block-1 .governance-body .governance-card {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 10px;
    flex-grow: 1;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(3) {
    margin-right: auto;
    justify-self: flex-start;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: absolute;
    right: 150px;
    bottom: 20px;
    height: auto;
  }
  .about-block-1 .slick-track {
    margin: 10px 20px !important;
  }
}
@media screen and (max-width: 912px) {
  .about-block-1 .governance-body {
    padding-top: 10px;
  }
  .about-block-1 .governance-body .governance-card {
    width: auto;
    margin: 10px;
    flex-grow: 1;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(3) {
    margin-right: auto;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: absolute;
    right: 90px;
    bottom: 25px;
    height: auto;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
@media screen and (max-width: 820px) {
  .about-block-1 .governance-body {
    padding-top: 10px;
  }
  .about-block-1 .governance-body .governance-card {
    width: auto;
    margin: 10px;
    flex-grow: 1;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(3) {
    margin-right: auto;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: absolute;
    right: 45px;
    bottom: 25px;
    height: auto;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .about-block-1 .governance-body {
    padding-top: 10px;
  }
  .about-block-1 .governance-body .governance-card {
    width: auto;
    margin: 10px;
    flex-grow: 1;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:nth-child(3) {
    margin-right: auto;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: absolute;
    right: 20px;
    bottom: 150px;
    height: auto;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .about-block-1 .governance-body {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card {
    margin: 10px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: unset;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
@media screen and (max-width: 430px) {
  .about-block-1 .governance-body {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card {
    margin: 10px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: unset;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .about-block-1 .governance-body {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .about-block-1 .governance-body .governance-card {
    width: 290px;
    margin: 10px;
  }
  .about-block-1 .governance-body .governance-card .card-head p {
    max-width: 253px;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: unset;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
@media screen and (max-width: 320px) {
  .about-block-1 .governance-body {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-block-1 .slick-track {
    margin: 0 !important;
  }
}
.about-block-1 .about-bottom {
  padding-top: 20px;
}
.about-block-1 .about-bottom ul {
  padding-left: 20px;
}
.about-block-1 .about-bottom ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.6px;
}
@media screen and (max-width: 425px) {
  .about-block-1 .about-bottom ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.6px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .about-block-1 .about-bottom ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.6px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .about-block-1 .about-bottom ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.6px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 2560px) {
  .about-block-1 {
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .about-block-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-block-1 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .about-block-1 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .about-block-1 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .about-block-1 {
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.leadership h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .leadership h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .leadership h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .leadership h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .leadership h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
.leadership .none {
  display: none;
}
@media screen and (max-width: 768px) {
  .leadership .none {
    display: block;
  }
  .leadership .custom-select {
    position: relative;
    font-family: Arial;
  }
  .leadership .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(0deg);
  }
  .leadership .custom-select .rotator {
    transform: rotate(180deg);
  }
  .leadership .custom-select select {
    display: none;
  }
  .leadership .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .leadership .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .leadership .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .leadership .select-items div:last-child {
    border: none;
  }
  .leadership .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
    border-bottom: solid 2px #9A9998;
  }
  .leadership .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .leadership .select-hide {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .leadership .none {
    display: block;
  }
  .leadership .custom-select {
    position: relative;
    font-family: Arial;
  }
  .leadership .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(0deg);
  }
  .leadership .custom-select .rotator {
    transform: rotate(180deg);
  }
  .leadership .custom-select select {
    display: none;
  }
  .leadership .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .leadership .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .leadership .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .leadership .select-items div:last-child {
    border: none;
  }
  .leadership .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
    border-bottom: solid 2px #9A9998;
  }
  .leadership .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .leadership .select-hide {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .leadership .none {
    display: block;
  }
  .leadership .custom-select {
    position: relative;
    font-family: Arial;
  }
  .leadership .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: rotate(0deg);
  }
  .leadership .custom-select .rotator {
    transform: rotate(180deg);
  }
  .leadership .custom-select select {
    display: none;
  }
  .leadership .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .leadership .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .leadership .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .leadership .select-items div:last-child {
    border: none;
  }
  .leadership .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
    border-bottom: solid 2px #9A9998;
  }
  .leadership .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .leadership .select-hide {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .leadership .none {
    display: block;
  }
  .leadership .custom-select {
    position: relative;
  }
  .leadership .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 14px;
    transform: rotate(0deg);
    height: auto;
  }
  .leadership .custom-select .rotator {
    transform: rotate(180deg);
  }
  .leadership .custom-select select {
    display: none;
  }
  .leadership .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .leadership .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .leadership .select-items {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  }
  .leadership .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .leadership .select-items div:last-child {
    border: none;
  }
  .leadership .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
    border-bottom: solid 2px #9A9998;
  }
  .leadership .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .leadership .select-hide {
    display: none;
  }
}
.leadership .selector {
  height: 113px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
  margin-right: 115px;
}
.leadership .selector .selector-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.leadership .selector .selector-body p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A9998;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  height: 80%;
  width: 100%;
  border-top: 25px solid transparent;
}
@media screen and (max-width: 1024px) {
  .leadership .selector .selector-body p {
    font-size: 20px;
  }
}
.leadership .selector .selector-body .active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #DF6026;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .leadership .selector {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .leadership .selector {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .leadership .selector {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .leadership .selector {
    display: none;
  }
}
.leadership #leader1 {
  display: block;
}
.leadership .leader {
  display: none;
  padding: 105px 180px;
}
.leadership .leader .leader-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}
.leadership .leader .leader-body .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.leadership .leader .leader-body .item img {
  border-radius: 100%;
  width: 189.589px;
  height: auto;
}
.leadership .leader .leader-body .item p {
  max-width: 232px;
  color: #3C3937;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.leadership .leader .leader-body .item p:nth-child(3) {
  color: #3C3937;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .leadership .leader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
  .leadership .leader .leader-body {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .leadership .leader .leader-body .item img {
    width: 111.664px;
  }
  .leadership .leader .leader-body .item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .leadership .leader .leader-body .item p:nth-child(3) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
}
@media screen and (max-width: 768px) {
  .leadership .leader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .leadership .leader .leader-body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .leadership .leader .leader-body .item img {
    width: 111.664px;
  }
  .leadership .leader .leader-body .item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .leadership .leader .leader-body .item p:nth-child(3) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
}
@media screen and (max-width: 425px) {
  .leadership .leader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .leadership .leader .leader-body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .leadership .leader .leader-body .item img {
    width: 111.664px;
  }
  .leadership .leader .leader-body .item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .leadership .leader .leader-body .item p:nth-child(3) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
}
@media screen and (max-width: 375px) {
  .leadership .leader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .leadership .leader .leader-body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .leadership .leader .leader-body .item img {
    width: 111.664px;
  }
  .leadership .leader .leader-body .item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .leadership .leader .leader-body .item p:nth-child(3) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
}
@media screen and (max-width: 320px) {
  .leadership .leader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .leadership .leader .leader-body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .leadership .leader .leader-body .item img {
    width: 111.664px;
  }
  .leadership .leader .leader-body .item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .leadership .leader .leader-body .item p:nth-child(3) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
}

.history {
  padding-top: 50px;
  background-color: #3C3937;
  position: relative;
}
.history > img {
  width: 1440px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.history .history-head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.history .history-head div {
  width: 50%;
}
.history .history-head div:nth-child(1) h2 {
  max-width: 472px;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52.8px;
  margin-top: 80px;
}
.history .history-head div:nth-child(2) p:nth-child(1) {
  max-width: 590px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin-top: 80px;
}
.history .history-head div:nth-child(2) p:nth-child(2) {
  margin-top: 100px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}
@media screen and (max-width: 1024px) {
  .history .history-head div {
    width: 100%;
  }
  .history .history-head div:nth-child(1) h2 {
    max-width: 277px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .history .history-head div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .history .history-head div:nth-child(2) p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .history .history-head {
    flex-direction: column;
  }
  .history .history-head div {
    width: 100%;
  }
  .history .history-head div:nth-child(1) h2 {
    max-width: 490px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .history .history-head div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-top: 0;
  }
  .history .history-head div:nth-child(2) p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 425px) {
  .history .history-head {
    flex-direction: column;
  }
  .history .history-head div {
    width: 100%;
  }
  .history .history-head div:nth-child(1) h2 {
    max-width: 490px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .history .history-head div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .history .history-head div:nth-child(2) p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .history .history-head {
    flex-direction: column;
  }
  .history .history-head div {
    width: 100%;
  }
  .history .history-head div:nth-child(1) h2 {
    max-width: 490px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .history .history-head div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .history .history-head div:nth-child(2) p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .history .history-head {
    flex-direction: column;
  }
  .history .history-head div {
    width: 100%;
  }
  .history .history-head div:nth-child(1) h2 {
    max-width: 490px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .history .history-head div:nth-child(2) p:nth-child(1) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .history .history-head div:nth-child(2) p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
.history .slick-slide {
  transition: transform 0.3s;
}
.history .slick-dotted.slick-slider {
  margin: 0;
}
.history .slick-dots {
  bottom: 50px;
  margin-top: 50px;
}
.history .js-prev {
  position: absolute;
  bottom: 30%;
  left: 60px;
  border: none;
  background: none;
  cursor: pointer;
}
.history .js-prev img {
  width: 45px;
  height: auto;
}
.history .js-next {
  position: absolute;
  bottom: 30%;
  right: 50px;
  border: none;
  background: none;
  cursor: pointer;
}
.history .js-next img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .history .js-prev {
    bottom: 20%;
    left: 0px;
  }
  .history .js-prev img {
    width: 35px;
  }
  .history .js-next {
    bottom: 20%;
    right: 0px;
  }
  .history .js-next img {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .history .js-prev {
    bottom: 20%;
    left: 0px;
  }
  .history .js-prev img {
    width: 35px;
  }
  .history .js-next {
    bottom: 20%;
    right: 0px;
  }
  .history .js-next img {
    width: 35px;
  }
}
@media screen and (max-width: 425px) {
  .history .js-prev {
    bottom: 20%;
    left: 0px;
  }
  .history .js-prev img {
    width: 35px;
  }
  .history .js-next {
    bottom: 20%;
    right: 0px;
  }
  .history .js-next img {
    width: 35px;
  }
}
@media screen and (max-width: 375px) {
  .history .js-prev {
    bottom: 20%;
    left: 0px;
  }
  .history .js-prev img {
    width: 35px;
  }
  .history .js-next {
    bottom: 20%;
    right: 0px;
  }
  .history .js-next img {
    width: 35px;
  }
}
@media screen and (max-width: 320px) {
  .history .js-prev {
    bottom: 20%;
    left: 0px;
  }
  .history .js-prev img {
    width: 35px;
  }
  .history .js-next {
    bottom: 20%;
    right: 0px;
  }
  .history .js-next img {
    width: 35px;
  }
}
.history .timeline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 682px;
  margin-top: 60px !important;
  padding-bottom: 120px !important;
}
.history .timeline .time-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  margin: 80px 30px;
}
.history .timeline .time-item img {
  width: 187px;
  height: auto;
  border-radius: 100%;
}
.history .timeline .time-item p:nth-child(2) {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 1em;
}
.history .timeline .time-item p:nth-child(3) {
  color: #FFF;
  text-align: center;
  max-width: 250px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.history .timeline .time-item ::-webkit-scrollbar {
  width: 9px;
  border: none;
}
.history .timeline .time-item ::-webkit-scrollbar-track {
  background: #33312F;
  border-radius: 35px;
}
.history .timeline .time-item ::-webkit-scrollbar-thumb {
  background: #F9B700;
  border-radius: 35px;
}
.history .timeline .time-item .text-scroller p {
  max-width: 320px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.history .timeline .time-item .text-scroller p:nth-child(2) {
  max-width: 320px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.history .timeline .time-item .text-scroller a {
  color: #F9B700;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .history .timeline .time-item {
    max-height: 105vh;
    margin-bottom: 50px;
  }
  .history .timeline .time-item .slick-active .text-scroller.scrolled a {
    color: #F9B700;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
  }
  .history .history .timeline .time-item.slick-active .text-scroller.scrolled a {
    color: #F9B700;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
  }
  .history .history .timeline .open .time-item.slick-active .text-scroller.scrolled {
    max-height: 300px;
    overflow-y: hidden;
  }
  .history .history .timeline .open .time-item.slick-active .text-scroller.scroller {
    max-height: 300px;
    overflow-y: scroll;
  }
  .history .history .timeline .open .time-item .text-scroller p {
    display: none !important;
  }
  .history .history .timeline .open .time-item.slick-active .text-scroller p.visible {
    display: block !important;
  }
  .history .history .timeline .open .time-item .text-scroller p.summary {
    display: block !important;
  }
  .history .history .timeline .open .time-item.slick-active .text-scroller p.summary {
    display: none !important;
  }
  .history .history .timeline .open .time-item.slick-active .text-scroller p {
    text-align: left;
  }
  .history .history .timeline .open .time-item.slick-active {
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
    background: #3C3937;
    z-index: 999;
    position: relative;
    padding: 30px;
    max-width: 384px;
    top: 50px;
  }
  .history .history .timeline .open .time-item.slick-active .close {
    background-image: url(../images/mobile-close.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 32px;
    right: 40px;
    cursor: pointer;
  }
  .history .history .more {
    white-space: nowrap;
  }
  .history .history .slick-track {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .history .history .slick-track.open {
    min-height: 849px;
  }
  .history .timeline.open .slick-dots {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .history .timeline .time-item {
    margin-bottom: 10px;
  }
  .history .timeline .time-item img {
    width: 152.164px;
  }
  .history .timeline .time-item p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .timeline .time-item p:nth-child(3) {
    width: 90%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
  }
}
@media screen and (max-width: 768px) {
  .history .timeline .time-item {
    padding-top: 50px;
    margin-bottom: 50px;
    margin: 40px;
    margin-top: 0;
  }
  .history .timeline .time-item img {
    width: 152.164px;
  }
  .history .timeline .time-item p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .timeline .time-item p:nth-child(3) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .history .timeline .time-item ::-webkit-scrollbar {
    width: 5px;
    border: none;
  }
  .history .timeline .time-item ::-webkit-scrollbar-track {
    background: #33312F;
    border-radius: 35px;
  }
  .history .timeline .time-item .text-scroller p {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .time-item .text-scroller p:nth-child(2) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .history .timeline .time-item {
    padding-top: 50px;
    height: unset;
    margin-bottom: 50px;
    margin: 40px;
    margin-top: 0;
  }
  .history .timeline .time-item img {
    width: 152.164px;
  }
  .history .timeline .time-item p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .timeline .time-item p:nth-child(3) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin-left: 10px;
    margin-right: 10px;
    overflow-y: scroll;
  }
  .history .timeline .time-item ::-webkit-scrollbar {
    width: 5px;
    border: none;
  }
  .history .timeline .time-item ::-webkit-scrollbar-track {
    background: #33312F;
    border-radius: 35px;
  }
  .history .timeline .time-item .text-scroller p {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .time-item .text-scroller p:nth-child(2) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .slick-dots {
    bottom: 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .history .timeline .time-item {
    padding-top: 50px;
    height: 280px;
    margin-bottom: 50px;
    margin: 40px;
    margin-top: 0;
  }
  .history .timeline .time-item img {
    width: 152.164px;
  }
  .history .timeline .time-item p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .timeline .time-item p:nth-child(3) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin-left: 10px;
    overflow-y: scroll;
    margin-right: 10px;
  }
  .history .timeline .time-item ::-webkit-scrollbar {
    width: 5px;
    border: none;
  }
  .history .timeline .time-item ::-webkit-scrollbar-track {
    background: #33312F;
    border-radius: 35px;
  }
  .history .timeline .time-item .text-scroller p {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .time-item .text-scroller p:nth-child(2) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .slick-dots {
    bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 320px) {
  .history .timeline {
    padding-bottom: 95px !important;
  }
  .history .timeline .time-item {
    padding-top: 50px;
    height: 280px;
    margin-bottom: 50px;
    margin: 40px;
    margin-top: 0;
  }
  .history .timeline .time-item img {
    width: 152.164px;
  }
  .history .timeline .time-item p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .timeline .time-item p:nth-child(3) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .history .timeline .time-item ::-webkit-scrollbar {
    width: 5px;
    border: none;
  }
  .history .timeline .time-item ::-webkit-scrollbar-track {
    background: #33312F;
    border-radius: 35px;
  }
  .history .timeline .time-item .text-scroller p {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .time-item .text-scroller p:nth-child(2) {
    max-width: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0;
  }
  .history .timeline .slick-dots {
    bottom: 30px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .history {
    padding-top: 30px;
  }
  .history > img {
    width: 830px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .history {
    padding-top: 30px;
  }
  .history > img {
    width: 830px;
    right: 0;
  }
}
@media screen and (max-width: 425px) {
  .history {
    padding-top: 30px;
  }
  .history > img {
    width: 530px;
    right: 0;
  }
}
@media screen and (max-width: 375px) {
  .history {
    padding-top: 30px;
  }
  .history > img {
    width: 530px;
    right: 0;
  }
}
@media screen and (max-width: 320px) {
  .history {
    padding-top: 30px;
  }
  .history > img {
    width: 530px;
    right: 0;
  }
}
.leadership .selector .selector-body p:first-child {
  padding-left: calc((100vw - 1254px) / 2);
  justify-content: flex-start !important;
  width: 75%;
}

.history .timeline .time-item.slick-active .text-scroller.scrolled a {
  color: #F9B700;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.history .timeline .open .time-item.slick-active .text-scroller.scrolled {
  max-height: 300px;
  overflow-y: hidden;
}

.history .timeline .open .time-item.slick-active .text-scroller.scroller {
  max-height: 300px;
  overflow-y: scroll;
}

.history .timeline .open .time-item .text-scroller p {
  display: none !important;
}

.history .timeline .open .time-item.slick-active .text-scroller p.visible {
  display: block !important;
}

.history .timeline .open .time-item .text-scroller p.summary {
  display: block !important;
}

.history .timeline .open .time-item.slick-active .text-scroller p.summary {
  display: none !important;
}

.history .timeline .open .time-item.slick-active .text-scroller p {
  text-align: left;
}

.history .timeline .open .time-item.slick-active {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
  background: #3C3937;
  z-index: 999;
  position: relative;
  padding: 40px;
  max-width: 384px;
  top: 50px;
}

.history .timeline .open .time-item.slick-active .close {
  background-image: url(../images/mobile-close.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 32px;
  right: 40px;
  cursor: pointer;
}

.history .more {
  white-space: nowrap;
}

.hiostory .slick-track {
  padding-top: 50px;
  padding-bottom: 100px;
}

.history .slick-track.open {
  padding-bottom: 130px;
}

.timeline.open .slick-dots {
  display: none;
}

@media screen and (max-width: 1440px) {
  .leadership .selector .selector-body p {
    text-align: center;
  }
  .leadership .selector {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1000px) {
  .history .timeline .open .time-item.slick-active {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
  }
  .history .timeline .open .time-item.slick-active .text-scroller p {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 334px;
  }
  .slick-track.open {
    min-height: unset;
  }
  .container.history-head {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Governance slider updates */
.card-col.card-stretch {
  height: 100%;
  align-items: stretch;
}

.card-col.card-stretch p {
  font-weight: 600;
}

.about-block-1 .governance-body .governance-card.gray .card-col.card-stretch .card-col-bod {
  height: 100%;
}

.about-block-1 .governance-body .governance-card .card-col.card-stretch .border {
  align-self: stretch;
  height: auto;
}

.about-block-1 {
  max-width: calc(1460px + 50vw - 730px);
  margin-right: 0;
}

.about-block-1 .slick-track {
  padding-bottom: 40px;
}

.about-block-1 .slick-slider {
  overflow-x: hidden;
}

.about-block-1 .slick-dots {
  right: calc(50vw - 700px);
}

.about-block-1 h2 {
  margin-left: 0px;
}

.about-block-1 .about-bottom {
  margin-left: 0px;
}

.leadership .leader .leader-body {
  max-width: 1284px;
  margin-left: auto;
  margin-right: auto;
}

.about-block-1 .clearfix {
  display: none;
}

@media screen and (max-width: 1400px) {
  .about-block-1 .slick-dots {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about-block-1 .governance-body {
    margin-top: 0px;
    display: flex;
    clear: right;
  }
  .about-block-1 .governance-body .governance-card.blue .card-col .border {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .leadership h2 {
    font-size: 30px;
  }
  .leadership .selector .selector-body p {
    font-size: 18px;
  }
  .leadership .selector .selector-body p:first-child {
    padding-left: 0;
    justify-content: center !important;
    width: 100%;
  }
  .about-block-1 .governance-body .governance-card:last-child {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .history .timeline.open {
    padding-bottom: 0px !important;
  }
  .history .slick-track.open {
    min-height: 100%;
    padding-bottom: 0px;
  }
  .history .timeline .open .time-item.slick-active .close {
    top: 20px;
    right: 20px;
  }
  .history .timeline .time-item img {
    width: 130px;
  }
  .history .js-prev {
    bottom: 360px;
  }
  .history .js-next {
    bottom: 360px;
  }
}
@media screen and (max-width: 740px) {
  .about-block-1 .governance-body .governance-card.gray {
    margin-top: 10px;
  }
  .about-block-1 .governance-body .governance-card {
    align-self: center;
  }
  .about-block-1 .governance-body .governance-card.gray {
    margin-top: 10px;
  }
}
.history .timeline .time-item.slick-active .text-scroller.scrolled a {
  color: #F9B700;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.history .timeline .open .time-item.slick-active .text-scroller.scrolled {
  max-height: 100%;
  overflow-y: hidden;
}

.history .timeline .open .time-item.slick-active .text-scroller.scroller {
  max-height: 300px;
  overflow-y: scroll;
}

.history .timeline .open .time-item .text-scroller p {
  display: none !important;
}

.history .timeline .open .time-item.slick-active .text-scroller p.visible {
  display: block !important;
}

.history .timeline .open .time-item .text-scroller p.summary {
  display: block !important;
}

.history .timeline .open .time-item.slick-active .text-scroller p.summary {
  display: none !important;
}

.history .timeline .open .time-item.slick-active .text-scroller p {
  text-align: left;
}

.history .timeline .open .time-item.slick-active {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
  background: #3C3937;
  z-index: 999;
  position: relative;
  padding: 30px;
  max-width: 384px;
  top: 50px;
}

.history .timeline .open .time-item.slick-active .close {
  background-image: url(../images/mobile-close.svg);
  background-size: cover;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 32px;
  right: 40px;
  cursor: pointer;
}

.history .more {
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .history .timeline .time-item.slick-active .text-scroller.scrolled a {
    color: #F9B700;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
  }
  .history .timeline .open .time-item.slick-active .text-scroller.scrolled {
    max-height: 100%;
    overflow-y: hidden;
  }
  .history .timeline .open .time-item.slick-active .text-scroller.scroller {
    max-height: 300px;
    overflow-y: scroll;
  }
  .history .timeline .open .time-item .text-scroller p {
    display: none !important;
  }
  .history .timeline .open .time-item.slick-active .text-scroller p.visible {
    display: block !important;
  }
  .history .timeline .open .time-item .text-scroller p.summary {
    display: block !important;
  }
  .history .timeline .open .time-item.slick-active .text-scroller p.summary {
    display: none !important;
  }
  .history .timeline .open .time-item.slick-active .text-scroller p {
    text-align: left;
  }
  .history .timeline .open .time-item.slick-active {
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.3);
    background: #3C3937;
    z-index: 999;
    position: relative;
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 384px;
    top: 50px;
  }
  .history .timeline .open .time-item.slick-active .close {
    background-image: url(../images/mobile-close.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .history .more {
    white-space: nowrap;
  }
  .history .slick-track {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .timeline.open .slick-dots {
    display: none;
  }
}
.history .slick-track.open {
  min-height: 849px;
}

.history .open ~ .js-prev {
  left: calc(50vw - 380px);
  transition: all 1s;
}

.history .open ~ .js-next {
  right: calc(50vw - 380px);
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  .history .open ~ .js-prev {
    left: 0px;
  }
  .history .open ~ .js-next {
    right: 0px;
  }
  .history .timeline .open .time-item.slick-active .text-scroller.scroller {
    margin-right: 10px;
  }
  .history .timeline {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .history .timeline.open .time-item.slick-active {
    margin: 80px 0px;
  }
}
/*   Updated Governance Section */
.about-block-1 .governance-body {
  display: block;
  margin-left: 163px;
}

.about-bottom {
  padding-left: 0px;
}

@media screen and (max-width: 1368px) {
  .about-block-1 .governance-body {
    margin-left: 0px;
    padding-left: 50px;
  }
}
.about-block-1 .governance-body .governance-card {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 32px;
}

.about-block-1 .governance-body .governance-card .col {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  text-align: center;
}

.about-block-1 .governance-body .governance-card .col:nth-child(1) {
  grid-row-gap: 0px;
  grid-template-rows: 0px auto !important;
}

@media screen and (max-width: 1200px) {
  .about-block-1 .governance-body .governance-card {
    display: flex;
  }
  .about-block-1 .governance-body .governance-card {
    margin-bottom: 56px;
  }
}
.about-block-1 .governance-body .governance-card.card1 .col .flex-col {
  display: flex;
  gap: 20px;
  text-align: center;
}

.about-block-1 .governance-body .governance-card .col .flex-col .cell {
  align-items: center;
  justify-content: center;
  display: flex;
}

.about-block-1 .governance-body .governance-card .col .flex-col .cell p {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 18px;
}

.about-block-1 .governance-body .governance-card .col > p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about-block-1 .governance-body .governance-card .card-head {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 57px;
  padding-right: 32px;
  position: relative;
  text-align: left;
}

.about-block-1 .governance-body .governance-card .card-head .heading {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.about-block-1 .governance-body .governance-card .card-head p {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.about-block-1 .governance-body .governance-card .card-head img {
  position: absolute;
  left: -41px;
  width: 82px;
}

@media screen and (max-width: 1200px) {
  .about-block-1 .governance-body {
    padding-left: 0px;
  }
  .about-block-1 .governance-body .governance-card {
    margin-left: auto;
    margin-right: auto;
  }
  .about-block-1 .governance-body .governance-card .col.card-head {
    margin-left: 45px;
  }
}
/* Card1 */
.about-block-1 .governance-body .governance-card.card1 {
  grid-template-columns: [col1] 240px [col2] 183px [col3] 387px [col4] 287px [end];
  width: 100%;
}

.about-block-1 .governance-body .governance-card.card1 .col {
  grid-template-rows: 42px auto;
}

.about-block-1 .governance-body .governance-card.card1 .col:nth-child(2) {
  grid-row-gap: 0px;
  grid-template-rows: 0px auto !important;
}

.about-block-1 .governance-body .governance-card.card1 .col.card-head {
  background: rgba(249, 183, 0, 0.5019607843);
}

.about-block-1 .governance-body .governance-card.card1 .col:nth-child(2) {
  background: #F9B700;
}

.about-block-1 .governance-body .governance-card.card1 .col:nth-child(2) > p {
  grid-row: 2;
}

.about-block-1 .governance-body .governance-card.card1 .col > p {
  background: #F9B700;
  margin: 0px;
}

.about-block-1 .governance-body .governance-card.card1 .col.card-head > p {
  background: none;
  margin: 0px;
  grid-row: 2;
}

.about-block-1 .governance-body .governance-card.card1 .col .flex-col .cell {
  background: #F9B700;
  max-width: 82px;
}

@media screen and (max-width: 1200px) {
  .about-block-1 .governance-body .governance-card.card1 .col:nth-child(2) {
    height: 42px;
  }
  .about-block-1 .governance-body .governance-card.card1 .col .flex-col {
    flex-wrap: wrap;
  }
  .about-block-1 .governance-body .governance-card.card1 .col .flex-col .cell {
    max-width: calc(50% - 10px);
    width: 50%;
    min-height: 70px;
  }
  .about-block-1 .governance-body .governance-card.card1 .col .flex-col .cell p {
    padding-left: 27px;
    padding-right: 27px;
  }
}
/* Card2 */
.about-block-1 .governance-body .governance-card.card2 {
  grid-template-columns: [col1] 240px [col2] 896px [end];
  width: 100%;
}

.about-block-1 .governance-body .governance-card.card2 .col {
  grid-template-rows: 50px 50px auto;
}

.about-block-1 .governance-body .governance-card.card2 .col.card-head {
  display: flex;
  flex-direction: column;
  background: rgba(7, 56, 68, 0.5019607843);
}

.about-block-1 .governance-body .governance-card.card2 .col > p {
  color: #FFF;
  background: #073844;
  margin: 0px;
}

.about-block-1 .governance-body .governance-card.card2 .col.card-head > p {
  background: none;
  margin: 0px;
  grid-row: 3;
  color: #000;
}

.about-block-1 .governance-body .governance-card.card2 .col.card-head .heading {
  margin-bottom: 16px;
  color: #000;
}

.about-block-1 .governance-body .governance-card.card2 .col .flex-col {
  display: flex;
  gap: 20px;
}

.about-block-1 .governance-body .governance-card.card2 .col .flex-col .cell {
  background: #073844;
  width: 100%;
  text-align: center;
}

.about-block-1 .governance-body .governance-card.card2 .col .flex-col .cell p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about-block-1 .about-bottom {
    padding-left: 20px;
  }
  .about-block-1 .governance-body .governance-card.card2 .col {
    grid-template-rows: 92px 92px auto;
  }
}
/* Card3 */
.about-block-1 .governance-body .governance-card.card3 {
  grid-template-columns: [col1] 240px [col2] 896px [end];
  width: 100%;
}

.about-block-1 .governance-body .governance-card.card3 .col {
  grid-template-rows: 65px auto;
}

.about-block-1 .governance-body .governance-card.card3 .col.card-head {
  display: flex;
  flex-direction: column;
  background: rgba(223, 96, 38, 0.5019607843);
  padding-right: 8px;
}

.about-block-1 .governance-body .governance-card.card3 .col > p {
  color: #FFF;
  background: #DF6026;
  margin: 0px;
}

.about-block-1 .governance-body .governance-card.card3 .col.card-head > p {
  background: none;
  margin: 0px;
  grid-row: 3;
  color: #000;
}

.about-block-1 .governance-body .governance-card.card3 .col.card-head .heading {
  margin-bottom: 16px;
  color: #000;
}

.about-block-1 .governance-body .governance-card.card3 .col .flex-col {
  display: flex;
  gap: 20px;
}

.about-block-1 .governance-body .governance-card.card3 .col .flex-col .cell {
  background: #DF6026;
  width: 100%;
  text-align: center;
  padding-left: 26px;
  padding-right: 26px;
}

.about-block-1 .governance-body .governance-card.card3 .col .flex-col .cell p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about-block-1 .governance-body .governance-card.card3 .col > p, .about-block-1 .governance-body .governance-card.card3 .col .flex-col {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
  .about-block-1 .governance-body .governance-card.card3 .card-head > p {
    width: auto;
  }
  .about-block-1 .governance-body .governance-card.card3 .col .flex-col .cell {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
}
/* Card4 */
.about-block-1 .governance-body .governance-card.card4 {
  grid-template-columns: [col1] 240px [col2] 896px [end];
  width: 100%;
}

.about-block-1 .governance-body .governance-card.card4 .col {
  grid-template-rows: 65px auto;
}

.about-block-1 .governance-body .governance-card.card4 .col.card-head {
  display: flex;
  flex-direction: column;
  background: rgba(181, 180, 181, 0.5019607843);
  padding-right: 32px;
}

.about-block-1 .governance-body .governance-card.card4 .col > p {
  background: #B5B4B5;
  margin: 0px;
}

.about-block-1 .governance-body .governance-card.card4 .col.card-head > p {
  background: none;
  margin: 0px;
  grid-row: 3;
  color: #000;
}

.about-block-1 .governance-body .governance-card.card4 .col.card-head .heading {
  margin-bottom: 16px;
  color: #000;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell {
  background: #B5B4B5;
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-align: center;
  padding-left: 26px;
  padding-right: 26px;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell.no-bg {
  background: none;
  padding: 0;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell.heading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell .inner-grid {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 20px;
}

.about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell .inner-grid > p {
  width: 100%;
  background: #B5B4B5;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .about-block-1 .governance-body .governance-card .card-head {
    display: flex;
    align-items: center;
  }
  .about-block-1 .governance-body .governance-card .card-head .heading, .about-block-1 .governance-body .governance-card .card-head p {
    text-align: center;
    margin-left: -77px !important;
  }
  .about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell.no-bg {
    grid-row: 2;
  }
  .about-block-1 .governance-body .governance-card.card4 .col .flex-col {
    display: grid;
  }
  .about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell {
    width: 100%;
  }
  .about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell:last-of-type {
    width: calc(50% - 10px);
    padding-left: 5px;
    padding-right: 5px;
  }
  .about-block-1 .governance-body .governance-card.card4 .col .flex-col .cell .inner-grid > p {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about-block-1 .governance-body .governance-card .card-head {
    display: flex;
    align-items: flex-start;
  }
  .about-block-1 .governance-body .governance-card .card-head .heading, .about-block-1 .governance-body .governance-card .card-head p {
    text-align: left;
    margin-left: 0px !important;
  }
}
.history .timeline .open .time-item {
  margin-top: 230px;
}

@media screen and (max-width: 768px) {
  .history .timeline .open .time-item {
    margin-top: 80px;
  }
}
.active-nav-solutions {
  position: absolute;
  background-color: #DCA027;
  width: 55px;
  height: 9px;
  bottom: 45px;
  z-index: -1;
}

@media screen and (min-width: 1000px) and (max-width: 1128px) {
  .active-nav-solutions {
    bottom: 60px;
  }
}
.solutions {
  height: 80px;
  background: none;
}

.hero-banner.solutions-main {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.hero-banner.solutions-main > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-banner.solutions-main .container {
  padding: 70px 50px;
  position: relative;
}
.hero-banner.solutions-main .container h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.hero-banner.solutions-main .container p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.hero-banner.solutions-main .container p:nth-child(3) {
  max-width: 586px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 1024px) {
  .hero-banner.solutions-main .overlay.solutions-main .container {
    padding: 0px 50px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    max-width: 400px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(3) {
    max-width: 400px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.solutions-main .container {
    padding: 10px 50px;
  }
  .hero-banner.solutions-main .container h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    max-width: 400px;
  }
  .hero-banner.solutions-main .container p:nth-child(3) {
    max-width: 400px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 450px) {
  .hero-banner.solutions-main .container {
    padding: 10px 20px !important;
  }
  .hero-banner.solutions-main .container h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    max-width: 296px;
  }
  .hero-banner.solutions-main .container p:nth-child(3) {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.solutions-main .container {
    padding: 10px 20px !important;
  }
  .hero-banner.solutions-main .container h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    max-width: 296px;
  }
  .hero-banner.solutions-main .container p:nth-child(3) {
    max-width: 296px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.solutions-main .container {
    padding: 10px 20px !important;
  }
  .hero-banner.solutions-main .container h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    max-width: 296px;
  }
  .hero-banner.solutions-main .container p:nth-child(3) {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
.hero-banner.solutions-main .overlay.solutions-main {
  position: relative;
}
.hero-banner.solutions-main .overlay.solutions-main .container p {
  margin: 0;
  max-width: 1093px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  position: relative;
}
.hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(1) {
  margin-bottom: 30px;
}
.hero-banner.solutions-main .overlay.solutions-main::before {
  content: "";
  background-color: #3C3937;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .hero-banner.solutions-main .overlay.solutions-main {
    padding: 35px 0px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.solutions-main .overlay.solutions-main {
    padding: 35px 0px;
    mix-blend-mode: normal;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(1) {
    margin-bottom: 20px;
  }
  .hero-banner.solutions-main .overlay.solutions-main::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 450px) {
  .hero-banner.solutions-main .overlay.solutions-main {
    padding: 35px 0px;
    mix-blend-mode: normal;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(1) {
    margin-bottom: 20px;
  }
  .hero-banner.solutions-main .overlay.solutions-main::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.solutions-main .overlay.solutions-main {
    padding: 35px 0px;
    mix-blend-mode: normal;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(1) {
    margin-bottom: 20px;
  }
  .hero-banner.solutions-main .overlay.solutions-main::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.solutions-main .overlay.solutions-main {
    padding: 35px 0px;
    mix-blend-mode: normal;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.solutions-main .overlay.solutions-main .container p:nth-child(1) {
    margin-bottom: 20px;
  }
  .hero-banner.solutions-main .overlay.solutions-main::before {
    mix-blend-mode: normal;
  }
}

@media screen and (max-width: 1024px) {
  .hero-banner.solutions-main > img {
    width: 900px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.solutions-main > img {
    width: 700px;
    top: 70px;
  }
}
@media screen and (max-width: 450px) {
  .hero-banner.solutions-main > img {
    width: 445px;
    top: 190px;
    right: -40px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.solutions-main > img {
    width: 390px;
    top: 205px;
    right: -40px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.solutions-main > img {
    width: 350px;
    top: 210px;
  }
}
.solution-cards {
  padding: 160px 160px;
}
.solution-cards .solution-cards-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.solution-cards .solution-card {
  width: 387px;
  height: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.13);
}
.solution-cards .solution-card .card-head {
  background-color: rgb(249, 183, 0);
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
.solution-cards .solution-card .card-head p {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-cards .solution-card .card-subhead {
  display: flex;
}
.solution-cards .solution-card .card-subhead > div {
  padding: 30px 20px;
  width: 50%;
  text-align: center;
}
.solution-cards .solution-card .card-subhead > div:nth-child(1) {
  background-color: rgba(249, 183, 0, 0.8);
}
.solution-cards .solution-card .card-subhead > div:nth-child(2) {
  background-color: rgba(249, 183, 0, 0.5);
}
.solution-cards .solution-card .card-subhead > div p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-cards .solution-card .solution-card-body .solution-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.solution-cards .solution-card .solution-card-body .solution-content .sol {
  display: flex;
  padding: 20px 40px 0px;
  margin: 0;
}
.solution-cards .solution-card .solution-card-body .solution-content .sol:first-child {
  padding-top: 40px;
}
.solution-cards .solution-card .solution-card-body .solution-content .sol:last-child {
  padding-bottom: 40px;
}
.solution-cards .solution-card .solution-card-body .solution-content img {
  margin-top: 20px;
  width: 43.999px;
  height: auto;
}
.solution-cards .solution-card .solution-card-body .solution-content div {
  margin-left: 20px;
}
.solution-cards .solution-card .solution-card-body .solution-content div p {
  color: #3C3937;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.solution-cards .solution-card .solution-card-body .solution-content div p:nth-child(2) {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.solution-cards .solution-card .solution-card-body .solution-content .button {
  align-self: center;
  background-color: #F9B700;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 40px;
  padding: 15px 0px;
  width: 241px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  cursor: pointer;
}
.solution-cards .solution-card:nth-child(2) .card-head {
  background-color: #DF6026;
}
.solution-cards .solution-card:nth-child(2) .card-subhead div {
  padding: 20px;
  text-align: left;
}
.solution-cards .solution-card:nth-child(2) .card-subhead > div:nth-child(1) {
  background-color: rgba(223, 96, 38, 0.8);
}
.solution-cards .solution-card:nth-child(2) .card-subhead > div:nth-child(2) {
  background-color: rgba(223, 96, 38, 0.5);
}
.solution-cards .solution-card:nth-child(2) .card-subhead > div:nth-child(3) {
  background-color: rgba(223, 96, 38, 0.2);
}
.solution-cards .solution-card:nth-child(2) .card-subhead > div:nth-child(3) img {
  align-self: flex-start;
}
@media screen and (max-width: 320px) {
  .solution-cards .solution-card:nth-child(2) .card-subhead div {
    padding: 12px;
  }
}
.solution-cards .solution-card:nth-child(2) .solution-card-body .solution-content:last-child img {
  align-self: flex-start;
}
.solution-cards .solution-card:nth-child(2) .solution-card-body .button {
  background-color: #DF6026;
  color: #FFF;
}
.solution-cards .solution-card:nth-child(3) .card-head {
  background-color: #CB4600;
}
.solution-cards .solution-card:nth-child(3) .card-subhead div {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(1) {
  background-color: rgba(203, 70, 0, 0.8);
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(2) {
  background-color: rgba(203, 70, 0, 0.6);
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(2) p {
  text-align: center;
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(3) {
  background-color: rgba(203, 70, 0, 0.4);
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(3) img {
  align-self: flex-start;
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(4) {
  background-color: rgba(203, 70, 0, 0.2);
}
.solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(4) img {
  align-self: flex-start;
}
@media screen and (max-width: 375px) {
  .solution-cards .solution-card:nth-child(3) .card-subhead div {
    padding: 10px;
  }
  .solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(3) {
    background-color: rgba(203, 70, 0, 0.4);
  }
  .solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(3) img {
    align-self: flex-start;
  }
}
@media screen and (max-width: 320px) {
  .solution-cards .solution-card:nth-child(3) .card-subhead div {
    padding: 10px;
  }
  .solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(3) {
    background-color: rgba(203, 70, 0, 0.4);
  }
  .solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(3) img {
    align-self: flex-start;
  }
}
.solution-cards .solution-card:nth-child(3) .solution-card-body .solution-content:last-child img {
  align-self: flex-start;
}
.solution-cards .solution-card:nth-child(3) .solution-card-body .button {
  background-color: #DF6026;
  color: #FFF;
}

@media screen and (max-width: 1440px) {
  .solution-cards {
    padding: 60px 20px;
  }
  .solution-cards .solution-card {
    margin-bottom: 30px;
  }
  .solution-cards .solution-card .card-subhead > div {
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .solution-cards {
    padding: 60px 20px;
  }
  .solution-cards .solution-cards-body {
    flex-direction: column;
    align-items: center;
  }
  .solution-cards .solution-cards-body .solution-card {
    margin-bottom: 50px;
    width: 524px;
  }
  .solution-cards .solution-cards-body .solution-card .card-head {
    padding: 20px 0;
  }
  .solution-cards .solution-cards-body .solution-card .card-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-cards-body .solution-card .card-subhead > div {
    padding: 15px;
  }
  .solution-cards .solution-cards-body .solution-card .card-subhead > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-cards-body .solution-card .solution-card-body .solution-content img {
    width: 33.003px;
  }
  .solution-cards .solution-cards-body .solution-card .solution-card-body .solution-content div p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-cards-body .solution-card .solution-card-body .solution-content div p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solution-cards .solution-cards-body .solution-card .solution-card-body .solution-content .button {
    width: 150px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 768px) {
  .solution-cards {
    padding: 60px 20px;
  }
  .solution-cards .solution-card {
    margin-bottom: 30px;
    width: 320px;
  }
  .solution-cards .solution-card .card-head {
    padding: 20px 0;
  }
  .solution-cards .solution-card .card-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .card-subhead > div {
    padding: 15px;
  }
  .solution-cards .solution-card .card-subhead > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content img {
    width: 33.003px;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content .button {
    width: 150px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 450px) {
  .solution-cards {
    padding: 60px 20px;
    align-items: center;
    justify-content: center;
  }
  .solution-cards .solution-card {
    margin-bottom: 30px;
    width: 320px !important;
  }
  .solution-cards .solution-card .card-head {
    padding: 20px 0;
  }
  .solution-cards .solution-card .card-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .card-subhead > div {
    padding: 15px;
  }
  .solution-cards .solution-card .card-subhead > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content img {
    width: 33.003px;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content .button {
    width: 150px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 375px) {
  .solution-cards {
    padding: 60px 20px;
  }
  .solution-cards .solution-card {
    margin-bottom: 30px;
  }
  .solution-cards .solution-card .card-head {
    padding: 20px 0;
  }
  .solution-cards .solution-card .card-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .card-subhead > div {
    padding: 15px;
  }
  .solution-cards .solution-card .card-subhead > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content img {
    width: 33.003px;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content .button {
    width: 150px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 320px) {
  .solution-cards {
    padding: 60px 20px;
  }
  .solution-cards .solution-card {
    margin-bottom: 30px;
    width: 100% !important;
  }
  .solution-cards .solution-card .card-head {
    padding: 20px 0;
  }
  .solution-cards .solution-card .card-head p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .card-subhead > div {
    padding: 15px;
  }
  .solution-cards .solution-card .card-subhead > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content img {
    width: 33.003px;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content div p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .solution-cards .solution-card .solution-card-body .solution-content .button {
    width: 150px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
  }
  .solution-cards .solution-card:nth-child(2) .card-subhead > div:nth-child(1) {
    padding: 15px;
  }
  .solution-cards .solution-card:nth-child(2) .card-subhead > div:nth-child(3) {
    padding: 12px;
  }
  .solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(1) {
    padding: 10px;
  }
  .solution-cards .solution-card:nth-child(3) .card-subhead > div:nth-child(4) {
    padding: 10px;
  }
}
.how-to-invest {
  padding-bottom: 120px;
}
.how-to-invest .container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 200px;
  padding-right: 0;
}
.how-to-invest .how-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how-to-invest .how-body .how-left {
  width: 45%;
}
.how-to-invest .how-body .how-left h2 {
  max-width: 404px;
  color: #3C3937;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52.8px;
}
.how-to-invest .how-body .how-left p {
  max-width: 488px;
  color: #3C3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.how-to-invest .how-body .how-left .button {
  align-self: center;
  background-color: #F9B700;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 40px;
  padding: 15px 0px;
  width: 241px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  cursor: pointer;
}
.how-to-invest .how-body .how-right {
  width: 55%;
}
.how-to-invest .how-body .how-right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 2560px) {
  .how-to-invest .container {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .how-to-invest {
    padding-bottom: 40px;
  }
  .how-to-invest .container {
    padding: 0;
  }
  .how-to-invest .how-body .how-left {
    padding: 30px 0px 0px 90px;
  }
  .how-to-invest .how-body .how-left h2 {
    max-width: 224px;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.8px;
    padding: 0px 20px;
  }
  .how-to-invest .how-body .how-left h2 strong {
    font-weight: 700;
  }
  .how-to-invest .how-body .how-left p {
    padding: 0px 20px;
    max-width: 100%;
  }
  .how-to-invest .how-body .how-left .button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    width: 150px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .how-to-invest .how-body .how-left strong {
    font-weight: 400;
  }
  .how-to-invest .how-body .how-right {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .how-to-invest {
    padding-bottom: 20px;
  }
  .how-to-invest .container {
    padding: 0;
  }
  .how-to-invest .how-body {
    flex-direction: column-reverse;
  }
  .how-to-invest .how-body .how-left {
    width: 100%;
    padding: 30px 0px;
  }
  .how-to-invest .how-body .how-left h2 {
    max-width: 224px;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.8px;
    padding: 0px 20px;
  }
  .how-to-invest .how-body .how-left h2 strong {
    font-weight: 700;
  }
  .how-to-invest .how-body .how-left p {
    padding: 0px 20px;
    max-width: 100%;
  }
  .how-to-invest .how-body .how-left .button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    width: 150px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .how-to-invest .how-body .how-left strong {
    font-weight: 400;
  }
  .how-to-invest .how-body .how-right {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 450px) {
  .how-to-invest {
    padding-bottom: 20px;
  }
  .how-to-invest .container {
    padding: 0;
  }
  .how-to-invest .how-body {
    flex-direction: column-reverse;
  }
  .how-to-invest .how-body .how-left {
    width: 100%;
    padding: 30px 0px;
  }
  .how-to-invest .how-body .how-left h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.8px;
    padding: 0px 20px;
  }
  .how-to-invest .how-body .how-left h2 strong {
    font-weight: 700;
  }
  .how-to-invest .how-body .how-left p {
    padding: 0px 20px;
    max-width: 100%;
  }
  .how-to-invest .how-body .how-left .button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    width: 150px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .how-to-invest .how-body .how-left strong {
    font-weight: 400;
  }
  .how-to-invest .how-body .how-right {
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .how-to-invest {
    padding-bottom: 20px;
  }
  .how-to-invest .container {
    padding: 0;
  }
  .how-to-invest .how-body {
    flex-direction: column-reverse;
  }
  .how-to-invest .how-body .how-left {
    width: 100%;
    padding: 30px 0px;
  }
  .how-to-invest .how-body .how-left h2 {
    max-width: 224px;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.8px;
    padding: 0px 20px;
  }
  .how-to-invest .how-body .how-left h2 strong {
    font-weight: 700;
  }
  .how-to-invest .how-body .how-left p {
    padding: 0px 20px;
    max-width: 298px;
  }
  .how-to-invest .how-body .how-left .button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    width: 150px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .how-to-invest .how-body .how-left strong {
    font-weight: 400;
  }
  .how-to-invest .how-body .how-right {
    width: auto;
  }
}
@media screen and (max-width: 320px) {
  .how-to-invest {
    padding-bottom: 20px;
  }
  .how-to-invest .container {
    padding: 0;
  }
  .how-to-invest .how-body {
    flex-direction: column-reverse;
  }
  .how-to-invest .how-body .how-left {
    width: 100%;
    padding: 30px 0px;
  }
  .how-to-invest .how-body .how-left h2 {
    max-width: 224px;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 30.8px;
    padding: 0px 20px;
  }
  .how-to-invest .how-body .how-left h2 strong {
    font-weight: 700;
  }
  .how-to-invest .how-body .how-left p {
    padding: 0px 20px;
    max-width: 298px;
  }
  .how-to-invest .how-body .how-left .button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    width: 150px;
    margin-left: 20px;
    margin-top: 10px;
  }
  .how-to-invest .how-body .how-left strong {
    font-weight: 400;
  }
  .how-to-invest .how-body .how-right {
    width: auto;
  }
}
.solution-cards .button {
  justify-content: center;
  border: none;
}

.how-to-invest .button {
  justify-content: center;
  border: none;
}

.hero-banner.cash {
  margin-top: 150px;
  position: relative;
}
.hero-banner.cash > img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 40%;
  z-index: -1;
}
.hero-banner.cash a {
  color: #9A9998;
  font-family: Century Gothic Paneuropean;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.cash a img {
  margin-right: 10px;
}
.hero-banner.cash h1 {
  max-width: 930px;
  color: #111111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 40px;
  margin-bottom: 10px;
}
.hero-banner.cash p {
  max-width: 930px;
  color: #111111;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.4px;
}
.hero-banner.cash .overlay.cash {
  margin-top: 60px;
  position: relative;
  padding: 20px 0;
}
.hero-banner.cash .overlay.cash p {
  max-width: 890px;
  color: #3C3937;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  position: relative;
}
.hero-banner.cash .overlay.cash::before {
  content: "";
  background-color: #F9B700;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1440px) {
  .hero-banner.cash {
    margin-top: 120px;
  }
  .hero-banner.cash > img {
    bottom: 0;
    width: 40%;
  }
  .hero-banner.cash a {
    display: block;
    font-size: 17px;
  }
  .hero-banner.cash a img {
    margin-right: 10px;
  }
  .hero-banner.cash .overlay.cash {
    margin-top: 30px;
    padding: 20px 0;
  }
  .hero-banner.cash .overlay.cash p:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-banner.cash {
    margin-top: 120px;
  }
  .hero-banner.cash > img {
    bottom: calc(45% - 90px);
    width: 40%;
  }
  .hero-banner.cash a {
    display: block;
    font-size: 17px;
  }
  .hero-banner.cash a img {
    margin-right: 10px;
  }
  .hero-banner.cash h1 {
    padding-top: 10px;
    max-width: 500px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.cash p {
    max-width: 380px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 50px;
  }
  .hero-banner.cash .overlay.cash {
    margin-top: 30px;
    padding: 20px 0;
  }
  .hero-banner.cash .overlay.cash p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 20px;
  }
  .hero-banner.cash .overlay.cash p:nth-child(2) {
    margin-bottom: 10px;
  }
  .hero-banner.cash .overlay.cash::before {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.cash {
    margin-top: 120px;
  }
  .hero-banner.cash > img {
    bottom: calc(45% - 70px);
    width: 44%;
  }
  .hero-banner.cash a img {
    margin-right: 10px;
  }
  .hero-banner.cash h1 {
    max-width: 500px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.cash p {
    max-width: 380px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash {
    margin-top: 30px;
    mix-blend-mode: normal;
    padding: 10px 0;
  }
  .hero-banner.cash .overlay.cash p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.cash {
    margin-top: 120px;
  }
  .hero-banner.cash > img {
    bottom: calc(47% - 36px);
    width: 44%;
  }
  .hero-banner.cash a img {
    margin-right: 10px;
  }
  .hero-banner.cash h1 {
    max-width: 340px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.cash p {
    max-width: 264px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash {
    margin-top: 30px;
    mix-blend-mode: normal;
    padding: 10px 0;
  }
  .hero-banner.cash .overlay.cash p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.cash {
    margin-top: 120px;
  }
  .hero-banner.cash > img {
    bottom: calc(47% - 30px);
    width: 44%;
  }
  .hero-banner.cash a img {
    margin-right: 10px;
  }
  .hero-banner.cash h1 {
    max-width: 340px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.cash p {
    max-width: 264px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 32px;
  }
  .hero-banner.cash .overlay.cash {
    margin-top: 30px;
    mix-blend-mode: normal;
    padding: 10px 0;
  }
  .hero-banner.cash .overlay.cash p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.cash {
    margin-top: 120px;
  }
  .hero-banner.cash > img {
    bottom: calc(44% - 13px);
    width: 44%;
  }
  .hero-banner.cash a img {
    margin-right: 10px;
  }
  .hero-banner.cash h1 {
    max-width: 340px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.cash p {
    max-width: 204px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash {
    margin-top: 30px;
    padding: 10px 0;
  }
  .hero-banner.cash .overlay.cash p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.cash .overlay.cash::before {
    content: "";
    mix-blend-mode: normal;
  }
}
.solutions-block {
  margin-bottom: 150px;
}
.solutions-block h1 {
  margin-top: 0;
  max-width: 440px;
  color: #FFFFFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.solutions-block .solutions-cards-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.solutions-block .solutions-cards-bottom .solutions-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 188px);
  height: 145px;
  padding: 10px 80px;
  margin: 10px;
}
.solutions-block .solutions-cards-bottom .solutions-card p {
  max-width: 334px;
  color: #FFFFFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.solutions-block .solutions-cards-bottom .solutions-card div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1180px) {
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 36%;
    height: 107px;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 1024px) {
  .solutions-block {
    margin-bottom: 50px;
    padding-bottom: 80px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 36%;
    height: 107px;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 283px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 832px) {
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .solutions-block {
    margin-bottom: 50px;
    padding-bottom: 64px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    height: 107px;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 202px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 718px) {
  .solutions-block {
    margin-bottom: 50px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
    justify-content: space-between;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 202px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 690px) {
  .solutions-block {
    margin-bottom: 50px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 202px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 445px) {
  .solutions-block {
    margin-bottom: 50px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 202px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 425px) {
  .solutions-block {
    margin-bottom: 50px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    padding: 0px 45px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 202px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 375px) {
  .solutions-block {
    margin-bottom: 50px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    padding: 0px 35px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 202px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
@media screen and (max-width: 320px) {
  .solutions-block {
    margin-bottom: 50px;
  }
  .solutions-block h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
    max-width: 265px;
  }
  .solutions-block .solutions-cards-bottom {
    margin-top: 20px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card {
    width: 100%;
    padding: 0px 25px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .solutions-block .solutions-cards-bottom .solutions-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div {
    width: 30px;
    height: 30px;
  }
  .solutions-block .solutions-cards-bottom .solutions-card div img {
    width: 12.787px;
  }
}
.bot-sol {
  position: relative;
  background-color: #3C3937;
  z-index: 1;
}
.bot-sol > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bot-sol .bot-body {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
}
.bot-sol .bot-body .bot-card {
  margin-left: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: none;
  border: 2px solid rgba(181, 180, 181, 0.5);
  width: 100%;
  height: 294px;
  padding-left: 86px;
  padding-right: 86px;
  box-sizing: border-box;
}
.bot-sol .bot-body .bot-card p {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.bot-sol .bot-body .bot-card .button {
  margin-top: 20px;
  cursor: pointer;
  color: #111;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  background-color: #F9B700;
  padding: 10px 20px;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .bot-sol > img {
    width: 40%;
  }
  .bot-sol .bot-body {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bot-sol .bot-body .bot-card {
    margin-left: 0;
    width: 100%;
    height: 157px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .bot-sol .bot-body .bot-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 50px;
  }
  .bot-sol .bot-body .bot-card .button {
    margin-left: 50px;
    margin-top: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
  }
  .bot-sol .bot-body .bot-card:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bot-sol > img {
    width: 100%;
  }
  .bot-sol .bot-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bot-sol .bot-body .bot-card {
    margin-left: 0;
    width: 100%;
    height: 157px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .bot-sol .bot-body .bot-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 50px;
  }
  .bot-sol .bot-body .bot-card .button {
    margin-left: 50px;
    margin-top: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 425px) {
  .bot-sol > img {
    width: 100%;
  }
  .bot-sol .bot-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bot-sol .bot-body .bot-card {
    margin-left: 0;
    width: 100%;
    height: 157px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .bot-sol .bot-body .bot-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 50px;
  }
  .bot-sol .bot-body .bot-card .button {
    margin-left: 50px;
    margin-top: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 375px) {
  .bot-sol > img {
    width: 100%;
  }
  .bot-sol .bot-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bot-sol .bot-body .bot-card {
    margin-left: 0;
    width: 100%;
    height: 157px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .bot-sol .bot-body .bot-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 50px;
  }
  .bot-sol .bot-body .bot-card .button {
    margin-left: 50px;
    margin-top: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 320px) {
  .bot-sol > img {
    width: 100%;
  }
  .bot-sol .bot-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bot-sol .bot-body .bot-card {
    margin-left: 0;
    width: 100%;
    height: 157px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .bot-sol .bot-body .bot-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 50px;
  }
  .bot-sol .bot-body .bot-card .button {
    margin-left: 50px;
    margin-top: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
  }
}
.arrow-wrapper {
  margin-top: 110px;
  align-self: flex-start;
  margin-right: -50px;
  z-index: 999;
}

.arrow-wrapper:nth-child(2) {
  margin-left: 0px;
}

.arrow-wrapper:nth-child(4) {
  margin-right: 10px;
}

@media screen and (max-width: 1366px) {
  .arrow-wrapper {
    max-width: 41px;
    overflow: hidden;
    margin-top: 90px;
    align-self: flex-start;
    margin-right: -5px;
  }
  .arrow-wrapper:nth-child(4) {
    margin-right: -20px;
  }
  .arrow-wrapper img {
    right: 47px;
    position: relative;
  }
  .cards-body .arrow-wrapper img {
    right: 52px;
  }
}
@media screen and (max-width: 1127px) {
  .arrow-wrapper {
    max-width: 100%;
    overflow: visible;
    align-self: center;
    transform: rotate(90deg);
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .arrow-wrapper img {
    right: 0px;
    position: relative;
  }
  .cards-body .arrow-wrapper {
    margin-bottom: -30px;
  }
  .arrow-wrapper:nth-child(4) {
    margin-right: 0px;
    margin-top: -36px;
  }
  .we-offer .we-offer-body .bank-circle {
    margin-bottom: 0px;
  }
}
.cash-solution {
  border: 1px solid #F9B700;
}

.active-cash-solution {
  background-color: #FFFBF2;
  border: 1px solid #F9B700;
}

.cash-downlaod {
  background-color: #F9B700;
}

.solutions-block.yellow {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 1180px) {
  .solutions-block.yellow {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .solutions-block.yellow {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
.solutions-block.yellow .solutions-card {
  border: 2px solid #F9B700;
}

.solutions-block.yellow .solutions-card.active {
  background-color: rgba(249, 183, 0, 0.1490196078);
}

.solutions-block.yellow .download-icon {
  background-color: #F9B700;
}

.solutions-block h1 {
  font-weight: 300;
}

.offer-head {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
}
.offer-head h1 {
  margin-top: 0;
  max-width: 490px;
  color: #111111;
  font-size: 48px;
  font-weight: 300;
  line-height: normal;
  max-width: 100%;
  margin-bottom: 17px;
}
.offer-head p {
  margin-right: 80px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 83px;
}

.offer-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 120px 0;
}
.offer-container .offer-column {
  position: relative;
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.offer-container .offer-column h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: #F9B700;
}
.offer-container .offer-column h2:last-child {
  color: #DF6026;
}
.offer-container .offer-column:nth-child(2), .offer-container .offer-column:nth-child(3) {
  background-color: #f4f4f4;
}
.offer-container .offer-column:nth-child(1)::after {
  content: url("../images/arrow-1-desktop.svg");
  position: absolute;
  top: 23%;
  right: -59px;
  z-index: 1;
}
.offer-container .offer-column:nth-child(2):after, .offer-container .offer-column:nth-child(3):after {
  content: url("../images/arrow-2-desktop.svg");
  position: absolute;
  top: 23%;
  right: -59px;
  z-index: 1;
}
.offer-container .offer-column .circle {
  border-radius: 50%;
  width: 193px;
  height: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 24px;
}
.offer-container .offer-column .circle p {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.offer-container .offer-column .circle:first-child {
  background-color: #FFD79A;
}
.offer-container .offer-column .circle:first-child p {
  max-width: 123px;
  color: #000;
}
.offer-container .offer-column:first-child .circle {
  align-self: flex-start;
}
.offer-container .offer-column:nth-child(2) .circle, .offer-container .offer-column:nth-child(3) .circle {
  background-color: #F9B700;
}
.offer-container .offer-column:nth-child(2) .circle p, .offer-container .offer-column:nth-child(3) .circle p {
  color: #fff;
}
.offer-container .offer-column:last-child .circle {
  background-color: #DF6026;
}
.offer-container .offer-column:last-child .circle p {
  max-width: 123px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .offer-head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 140%;
    margin-top: 80px;
  }
  .offer-head h1 {
    font-size: 30px;
  }
  .offer-head p {
    font-size: 16px;
    margin-right: 0;
    margin-right: 0px;
  }
  .offer-container {
    margin: 0 0 80px 0;
  }
  .offer-container .offer-column .circle {
    width: 140px;
    height: 140px;
  }
  .offer-container .offer-column .circle p {
    font-size: 18px !important;
  }
  .offer-container .offer-column .circle:first-child {
    align-self: center;
  }
  .offer-container .offer-column h2 {
    font-size: 16px !important;
  }
  .offer-container .offer-column:nth-child(1)::after {
    content: url("../images/arrow-1-tablet.svg");
    position: absolute;
    top: 23%;
    right: -32px;
    z-index: 1;
  }
  .offer-container .offer-column:nth-child(2):after, .offer-container .offer-column:nth-child(3):after {
    content: url("../images/arrow-2-tablet.svg");
    position: absolute;
    top: 23%;
    right: -32px;
    z-index: 1;
  }
  .offer-container p {
    font-size: 16px !important;
    line-height: 110%;
  }
}
@media (max-width: 768px) {
  .offer-head {
    margin-top: 40px;
  }
  .offer-head h1 {
    font-size: 28px;
    max-width: 300px;
  }
  .offer-head p {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
    margin-right: 0px;
  }
  .offer-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 13px 0 44px 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .offer-container .offer-column {
    margin-right: auto;
    width: 100%;
  }
  .offer-container .offer-column h2 {
    font-size: 20px;
  }
  .offer-container .offer-column:first-child {
    margin-bottom: -40px;
  }
  .offer-container .offer-column .circle {
    width: 188px;
    height: 188px;
  }
  .offer-container .offer-column .circle p {
    font-size: 18px;
  }
  .offer-container .offer-column .circle:first-child {
    align-self: center !important;
  }
  .offer-container .offer-column:nth-child(1)::after, .offer-container .offer-column:nth-child(2)::after {
    content: url("../images/arrow-1-mobile.svg");
    position: relative;
    transform: translateY(37%) rotate(0deg);
    margin-left: 0;
    right: 0;
  }
  .offer-container .offer-column:nth-child(3)::after {
    content: url("../images/arrow-3-mobile.svg");
    position: relative;
    transform: translateY(89%) rotate(0deg);
    margin-left: 0;
    right: 0;
    top: -15px;
  }
  .offer-container .offer-column .circle {
    margin-top: 36px;
  }
  .offer-column > div:not(.circle) {
    max-width: 208px;
  }
  .offer-container .offer-column:nth-child(1)::after {
    margin-top: -70px;
  }
  .offer-container .offer-column:nth-child(2)::after {
    top: 0px;
    margin-bottom: -40px;
    position: absolute;
    top: unset;
    bottom: 0px;
    right: unset;
  }
  .offer-container .offer-column:nth-child(2) {
    padding-bottom: 40px;
  }
  .offer-container .offer-column:nth-child(3)::after {
    top: 0px;
    margin-bottom: -40px;
    position: absolute;
    top: unset;
    bottom: 65px;
    right: unset;
  }
  .offer-container .offer-column:nth-child(3) {
    padding-bottom: 40px;
  }
  .offer-container .offer-column:nth-child(4) .circle {
    margin-top: 0px;
  }
}
.offer-container .offer-column p {
  max-width: 196px;
}

@media only screen and (max-width: 460px) {
  .bot-sol .bot-body .bot-card {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1128px) {
  .nav a.active:before {
    bottom: 60px;
  }
}
.hero-banner.income {
  margin-top: 150px;
  position: relative;
}
.hero-banner.income > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-banner.income a {
  color: #9A9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.income a img {
  margin-right: 10px;
}
.hero-banner.income h1 {
  margin-top: 130px;
  margin-bottom: 35px;
  max-width: 685px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero-banner.income p {
  max-width: 579px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.hero-banner.income .overlay.income {
  margin-top: 70px;
  background-color: none;
  padding: 20px 0;
  mix-blend-mode: normal;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
.hero-banner.income .overlay.income p {
  max-width: 1044px;
  position: relative;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.hero-banner.income .overlay.income::before {
  content: "";
  background-color: #DF6026;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .hero-banner.income {
    margin-top: 180px;
    position: relative;
  }
  .hero-banner.income > img {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 100%;
  }
  .hero-banner.income a {
    font-size: 17px;
  }
  .hero-banner.income h1 {
    margin-top: 30px;
    margin-bottom: 25px;
    max-width: 525px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
  }
  .hero-banner.income p {
    max-width: 416px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income {
    margin-top: 70px;
    padding: 40px 0;
  }
  .hero-banner.income .overlay.income p {
    max-width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }
  .hero-banner.income .overlay.income::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 850px) {
  .hero-banner.income > img {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.income {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.income > img {
    position: absolute;
    right: 0;
    bottom: 160px;
    width: 80%;
  }
  .hero-banner.income h1 {
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.income p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income {
    margin-top: 40px;
    padding: 10px 0;
  }
  .hero-banner.income .overlay.income p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.income {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.income > img {
    position: absolute;
    right: 0;
    bottom: 250px;
    width: 100%;
  }
  .hero-banner.income h1 {
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.income p {
    max-width: 256px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income {
    margin-top: 40px;
    padding: 10px 0;
  }
  .hero-banner.income .overlay.income p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.income {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.income > img {
    position: absolute;
    right: 0;
    bottom: 300px;
    width: 100%;
  }
  .hero-banner.income h1 {
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.income p {
    max-width: 200px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income {
    margin-top: 40px;
    padding: 10px 0;
  }
  .hero-banner.income .overlay.income p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income::before {
    content: "";
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.income {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.income > img {
    position: absolute;
    right: 0;
    bottom: 390px;
    width: 100%;
  }
  .hero-banner.income h1 {
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.income p {
    max-width: 180px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income {
    margin-top: 40px;
    padding: 10px 0;
  }
  .hero-banner.income .overlay.income p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.income .overlay.income::before {
    content: "";
    mix-blend-mode: normal;
  }
}
.income-diag {
  margin-bottom: 64px;
  margin-top: 64px;
}
.income-diag .income-body-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.income-diag .income-body-head p {
  margin: 0;
  padding: 0;
  max-width: 1043px;
  color: #3C3937;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52.8px;
}
.income-diag .income-body-head div {
  margin-right: 50px;
}
.income-diag .income-body-head div p {
  max-width: 937px;
  color: #3C3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-bottom: 10px;
  margin-top: 26px;
}
.income-diag .income-body-cards {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.income-diag .income-body-cards > img {
  position: absolute;
  top: 30%;
  left: 31%;
  z-index: 2;
}
.income-diag .income-body-cards > img:nth-child(2) {
  top: 30%;
  left: unset;
  right: 31%;
  z-index: 2;
}
.income-diag .income-body-cards .card-income {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(181, 180, 181, 0.2);
  width: 350px;
  height: 100%;
  padding: 40px 0;
}
.income-diag .income-body-cards .card-income .card-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 243.094px;
  height: 249px;
  border-radius: 100%;
  background-color: #DF6026;
}
.income-diag .income-body-cards .card-income .card-circle p {
  max-width: 201px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.income-diag .income-body-cards .card-income > p {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #DF6026;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.income-diag .income-body-cards .card-income .card-text {
  padding: 0 45px;
  align-self: flex-start;
}
.income-diag .income-body-cards .card-income .card-text p {
  text-align: left;
}
.income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}
.income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
  max-width: 279px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
  margin-top: 50px;
  margin-bottom: 0;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 1280px) {
  .income-diag {
    padding-top: 50px;
    margin-top: 0;
    margin-bottom: 64px;
  }
  .income-diag .income-body-head {
    flex-direction: column;
  }
  .income-diag .income-body-head p {
    max-width: 450px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .income-diag .income-body-head div {
    margin-right: 0;
  }
  .income-diag .income-body-head div p {
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-head div p:nth-child(2) {
    margin-top: 15px;
  }
  .income-diag .income-body-cards {
    padding-top: 35px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .income-diag .income-body-cards > img {
    top: 26%;
    left: 33%;
    transform: rotate(0deg);
    width: 70px;
  }
  .income-diag .income-body-cards > img:nth-child(2) {
    top: 26%;
    left: unset;
    right: 33%;
  }
  .income-diag .income-body-cards .card-income {
    width: 222px;
    height: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .income-diag .income-body-cards .card-income .card-circle {
    width: 190px;
    height: 195px;
  }
  .income-diag .income-body-cards .card-income .card-circle p {
    max-width: 167px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
  }
  .income-diag .income-body-cards .card-income > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text {
    padding: 0 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
    margin-top: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
  }
  .income-diag .income-body-cards .card-income:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .income-diag {
    padding-top: 50px;
  }
  .income-diag .income-body-head {
    flex-direction: column;
  }
  .income-diag .income-body-head p {
    max-width: 540px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .income-diag .income-body-head div {
    margin-right: 0;
  }
  .income-diag .income-body-head div p {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-head div p:nth-child(2) {
    margin-top: 15px;
  }
  .income-diag .income-body-cards {
    padding-top: 35px;
    flex-direction: row;
    align-items: flex-start;
  }
  .income-diag .income-body-cards > img {
    top: 26%;
    left: 32%;
    transform: rotate(0deg);
    width: 70px;
  }
  .income-diag .income-body-cards > img:nth-child(2) {
    top: 26%;
    left: unset;
    right: 32%;
  }
  .income-diag .income-body-cards .card-income {
    width: 222px;
    height: 517px;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .income-diag .income-body-cards .card-income .card-circle {
    width: 180px;
    height: 180px;
  }
  .income-diag .income-body-cards .card-income .card-circle p {
    max-width: 167px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
  }
  .income-diag .income-body-cards .card-income > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text {
    padding: 0 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
    margin-top: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
  }
  .income-diag .income-body-cards .card-income:last-child {
    margin-bottom: 0;
  }
  .income-diag .income-body-cards .card-income {
    width: 222px;
    height: 517px;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .income-diag .income-body-cards .card-income .card-circle {
    width: 180px;
    height: 180px;
  }
  .income-diag .income-body-cards .card-income .card-circle p {
    max-width: 167px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
  }
  .income-diag .income-body-cards .card-income > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text {
    padding: 0 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
    margin-top: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
  }
  .income-diag .income-body-cards .card-income:nth-child(3) .card-text p:nth-child(1) {
    margin: 0;
  }
}
@media screen and (max-width: 912px) {
  .income-body-cards > img {
    top: 26%;
    left: 29%;
    transform: rotate(0deg);
    width: 70px;
  }
  .income-body-cards > img:nth-child(2) {
    top: 26%;
    left: unset;
    right: 29%;
  }
}
@media screen and (max-width: 820px) {
  .income-diag .income-body-cards > img {
    top: 26%;
    left: 30%;
    transform: rotate(0deg);
    width: 70px;
  }
  .income-diag .income-body-cards > img:nth-child(2) {
    top: 26%;
    left: unset;
    right: 31%;
  }
}
@media screen and (max-width: 768px) {
  .income-diag {
    padding-top: 50px;
  }
  .income-diag .income-body-head {
    flex-direction: column;
  }
  .income-diag .income-body-head p {
    max-width: 450px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .income-diag .income-body-head div {
    margin-right: 0;
  }
  .income-diag .income-body-head div p {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-head div p:nth-child(2) {
    margin-top: 15px;
  }
  .income-diag .income-body-cards {
    padding-top: 35px;
    flex-direction: column;
    align-items: center;
  }
  .income-diag .income-body-cards > img {
    transform: rotate(90deg);
    top: 33%;
    left: calc(50% - 47px);
    width: 86px;
  }
  .income-diag .income-body-cards > img:nth-child(2) {
    top: 68%;
    left: calc(50% - 47px);
  }
  .income-diag .income-body-cards .card-income {
    width: 50%;
    height: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .income-diag .income-body-cards .card-income .card-circle {
    width: 190px;
    height: 195px;
  }
  .income-diag .income-body-cards .card-income .card-circle p {
    max-width: 167px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
  }
  .income-diag .income-body-cards .card-income > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text {
    padding: 0 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
    margin-top: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
  }
}
@media screen and (max-width: 540px) {
  .income-body-cards {
    padding-top: 35px;
    flex-direction: column;
    align-items: center;
  }
  .income-body-cards > img {
    transform: rotate(90deg);
    top: 33%;
    left: calc(50% - 47px);
    width: 86px;
  }
  .income-body-cards > img:nth-child(2) {
    top: 68%;
    left: calc(50% - 47px);
  }
}
@media screen and (max-width: 425px) {
  .income-diag {
    padding-top: 50px;
  }
  .income-diag .income-body-head {
    flex-direction: column;
  }
  .income-diag .income-body-head p {
    max-width: 320px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .income-diag .income-body-head div {
    margin-right: 0;
  }
  .income-diag .income-body-head div p {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-head div p:nth-child(2) {
    margin-top: 15px;
  }
  .income-diag .income-body-cards {
    padding-top: 35px;
    flex-direction: column;
  }
  .income-diag .income-body-cards > img {
    transform: rotate(90deg);
    top: 34%;
    left: calc(50% - 47px);
    width: 86px;
  }
  .income-diag .income-body-cards > img:nth-child(2) {
    top: 68%;
    left: calc(50% - 47px);
  }
  .income-diag .income-body-cards .card-income {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .income-diag .income-body-cards .card-income .card-circle {
    width: 190px;
    height: 195px;
  }
  .income-diag .income-body-cards .card-income .card-circle p {
    max-width: 167px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
  }
  .income-diag .income-body-cards .card-income > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text {
    padding: 0 50px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
    margin-top: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
  }
  .income-diag .income-body-cards .card-income:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .income-diag {
    padding-top: 50px;
  }
  .income-diag .income-body-head {
    flex-direction: column;
  }
  .income-diag .income-body-head p {
    max-width: 320px;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .income-diag .income-body-head div {
    margin-right: 0;
  }
  .income-diag .income-body-head div p {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-head div p:nth-child(2) {
    margin-top: 15px;
  }
  .income-diag .income-body-cards {
    padding-top: 35px;
    flex-direction: column;
  }
  .income-diag .income-body-cards > img {
    transform: rotate(90deg);
    top: 34%;
    left: calc(50% - 47px);
    width: 86px;
  }
  .income-diag .income-body-cards > img:nth-child(2) {
    top: 68%;
    left: calc(50% - 47px);
  }
  .income-diag .income-body-cards .card-income {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .income-diag .income-body-cards .card-income .card-circle {
    width: 190px;
    height: 195px;
  }
  .income-diag .income-body-cards .card-income .card-circle p {
    max-width: 167px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.6px;
  }
  .income-diag .income-body-cards .card-income > p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text {
    padding: 0 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .income-diag .income-body-cards .card-income .card-text p:nth-child(3) {
    margin-top: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
  }
  .income-diag .income-body-cards .card-income:last-child {
    margin-bottom: 0;
  }
}
.solutions-block.orange {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 1180px) {
  .solutions-block.orange {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .solutions-block.orange {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
.solutions-block.orange .solutions-card {
  border: 2px solid #DF6026;
}

.solutions-block.orange .solutions-card.active {
  background-color: rgba(223, 96, 38, 0.1);
}

.solutions-block.orange .download-icon {
  background-color: #DF6026;
}

.hero-banner.transformation {
  margin-top: 150px;
  position: relative;
}
.hero-banner.transformation > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1300px;
  width: 100%;
}
.hero-banner.transformation a {
  color: #9A9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.transformation a img {
  margin-right: 10px;
}
.hero-banner.transformation h1 {
  margin-top: 130px;
  margin-bottom: 35px;
  max-width: 570px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.hero-banner.transformation p {
  max-width: 579px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.hero-banner.transformation .overlay.transformation {
  margin-top: 70px;
  background-color: transparent;
  padding: 20px 0;
  mix-blend-mode: normal;
}
.hero-banner.transformation .overlay.transformation p {
  max-width: 922px;
  mix-blend-mode: normal;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.overlay.transformation {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.overlay.transformation:before {
  content: "";
  background-color: #073844;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.overlay.transformation .container p {
  position: relative;
}

.overlay.transformation .container span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  .hero-banner.transformation {
    margin-top: 180px;
    position: relative;
  }
  .hero-banner.transformation > img {
    position: absolute;
    right: 0;
    bottom: 180px;
    width: 70%;
  }
  .hero-banner.transformation a {
    display: none;
  }
  .hero-banner.transformation h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    color: #111;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
  }
  .hero-banner.transformation p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.transformation .overlay.transformation {
    margin-top: 70px;
    background-color: #073844;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.transformation .overlay.transformation p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.transformation .overlay.transformation .container span {
    font-size: 16px;
    font-weight: 400;
  }
  .hero-banner.transformation .overlay.transformation {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-banner.transformation .overlay.transformation:before {
    display: none;
  }
  .hero-banner.transformation .overlay.transformation .container p {
    position: static;
    max-width: 680px;
  }
}
@media screen and (max-width: 820px) {
  .hero-banner.transformation > img {
    position: absolute;
    right: 0;
    bottom: 220px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.transformation {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.transformation > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
  }
  .hero-banner.transformation a {
    display: none;
  }
  .hero-banner.transformation h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.transformation p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.transformation .overlay.transformation {
    margin-top: 40px;
    background-color: #073844;
    padding: 30px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.transformation .overlay.transformation p {
    max-width: 635px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.transformation {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.transformation > img {
    position: absolute;
    right: 0;
    bottom: 280px;
    width: 100%;
  }
  .hero-banner.transformation a {
    display: none;
  }
  .hero-banner.transformation h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.transformation p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.transformation .overlay.transformation {
    margin-top: 40px;
    background-color: #073844;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.transformation .overlay.transformation p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.transformation {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.transformation > img {
    position: absolute;
    right: 0;
    bottom: 300px;
    width: 100%;
  }
  .hero-banner.transformation a {
    display: none;
  }
  .hero-banner.transformation h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.transformation p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.transformation .overlay.transformation {
    margin-top: 40px;
    background-color: #073844;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.transformation .overlay.transformation p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.transformation {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.transformation > img {
    position: absolute;
    right: 0;
    bottom: 350px;
    width: 100%;
  }
  .hero-banner.transformation a {
    display: none;
  }
  .hero-banner.transformation h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.transformation p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.transformation .overlay.transformation {
    margin-top: 40px;
    background-color: #106F99;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.transformation .overlay.transformation p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
/* Transformation Block 01 */
.transformation-block1 {
  margin-top: 160px;
  margin-bottom: 120px;
}

.transformation-block1 .container {
  display: flex;
  max-width: 1500px;
  padding-right: 0;
  margin-right: 0;
}

.transformation-block1 .container > div {
  width: 50%;
}

.transformation-block1 .container .text {
  padding-right: 120px;
  box-sizing: border-box;
}

.transformation-block1 .container .bg-image {
  background-size: cover;
  background-position: center;
}

.transformation-block1 h2 {
  color: #3C3937;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.transformation-block1 h2 span {
  font-weight: 700;
}

.transformation-block1 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.transformation-block1 span {
  font-weight: 700;
}

@media screen and (max-width: 4560px) {
  .transformation-block1 .container {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 2560px) {
  .transformation-block1 .container {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1920px) {
  .transformation-block1 .container {
    max-width: 1450px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 120px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .transformation-block1 .container {
    max-width: 1450px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 120px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .transformation-block1 {
    margin-top: 79.1px;
    margin-bottom: 78.19px;
  }
  .transformation-block1 .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 0px;
  }
  .transformation-block1 .container > div {
    width: 100%;
  }
  .transformation-block1 .container .bg-image {
    min-height: 321px;
  }
}
@media screen and (max-width: 1000px) {
  .transformation-block1 {
    margin-top: 79.1px;
    margin-bottom: 78.19px;
  }
  .transformation-block1 .container {
    padding: 0px;
  }
  .transformation-block1 h2 {
    font-size: 28px;
  }
  .transformation-block1 p {
    font-size: 16px;
  }
  .transformation-block1 .container .text {
    padding-right: 0px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .transformation-block1 .container .text {
    padding-left: 20px;
  }
}
/* Transformation Block 02 */
.transformation-block2 {
  background: #3C3937;
  color: #FFF;
  position: relative;
}

.transformation-block2 .container {
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
}

.transformation-block2 .container > div {
  width: 50%;
  position: relative;
  z-index: 2;
}

.transformation-block2 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  max-width: 465px;
}

.transformation-block2 h2 span {
  font-weight: 700;
}

.transformation-block2 .right {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25.2px;
}

.transformation-block2 .right ul {
  padding-left: 25px;
}

.transformation-block2 .right ul li {
  margin-bottom: 20px;
}

.transformation-block2 .right span {
  font-weight: 700;
}

.transformation-block2 > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
}

@media screen and (max-width: 1250px) {
  .transformation-block2 .container > div {
    width: 100%;
  }
  .transformation-block2 > img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .transformation-block2 h2 {
    max-width: 410px;
  }
  .transformation-block2 .container {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .transformation-block2 .container {
    display: flex;
    padding-top: 48px;
    padding-bottom: 61px;
  }
  .transformation-block2 h2 {
    font-size: 28px;
    max-width: 280px;
  }
  .transformation-block2 p {
    font-size: 16px;
  }
}
/* Transformation Block 03 */
.transformation-block3 {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.transformation-block3 .card {
  width: 100%;
  padding: 89px 97px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1840px) {
  .transformation-block3 .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .transformation-block3 .card {
    width: 100%;
    padding: 89px 97px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .transformation-block3 .card > * {
    max-width: 380px;
  }
}
.transformation-block3 .card:nth-child(1) {
  background-size: cover;
  background-position: center;
}

.transformation-block3 .card.gray-light {
  background: #DAD9DA;
}

.transformation-block3 .card.gray {
  background: #9A9998;
}

.transformation-block3 .card.gray-dark {
  background: #3C3937;
  color: #FFF;
}

.transformation-block3 .card.blue {
  background: #073844;
  color: #FFF;
}

.transformation-block3 .card {
  color: #3C3937;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.4px;
}

.transformation-block3 .card p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.transformation-block3 .card h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  max-width: 300px;
}

.transformation-block3 > div:nth-child(3) p {
  max-width: 310px;
}

.transformation-block3 > div:nth-child(4) p {
  max-width: 379px;
}

.transformation-block3 > div:nth-child(5) p {
  max-width: 334px;
}

.transformation-block3 > div:nth-child(6) p {
  max-width: 320px;
}

@media screen and (max-width: 1250px) {
  .transformation-block3 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
  .transformation-block3 .card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .transformation-block3 {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
  }
  .transformation-block3 .card > * {
    max-width: 380px !important;
  }
}
@media screen and (max-width: 1024px) {
  .transformation-block3 .card:nth-child(3) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .transformation-block3 .card:nth-child(3) p {
    max-width: 257px;
  }
  .transformation-block3 .card {
    font-size: 18px;
    padding: 80px 70px;
  }
  .transformation-block3 .card h4 {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .transformation-block3 .card p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .transformation-block3 .card:nth-child(1) {
    min-height: 362px;
    background-position: top center;
    background-position: center 35%;
  }
  .transformation-block3 .card {
    font-size: 18px;
    padding: 80px 40px;
  }
  .transformation-block3 .card h4 {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .transformation-block3 .card p {
    margin-bottom: 0;
  }
  .transformation-block3 .card:nth-child(3) {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .transformation-block3 .card:nth-child(3) p {
    max-width: 257px;
  }
  .transformation-block3 .card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .transformation-block3 > div:nth-child(3) h4 {
    max-width: none;
  }
}
@media screen and (max-width: 540px) {
  .transformation-block1 .container {
    flex-direction: column;
  }
  .transformation-block1 {
    margin-bottom: 0;
    margin-top: 56px;
  }
}
@media screen and (max-width: 450px) {
  .transformation-block3 .card {
    padding: 64px;
    width: 100%;
  }
  .transformation-block3 .card h4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
    max-width: 232px;
  }
  .transformation-block3 .card p {
    margin: 0;
  }
  .transformation-block2 .container {
    flex-direction: column;
    padding: 35px 20px;
  }
  .transformation-block2 .container h2 {
    max-width: 320px;
  }
  .transformation-block2 .container ul {
    padding-left: 20px;
  }
  .transformation-block1 {
    margin-top: 48px;
    margin-bottom: 0;
  }
  .transformation-block1 .container .text {
    padding-bottom: 48px;
  }
  .transformation-block1 .container {
    flex-direction: column;
  }
}
.fund-fact-head > img {
  width: 75%;
}

.taber.active {
  border-top: 25px solid #F9B700 !important;
}

.taber.active.yellow {
  border-top: 25px solid #F9B700 !important;
}

.taber.active.orange {
  border-top: 25px solid #DF6026 !important;
}

.taber.active.red {
  border-top: 25px solid #CB4600 !important;
}

.fact-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 120px;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 1024px) {
  .fact-container {
    margin: 0;
  }
}
.fact-container .fact {
  margin: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  height: 145px;
  border: 1px solid #F9B700;
  padding: 2% 5%;
  flex-grow: 1;
  width: 100%;
  flex: 1 0 45%;
}
@media (max-width: 1024px) {
  .fact-container .fact {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .fact-container .fact {
    margin: 0px;
    flex: 1 0 100%;
  }
}
.fact-container .fact .fact-image-container {
  border-radius: 50%;
  background-color: #F9B700;
  width: fit-content;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/Layer_1.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 40%;
  background-position: center center;
}
@media (max-width: 768px) {
  .fact-container .fact .fact-image-container {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 820px) and (max-height: 180px) {
  .fact-container .fact .fact-image-container {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .fact-container .fact .fact-image-container {
    width: 20px;
    height: 20px;
  }
}
.fact-container .fact h3 {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 365px;
}
@media (max-width: 1440px) {
  .fact-container .fact h3 {
    font-size: 18px;
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .fact-container .fact h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .fact-container .fact h3 {
    font-size: 18px;
    max-width: 193px;
  }
}
.fact-container .fact.active {
  border: 1px solid #F9B700;
  background-color: #fffbf2;
}
.fact-container .fact.last {
  flex: 0 0 calc(50% - 30px);
}
@media only screen and (max-width: 1024px) {
  .fact-container .fact.last {
    flex: 0 0 calc(50% - 11px);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fact-container .fact.last {
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  .fact-container .fact.last {
    flex: initial;
  }
}
@media (max-width: 767px) {
  .fact-container .fact.last {
    flex: initial;
  }
}

#tab2 .fact {
  border-color: #DF6026;
}
#tab2 .fact .fact-image-container {
  background-color: #DF6026;
  background-image: url("../images/Layer_1-white.svg");
}
#tab2 .fact.active {
  border: 1px solid #DF6026;
  background-color: #fdf7f5;
}

#tab3 .fact {
  border-color: #CB4600;
}
#tab3 .fact .fact-image-container {
  background-color: #CB4600;
  background-image: url("../images/Layer_1-white.svg");
}
#tab3 .fact.active {
  border: 1px solid #CB4600;
  background-color: #fcf6f2;
}

.hero-banner.accolades {
  margin-top: 150px;
  position: relative;
}
.hero-banner.accolades > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 760px;
  width: 100%;
}
.hero-banner.accolades a {
  color: #9A9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.accolades a img {
  margin-right: 10px;
}
.hero-banner.accolades h1 {
  margin-top: 130px;
  margin-bottom: 35px;
  max-width: 685px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero-banner.accolades p {
  max-width: 579px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.hero-banner.accolades .overlay.accolades {
  margin-top: 70px;
  background-color: none;
  padding: 20px 0;
  mix-blend-mode: normal;
  min-height: 262px;
}
.hero-banner.accolades .overlay.accolades p {
  max-width: 1044px;
  mix-blend-mode: normal;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.overlay.accolades {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.overlay.accolades:before {
  transition: all 0.5s;
  content: "";
  background-color: #F9B700;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.overlay.accolades.orange:before {
  background-color: #DF6026;
}

.overlay.accolades.red:before {
  background-color: #CB4600;
}

.overlay.accolades .container p {
  position: relative;
}

.overlay.accolades .container span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
}

.tab.active {
  display: block;
}

.tab {
  display: none;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 120px;
}
.tab .tab-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  color: #3C3937;
}
.tab .tab-body .item {
  width: calc(33.33% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(249, 183, 0, 0.1019607843);
  padding: 32px;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
.tab .tab-body .item h3 {
  font-size: 24px;
}
.tab .tab-body .item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
.tab .tab-body .item span {
  font-weight: 700;
}
.tab .tab-body .item h3 span {
  font-weight: 300;
  font-size: 18px;
}

.orange .tab-body .item {
  background: rgba(223, 96, 38, 0.1019607843) !important;
}

.red .tab-body .item {
  background: rgba(203, 70, 0, 0.1019607843) !important;
}

@media screen and (max-width: 1180px) {
  .hero-banner.accolades {
    margin-top: 180px;
    position: relative;
  }
  .hero-banner.accolades > img {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 55%;
  }
  .hero-banner.accolades a {
    display: none;
  }
  .hero-banner.accolades h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.accolades p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.accolades .overlay.accolades {
    margin-top: 70px;
    background-color: #F9B700;
    padding: 10px 0;
    mix-blend-mode: normal;
    min-height: 120px;
    max-height: 120px;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .hero-banner.accolades .overlay.accolades p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.accolades .overlay.accolades.orange {
    background-color: #DF6026;
  }
  .hero-banner.accolades .overlay.accolades.red {
    background-color: #CB4600;
  }
  .hero-banner.accolades .overlay.accolades {
    position: static;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hero-banner.accolades .overlay.accolades:before {
    display: none;
  }
  .hero-banner.accolades .overlay.accolades .container p {
    position: static;
  }
  .tab .tab-body .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.accolades {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.accolades > img {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 60%;
  }
  .hero-banner.accolades a {
    display: none;
  }
  .hero-banner.accolades h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.accolades p {
    max-width: 196px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.accolades .overlay.accolades {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.accolades .overlay.accolades p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tab-body .item {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.accolades {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.accolades > img {
    position: absolute;
    right: 0;
    bottom: 116px;
  }
  .hero-banner.accolades a {
    display: none;
  }
  .hero-banner.accolades h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.accolades p {
    max-width: 191px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.accolades .overlay.accolades {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.accolades .overlay.accolades p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.accolades {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.accolades > img {
    position: absolute;
    right: 0;
  }
  .hero-banner.accolades a {
    display: none;
  }
  .hero-banner.accolades h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.accolades p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.accolades .overlay.accolades {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.accolades .overlay.accolades p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.accolades {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.accolades > img {
    position: absolute;
    right: 0;
  }
  .hero-banner.accolades a {
    display: none;
  }
  .hero-banner.accolades h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.accolades p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.accolades .overlay.accolades {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.accolades .overlay.accolades p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
/*  Tabs */
.content-tabs.style1 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .content-tabs.style1 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
  }
}
.content-tabs.style1 .none {
  display: none;
}
.content-tabs.style1 .selector .selector-body p {
  font-size: 34px;
}
@media screen and (max-width: 1180px) {
  .content-tabs.style1 .mobile-tabs {
    margin-top: -97px;
    color: #111111;
  }
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    transform: none;
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #111111;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
    border-bottom: solid 2px #111111;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
  .content-tabs.style1 .tab .tab-body .item h3 {
    font-size: 20px;
  }
  .content-tabs.style1 .tab .tab-body .item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .content-tabs.style1 .none {
    display: block;
  }
  .content-tabs.style1 .custom-select {
    position: relative;
    font-family: Arial;
  }
  .content-tabs.style1 .custom-select img {
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 14px;
    height: auto;
  }
  .content-tabs.style1 .custom-select .rotator {
    transform: rotate(0deg);
  }
  .content-tabs.style1 .custom-select select {
    display: none;
  }
  .content-tabs.style1 .select-selected:after {
    position: absolute;
    content: "";
    top: unset;
    bottom: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent transparent transparent;
  }
  .content-tabs.style1 .select-selected.select-arrow-active:after {
    border-color: transparent transparent transparent transparent;
    bottom: 30px;
  }
  .content-tabs.style1 .select-items div {
    background-color: #fff;
    color: #ffffff;
    padding: 20px;
    border-bottom: solid 1px rgba(181, 180, 181, 0.5);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items div:last-child {
    border: none;
  }
  .content-tabs.style1 .select-selected {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 22.4px;
  }
  .content-tabs.style1 .select-items {
    position: absolute;
    background-color: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .content-tabs.style1 .select-hide {
    display: none;
  }
}
.content-tabs.style1 .selector {
  height: 113px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
  margin-right: 115px;
  margin-top: -112px;
  background: #FFF;
  z-index: 999;
  position: relative;
}
.content-tabs.style1 .selector .selector-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.content-tabs.style1 .selector .selector-body p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A9998;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  height: 80%;
  width: 100%;
  border-top: 25px solid transparent;
}
@media screen and (max-width: 1024px) {
  .content-tabs.style1 .selector .selector-body p {
    font-size: 20px;
  }
}
.content-tabs.style1 .selector .selector-body .taber.red.active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #F9B700;
  transition: all ease 0.5s;
}
.content-tabs.style1 .selector .selector-body .taber.orange.active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #DF6026;
  transition: all ease 0.5s;
}
.content-tabs.style1 .selector .selector-body .taber.red.active {
  color: #3C3937;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 25px solid #CB4600;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1180px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .content-tabs.style1 .selector {
    display: none;
  }
}

.content-tabs-body #tab1 .tab-body,
.content-tabs-body #tab2 .tab-body,
.content-tabs-body #tab3 .tab-body,
.content-tabs-body .tab-body {
  align-items: flex-start;
  justify-content: flex-start;
}

.contact {
  background: none;
  height: 50px;
}

.contact-header {
  margin-top: 150px;
  position: relative;
}
.contact-header > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow-y: hidden;
}
.contact-header h1 {
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  margin-bottom: 0px;
}
.contact-header p {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  max-width: 627px;
  margin-bottom: 80px;
}
.contact-header .contact-overlay {
  mix-blend-mode: normal;
  padding: 50px 0;
}
.contact-header .contact-overlay .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-header .contact-overlay .container .over-left {
  position: relative;
}
.contact-header .contact-overlay .container .over-left > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-header .contact-overlay .container .over-left > div a {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  text-decoration: none;
}
.contact-header .contact-overlay .container .over-left > div:nth-child(1) {
  margin-bottom: 50px;
}
.contact-header .contact-overlay .container .over-right {
  position: relative;
}
.contact-header .contact-overlay .container .over-right > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-header .contact-overlay .container .over-right > div img {
  align-self: flex-start;
}
.contact-header .contact-overlay .container .over-right > div p {
  max-width: 406px;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}
.contact-header .contact-overlay .container .over-right > div a {
  color: #111;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  background-color: #F9B700;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 30px;
  margin-left: 60px;
}
.contact-header .contact-overlay::before {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 250px;
  background-color: #CB4600;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 2560px) {
  .contact-header > img {
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-header {
    overflow: hidden;
  }
  .contact-header > img {
    right: -55px;
    bottom: 0px;
    width: 65%;
  }
  .contact-header .contact-overlay::before {
    top: 300px;
  }
}
@media screen and (max-width: 1280px) {
  .contact-header {
    margin-top: 100px;
    overflow: hidden;
  }
  .contact-header > img {
    right: -55px;
    bottom: 0px;
    width: 55%;
  }
  .contact-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .contact-header p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 290px;
  }
  .contact-header .contact-overlay {
    padding: 40px 0;
  }
  .contact-header .contact-overlay .container .over-left {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-right {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div img {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-right > div button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .contact-header .contact-overlay::before {
    top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-header {
    margin-top: 100px;
    overflow: hidden;
  }
  .contact-header > img {
    right: -105px;
    bottom: -60px;
    width: 80%;
  }
  .contact-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .contact-header p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 290px;
  }
  .contact-header .contact-overlay {
    mix-blend-mode: normal;
    padding: 40px 0;
  }
  .contact-header .contact-overlay .container {
    padding-left: 40px;
    padding-right: 80px;
  }
  .contact-header .contact-overlay .container .over-left {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-right {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div img {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div p {
    max-width: 252px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-right > div button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .contact-header .contact-overlay::before {
    mix-blend-mode: normal;
    top: 210px;
  }
}
@media screen and (max-width: 768px) {
  .contact-header {
    margin-top: 70px;
    overflow: hidden;
  }
  .contact-header > img {
    right: -105px;
    bottom: 25px;
    width: 85%;
  }
  .contact-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .contact-header p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 290px;
  }
  .contact-header .contact-overlay {
    mix-blend-mode: normal;
    padding: 40px 0;
  }
  .contact-header .contact-overlay .container .over-left {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-right {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div img {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-right > div button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .contact-header .contact-overlay::before {
    mix-blend-mode: normal;
    top: 210px;
  }
}
@media screen and (max-width: 450px) {
  .contact-header {
    margin-top: 70px;
    overflow: hidden;
  }
  .contact-header > img {
    right: -65px;
    bottom: 240px;
    width: 90%;
  }
  .contact-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .contact-header p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 220px;
  }
  .contact-header .contact-overlay {
    mix-blend-mode: normal;
    padding: 40px 0;
  }
  .contact-header .contact-overlay .container {
    flex-direction: column;
    padding-left: 21px;
    padding-right: 21px;
  }
  .contact-header .contact-overlay .container .over-left {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-right > div img {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-right > div button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .contact-header .contact-overlay::before {
    mix-blend-mode: normal;
    top: 230px;
  }
  .contact-header .contact-overlay .container .over-right > div a {
    margin: 0;
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .contact-header {
    margin-top: 80px;
    overflow: hidden;
  }
  .contact-header > img {
    right: -55px;
    bottom: 270px;
    width: 90%;
  }
  .contact-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .contact-header p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 220px;
  }
  .contact-header .contact-overlay {
    mix-blend-mode: normal;
    padding: 40px 0;
  }
  .contact-header .contact-overlay .container {
    flex-direction: column;
    padding-left: 21px;
    padding-right: 21px;
  }
  .contact-header .contact-overlay .container .over-left {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-right > div img {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-right > div button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .contact-header .contact-overlay::before {
    mix-blend-mode: normal;
    top: 230px;
  }
  .contact-header .contact-overlay .container .over-right > div a {
    margin: 0;
    margin-top: 32px;
  }
}
@media screen and (max-width: 320px) {
  .contact-header {
    margin-top: 80px;
  }
  .contact-header > img {
    right: -55px;
    bottom: 255px;
    width: 90%;
  }
  .contact-header h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .contact-header p {
    margin-bottom: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    max-width: 220px;
  }
  .contact-header .contact-overlay {
    mix-blend-mode: normal;
    padding: 30px 0;
  }
  .contact-header .contact-overlay .container {
    flex-direction: column;
  }
  .contact-header .contact-overlay .container .over-left {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-header .contact-overlay .container .over-left > div a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-left > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact-header .contact-overlay .container .over-right > div img {
    align-self: flex-start;
  }
  .contact-header .contact-overlay .container .over-right > div p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .contact-header .contact-overlay .container .over-right > div button {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .contact-header .contact-overlay::before {
    mix-blend-mode: normal;
    top: 230px;
  }
}
.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 850px;
  position: relative;
  overflow: hidden;
}
.question .question-right {
  width: 55%;
  height: 100%;
  background-color: #3C3937;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question .question-right > img {
  position: absolute;
  right: -250px;
  bottom: 0;
  width: 45%;
}
.question .question-right > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.question .question-right > div h1 {
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.question .question-right > div h2 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.question .question-right > div h3 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 0;
}
.question .question-right > div h4 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 0;
}
.question .question-right > div h5 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 0;
}
.question .question-right > div div {
  margin-bottom: 50px;
}
.question .question-right > div div p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  margin: 0;
  padding: 0;
}
.question .question-right > div div p .highlight {
  color: #F9B700;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.question .question-right > div div a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  text-decoration: none;
}
.question .question-right > div div h1 {
  color: #FFF;
  font-family: "Century Gothic Paneuropean";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.question .question-right > div div h2 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.question .question-right > div div h3 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.question .question-right > div div h4 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 0;
}
.question .question-right > div div h5 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Century Gothic Paneuropean";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-top: 0;
  margin-bottom: 0;
}
.question .question-right > div div:nth-child(3) {
  margin-bottom: 0;
}
.question .question-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.question .question-left > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-left: 170px;
}
.question .question-left > div h2 {
  max-width: 457px;
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52.8px;
}
.question .question-left > div p {
  max-width: 406px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.question .question-left > div p img {
  margin-left: 20px;
}
.question .question-left > div p:nth-child(3) {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.question .question-left .mobile-text {
  display: none;
}

.question .question-right > div div p.highlight {
  color: #F9B700;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

@media screen and (max-width: 1280px) {
  .question .question-left > div {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .question {
    height: 650px;
  }
  .question .question-left > div {
    margin-left: 0;
    padding-left: 40px;
  }
  .question .question-left {
    width: 55%;
  }
}
@media screen and (max-width: 820px) {
  .contact-header > img {
    right: -105px;
    bottom: 0px;
    width: 80%;
  }
  .question {
    height: 100%;
  }
  .question .question-right {
    height: 700px;
  }
  .question .question-left {
    width: 60%;
  }
  .question .question-left > div {
    height: 700px;
  }
  .question .question-right > div {
    padding-left: 40px;
    padding-right: 20px;
  }
  .question .question-left > div h2 {
    max-width: 221px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.4px;
  }
}
@media screen and (max-width: 768px) {
  .question {
    height: 100%;
  }
  .question .question-right {
    width: 100%;
    justify-content: flex-start;
  }
  .question .question-right > img {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 80%;
  }
  .question .question-right > div {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .question .question-right > div div {
    margin-bottom: 50px;
  }
  .question .question-right > div div p {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px;
  }
  .question .question-right > div div p:nth-child(1) {
    margin-bottom: 10px;
  }
  .question .question-right > div div p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div p:nth-child(3) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-left {
    width: 100%;
    align-items: flex-start;
  }
  .question .question-left > div {
    display: none;
  }
  .question .question-left .mobile-text {
    display: flex;
    height: 600px;
    margin: 0;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .question .question-left .mobile-text p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.4px;
  }
  .question .question-left .mobile-text p:nth-child(2) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 30px;
  }
  .question .question-left .mobile-text p:nth-child(3) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 450px) {
  .question {
    flex-direction: column;
    height: 100%;
  }
  .question .question-right {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .question .question-right > img {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 80%;
  }
  .question .question-right > div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .question .question-right > div div {
    margin-bottom: 50px;
  }
  .question .question-right > div div p {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px;
  }
  .question .question-right > div div p:nth-child(1) {
    margin-bottom: 10px;
  }
  .question .question-right > div div p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div p:nth-child(3) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-left {
    width: 100%;
    align-items: flex-start;
  }
  .question .question-left > div {
    display: none;
  }
  .question .question-left .mobile-text {
    display: block;
    margin: 0;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .question .question-left .mobile-text p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.4px;
  }
  .question .question-left .mobile-text p:nth-child(2) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 30px;
  }
  .question .question-left .mobile-text p:nth-child(3) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .question {
    flex-direction: column;
    height: 100%;
  }
  .question .question-right {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 92px;
    justify-content: flex-start;
  }
  .question .question-right > img {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 80%;
  }
  .question .question-right > div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .question .question-right > div div {
    margin-bottom: 50px;
  }
  .question .question-right > div div p {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px;
  }
  .question .question-right > div div p:nth-child(1) {
    margin-bottom: 10px;
  }
  .question .question-right > div div p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div p:nth-child(3) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-left {
    width: 100%;
    align-items: flex-start;
  }
  .question .question-left > div {
    display: none;
  }
  .question .question-left .mobile-text {
    display: block;
    margin: 0;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .question .question-left .mobile-text p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.4px;
  }
  .question .question-left .mobile-text p:nth-child(2) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 30px;
  }
  .question .question-left .mobile-text p:nth-child(3) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .question {
    flex-direction: column;
    height: 100%;
  }
  .question .question-right {
    width: 100%;
    justify-content: flex-start;
  }
  .question .question-right > img {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 80%;
  }
  .question .question-right > div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .question .question-right > div div {
    margin-bottom: 50px;
  }
  .question .question-right > div div p {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px;
  }
  .question .question-right > div div p:nth-child(1) {
    margin-bottom: 10px;
  }
  .question .question-right > div div p:nth-child(2) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div p:nth-child(3) {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-right > div div a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
  }
  .question .question-left {
    width: 100%;
    align-items: flex-start;
  }
  .question .question-left > div {
    display: none;
  }
  .question .question-left .mobile-text {
    display: block;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .question .question-left .mobile-text p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.4px;
  }
  .question .question-left .mobile-text p:nth-child(2) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 30px;
  }
  .question .question-left .mobile-text p:nth-child(3) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
  }
}
.active-nav-rules {
  position: absolute;
  background-color: #DCA027;
  width: 55px;
  height: 9px;
  bottom: 45px;
  z-index: -1;
}

@media screen and (min-width: 1000px) and (max-width: 1128px) {
  .active-nav-rules {
    bottom: 60px;
  }
}
.hero-banner.rules {
  margin-top: 150px;
  position: relative;
}
.hero-banner.rules > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-banner.rules a {
  text-decoration: none;
  color: #9A9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-banner.rules a img {
  margin-right: 10px;
}
.hero-banner.rules h1 {
  margin-top: 120px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.hero-banner.rules p {
  max-width: 685px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.hero-banner.rules .overlay.rules {
  margin-top: 80px;
  padding: 25px 0;
}
.hero-banner.rules .overlay.rules p {
  position: relative;
  max-width: 1069px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.hero-banner.rules .overlay.rules::before {
  content: "";
  background-color: #CB4600;
  mix-blend-mode: multiply;
  position: absolute;
  top: 490px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .hero-banner.rules > img {
    width: 480px;
  }
  .hero-banner.rules a {
    font-size: 17px;
  }
  .hero-banner.rules h1 {
    margin-top: 30px;
    max-width: 420px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.rules p {
    max-width: 400px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules {
    margin-top: 40px;
    padding: 10px 0;
  }
  .hero-banner.rules .overlay.rules p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules p strong {
    font-weight: 700;
  }
  .hero-banner.rules .overlay.rules::before {
    content: "";
    mix-blend-mode: multiply;
    top: 340px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.rules {
    margin-top: 150px;
    position: relative;
  }
  .hero-banner.rules > img {
    position: absolute;
    right: 0;
    top: 43%;
    bottom: 200px;
    z-index: -1;
    width: 129px;
  }
  .hero-banner.rules h1 {
    max-width: 420px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.rules p {
    max-width: 400px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules {
    margin-top: 30px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.rules .overlay.rules p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules p strong {
    font-weight: 700;
  }
  .hero-banner.rules .overlay.rules::before {
    content: "";
    mix-blend-mode: normal;
    top: 256px;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.rules {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.rules > img {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 121px;
  }
  .hero-banner.rules h1 {
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.rules p {
    max-width: 304px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules {
    margin-top: 30px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.rules .overlay.rules p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules p strong {
    font-weight: 700;
  }
  .hero-banner.rules .overlay.rules::before {
    content: "";
    mix-blend-mode: normal;
    top: 300px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.rules {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.rules > img {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 94px;
  }
  .hero-banner.rules h1 {
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.rules p {
    max-width: 304px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules {
    margin-top: 30px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.rules .overlay.rules p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules p strong {
    font-weight: 700;
  }
  .hero-banner.rules .overlay.rules::before {
    content: "";
    mix-blend-mode: normal;
    top: 300px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.rules {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.rules > img {
    position: absolute;
    right: 0;
    bottom: 63%;
    z-index: -1;
    width: 140px;
  }
  .hero-banner.rules h1 {
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.rules p {
    max-width: 304px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules p strong {
    font-weight: normal;
  }
  .hero-banner.rules .overlay.rules {
    margin-top: 30px;
    padding: 10px 0;
  }
  .hero-banner.rules .overlay.rules p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.rules .overlay.rules p strong {
    font-weight: 700;
  }
  .hero-banner.rules .overlay.rules::before {
    content: "";
    mix-blend-mode: normal;
    top: 330px;
  }
}
.rules-body {
  background-color: #3C3937;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.rules-body > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.rules-body .rules-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rules-body .rules-row .rule {
  margin-right: 15px;
}
.rules-body .rules-row .rule:last-child {
  margin-right: 0;
}
.rules-body .rules-row .rule p {
  max-width: 285px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.rules-body .expand {
  display: none;
}
.rules-body .zoomer {
  display: none;
}
.rules-body .rules-diag img {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .rules-body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .rules-body > img {
    width: 75%;
  }
  .rules-body .rules-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rules-body .rules-row .rule {
    margin-right: 0;
    margin-top: 10px;
  }
  .rules-body .rules-row .rule img {
    width: 50px;
  }
  .rules-body .rules-row .rule:last-child {
    margin-right: 0;
  }
  .rules-body .rules-row .rule p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rules-body .expand p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand img {
    margin-left: 10px;
  }
  .rules-body .rules-diag img {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
  }
  .rules-body .zoomer {
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: rgba(60, 57, 55, 0.9);
    transform: translateY(-150%);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .rules-body .zoomer .zoomer-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF;
    height: 302px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
  }
  .rules-body .zoomer .zoomer-body #close {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 19px;
    height: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image {
    position: relative;
    overflow: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image img {
    width: 100%;
    transition: transform 0.5s ease;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    margin-top: 150px;
    width: 100%;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img:nth-child(1) {
    right: 50px;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: 13px;
    width: 39.62px;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .rules-body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .rules-body > img {
    width: 75%;
  }
  .rules-body .rules-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rules-body .rules-row .rule {
    margin-right: 0;
    margin-top: 10px;
  }
  .rules-body .rules-row .rule:last-child {
    margin-right: 0;
  }
  .rules-body .rules-row .rule p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rules-body .expand p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand img {
    margin-left: 10px;
  }
  .rules-body .rules-diag img {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
  }
  .rules-body .zoomer {
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: rgba(60, 57, 55, 0.9);
    transform: translateY(-150%);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .rules-body .zoomer .zoomer-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF;
    height: 302px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
  }
  .rules-body .zoomer .zoomer-body #close {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 19px;
    height: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image {
    position: relative;
    overflow: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image img {
    width: 100%;
    transition: transform 0.5s ease;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    margin-top: 150px;
    width: 100%;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img:nth-child(1) {
    right: 50px;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: 13px;
    width: 39.62px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .rules-body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .rules-body > img {
    width: 75%;
  }
  .rules-body .rules-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rules-body .rules-row .rule {
    margin-right: 0;
    margin-top: 10px;
  }
  .rules-body .rules-row .rule:last-child {
    margin-right: 0;
  }
  .rules-body .rules-row .rule p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rules-body .expand p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand img {
    margin-left: 10px;
  }
  .rules-body .rules-diag img {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
  }
  .rules-body .zoomer {
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: rgba(60, 57, 55, 0.9);
    transform: translateY(-150%);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .rules-body .zoomer .zoomer-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF;
    height: 302px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
  }
  .rules-body .zoomer .zoomer-body #close {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 19px;
    height: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image {
    position: relative;
    overflow: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image img {
    width: 100%;
    transition: transform 0.5s ease;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    margin-top: 150px;
    width: 100%;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img:nth-child(1) {
    right: 50px;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: 13px;
    width: 39.62px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .rules-body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .rules-body > img {
    width: 75%;
  }
  .rules-body .rules-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rules-body .rules-row .rule {
    margin-right: 0;
    margin-top: 10px;
  }
  .rules-body .rules-row .rule img {
    width: 40.999px;
  }
  .rules-body .rules-row .rule:last-child {
    margin-right: 0;
  }
  .rules-body .rules-row .rule p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rules-body .expand p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .rules-body .expand img {
    margin-left: 10px;
  }
  .rules-body .rules-diag img {
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
  }
  .rules-body .zoomer {
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: rgba(60, 57, 55, 0.9);
    transform: translateY(-150%);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .rules-body .zoomer .zoomer-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF;
    height: 302px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
  }
  .rules-body .zoomer .zoomer-body #close {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 19px;
    height: auto;
    cursor: pointer;
  }
  .rules-body .zoomer .zoomer-body .zoom-image {
    position: relative;
    overflow: auto;
  }
  .rules-body .zoomer .zoomer-body .zoom-image img {
    width: 100%;
    transition: transform 0.5s ease;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    margin-top: 150px;
    width: 100%;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img:nth-child(1) {
    right: 50px;
  }
  .rules-body .zoomer .zoomer-body .zoom-buttons img {
    position: absolute;
    right: 0;
    top: 17px;
    margin-right: 13px;
    width: 39.62px;
    height: auto;
    cursor: pointer;
  }
}
.portable {
  background-color: #fff;
  position: relative;
}
.portable > img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  filter: opacity(0.5);
}
.portable .portable-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 160px 0 60px;
}
.portable .portable-body h2 {
  margin: 0;
  padding: 0;
  max-width: 404px;
  color: #3C3937;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52.8px;
}
.portable .portable-body .portable-right {
  width: 50%;
}
.portable .portable-body .portable-right p {
  margin-top: 0;
  max-width: 590px;
  color: #3C3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.portable .portable-body .portable-right ul {
  padding-left: 20px;
}
.portable .portable-body .portable-right ul li {
  max-width: 590px;
  margin-top: 25px;
  color: #3C3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1024px) {
  .portable > img {
    display: none;
  }
  .portable .portable-body {
    flex-direction: column;
    padding: 50px 20px 20px;
  }
  .portable .portable-body h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .portable .portable-body .portable-right {
    width: 100%;
  }
  .portable .portable-body .portable-right p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right p strong {
    font-weight: normal;
  }
  .portable .portable-body .portable-right ul {
    padding-left: 20px;
  }
  .portable .portable-body .portable-right ul li {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right ul li strong {
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .portable > img {
    display: none;
  }
  .portable .portable-body {
    flex-direction: column;
    padding: 50px 20px 20px;
  }
  .portable .portable-body h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .portable .portable-body .portable-right {
    width: 100%;
  }
  .portable .portable-body .portable-right p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right p strong {
    font-weight: normal;
  }
  .portable .portable-body .portable-right ul {
    padding-left: 20px;
  }
  .portable .portable-body .portable-right ul li {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right ul li strong {
    font-weight: normal;
  }
}
@media screen and (max-width: 425px) {
  .portable > img {
    display: none;
  }
  .portable .portable-body {
    flex-direction: column;
    padding: 50px 20px 20px;
  }
  .portable .portable-body h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .portable .portable-body .portable-right {
    width: 100%;
  }
  .portable .portable-body .portable-right p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right p strong {
    font-weight: normal;
  }
  .portable .portable-body .portable-right ul {
    padding-left: 20px;
  }
  .portable .portable-body .portable-right ul li {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right ul li strong {
    font-weight: normal;
  }
}
@media screen and (max-width: 375px) {
  .portable > img {
    display: none;
  }
  .portable .portable-body {
    flex-direction: column;
    padding: 50px 20px 20px;
  }
  .portable .portable-body h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .portable .portable-body .portable-right {
    width: 100%;
  }
  .portable .portable-body .portable-right p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right p strong {
    font-weight: normal;
  }
  .portable .portable-body .portable-right ul {
    padding-left: 20px;
  }
  .portable .portable-body .portable-right ul li {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right ul li strong {
    font-weight: normal;
  }
}
@media screen and (max-width: 320px) {
  .portable > img {
    display: none;
  }
  .portable .portable-body {
    flex-direction: column;
    padding: 40px 0px;
  }
  .portable .portable-body h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .portable .portable-body .portable-right {
    width: 100%;
  }
  .portable .portable-body .portable-right p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right p strong {
    font-weight: normal;
  }
  .portable .portable-body .portable-right ul {
    padding-left: 20px;
  }
  .portable .portable-body .portable-right ul li {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
  }
  .portable .portable-body .portable-right ul li strong {
    font-weight: normal;
  }
}
.opt-blocks {
  background-color: rgba(181, 180, 181, 0.5);
}
.opt-blocks .opt-body {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.opt-blocks .opt-body .opt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 387px;
  height: 374px;
  background-color: #FFF;
  margin: 5px;
}
.opt-blocks .opt-body .opt p:nth-child(1) {
  margin-bottom: 5px;
  color: #CB4600;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.opt-blocks .opt-body .opt p:nth-child(2) {
  text-align: center;
  max-width: 207px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .opt-blocks {
    background-color: rgba(181, 180, 181, 0.5);
  }
  .opt-blocks .opt-body {
    padding: 40px 0;
  }
  .opt-blocks .opt-body .opt {
    width: 30%;
    height: 222px;
  }
  .opt-blocks .opt-body .opt p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .opt-blocks .opt-body .opt p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
  .opt-blocks .opt-body .opt:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .opt-blocks {
    background-color: rgba(181, 180, 181, 0.5);
  }
  .opt-blocks .opt-body {
    padding: 40px 0;
    flex-direction: column;
  }
  .opt-blocks .opt-body .opt {
    width: 100%;
    max-width: 320px;
    height: 222px;
    margin: 0;
    margin-bottom: 20px;
  }
  .opt-blocks .opt-body .opt p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .opt-blocks .opt-body .opt p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
  .opt-blocks .opt-body .opt:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .opt-blocks {
    background-color: rgba(181, 180, 181, 0.5);
  }
  .opt-blocks .opt-body {
    padding: 40px 0;
    flex-direction: column;
  }
  .opt-blocks .opt-body .opt {
    width: 100%;
    height: 222px;
    margin: 0;
    margin-bottom: 20px;
  }
  .opt-blocks .opt-body .opt p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .opt-blocks .opt-body .opt p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
  .opt-blocks .opt-body .opt:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .opt-blocks {
    background-color: rgba(181, 180, 181, 0.5);
  }
  .opt-blocks .opt-body {
    padding: 40px 0;
    flex-direction: column;
  }
  .opt-blocks .opt-body .opt {
    width: 100%;
    height: 222px;
    margin: 0;
    margin-bottom: 20px;
  }
  .opt-blocks .opt-body .opt p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .opt-blocks .opt-body .opt p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
  .opt-blocks .opt-body .opt:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .opt-blocks {
    background-color: rgba(181, 180, 181, 0.5);
  }
  .opt-blocks .opt-body {
    padding: 40px 0;
    flex-direction: column;
  }
  .opt-blocks .opt-body .opt {
    width: 100%;
    height: 222px;
    margin: 0;
    margin-bottom: 20px;
  }
  .opt-blocks .opt-body .opt p:nth-child(1) {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
  .opt-blocks .opt-body .opt p:nth-child(2) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
  }
  .opt-blocks .opt-body .opt:last-child {
    margin-bottom: 0;
  }
}
.solutions-block.rules {
  padding: 120px 0px 60px;
}
.solutions-block.rules .container h1 {
  max-width: 518px;
  color: #3C3937;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 57.6px;
}
.solutions-block.rules .container h1:nth-child(2) {
  display: none;
}
.solutions-block.rules .container .rules-cont {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
.solutions-block.rules .container .rules-cont .rule-card {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 590px;
  height: 145px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.solutions-block.rules .container .rules-cont .rule-card p {
  max-width: 305px;
  color: #3C3937;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solutions-block.rules .container .rules-cont .rule-card > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

@media screen and (max-width: 1440px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 35%;
    height: 107px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
@media screen and (max-width: 1024px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    margin-top: 40px;
    flex-direction: row;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 48%;
    height: 107px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
@media screen and (max-width: 768px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    margin-top: 40px;
    justify-content: center;
    flex-direction: row;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 107px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
@media screen and (max-width: 760px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    flex-direction: column;
    margin-top: 40px;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 107px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
@media screen and (max-width: 425px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    flex-direction: column;
    margin-top: 40px;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 107px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
@media screen and (max-width: 375px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    flex-direction: column;
    margin-top: 40px;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 107px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
@media screen and (max-width: 320px) {
  .solutions-block.rules {
    padding: 40px 0px;
  }
  .solutions-block.rules .container h1 {
    display: none;
  }
  .solutions-block.rules .container h1:nth-child(2) {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
  .solutions-block.rules .container .rules-cont {
    flex-direction: column;
    margin-top: 40px;
  }
  .solutions-block.rules .container .rules-cont .rule-card {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 107px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .solutions-block.rules .container .rules-cont .rule-card p {
    max-width: 186px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div {
    width: 30px;
    height: 30px;
  }
  .solutions-block.rules .container .rules-cont .rule-card > div img {
    width: 12.787px;
    height: auto;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(1) {
    background-color: #FCF6F2;
  }
  .solutions-block.rules .container .rules-cont .rule-card:nth-child(2) {
    background-color: #FCF6F2;
  }
}
.solution-rules-blocks {
  background-color: #3C3937;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
.solution-rules-blocks > img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.solution-rules-blocks .container .solution-rules-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.solution-rules-blocks .container .solution-rules-body .solution-box {
  border: 2px solid rgba(181, 180, 181, 0.5);
  width: 592px;
  height: 294px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.solution-rules-blocks .container .solution-rules-body .solution-box p {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 10%;
}
.solution-rules-blocks .container .solution-rules-body .solution-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  width: 143px;
  border-radius: 40px;
  background-color: #F9B700;
  color: var(--Greys-Almost-Black, #111);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10%;
}
.solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .solution-rules-blocks {
    padding: 40px 0;
  }
  .solution-rules-blocks > img {
    width: 520px;
  }
  .solution-rules-blocks .container .solution-rules-body {
    flex-direction: row;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box {
    width: 45%;
    height: 157px;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box a {
    padding: 10px 0px;
    width: 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    margin-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .solution-rules-blocks {
    padding: 40px 0;
  }
  .solution-rules-blocks > img {
    width: 520px;
  }
  .solution-rules-blocks .container .solution-rules-body {
    flex-direction: row;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box {
    width: 45%;
    height: 157px;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box a {
    padding: 10px 0px;
    width: 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    margin-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .solution-rules-blocks {
    padding: 40px 0;
  }
  .solution-rules-blocks > img {
    width: 520px;
  }
  .solution-rules-blocks .container .solution-rules-body {
    flex-direction: row;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box {
    width: 50%;
    height: 157px;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box a {
    padding: 10px 0px;
    width: 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    margin-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 425px) {
  .solution-rules-blocks {
    padding: 40px 0;
  }
  .solution-rules-blocks > img {
    width: 520px;
  }
  .solution-rules-blocks .container .solution-rules-body {
    flex-direction: column;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box {
    width: 100%;
    height: 157px;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box a {
    padding: 10px 0px;
    width: 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    margin-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 375px) {
  .solution-rules-blocks {
    padding: 40px 0;
  }
  .solution-rules-blocks > img {
    width: 520px;
  }
  .solution-rules-blocks .container .solution-rules-body {
    flex-direction: column;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box {
    width: 100%;
    height: 157px;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box a {
    padding: 10px 0px;
    width: 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    margin-left: 15%;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 320px) {
  .solution-rules-blocks {
    padding: 40px 0;
  }
  .solution-rules-blocks > img {
    width: 520px;
  }
  .solution-rules-blocks .container .solution-rules-body {
    flex-direction: column;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box {
    width: 100%;
    height: 157px;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box a {
    padding: 10px 0px;
    width: 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
  }
  .solution-rules-blocks .container .solution-rules-body .solution-box:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.rules-body .bg-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hero-banner.rules .overlay.rules::before {
    mix-blend-mode: normal;
  }
  .rules-body .bg-mobile {
    display: block;
  }
  .rules-body .bg {
    display: none;
  }
}
.rule-solution {
  border: 1px solid #CB4600;
}

.download-rule {
  background-color: #CB4600;
}

.active-rule {
  background-color: #FCF6F2;
}

.opt-blocks {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .opt-blocks {
    margin-bottom: 0px;
  }
}
.solutions-block.red {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 1180px) {
  .solutions-block.red {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .solutions-block.red {
    padding-top: 100px;
    padding-bottom: 64px;
  }
}
.solutions-block.red .solutions-card {
  border: 2px solid #CB4600;
}

.solutions-block.red .solutions-card.active {
  background-color: rgba(203, 70, 0, 0.1490196078);
}

.solutions-block.red .download-icon {
  background-color: #CB4600;
}

.solutions-block h1 {
  font-weight: 300;
}

/* Design Update 01 */
.hero-banner.rules .overlay.rules {
  position: relative;
}

.hero-banner.rules .overlay.rules::before {
  top: 0px;
}

.rules-body {
  background: #FFF;
  color: #3C3937;
  background-image: url(../images/rules-based-bg-01.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 500px) 100%;
}

@media screen and (max-width: 1468px) {
  .rules-body {
    background-position: -210px bottom;
  }
}
.rules-body .rules-row {
  background: rgba(181, 180, 181, 0.2509803922);
  padding: 64px 48px;
}

.rules-body .rules-row .rule p {
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  max-width: 268px;
}

.rules-body .rules-row .rule {
  text-align: center;
}

.alpha-strat {
  margin-bottom: 80px;
  color: #3C3937;
}

.alpha-strat h2 {
  font-size: 48px;
  margin-top: 0px;
}

.alpha-strat {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.alpha-strat > .container {
  padding: 0px;
  max-width: 1014px;
  margin-left: 0px;
}

.opt-blocks {
  background: none;
}

.opt-blocks .opt {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1280px) {
  .rules-body .rules-row {
    flex-wrap: wrap;
    padding: 88px 48px;
  }
  .rules-body .rules-row .rule {
    width: calc(50% - 15px);
  }
  .rules-body .rules-row .rule p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .rules-diag > img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .rules-body {
    padding-top: 64px;
    background-image: url(../images/rules-based-bg-tablet.png);
    background-position: left bottom;
  }
  .rules-body .rules-row .rule p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .alpha-strat h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .rules-body {
    background-image: url(../images/rules-based-bg-mobile.png);
    background-position: left bottom;
  }
  .rules-body .rules-row {
    flex-wrap: wrap;
    padding: 72px 48px;
  }
  .rules-body .rules-row .rule {
    width: 100%;
  }
}
.solutions-block.red h1 {
  max-width: 495px;
}

.hero-banner.why-tq {
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}
.hero-banner.why-tq > img {
  position: absolute;
  right: -250px;
  bottom: -100px;
  z-index: -1;
  width: 1200px;
}
.hero-banner.why-tq a {
  color: #9A9998;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.hero-banner.why-tq a img {
  margin-right: 10px;
}
.hero-banner.why-tq h1 {
  margin-top: 130px;
  margin-bottom: 35px;
  max-width: 685px;
  color: #111;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero-banner.why-tq p {
  max-width: 579px;
  color: #3C3937;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.hero-banner.why-tq .overlay.why-tq {
  margin-top: 70px;
  background-color: none;
  padding: 20px 0;
  mix-blend-mode: normal;
  min-height: 262px;
}
.hero-banner.why-tq .overlay.why-tq .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 64px;
  z-index: 999;
}
.hero-banner.why-tq .overlay.why-tq .container .item {
  max-width: 391px;
  background: #FFF;
  font-size: 20px;
  padding: 46px;
  line-height: 32px;
  box-sizing: border-box;
  margin-bottom: 24px;
  height: 280px;
}
.hero-banner.why-tq .overlay.why-tq p {
  max-width: 1044px;
  mix-blend-mode: normal;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.overlay.why-tq {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.overlay.why-tq:before {
  transition: all 0.5s;
  content: "";
  background-color: #DCA027;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.overlay.why-tq .container p {
  position: relative;
}

.overlay.why-tq .container span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
}

.tab.active {
  display: block;
}

.tab {
  display: none;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 120px;
}
.tab .tab-body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  color: #3C3937;
}
.tab .tab-body .item {
  width: calc(33.33% - 20px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: rgba(249, 183, 0, 0.1019607843);
  padding: 32px;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin-right: 20px;
}
.tab .tab-body .item h3 {
  font-size: 24px;
}
.tab .tab-body .item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}
.tab .tab-body .item span {
  font-weight: 700;
}
.tab .tab-body .item h3 span {
  font-weight: 300;
  font-size: 18px;
}

#tab2 .tab-body .item {
  background: rgba(223, 96, 38, 0.1019607843);
}

#tab3 .tab-body .item {
  background: rgba(203, 70, 0, 0.1019607843);
}

@media screen and (max-width: 1460px) {
  .hero-banner.why-tq {
    margin-top: 180px;
    position: relative;
    overflow: visible;
  }
  .hero-banner.why-tq > img {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 70%;
  }
  .hero-banner.why-tq a {
    display: none;
  }
  .hero-banner.why-tq p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.why-tq .overlay.why-tq {
    margin-top: 70px;
    background-color: #DCA027;
    padding: 10px 0;
    mix-blend-mode: normal;
    min-height: 120px;
    max-height: 720px;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .hero-banner.why-tq .overlay.why-tq p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
  .hero-banner.why-tq .overlay.why-tq.tab2 {
    background-color: #DF6026;
  }
  .hero-banner.why-tq .overlay.why-tq.tab3 {
    background-color: #CB4600;
  }
  .hero-banner.why-tq .overlay.why-tq {
    position: static;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hero-banner.why-tq .overlay.why-tq:before {
    display: none;
  }
  .hero-banner.why-tq .overlay.why-tq .container p {
    position: static;
  }
  .tab .tab-body .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .overlay.why-tq {
    min-height: unset !important;
    max-height: unset !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .hero-banner.why-tq h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .hero-banner.why-tq {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.why-tq > img {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 70%;
  }
  .hero-banner.why-tq a {
    display: none;
  }
  .hero-banner.why-tq h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.why-tq p {
    max-width: 196px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.why-tq .overlay.why-tq {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.why-tq .overlay.why-tq p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 768px) {
  .tab .tab-body .item {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 425px) {
  .hero-banner.why-tq {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.why-tq > img {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  .hero-banner.why-tq a {
    display: none;
  }
  .hero-banner.why-tq h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.why-tq p {
    max-width: 191px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.why-tq .overlay.why-tq {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.why-tq .overlay.why-tq p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.why-tq {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.why-tq > img {
    position: absolute;
    right: 0;
  }
  .hero-banner.why-tq a {
    display: none;
  }
  .hero-banner.why-tq h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.why-tq p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.why-tq .overlay.why-tq {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.why-tq .overlay.why-tq p {
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.why-tq {
    margin-top: 130px;
    position: relative;
  }
  .hero-banner.why-tq > img {
    position: absolute;
    right: 0;
  }
  .hero-banner.why-tq a {
    display: none;
  }
  .hero-banner.why-tq h1 {
    margin-top: 0px;
    margin-bottom: 25px;
    max-width: 320px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .hero-banner.why-tq p {
    max-width: 296px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
  }
  .hero-banner.why-tq .overlay.why-tq {
    margin-top: 40px;
    padding: 10px 0;
    mix-blend-mode: normal;
  }
  .hero-banner.why-tq .overlay.why-tq p {
    max-width: 320px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
  }
}
@media screen and (max-width: 1468px) {
  .hero-banner.why-tq .overlay.why-tq .container {
    justify-content: space-around;
  }
  .overlay.why-tq {
    max-height: 680px;
  }
  .hero-banner.why-tq > img {
    width: 390px;
    bottom: auto;
    top: -100px;
  }
  .hero-banner.why-tq .overlay.why-tq .container {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1260px) {
  .img_fill_mobile {
    right: 200px;
    display: block;
  }
  .filled-img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .hero-banner.why-tq .overlay.why-tq {
    padding-bottom: 32px;
  }
  .hero-banner.why-tq > img {
    top: -20px;
    width: 300px;
    right: 0px;
  }
  .hero-banner.why-tq .overlay.why-tq .container {
    padding-left: 32px;
    padding-right: 0px;
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .hero-banner.why-tq .overlay.why-tq .container .item {
    max-width: 80vw;
    margin-right: 20px;
    height: 440px;
    font-size: 16px;
  }
  .hero-banner.why-tq .slick-dots {
    left: 0px;
  }
  .hero-banner.why-tq .slick-dots li button:before {
    color: #FFF;
    border: none;
  }
  .hero-banner.why-tq .slick-dots li.slick-active button:before {
    color: #FFF;
    border: 1px solid #FFF;
  }
  .hero-banner.why-tq h1 {
    max-width: 230px;
  }
  .hero-banner.why-tq .slick-track {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
  }
}
.img_fill_mobile {
  display: none;
}

.filled-img {
  display: block;
}

@media screen and (max-width: 768px) {
  .hero-banner.why-tq .overlay.why-tq .container .item {
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  .hero-banner.why-tq .overlay.why-tq .container .item {
    height: 290px;
  }
}
@media screen and (max-width: 375px) {
  .hero-banner.why-tq .overlay.why-tq .container .item {
    height: 350px;
  }
}
@media screen and (max-width: 320px) {
  .hero-banner.why-tq .overlay.why-tq .container .item {
    height: 440px;
  }
}
#targetDivTop {
  padding-bottom: 44px;
  z-index: 9999999;
  background-image: linear-gradient(rgb(240, 240, 240) 95%, rgba(240, 240, 240, 0));
  margin-bottom: 0px;
  transition: all 1s;
}

@media screen and (max-width: 1460px) {
  #targetDivTop {
    padding-top: 80px;
  }
}
#targetDivTop.sticky {
  top: 0px;
}

#targetDivTop h2 {
  margin-bottom: 0px;
}

.spacer {
  height: 168px;
  width: 100%;
  background: rgb(240, 240, 240);
}

.ia_section {
  scroll-padding: 44px;
}

.ia_section {
  height: 100%;
  z-index: 9;
  padding-bottom: 120px;
  padding-top: 120px;
  transition: 0.4s;
}
.ia_section .oia_points {
  position: relative;
  transition: 0.4s;
}
.ia_section .oia_points .timeline {
  width: 2px;
  height: 420px;
  display: block;
  background: #e1e1e1;
  position: absolute;
  left: 30px;
  margin-top: 15px;
}
.ia_section .oia_points .points {
  padding-left: 80px;
  transition: 0.4s;
}
.ia_section .oia_points .points .point {
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
.ia_section .oia_points .points .point:before {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 30px;
  background: #D3D2D3;
  content: "";
  position: absolute;
  left: 25px;
  margin-top: 10px;
  transition: 0.4s;
}
.ia_section .oia_points .points p:nth-child(1),
.ia_section .oia_points .points p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  color: #9A9998;
  transition: color 0.5s;
  transition: 0.4s;
}
.ia_section .oia_points .points p:nth-child(1) {
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.4s;
}
.ia_section .oia_points .points p:nth-child(2) {
  margin-bottom: 30px;
  transition: 0.4s;
}
.ia_section .oia_points .points .active {
  transition: 0.4s;
}
.ia_section .oia_points .points .active p:nth-child(1) {
  font-weight: 700;
  transition: 0.4s;
  color: #3c3937;
}
.ia_section .oia_points .points .active p:nth-child(2) {
  font-weight: 500;
  transition: 0.4s;
  color: #3c3937;
}
.ia_section .oia_points .points .active.point:before {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 30px;
  background: #dca027;
  content: "";
  position: absolute;
  left: 25px;
  outline: 1px solid #dca027;
  outline-offset: 8px;
  margin-top: 15px;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .ia_section .wordmap {
    margin-bottom: 60px;
  }
}
.ia_section .wordmap .text_line {
  color: black;
  font-weight: 700;
  text-align: right;
  display: block;
  opacity: 0.2;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .ia_section .wordmap .text_line {
    text-align: center;
  }
}
.ia_section .wordmap .highlighted {
  opacity: 1;
  transition: 0.5s;
}
.ia_section .wordmap .section:nth-child(5n+1) > span:nth-child(1) {
  font-size: 27px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+1) > span:nth-child(1) {
    font-size: calc(10px + 0.4vw);
  }
}
@media (max-width: 1024px) {
  .ia_section .wordmap .section:nth-child(5n+1) > span:nth-child(1) {
    margin-top: 40px;
  }
}
.ia_section .wordmap .section:nth-child(5n+1) > span:nth-child(2) {
  font-size: 55px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+1) > span:nth-child(2) {
    font-size: calc(35px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+2) > span:nth-child(1) {
  font-size: 54px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+2) > span:nth-child(1) {
    font-size: calc(34px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+2) > span:nth-child(2) {
  font-size: 55px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+2) > span:nth-child(2) {
    font-size: calc(35px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+3) > span:nth-child(1) {
  font-size: 37px;
  margin-right: 60px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+3) > span:nth-child(1) {
    font-size: calc(17px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+3) > span:nth-child(2) {
  font-size: 36px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+3) > span:nth-child(2) {
    font-size: calc(16px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+4) > span:nth-child(1) {
  font-size: 55px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+4) > span:nth-child(1) {
    font-size: calc(35px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+5) > span:nth-child(1) {
  font-size: 37px;
  margin-right: 80px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+5) > span:nth-child(1) {
    font-size: calc(17px + 0.4vw);
  }
}
.ia_section .wordmap .section:nth-child(5n+5) > span:nth-child(2) {
  font-size: 75px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .ia_section .wordmap .section:nth-child(5n+5) > span:nth-child(2) {
    font-size: calc(45px + 0.4vw);
  }
}

.ia_section h2 {
  max-width: 400px;
}

.ip_section h2 {
  max-width: 390px;
}

.mt-6 .xl_text {
  text-align: left;
}

@media (max-width: 1600px) {
  .ip_section .bg_image_full img {
    position: absolute;
    width: auto;
    height: 100%;
    z-index: -1;
    top: 0px;
  }
}
@media (max-width: 1300px) {
  .ia_section .oia_points .points .point:before {
    display: none;
  }
  .ia_section .oia_points .points .active.point:before {
    display: none;
  }
  .ia_section .oia_points .timeline {
    display: none;
  }
  .ia_section .oia_points .points {
    padding-left: 0px;
    transition: 0.4s;
    max-width: 550px;
  }
  .ia_section .wordmap-wrap {
    display: none;
  }
  .ia_section .timeline-wrap {
    justify-content: flex-start;
  }
  .ia_section .timeline-wrap.col-2 .item {
    width: 100%;
  }
  .ia_section .oia_points .points p:nth-child(1),
  .ia_section .oia_points .points p:nth-child(2),
  .ia_section .oia_points .points .active p:nth-child(1),
  .ia_section .oia_points .points .active p:nth-child(2) {
    color: #3C3937;
    font-size: 24px;
  }
  .ia_section .oia_points .points p:nth-child(1) {
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0px;
  }
  .ia_section {
    min-height: 0px;
    padding-bottom: 32px;
    padding-top: 80px;
  }
  .ia_section h2 {
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 32px;
  }
  .mt-6 .xl_text {
    font-size: 40px;
    max-width: 393px;
  }
}
@media screen and (max-width: 1260px) {
  .ia_section {
    padding-top: 220px;
  }
  .ip_section .wrap {
    flex-direction: column;
  }
  .ip_section h2 {
    max-width: 100%;
    font-size: 30px;
  }
  .ip_section .bg_image_full img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    top: -370px;
  }
  .ip_section .wrap > .item {
    width: 100%;
  }
  .ip_section .p-6 {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
  .process .col-1third {
    display: none;
  }
  .process .col-thirds .col-2thirds {
    width: 100%;
  }
  .process .img_fill {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .esg .img_fill {
    width: 100%;
  }
  .esg .bg-image {
    margin-bottom: 0px;
    max-height: 700px;
  }
  .yellow_faded_box {
    top: 64px;
  }
  .ia_section {
    padding-top: 80px;
  }
}
.esg {
  background-color: #e1e0e0;
}

.background_icon {
  position: absolute;
  right: -20%;
  bottom: -20%;
  max-width: 580px;
}

.yellow_faded_box {
  background: RGBA(220, 160, 39, 0.8);
  padding: 86px 54px;
  max-width: 400px;
  position: absolute;
  top: 30%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .no-pad {
    padding-right: 30px;
    padding-left: 20px;
  }
  .yellow_faded_box {
    top: 64px;
  }
  .yellow_faded_box {
    background: RGBA(220, 160, 39, 0.8);
    padding: 20px 38px;
    max-width: 400px;
    position: absolute;
    top: calc(50% - 200px);
    right: 0;
    bottom: unset;
    height: auto;
    max-width: 315px;
  }
}
@media (max-width: 768px) {
  .ia_section h2 {
    max-width: 280px;
  }
  .pl-6.pr-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .yellow_faded_box {
    background: RGBA(220, 160, 39, 0.8);
    padding: 20px 38px;
    max-width: 400px;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 50px;
    height: 70%;
    max-width: 315px;
  }
}
@media screen and (max-width: 550px) {
  .ip_section .p-6 {
    padding-top: 10rem;
    padding-bottom: 1rem;
  }
}
.ip_section h2 {
  color: #FFFFFF;
}

.ip_section .item p {
  font-weight: 600;
}

.ip_section h5 {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}

.process .bg-warmgrey p {
  color: #FFF;
  font-weight: 600;
}

.process .flex-container h5 {
  font-weight: 600;
}

.process .pt-6 .flex-container .item:nth-child(2) p {
  max-width: 870px;
}

.success .container_full .container .flex-container .col-1third .btn_yellow {
  font-size: 15px;
  padding: 15px 30px;
  transition: background 0.3s;
  border: 1px solid #F9B700;
}

.success .container_full .container .flex-container .col-1third .btn_yellow:hover {
  background: none;
  color: #fff;
}

.col-3 .item.scaler:hover {
  transition: all ease 0.5s;
  scale: 1.05;
}

.mb-6 {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .no-pad {
    padding-right: 0;
  }
  .ip_section .bg_image_full img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    top: 0px;
  }
  .process .flex-container {
    flex-direction: row;
  }
  .process .col-3 .item {
    width: 100%;
  }
  .process .container.mt-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .process .bg-warmgrey .p-5 {
    padding: 56px 20px;
  }
  .success {
    margin-top: -5px;
  }
  .success .xl_text {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .success .mb-6 {
    margin-bottom: 40px;
  }
  .esg .pl-6 p {
    margin-top: 3rem;
  }
  .esg .item p {
    font-weight: 600;
  }
}
.wordmap {
  top: 340px;
  z-index: 99999999;
}

@media screen and (max-width: 1468px) {
  .wordmap {
    top: 260px;
  }
}
.hoverscaleitem {
  transition: transform 0.3s ease-in-out;
}

.hoverscaleitem:hover {
  transform: scale(1.2);
  /* Adjust the scale factor as needed */
}

@media screen and (max-width: 768px) {
  .hoverscaleitem:hover {
    transform: none;
  }
}
/* Why Taquanta style fixes */
.ia_section .wordmap .highlighted .text_line {
  opacity: 1;
}

.ia_section .wordmap .text_line strong {
  color: #dca027 !important;
}

@media screen and (max-width: 1300px) {
  div#wm_005 {
    padding-bottom: 0rem;
  }
  #targetDivTop {
    padding-top: 88px;
  }
  .ia_section {
    padding-top: 0px;
  }
  .spacer {
    display: none;
  }
  .esg .bg-image {
    margin-top: 0px;
    max-height: 100%;
    height: 100%;
  }
  .esg .bg-image .img_fill {
    height: 800px;
    width: auto;
  }
  .esg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .esg .pr-6,
  .esg .pl-6 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .hero-banner.why-tq .overlay.why-tq .container .item {
    height: auto;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 800px) {
  .esg .flex-container {
    flex-direction: column;
  }
  .esg .item {
    width: 100%;
  }
  .esg .bg-image {
    margin-top: 0px;
    max-height: 404px;
    height: auto;
  }
  .esg .bg-image .img_fill {
    height: auto;
    width: auto;
  }
  .esg {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .esg .pr-6,
  .esg .pl-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .process .col-3 .item:nth-child(6) {
    display: none;
  }
  .esg .item p {
    font-weight: 400;
  }
  .esg .item strong {
    font-weight: 600;
  }
}
@media screen and (max-width: 450px) {
  .yellow_faded_box {
    margin-left: 40px;
  }
  .yellow_faded_box p {
    font-size: 16px;
  }
  .esg .mt-8 {
    margin-top: 48px;
  }
}
.grey {
  background: rgba(181, 180, 181, 0.5);
  color: #3C3937;
}

.ip_section .grey {
  background: #FFF;
  color: #3C3937;
}

.bg-card h5 {
  margin: 0;
}
.bg-card p {
  margin-top: 10px;
  margin-bottom: 0;
}

.process .flex-heading {
  flex-direction: column;
  align-content: flex-start;
}

.process .flex-heading .item {
  width: 100%;
}

.process .bottom {
  background-size: cover;
  background-repeat: no-repeat;
}

.process .bottom .item {
  width: 25%;
  color: #ffffff;
  padding: 54px 38px;
  box-sizing: border-box;
  background: rgba(1, 1, 1, 0.6);
  font-size: 18px;
  line-height: 150%;
}

.process .bottom .item.bg {
  background: #3C3937;
}

.process .bottom .item h5 {
  color: #DCA027;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 55px;
  min-height: 57px;
}

.process .bottom .item .circle {
  background: rgba(255, 255, 255, 0.24);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  padding-top: 10px;
  box-sizing: border-box;
  margin-bottom: 38px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .process .bottom .item {
    width: 50%;
  }
  .process .bottom .item:nth-child(4n-1), .process .bottom .item:nth-child(4n-2) {
    background: rgba(1, 1, 1, 0.6);
  }
  .process .bottom .item:nth-child(4n), .process .bottom .item:nth-child(4n+1) {
    background: #3C3937;
  }
}
@media screen and (max-width: 768px) {
  .process .bottom .item {
    width: 100%;
  }
  .process .bottom .item:nth-child(4n-4) {
    background-image: url(../images/why-taq-invest-mobile02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .process .bottom .item:nth-child(4n-2) {
    background-image: url(../images/why-taq-invest-mobile01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .process .bottom .item > div {
    max-width: 211px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .process .bottom .item > div .standard_ul {
    font-size: 16px;
  }
  .process .container, .process .container.mt-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .process .container.mt-3 {
    margin-bottom: 80px;
  }
}
.process .col-1third {
  max-height: 730px;
}

@media screen and (max-width: 1468px) {
  .process .col-1third {
    max-height: 830px;
  }
}
.process h2 {
  margin-bottom: 6px;
}

.esg .container_full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.esg .btn_yellow:hover {
  background: none;
  color: #fff;
}

.esg .btn_yellow {
  font-size: 15px;
  padding: 15px 30px;
  transition: background 0.3s;
  border: 1px solid #F9B700;
  margin-top: 12px;
}

.site-content .site-map > img {
  width: 580px;
}
.site-content .site-links {
  padding: 40px 0px;
}
.site-content .site-links ul {
  list-style: none;
}
.site-content .site-links ul li {
  position: relative;
  padding-bottom: 10px;
  margin: 15px;
  color: #3c3937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}
.site-content .site-links ul li::before {
  content: "";
  position: absolute;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 7px;
  height: 7px;
  top: calc(50% - 4px);
  left: -25px;
  transform: translateY(-50%) rotate(-45deg);
  transition: left 0.3s ease;
}
.site-content .site-links ul li:hover::before {
  left: -20px;
}

@media screen and (max-width: 1024px) {
  .site-content .site-map > img {
    width: 200px;
    bottom: 200px;
  }
}
@media screen and (max-width: 820px) {
  .site-content .site-map > img {
    bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .site-content .site-map > img {
    bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  .site-content .site-map > img {
    width: 160px;
  }
}
.home {
  width: calc(100% - 202px);
  border-bottom: 1px #000 solid;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 51px;
}

.home a {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: #DCA027;
  width: 184px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 90px;
}

.home a:after {
  content: "";
  height: 86px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: -90px;
}

.site-map > ul {
  display: flex;
  padding-left: 0px;
  list-style-type: none;
  justify-content: space-around;
  flex-wrap: wrap;
}

.site-map > ul > li {
  display: flex;
  flex-direction: column;
}

.site-map > ul > li:last-child {
  margin-right: 0px;
}

.site-map > ul > li > a {
  background: #DF6026;
  width: 183px;
  height: 71px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 82px;
}

.site-map > ul > li.parent > a:after {
  content: "";
  background-image: url(../images/sitemap-arrow2.svg);
  width: 39px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: -72px;
}

.site-map > ul > li > a:before {
  content: "";
  background-image: url(../images/sitemap-arrow1.svg);
  width: 39px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: -38px;
}

.site-map > ul > li > ul {
  list-style-type: none;
  padding-left: 0px;
}

.site-map > ul > li > ul > li > a {
  background: rgba(223, 96, 38, 0.5019607843);
  width: 183px;
  height: 71px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 82px;
}

.site-map > ul > li > ul > li > a:after {
  content: "";
  background-image: url(../images/sitemap-arrow2.svg);
  width: 39px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  bottom: -72px;
}

.site-map > ul > li > ul > li:last-child > a:after {
  display: none;
}

@media screen and (max-width: 1240px) {
  .home {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .home a {
    margin-bottom: 38px;
  }
  .site-map > ul {
    flex-direction: column;
    align-items: center;
    margin-top: 7px;
  }
  .site-map > ul > li > a:before {
    display: none;
  }
  .site-map > ul > li:nth-child(1) > a:before {
    display: block;
  }
  .home a:after {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
