@media screen and (max-width: 768px) {
    .request404 {
        padding-bottom: 50px;
    }
}

.request404-title {
    margin-top: 51px;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .request404-title {
        margin-top: 32px;
        font-size: 20px;
        line-height: 24px;
    }
}

.request404-descriprion {
    margin-top: 10px;
    font-weight: 300;
    color: #C4E6EC;
}

@media screen and (max-width: 768px) {
    .request404-descriprion {
        font-weight: 400;
        margin-top: 18px;
        font-size: 15px;
        line-height: 21px;
    }
    .request404-descriprion br {
        display: none;
    }
}

.request404-search {
    display: flex;
    align-items: center;
    margin: 56px auto 0;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .request404-search {
        margin: 38px auto 0;
        flex-direction: column;
    }
}

.request404-search input {
    height: 56px;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(196, 230, 236, 0.2);
    border-radius: 2px;
    padding: 16px 10px 16px 52px;
    font-style: italic;
    font-weight: 300;
    color: #C4E6EC;
    position: relative;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .request404-search input {
        height: 48px;
    }
}

.request404-search input:focus {
    border: 1px solid #c4e6ec;
}

.request404-search button {
    width: auto;
    padding: 0 42px;
    min-width: auto;
}

@media screen and (max-width: 768px) {
    .request404-search button {
        max-width: 406px;
        width: 100%;
        margin-top: 12px;
    }
}

.request404-group {
    height: 56px;
    position: relative;
    max-width: 406px;
    width: 100%;
    margin-right: 16px;
}

@media screen and (max-width: 768px) {
    .request404-group {
        margin-right: 0;
        height: 48px;
    }
}

.request404-group::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-image: url("/images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.7;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* politics */


.politics {
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .politics {
        padding-bottom: 50px;
    }
}

.politics h3 {
    font-weight: 500;
    margin-bottom: 22px;
}

.politics-body {
    margin-top: 24px;
    max-width: 570px;
}

@media screen and (max-width: 768px) {
    .politics-body {
        margin-top: 16px;
        padding-right: 30px;
    }
}

.politics-body p {
    margin-bottom: 16px;
    font-style: italic;
    font-weight: 300;
    color: #C4E6EC;
}

.politics-body p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .politics-body p {
        margin-top: 16px;
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 20px;
    }
}

.politics-body ol {
    list-style-type: number;
    padding-left: 19px;
    margin-bottom: 24px;
}

.politics-body ol li {
    font-style: italic;
    font-weight: 300;
    color: #C4E6EC;
}

.politics-body ul {
    padding-left: 19px;
    list-style-type: disc;
    margin-bottom: 24px;
}

.politics-body ul li {
    font-style: italic;
    font-weight: 300;
    color: #C4E6EC;
}

.politics-figures {
    opacity: 0.14;
}

.politics-f1 {
    position: absolute;
    width: 93px;
    right: 460px;
    top: 53px;
}

.politics-f2 {
    position: absolute;
    width: 100px;
    right: 350px;
    top: 160px;
}

.politics-f3 {
    position: absolute;
    width: 220px;
    right: 100px;
    top: 0;
}

.politics-f4 {
    position: absolute;
    width: 413px;
    right: -230px;
    top: 40px;
}

.politics-f5 {
    position: absolute;
    right: 0;
    top: 0;
}


/* contacts */

@media screen and (max-width: 1100px) {
    .contacts h1 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .contacts .container {
        padding: 0;
    }
}

.contacts-inners {
    margin-top: 56px;
    display: flex;
    align-items: stretch;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 100%);
    height: 410px;
}

