/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/sass/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea, input, button {
  background: transparent;
  border: none;
  margin: 0; }
  textarea:focus, input:focus, button:focus {
    outline: none; }

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

section {
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 64px;
  max-width: 1440px; }
  @media screen and (max-width: 1439px) {
    .container {
      padding: 0 24px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 16px; } }

.section-scrollTrigger .container {
  transition-timing-function: ease;
  transition-duration: 1.2s;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 130px, 0); }

.section-scrollTrigger.visible .container {
  opacity: 1;
  transform: translateZ(0); }

body {
  color: #000000;
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova", sans-serif;
  color: #0D201E;
  font-weight: 700; }

h1 {
  font-size: 72px;
  font-style: normal;
  line-height: 90%;
  letter-spacing: -0.5px; }
  @media (max-width: 1439px) {
    h1 {
      font-size: 56px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 44px; } }

h2 {
  font-size: 64px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.5px; }
  @media (max-width: 1439px) {
    h2 {
      font-size: 44px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 52px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.5px; }
  @media (max-width: 1439px) {
    h3 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 40px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.4px; }
  @media (max-width: 1439px) {
    h4 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 32px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.3px; }
  @media (max-width: 1439px) {
    h5 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    h5 {
      font-size: 22px; } }

.body-l {
  color: #1E352B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0; }

.body-m {
  color: #1E352B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0; }

.body-s {
  color: #1E352B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0; }

.-semibold {
  font-weight: 600; }

.-link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px; }

.content {
  font-family: "ProximaNova", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000; }
  @media (max-width: 1919px) and (min-width: 401px) {
    .content {
      font-size: calc(4 * ((100vw - 400px) / 1519) + 14px); } }
  @media (max-width: 400px) {
    .content {
      font-size:  14px; } }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: "ProximaNova", sans-serif;
    color: #222222;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  .content h1 {
    font-size: 36px;
    margin: 0 0 50px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h1 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 26px); } }
    @media (max-width: 400px) {
      .content h1 {
        font-size:  26px; } }
  .content h2 {
    font-size: 34px;
    margin: 0 0 40px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h2 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 24px); } }
    @media (max-width: 400px) {
      .content h2 {
        font-size:  24px; } }
  .content h3 {
    font-size: 32px;
    margin: 0 0 30px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h3 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 22px); } }
    @media (max-width: 400px) {
      .content h3 {
        font-size:  22px; } }
  .content h4 {
    font-size: 30px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h4 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 20px); } }
    @media (max-width: 400px) {
      .content h4 {
        font-size:  20px; } }
  .content h5 {
    font-size: 28px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h5 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 18px); } }
    @media (max-width: 400px) {
      .content h5 {
        font-size:  18px; } }
  .content h6 {
    font-size: 26px;
    margin: 0 0 20px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content h6 {
        font-size: calc(10 * ((100vw - 400px) / 1519) + 16px); } }
    @media (max-width: 400px) {
      .content h6 {
        font-size:  16px; } }
  .content p {
    font-size: 18px;
    margin: 0 0 30px; }
    @media (max-width: 1919px) and (min-width: 401px) {
      .content p {
        font-size: calc(2 * ((100vw - 400px) / 1519) + 16px); } }
    @media (max-width: 400px) {
      .content p {
        font-size:  16px; } }
  .content p + h1 {
    margin-top: 50px; }
  .content p + h2 {
    margin-top: 50px; }
  .content p + h3 {
    margin-top: 40px; }
  .content p + h4 {
    margin-top: 30px; }
  .content p + h5 {
    margin-top: 30px; }
  .content p + h6 {
    margin-top: 30px; }
  .content .wp-caption + p {
    margin: 35px 0 0; }
  .content strong {
    font-weight: 700; }
  .content em {
    font-style: italic; }
  .content a {
    font-family: "ProximaNova", sans-serif;
    color: #000000;
    text-decoration: underline; }
    .content a:hover {
      color: #0095ff; }
  .content ul, .content ol {
    margin: 40px 0 50px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .content ul, .content ol {
        font-size: 16px; } }
  .content ul {
    padding: 0 0 0 30px; }
    .content ul li {
      list-style-type: disc; }
      .content ul li + li {
        margin-top: 15px; }
    .content ul + p {
      margin-top: 20px; }
  .content ol {
    padding: 0 0 0 30px; }
    .content ol li {
      list-style-type: decimal; }
      .content ol li + li {
        padding-top: 15px; }
  .content blockquote {
    padding: 35px 10px 35px 30px;
    border-top: 2px dashed #a7aaae;
    border-bottom: 2px dashed #a7aaae;
    margin: 55px 0;
    position: relative; }
    @media (max-width: 1100px) {
      .content blockquote {
        padding: 35px 20px 35px 50px; } }
    .content blockquote:before {
      content: '\E806';
      font-family: fontello;
      position: absolute;
      left: -106px;
      top: 24px;
      color: #0095ff;
      font-size: 36px; }
      @media (max-width: 1100px) {
        .content blockquote:before {
          left: 0; } }
    .content blockquote p {
      font-weight: 700;
      font-size: 24px; }
      @media (max-width: 1919px) and (min-width: 401px) {
        .content blockquote p {
          font-size: calc(8 * ((100vw - 400px) / 1519) + 16px); } }
      @media (max-width: 400px) {
        .content blockquote p {
          font-size:  16px; } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-Black.eot);
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url(./fonts/ProximaNova-Black.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-Black.woff2) format("woff2"), url(./fonts/ProximaNova-Black.woff) format("woff"), url(./fonts/ProximaNova-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-Extrabld.eot);
  src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url(./fonts/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-Extrabld.woff2) format("woff2"), url(./fonts/ProximaNova-Extrabld.woff) format("woff"), url(./fonts/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-SemiboldIt.eot);
  src: local("Proxima Nova Semibold Italic"), local("ProximaNova-SemiboldIt"), url(./fonts/ProximaNova-SemiboldIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-SemiboldIt.woff2) format("woff2"), url(./fonts/ProximaNova-SemiboldIt.woff) format("woff"), url(./fonts/ProximaNova-SemiboldIt.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNovaT-Thin.eot);
  src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url(./fonts/ProximaNovaT-Thin.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNovaT-Thin.woff2) format("woff2"), url(./fonts/ProximaNovaT-Thin.woff) format("woff"), url(./fonts/ProximaNovaT-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-Light.eot);
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url(./fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-Light.woff2) format("woff2"), url(./fonts/ProximaNova-Light.woff) format("woff"), url(./fonts/ProximaNova-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-BlackIt.eot);
  src: local("Proxima Nova Black Italic"), local("ProximaNova-BlackIt"), url(./fonts/ProximaNova-BlackIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-BlackIt.woff2) format("woff2"), url(./fonts/ProximaNova-BlackIt.woff) format("woff"), url(./fonts/ProximaNova-BlackIt.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-BoldIt.eot);
  src: local("Proxima Nova Bold Italic"), local("ProximaNova-BoldIt"), url(./fonts/ProximaNova-BoldIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-BoldIt.woff2) format("woff2"), url(./fonts/ProximaNova-BoldIt.woff) format("woff"), url(./fonts/ProximaNova-BoldIt.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-ThinIt.eot);
  src: local("Proxima Nova Thin Italic"), local("ProximaNova-ThinIt"), url(./fonts/ProximaNova-ThinIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-ThinIt.woff2) format("woff2"), url(./fonts/ProximaNova-ThinIt.woff) format("woff"), url(./fonts/ProximaNova-ThinIt.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-Bold.eot);
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url(./fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-Bold.woff2) format("woff2"), url(./fonts/ProximaNova-Bold.woff) format("woff"), url(./fonts/ProximaNova-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-RegularIt.eot);
  src: local("Proxima Nova Regular Italic"), local("ProximaNova-RegularIt"), url(./fonts/ProximaNova-RegularIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-RegularIt.woff2) format("woff2"), url(./fonts/ProximaNova-RegularIt.woff) format("woff"), url(./fonts/ProximaNova-RegularIt.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-ExtrabldIt.eot);
  src: local("Proxima Nova Extrabold Italic"), local("ProximaNova-ExtrabldIt"), url(./fonts/ProximaNova-ExtrabldIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-ExtrabldIt.woff2) format("woff2"), url(./fonts/ProximaNova-ExtrabldIt.woff) format("woff"), url(./fonts/ProximaNova-ExtrabldIt.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-Regular.eot);
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url(./fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-Regular.woff2) format("woff2"), url(./fonts/ProximaNova-Regular.woff) format("woff"), url(./fonts/ProximaNova-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-LightIt.eot);
  src: local("Proxima Nova Light Italic"), local("ProximaNova-LightIt"), url(./fonts/ProximaNova-LightIt.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-LightIt.woff2) format("woff2"), url(./fonts/ProximaNova-LightIt.woff) format("woff"), url(./fonts/ProximaNova-LightIt.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url(./fonts/ProximaNova-Semibold.eot);
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url(./fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(./fonts/ProximaNova-Semibold.woff2) format("woff2"), url(./fonts/ProximaNova-Semibold.woff) format("woff"), url(./fonts/ProximaNova-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 20px 70px 20px 48px;
  cursor: pointer;
  transition: .3s;
  border-radius: 1000px;
  background: #204C47;
  font-family: "ProximaNova", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn-primary {
      font-size: 18px; } }
  .btn-primary:before {
    content: '';
    background: url(5632bd6b49fdb5014af8.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 1s;
    z-index: 1; }
  .btn-primary:after {
    content: '';
    background: url(5632bd6b49fdb5014af8.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate(-80px, 155px);
    transition: 1s;
    z-index: 1; }
  .btn-primary:hover:before {
    transform: translate(80px, -155px); }
  .btn-primary:hover:after {
    transform: translate(0, -50%); }
  .btn-primary.-inverse {
    color: #204C47;
    background: #fff; }
    .btn-primary.-inverse:before, .btn-primary.-inverse:after {
      background: url(ec03e2c126750f640c4e.svg) no-repeat; }
  .btn-primary.-small-primary {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0;
    padding: 6.5px 48px 6.5px 24px; }
    .btn-primary.-small-primary:before, .btn-primary.-small-primary:after {
      width: 24px;
      height: 24px;
      right: 16px;
      background: url(51a354f475dd201083e3.svg) no-repeat; }
  .btn-primary.-small-inverse {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0;
    padding: 6.5px 48px 6.5px 24px;
    color: #204C47;
    background: #fff; }
    .btn-primary.-small-inverse:before, .btn-primary.-small-inverse:after {
      width: 24px;
      height: 24px;
      right: 16px;
      background: url(81def4eb1de400dd0547.svg) no-repeat; }

.btn-secondary {
  display: inline-flex;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: .3s;
  padding: 6.5px 56px 6.5px 24px;
  border-radius: 1000px;
  border: 1px solid #BAC8C6;
  font-family: "ProximaNova", sans-serif;
  color: #204C47;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn-secondary {
      font-size: 16px; } }
  .btn-secondary:before {
    content: '';
    background: url(81def4eb1de400dd0547.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 1s;
    z-index: 1; }
  .btn-secondary:after {
    content: '';
    background: url(81def4eb1de400dd0547.svg) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(-80px, 155px);
    transition: 1s;
    z-index: 1; }
  .btn-secondary:hover:before {
    transform: translate(80px, -155px); }
  .btn-secondary:hover:after {
    transform: translate(0, -50%); }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(0);
  transition: all 240ms cubic-bezier(0.4, 0, 0.6, 1); }
  header.mobile-activated-menu {
    background: #fff;
    height: 100%; }
    header.mobile-activated-menu .mobile-main-menu {
      opacity: 1; }
    header.mobile-activated-menu .header-wrapper {
      border-radius: 0;
      border-bottom: 1px solid #D4D4D4; }
  header .container {
    padding: 24px 64px; }
    @media (max-width: 1439px) {
      header .container {
        padding: 20px 24px; } }
    @media (max-width: 767px) {
      header .container {
        padding: 16px; } }
  header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 40px;
    border-radius: 36px;
    background: #fff;
    transition: .3s; }
    @media (max-width: 1439px) {
      header .header-wrapper {
        padding: 14px 32px; } }
    @media screen and (max-width: 767px) {
      header .header-wrapper {
        padding: 15px 24px; } }
  header .header-right {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1080px) {
      header .header-right {
        display: block; } }
  header .navbar-nav {
    display: flex;
    gap: 24px;
    align-items: center; }
    @media screen and (max-width: 1080px) {
      header .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 0; } }
    header .navbar-nav > li {
      transition: all .3s; }
      header .navbar-nav > li:hover > a {
        color: #204C47;
        border-bottom: 1px solid #204C47; }
        @media screen and (max-width: 1080px) {
          header .navbar-nav > li:hover > a {
            border-bottom: unset; } }
      header .navbar-nav > li.current-menu-parent > a, header .navbar-nav > li.current-menu-item > a {
        color: #204C47;
        font-weight: 600; }
      header .navbar-nav > li.menu-item-has-children {
        display: inline-block;
        position: relative;
        padding-right: 22px;
        padding-bottom: 24px;
        margin-bottom: -24px; }
        @media screen and (max-width: 1439px) {
          header .navbar-nav > li.menu-item-has-children {
            padding-bottom: 22px;
            margin-bottom: -22px; } }
        @media screen and (max-width: 1080px) {
          header .navbar-nav > li.menu-item-has-children {
            padding: 0;
            margin-bottom: 0; } }
        header .navbar-nav > li.menu-item-has-children:hover > ul {
          opacity: 1;
          visibility: visible; }
        header .navbar-nav > li.menu-item-has-children:before {
          content: '';
          background: url(74eba4bff032921e58c0.svg) no-repeat;
          width: 18px;
          height: 18px;
          position: absolute;
          right: 0;
          top: 4px;
          transition: 1s;
          z-index: 1; }
          @media screen and (max-width: 1080px) {
            header .navbar-nav > li.menu-item-has-children:before {
              display: none; } }
      header .navbar-nav > li > a {
        display: inline-block;
        color: #1E352B;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        transition: all .3s; }
        @media screen and (max-width: 1080px) {
          header .navbar-nav > li > a {
            color: #0D201E;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            /* 28px */
            letter-spacing: 0;
            padding: 10px 24px; } }
        @media screen and (max-width: 767px) {
          header .navbar-nav > li > a {
            padding: 10px 16px; } }
      header .navbar-nav > li.menu-btn-secondary {
        border: none; }
        @media screen and (max-width: 1080px) {
          header .navbar-nav > li.menu-btn-secondary {
            padding-left: 24px;
            padding-top: 20px; } }
        @media screen and (max-width: 767px) {
          header .navbar-nav > li.menu-btn-secondary {
            padding-left: 16px;
            padding-top: 16px; } }
        header .navbar-nav > li.menu-btn-secondary a {
          display: inline-flex;
          background: transparent;
          position: relative;
          cursor: pointer;
          transition: .3s;
          padding: 6.5px 56px 6.5px 24px;
          border-radius: 1000px;
          border: 1px solid #BAC8C6;
          font-family: "ProximaNova", sans-serif;
          color: #204C47;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 150%;
          letter-spacing: 0;
          overflow: hidden; }
          header .navbar-nav > li.menu-btn-secondary a:before {
            content: '';
            background: url(81def4eb1de400dd0547.svg) no-repeat;
            width: 24px;
            height: 24px;
            position: absolute;
            right: 24px;
            top: 50%;
            transform: translate(0, -50%);
            transition: 1s;
            z-index: 1; }
          header .navbar-nav > li.menu-btn-secondary a:after {
            content: '';
            background: url(81def4eb1de400dd0547.svg) no-repeat;
            width: 24px;
            height: 24px;
            position: absolute;
            right: 24px;
            top: 50%;
            transform: translate(-80px, 155px);
            transition: 1s;
            z-index: 1; }
          header .navbar-nav > li.menu-btn-secondary a:hover {
            text-decoration-line: none; }
            header .navbar-nav > li.menu-btn-secondary a:hover:before {
              transform: translate(80px, -155px); }
            header .navbar-nav > li.menu-btn-secondary a:hover:after {
              transform: translate(0, -50%); }
    header .navbar-nav .sub-menu {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 100%;
      left: -36px;
      z-index: 1;
      padding: 12px 24px 12px 12px;
      border-radius: 0 0 16px 16px;
      background: #fff;
      box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05); }
      @media screen and (max-width: 1080px) {
        header .navbar-nav .sub-menu {
          visibility: unset;
          opacity: 1;
          position: unset;
          top: unset;
          left: unset;
          padding: 0;
          border-radius: unset;
          background: unset;
          box-shadow: unset; } }
      header .navbar-nav .sub-menu li {
        padding: 8px 8px 8px 24px; }
        @media screen and (max-width: 1080px) {
          header .navbar-nav .sub-menu li {
            padding: 6px 6px 6px 40px; } }
        @media screen and (max-width: 767px) {
          header .navbar-nav .sub-menu li {
            padding: 6px 6px 6px 32px; } }
        header .navbar-nav .sub-menu li.current-menu-item a {
          font-weight: 600;
          color: #1E352B; }
          header .navbar-nav .sub-menu li.current-menu-item a:before {
            opacity: 1; }
        header .navbar-nav .sub-menu li a {
          word-break: keep-all;
          white-space: nowrap;
          display: inline-block;
          color: #1E352B;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          letter-spacing: 0;
          transition: all .3s;
          text-decoration-line: none;
          text-decoration-thickness: 1px;
          text-underline-offset: 7px;
          position: relative; }
          @media screen and (max-width: 1080px) {
            header .navbar-nav .sub-menu li a {
              font-size: 20px; } }
          header .navbar-nav .sub-menu li a:hover {
            color: #204C47;
            text-decoration-line: underline; }
            @media screen and (max-width: 1080px) {
              header .navbar-nav .sub-menu li a:hover {
                text-decoration-line: none; } }
          header .navbar-nav .sub-menu li a:before {
            content: '';
            background: #F4A944;
            border-radius: 1000px;
            width: 8px;
            height: 8px;
            position: absolute;
            opacity: 0;
            left: -16px;
            top: 50%;
            transform: translate(0, -50%);
            transition: 1s;
            z-index: 1; }
  header .mobile-main-menu {
    padding: 10px 0;
    opacity: 0;
    transition: all .3s; }
    @media screen and (max-width: 767px) {
      header .mobile-main-menu {
        padding: 8px 0; } }
  header .header-desktop {
    display: inline-flex;
    align-items: center; }
    @media (max-width: 1080px) {
      header .header-desktop {
        display: none; } }
  @media screen and (max-width: 767px) {
    header .header-btn {
      display: none; } }
  header .logo img {
    max-width: 204px;
    width: 100%;
    display: block; }
    @media screen and (max-width: 1439px) {
      header .logo img {
        max-width: 176px; } }
    @media screen and (max-width: 767px) {
      header .logo img {
        max-width: 134px; } }
  header .navbar-toggle {
    border: none;
    background: transparent; }
    header .navbar-toggle:hover {
      background: transparent; }
      header .navbar-toggle:hover .animate-burger .top {
        transform: translateY(-3px); }
      header .navbar-toggle:hover .animate-burger .bottom {
        transform: translateY(3px); }
    header .navbar-toggle:not(.collapsed) .animate-burger .top {
      transform: translateY(7px) rotate(-45deg); }
    header .navbar-toggle:not(.collapsed) .animate-burger .middle {
      transform: translateX(10px);
      opacity: 0; }
    header .navbar-toggle:not(.collapsed) .animate-burger .bottom {
      transform: translateY(-7px) rotate(45deg); }
    header .navbar-toggle .animate-burger {
      display: inline-block;
      position: relative;
      width: 24px;
      height: 16px; }
      header .navbar-toggle .animate-burger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #1A459C;
        left: 0;
        transition: transform .5s, opacity .6s; }
      header .navbar-toggle .animate-burger .top {
        top: 0; }
      header .navbar-toggle .animate-burger .middle {
        top: 50%;
        margin-top: -1px; }
      header .navbar-toggle .animate-burger .bottom {
        bottom: 0; }
    @media (min-width: 1080px) {
      header .navbar-toggle {
        display: none; } }
    @media screen and (max-width: 1080px) {
      header .navbar-toggle {
        top: 5px;
        position: relative; } }
    header .navbar-toggle .animate-burger span {
      background: #204C47; }

footer {
  padding: 40px 64px 24px;
  overflow: hidden;
  border-radius: 48px 48px 0 0;
  background: #122A27;
  transition-timing-function: ease;
  transition-duration: 1.2s;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 200px, 0); }
  @media (max-width: 1439px) {
    footer {
      padding: 32px 24px 20px;
      border-radius: 40px 40px 0 0; } }
  @media (max-width: 767px) {
    footer {
      padding: 24px 16px 16px;
      border-radius: 32px 32px 0 0; } }
  footer.visible {
    opacity: 1;
    transform: translateZ(0); }
  footer .container {
    padding: 0;
    max-width: 1312px; }
  footer .wrap-top-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 1023px) {
      footer .wrap-top-footer {
        flex-direction: column;
        padding-bottom: 48px; } }
  footer .wrap-footer-items {
    display: flex;
    justify-content: space-between;
    gap: 60px; }
    @media (max-width: 1439px) {
      footer .wrap-footer-items {
        gap: 25px; } }
    @media (max-width: 1023px) {
      footer .wrap-footer-items {
        gap: 0;
        justify-content: center;
        flex-direction: column; } }
    footer .wrap-footer-items .footer-item {
      width: auto; }
      @media screen and (max-width: 1023px) {
        footer .wrap-footer-items .footer-item {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
      @media (max-width: 767px) {
        footer .wrap-footer-items .footer-item {
          width: 100%; } }
      @media screen and (max-width: 1023px) {
        footer .wrap-footer-items .footer-item:last-child {
          border-bottom: none; } }
      footer .wrap-footer-items .footer-item .menu-4 {
        max-width: 140px; }
        @media screen and (max-width: 1023px) {
          footer .wrap-footer-items .footer-item .menu-4 {
            max-width: unset; } }
      footer .wrap-footer-items .footer-item > ul > li > a {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0;
        opacity: 0.6; }
        @media (max-width: 1023px) {
          footer .wrap-footer-items .footer-item > ul > li > a {
            display: block;
            padding: 0;
            margin-bottom: 0;
            z-index: 2;
            position: relative; } }
        footer .wrap-footer-items .footer-item > ul > li > a:hover {
          -webkit-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          @media (max-width: 1023px) {
            footer .wrap-footer-items .footer-item > ul > li > a:hover {
              -webkit-user-select: unset;
                  -ms-user-select: unset;
                      user-select: unset; } }
      footer .wrap-footer-items .footer-item ul.sub-menu {
        margin-top: 20px; }
        @media (max-width: 1023px) {
          footer .wrap-footer-items .footer-item ul.sub-menu {
            display: none;
            margin-top: 12px; } }
        footer .wrap-footer-items .footer-item ul.sub-menu li {
          margin-bottom: 8px; }
          @media (max-width: 1023px) {
            footer .wrap-footer-items .footer-item ul.sub-menu li {
              margin-bottom: 10px; } }
          footer .wrap-footer-items .footer-item ul.sub-menu li:last-child {
            margin-bottom: 0; }
        footer .wrap-footer-items .footer-item ul.sub-menu a {
          color: #EDF2F0;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          /* 25.2px */
          letter-spacing: 0;
          text-decoration-line: none;
          text-decoration-thickness: 1px;
          text-underline-offset: 4px;
          transition: all .3s; }
          footer .wrap-footer-items .footer-item ul.sub-menu a:hover {
            text-decoration-line: underline;
            cursor: pointer; }
      footer .wrap-footer-items .footer-item ul li.menu-item-has-children {
        position: relative; }
        @media screen and (max-width: 1023px) {
          footer .wrap-footer-items .footer-item ul li.menu-item-has-children {
            padding: 20px 0 8px 0; } }
        @media (max-width: 767px) {
          footer .wrap-footer-items .footer-item ul li.menu-item-has-children {
            padding: 16px 0 8px 0; } }
        footer .wrap-footer-items .footer-item ul li.menu-item-has-children:before {
          content: '';
          background: url(570846300f27c2721abb.svg) no-repeat;
          width: 11px;
          height: 6px;
          position: absolute;
          right: 4px;
          top: 30px;
          transition: .3s;
          transform: rotate(0);
          z-index: 1;
          display: none; }
          @media screen and (max-width: 1023px) {
            footer .wrap-footer-items .footer-item ul li.menu-item-has-children:before {
              display: block; } }
          @media (max-width: 767px) {
            footer .wrap-footer-items .footer-item ul li.menu-item-has-children:before {
              top: 26px; } }
        footer .wrap-footer-items .footer-item ul li.menu-item-has-children.active:before {
          transform: rotate(180deg); }
  @media (max-width: 1023px) {
    footer .logo-social-column {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  footer .logo-social-column .logo-footer {
    margin-bottom: 40px;
    max-width: 272px; }
    @media (max-width: 1023px) {
      footer .logo-social-column .logo-footer {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      footer .logo-social-column .logo-footer {
        max-width: 200px;
        margin-bottom: 8px; } }
  footer .logo-social-column .footer-address {
    color: #EDF2F0; }
    @media (max-width: 1023px) {
      footer .logo-social-column .footer-address {
        text-align: center; } }
  footer .logo-social-column .social-media {
    display: flex;
    gap: 24px;
    padding-top: 16px; }
    @media (max-width: 1023px) {
      footer .logo-social-column .social-media {
        padding-top: 14px;
        gap: 20px; } }
    @media (max-width: 767px) {
      footer .logo-social-column .social-media {
        padding-top: 12px;
        gap: 16px; } }
    footer .logo-social-column .social-media a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      background-color: #fff;
      transition: all .3s;
      border-radius: 1000px; }
      footer .logo-social-column .social-media a:hover {
        background-color: #EDF2F0; }
  footer .bottom-menu .wrap-bottom-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0; }
    @media (max-width: 1023px) {
      footer .bottom-menu .wrap-bottom-menu {
        flex-direction: column;
        gap: 20px; } }
    @media (max-width: 767px) {
      footer .bottom-menu .wrap-bottom-menu {
        gap: 16px;
        padding: 12px 0; } }
  footer .bottom-menu .wrap-copyright ul {
    display: flex; }
    footer .bottom-menu .wrap-copyright ul li {
      padding: 0 12px 0 0;
      position: relative; }
      footer .bottom-menu .wrap-copyright ul li p {
        color: #EDF2F0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0;
        display: inline-block; }
      footer .bottom-menu .wrap-copyright ul li:after {
        width: 4px;
        height: 4px;
        background: #EDF2F0;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        border-radius: 1000px;
        opacity: 0.4; }
      footer .bottom-menu .wrap-copyright ul li:last-child {
        padding: 0 0 0 8px; }
        footer .bottom-menu .wrap-copyright ul li:last-child:after {
          display: none; }
  footer .bottom-menu .last-menu ul {
    display: flex; }
    @media (max-width: 767px) {
      footer .bottom-menu .last-menu ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px; } }
    footer .bottom-menu .last-menu ul li {
      padding: 0 12px 0 0;
      position: relative; }
      @media (max-width: 767px) {
        footer .bottom-menu .last-menu ul li {
          padding: 0; } }
      footer .bottom-menu .last-menu ul li a {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        transition: .3s; }
        footer .bottom-menu .last-menu ul li a:hover {
          text-decoration-line: underline;
          cursor: pointer; }
      footer .bottom-menu .last-menu ul li:after {
        width: 4px;
        height: 4px;
        background: #EDF2F0;
        content: '';
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        border-radius: 1000px;
        opacity: 0.4; }
        @media (max-width: 767px) {
          footer .bottom-menu .last-menu ul li:after {
            display: none; } }
      footer .bottom-menu .last-menu ul li:last-child {
        padding: 0 0 0 8px; }
        @media (max-width: 767px) {
          footer .bottom-menu .last-menu ul li:last-child {
            padding: 0; } }
        footer .bottom-menu .last-menu ul li:last-child:after {
          display: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: color .5s, opacity .5s, background .5s; }
  a:focus {
    outline: none; }

button {
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer; }

.back-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.rect-outer {
  position: relative; }
  .rect-outer .rect-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.overflow-hidden {
  overflow: hidden; }

.main-page-wrap {
  position: relative; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.b-r-40 {
  border-radius: 40px;
  overflow: hidden; }
  @media (max-width: 1439px) {
    .b-r-40 {
      border-radius: 32px; } }
  @media (max-width: 767px) {
    .b-r-40 {
      border-radius: 24px; } }

.b-r-24 {
  border-radius: 24px;
  overflow: hidden; }
  @media (max-width: 1439px) {
    .b-r-24 {
      border-radius: 16px; } }
  @media (max-width: 767px) {
    .b-r-24 {
      border-radius: 16px; } }

.b-r-16 {
  border-radius: 16px;
  overflow: hidden; }
  @media (max-width: 1439px) {
    .b-r-16 {
      border-radius: 12px; } }
  @media (max-width: 767px) {
    .b-r-16 {
      border-radius: 12px; } }

.space-24 {
  padding: 24px; }
  @media (max-width: 1439px) {
    .space-24 {
      padding: 20px; } }
  @media (max-width: 767px) {
    .space-24 {
      padding: 16px; } }

.space-40 {
  padding: 40px; }
  @media (max-width: 1439px) {
    .space-40 {
      padding: 32px; } }
  @media (max-width: 767px) {
    .space-40 {
      padding: 24px; } }

.space-b-96 {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .space-b-96 {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .space-b-96 {
      padding-bottom: 56px; } }

.space-b-56 {
  padding-bottom: 56px; }
  @media (max-width: 1439px) {
    .space-b-56 {
      padding-bottom: 32px; } }
  @media (max-width: 767px) {
    .space-b-56 {
      padding-bottom: 24px; } }

.space-b-24 {
  margin-bottom: 24px; }
  @media (max-width: 1439px) {
    .space-b-24 {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .space-b-24 {
      margin-bottom: 16px; } }

.space-b-16 {
  margin-bottom: 16px; }
  @media (max-width: 1439px) {
    .space-b-16 {
      margin-bottom: 14px; } }
  @media (max-width: 767px) {
    .space-b-16 {
      margin-bottom: 12px; } }

.gap-24 {
  gap: 24px; }
  @media (max-width: 1439px) {
    .gap-24 {
      gap: 20px; } }
  @media (max-width: 767px) {
    .gap-24 {
      gap: 16px; } }

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.img-box-cover {
  position: relative;
  display: block; }
  .img-box-cover .img-cover {
    position: absolute;
    left: 0;
    top: 0; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition: .35s;
  transition-timing-function: ease; }

body.modal-open {
  overflow: hidden;
  height: 100%; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0; }
  .modal.in .close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal.in .close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .modal.fade.in .modal-dialog {
    transform: translate(-50%, -50%); }
  .modal .modal-dialog {
    max-width: 740px;
    width: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    align-items: baseline;
    transform: translate(-50%, -40%);
    transition: transform 0.3s ease-out; }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        width: 600px;
        margin: 30px auto; } }

.modal-header .close {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
  z-index: 1;
  padding: 0; }
  @media (max-width: 767px) {
    .modal-header .close {
      top: 12px;
      right: 12px; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
    .modal-backdrop.fade.in {
      opacity: 0.5; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.text-with-image-block .image-box {
  height: 84px;
  width: 100%; }

.link-box-block {
  position: relative;
  overflow: hidden;
  display: block; }
  .link-box-block:hover:before {
    transform: translate(80px, -155px); }
  .link-box-block:hover:after {
    transform: translate(0, 0); }
  .link-box-block:before {
    content: '';
    background: url(cc3be3793d57e0776e7d.svg) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: 1s;
    z-index: 0; }
    @media (max-width: 1439px) {
      .link-box-block:before {
        width: 28px;
        height: 28px; } }
  .link-box-block:after {
    content: '';
    background: url(cc3be3793d57e0776e7d.svg) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-80px, 155px);
    transition: 1s;
    z-index: 0; }
    @media (max-width: 1439px) {
      .link-box-block:after {
        width: 28px;
        height: 28px; } }
  .link-box-block .wrapper-step {
    width: 100%;
    padding: 24px;
    min-height: 402px;
    background: #477E67;
    --r: 24px;
    /* the radius */
    --s: 20px;
    /* the size of the corner */
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    border-radius: 24px var(--r) 24px 24px;
    position: relative;
    z-index: 2;
    display: block; }
    @media (max-width: 1439px) {
      .link-box-block .wrapper-step {
        min-height: 320px;
        padding: 20px;
        --r: 16px;
        border-radius: 16px var(--r) 16px 16px; } }
    @media (max-width: 767px) {
      .link-box-block .wrapper-step {
        min-height: 281px;
        padding: 16px; } }
    .link-box-block .wrapper-step.green {
      background: #477E67; }
      .link-box-block .wrapper-step.green .block-title {
        color: #fff; }
      .link-box-block .wrapper-step.green .body-m {
        color: #EDF2F0; }
    .link-box-block .wrapper-step.orange {
      background: #F4A944; }
    .link-box-block .wrapper-step.purple-light {
      background: #DED9FC; }
      .link-box-block .wrapper-step.purple-light .bg-icon * {
        fill-opacity: 0.3; }
    .link-box-block .wrapper-step.green-light {
      background: #E1ED93; }
      .link-box-block .wrapper-step.green-light .bg-icon {
        display: none; }
    .link-box-block .wrapper-step .bg-icon {
      position: absolute;
      bottom: 28px;
      left: 28px; }
      @media (max-width: 1439px) {
        .link-box-block .wrapper-step .bg-icon {
          bottom: 20px;
          left: 20px; } }
      @media (max-width: 767px) {
        .link-box-block .wrapper-step .bg-icon {
          bottom: 16px;
          left: 16px; } }
  .link-box-block .top-right {
    mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
  @media (max-width: 1439px) {
    .link-box-block .block-title {
      max-width: 77%; } }
  @media (max-width: 767px) {
    .link-box-block .block-title {
      max-width: 64%; } }

.image-block {
  min-height: 402px; }
  @media (max-width: 1439px) {
    .image-block {
      min-height: 402px; } }
  @media (max-width: 767px) {
    .image-block {
      min-height: 201px; } }

.section-hero {
  position: relative;
  padding: 64px;
  min-height: 100vh;
  display: flex;
  align-items: end; }
  @media (max-width: 1024px) {
    .section-hero {
      padding: 48px 24px; } }
  @media (max-width: 767px) {
    .section-hero {
      padding: 32px 16px; } }
  .section-hero.last-scrolling-section {
    margin-bottom: 100vh; }
  .section-hero .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    max-width: 1312px; }
  .section-hero .wrap-content {
    max-width: 780px; }
    @media (max-width: 1024px) {
      .section-hero .wrap-content {
        max-width: unset; } }
  .section-hero .title {
    color: #fff;
    margin-bottom: 16px; }
    @media (max-width: 1024px) {
      .section-hero .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-hero .title {
        margin-bottom: 12px; } }
  .section-hero .subtitle {
    color: #EDF2F0;
    margin-bottom: 24px; }
    @media (max-width: 1024px) {
      .section-hero .subtitle {
        margin-bottom: 20px; } }
    @media (max-width: 1439px) {
      .section-hero .subtitle {
        margin-bottom: 24px; } }
  .section-hero .background-box {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 0 0 48px 48px; }
    @media (max-width: 1024px) {
      .section-hero .background-box {
        border-radius: 0 0 40px 40px; } }
    @media (max-width: 767px) {
      .section-hero .background-box {
        border-radius: 0 0 32px 32px; } }
    .section-hero .background-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.62%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
      border-radius: 0 0 48px 48px; }
      @media (max-width: 1024px) {
        .section-hero .background-box:after {
          border-radius: 0 0 40px 40px; } }
      @media (max-width: 767px) {
        .section-hero .background-box:after {
          border-radius: 0 0 32px 32px; } }
    .section-hero .background-box img {
      z-index: -2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .section-hero .background-box video {
      transition: .5s ease .4s;
      object-fit: cover;
      z-index: -2; }
  .section-hero .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-intro {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1439px) {
    .section-intro {
      padding: 56px 0; } }
  @media (max-width: 767px) {
    .section-intro {
      padding: 40px 0; } }
  .section-intro .title * {
    font-weight: 400;
    line-height: 130%; }
  .section-intro .title img {
    position: relative;
    top: 11px; }
    @media (max-width: 1439px) {
      .section-intro .title img {
        height: 48px; } }
    @media (max-width: 767px) {
      .section-intro .title img {
        height: 40px;
        top: 8px; } }
  .section-intro.reveal-section {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    padding: 0; }

.section-blocks {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-blocks {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-blocks {
      padding-bottom: 56px; } }
  .section-blocks .wrap-bloks {
    display: flex;
    gap: 24px; }
    @media (max-width: 1023px) {
      .section-blocks .wrap-bloks {
        flex-direction: column;
        gap: 20px; } }
    @media (max-width: 767px) {
      .section-blocks .wrap-bloks {
        gap: 16px; } }
  .section-blocks .block {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 40px;
    width: calc(50% - 12px);
    text-align: center;
    position: relative; }
    @media (max-width: 1023px) {
      .section-blocks .block {
        width: 100%;
        border-radius: 32px;
        padding: 32px; } }
    @media (max-width: 767px) {
      .section-blocks .block {
        padding: 24px;
        border-radius: 24px; } }
    .section-blocks .block:before {
      content: '';
      width: 73px;
      height: 140px;
      position: absolute;
      z-index: 1; }
      @media (max-width: 767px) {
        .section-blocks .block:before {
          height: 77px;
          width: 41px;
          background-size: contain; } }
    .section-blocks .block.left {
      background: #477E67; }
      .section-blocks .block.left:before {
        background: url(aa58c021a97dabb7d75f.svg) no-repeat;
        top: 20px;
        right: 0; }
        @media (max-width: 767px) {
          .section-blocks .block.left:before {
            top: 11px; } }
      .section-blocks .block.left .title, .section-blocks .block.left .body-l {
        color: #fff; }
    .section-blocks .block.right {
      background: #F4A944; }
      .section-blocks .block.right:before {
        background: url(6135bbe66c351b05af62.svg) no-repeat;
        top: 20px;
        left: 0; }
        @media (max-width: 767px) {
          .section-blocks .block.right:before {
            top: 11px; } }
    .section-blocks .block .title {
      margin-bottom: 16px; }
      @media (max-width: 1023px) {
        .section-blocks .block .title {
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .section-blocks .block .title {
          margin-bottom: 12px; } }
    .section-blocks .block .body-l {
      margin-bottom: 24px; }
      @media (max-width: 1023px) {
        .section-blocks .block .body-l {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-blocks .block .body-l {
          margin-bottom: 16px; } }
      .section-blocks .block .body-l strong, .section-blocks .block .body-l b {
        font-weight: 600; }
      .section-blocks .block .body-l a {
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-underline-position: from-font;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
        .section-blocks .block .body-l a:hover {
          opacity: 0.7; }

.section-media {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-media {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-media {
      padding-bottom: 56px; } }
  .section-media .flex {
    display: flex;
    gap: 40px;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .section-media .flex {
        flex-direction: column;
        gap: 32px; } }
    @media (max-width: 767px) {
      .section-media .flex {
        gap: 24px; } }
  .section-media .plyr {
    width: 100%; }
  .section-media .left {
    width: calc(60% - 20px); }
    @media screen and (max-width: 1024px) {
      .section-media .left {
        width: 100%; } }
  .section-media .right {
    width: calc(40% - 20px); }
    @media screen and (max-width: 1024px) {
      .section-media .right {
        width: 100%; } }
    .section-media .right .title {
      margin-bottom: 16px; }
      @media (max-width: 1439px) {
        .section-media .right .title {
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .section-media .right .title {
          margin-bottom: 12px; } }
    .section-media .right .body-l {
      margin-bottom: 24px; }
      @media (max-width: 1439px) {
        .section-media .right .body-l {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-media .right .body-l {
          margin-bottom: 16px; } }
  .section-media video {
    width: 100%;
    border-radius: 40px; }
    @media screen and (max-width: 1024px) {
      .section-media video {
        border-radius: 32px; } }
    @media (max-width: 767px) {
      .section-media video {
        border-radius: 24px; } }
  .section-media .play-button-file {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2786%27 height=%2762%27 viewBox=%270 0 86 62%27 fill=%27none%27%3E%0A%20 <path d=%27M83.7716 9.55571C82.7736 5.78904 79.8947 2.83951 76.2041 1.83208C71.2468 -0.12122 23.2314 -1.07828 9.30271 1.88804C5.61217 2.90667 2.72225 5.84501 1.73518 9.61168C-0.502182 19.63 -0.672177 41.2898 1.79001 51.532C2.78805 55.2987 5.667 58.2482 9.35755 59.2556C19.1734 61.5615 65.8399 61.8861 76.2589 59.2556C79.9495 58.237 82.8394 55.2987 83.8265 51.532C86.2119 40.6182 86.3819 20.3016 83.7716 9.55571Z%27 fill=%27%23FF0000%27/%3E%0A%20 <path d=%27M56.9014 30.5439L34.5278 17.4473V43.6405L56.9014 30.5439Z%27 fill=%27white%27/%3E%0A</svg>");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    @media (max-width: 767px) {
      .section-media .play-button-file {
        background-size: 56px 39px; } }
  .section-media .youtube {
    background-size: cover;
    background-position: center;
    height: 441px;
    width: 100%;
    position: relative;
    border-radius: 40px;
    aspect-ratio: 16/9; }
    @media screen and (max-width: 1024px) {
      .section-media .youtube {
        border-radius: 32px;
        height: 417px; } }
    @media (max-width: 767px) {
      .section-media .youtube {
        border-radius: 24px;
        height: 207px; } }
    .section-media .youtube .play {
      cursor: pointer;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2786%27 height=%2762%27 viewBox=%270 0 86 62%27 fill=%27none%27%3E%0A%20 <path d=%27M83.7716 9.55571C82.7736 5.78904 79.8947 2.83951 76.2041 1.83208C71.2468 -0.12122 23.2314 -1.07828 9.30271 1.88804C5.61217 2.90667 2.72225 5.84501 1.73518 9.61168C-0.502182 19.63 -0.672177 41.2898 1.79001 51.532C2.78805 55.2987 5.667 58.2482 9.35755 59.2556C19.1734 61.5615 65.8399 61.8861 76.2589 59.2556C79.9495 58.237 82.8394 55.2987 83.8265 51.532C86.2119 40.6182 86.3819 20.3016 83.7716 9.55571Z%27 fill=%27%23FF0000%27/%3E%0A%20 <path d=%27M56.9014 30.5439L34.5278 17.4473V43.6405L56.9014 30.5439Z%27 fill=%27white%27/%3E%0A</svg>");
      content: "";
      position: absolute;
      transition: all 0.2s ease-out; }
      @media (max-width: 767px) {
        .section-media .youtube .play {
          background-size: 56px 39px; } }

.section-slider-groups {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-slider-groups {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-slider-groups {
      padding-bottom: 56px; } }
  .section-slider-groups .title {
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 1439px) {
      .section-slider-groups .title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .section-slider-groups .title {
        margin-bottom: 24px; } }
  @media (max-width: 767px) {
    .section-slider-groups .swiper-wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px; } }
  .section-slider-groups .swiper-slide {
    width: 310px;
    height: auto;
    position: relative; }
    @media (max-width: 767px) {
      .section-slider-groups .swiper-slide {
        width: 100%; } }
    .section-slider-groups .swiper-slide:hover .wrap-img:before {
      transform: translate(80px, -155px); }
    .section-slider-groups .swiper-slide:hover .wrap-img:after {
      transform: translate(0, 0); }
    .section-slider-groups .swiper-slide .title-slide {
      margin-top: 24px;
      padding: 0 8px; }
      @media (max-width: 1439px) {
        .section-slider-groups .swiper-slide .title-slide {
          margin-top: 20px;
          padding: 0; } }
      @media (max-width: 767px) {
        .section-slider-groups .swiper-slide .title-slide {
          margin-top: 16px; } }
    .section-slider-groups .swiper-slide .wrap-img {
      position: relative;
      overflow: hidden; }
      .section-slider-groups .swiper-slide .wrap-img:before {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 28px;
        height: 28px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        transition: 1s;
        z-index: 0; }
      .section-slider-groups .swiper-slide .wrap-img:after {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 28px;
        height: 28px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-80px, 155px);
        transition: 1s;
        z-index: 0; }
    .section-slider-groups .swiper-slide img {
      --r: 15px;
      /* the radius */
      --s: 20px;
      /* the size of the corner */
      --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
      border-radius: 16px var(--r) 16px 16px;
      width: 100%;
      height: 174px;
      object-fit: cover;
      position: relative;
      z-index: 2;
      display: block; }
      @media (max-width: 767px) {
        .section-slider-groups .swiper-slide img {
          width: 100%;
          height: 202px; } }
    .section-slider-groups .swiper-slide .top-right {
      mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
  .section-slider-groups .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px; }
    @media (max-width: 1439px) {
      .section-slider-groups .swiper-navigation {
        margin-top: 32px; } }
    @media (max-width: 767px) {
      .section-slider-groups .swiper-navigation {
        display: none; } }
    .section-slider-groups .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      .section-slider-groups .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-slider-groups .swiper-navigation .swiper-button-prev svg * {
        transition: .3s; }
      .section-slider-groups .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0.38; }
      .section-slider-groups .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
      .section-slider-groups .swiper-navigation .swiper-button-prev:hover svg .arrow {
        opacity: 0.7; }
    .section-slider-groups .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      .section-slider-groups .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-slider-groups .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0.38; }
      .section-slider-groups .swiper-navigation .swiper-button-next svg * {
        transition: .3s; }
      .section-slider-groups .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }
      .section-slider-groups .swiper-navigation .swiper-button-next:hover svg .arrow {
        opacity: 0.7; }
  .section-slider-groups .wrap-swiper-scrollbar {
    position: relative;
    flex: auto;
    display: block; }
    .section-slider-groups .wrap-swiper-scrollbar .swiper-scrollbar {
      height: 4px;
      border-radius: 100px;
      background: #EDF2F0;
      top: 50%;
      left: 0;
      width: 100%; }
    .section-slider-groups .wrap-swiper-scrollbar .swiper-scrollbar-drag {
      background: #204C47;
      height: 4px; }

.section-next-steps {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-next-steps {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-next-steps {
      padding-bottom: 56px; } }
  .section-next-steps:first-child {
    padding-top: 96px; }
    @media (max-width: 1439px) {
      .section-next-steps:first-child {
        padding-top: 64px; } }
    @media (max-width: 767px) {
      .section-next-steps:first-child {
        padding-top: 56px; } }
  .section-next-steps .title {
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 1439px) {
      .section-next-steps .title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .section-next-steps .title {
        margin-bottom: 24px; } }
  .section-next-steps .wrap-steps {
    display: flex;
    gap: 24px;
    flex-wrap: wrap; }
    @media (max-width: 1439px) {
      .section-next-steps .wrap-steps {
        gap: 20px; } }
    @media (max-width: 767px) {
      .section-next-steps .wrap-steps {
        gap: 16px; } }
    .section-next-steps .wrap-steps .step {
      position: relative;
      overflow: hidden;
      width: calc(25% - 18px); }
      @media (max-width: 1439px) {
        .section-next-steps .wrap-steps .step {
          width: calc(50% - 10px); } }
      @media (max-width: 767px) {
        .section-next-steps .wrap-steps .step {
          width: 100%; } }
      .section-next-steps .wrap-steps .step:hover:before {
        transform: translate(80px, -155px); }
      .section-next-steps .wrap-steps .step:hover:after {
        transform: translate(0, 0); }
      .section-next-steps .wrap-steps .step:before {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        transition: 1s;
        z-index: 0; }
        @media (max-width: 1439px) {
          .section-next-steps .wrap-steps .step:before {
            width: 28px;
            height: 28px; } }
      .section-next-steps .wrap-steps .step:after {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-80px, 155px);
        transition: 1s;
        z-index: 0; }
        @media (max-width: 1439px) {
          .section-next-steps .wrap-steps .step:after {
            width: 28px;
            height: 28px; } }
      .section-next-steps .wrap-steps .step .wrapper-step {
        width: 100%;
        padding: 24px;
        min-height: 402px;
        background: #477E67;
        --r: 24px;
        /* the radius */
        --s: 20px;
        /* the size of the corner */
        --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        border-radius: 24px var(--r) 24px 24px;
        position: relative;
        z-index: 2;
        display: block; }
        @media (max-width: 1439px) {
          .section-next-steps .wrap-steps .step .wrapper-step {
            min-height: 320px;
            padding: 20px;
            --r: 16px;
            border-radius: 16px var(--r) 16px 16px; } }
        @media (max-width: 767px) {
          .section-next-steps .wrap-steps .step .wrapper-step {
            min-height: 281px;
            padding: 16px; } }
        .section-next-steps .wrap-steps .step .wrapper-step.green {
          background: #477E67; }
          .section-next-steps .wrap-steps .step .wrapper-step.green .title-step {
            color: #fff; }
          .section-next-steps .wrap-steps .step .wrapper-step.green .body-m {
            color: #EDF2F0; }
        .section-next-steps .wrap-steps .step .wrapper-step.orange {
          background: #F4A944; }
          .section-next-steps .wrap-steps .step .wrapper-step.orange .bg-icon {
            display: none; }
        .section-next-steps .wrap-steps .step .wrapper-step.purple-light {
          background: #DED9FC; }
          .section-next-steps .wrap-steps .step .wrapper-step.purple-light .bg-icon * {
            fill-opacity: 0.3; }
        .section-next-steps .wrap-steps .step .wrapper-step.green-light {
          background: #E1ED93; }
          .section-next-steps .wrap-steps .step .wrapper-step.green-light .bg-icon {
            display: none; }
        .section-next-steps .wrap-steps .step .wrapper-step .bg-icon {
          position: absolute;
          bottom: 28px;
          left: 28px; }
          @media (max-width: 1439px) {
            .section-next-steps .wrap-steps .step .wrapper-step .bg-icon {
              bottom: 20px;
              left: 20px; } }
          @media (max-width: 767px) {
            .section-next-steps .wrap-steps .step .wrapper-step .bg-icon {
              bottom: 16px;
              left: 16px; } }
      .section-next-steps .wrap-steps .step .top-right {
        mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
      .section-next-steps .wrap-steps .step .title-step {
        margin-bottom: 16px; }
        @media (max-width: 1439px) {
          .section-next-steps .wrap-steps .step .title-step {
            margin-bottom: 14px;
            max-width: 77%; } }
        @media (max-width: 767px) {
          .section-next-steps .wrap-steps .step .title-step {
            margin-bottom: 12px;
            max-width: 64%; } }
  .section-next-steps .wrap-btn {
    text-align: center; }
  .section-next-steps .btn-secondary {
    margin-top: 40px; }
    @media (max-width: 1439px) {
      .section-next-steps .btn-secondary {
        margin-top: 32px; } }
    @media (max-width: 767px) {
      .section-next-steps .btn-secondary {
        margin-top: 24px; } }

.section-hero-type-2 + .section-next-steps, .section-hero + .section-next-steps {
  padding-top: 96px; }
  @media (max-width: 1439px) {
    .section-hero-type-2 + .section-next-steps, .section-hero + .section-next-steps {
      padding-top: 64px; } }
  @media (max-width: 767px) {
    .section-hero-type-2 + .section-next-steps, .section-hero + .section-next-steps {
      padding-top: 56px; } }

.section-image-banner {
  position: relative;
  padding: 60px;
  min-height: 100vh;
  display: flex;
  align-items: end;
  margin-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-image-banner {
      padding: 48px 24px;
      margin-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-image-banner {
      padding: 24px 16px;
      margin-bottom: 56px; } }
  .section-image-banner .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    max-width: 1312px; }
  .section-image-banner .wrap-content {
    max-width: 857px; }
    @media (max-width: 1439px) {
      .section-image-banner .wrap-content {
        max-width: unset; } }
  .section-image-banner .title {
    color: #fff;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-image-banner .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-image-banner .title {
        margin-bottom: 12px; } }
  .section-image-banner .body-l {
    color: #fff;
    margin-bottom: 40px; }
    @media (min-width: 1440px) {
      .section-image-banner .body-l {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 36.4px */ } }
    @media (max-width: 1439px) {
      .section-image-banner .body-l {
        margin-bottom: 20px; } }
    @media (max-width: 1439px) {
      .section-image-banner .body-l {
        margin-bottom: 16px; } }
  .section-image-banner .background-box {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 48px; }
    @media (max-width: 1439px) {
      .section-image-banner .background-box {
        border-radius: 32px; } }
    @media (max-width: 767px) {
      .section-image-banner .background-box {
        border-radius: 24px; } }
    .section-image-banner .background-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.62%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
    .section-image-banner .background-box img {
      z-index: -2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section-our-campus {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-our-campus {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-our-campus {
      padding-bottom: 56px; } }
  .section-our-campus .container {
    overflow: hidden; }
  .section-our-campus .title {
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 1439px) {
      .section-our-campus .title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .section-our-campus .title {
        margin-bottom: 24px; } }
  .section-our-campus .wrap-campuses {
    overflow: hidden;
    display: flex;
    gap: 24px; }
    @media (max-width: 1439px) {
      .section-our-campus .wrap-campuses {
        gap: 20px; } }
    @media (max-width: 767px) {
      .section-our-campus .wrap-campuses {
        gap: 16px;
        flex-wrap: wrap; } }
    .section-our-campus .wrap-campuses .campus {
      position: relative;
      overflow: hidden;
      width: calc(33.33% - 16px); }
      @media (max-width: 1439px) {
        .section-our-campus .wrap-campuses .campus {
          width: calc(33.33% - 13px); } }
      @media (max-width: 767px) {
        .section-our-campus .wrap-campuses .campus {
          width: 100%; } }
      .section-our-campus .wrap-campuses .campus:hover:before {
        transform: translate(80px, -155px); }
      .section-our-campus .wrap-campuses .campus:hover:after {
        transform: translate(0, 0); }
      .section-our-campus .wrap-campuses .campus:before {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        transition: 1s;
        z-index: 0; }
        @media (max-width: 1439px) {
          .section-our-campus .wrap-campuses .campus:before {
            width: 28px;
            height: 28px; } }
      .section-our-campus .wrap-campuses .campus:after {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-80px, 155px);
        transition: 1s;
        z-index: 0; }
        @media (max-width: 1439px) {
          .section-our-campus .wrap-campuses .campus:after {
            width: 28px;
            height: 28px; } }
      .section-our-campus .wrap-campuses .campus .wrapper-campus {
        width: 100%;
        padding: 24px 72px 24px 24px;
        background: #477E67;
        --r: 24px;
        /* the radius */
        --s: 20px;
        /* the size of the corner */
        --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        border-radius: 24px var(--r) 24px 24px;
        position: relative;
        z-index: 2;
        display: block; }
        @media (max-width: 1439px) {
          .section-our-campus .wrap-campuses .campus .wrapper-campus {
            padding: 20px;
            --r: 16px;
            border-radius: 16px var(--r) 16px 16px; } }
        @media (max-width: 767px) {
          .section-our-campus .wrap-campuses .campus .wrapper-campus {
            padding: 16px; } }
        .section-our-campus .wrap-campuses .campus .wrapper-campus.orange {
          background: #F4A944; }
        .section-our-campus .wrap-campuses .campus .wrapper-campus.purple-light {
          background: #DED9FC; }
        .section-our-campus .wrap-campuses .campus .wrapper-campus.green-light {
          background: #E1ED93; }
      .section-our-campus .wrap-campuses .campus .top-right {
        mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
      .section-our-campus .wrap-campuses .campus .title-step {
        margin-bottom: 16px; }
        @media (max-width: 1439px) {
          .section-our-campus .wrap-campuses .campus .title-step {
            margin-bottom: 14px;
            max-width: 87%; } }
        @media (max-width: 767px) {
          .section-our-campus .wrap-campuses .campus .title-step {
            margin-bottom: 12px; } }
      .section-our-campus .wrap-campuses .campus .body-m strong {
        font-weight: 600; }

.section-our-values .title {
  color: #1E352B;
  text-align: center; }

.section-our-values .wrap-values {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px; }
  @media (max-width: 1439px) {
    .section-our-values .wrap-values {
      gap: 20px;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .section-our-values .wrap-values {
      gap: 16px;
      flex-wrap: wrap; } }
  .section-our-values .wrap-values .value {
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px; }
    @media (max-width: 1439px) {
      .section-our-values .wrap-values .value {
        width: 100%;
        flex-direction: row;
        gap: 20px; } }
    @media (max-width: 767px) {
      .section-our-values .wrap-values .value {
        width: 100%;
        flex-direction: column;
        gap: 16px; } }
    @media (min-width: 768px) {
      .section-our-values .wrap-values .value:nth-child(3n - 1) {
        flex-direction: row-reverse; } }
    @media (min-width: 1440px) {
      .section-our-values .wrap-values .value:nth-child(3n - 1) {
        flex-direction: column-reverse; } }
    @media (min-width: 768px) and (max-width: 1439px) {
      .section-our-values .wrap-values .value:nth-child(3n - 1) .text {
        padding-left: 54px;
        padding-right: 4px; } }
    .section-our-values .wrap-values .value .wrapper-value {
      width: 100%;
      height: 238px;
      padding: 0;
      position: relative;
      z-index: 2;
      display: block; }
      @media (min-width: 768px) and (max-width: 1439px) {
        .section-our-values .wrap-values .value .wrapper-value {
          width: 291px;
          flex: none; } }
      @media (max-width: 1439px) {
        .section-our-values .wrap-values .value .wrapper-value {
          height: 164px;
          --r: 12px;
          /* the radius */
          --s: 12px;
          /* the size of the corner */
          border-radius: 12px var(--r) 12px 12px; } }
      @media (max-width: 767px) {
        .section-our-values .wrap-values .value .wrapper-value {
          height: 202px;
          --r: 16px;
          /* the radius */
          --s: 16px;
          /* the size of the corner */
          border-radius: 16px var(--r) 16px 16px; } }
      .section-our-values .wrap-values .value .wrapper-value .bg-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 4; }
    .section-our-values .wrap-values .value .top-right {
      --r: 24px;
      --s: 24px;
      --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
      border-radius: 16px var(--r) 16px 16px;
      mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
      @media (max-width: 1439px) {
        .section-our-values .wrap-values .value .top-right {
          --r: 12px;
          /* the radius */
          --s: 18px;
          /* the size of the corner */
          border-radius: 12px var(--r) 12px 12px; } }
      @media (max-width: 767px) {
        .section-our-values .wrap-values .value .top-right {
          --r: 16px;
          /* the radius */
          --s: 16px;
          /* the size of the corner */
          border-radius: 16px var(--r) 16px 16px; } }
    .section-our-values .wrap-values .value .text {
      padding-left: 4px;
      padding-right: 4px; }
      @media (min-width: 768px) and (max-width: 1439px) {
        .section-our-values .wrap-values .value .text {
          padding-right: 54px;
          padding-left: 4px; } }
    .section-our-values .wrap-values .value .title-step {
      margin-bottom: 8px; }
      @media (max-width: 1439px) {
        .section-our-values .wrap-values .value .title-step {
          max-width: 87%; } }
    .section-our-values .wrap-values .value .body-m strong {
      font-weight: 600; }

.section-cta-block {
  position: relative;
  padding: 80px 64px;
  margin: 0 auto 96px;
  max-width: 1312px; }
  @media (max-width: 1439px) {
    .section-cta-block {
      padding: 56px 24px;
      margin: 0 24px 64px; } }
  @media (max-width: 767px) {
    .section-cta-block {
      padding: 40px 16px;
      margin: 0 16px 56px; } }
  .section-cta-block .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    max-width: 1312px; }
  .section-cta-block .wrap-content {
    max-width: 811px; }
    @media (max-width: 1439px) {
      .section-cta-block .wrap-content {
        max-width: unset; } }
  .section-cta-block .title {
    color: #fff;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-cta-block .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-cta-block .title {
        margin-bottom: 12px; } }
  .section-cta-block .body-l {
    color: #EDF2F0;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-cta-block .body-l {
        margin-bottom: 14px; } }
    @media (max-width: 1439px) {
      .section-cta-block .body-l {
        margin-bottom: 12px; } }
  .section-cta-block .background-box {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 40px; }
    @media (max-width: 1439px) {
      .section-cta-block .background-box {
        border-radius: 32px; } }
    @media (max-width: 767px) {
      .section-cta-block .background-box {
        border-radius: 24px; } }
    .section-cta-block .background-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .section-cta-block .background-box img {
      z-index: -2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section-text-with-image {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-text-with-image {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-text-with-image {
      padding-bottom: 56px; } }
  .section-text-with-image.padding-top {
    padding-top: 96px; }
    @media (max-width: 1439px) {
      .section-text-with-image.padding-top {
        padding-top: 64px; } }
    @media (max-width: 767px) {
      .section-text-with-image.padding-top {
        padding-top: 56px; } }
  .section-text-with-image .flex {
    display: flex;
    gap: 40px;
    align-items: center; }
    @media (max-width: 1439px) {
      .section-text-with-image .flex {
        flex-direction: column-reverse;
        gap: 32px; } }
    @media (max-width: 767px) {
      .section-text-with-image .flex {
        gap: 24px; } }
    .section-text-with-image .flex.-reverse-layout {
      flex-direction: row-reverse; }
      @media (max-width: 1439px) {
        .section-text-with-image .flex.-reverse-layout {
          flex-direction: column-reverse; } }
  .section-text-with-image .left {
    width: calc(51% - 20px); }
    @media screen and (max-width: 1439px) {
      .section-text-with-image .left {
        width: 100%; } }
    .section-text-with-image .left .title {
      color: #1E352B;
      margin-bottom: 16px; }
      @media (max-width: 1439px) {
        .section-text-with-image .left .title {
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .section-text-with-image .left .title {
          margin-bottom: 12px; } }
    .section-text-with-image .left .body-l {
      margin-bottom: 24px; }
      @media (max-width: 1439px) {
        .section-text-with-image .left .body-l {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-text-with-image .left .body-l {
          margin-bottom: 16px; } }
      .section-text-with-image .left .body-l p:not(:last-child) {
        margin-bottom: 16px; }
      .section-text-with-image .left .body-l b, .section-text-with-image .left .body-l strong {
        font-weight: 600; }
      .section-text-with-image .left .body-l i, .section-text-with-image .left .body-l em {
        font-style: italic; }
  .section-text-with-image .right {
    width: calc(49% - 20px); }
    @media screen and (max-width: 1439px) {
      .section-text-with-image .right {
        width: 100%; } }
    .section-text-with-image .right img {
      width: 100%;
      border-radius: 40px;
      height: 356px;
      object-fit: cover;
      display: block; }
      @media (max-width: 1439px) {
        .section-text-with-image .right img {
          border-radius: 16px;
          height: 405px; } }
      @media (max-width: 767px) {
        .section-text-with-image .right img {
          height: 201px; } }

.section-text-with-image-type-2 .title {
  color: #1E352B;
  text-align: center; }

.section-text-with-image-type-2 .flex {
  display: flex;
  gap: 40px; }
  @media (max-width: 1439px) {
    .section-text-with-image-type-2 .flex {
      flex-direction: column;
      gap: 32px; } }
  @media (max-width: 767px) {
    .section-text-with-image-type-2 .flex {
      gap: 24px; } }

.section-text-with-image-type-2 .left {
  width: calc(50% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-text-with-image-type-2 .left {
      width: 100%; } }
  .section-text-with-image-type-2 .left .body-l {
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-text-with-image-type-2 .left .body-l {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-text-with-image-type-2 .left .body-l {
        margin-bottom: 12px; } }
    .section-text-with-image-type-2 .left .body-l p:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 1439px) {
        .section-text-with-image-type-2 .left .body-l p:not(:last-child) {
          margin-bottom: 14px; } }
      @media (max-width: 767px) {
        .section-text-with-image-type-2 .left .body-l p:not(:last-child) {
          margin-bottom: 12px; } }
    .section-text-with-image-type-2 .left .body-l b, .section-text-with-image-type-2 .left .body-l strong {
      font-weight: 600; }
    .section-text-with-image-type-2 .left .body-l i, .section-text-with-image-type-2 .left .body-l em {
      font-style: italic; }
  .section-text-with-image-type-2 .left img {
    --r: 16px;
    /* the radius */
    --s: 16px;
    /* the size of the corner */
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    border-radius: 16px var(--r) 16px 16px;
    width: 100%;
    height: 146px;
    object-fit: cover;
    display: block; }
    @media (max-width: 1439px) {
      .section-text-with-image-type-2 .left img {
        --r: 12px;
        --s: 12px;
        border-radius: 12px var(--r) 12px 12px; } }
    @media (max-width: 767px) {
      .section-text-with-image-type-2 .left img {
        height: 201px; } }
  .section-text-with-image-type-2 .left .top-right {
    mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }

.section-text-with-image-type-2 .right {
  width: calc(50% - 20px);
  border-radius: 24px;
  background: #E1ED93;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px; }
  @media screen and (max-width: 1439px) {
    .section-text-with-image-type-2 .right {
      width: 100%;
      padding: 32px;
      border-radius: 16px;
      gap: 32px;
      min-height: 402px; } }
  @media (max-width: 767px) {
    .section-text-with-image-type-2 .right {
      padding: 24px;
      gap: 24px;
      min-height: unset; } }

.section-hero-type-2 {
  position: relative;
  padding: 40px 64px;
  min-height: 580px;
  display: flex;
  align-items: end; }
  @media (max-width: 1439px) {
    .section-hero-type-2 {
      padding: 32px 24px;
      min-height: 660px; } }
  @media (max-width: 767px) {
    .section-hero-type-2 {
      padding: 24px 16px;
      min-height: 580px; } }
  .section-hero-type-2 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    max-width: 1312px; }
  .section-hero-type-2 .wrap-content {
    max-width: 780px; }
    @media (max-width: 1024px) {
      .section-hero-type-2 .wrap-content {
        max-width: unset; } }
  .section-hero-type-2 .title {
    color: #fff;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-hero-type-2 .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-hero-type-2 .title {
        margin-bottom: 12px; } }
  .section-hero-type-2 .subtitle {
    color: #fff;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-hero-type-2 .subtitle {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-hero-type-2 .subtitle {
        margin-bottom: 12px; } }
  .section-hero-type-2 .dots-text {
    position: relative;
    padding: 2px 8px 2px 24px;
    border-radius: 1000px;
    background: #fff;
    display: inline-block; }
    .section-hero-type-2 .dots-text.green:before {
      background: #80A863; }
    .section-hero-type-2 .dots-text.red:before {
      background: #E33453; }
    .section-hero-type-2 .dots-text:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      left: 8px;
      top: 50%;
      transform: translate(0, -50%);
      background: red;
      border-radius: 100%; }
  .section-hero-type-2 .background-box {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 0 0 48px 48px; }
    @media (max-width: 1024px) {
      .section-hero-type-2 .background-box {
        border-radius: 0 0 40px 40px; } }
    @media (max-width: 767px) {
      .section-hero-type-2 .background-box {
        border-radius: 0 0 32px 32px; } }
    .section-hero-type-2 .background-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.62%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
      border-radius: 0 0 48px 48px; }
      @media (max-width: 1024px) {
        .section-hero-type-2 .background-box:after {
          border-radius: 0 0 40px 40px; } }
      @media (max-width: 767px) {
        .section-hero-type-2 .background-box:after {
          border-radius: 0 0 32px 32px; } }
    .section-hero-type-2 .background-box img {
      z-index: -2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .section-hero-type-2 .background-box video {
      transition: .5s ease .4s;
      object-fit: cover;
      z-index: -2; }
  .section-hero-type-2 .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-announcement-banner {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-announcement-banner {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-announcement-banner {
      padding-bottom: 56px; } }
  .section-announcement-banner .wrap-banner {
    border-radius: 40px;
    background: #DED9FC;
    padding: 48px 64px;
    text-align: center;
    position: relative; }
    @media (max-width: 1439px) {
      .section-announcement-banner .wrap-banner {
        padding: 32px;
        border-radius: 32px; } }
    @media (max-width: 767px) {
      .section-announcement-banner .wrap-banner {
        padding: 24px;
        border-radius: 24px; } }
    .section-announcement-banner .wrap-banner:before {
      content: '';
      background: url(d37ad090dbde51f40626.svg) no-repeat;
      width: 73px;
      height: 102px;
      position: absolute;
      left: 24px;
      top: 24px;
      transition: 1s;
      z-index: 0; }
      @media (max-width: 1439px) {
        .section-announcement-banner .wrap-banner:before {
          width: 46px;
          height: 64px;
          left: 8px;
          top: 8px; } }
      @media (max-width: 767px) {
        .section-announcement-banner .wrap-banner:before {
          width: 32px;
          height: 45px; } }
    .section-announcement-banner .wrap-banner:after {
      content: '';
      background: url(d37ad090dbde51f40626.svg) no-repeat;
      width: 73px;
      height: 102px;
      position: absolute;
      right: 27px;
      bottom: 22px;
      transition: 1s;
      z-index: 0; }
      @media (max-width: 1439px) {
        .section-announcement-banner .wrap-banner:after {
          width: 46px;
          height: 64px;
          right: 8px;
          bottom: 8px; } }
      @media (max-width: 767px) {
        .section-announcement-banner .wrap-banner:after {
          width: 32px;
          height: 45px; } }
  .section-announcement-banner .title {
    margin-bottom: 16px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1439px) {
      .section-announcement-banner .title {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .section-announcement-banner .title {
        margin-bottom: 16px; } }
  .section-announcement-banner .wrap-info {
    display: flex;
    gap: 24px;
    justify-content: center;
    position: relative;
    z-index: 2; }
    @media (max-width: 1439px) {
      .section-announcement-banner .wrap-info {
        flex-direction: column;
        align-items: center;
        gap: 14px; } }
    @media (max-width: 767px) {
      .section-announcement-banner .wrap-info {
        gap: 12px; } }
  .section-announcement-banner .body-l {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0D201E; }
    @media (max-width: 1439px) {
      .section-announcement-banner .body-l {
        flex-direction: column;
        align-items: center;
        gap: 4px; } }
  .section-announcement-banner .address-text:hover {
    color: #204C47; }

@media (max-width: 767px) {
  .section-social-media-banner.-type-2 .wrap-banner {
    padding: 24px 16px; } }

@media (max-width: 767px) {
  .section-social-media-banner.-type-2 .wrap-banner:after {
    display: none; } }

.section-social-media-banner.-type-2 .wrap-markets {
  margin-top: 34px;
  display: flex;
  gap: 24px;
  justify-content: center; }
  @media (max-width: 1023px) {
    .section-social-media-banner.-type-2 .wrap-markets {
      margin-top: 30px;
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-social-media-banner.-type-2 .wrap-markets {
      margin-top: 26px;
      gap: 16px;
      flex-wrap: wrap; } }
  .section-social-media-banner.-type-2 .wrap-markets a {
    display: block; }

.section-social-media-banner.-make-donation .wrap-banner {
  padding: 48px 64px; }
  @media (max-width: 1439px) {
    .section-social-media-banner.-make-donation .wrap-banner {
      padding: 32px 24px; } }
  @media (max-width: 767px) {
    .section-social-media-banner.-make-donation .wrap-banner {
      padding: 24px 16px; } }
  .section-social-media-banner.-make-donation .wrap-banner:before {
    left: 24px;
    top: 24px; }
    @media (max-width: 1439px) {
      .section-social-media-banner.-make-donation .wrap-banner:before {
        display: none; } }
  .section-social-media-banner.-make-donation .wrap-banner:after {
    right: 16px;
    bottom: 54px; }
    @media (max-width: 1439px) {
      .section-social-media-banner.-make-donation .wrap-banner:after {
        right: 16px;
        bottom: 16px; } }
    @media (max-width: 767px) {
      .section-social-media-banner.-make-donation .wrap-banner:after {
        width: 32px;
        height: 45px;
        bottom: 73px; } }

.section-social-media-banner.-make-donation .btn-primary {
  margin: 34px 0 24px;
  z-index: 2; }
  @media (max-width: 1439px) {
    .section-social-media-banner.-make-donation .btn-primary {
      margin: 30px 0 20px; } }
  @media (max-width: 767px) {
    .section-social-media-banner.-make-donation .btn-primary {
      margin: 26px 0 16px; } }

.section-social-media-banner .wrap-banner {
  border-radius: 40px;
  padding: 48px 64px 72px;
  text-align: center;
  position: relative; }
  @media (max-width: 1439px) {
    .section-social-media-banner .wrap-banner {
      padding: 32px 24px 52px;
      border-radius: 32px; } }
  @media (max-width: 767px) {
    .section-social-media-banner .wrap-banner {
      padding: 24px 16px 40px;
      border-radius: 24px; } }
  .section-social-media-banner .wrap-banner.green {
    background: #477E67; }
    .section-social-media-banner .wrap-banner.green .title {
      color: #fff; }
    .section-social-media-banner .wrap-banner.green .body-l {
      color: #EDF2F0; }
  .section-social-media-banner .wrap-banner.orange {
    background: #F4A944; }
  .section-social-media-banner .wrap-banner.purple-light {
    background: #DED9FC; }
  .section-social-media-banner .wrap-banner.green-light {
    background: #E1ED93; }
  .section-social-media-banner .wrap-banner:before {
    content: '';
    background: url(d37ad090dbde51f40626.svg) no-repeat;
    width: 73px;
    height: 102px;
    position: absolute;
    left: 24px;
    top: 24px;
    transition: 1s;
    z-index: 0; }
    @media (max-width: 1439px) {
      .section-social-media-banner .wrap-banner:before {
        display: none; } }
  .section-social-media-banner .wrap-banner:after {
    content: '';
    background: url(d37ad090dbde51f40626.svg) no-repeat;
    width: 73px;
    height: 102px;
    position: absolute;
    right: 27px;
    bottom: 22px;
    transition: 1s;
    z-index: 0; }
    @media (max-width: 1439px) {
      .section-social-media-banner .wrap-banner:after {
        width: 46px;
        height: 64px;
        right: 16px;
        bottom: 16px; } }
    @media (max-width: 767px) {
      .section-social-media-banner .wrap-banner:after {
        width: 32px;
        height: 45px; } }

.section-social-media-banner .title {
  margin-bottom: 16px;
  position: relative;
  z-index: 2; }

.section-social-media-banner .social-media {
  margin-top: 34px;
  display: flex;
  gap: 24px;
  justify-content: center; }
  @media (max-width: 1023px) {
    .section-social-media-banner .social-media {
      margin-top: 30px;
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-social-media-banner .social-media {
      margin-top: 26px;
      gap: 16px; } }
  .section-social-media-banner .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #204C47;
    transition: all .3s;
    border-radius: 1000px; }
    .section-social-media-banner .social-media a svg {
      transition: all .3s; }
    .section-social-media-banner .social-media a:hover svg {
      opacity: 0.7; }

.section-slider-images {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-slider-images {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-slider-images {
      padding-bottom: 56px; } }
  .section-slider-images .title {
    color: #1E352B;
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 1439px) {
      .section-slider-images .title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .section-slider-images .title {
        margin-bottom: 24px; } }
  .section-slider-images .swiper-slide {
    width: 310px;
    height: auto;
    position: relative; }
    @media (max-width: 1439px) {
      .section-slider-images .swiper-slide {
        width: 290px; } }
    @media (max-width: 767px) {
      .section-slider-images .swiper-slide {
        width: 250px; } }
    .section-slider-images .swiper-slide .wrap-img.single {
      height: 402px; }
      @media (max-width: 1439px) {
        .section-slider-images .swiper-slide .wrap-img.single {
          height: 371px; } }
      @media (max-width: 767px) {
        .section-slider-images .swiper-slide .wrap-img.single {
          height: 320px; } }
    .section-slider-images .swiper-slide .wrap-img.double {
      height: 100%;
      max-height: 402px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media (max-width: 1439px) {
        .section-slider-images .swiper-slide .wrap-img.double {
          max-height: 371px;
          gap: 20px; } }
      @media (max-width: 767px) {
        .section-slider-images .swiper-slide .wrap-img.double {
          max-height: 320px;
          gap: 16px; } }
      .section-slider-images .swiper-slide .wrap-img.double .first {
        height: calc(39% - 12px); }
        @media (max-width: 1439px) {
          .section-slider-images .swiper-slide .wrap-img.double .first {
            height: calc(39% - 10px); } }
        @media (max-width: 767px) {
          .section-slider-images .swiper-slide .wrap-img.double .first {
            height: calc(39% - 8px); } }
      .section-slider-images .swiper-slide .wrap-img.double .second {
        height: calc(61% - 12px); }
        @media (max-width: 1439px) {
          .section-slider-images .swiper-slide .wrap-img.double .second {
            height: calc(61% - 10px); } }
        @media (max-width: 767px) {
          .section-slider-images .swiper-slide .wrap-img.double .second {
            height: calc(61% - 8px); } }
    .section-slider-images .swiper-slide img {
      --r: 24px;
      /* the radius */
      --s: 20px;
      /* the size of the corner */
      --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
      border-radius: 24px var(--r) 24px 24px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 2;
      display: block; }
      @media (max-width: 1439px) {
        .section-slider-images .swiper-slide img {
          --r: 16px;
          --s: 16px;
          border-radius: 16px var(--r) 16px 16px; } }
    .section-slider-images .swiper-slide .top-right {
      mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
    .section-slider-images .swiper-slide .bottom-right {
      mask: right 0 bottom calc(var(--s) + var(--r)) var(--_m), right calc(var(--s) + var(--r)) bottom 0 var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 101%) calc(-1 * var(--r)) calc(-1 * var(--r)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--s) - 2 * var(--r)) calc(100% - var(--s) - 2 * var(--r)), #0000 25%, #000 0); }
  .section-slider-images .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px; }
    @media (max-width: 1439px) {
      .section-slider-images .swiper-navigation {
        margin-top: 32px; } }
    .section-slider-images .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      .section-slider-images .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-slider-images .swiper-navigation .swiper-button-prev svg * {
        transition: .3s; }
      .section-slider-images .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0.38; }
      .section-slider-images .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
      .section-slider-images .swiper-navigation .swiper-button-prev:hover svg .arrow {
        opacity: 0.7; }
    .section-slider-images .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      .section-slider-images .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-slider-images .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0.38; }
      .section-slider-images .swiper-navigation .swiper-button-next svg * {
        transition: .3s; }
      .section-slider-images .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }
      .section-slider-images .swiper-navigation .swiper-button-next:hover svg .arrow {
        opacity: 0.7; }
  .section-slider-images .wrap-swiper-scrollbar {
    position: relative;
    flex: auto;
    display: block; }
    .section-slider-images .wrap-swiper-scrollbar .swiper-scrollbar {
      height: 4px;
      border-radius: 100px;
      background: #EDF2F0;
      top: 50%;
      left: 0;
      width: 100%; }
    .section-slider-images .wrap-swiper-scrollbar .swiper-scrollbar-drag {
      background: #204C47;
      height: 4px; }

.section-slider-images-text {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-slider-images-text {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-slider-images-text {
      padding-bottom: 56px; } }
  .section-slider-images-text .swiper-slide {
    width: 310px;
    height: auto;
    position: relative; }
    @media (max-width: 1439px) {
      .section-slider-images-text .swiper-slide {
        width: 290px; } }
    @media (max-width: 767px) {
      .section-slider-images-text .swiper-slide {
        width: 250px; } }
    .section-slider-images-text .swiper-slide .wrap-img.single {
      margin-top: 64px;
      height: 402px; }
      @media (max-width: 1439px) {
        .section-slider-images-text .swiper-slide .wrap-img.single {
          height: 371px;
          margin-top: 48px; } }
      @media (max-width: 767px) {
        .section-slider-images-text .swiper-slide .wrap-img.single {
          height: 320px;
          margin-top: 24px; } }
    .section-slider-images-text .swiper-slide .wrap-img.double {
      margin-top: 64px;
      height: 100%;
      max-height: 402px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media (max-width: 1439px) {
        .section-slider-images-text .swiper-slide .wrap-img.double {
          max-height: 371px;
          margin-top: 48px;
          gap: 20px; } }
      @media (max-width: 767px) {
        .section-slider-images-text .swiper-slide .wrap-img.double {
          max-height: 320px;
          gap: 16px;
          margin-top: 24px; } }
      .section-slider-images-text .swiper-slide .wrap-img.double .first {
        height: calc(39% - 12px); }
        @media (max-width: 1439px) {
          .section-slider-images-text .swiper-slide .wrap-img.double .first {
            height: calc(39% - 10px); } }
        @media (max-width: 767px) {
          .section-slider-images-text .swiper-slide .wrap-img.double .first {
            height: calc(39% - 8px); } }
      .section-slider-images-text .swiper-slide .wrap-img.double .second {
        height: calc(61% - 12px); }
        @media (max-width: 1439px) {
          .section-slider-images-text .swiper-slide .wrap-img.double .second {
            height: calc(61% - 10px); } }
        @media (max-width: 767px) {
          .section-slider-images-text .swiper-slide .wrap-img.double .second {
            height: calc(61% - 8px); } }
    .section-slider-images-text .swiper-slide img {
      --r: 24px;
      /* the radius */
      --s: 20px;
      /* the size of the corner */
      --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
      border-radius: 24px var(--r) 24px 24px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      z-index: 2;
      display: block; }
      @media (max-width: 1439px) {
        .section-slider-images-text .swiper-slide img {
          --r: 16px;
          --s: 16px;
          border-radius: 16px var(--r) 16px 16px; } }
    .section-slider-images-text .swiper-slide .top-right {
      mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
    .section-slider-images-text .swiper-slide .image-with-text .iwt-image {
      height: 174px;
      margin-bottom: 24px; }
      @media (max-width: 1439px) {
        .section-slider-images-text .swiper-slide .image-with-text .iwt-image {
          height: 163px;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-slider-images-text .swiper-slide .image-with-text .iwt-image {
          margin-bottom: 16px;
          height: 141px; } }
    .section-slider-images-text .swiper-slide .image-with-text .iwt-content {
      padding: 0 4px; }
      .section-slider-images-text .swiper-slide .image-with-text .iwt-content .iwt-title {
        margin-bottom: 8px; }
    .section-slider-images-text .swiper-slide .wrap-text-banner {
      padding-bottom: 64px;
      height: 100%; }
      @media (max-width: 1439px) {
        .section-slider-images-text .swiper-slide .wrap-text-banner {
          padding-bottom: 48px; } }
      @media (max-width: 767px) {
        .section-slider-images-text .swiper-slide .wrap-text-banner {
          padding-bottom: 24px; } }
      .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner {
        border-radius: 24px;
        background: #DED9FC;
        padding: 24px;
        height: 100%;
        position: relative; }
        @media (max-width: 1439px) {
          .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner {
            border-radius: 16px;
            padding: 20px; } }
        @media (max-width: 767px) {
          .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner {
            padding: 16px; } }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner:before {
          content: '';
          width: 48px;
          height: 139px;
          position: absolute;
          z-index: 1;
          background: url(a5b87ebc887a3c759965.svg) no-repeat;
          bottom: 0;
          right: 18px; }
          @media (max-width: 1439px) {
            .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner:before {
              right: 20px; } }
          @media (max-width: 767px) {
            .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner:before {
              width: 28px;
              height: 106px;
              background-size: contain;
              background-position: bottom; } }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner.green {
          background: #477E67; }
          .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner.green .banner-title {
            color: #fff; }
          .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner.green .banner-text {
            color: #EDF2F0; }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner.orange {
          background: #F4A944; }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner.purple-light {
          background: #DED9FC; }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner.green-light {
          background: #E1ED93; }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner .banner-title {
          margin-bottom: 8px;
          position: relative;
          z-index: 1; }
        .section-slider-images-text .swiper-slide .wrap-text-banner .text-banner .banner-text {
          position: relative;
          z-index: 1; }
  .section-slider-images-text .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px; }
    @media (max-width: 1439px) {
      .section-slider-images-text .swiper-navigation {
        margin-top: 32px; } }
    .section-slider-images-text .swiper-navigation .swiper-button-prev {
      outline: none;
      border: none;
      -webkit-tap-highlight-color: transparent;
      width: 48px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      .section-slider-images-text .swiper-navigation .swiper-button-prev:after {
        display: none; }
      .section-slider-images-text .swiper-navigation .swiper-button-prev svg * {
        transition: .3s; }
      .section-slider-images-text .swiper-navigation .swiper-button-prev.swiper-button-disabled {
        opacity: 0.38; }
      .section-slider-images-text .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
        opacity: 1; }
      .section-slider-images-text .swiper-navigation .swiper-button-prev:hover svg .arrow {
        opacity: 0.7; }
    .section-slider-images-text .swiper-navigation .swiper-button-next {
      -webkit-tap-highlight-color: transparent;
      outline: none;
      border: none;
      width: 48px;
      height: 48px;
      position: relative;
      margin-top: 0;
      left: 0;
      right: 0;
      transition: .4s; }
      .section-slider-images-text .swiper-navigation .swiper-button-next:after {
        display: none; }
      .section-slider-images-text .swiper-navigation .swiper-button-next.swiper-button-disabled {
        opacity: 0.38; }
      .section-slider-images-text .swiper-navigation .swiper-button-next svg * {
        transition: .3s; }
      .section-slider-images-text .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
        opacity: 1; }
      .section-slider-images-text .swiper-navigation .swiper-button-next:hover svg .arrow {
        opacity: 0.7; }
  .section-slider-images-text .wrap-swiper-scrollbar {
    position: relative;
    flex: auto;
    display: block; }
    .section-slider-images-text .wrap-swiper-scrollbar .swiper-scrollbar {
      height: 4px;
      border-radius: 100px;
      background: #EDF2F0;
      top: 50%;
      left: 0;
      width: 100%; }
    .section-slider-images-text .wrap-swiper-scrollbar .swiper-scrollbar-drag {
      background: #204C47;
      height: 4px; }

.section-slider-images-text-type-2 .title {
  text-align: center;
  color: #1E352B; }

.section-slider-images-text-type-2 .swiper-slide {
  width: 310px;
  height: auto;
  position: relative; }
  @media (max-width: 1439px) {
    .section-slider-images-text-type-2 .swiper-slide {
      width: 290px; } }
  @media (max-width: 767px) {
    .section-slider-images-text-type-2 .swiper-slide {
      width: 250px; } }
  .section-slider-images-text-type-2 .swiper-slide img {
    --r: 24px;
    /* the radius */
    --s: 16px;
    /* the size of the corner */
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    border-radius: 24px var(--r) 24px 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    display: block; }
    @media (max-width: 1439px) {
      .section-slider-images-text-type-2 .swiper-slide img {
        --r: 16px;
        --s: 16px;
        border-radius: 16px var(--r) 16px 16px; } }
  .section-slider-images-text-type-2 .swiper-slide .top-right {
    mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
  .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide {
    display: flex;
    align-items: center;
    height: 100%; }
    .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media (max-width: 1439px) {
        .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text {
          gap: 20px; } }
      @media (max-width: 767px) {
        .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text {
          gap: 16px; } }
      .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text.reverse {
        display: flex;
        flex-direction: column-reverse; }
      .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text .iwt-image {
        height: 174px; }
        @media (max-width: 1439px) {
          .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text .iwt-image {
            height: 163px; } }
        @media (max-width: 767px) {
          .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text .iwt-image {
            height: 141px; } }
      .section-slider-images-text-type-2 .swiper-slide .wrap-image-with-text-slide .image-with-text .iwt-content {
        padding: 0 4px; }
  .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner {
    height: 100%;
    min-height: 402px; }
    @media (max-width: 1439px) {
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner {
        min-height: 376px; } }
    @media (max-width: 767px) {
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner {
        min-height: 324px; } }
    .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner {
      border-radius: 24px;
      background: #DED9FC;
      padding: 24px;
      height: 100%;
      position: relative; }
      @media (max-width: 1439px) {
        .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner {
          border-radius: 16px;
          padding: 20px; } }
      @media (max-width: 767px) {
        .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner {
          padding: 16px; } }
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner:before {
        content: '';
        width: 48px;
        height: 139px;
        position: absolute;
        z-index: 1;
        background: url(a5b87ebc887a3c759965.svg) no-repeat;
        bottom: 0;
        right: 18px; }
        @media (max-width: 1439px) {
          .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner:before {
            right: 20px; } }
        @media (max-width: 767px) {
          .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner:before {
            width: 28px;
            height: 106px;
            background-size: contain;
            background-position: bottom; } }
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner.green {
        background: #477E67; }
        .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner.green .banner-title {
          color: #fff; }
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner.orange {
        background: #F4A944; }
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner.purple-light {
        background: #DED9FC; }
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner.green-light {
        background: #E1ED93; }
      .section-slider-images-text-type-2 .swiper-slide .wrap-text-banner .text-banner .banner-title {
        position: relative;
        z-index: 1; }

.section-slider-images-text-type-2 .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px; }
  @media (max-width: 1439px) {
    .section-slider-images-text-type-2 .swiper-navigation {
      margin-top: 32px; } }
  .section-slider-images-text-type-2 .swiper-navigation .swiper-button-prev {
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    transition: .4s; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-prev:after {
      display: none; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-prev svg * {
      transition: .3s; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-prev.swiper-button-disabled {
      opacity: 0.38; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
      opacity: 1; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-prev:hover svg .arrow {
      opacity: 0.7; }
  .section-slider-images-text-type-2 .swiper-navigation .swiper-button-next {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    transition: .4s; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-next:after {
      display: none; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-next.swiper-button-disabled {
      opacity: 0.38; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-next svg * {
      transition: .3s; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
      opacity: 1; }
    .section-slider-images-text-type-2 .swiper-navigation .swiper-button-next:hover svg .arrow {
      opacity: 0.7; }

.section-slider-images-text-type-2 .wrap-swiper-scrollbar {
  position: relative;
  flex: auto;
  display: block; }
  .section-slider-images-text-type-2 .wrap-swiper-scrollbar .swiper-scrollbar {
    height: 4px;
    border-radius: 100px;
    background: #EDF2F0;
    top: 50%;
    left: 0;
    width: 100%; }
  .section-slider-images-text-type-2 .wrap-swiper-scrollbar .swiper-scrollbar-drag {
    background: #204C47;
    height: 4px; }

.section-faq .title {
  color: #1E352B;
  text-align: center; }

.section-faq .accordion {
  width: 100%;
  max-width: 920px;
  margin: 0 auto; }
  .section-faq .accordion .panel {
    position: relative;
    transition: .3s;
    margin-bottom: 24px;
    border-radius: 24px;
    background: #EDF2F0; }
    @media (max-width: 1439px) {
      .section-faq .accordion .panel {
        margin-bottom: 20px;
        border-radius: 16px; } }
    @media (max-width: 767px) {
      .section-faq .accordion .panel {
        margin-bottom: 16px; } }
    .section-faq .accordion .panel:hover .button-collapse {
      background: #DEEAE5; }
    .section-faq .accordion .panel.opened:hover .button-collapse {
      background: #EDF2F0; }
    .section-faq .accordion .panel.opened .arrow svg {
      transform: rotate(180deg); }
    .section-faq .accordion .panel .button-collapse {
      cursor: pointer;
      border-radius: 24px 24px;
      padding: 24px 40px;
      transition: .3s; }
      @media (max-width: 1439px) {
        .section-faq .accordion .panel .button-collapse {
          padding: 24px 32px;
          border-radius: 16px; } }
      @media (max-width: 767px) {
        .section-faq .accordion .panel .button-collapse {
          padding: 24px 24px; } }
    .section-faq .accordion .panel:last-child {
      margin-bottom: 0; }
    .section-faq .accordion .panel .subtitle-1 {
      max-width: 90%;
      color: #0D201E; }
    .section-faq .accordion .panel .panel-body {
      padding: 0 40px 24px;
      border-radius: 0 0 24px 24px;
      transition: .3s; }
      @media (max-width: 1439px) {
        .section-faq .accordion .panel .panel-body {
          padding: 0 32px 24px;
          border-radius: 0 0 16px 16px; } }
      @media (max-width: 767px) {
        .section-faq .accordion .panel .panel-body {
          padding: 0 24px 16px; } }
      .section-faq .accordion .panel .panel-body .panel-body-text {
        max-width: 86%;
        color: #1E352B; }
        @media (max-width: 1439px) {
          .section-faq .accordion .panel .panel-body .panel-body-text {
            max-width: unset; } }
        .section-faq .accordion .panel .panel-body .panel-body-text p:not(:last-child) {
          margin-bottom: 16px; }
        .section-faq .accordion .panel .panel-body .panel-body-text b, .section-faq .accordion .panel .panel-body .panel-body-text strong {
          font-weight: 600; }
        .section-faq .accordion .panel .panel-body .panel-body-text i, .section-faq .accordion .panel .panel-body .panel-body-text em {
          font-style: italic; }
    .section-faq .accordion .panel .arrow {
      position: absolute;
      top: 29px;
      right: 52px;
      transition: .3s;
      cursor: pointer;
      width: 100%;
      text-align: right; }
      @media (max-width: 1439px) {
        .section-faq .accordion .panel .arrow {
          top: 25px;
          right: 44px; } }
      @media (max-width: 767px) {
        .section-faq .accordion .panel .arrow {
          top: 24px;
          right: 36px; } }
      .section-faq .accordion .panel .arrow svg {
        transition: .3s; }
    .section-faq .accordion .panel .panel-heading {
      width: 100%; }
    .section-faq .accordion .panel .panel-collapse {
      width: 100%;
      min-height: auto; }

.section-history .title {
  text-align: center; }

.section-history .container {
  max-width: 1300px; }

.section-history .history-line {
  width: 50%;
  position: relative; }
  @media (max-width: 1439px) {
    .section-history .history-line {
      width: 100%;
      padding-left: 24px;
      padding-top: 25px;
      padding-bottom: 28px; } }
  @media (max-width: 767px) {
    .section-history .history-line {
      padding-left: 0;
      padding-bottom: 0; } }
  .section-history .history-line:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
    top: 0;
    background: url(ee5d7c258ca3c5238f3a.png) repeat-y 0 0/100% auto;
    border-radius: 50%;
    margin-right: -2px;
    z-index: 1; }
    @media (max-width: 1439px) {
      .section-history .history-line:after {
        right: auto;
        left: 24px;
        transform: translateX(0); } }
    @media (max-width: 767px) {
      .section-history .history-line:after {
        left: 0; } }
  .section-history .history-line .item-wrap {
    padding-left: 0;
    padding-right: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 2; }
    @media (max-width: 1439px) {
      .section-history .history-line .item-wrap {
        align-items: flex-start;
        padding-left: 40px;
        padding-right: 0; } }
    @media (max-width: 1439px) {
      .section-history .history-line .item-wrap {
        padding-left: 24px; } }
    @media (max-width: 1439px) {
      .section-history .history-line .item-wrap:not(:last-child) {
        margin-bottom: 52px; } }
    @media (max-width: 1439px) {
      .section-history .history-line .item-wrap:not(:last-child) {
        margin-bottom: 16px; } }
    .section-history .history-line .item-wrap .item-inner {
      display: flex;
      flex-direction: row-reverse;
      align-items: stretch;
      justify-content: flex-start;
      gap: 16px; }
      @media (max-width: 1439px) {
        .section-history .history-line .item-wrap .item-inner {
          flex-direction: row; } }
      @media (max-width: 767px) {
        .section-history .history-line .item-wrap .item-inner {
          align-items: flex-start;
          flex-direction: column;
          gap: 12px; } }
    .section-history .history-line .item-wrap .gallery-box {
      width: 126px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 8px; }
      @media (max-width: 767px) {
        .section-history .history-line .item-wrap .gallery-box {
          width: 100%;
          height: 110px;
          flex-direction: row; } }
      .section-history .history-line .item-wrap .gallery-box .image {
        flex: auto;
        width: 100%;
        overflow: hidden; }
        @media (max-width: 767px) {
          .section-history .history-line .item-wrap .gallery-box .image {
            height: 100%; } }
        .section-history .history-line .item-wrap .gallery-box .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section-history .history-line .item-wrap .gallery-box.one-image {
        width: 71px; }
        @media (max-width: 767px) {
          .section-history .history-line .item-wrap .gallery-box.one-image {
            width: 100%;
            height: 94px; } }
      .section-history .history-line .item-wrap .gallery-box.two-images .image:nth-child(2n) {
        flex: none;
        height: 44px;
        width: 100%;
        border-radius: 12px !important; }
        @media (max-width: 767px) {
          .section-history .history-line .item-wrap .gallery-box.two-images .image:nth-child(2n) {
            width: 113px;
            height: 100%; } }
      .section-history .history-line .item-wrap .gallery-box.two-images .image:nth-child(2n - 1) {
        flex: auto;
        width: 100%; }
        @media (max-width: 767px) {
          .section-history .history-line .item-wrap .gallery-box.two-images .image:nth-child(2n - 1) {
            width: auto;
            height: 100%; } }
    .section-history .history-line .item-wrap .item {
      width: calc(100% - 142px); }
      @media (max-width: 767px) {
        .section-history .history-line .item-wrap .item {
          width: 100%; } }
      .section-history .history-line .item-wrap .item.green {
        background: #477E67; }
        .section-history .history-line .item-wrap .item.green .body-l, .section-history .history-line .item-wrap .item.green h1, .section-history .history-line .item-wrap .item.green h2, .section-history .history-line .item-wrap .item.green h3, .section-history .history-line .item-wrap .item.green h4, .section-history .history-line .item-wrap .item.green h5, .section-history .history-line .item-wrap .item.green h6 {
          color: #EDF2F0; }
      .section-history .history-line .item-wrap .item.orange {
        background: #F4A944; }
      .section-history .history-line .item-wrap .item.purple-light {
        background: #DED9FC; }
      .section-history .history-line .item-wrap .item.green-light {
        background: #E1ED93; }
      .section-history .history-line .item-wrap .item h1, .section-history .history-line .item-wrap .item h2, .section-history .history-line .item-wrap .item h3, .section-history .history-line .item-wrap .item h4, .section-history .history-line .item-wrap .item h5 {
        margin-bottom: 8px; }
    .section-history .history-line .item-wrap .year {
      display: inline-flex;
      position: relative;
      left: -26px;
      padding-left: 12px;
      margin-bottom: 8px;
      z-index: 2;
      font-weight: 700; }
      @media (min-width: 1440px) {
        .section-history .history-line .item-wrap .year {
          position: absolute;
          top: 50%;
          transform: translateY(-50%) translateX(100%);
          right: 0;
          left: auto;
          padding-left: 28px;
          margin-bottom: 0; } }
      @media (max-width: 1439px) {
        .section-history .history-line .item-wrap .year {
          left: -40px; } }
      @media (max-width: 1439px) {
        .section-history .history-line .item-wrap .year {
          left: -24px; } }
      .section-history .history-line .item-wrap .year:after {
        content: '';
        position: absolute;
        left: 1px;
        width: 8px;
        height: 8px;
        top: 50%;
        background: #204C47;
        border-radius: 50%;
        transform: translateX(-50%) translateY(-50%); }
    @media (min-width: 1440px) {
      .section-history .history-line .item-wrap:nth-child(2n) {
        margin-left: 2px;
        transform: translateX(100%);
        padding-left: 28px;
        padding-right: 0; }
        .section-history .history-line .item-wrap:nth-child(2n) .item-inner {
          flex-direction: row;
          justify-content: flex-start; }
        .section-history .history-line .item-wrap:nth-child(2n) .year {
          transform: translateY(-50%) translateX(-100%);
          padding-right: 28px;
          padding-left: 0;
          right: auto;
          left: 0; }
          .section-history .history-line .item-wrap:nth-child(2n) .year:after {
            left: auto;
            right: -1px;
            transform: translateX(50%) translateY(-50%); }
        .section-history .history-line .item-wrap:nth-child(2n) .gallery-box {
          right: 0;
          left: auto; }
          .section-history .history-line .item-wrap:nth-child(2n) .gallery-box.one-image {
            left: auto;
            right: 53px; } }

.section-bullets {
  padding-bottom: 96px; }
  @media (max-width: 1439px) {
    .section-bullets {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .section-bullets {
      padding-bottom: 56px; } }
  .section-bullets .title {
    color: #1E352B;
    text-align: center;
    margin-bottom: 56px; }
    @media (max-width: 1439px) {
      .section-bullets .title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .section-bullets .title {
        margin-bottom: 24px; } }
  .section-bullets .flex {
    display: flex;
    gap: 64px; }
    @media (max-width: 1439px) {
      .section-bullets .flex {
        flex-direction: column;
        gap: 48px; } }
    @media (max-width: 767px) {
      .section-bullets .flex {
        gap: 24px; } }
  .section-bullets .left {
    width: calc(42% - 32px); }
    @media screen and (max-width: 1439px) {
      .section-bullets .left {
        width: 100%; } }
    .section-bullets .left img {
      --r: 40px;
      /* the radius */
      --s: 40px;
      /* the size of the corner */
      --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
      border-radius: 40px var(--r) 40px 40px;
      width: 100%;
      object-fit: cover;
      display: block;
      aspect-ratio: 1/1; }
      @media (max-width: 1439px) {
        .section-bullets .left img {
          --r: 32px;
          --s: 32px;
          border-radius: 32px var(--r) 32px 32px; } }
      @media (max-width: 767px) {
        .section-bullets .left img {
          --r: 24px;
          --s: 24px;
          border-radius: 24px var(--r) 24px 24px; } }
    .section-bullets .left .top-right {
      mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
  .section-bullets .right {
    width: calc(58% - 32px); }
    @media screen and (max-width: 1439px) {
      .section-bullets .right {
        width: 100%; } }
    .section-bullets .right ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding: 12px 0 12px 40px;
      list-style-type: none;
      position: relative; }
      @media screen and (max-width: 1439px) {
        .section-bullets .right ul li {
          padding: 10px 0 10px 34px; } }
      @media (max-width: 767px) {
        .section-bullets .right ul li {
          padding: 8px 0 8px 28px; } }
      .section-bullets .right ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 16px;
        height: 32px;
        background: url(00f70bfc9eeaa38bd1fd.svg) no-repeat; }
        @media screen and (max-width: 1439px) {
          .section-bullets .right ul li:before {
            width: 14px;
            height: 28px;
            top: 10px; } }
        @media (max-width: 767px) {
          .section-bullets .right ul li:before {
            width: 12px;
            height: 24px;
            top: 8px; } }
      .section-bullets .right ul li:last-child {
        border-bottom: none; }
      .section-bullets .right ul li .title-bullet {
        margin-bottom: 4px; }

.section-pastors .title {
  color: #1E352B;
  text-align: center; }

@media (max-width: 1439px) {
  .section-pastors .container {
    max-width: 768px; } }

.section-pastors .wrap {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (max-width: 1439px) {
    .section-pastors .wrap {
      flex-direction: column; } }
  .section-pastors .wrap .item {
    position: relative;
    overflow: hidden;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 1439px) {
      .section-pastors .wrap .item {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px; } }
    @media (max-width: 767px) {
      .section-pastors .wrap .item {
        padding-top: 1px;
        padding-bottom: 0; } }
    .section-pastors .wrap .item .image-box {
      padding-bottom: 100%;
      width: 100%;
      position: relative; }
      .section-pastors .wrap .item .image-box img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.section-blocks-type-2 .wrap-bloks {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 1439px) {
    .section-blocks-type-2 .wrap-bloks {
      flex-direction: column; } }

.section-blocks-type-2 .block.left {
  width: 421px;
  flex: none; }
  @media (max-width: 1439px) {
    .section-blocks-type-2 .block.left {
      width: 100%; } }

.section-blocks-type-2 .block.right {
  background: #DED9FC;
  padding: 40px 40px 40px 144px;
  flex: auto;
  position: relative;
  min-height: 312px; }
  @media (max-width: 1439px) {
    .section-blocks-type-2 .block.right {
      width: 100%;
      padding: 32px 32px 32px 136px;
      min-height: 325px; } }
  @media (max-width: 767px) {
    .section-blocks-type-2 .block.right {
      padding: 24px 24px 24px 74px;
      min-height: 142px; } }
  .section-blocks-type-2 .block.right:before {
    content: '';
    width: 65px;
    height: 232px;
    position: absolute;
    z-index: 1;
    background: url(53fe655c9267a6965e30.svg) no-repeat 50% 50%/contain;
    top: 40px;
    left: 40px; }
    @media (max-width: 1439px) {
      .section-blocks-type-2 .block.right:before {
        width: 72px;
        height: 261px;
        top: 32px;
        left: 32px; } }
    @media (max-width: 767px) {
      .section-blocks-type-2 .block.right:before {
        width: 26px;
        height: 94px;
        top: 24px;
        left: 24px; } }

.section-blocks-type-2 .block .body-l {
  padding-top: 16px;
  padding-bottom: 24px; }
  @media (max-width: 1023px) {
    .section-blocks-type-2 .block .body-l {
      padding-top: 14px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .section-blocks-type-2 .block .body-l {
      padding-top: 12px;
      padding-bottom: 16px; } }
  .section-blocks-type-2 .block .body-l p:not(:last-child) {
    margin-bottom: 28px; }
  .section-blocks-type-2 .block .body-l strong, .section-blocks-type-2 .block .body-l b {
    font-weight: 600; }
  .section-blocks-type-2 .block .body-l i, .section-blocks-type-2 .block .body-l em {
    font-style: italic; }
  .section-blocks-type-2 .block .body-l a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }
    .section-blocks-type-2 .block .body-l a:hover {
      opacity: 0.7; }

.section-blocks-type-3 .title {
  color: #1E352B;
  text-align: center; }

.section-blocks-type-3 .boxes {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .section-blocks-type-3 .boxes > div:nth-child(6n - 5), .section-blocks-type-3 .boxes > div:nth-child(6n), .section-blocks-type-3 .boxes a:nth-child(6n - 5), .section-blocks-type-3 .boxes a:nth-child(6n) {
    width: calc(100% - 314px - 310px - 48px); }
    @media (max-width: 1439px) {
      .section-blocks-type-3 .boxes > div:nth-child(6n - 5), .section-blocks-type-3 .boxes > div:nth-child(6n), .section-blocks-type-3 .boxes a:nth-child(6n - 5), .section-blocks-type-3 .boxes a:nth-child(6n) {
        width: 100%; } }
  .section-blocks-type-3 .boxes > div:nth-child(6n - 4), .section-blocks-type-3 .boxes > div:nth-child(6n - 2), .section-blocks-type-3 .boxes a:nth-child(6n - 4), .section-blocks-type-3 .boxes a:nth-child(6n - 2) {
    width: 314px; }
    @media (max-width: 1439px) {
      .section-blocks-type-3 .boxes > div:nth-child(6n - 4), .section-blocks-type-3 .boxes > div:nth-child(6n - 2), .section-blocks-type-3 .boxes a:nth-child(6n - 4), .section-blocks-type-3 .boxes a:nth-child(6n - 2) {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .section-blocks-type-3 .boxes > div:nth-child(6n - 4), .section-blocks-type-3 .boxes > div:nth-child(6n - 2), .section-blocks-type-3 .boxes a:nth-child(6n - 4), .section-blocks-type-3 .boxes a:nth-child(6n - 2) {
        width: 100%; } }
  .section-blocks-type-3 .boxes > div:nth-child(6n - 3), .section-blocks-type-3 .boxes > div:nth-child(6n - 1), .section-blocks-type-3 .boxes a:nth-child(6n - 3), .section-blocks-type-3 .boxes a:nth-child(6n - 1) {
    width: 310px; }
    @media (max-width: 1439px) {
      .section-blocks-type-3 .boxes > div:nth-child(6n - 3), .section-blocks-type-3 .boxes > div:nth-child(6n - 1), .section-blocks-type-3 .boxes a:nth-child(6n - 3), .section-blocks-type-3 .boxes a:nth-child(6n - 1) {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .section-blocks-type-3 .boxes > div:nth-child(6n - 3), .section-blocks-type-3 .boxes > div:nth-child(6n - 1), .section-blocks-type-3 .boxes a:nth-child(6n - 3), .section-blocks-type-3 .boxes a:nth-child(6n - 1) {
        width: 100%; } }

.section-quote-pastor .flex {
  display: flex;
  gap: 40px; }
  @media (max-width: 1439px) {
    .section-quote-pastor .flex {
      gap: 32px; } }
  @media (max-width: 767px) {
    .section-quote-pastor .flex {
      gap: 24px;
      flex-direction: column; } }

.section-quote-pastor .left {
  width: calc(30% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-quote-pastor .left {
      width: calc(40% - 16px); } }
  @media (max-width: 767px) {
    .section-quote-pastor .left {
      width: 100%; } }
  .section-quote-pastor .left img {
    width: 100%;
    border-radius: 40px;
    height: 518px;
    object-fit: cover;
    display: block; }
    @media (max-width: 1439px) {
      .section-quote-pastor .left img {
        border-radius: 32px; } }
    @media (max-width: 1023px) {
      .section-quote-pastor .left img {
        height: 365px; } }
    @media (max-width: 767px) {
      .section-quote-pastor .left img {
        height: 493px;
        border-radius: 24px; } }

.section-quote-pastor .right {
  width: calc(70% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-quote-pastor .right {
      width: calc(60% - 16px); } }
  @media (max-width: 767px) {
    .section-quote-pastor .right {
      width: 100%; } }
  .section-quote-pastor .right .title * {
    font-weight: 400;
    line-height: 130%; }
  .section-quote-pastor .right .title img {
    position: relative;
    top: 11px;
    height: 48px; }
    @media (max-width: 1439px) {
      .section-quote-pastor .right .title img {
        height: 40px; } }
    @media (max-width: 767px) {
      .section-quote-pastor .right .title img {
        height: 36px;
        top: 8px; } }
  .section-quote-pastor .right .name {
    margin-top: 40px;
    text-align: end; }
  .section-quote-pastor .right .position {
    color: #696969;
    text-align: end; }

.section-our-team .title {
  text-align: center;
  color: #1E352B; }

.section-our-team .wrap-team {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px; }
  @media (max-width: 1439px) {
    .section-our-team .wrap-team {
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-our-team .wrap-team {
      gap: 16px; } }
  .section-our-team .wrap-team .person {
    position: relative;
    overflow: hidden;
    width: calc(25% - 18px); }
    @media (max-width: 1439px) {
      .section-our-team .wrap-team .person {
        width: calc(33% - 13px); } }
    @media (max-width: 767px) {
      .section-our-team .wrap-team .person {
        width: calc(50% - 8px); } }
    .section-our-team .wrap-team .person img {
      width: 100%;
      --r: 24px;
      /* the radius */
      --s: 24px;
      /* the size of the corner */
      --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
      border-radius: 24px var(--r) 24px 24px;
      position: relative;
      z-index: 2;
      display: block;
      aspect-ratio: 1/1; }
      @media (max-width: 1439px) {
        .section-our-team .wrap-team .person img {
          --r: 16px;
          --s: 16px;
          border-radius: 16px var(--r) 16px 16px; } }
    .section-our-team .wrap-team .person .top-right {
      mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
    .section-our-team .wrap-team .person .name {
      margin-bottom: 8px; }
    .section-our-team .wrap-team .person .wrap-info {
      padding: 24px 4px 0; }
      @media (max-width: 1439px) {
        .section-our-team .wrap-team .person .wrap-info {
          padding: 20px 4px 0; } }
      @media (max-width: 767px) {
        .section-our-team .wrap-team .person .wrap-info {
          padding: 16px 4px 0; } }

.section-our-media .title {
  text-align: center; }

@media screen and (max-width: 767px) {
  .section-our-media .wrap-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
    .section-our-media .wrap-scroll::-webkit-scrollbar {
      display: none; } }

.section-our-media .nav-tabs {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  @media (max-width: 1439px) {
    .section-our-media .nav-tabs {
      gap: 20px;
      margin-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .section-our-media .nav-tabs {
      margin-bottom: 24px;
      justify-content: flex-start;
      flex-wrap: nowrap;
      gap: 16px; } }
  .section-our-media .nav-tabs .item {
    transition: all .3s; }
    .section-our-media .nav-tabs .item a {
      color: #0D201E;
      text-align: center;
      border-radius: 16px;
      padding: 12px 24px;
      background: #F1F1F1;
      display: inline-block;
      transition: all .3s; }
      @media (max-width: 1439px) {
        .section-our-media .nav-tabs .item a {
          padding: 10px 20px;
          border-radius: 12px; } }
      @media (max-width: 767px) {
        .section-our-media .nav-tabs .item a {
          padding: 8px 16px; } }
    .section-our-media .nav-tabs .item.active a {
      background: #F4A944;
      font-weight: 600; }
    .section-our-media .nav-tabs .item.active:hover a {
      text-decoration: none;
      background: #F4A944; }
    .section-our-media .nav-tabs .item:hover a {
      background: #FEF6EC;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-underline-position: from-font;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px; }

.section-our-media .swiper-slide {
  width: 421px;
  height: auto;
  position: relative; }
  @media (max-width: 1439px) {
    .section-our-media .swiper-slide {
      width: 310px; } }
  @media (max-width: 767px) {
    .section-our-media .swiper-slide {
      width: 260px; } }
  .section-our-media .swiper-slide:hover .wrap-poster-img:after {
    opacity: 1; }
  .section-our-media .swiper-slide:hover .title-slide {
    color: #204C47; }
  .section-our-media .swiper-slide .wrap-poster-img {
    position: relative; }
    .section-our-media .swiper-slide .wrap-poster-img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2786%27 height=%2762%27 viewBox=%270 0 86 62%27 fill=%27none%27%3E%0A%20 <path d=%27M83.7716 9.55571C82.7736 5.78904 79.8947 2.83951 76.2041 1.83208C71.2468 -0.12122 23.2314 -1.07828 9.30271 1.88804C5.61217 2.90667 2.72225 5.84501 1.73518 9.61168C-0.502182 19.63 -0.672177 41.2898 1.79001 51.532C2.78805 55.2987 5.667 58.2482 9.35755 59.2556C19.1734 61.5615 65.8399 61.8861 76.2589 59.2556C79.9495 58.237 82.8394 55.2987 83.8265 51.532C86.2119 40.6182 86.3819 20.3016 83.7716 9.55571Z%27 fill=%27%23FF0000%27/%3E%0A%20 <path d=%27M56.9014 30.5439L34.5278 17.4473V43.6405L56.9014 30.5439Z%27 fill=%27white%27/%3E%0A</svg>");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 79px 56px;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      @media screen and (max-width: 1439px) {
        .section-our-media .swiper-slide .wrap-poster-img:before {
          background-size: 59px 42px; } }
    .section-our-media .swiper-slide .wrap-poster-img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
      border-radius: 24px;
      transition: .3s; }
      @media screen and (max-width: 1439px) {
        .section-our-media .swiper-slide .wrap-poster-img:after {
          border-radius: 16px; } }
    .section-our-media .swiper-slide .wrap-poster-img img {
      width: 100%;
      border-radius: 24px;
      display: block;
      aspect-ratio: 16 / 9;
      object-fit: cover; }
      @media screen and (max-width: 1439px) {
        .section-our-media .swiper-slide .wrap-poster-img img {
          border-radius: 16px; } }
  .section-our-media .swiper-slide .title-slide {
    margin-top: 16px;
    transition: .3s; }
    @media screen and (max-width: 1439px) {
      .section-our-media .swiper-slide .title-slide {
        margin-top: 14px; } }
    @media (max-width: 767px) {
      .section-our-media .swiper-slide .title-slide {
        margin-top: 12px; } }

.section-our-media .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px; }
  @media (max-width: 1439px) {
    .section-our-media .swiper-navigation {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .section-our-media .swiper-navigation {
      margin-top: 24px; } }
  .section-our-media .swiper-navigation .swiper-button-prev {
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    transition: .4s; }
    .section-our-media .swiper-navigation .swiper-button-prev:after {
      display: none; }
    .section-our-media .swiper-navigation .swiper-button-prev svg * {
      transition: .3s; }
    .section-our-media .swiper-navigation .swiper-button-prev.swiper-button-disabled {
      opacity: 0.38; }
    .section-our-media .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
      opacity: 1; }
    .section-our-media .swiper-navigation .swiper-button-prev:hover svg .arrow {
      opacity: 0.7; }
  .section-our-media .swiper-navigation .swiper-button-next {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    transition: .4s; }
    .section-our-media .swiper-navigation .swiper-button-next:after {
      display: none; }
    .section-our-media .swiper-navigation .swiper-button-next.swiper-button-disabled {
      opacity: 0.38; }
    .section-our-media .swiper-navigation .swiper-button-next svg * {
      transition: .3s; }
    .section-our-media .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
      opacity: 1; }
    .section-our-media .swiper-navigation .swiper-button-next:hover svg .arrow {
      opacity: 0.7; }

.section-our-media .wrap-swiper-scrollbar {
  position: relative;
  flex: auto;
  display: block; }
  .section-our-media .wrap-swiper-scrollbar .swiper-scrollbar {
    height: 4px;
    border-radius: 100px;
    background: #EDF2F0;
    top: 50%;
    left: 0;
    width: 100%; }
  .section-our-media .wrap-swiper-scrollbar .swiper-scrollbar-drag {
    background: #204C47;
    height: 4px; }

.section-meet-us {
  position: relative;
  padding: 80px 64px;
  margin: 0 auto 96px;
  max-width: 1312px; }
  @media (max-width: 1439px) {
    .section-meet-us {
      padding: 56px 24px;
      margin: 0 24px 64px; } }
  @media (max-width: 767px) {
    .section-meet-us {
      padding: 40px 16px;
      margin: 0 16px 56px; } }
  .section-meet-us .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0;
    max-width: 1312px; }
  .section-meet-us .title {
    color: #fff;
    text-align: center;
    margin-bottom: 42px; }
    @media (max-width: 1439px) {
      .section-meet-us .title {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      .section-meet-us .title {
        margin-bottom: 24px; } }
  .section-meet-us .wrap-card {
    display: flex;
    justify-content: center;
    gap: 24px; }
    @media (max-width: 1439px) {
      .section-meet-us .wrap-card {
        gap: 20px; } }
    @media (max-width: 767px) {
      .section-meet-us .wrap-card {
        gap: 16px;
        flex-direction: column; } }
    .section-meet-us .wrap-card.card-wider .card {
      width: 295px; }
      @media (max-width: 1439px) {
        .section-meet-us .wrap-card.card-wider .card {
          width: calc(50% - 10px); } }
      @media (max-width: 767px) {
        .section-meet-us .wrap-card.card-wider .card {
          width: 100%; } }
  .section-meet-us .card {
    border-radius: 16px;
    border: 1px solid #BFBFBF;
    width: 240px;
    padding: 16px;
    transition: .3s; }
    @media (max-width: 1439px) {
      .section-meet-us .card {
        width: calc(50% - 10px);
        padding: 14px; } }
    @media (max-width: 767px) {
      .section-meet-us .card {
        width: 100%;
        padding: 12px; } }
    .section-meet-us .card:hover .address-text {
      text-decoration-line: underline;
      text-decoration-color: #fff;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-underline-position: from-font;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px; }
  .section-meet-us .address-text {
    transition: .3s; }
  .section-meet-us .body-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #EDF2F0;
    text-align: center; }
  .section-meet-us .wrap-link {
    text-align: center; }
    .section-meet-us .wrap-link .btn-primary {
      margin-top: 40px; }
      @media (max-width: 1439px) {
        .section-meet-us .wrap-link .btn-primary {
          margin-top: 32px; } }
      @media (max-width: 1439px) {
        .section-meet-us .wrap-link .btn-primary {
          margin-top: 24px; } }
  .section-meet-us .background-box {
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 40px; }
    @media (max-width: 1439px) {
      .section-meet-us .background-box {
        border-radius: 32px; } }
    @media (max-width: 767px) {
      .section-meet-us .background-box {
        border-radius: 24px; } }
    .section-meet-us .background-box:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .section-meet-us .background-box img {
      z-index: -2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.popup-form {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  z-index: 1000; }
  @media (max-width: 767px) {
    .popup-form {
      padding: 0 16px; } }
  .popup-form .popup-inner {
    background: #fff;
    width: 720px;
    max-width: 100%;
    position: relative; }
    .popup-form .popup-inner form .slider-nav {
      display: flex;
      justify-content: space-between; }
      .popup-form .popup-inner form .slider-nav .slider-nav__prev {
        width: 48px;
        height: 48px;
        padding: 0; }
      .popup-form .popup-inner form .slider-nav .slider-nav__next {
        color: #204C47;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0;
        border-radius: 1000px;
        border: 1px solid #BAC8C6;
        height: 40px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        gap: 8px; }
    .popup-form .popup-inner .wrap-first-text {
      margin-top: 16px; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner .wrap-first-text {
          margin-top: 14px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner .wrap-first-text {
          margin-top: 12px; } }
      .popup-form .popup-inner .wrap-first-text p + p {
        margin-top: 16px; }
      .popup-form .popup-inner .wrap-first-text p b {
        font-weight: 600; }
    .popup-form .popup-inner .info-top {
      margin: 16px 0 32px; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner .info-top {
          margin: 14px 0 28px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner .info-top {
          margin: 12px 0 24px; } }
    .popup-form .popup-inner .num-step {
      display: flex;
      align-items: center;
      gap: 16px;
      padding-bottom: 24px; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner .num-step {
          padding-bottom: 20px;
          gap: 14px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner .num-step {
          padding-bottom: 16px;
          gap: 12px; } }
      .popup-form .popup-inner .num-step span {
        border-radius: 100px;
        background: #F4A944;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; }
    .popup-form .popup-inner .wpcf7-not-valid-tip {
      color: #E33453;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */ }
    .popup-form .popup-inner .wpcf7-list-item {
      margin: 0; }
    .popup-form .popup-inner .wrap-col {
      display: flex;
      gap: 24px; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner .wrap-col {
          gap: 20px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner .wrap-col {
          gap: 0;
          flex-direction: column; } }
    .popup-form .popup-inner label {
      margin-bottom: 24px;
      display: block;
      width: 100%; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner label {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner label {
          margin-bottom: 16px; } }
      .popup-form .popup-inner label .label {
        color: #696969; }
        .popup-form .popup-inner label .label span {
          color: #E33453;
          margin-left: 4px; }
      .popup-form .popup-inner label input:not([type="radio"]), .popup-form .popup-inner label textarea, .popup-form .popup-inner label select {
        color: #1E352B;
        font-size: 20px;
        font-family: "ProximaNova", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        border-radius: 16px;
        border: 1px solid #BFBFBF;
        padding: 18px 16px 18px 18px;
        width: 100%;
        display: block; }
        .popup-form .popup-inner label input:not([type="radio"]):-ms-input-placeholder, .popup-form .popup-inner label textarea:-ms-input-placeholder, .popup-form .popup-inner label select:-ms-input-placeholder {
          color: #8F8F8F;
          font-size: 20px;
          font-family: "ProximaNova", sans-serif;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          letter-spacing: 0; }
        .popup-form .popup-inner label input:not([type="radio"])::placeholder, .popup-form .popup-inner label textarea::placeholder, .popup-form .popup-inner label select::placeholder {
          color: #8F8F8F;
          font-size: 20px;
          font-family: "ProximaNova", sans-serif;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          letter-spacing: 0; }
        .popup-form .popup-inner label input:not([type="radio"]):active, .popup-form .popup-inner label input:not([type="radio"]):focus, .popup-form .popup-inner label textarea:active, .popup-form .popup-inner label textarea:focus, .popup-form .popup-inner label select:active, .popup-form .popup-inner label select:focus {
          border: 1px solid #204C47; }
        .popup-form .popup-inner label input:not([type="radio"]).wpcf7-not-valid, .popup-form .popup-inner label textarea.wpcf7-not-valid, .popup-form .popup-inner label select.wpcf7-not-valid {
          border: 1px solid #E33453; }
          .popup-form .popup-inner label input:not([type="radio"]).wpcf7-not-valid:-ms-input-placeholder, .popup-form .popup-inner label textarea.wpcf7-not-valid:-ms-input-placeholder, .popup-form .popup-inner label select.wpcf7-not-valid:-ms-input-placeholder {
            color: #E33453; }
          .popup-form .popup-inner label input:not([type="radio"]).wpcf7-not-valid::placeholder, .popup-form .popup-inner label textarea.wpcf7-not-valid::placeholder, .popup-form .popup-inner label select.wpcf7-not-valid::placeholder {
            color: #E33453; }
      .popup-form .popup-inner label textarea {
        resize: vertical;
        height: 140px; }
      .popup-form .popup-inner label .wpcf7-select {
        appearance: none;
        background-image: url(0c04c7c28003f2a3297c.svg);
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 14px 8px;
        padding-right: 23px; }
        .popup-form .popup-inner label .wpcf7-select:focus-visible {
          border: 1px solid #204C47;
          outline: none; }
    .popup-form .popup-inner .wpcf7-form-control.error {
      border: 1px solid #E33453 !important; }
    .popup-form .popup-inner .error-message {
      color: #E33453;
      font-size: 14px;
      margin-top: 5px;
      font-weight: 500; }
    .popup-form .popup-inner input[type="radio"] {
      position: absolute;
      left: -9999px; }
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label {
      position: relative;
      padding-left: 30px;
      color: #1E352B;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0; }
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label::before,
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label::after {
      content: "";
      position: absolute;
      box-sizing: border-box; }
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label::before,
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label::after {
      border-radius: 50%; }
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label::before {
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #1D4541; }
    .popup-form .popup-inner input[type="radio"] + .wpcf7-list-item-label::after {
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      background: #1D4541;
      transition: all 0.2s; }
    .popup-form .popup-inner input[type="radio"]:not(:checked) + .wpcf7-list-item-label::after {
      opacity: 0;
      transform: scale(0.01); }
    .popup-form .popup-inner input[type="radio"]:checked + .wpcf7-list-item-label::after {
      opacity: 1;
      transform: scale(1); }
    .popup-form .popup-inner .wpcf7-form-control.wpcf7-radio {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner .wpcf7-form-control.wpcf7-radio {
          gap: 20px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner .wpcf7-form-control.wpcf7-radio {
          gap: 16px; } }
      .popup-form .popup-inner .wpcf7-form-control.wpcf7-radio label {
        margin-bottom: 0; }
    .popup-form .popup-inner .wrap-submit {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: relative;
      transition: .3s;
      border-radius: 1000px;
      background: #204C47;
      overflow: hidden; }
      .popup-form .popup-inner .wrap-submit.-small {
        height: 40px; }
        .popup-form .popup-inner .wrap-submit.-small .wpcf7-submit {
          font-size: 18px;
          line-height: 150%;
          font-style: normal;
          font-weight: 600;
          letter-spacing: 0;
          padding: 6.5px 48px 6.5px 24px; }
        .popup-form .popup-inner .wrap-submit.-small:before, .popup-form .popup-inner .wrap-submit.-small:after {
          width: 24px;
          height: 24px;
          right: 16px;
          background: url(51a354f475dd201083e3.svg) no-repeat; }
      .popup-form .popup-inner .wrap-submit .wpcf7-spinner {
        display: none; }
      .popup-form .popup-inner .wrap-submit:before {
        content: '';
        background: url(5632bd6b49fdb5014af8.svg) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translate(0, -50%);
        transition: 1s;
        z-index: 1; }
      .popup-form .popup-inner .wrap-submit:after {
        content: '';
        background: url(5632bd6b49fdb5014af8.svg) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translate(-80px, 155px);
        transition: 1s;
        z-index: 1; }
      .popup-form .popup-inner .wrap-submit .wpcf7-submit {
        color: #fff;
        font-family: "ProximaNova", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        overflow: hidden;
        padding: 20px 70px 20px 48px;
        cursor: pointer; }
        @media (max-width: 767px) {
          .popup-form .popup-inner .wrap-submit .wpcf7-submit {
            font-size: 18px; } }
      .popup-form .popup-inner .wrap-submit:hover:before {
        transform: translate(80px, -155px); }
      .popup-form .popup-inner .wrap-submit:hover:after {
        transform: translate(0, -50%); }
    .popup-form .popup-inner .form-conditions {
      margin-bottom: 26px; }
      @media (max-width: 1439px) {
        .popup-form .popup-inner .form-conditions {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .popup-form .popup-inner .form-conditions {
          margin-bottom: 16px; } }
      .popup-form .popup-inner .form-conditions.-slider {
        margin-top: 108px;
        margin-bottom: 0; }
    .popup-form .popup-inner .success-block {
      text-align: center;
      display: none; }
      .popup-form .popup-inner .success-block h4 {
        margin-bottom: 48px; }
        @media (max-width: 1439px) {
          .popup-form .popup-inner .success-block h4 {
            margin-bottom: 40px; } }
        @media (max-width: 767px) {
          .popup-form .popup-inner .success-block h4 {
            margin-bottom: 32px; } }
  .popup-form .wrap-swiper-scrollbar {
    position: relative;
    flex: auto;
    height: 52px;
    display: none; }
    @media (max-width: 1439px) {
      .popup-form .wrap-swiper-scrollbar {
        height: 44px; } }
    @media (max-width: 767px) {
      .popup-form .wrap-swiper-scrollbar {
        height: 36px; } }
    .popup-form .wrap-swiper-scrollbar .swiper-scrollbar {
      height: 4px;
      border-radius: 100px;
      background: #EDF2F0;
      top: 50%;
      left: 0;
      width: 100%; }
    .popup-form .wrap-swiper-scrollbar .swiper-scrollbar-drag {
      background: #204C47;
      height: 4px; }

.section-reading-plan .title {
  text-align: center;
  color: #1E352B; }

.section-reading-plan .wrap-items {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media (max-width: 1439px) {
    .section-reading-plan .wrap-items {
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-reading-plan .wrap-items {
      gap: 16px; } }
  .section-reading-plan .wrap-items .wrap-item {
    width: calc(25% - 18px);
    position: relative; }
    @media (max-width: 1439px) {
      .section-reading-plan .wrap-items .wrap-item {
        width: calc(33% - 13px); } }
    @media (max-width: 767px) {
      .section-reading-plan .wrap-items .wrap-item {
        width: 100%; } }
    .section-reading-plan .wrap-items .wrap-item .day {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
  .section-reading-plan .wrap-items .item {
    background: #EDF2F0;
    padding: 24px;
    width: 100%;
    min-height: 132px;
    --r: 16px;
    /* the radius */
    --s: 16px;
    /* size of inner curve */
    --x: 52px;
    /* horizontal offset (no percentage) */
    --y: -3px;
    /* vertical offset (no percentage) */
    border-radius: var(--r);
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%);
    --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat; }
    @media (max-width: 1439px) {
      .section-reading-plan .wrap-items .item {
        --r: 12px;
        --s: 12px;
        --x: 57px;
        --y: 2px;
        padding: 20px;
        min-height: 153px; } }
    @media (max-width: 767px) {
      .section-reading-plan .wrap-items .item {
        padding: 16px;
        min-height: 114px;
        --x: 55px;
        --y: 3px; } }
  .section-reading-plan .wrap-items .name {
    max-width: 70%; }
    @media (max-width: 1439px) {
      .section-reading-plan .wrap-items .name {
        max-width: 65%; } }

.section-small-groups-list .taxonomy-container {
  display: flex;
  gap: 24px;
  padding: 46px 0; }
  @media screen and (max-width: 1439px) {
    .section-small-groups-list .taxonomy-container {
      padding: 32px 0;
      gap: 20px; } }
  @media screen and (max-width: 767px) {
    .section-small-groups-list .taxonomy-container {
      padding: 24px 0;
      gap: 16px; } }
  .section-small-groups-list .taxonomy-container .tax-name {
    color: #0D201E;
    padding: 12px 24px;
    border-radius: 16px;
    background: #F1F1F1;
    cursor: pointer;
    transition: .3s; }
    @media screen and (max-width: 1439px) {
      .section-small-groups-list .taxonomy-container .tax-name {
        padding: 10px 20px;
        border-radius: 12px; } }
    @media screen and (max-width: 767px) {
      .section-small-groups-list .taxonomy-container .tax-name {
        padding: 8px 16px; } }
    .section-small-groups-list .taxonomy-container .tax-name.active {
      font-weight: 600;
      background: #F4A944; }
      .section-small-groups-list .taxonomy-container .tax-name.active:hover {
        text-decoration: none;
        background: #F4A944; }
    .section-small-groups-list .taxonomy-container .tax-name:hover {
      background: #FEF6EC;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-underline-position: from-font;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px; }

@media screen and (max-width: 1439px) {
  .section-small-groups-list .wrap-scroll {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; }
    .section-small-groups-list .wrap-scroll::-webkit-scrollbar {
      display: none; } }

.section-small-groups-list .wrap-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media screen and (max-width: 1439px) {
    .section-small-groups-list .wrap-posts {
      gap: 20px; } }
  @media screen and (max-width: 767px) {
    .section-small-groups-list .wrap-posts {
      gap: 16px; } }
  .section-small-groups-list .wrap-posts .small-group-item {
    width: calc(33.3333% - 16px);
    transition: all .3s; }
    @media screen and (max-width: 1439px) {
      .section-small-groups-list .wrap-posts .small-group-item {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 767px) {
      .section-small-groups-list .wrap-posts .small-group-item {
        width: 100%; } }
    .section-small-groups-list .wrap-posts .small-group-item:hover .wrap-img:before {
      transform: translate(80px, -155px); }
    .section-small-groups-list .wrap-posts .small-group-item:hover .wrap-img:after {
      transform: translate(0, 0); }
    .section-small-groups-list .wrap-posts .small-group-item:hover .wrap-img .hover-img {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%); }
    .section-small-groups-list .wrap-posts .small-group-item:hover .title-group {
      color: #204C47; }
    .section-small-groups-list .wrap-posts .small-group-item .wrap-img {
      position: relative;
      overflow: hidden; }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-img:before {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        transition: 1s;
        z-index: 0; }
        @media screen and (max-width: 1439px) {
          .section-small-groups-list .wrap-posts .small-group-item .wrap-img:before {
            width: 28px;
            height: 28px; } }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-img:after {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-80px, 155px);
        transition: 1s;
        z-index: 0; }
        @media screen and (max-width: 1439px) {
          .section-small-groups-list .wrap-posts .small-group-item .wrap-img:after {
            width: 28px;
            height: 28px; } }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-img img {
        --r: 24px;
        /* the radius */
        --s: 24px;
        /* the size of the corner */
        --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        border-radius: 24px var(--r) 24px 24px;
        width: 100%;
        height: 270px;
        object-fit: cover;
        position: relative;
        z-index: 2;
        display: block; }
        @media screen and (max-width: 1439px) {
          .section-small-groups-list .wrap-posts .small-group-item .wrap-img img {
            height: 224px;
            --r: 16px;
            --s: 16px;
            border-radius: 16px var(--r) 16px 16px; } }
        @media (max-width: 767px) {
          .section-small-groups-list .wrap-posts .small-group-item .wrap-img img {
            height: 229px; } }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-img .top-right {
        mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-img .hover-img {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 2;
        --r: 24px;
        /* the radius */
        --s: 24px;
        /* the size of the corner */
        --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        border-radius: 24px var(--r) 24px 24px;
        transition: background .3s; }
        @media screen and (max-width: 1439px) {
          .section-small-groups-list .wrap-posts .small-group-item .wrap-img .hover-img {
            --r: 16px;
            --s: 16px;
            border-radius: 16px var(--r) 16px 16px; } }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-img .categories {
        display: flex;
        gap: 8px;
        position: absolute;
        z-index: 2;
        bottom: 16px;
        left: 16px; }
        @media screen and (max-width: 1439px) {
          .section-small-groups-list .wrap-posts .small-group-item .wrap-img .categories {
            padding: 4px 10px;
            bottom: 12px;
            left: 12px; } }
        .section-small-groups-list .wrap-posts .small-group-item .wrap-img .categories .category {
          color: #1E352B;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          letter-spacing: 0;
          padding: 4px 12px;
          border-radius: 1000px;
          background: #F1F1F1; }
          @media screen and (max-width: 1439px) {
            .section-small-groups-list .wrap-posts .small-group-item .wrap-img .categories .category {
              padding: 4px 10px; } }
    .section-small-groups-list .wrap-posts .small-group-item .image-news {
      width: 100%;
      height: 270px;
      border-radius: 24px;
      display: block; }
      @media screen and (max-width: 1439px) {
        .section-small-groups-list .wrap-posts .small-group-item .image-news {
          height: 224px;
          border-radius: 16px; } }
      @media (max-width: 767px) {
        .section-small-groups-list .wrap-posts .small-group-item .image-news {
          height: 229px; } }
    .section-small-groups-list .wrap-posts .small-group-item .title-group {
      margin-top: 8px; }
    .section-small-groups-list .wrap-posts .small-group-item .wrap-time-location {
      display: flex;
      gap: 4px;
      margin-top: 2px; }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-time-location .time, .section-small-groups-list .wrap-posts .small-group-item .wrap-time-location .location {
        color: #1E352B; }
      .section-small-groups-list .wrap-posts .small-group-item .wrap-time-location .sep {
        color: #696969; }
    .section-small-groups-list .wrap-posts .small-group-item .dots-text {
      position: relative;
      padding-left: 16px; }
      .section-small-groups-list .wrap-posts .small-group-item .dots-text.green:before {
        background: #80A863; }
      .section-small-groups-list .wrap-posts .small-group-item .dots-text.red:before {
        background: #E33453; }
      .section-small-groups-list .wrap-posts .small-group-item .dots-text:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background: red;
        border-radius: 100%; }

.section-small-groups-list #loading {
  margin: 0 auto;
  width: 50px;
  aspect-ratio: 1;
  display: none; }
  .section-small-groups-list #loading.is-visible {
    display: grid; }
  .section-small-groups-list #loading::before, .section-small-groups-list #loading::after {
    content: "";
    grid-area: 1/1;
    --c: no-repeat radial-gradient(farthest-side, #204C47 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    animation: l12 1s infinite; }
  .section-small-groups-list #loading::before {
    margin: 4px;
    filter: hue-rotate(45deg);
    background-size: 8px 8px;
    animation-timing-function: linear; }

@keyframes l12 {
  100% {
    transform: rotate(0.5turn); } }

.section-join-the-group .flex {
  display: flex;
  gap: 24px;
  align-items: center; }
  @media (max-width: 1439px) {
    .section-join-the-group .flex {
      flex-direction: column;
      gap: 20px; } }
  @media (max-width: 767px) {
    .section-join-the-group .flex {
      gap: 16px; } }

.section-join-the-group .left {
  width: calc(41% - 12px); }
  @media screen and (max-width: 1439px) {
    .section-join-the-group .left {
      width: 100%; } }
  .section-join-the-group .left .wrap-img {
    position: relative; }
  .section-join-the-group .left img {
    --r: 40px;
    /* the radius */
    --s: 40px;
    /* the size of the corner */
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    border-radius: 40px var(--r) 40px 40px;
    width: 100%;
    height: 440px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    display: block; }
    @media (max-width: 1439px) {
      .section-join-the-group .left img {
        --r: 32px;
        --s: 32px;
        border-radius: 32px var(--r) 32px 32px;
        height: 512px; } }
    @media (max-width: 767px) {
      .section-join-the-group .left img {
        height: 254px;
        --r: 24px;
        --s: 24px;
        border-radius: 24px var(--r) 24px 24px; } }
  .section-join-the-group .left .top-right {
    mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
  .section-join-the-group .left .info-member {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2; }
    @media (max-width: 1439px) {
      .section-join-the-group .left .info-member {
        position: relative;
        margin-top: 20px;
        bottom: 0;
        left: 0; } }
    .section-join-the-group .left .info-member .name {
      color: #fff; }
      @media (max-width: 1439px) {
        .section-join-the-group .left .info-member .name {
          color: #1E352B; } }
    .section-join-the-group .left .info-member .position {
      color: #EDF2F0; }
      @media (max-width: 1439px) {
        .section-join-the-group .left .info-member .position {
          color: #696969; } }

.section-join-the-group .right {
  width: calc(59% - 12px);
  padding: 40px;
  border-radius: 40px;
  background: #F4A944;
  position: relative; }
  @media screen and (max-width: 1439px) {
    .section-join-the-group .right {
      width: 100%;
      padding: 32px; } }
  @media (max-width: 767px) {
    .section-join-the-group .right {
      padding: 24px; } }
  .section-join-the-group .right:before {
    content: '';
    width: 49px;
    height: 177px;
    position: absolute;
    z-index: 1;
    background: url(3ba2d476461d2e4d01f5.svg) no-repeat;
    bottom: 24px;
    right: 24px; }
    @media (max-width: 1439px) {
      .section-join-the-group .right:before {
        width: 36px;
        height: 131px;
        background-size: contain;
        bottom: 20px;
        right: 20px; } }
    @media (max-width: 767px) {
      .section-join-the-group .right:before {
        display: none; } }
  .section-join-the-group .right .title {
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-join-the-group .right .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-join-the-group .right .title {
        margin-bottom: 12px; } }
  .section-join-the-group .right .subtitle-banner {
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-join-the-group .right .subtitle-banner {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-join-the-group .right .subtitle-banner {
        margin-bottom: 12px; } }
  .section-join-the-group .right .wrap-info-repeater {
    margin-bottom: 24px; }
    @media (max-width: 1439px) {
      .section-join-the-group .right .wrap-info-repeater {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .section-join-the-group .right .wrap-info-repeater {
        margin-bottom: 16px; } }
    .section-join-the-group .right .wrap-info-repeater li {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px; }
      .section-join-the-group .right .wrap-info-repeater li:last-child {
        margin-bottom: 0; }

.section-our-ministries .title {
  text-align: center;
  color: #1E352B;
  margin: 56px 0 40px; }
  @media screen and (max-width: 1439px) {
    .section-our-ministries .title {
      margin: 32px 0; } }
  @media screen and (max-width: 767px) {
    .section-our-ministries .title {
      margin: 24px 0; } }

.section-our-ministries .wrap-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  @media screen and (max-width: 1439px) {
    .section-our-ministries .wrap-items {
      gap: 20px; } }
  @media screen and (max-width: 767px) {
    .section-our-ministries .wrap-items {
      gap: 16px; } }
  .section-our-ministries .wrap-items .item {
    width: calc(33.3333% - 16px);
    transition: all .3s; }
    @media screen and (max-width: 1439px) {
      .section-our-ministries .wrap-items .item {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 767px) {
      .section-our-ministries .wrap-items .item {
        width: 100%; } }
    .section-our-ministries .wrap-items .item:hover .wrap-img:before {
      transform: translate(80px, -155px); }
    .section-our-ministries .wrap-items .item:hover .wrap-img:after {
      transform: translate(0, 0); }
    .section-our-ministries .wrap-items .item:hover .wrap-img .hover-img {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%); }
    .section-our-ministries .wrap-items .item:hover .title-item {
      color: #204C47; }
    .section-our-ministries .wrap-items .item .wrap-img {
      position: relative;
      overflow: hidden; }
      .section-our-ministries .wrap-items .item .wrap-img:before {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        transition: 1s;
        z-index: 0; }
        @media screen and (max-width: 1439px) {
          .section-our-ministries .wrap-items .item .wrap-img:before {
            width: 28px;
            height: 28px; } }
      .section-our-ministries .wrap-items .item .wrap-img:after {
        content: '';
        background: url(cc3be3793d57e0776e7d.svg) no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-80px, 155px);
        transition: 1s;
        z-index: 0; }
        @media screen and (max-width: 1439px) {
          .section-our-ministries .wrap-items .item .wrap-img:after {
            width: 28px;
            height: 28px; } }
      .section-our-ministries .wrap-items .item .wrap-img img {
        --r: 24px;
        /* the radius */
        --s: 24px;
        /* the size of the corner */
        --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        border-radius: 24px var(--r) 24px 24px;
        width: 100%;
        height: 270px;
        object-fit: cover;
        position: relative;
        z-index: 2;
        display: block; }
        @media screen and (max-width: 1439px) {
          .section-our-ministries .wrap-items .item .wrap-img img {
            height: 224px;
            --r: 16px;
            --s: 16px;
            border-radius: 16px var(--r) 16px 16px; } }
        @media (max-width: 767px) {
          .section-our-ministries .wrap-items .item .wrap-img img {
            height: 229px; } }
      .section-our-ministries .wrap-items .item .wrap-img .top-right {
        mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }
      .section-our-ministries .wrap-items .item .wrap-img .hover-img {
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 2;
        --r: 24px;
        /* the radius */
        --s: 24px;
        /* the size of the corner */
        --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        border-radius: 24px var(--r) 24px 24px;
        transition: background .3s; }
        @media screen and (max-width: 1439px) {
          .section-our-ministries .wrap-items .item .wrap-img .hover-img {
            --r: 16px;
            --s: 16px;
            border-radius: 16px var(--r) 16px 16px; } }
    .section-our-ministries .wrap-items .item .title-item {
      margin-top: 16px; }
      @media screen and (max-width: 1439px) {
        .section-our-ministries .wrap-items .item .title-item {
          margin-top: 14px; } }
    .section-our-ministries .wrap-items .item .description {
      margin-top: 4px; }
      @media screen and (max-width: 1439px) {
        .section-our-ministries .wrap-items .item .description {
          display: none; } }

.section-our-ministries-form.padding-top {
  padding-top: 80px; }
  @media (max-width: 1439px) {
    .section-our-ministries-form.padding-top {
      padding-top: 56px; } }
  @media (max-width: 767px) {
    .section-our-ministries-form.padding-top {
      padding-top: 40px; } }

.section-our-ministries-form .flex {
  display: flex;
  gap: 40px; }
  @media (max-width: 1439px) {
    .section-our-ministries-form .flex {
      flex-direction: column;
      gap: 52px; } }
  @media (max-width: 767px) {
    .section-our-ministries-form .flex {
      gap: 40px; } }
  .section-our-ministries-form .flex.align-center {
    align-items: center; }

.section-our-ministries-form .left {
  width: calc(50% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-our-ministries-form .left {
      width: 100%; } }
  .section-our-ministries-form .left .title {
    color: #1E352B;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-our-ministries-form .left .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-our-ministries-form .left .title {
        margin-bottom: 12px; } }

.section-our-ministries-form .right {
  width: calc(50% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-our-ministries-form .right {
      width: 100%; } }
  .section-our-ministries-form .right .wpcf7-not-valid-tip {
    color: #E33453;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */ }
  .section-our-ministries-form .right .wpcf7-list-item {
    margin: 0; }
  .section-our-ministries-form .right label {
    margin-bottom: 24px;
    display: block;
    width: 100%; }
    @media (max-width: 1439px) {
      .section-our-ministries-form .right label {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .section-our-ministries-form .right label {
        margin-bottom: 16px; } }
    .section-our-ministries-form .right label .label {
      color: #696969; }
      .section-our-ministries-form .right label .label span {
        color: #E33453;
        margin-left: 4px; }
    .section-our-ministries-form .right label input:not([type="radio"]), .section-our-ministries-form .right label textarea, .section-our-ministries-form .right label select {
      color: #1E352B;
      font-family: "ProximaNova", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0;
      border-radius: 16px;
      border: 1px solid #BFBFBF;
      padding: 18px 16px 18px 18px;
      width: 100%;
      display: block; }
      .section-our-ministries-form .right label input:not([type="radio"]):-ms-input-placeholder, .section-our-ministries-form .right label textarea:-ms-input-placeholder, .section-our-ministries-form .right label select:-ms-input-placeholder {
        color: #8F8F8F;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        font-family: "ProximaNova", sans-serif; }
      .section-our-ministries-form .right label input:not([type="radio"])::placeholder, .section-our-ministries-form .right label textarea::placeholder, .section-our-ministries-form .right label select::placeholder {
        color: #8F8F8F;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        font-family: "ProximaNova", sans-serif; }
      .section-our-ministries-form .right label input:not([type="radio"]):active, .section-our-ministries-form .right label input:not([type="radio"]):focus, .section-our-ministries-form .right label textarea:active, .section-our-ministries-form .right label textarea:focus, .section-our-ministries-form .right label select:active, .section-our-ministries-form .right label select:focus {
        border: 1px solid #204C47; }
      .section-our-ministries-form .right label input:not([type="radio"]).wpcf7-not-valid, .section-our-ministries-form .right label textarea.wpcf7-not-valid, .section-our-ministries-form .right label select.wpcf7-not-valid {
        border: 1px solid #E33453; }
        .section-our-ministries-form .right label input:not([type="radio"]).wpcf7-not-valid:-ms-input-placeholder, .section-our-ministries-form .right label textarea.wpcf7-not-valid:-ms-input-placeholder, .section-our-ministries-form .right label select.wpcf7-not-valid:-ms-input-placeholder {
          color: #E33453; }
        .section-our-ministries-form .right label input:not([type="radio"]).wpcf7-not-valid::placeholder, .section-our-ministries-form .right label textarea.wpcf7-not-valid::placeholder, .section-our-ministries-form .right label select.wpcf7-not-valid::placeholder {
          color: #E33453; }
    .section-our-ministries-form .right label textarea {
      resize: vertical;
      height: 140px; }
    .section-our-ministries-form .right label .wpcf7-select {
      appearance: none;
      background-image: url(0c04c7c28003f2a3297c.svg);
      background-repeat: no-repeat;
      background-position: right 16px center;
      background-size: 14px 8px;
      padding-right: 23px; }
  .section-our-ministries-form .right .wrap-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s;
    border-radius: 1000px;
    background: #204C47;
    overflow: hidden; }
    .section-our-ministries-form .right .wrap-submit .wpcf7-spinner {
      display: none; }
    .section-our-ministries-form .right .wrap-submit:before {
      content: '';
      background: url(5632bd6b49fdb5014af8.svg) no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translate(0, -50%);
      transition: 1s;
      z-index: 1; }
    .section-our-ministries-form .right .wrap-submit:after {
      content: '';
      background: url(5632bd6b49fdb5014af8.svg) no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translate(-80px, 155px);
      transition: 1s;
      z-index: 1; }
    .section-our-ministries-form .right .wrap-submit .wpcf7-submit {
      color: #fff;
      font-family: "ProximaNova", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      overflow: hidden;
      padding: 20px 70px 20px 48px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .section-our-ministries-form .right .wrap-submit .wpcf7-submit {
          font-size: 18px; } }
    .section-our-ministries-form .right .wrap-submit:hover:before {
      transform: translate(80px, -155px); }
    .section-our-ministries-form .right .wrap-submit:hover:after {
      transform: translate(0, -50%); }
  .section-our-ministries-form .right .form-conditions {
    padding-top: 16px;
    margin-bottom: 42px; }
    @media (max-width: 1439px) {
      .section-our-ministries-form .right .form-conditions {
        padding-top: 12px;
        margin-bottom: 34px; } }
    @media (max-width: 767px) {
      .section-our-ministries-form .right .form-conditions {
        margin-bottom: 26px; } }
  .section-our-ministries-form .right .success-block {
    border-radius: 24px;
    background: #E1ED93;
    padding: 40px 40px 64px 40px;
    text-align: center;
    display: none; }
    @media (max-width: 1439px) {
      .section-our-ministries-form .right .success-block {
        padding: 32px 32px 52px 32px;
        border-radius: 16px; } }
    @media (max-width: 767px) {
      .section-our-ministries-form .right .success-block {
        padding: 24px 24px 40px 24px; } }

.section-accordion-with-image .title {
  color: #1E352B;
  text-align: center;
  margin-bottom: 56px; }
  @media (max-width: 1439px) {
    .section-accordion-with-image .title {
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .section-accordion-with-image .title {
      margin-bottom: 24px; } }

.section-accordion-with-image .flex {
  display: flex;
  gap: 48px; }
  @media (max-width: 1439px) {
    .section-accordion-with-image .flex {
      flex-direction: column;
      gap: 32px; } }
  @media (max-width: 767px) {
    .section-accordion-with-image .flex {
      gap: 24px; } }

.section-accordion-with-image .left {
  width: calc(42% - 24px); }
  @media screen and (max-width: 1439px) {
    .section-accordion-with-image .left {
      width: 100%; } }
  .section-accordion-with-image .left img {
    --r: 40px;
    /* the radius */
    --s: 40px;
    /* the size of the corner */
    --_m: / calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
    border-radius: 40px var(--r) 40px 40px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block; }
    @media (max-width: 1439px) {
      .section-accordion-with-image .left img {
        --r: 32px;
        --s: 32px;
        border-radius: 32px var(--r) 32px 32px; } }
    @media (max-width: 767px) {
      .section-accordion-with-image .left img {
        --r: 24px;
        --s: 24px;
        border-radius: 24px var(--r) 24px 24px; } }
  .section-accordion-with-image .left .top-right {
    mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1 * var(--r)) var(--r) no-repeat, conic-gradient(at calc(100% - var(--s) - 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #0000 25%, #000 0); }

.section-accordion-with-image .right {
  width: calc(58% - 24px); }
  @media screen and (max-width: 1439px) {
    .section-accordion-with-image .right {
      width: 100%; } }

.section-accordion-with-image .accordion {
  width: 100%; }
  .section-accordion-with-image .accordion .panel {
    position: relative;
    padding: 25px 7px 22px 0;
    margin-left: 61px;
    transition: .3s;
    border-bottom: 1px solid #D4D4D4; }
    @media (max-width: 1439px) {
      .section-accordion-with-image .accordion .panel {
        padding: 20px 7px 19px 0;
        margin-left: 64px; } }
    @media (max-width: 767px) {
      .section-accordion-with-image .accordion .panel {
        padding: 17px 7px 15px 0;
        margin-left: 60px; } }
    .section-accordion-with-image .accordion .panel:before {
      content: '';
      width: 2px;
      height: 100%;
      background: #E9EDED;
      position: absolute;
      transition: all .2s ease-in-out;
      top: 50px;
      left: -47px; }
      @media (max-width: 1439px) {
        .section-accordion-with-image .accordion .panel:before {
          left: -43px; } }
      @media (max-width: 767px) {
        .section-accordion-with-image .accordion .panel:before {
          left: -39px; } }
    .section-accordion-with-image .accordion .panel:hover {
      cursor: pointer; }
    .section-accordion-with-image .accordion .panel.opened .panel-num {
      background: #F4A944; }
    .section-accordion-with-image .accordion .panel.opened:before {
      background: #F4A944; }
    .section-accordion-with-image .accordion .panel:last-child:before {
      display: none; }
    .section-accordion-with-image .accordion .panel .panel-num {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #EDF2F0;
      position: absolute;
      border-radius: 100%;
      z-index: 99;
      left: -68px;
      top: 21px;
      transition: all .2s ease-in-out; }
      @media (max-width: 1439px) {
        .section-accordion-with-image .accordion .panel .panel-num {
          top: 11px;
          left: -64px; } }
      @media (max-width: 767px) {
        .section-accordion-with-image .accordion .panel .panel-num {
          top: 6px;
          left: -60px; } }
    .section-accordion-with-image .accordion .panel .subtitle-1 {
      max-width: 90%;
      color: #0D201E; }
    .section-accordion-with-image .accordion .panel .panel-body {
      margin-top: 7px;
      color: #1E352B; }
    .section-accordion-with-image .accordion .panel .panel-heading {
      width: 100%; }
    .section-accordion-with-image .accordion .panel .panel-collapse {
      width: 100%;
      min-height: auto; }

.section-media-slider .wrap-head {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1439px) {
    .section-media-slider .wrap-head {
      flex-direction: column;
      gap: 20px;
      align-items: start; } }
  @media (max-width: 767px) {
    .section-media-slider .wrap-head {
      gap: 16px; } }
  .section-media-slider .wrap-head .title {
    max-width: 80%; }
    @media (max-width: 1439px) {
      .section-media-slider .wrap-head .title {
        max-width: unset; } }

.section-media-slider.padding-top {
  padding-top: 96px; }
  @media (max-width: 1439px) {
    .section-media-slider.padding-top {
      padding-top: 64px; } }
  @media (max-width: 767px) {
    .section-media-slider.padding-top {
      padding-top: 56px; } }

.section-media-slider .swiper-slide {
  width: 421px;
  height: auto;
  position: relative; }
  @media (max-width: 1439px) {
    .section-media-slider .swiper-slide {
      width: 310px; } }
  @media (max-width: 767px) {
    .section-media-slider .swiper-slide {
      width: 260px; } }
  .section-media-slider .swiper-slide:hover .wrap-poster-img:after {
    opacity: 1; }
  .section-media-slider .swiper-slide:hover .title-slide {
    color: #204C47; }
  .section-media-slider .swiper-slide .wrap-poster-img {
    position: relative; }
    .section-media-slider .swiper-slide .wrap-poster-img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2786%27 height=%2762%27 viewBox=%270 0 86 62%27 fill=%27none%27%3E%0A%20 <path d=%27M83.7716 9.55571C82.7736 5.78904 79.8947 2.83951 76.2041 1.83208C71.2468 -0.12122 23.2314 -1.07828 9.30271 1.88804C5.61217 2.90667 2.72225 5.84501 1.73518 9.61168C-0.502182 19.63 -0.672177 41.2898 1.79001 51.532C2.78805 55.2987 5.667 58.2482 9.35755 59.2556C19.1734 61.5615 65.8399 61.8861 76.2589 59.2556C79.9495 58.237 82.8394 55.2987 83.8265 51.532C86.2119 40.6182 86.3819 20.3016 83.7716 9.55571Z%27 fill=%27%23FF0000%27/%3E%0A%20 <path d=%27M56.9014 30.5439L34.5278 17.4473V43.6405L56.9014 30.5439Z%27 fill=%27white%27/%3E%0A</svg>");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 79px 56px;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      @media screen and (max-width: 1439px) {
        .section-media-slider .swiper-slide .wrap-poster-img:before {
          background-size: 59px 42px; } }
    .section-media-slider .swiper-slide .wrap-poster-img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.32) 100%);
      border-radius: 24px;
      transition: .3s; }
      @media screen and (max-width: 1439px) {
        .section-media-slider .swiper-slide .wrap-poster-img:after {
          border-radius: 16px; } }
    .section-media-slider .swiper-slide .wrap-poster-img img {
      width: 100%;
      border-radius: 24px;
      display: block;
      aspect-ratio: 16 / 9;
      object-fit: cover; }
      @media screen and (max-width: 1439px) {
        .section-media-slider .swiper-slide .wrap-poster-img img {
          border-radius: 16px; } }
  .section-media-slider .swiper-slide .title-slide {
    margin-top: 16px;
    transition: .3s; }
    @media screen and (max-width: 1439px) {
      .section-media-slider .swiper-slide .title-slide {
        margin-top: 14px; } }
    @media (max-width: 767px) {
      .section-media-slider .swiper-slide .title-slide {
        margin-top: 12px; } }

.section-media-slider .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px; }
  @media (max-width: 1439px) {
    .section-media-slider .swiper-navigation {
      margin-top: 32px; } }
  @media (max-width: 767px) {
    .section-media-slider .swiper-navigation {
      margin-top: 24px; } }
  .section-media-slider .swiper-navigation .swiper-button-prev {
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    transition: .4s; }
    .section-media-slider .swiper-navigation .swiper-button-prev:after {
      display: none; }
    .section-media-slider .swiper-navigation .swiper-button-prev svg * {
      transition: .3s; }
    .section-media-slider .swiper-navigation .swiper-button-prev.swiper-button-disabled {
      opacity: 0.38; }
    .section-media-slider .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) {
      opacity: 1; }
    .section-media-slider .swiper-navigation .swiper-button-prev:hover svg .arrow {
      opacity: 0.7; }
  .section-media-slider .swiper-navigation .swiper-button-next {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    width: 48px;
    height: 48px;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    transition: .4s; }
    .section-media-slider .swiper-navigation .swiper-button-next:after {
      display: none; }
    .section-media-slider .swiper-navigation .swiper-button-next.swiper-button-disabled {
      opacity: 0.38; }
    .section-media-slider .swiper-navigation .swiper-button-next svg * {
      transition: .3s; }
    .section-media-slider .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) {
      opacity: 1; }
    .section-media-slider .swiper-navigation .swiper-button-next:hover svg .arrow {
      opacity: 0.7; }

.section-media-slider .wrap-swiper-scrollbar {
  position: relative;
  flex: auto;
  display: block; }
  .section-media-slider .wrap-swiper-scrollbar .swiper-scrollbar {
    height: 4px;
    border-radius: 100px;
    background: #EDF2F0;
    top: 50%;
    left: 0;
    width: 100%; }
  .section-media-slider .wrap-swiper-scrollbar .swiper-scrollbar-drag {
    background: #204C47;
    height: 4px; }

.section-contact-info-form.padding-top {
  padding-top: 80px; }
  @media (max-width: 1439px) {
    .section-contact-info-form.padding-top {
      padding-top: 56px; } }
  @media (max-width: 767px) {
    .section-contact-info-form.padding-top {
      padding-top: 40px; } }

.section-contact-info-form .flex {
  display: flex;
  gap: 40px; }
  @media (max-width: 1439px) {
    .section-contact-info-form .flex {
      flex-direction: column;
      gap: 46px; } }
  @media (max-width: 767px) {
    .section-contact-info-form .flex {
      gap: 35px; } }
  .section-contact-info-form .flex.align-center {
    align-items: center; }

.section-contact-info-form .left {
  width: calc(50% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-contact-info-form .left {
      width: 100%; } }
  .section-contact-info-form .left .title {
    color: #1E352B;
    margin-bottom: 16px; }
    @media (max-width: 1439px) {
      .section-contact-info-form .left .title {
        margin-bottom: 14px; } }
    @media (max-width: 767px) {
      .section-contact-info-form .left .title {
        margin-bottom: 12px; } }
  .section-contact-info-form .left .contacts-list {
    margin-top: 40px;
    display: flex;
    gap: 32px;
    flex-direction: column; }
    @media (max-width: 1439px) {
      .section-contact-info-form .left .contacts-list {
        margin-top: 34px;
        gap: 28px; } }
    @media (max-width: 767px) {
      .section-contact-info-form .left .contacts-list {
        margin-top: 29px;
        gap: 24px; } }
  .section-contact-info-form .left .contact-item {
    display: flex;
    gap: 16px;
    align-items: center; }
    @media (max-width: 1439px) {
      .section-contact-info-form .left .contact-item {
        gap: 14px; } }
    @media (max-width: 767px) {
      .section-contact-info-form .left .contact-item {
        gap: 12px; } }
    .section-contact-info-form .left .contact-item .icon {
      border-radius: 1000px;
      background: #E9EDED;
      display: flex;
      width: 48px;
      height: 48px;
      justify-content: center;
      align-items: center;
      flex-shrink: 0; }
    .section-contact-info-form .left .contact-item .subtitle {
      color: #696969;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0; }

.section-contact-info-form .right {
  width: calc(50% - 20px); }
  @media screen and (max-width: 1439px) {
    .section-contact-info-form .right {
      width: 100%; } }
  .section-contact-info-form .right .wpcf7-not-valid-tip {
    color: #E33453;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */ }
  .section-contact-info-form .right .wpcf7-list-item {
    margin: 0; }
  .section-contact-info-form .right label {
    margin-bottom: 24px;
    display: block;
    width: 100%; }
    @media (max-width: 1439px) {
      .section-contact-info-form .right label {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .section-contact-info-form .right label {
        margin-bottom: 16px; } }
    .section-contact-info-form .right label .label {
      color: #696969; }
      .section-contact-info-form .right label .label span {
        color: #E33453;
        margin-left: 4px; }
    .section-contact-info-form .right label input:not([type="radio"]), .section-contact-info-form .right label textarea, .section-contact-info-form .right label select {
      color: #1E352B;
      font-family: "ProximaNova", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: 0;
      border-radius: 16px;
      border: 1px solid #BFBFBF;
      padding: 17px 16px 17px 18px;
      width: 100%;
      display: block; }
      @media (max-width: 1439px) {
        .section-contact-info-form .right label input:not([type="radio"]), .section-contact-info-form .right label textarea, .section-contact-info-form .right label select {
          border-radius: 12px; } }
      .section-contact-info-form .right label input:not([type="radio"]):-ms-input-placeholder, .section-contact-info-form .right label textarea:-ms-input-placeholder, .section-contact-info-form .right label select:-ms-input-placeholder {
        color: #8F8F8F;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        font-family: "ProximaNova", sans-serif; }
      .section-contact-info-form .right label input:not([type="radio"])::placeholder, .section-contact-info-form .right label textarea::placeholder, .section-contact-info-form .right label select::placeholder {
        color: #8F8F8F;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
        font-family: "ProximaNova", sans-serif; }
      .section-contact-info-form .right label input:not([type="radio"]):active, .section-contact-info-form .right label input:not([type="radio"]):focus, .section-contact-info-form .right label textarea:active, .section-contact-info-form .right label textarea:focus, .section-contact-info-form .right label select:active, .section-contact-info-form .right label select:focus {
        border: 1px solid #204C47; }
      .section-contact-info-form .right label input:not([type="radio"]).wpcf7-not-valid, .section-contact-info-form .right label textarea.wpcf7-not-valid, .section-contact-info-form .right label select.wpcf7-not-valid {
        border: 1px solid #E33453; }
        .section-contact-info-form .right label input:not([type="radio"]).wpcf7-not-valid:-ms-input-placeholder, .section-contact-info-form .right label textarea.wpcf7-not-valid:-ms-input-placeholder, .section-contact-info-form .right label select.wpcf7-not-valid:-ms-input-placeholder {
          color: #E33453; }
        .section-contact-info-form .right label input:not([type="radio"]).wpcf7-not-valid::placeholder, .section-contact-info-form .right label textarea.wpcf7-not-valid::placeholder, .section-contact-info-form .right label select.wpcf7-not-valid::placeholder {
          color: #E33453; }
    .section-contact-info-form .right label textarea {
      resize: vertical;
      height: 140px; }
  .section-contact-info-form .right .wrap-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s;
    border-radius: 1000px;
    background: #204C47;
    overflow: hidden; }
    .section-contact-info-form .right .wrap-submit .wpcf7-spinner {
      display: none; }
    .section-contact-info-form .right .wrap-submit:before {
      content: '';
      background: url(5632bd6b49fdb5014af8.svg) no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translate(0, -50%);
      transition: 1s;
      z-index: 1; }
    .section-contact-info-form .right .wrap-submit:after {
      content: '';
      background: url(5632bd6b49fdb5014af8.svg) no-repeat;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 32px;
      top: 50%;
      transform: translate(-80px, 155px);
      transition: 1s;
      z-index: 1; }
    .section-contact-info-form .right .wrap-submit .wpcf7-submit {
      color: #fff;
      font-family: "ProximaNova", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      overflow: hidden;
      padding: 20px 70px 20px 48px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .section-contact-info-form .right .wrap-submit .wpcf7-submit {
          font-size: 18px; } }
    .section-contact-info-form .right .wrap-submit:hover:before {
      transform: translate(80px, -155px); }
    .section-contact-info-form .right .wrap-submit:hover:after {
      transform: translate(0, -50%); }
  .section-contact-info-form .right .form-conditions {
    padding-top: 16px;
    margin-bottom: 45px; }
    @media (max-width: 1439px) {
      .section-contact-info-form .right .form-conditions {
        padding-top: 12px;
        margin-bottom: 34px; } }
    @media (max-width: 767px) {
      .section-contact-info-form .right .form-conditions {
        margin-bottom: 29px; } }
  .section-contact-info-form .right .success-block {
    border-radius: 24px;
    background: #E1ED93;
    padding: 40px 40px 64px 40px;
    text-align: center;
    display: none; }
    @media (max-width: 1439px) {
      .section-contact-info-form .right .success-block {
        padding: 32px 32px 52px 32px;
        border-radius: 16px; } }
    @media (max-width: 767px) {
      .section-contact-info-form .right .success-block {
        padding: 24px 24px 40px 24px; } }

.popup-make-a-donation {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  z-index: 1000; }
  @media (max-width: 767px) {
    .popup-make-a-donation {
      padding: 0 16px; } }
  .popup-make-a-donation .popup-inner {
    background: #fff;
    width: 720px;
    max-width: 100%;
    position: relative; }
    @media (max-height: 1200px) {
      .popup-make-a-donation .popup-inner {
        max-height: 92vh;
        overflow: auto; } }
    @media (max-width: 767px) {
      .popup-make-a-donation .popup-inner {
        padding: 24px 16px; } }
    .popup-make-a-donation .popup-inner .wrap-popup-content {
      position: relative; }
    @media (max-width: 767px) {
      .popup-make-a-donation .popup-inner .modal-header .close {
        top: 22px;
        right: 22px; } }
    .popup-make-a-donation .popup-inner::-webkit-scrollbar {
      display: none; }
    .popup-make-a-donation .popup-inner .success-copy-message {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      background: #204C47;
      color: #fff;
      box-shadow: 0 4px 8px 0 #33374140;
      padding: 16px 24px;
      border-radius: 12px;
      z-index: 1;
      display: none; }
      @media (max-width: 1439px) {
        .popup-make-a-donation .popup-inner .success-copy-message {
          padding: 14px 20px; } }
      @media (max-width: 767px) {
        .popup-make-a-donation .popup-inner .success-copy-message {
          padding: 12px 18px; } }
    .popup-make-a-donation .popup-inner .title {
      color: #1E352B;
      max-width: 80%; }
    .popup-make-a-donation .popup-inner .subtitle {
      margin-top: 8px;
      margin-bottom: 24px; }
      @media (max-width: 1439px) {
        .popup-make-a-donation .popup-inner .subtitle {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .popup-make-a-donation .popup-inner .subtitle {
          margin-bottom: 16px; } }
    .popup-make-a-donation .popup-inner .nav-tabs-head {
      border-radius: 12px;
      background: #FEF6EC;
      padding: 6px;
      display: flex; }
      .popup-make-a-donation .popup-inner .nav-tabs-head li {
        width: 50%;
        text-align: center; }
        .popup-make-a-donation .popup-inner .nav-tabs-head li a {
          width: 100%;
          display: block;
          padding: 12px;
          border-radius: 8px; }
        .popup-make-a-donation .popup-inner .nav-tabs-head li.active a {
          font-weight: 600;
          background: #F4A944; }
    .popup-make-a-donation .popup-inner .label-valute {
      color: #696969;
      margin: 16px 0 12px; }
      @media (max-width: 1439px) {
        .popup-make-a-donation .popup-inner .label-valute {
          margin: 14px 0 10px; } }
      @media (max-width: 767px) {
        .popup-make-a-donation .popup-inner .label-valute {
          margin: 12px 0 8px; } }
      .popup-make-a-donation .popup-inner .label-valute span {
        color: #E33453; }
    .popup-make-a-donation .popup-inner .nav-tabs-sub-valute {
      display: flex;
      gap: 16px; }
      @media (max-width: 1439px) {
        .popup-make-a-donation .popup-inner .nav-tabs-sub-valute {
          gap: 14px; } }
      @media (max-width: 767px) {
        .popup-make-a-donation .popup-inner .nav-tabs-sub-valute {
          gap: 12px; } }
      .popup-make-a-donation .popup-inner .nav-tabs-sub-valute li a {
        display: block;
        padding: 12px 24px;
        border-radius: 16px;
        background: #F1F1F1; }
        @media (max-width: 1439px) {
          .popup-make-a-donation .popup-inner .nav-tabs-sub-valute li a {
            padding: 10px 20px; } }
        @media (max-width: 767px) {
          .popup-make-a-donation .popup-inner .nav-tabs-sub-valute li a {
            padding: 8px 16px; } }
      .popup-make-a-donation .popup-inner .nav-tabs-sub-valute li.active a {
        font-weight: 600;
        background: #F4A944; }
    .popup-make-a-donation .popup-inner .popup-description {
      margin-top: 24px; }
      @media (max-width: 1439px) {
        .popup-make-a-donation .popup-inner .popup-description {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .popup-make-a-donation .popup-inner .popup-description {
          margin-top: 16px; } }
      .popup-make-a-donation .popup-inner .popup-description li {
        border-top: 1px solid #D4D4D4;
        padding: 12px 0; }
        @media (max-width: 1439px) {
          .popup-make-a-donation .popup-inner .popup-description li {
            padding: 10px 0; } }
        @media (max-width: 767px) {
          .popup-make-a-donation .popup-inner .popup-description li {
            padding: 8px 0; } }
        .popup-make-a-donation .popup-inner .popup-description li:first-child {
          border-top: none; }
        .popup-make-a-donation .popup-inner .popup-description li svg {
          display: inline-block;
          margin-left: 12px;
          cursor: pointer;
          flex-shrink: 0; }
      .popup-make-a-donation .popup-inner .popup-description .small-title {
        display: block;
        color: #1E352B; }
      .popup-make-a-donation .popup-inner .popup-description .wrap-text {
        display: flex;
        align-items: center;
        color: #1E352B; }
      .popup-make-a-donation .popup-inner .popup-description .btn-secondary {
        margin-top: 24px; }
        @media (max-width: 1439px) {
          .popup-make-a-donation .popup-inner .popup-description .btn-secondary {
            margin-top: 20px; } }
        @media (max-width: 767px) {
          .popup-make-a-donation .popup-inner .popup-description .btn-secondary {
            margin-top: 16px; } }

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/fonts/fontello/css/fontello.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'fontello';
  src: url(./fonts/fontello.eot);
  src: url(./fonts/fontello.eot#iefix) format("embedded-opentype"), url(./fonts/fontello.woff2) format("woff2"), url(./fonts/fontello.woff) format("woff"), url(./fonts/fontello.ttf) format("truetype"), url(2a67413eabc93f8092c3.svg?76411224#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?76411224#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-glass:before {
  content: '\e800'; }

/* '' */
.icon-music:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/swiper/swiper-bundle.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }


/*# sourceMappingURL=main.css.map*/