@media screen and (max-width: 1100px) {
    .contacts-inners {
        height: auto;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background: none;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .contacts-inners {
        margin-top: 0;
    }
}

.contacts-body {
    max-width: 631px;
    width: 100%;
    padding: 74px 0 0 104px;
}

@media screen and (max-width: 1200px) {
    .contacts-body {
        padding: 74px 0 0 50px;
    }
}

@media screen and (max-width: 1100px) {
    .contacts-body {
        padding: 0 0 32px 0;
    }
}

@media screen and (max-width: 768px) {
    .contacts-body {
        padding: 0 15px 32px 0;
    }
}

.contacts-body-link {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1100px) {
    .contacts-body-link {
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .contacts-body-link {
        margin-top: 12px;
    }
}

.contacts-body-link a {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 14px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .contacts-body-link a:first-child {
        font-size: 18px;
        line-height: 22px;
    }
}

.contacts-body-link a:last-child {
    margin-bottom: 0;
}

.contacts-body-link a:hover {
    text-decoration: underline;
}

.contacts-caption {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .contacts-caption {
        display: none;
    }
}

.contacts-address {
    margin-top: 12px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px solid rgba(66, 226, 165, 0.12);
    padding-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .contacts-address {
        font-size: 15px;
        line-height: 21px;
        border: 0;
        padding: 0;
    }
}

.contacts-social {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 26px;
}

@media screen and (max-width: 1100px) {
    .contacts-social {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .contacts-social {
        margin-top: 32px;
    }
}

@media screen and (max-width: 1100px) {
    .contacts-map {
        height: 400px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contacts-map {
        height: 250px;
    }
}

.contacts-map iframe {
    height: 100%;
}

@media screen and (max-width: 1100px) {
    .contacts-map iframe {
        width: 100%;
    }
}

.icon-social {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: block;
}

.icon-instagram {
    background-image: url("/images/instagram_circle.svg");
}

.icon-youtube {
    background-image: url("/images/youtube_circle.svg");
}

.icon-facebook {
    background-image: url("/images/facebook_circle.svg");
}


/* join */

.join {
    padding: 70px 0 0;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .join {
        padding: 25px 0 0;
    }
}

.join-figure1 {
    position: absolute;
    width: 217px;
    left: -187px;
    top: -20px;
    opacity: .06;
    transform: rotate(120deg);
}

@media screen and (max-width: 768px) {
    .join-figure1 {
        width: 108px;
        left: auto;
        right: -50px;
        top: 190px;
    }
}

.join-figure2 {
    position: absolute;
    width: 178px;
    left: -16px;
    top: 95px;
    opacity: .06;
}

.join-figure3 {
    position: absolute;
    width: 65px;
    left: -76px;
    top: 301px;
    opacity: .06;
}

.join-figure4 {
    position: absolute;
    width: 79px;
    left: -65px;
    top: 335px;
    opacity: .06;
    transform: rotate(120deg);
}

.join-figure5 {
    position: absolute;
    width: 36px;
    left: -130px;
    margin: 0 auto;
    right: 0;
    top: 186px;
    opacity: .13;
}

.join-figure6 {
    position: absolute;
    width: 74px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 121px;
    opacity: .06;
    transform: rotate(120deg);
}

.join-figure7 {
    position: absolute;
    width: 129px;
    left: 150px;
    margin: 0 auto;
    right: 0;
    top: 139px;
    opacity: .1;
}

.join-figure8 {
    position: absolute;
    width: 97px;
    right: 244px;
    margin: 0 auto;
    top: 10px;
    opacity: .12;
    transform: rotate(120deg);
}

@media screen and (max-width: 768px) {
    .join-figure8 {
        width: 38px;
        left: auto;
        right: 70px;
        top: 150px;
    }
}

.join-figure9 {
    position: absolute;
    width: 170px;
    right: 90px;
    margin: 0 auto;
    top: 45px;
    opacity: .02;
}

.join-figure10 {
    position: absolute;
    width: 110px;
    right: -90px;
    margin: 0 auto;
    top: 32px;
    opacity: .08;
}

.join-figure11 {
    position: absolute;
    width: 290px;
    right: -127px;
    margin: 0 auto;
    top: 124px;
    opacity: .12;
    transform: rotate(120deg);
}

.join-inners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .join-inners {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

.join-info {
    max-width: 500px;
}

.join-info button {
    margin-top: 64px;
}

@media screen and (max-width: 992px) {
    .join-info button {
        margin-top: 24px;
    }
}

@media screen and (max-width: 768px) {
    .join-info button {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 5;
        max-width: 200px;
    }
}

.join-media {
    max-width: 675px;
}

@media screen and (max-width: 768px) {
    .join-media {
        margin: 27px -15px 0;
        position: relative;
    }
    .join-media::after {
        content: "";
        height: 175px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: linear-gradient(180deg, rgba(0, 37, 43, 0) 0%, #00252B 100%);
        z-index: 1;
    }
}

.join-media img {
    display: block;
    position: relative;
    z-index: 1;
}
 

.values {
    padding: 70px 0;
    overflow: hidden;
  }
  @media screen and (max-width: 768px) {
    .values {
      padding: 25px 0 10px;
    }
  }
  .values-block {
    margin-top: 56px;
  }
  @media screen and (max-width: 768px) {
    .values-block {
      margin-top: 24px;
    }
  }
  .values-block .box-item {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 768px) {
    .values-block .box-item {
      margin-bottom: 30px;
    }
  }
  .values-figure {
    opacity: 0.08;
    position: absolute;
  }
  .values-figure1 {
    right: 100px;
    top: 120px;
    width: 54px;
  }
  .values-figure2 {
    right: 150px;
    top: 71px;
    width: 50px;
  }
  .values-figure3 {
    right: -40px;
    top: 120px;
    width: 123px;
  }
  .values-figure4 {
    right: -230px;
    top: 130px;
    width: 223px;
  }
  .values1 {
    background-image: url("/images/values1.svg");
  }
  .values2 {
    background-image: url("/images/values2.svg");
  }
  .values3 {
    background-image: url("/images/values3.svg");
  }
  .values4 {
    background-image: url("/images/values4.svg");
  }
  

  .about-top {
    padding-bottom: 0;
  }
  @media screen and (max-width: 768px) {
    .about-top {
      text-align: center;
    }
  }
  .about-top .subtitle {
    margin-top: 48px;
    max-width: 500px;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .about-top .subtitle {
      margin-top: 12px;
      max-width: 100%;
    }
  }
  .about-top-f1 {
    opacity: 0.25;
    right: 390px;
    top: 32px;
  }
  @media screen and (max-width: 768px) {
    .about-top-f1 {
      display: none;
    }
  }
  .about-top-f2 {
    width: 162px;
    right: 280px;
    top: -28px;
  }
  @media screen and (max-width: 768px) {
    .about-top-f2 {
      display: none;
    }
  }
  .about-top-f3 {
    width: 85px;
    right: 140px;
    top: 152px;
  }
  @media screen and (max-width: 768px) {
    .about-top-f3 {
      width: 67px;
      right: auto;
      top: 244px;
      left: 20px;
      opacity: 0.5;
    }
  }
  .about-top-f4 {
    width: 105px;
    right: 80px;
    top: 154px;
    opacity: 0.25;
  }
  @media screen and (max-width: 768px) {
    .about-top-f4 {
      right: auto;
      top: 264px;
      left: -60px;
      opacity: 0.1;
    }
  }
  .about-top-img {
    max-width: 633px;
    margin-left: -20px;
    display: block;
  }
  @media screen and (max-width: 1250px) {
    .about-top-img {
      max-width: 100%;
      margin-left: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .about-top-img {
      margin-top: 68px;
      padding: 0 10px;
    }
  }


  .team {
    padding: 70px 0;
  }
  @media screen and (max-width: 768px) {
    .team {
      padding: 50px 0 10px;
    }
    .team h2 {
      padding-left: 15px;
    }
    .team .subtitle {
      padding-left: 15px;
    }
  }
  .team-swiper {
    margin-top: 56px;
    padding-left: 10%;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .team-swiper {
      padding-left: 15px;
      margin-top: 24px;
    }
  }
  .team-swiper-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .team-swiper-item img {
    display: block;
  }
  .team-inners {
    padding-bottom: 70px;
  }
  @media screen and (max-width: 768px) {
    .team-inners {
      padding-bottom: 50px;
    }
  }
  .team-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    margin-top: 16px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .team-name {
      font-size: 20px;
      line-height: 24px;
      margin-top: 10px;
    }
  }
  .team-position {
    font-style: italic;
    font-weight: 300;
    margin-top: 13px;
    padding-right: 34px;
  }
  @media screen and (max-width: 992px) {
    .team-position {
      padding-right: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .team-position {
      margin-top: 6px;
      font-size: 15px;
      line-height: 22px;
    }
  }
  .team-link {
    margin-top: 18px;
  }
  @media screen and (max-width: 768px) {
    .team-link {
      margin-top: 8px;
    }
  }
  .icon-country {
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 13px;
  }
  .icon-korea {
    background-image: url("/images/icon_korea.svg");
  }
  .icon-china {
    background-image: url("/images/icon_china.svg");
  }
  .icon-lithuania {
    background-image: url("/images/icon_lithuania.svg");
  }
  .icon-ukraine {
    background-image: url("/images/icon_ukraine.svg");
  }
  

  .about-partners {
    padding: 70px 0 15px;
    overflow: hidden;
  }
  @media screen and (max-width: 768px) {
    .about-partners {
      padding: 25px 0;
    }
    .about-partners .logo-swiper {
      margin: 0 -15px;
      padding: 0 15px 30px;
    }
  }
  .about-partners-inners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 56px -12px 0;
  }
  @media screen and (max-width: 768px) {
    .about-partners-inners {
      margin: 24px 0 0;
      align-items: baseline;
      justify-content: flex-start;
      flex-wrap: nowrap;
    }
  }
  .about-partners-item {
    max-width: 290px;
    cursor: pointer;
    margin: 0 12px 30px;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .about-partners-item {
      margin: 0;
    }
  }
  .about-partners-item:hover .about-partners-hidden {
    display: block;
  }
  .about-partners-item img {
    filter: contrast(0.1);
    opacity: 0.54;
    transition: all 0.3s ease-in-out;
  }
  .about-partners-item img:hover {
    filter: contrast(1);
    opacity: 1;
  }
  .about-partners-hidden {
    position: absolute;
    top: -130px;
    left: 50%;
    background-image: url("/images/bg_hidden.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 227px;
    height: 136px;
    padding: 22px 10px 0 30px;
    display: none;
    z-index: 6;
  }
  @media screen and (max-width: 1400px) {
    .about-partners-hidden {
      left: 10%;
    }
  }
  @media screen and (max-width: 768px) {
    .about-partners-hidden {
      left: 5%;
      top: -110px;
      width: 197px;
      height: 118px;
      padding: 10px 10px 0 10px;
      z-index: 6;
    }
  }
  .about-partners-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
  }
  @media screen and (max-width: 768px) {
    .about-partners-name {
      font-size: 17px;
      line-height: 22px;
    }
  }
  .about-partners-address {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin: 12px 0 5px;
  }
  @media screen and (max-width: 768px) {
    .about-partners-address {
      font-size: 15px;
      line-height: 19px;
      margin: 5px 0 3px;
    }
  }
  .about-partners-link {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #42E2A4;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
  }
  @media screen and (max-width: 768px) {
    .about-partners-link {
      font-size: 15px;
      line-height: 19px;
    }
  }
  .about-partners-link:hover {
    opacity: 1;
    color: #42E2A4;
  }
  .about-partners-figures {
    opacity: 0.08;
  }
  @media screen and (max-width: 768px) {
    .about-partners-figures {
      display: none;
    }
  }
  .about-partners-figures .p-figure1 {
    position: absolute;
    width: 160px;
    right: 50px;
    top: -40px;
  }
  .about-partners-figures .p-figure2 {
    position: absolute;
    width: 85px;
    right: 0;
    top: -50px;
  }
  .about-partners-figures .p-figure3 {
    position: absolute;
    width: 39px;
    right: -20px;
    top: 50px;
  }
  .about-partners-figures .p-figure4 {
    position: absolute;
    width: 36px;
    right: -70px;
    top: 40px;
  }
  .logo-swiper {
    overflow: visible;
    z-index: 6;
  }
  
  

  @media screen and (max-width: 768px) {
    .about-mission h2 {
      text-align: left;
    }
    .about-mission h2 br {
      display: none;
    }
    .about-mission .subtitle {
      text-align: left;
      padding-right: 30px;
    }
    .about-mission .subtitle br {
      display: none;
    }
  }
  .about-mission .mission1 {
    background-image: url("/images/about-mission1.svg");
  }
  .about-mission .mission2 {
    background-image: url("/images/about-mission2.svg");
  }
  

  .about-join {
    padding: 45px 0 90px;
    overflow: hidden;
  }
  @media screen and (max-width: 768px) {
    .about-join {
      padding: 25px 0 50px;
    }
  }
  .about-join-figure {
    opacity: 0.08;
  }
  .about-join-figure img {
    position: absolute;
  }
  .about-join-figure .jf1 {
    width: 120px;
    left: -70px;
    top: 70px;
  }
  .about-join-figure .jf2 {
    width: 51px;
    left: 70px;
    top: 20px;
  }
  .about-join-figure .jf3 {
    width: 223px;
    left: 10px;
    top: 100px;
  }
  .about-join-figure .jf4 {
    width: 164px;
    right: 10px;
    top: 0;
  }
  .about-join-figure .jf5 {
    width: 70px;
    right: 75px;
    top: 280px;
  }
  .about-join-figure .jf6 {
    width: 98px;
    right: 0;
    top: 230px;
  }
  .about-join-figure .jf7 {
    width: 156px;
    right: -90px;
    top: 70px;
  }
  .about-join button {
    margin: 48px auto 0;
  }
  @media screen and (max-width: 768px) {
    .about-join button {
      margin: 32px auto 0;
    }
  }
  

  .award {
    padding: 70px 0;
  }
  @media screen and (max-width: 768px) {
    .award {
      padding: 10px 0;
    }
  }
  @media screen and (min-width: 768px) {
    .award .swiper-slide {
      margin: 0 12px;
    }
  }
  @media screen and (max-width: 768px) {
    .award .swiper {
      padding: 0 15px;
      margin: 0 -15px;
    }
  }
  .award-inners {
    margin: 56px -12px 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 768px) {
    .award-inners {
      margin: 28px 0;
    }
  }
  .award-item {
    max-width: 400px;
    width: 100%;
  }
  .award-item img {
    display: block;
  }
  .award-item-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    margin-top: 16px;
  }
  @media screen and (max-width: 992px) {
    .award-item-title {
      font-size: 22px;
      line-height: 28px;
      margin-top: 12px;
    }
  }
  @media screen and (max-width: 768px) {
    .award-item-title {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .award-item-subtitle {
    font-style: italic;
    font-weight: 500;
    margin-top: 12px;
  }
  @media screen and (max-width: 768px) {
    .award-item-subtitle {
      margin-top: 2px;
    }
  }
  .award-item-subtitle span {
    font-weight: 300;
  }

  
  .about-who {
    padding-bottom: 70px;
  }
  @media screen and (max-width: 768px) {
    .about-who {
      padding-bottom: 0;
    }
  }
  

  .about {
    padding: 70px 0 140px;
  }
  @media screen and (max-width: 768px) {
    .about {
      padding: 25px 0 0;
    }
  }
  .about-inners {
    display: flex;
    align-items: stretch;
    margin-top: 56px;
  }
  @media screen and (max-width: 992px) {
    .about-inners {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 768px) {
    .about-inners {
      margin-top: 32px;
    }
  }
  .about-item {
    background: linear-gradient(242.85deg, rgba(255, 255, 255, 0.05) 10.37%, rgba(255, 255, 255, 0) 126.95%);
    padding: 92px 40px 77px;
    text-align: center;
    position: relative;
  }
  @media screen and (max-width: 1360px) {
    .about-item {
      padding: 92px 20px 77px;
    }
  }
  @media screen and (max-width: 1250px) {
    .about-item {
      padding: 45px 10px 30px;
    }
  }
  @media screen and (max-width: 992px) {
    .about-item {
      padding: 45px 10px 30px;
      width: 30%;
      flex: 1 1 auto;
    }
  }
  @media screen and (max-width: 768px) {
    .about-item {
      padding: 30px 20px 23px 37px;
      width: 100%;
      display: flex;
      align-items: flex-start;
      text-align: left;
    }
    .about-item > div {
      width: 140px;
      flex-shrink: 0;
      margin-right: 15px;
    }
  }
  .about-item-border-number {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 109px;
    opacity: 0.05;
    color: #082B31;
    text-shadow: 0 -1px 0 rgba(66, 226, 164, 0.5), 0 -1px 0 rgba(66, 226, 164, 0.5), 0 1px 0 rgba(66, 226, 164, 0.5), 0 1px 0 rgba(66, 226, 164, 0.5), -1px 0 0 rgba(66, 226, 164, 0.5), 1px 0 0 rgba(66, 226, 164, 0.5), -1px 0 0 rgba(66, 226, 164, 0.5), 1px 0 0 rgba(66, 226, 164, 0.5), -1px -1px 0 rgba(66, 226, 164, 0.5), 1px -1px 0 rgba(66, 226, 164, 0.5), -1px 1px 0 rgba(66, 226, 164, 0.5), 1px 1px 0 rgba(66, 226, 164, 0.5), -1px -1px 0 rgba(66, 226, 164, 0.5), 1px -1px 0 rgba(66, 226, 164, 0.5), -1px 1px 0 rgba(66, 226, 164, 0.5), 1px 1px 0 rgba(66, 226, 164, 0.5);
    z-index: -1;
  }
  @media screen and (max-width: 1250px) {
    .about-item-border-number {
      font-size: 60px;
      line-height: 70px;
      top: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .about-item-border-number {
      right: auto;
      left: 30px;
    }
  }
  .about-item-number {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    color: #42E2A4;
  }
  @media screen and (max-width: 1250px) {
    .about-item-number {
      font-size: 60px;
      line-height: 70px;
    }
  }
  @media screen and (max-width: 768px) {
    .about-item-number {
      font-size: 40px;
      line-height: 48px;
      text-align: left;
    }
  }
  .about-item-subtext {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #42E2A4;
    min-height: 68px;
  }
  @media screen and (min-width: 1750px) {
    .about-item-subtext {
      min-height: auto;
    }
  }
  @media screen and (max-width: 1250px) {
    .about-item-subtext {
      font-size: 22px;
      line-height: 26px;
      min-height: 52px;
    }
  }
  @media screen and (max-width: 992px) {
    .about-item-subtext {
      min-height: auto;
    }
  }
  @media screen and (max-width: 768px) {
    .about-item-subtext {
      font-size: 20px;
      line-height: 24px;
      text-align: left;
    }
  }
  .about-item-description {
    margin-top: 24px;
  }
  @media screen and (max-width: 768px) {
    .about-item-description {
      font-size: 15px;
      line-height: 21px;
      text-align: left;
      margin-top: 0;
    }
  }




  .opportunities {
    padding: 140px 0 70px;
  }
  @media screen and (max-width: 768px) {
    .opportunities {
      padding: 50px 0 25px;
    }
    .opportunities h2 {
      text-align: center;
    }
    .opportunities .subtitle {
      text-align: center;
    }
    .opportunities .subtitle br {
      display: none;
    }
    .opportunities .box-inners {
      margin-top: 32px;
    }
  }
  .opportunities .box-item .opp1 {
    background-image: url("/images/opp1.svg");
  }
  .opportunities .box-item .opp2 {
    background-image: url("/images/opp2.svg");
  }
  .opportunities .box-item .opp3 {
    background-image: url("/images/opp3.svg");
  }
  .opportunities .box-item .opp4 {
    background-image: url("/images/opp4.svg");
  }
  .opp-figure {
    opacity: 0.14;
    width: auto;
  }
  .opp_figure1 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  @media screen and (max-width: 768px) {
    .opp_figure1 {
      bottom: -120px;
      left: -92px;
    }
  }
  .opp_figure2 {
    position: absolute;
    bottom: 10px;
    left: 100px;
  }
  .opp_figure3 {
    position: absolute;
    bottom: -13px;
    left: 210px;
  }
  @media screen and (max-width: 768px) {
    .opp_figure3 {
      bottom: -50px;
      left: 60px;
    }
  }
  .opp_figure4 {
    position: absolute;
    bottom: 27px;
    left: 270px;
  }
  
  
  .video-wrapper {
    position: relative;
    height: 100%;
  }
  .video-wrapper video {
    width: 100%;
  }
  .video-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 37, 43, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .video-body.active {
    background: transparent;
  }
  .video-play {
    background-image: url("/images/play.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 120px;
    height: 120px;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 22px rgba(50, 247, 138, 0.48);
    animation: pulsebtn 3s linear infinite;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
  }
  @media screen and (max-width: 768px) {
    .video-play {
      width: 45px;
      height: 45px;
      background-size: cover;
    }
  }
  .video-info {
    text-align: center;
    margin-top: 64px;
    padding: 0 30px;
  }
  @media screen and (max-width: 768px) {
    .video-info {
      margin-top: 31px;
    }
  }
  @media screen and (max-width: 500px) {
    .video-info {
      margin-top: 15px;
    }
  }
  .video-info .subtitle {
    max-width: 563px;
    width: 100%;
  }
  @keyframes pulsebtn {
    from {
      box-shadow: 0 0 22px rgba(50, 247, 138, 0.48);
    }
    25% {
      box-shadow: 0 0 45px rgba(50, 247, 138, 0.68);
    }
    50% {
      box-shadow: 0 0 70px rgba(50, 247, 138, 0.88);
    }
    75% {
      box-shadow: 0 0 45px rgba(50, 247, 138, 0.68);
    }
    100% {
      box-shadow: 0 0 22px rgba(50, 247, 138, 0.48);
    }
  }


font.tablebodytext {
    display: none !important;
}
  