@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rmetvy");
  src: url("../fonts/icomoon.eot?rmetvy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rmetvy") format("truetype"), url("../fonts/icomoon.woff?rmetvy") format("woff"), url("../fonts/icomoon.svg?rmetvy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e904";
}

.icon-Instagram:before {
  content: "\e900";
}

.icon-YouTube:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

@font-face {
  font-family: "avenirblack";
  src: url("../fonts/avenir_black-webfont.eot");
  src: url("../fonts/avenir_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir_black-webfont.woff2") format("woff2"), url("../fonts/avenir_black-webfont.woff") format("woff"), url("../fonts/avenir_black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirbook";
  src: url("../fonts/avenir_book-webfont.eot");
  src: url("../fonts/avenir_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir_book-webfont.woff2") format("woff2"), url("../fonts/avenir_book-webfont.woff") format("woff"), url("../fonts/avenir_book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirheavy";
  src: url("../fonts/avenir_heavy-webfont.eot");
  src: url("../fonts/avenir_heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir_heavy-webfont.woff2") format("woff2"), url("../fonts/avenir_heavy-webfont.woff") format("woff"), url("../fonts/avenir_heavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenirlight";
  src: url("../fonts/avenir_light-webfont.eot");
  src: url("../fonts/avenir_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir_light-webfont.woff2") format("woff2"), url("../fonts/avenir_light-webfont.woff") format("woff"), url("../fonts/avenir_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_regular";
  src: url("../fonts/avenir_regular-webfont.eot");
  src: url("../fonts/avenir_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir_regular-webfont.woff2") format("woff2"), url("../fonts/avenir_regular-webfont.woff") format("woff"), url("../fonts/avenir_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "avenirbook";
  font-weight: 400;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-x: clip;
}
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.big_container {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .big_container {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1400px) {
  .big_container {
    max-width: 1220px;
  }
}
@media screen and (max-width: 1060px) {
  .big_container {
    padding: 0 4%;
  }
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1060px) {
  .container {
    padding: 0 4%;
  }
}

.trans,
.button,
a,
.buttion {
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
}

.main,
#newsletter-email {
  font-family: "avenirbook";
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  max-width: calc(1400px + 6%);
}
.wrap.max_1400 {
  max-width: 1400px;
}
.wrap.max_1200 {
  max-width: 1200px;
}
@media (max-width: 1500px) {
  .wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.button {
  outline: none;
  border: 0;
  background: #67aec3;
  padding: 15px 22px 15px 22px;
  border-radius: 28px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
}
.button:hover {
  background: #559bb1;
}
.button.but_line {
  background: transparent;
  border: solid 1px #fff;
}
.button.but_line:hover {
  background: #559bb1;
}
.button.but_line.black {
  border-color: #0f2238;
  color: #0f2238;
}
.button.but_line.black:hover {
  border-color: #559bb1;
  color: #fff;
}
.button.white {
  background: white;
  color: #0d2338;
  font-weight: 600;
  text-transform: uppercase;
}
.button.white:hover {
  background: #dcedf2;
}
.button.black_bg {
  background: #0e223a;
  color: #ffffff;
  font-weight: 600;
}
.button.black_bg:hover {
  background: #000000;
}
@media (max-width: 820px) {
  .button {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .button {
    padding: 11px 15px 11px 15px;
  }
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_end {
  align-items: flex-end;
}

.flex_start {
  align-items: flex-start;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

.justify_space_bet {
  justify-content: space-between;
}

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.w_90 {
  width: 90% !important;
}
@media (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.pl_0 {
  padding-left: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pt_5 {
  padding-top: 5px;
}
@media (max-width: 600px) {
  .pt_5 {
    padding-top: 0px;
  }
}

.pb_5 {
  padding-bottom: 5px;
}
@media (max-width: 600px) {
  .pb_5 {
    padding-bottom: 0px;
  }
}

.pt_10 {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .pt_10 {
    padding-top: 5px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .pb_10 {
    padding-bottom: 5px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media (max-width: 600px) {
  .pt_15 {
    padding-top: 10px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media (max-width: 600px) {
  .pb_15 {
    padding-bottom: 10px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .pt_20 {
    padding-top: 10px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .pb_20 {
    padding-bottom: 10px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media (max-width: 600px) {
  .pt_25 {
    padding-top: 15px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media (max-width: 600px) {
  .pb_25 {
    padding-bottom: 15px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .pt_30 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .pt_30 {
    padding-top: 10px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .pb_30 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .pb_30 {
    padding-bottom: 10px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .pt_35 {
    padding-top: 17px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .pb_35 {
    padding-bottom: 17px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .pt_40 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .pt_40 {
    padding-top: 10px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .pb_40 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .pb_40 {
    padding-bottom: 10px;
  }
}

.pt_45 {
  padding-top: 45px;
}
@media (max-width: 600px) {
  .pt_45 {
    padding-top: 22px;
  }
}

.pb_45 {
  padding-bottom: 45px;
}
@media (max-width: 600px) {
  .pb_45 {
    padding-bottom: 22px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  .pt_50 {
    padding-top: 25px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .pb_50 {
    padding-bottom: 25px;
  }
}

.pt_55 {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .pt_55 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .pt_55 {
    padding-top: 27px;
  }
}

.pb_55 {
  padding-bottom: 55px;
}
@media (max-width: 1024px) {
  .pb_55 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .pb_55 {
    padding-bottom: 27px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .pb_60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .pb_60 {
    padding-bottom: 30px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .pt_60 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .pt_60 {
    padding-top: 30px;
  }
}

.pb_65 {
  padding-bottom: 65px;
}
@media (max-width: 600px) {
  .pb_65 {
    padding-bottom: 32px;
  }
}

.pt_65 {
  padding-top: 65px;
}
@media (max-width: 600px) {
  .pt_65 {
    padding-top: 32px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .pb_70 {
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .pb_70 {
    padding-bottom: 25px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .pt_70 {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  .pt_70 {
    padding-top: 25px;
  }
}

.pb_75 {
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .pb_75 {
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .pb_75 {
    padding-bottom: 25px;
  }
}

.pt_75 {
  padding-top: 75px;
}
@media (max-width: 600px) {
  .pt_75 {
    padding-top: 36px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .pt_80 {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .pt_80 {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .pt_80 {
    padding-top: 30px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .pb_80 {
    padding-bottom: 45px;
  }
}

.pt_85 {
  padding-top: 85px;
}
@media (max-width: 600px) {
  .pt_85 {
    padding-top: 45px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}
@media (max-width: 600px) {
  .pb_85 {
    padding-bottom: 42px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .pt_90 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .pt_90 {
    padding-top: 46px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media (max-width: 1024px) {
  .pb_90 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .pb_90 {
    padding-bottom: 46px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media (max-width: 1600px) {
  .pt_100 {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media (max-width: 480px) {
  .pt_100 {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .pb_100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .pb_100 {
    padding-bottom: 40px;
  }
}

.pt_110 {
  padding-top: 110px;
}
@media (max-width: 1600px) {
  .pt_110 {
    padding-top: 90px;
  }
}
@media (max-width: 1400px) {
  .pt_110 {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .pt_110 {
    padding-top: 60px;
  }
}
@media (max-width: 820px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .pt_110 {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .pt_110 {
    padding-top: 30px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}
@media (max-width: 1600px) {
  .pb_110 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1400px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .pb_110 {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .pb_110 {
    padding-bottom: 30px;
  }
}

.pt_115 {
  padding-top: 115px;
}
@media (max-width: 1024px) {
  .pt_115 {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .pt_115 {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .pt_115 {
    padding-top: 57px;
  }
}

.pb_115 {
  padding-bottom: 115px;
}
@media (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .pb_115 {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .pb_115 {
    padding-bottom: 57px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .pb_120 {
    padding-bottom: 50px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media (max-width: 1366px) {
  .pt_120 {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .pt_120 {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .pt_120 {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .pt_120 {
    padding-top: 50px;
  }
}

.pt_125 {
  padding-top: 125px;
}
@media (max-width: 600px) {
  .pt_125 {
    padding-top: 62px;
  }
}

.pb_125 {
  padding-bottom: 125px;
}
@media (max-width: 600px) {
  .pb_125 {
    padding-bottom: 62px;
  }
}

.pt_130 {
  padding-top: 130px;
}
@media (max-width: 1024px) {
  .pt_130 {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .pt_130 {
    padding-top: 65px;
  }
}

.pb_130 {
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .pb_130 {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .pb_130 {
    padding-bottom: 65px;
  }
}

.pt_135 {
  padding-top: 135px;
}
@media (max-width: 1024px) {
  .pt_135 {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .pt_135 {
    padding-top: 67px;
  }
}

.pb_135 {
  padding-bottom: 135px;
}
@media (max-width: 1024px) {
  .pb_135 {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .pb_135 {
    padding-bottom: 67px;
  }
}

.pb_140 {
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .pb_140 {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .pb_140 {
    padding-bottom: 50px;
  }
}

.pt_140 {
  padding-top: 140px;
}
@media (max-width: 600px) {
  .pt_140 {
    padding-top: 70px;
  }
}

.pt_145 {
  padding-top: 145px;
}
@media (max-width: 1024px) {
  .pt_145 {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .pt_145 {
    padding-top: 72px;
  }
}

.pb_145 {
  padding-bottom: 145px;
}
@media (max-width: 1024px) {
  .pb_145 {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .pb_145 {
    padding-bottom: 25px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .pt_150 {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .pt_150 {
    padding-top: 75px;
  }
}
@media (max-width: 480px) {
  .pt_150 {
    padding-top: 45px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .pb_150 {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .pb_150 {
    padding-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .pb_150 {
    padding-bottom: 45px;
  }
}

.pt_155 {
  padding-top: 155px;
}
@media (max-width: 600px) {
  .pt_155 {
    padding-top: 77px;
  }
}

@media (max-width: 600px) {
  .pb_155 {
    padding-bottom: 77px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .pt_160 {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media (max-width: 820px) {
  .pb_160 {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.pt_165 {
  padding-top: 165px;
}
@media (max-width: 600px) {
  .pt_165 {
    padding-top: 82px;
  }
}

.pb_165 {
  padding-bottom: 165px;
}
@media (max-width: 600px) {
  .pb_165 {
    padding-bottom: 82px;
  }
}

.pt_170 {
  padding-top: 170px;
}
@media (max-width: 600px) {
  .pt_170 {
    padding-top: 85px;
  }
}

.pb_170 {
  padding-bottom: 170px;
}
@media (max-width: 600px) {
  .pb_170 {
    padding-bottom: 85px;
  }
}

.pb_175 {
  padding-bottom: 175px;
}
@media (max-width: 1024px) {
  .pb_175 {
    padding-bottom: 87px;
  }
}
@media (max-width: 600px) {
  .pb_175 {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .pb_175 {
    padding-bottom: 40px;
  }
}

.pt_175 {
  padding-top: 175px;
}
@media (max-width: 600px) {
  .pt_175 {
    padding-top: 87px;
  }
}
@media (max-width: 1024px) {
  .pt_175 {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .pt_175 {
    padding-top: 40px;
  }
}

.pb_180 {
  padding-bottom: 180px;
}
@media (max-width: 600px) {
  .pb_180 {
    padding-bottom: 90px;
  }
}

.pt_180 {
  padding-top: 180px;
}
@media (max-width: 1024px) {
  .pt_180 {
    padding-top: 110px;
  }
}
@media (max-width: 600px) {
  .pt_180 {
    padding-top: 51px;
  }
}

.pb_185 {
  padding-bottom: 185px;
}
@media (max-width: 1024px) {
  .pb_185 {
    padding-bottom: 110px;
  }
}
@media (max-width: 600px) {
  .pb_185 {
    padding-bottom: 51px;
  }
}

.pt_185 {
  padding-top: 185px;
}
@media (max-width: 1024px) {
  .pt_185 {
    padding-top: 105px;
  }
}
@media (max-width: 600px) {
  .pt_185 {
    padding-top: 92px;
  }
}

.pb_190 {
  padding-bottom: 190px;
}
@media (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .pb_190 {
    padding-bottom: 110px;
  }
}
@media (max-width: 600px) {
  .pb_190 {
    padding-bottom: 95px;
  }
}

.pt_190 {
  padding-top: 190px;
}
@media (max-width: 1024px) {
  .pt_190 {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .pt_190 {
    padding-top: 110px;
  }
}
@media (max-width: 600px) {
  .pt_190 {
    padding-top: 95px;
  }
}

.pb_195 {
  padding-bottom: 195px;
}
@media (max-width: 1024px) {
  .pb_195 {
    padding-bottom: 115px;
  }
}
@media (max-width: 600px) {
  .pb_195 {
    padding-bottom: 97px;
  }
}

.pt_195 {
  padding-top: 195px;
}
@media (max-width: 1024px) {
  .pt_195 {
    padding-top: 115px;
  }
}
@media (max-width: 600px) {
  .pt_195 {
    padding-top: 97px;
  }
}

.pb_200 {
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .pb_200 {
    padding-bottom: 150px;
  }
}
@media (max-width: 600px) {
  .pb_200 {
    padding-bottom: 100px;
  }
}

.pt_200 {
  padding-top: 200px;
}
@media (max-width: 1024px) {
  .pt_200 {
    padding-top: 150px;
  }
}
@media (max-width: 600px) {
  .pt_200 {
    padding-top: 100px;
  }
}

.pt_240 {
  padding-top: 240px;
}
@media (max-width: 1024px) {
  .pt_240 {
    padding-top: 160px;
  }
}
@media (max-width: 600px) {
  .pt_240 {
    padding-top: 110px;
  }
}

.pb_240 {
  padding-bottom: 240px;
}
@media (max-width: 1024px) {
  .pb_240 {
    padding-bottom: 160px;
  }
}
@media (max-width: 600px) {
  .pb_240 {
    padding-bottom: 110px;
  }
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mb_auto {
  margin-bottom: auto;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .mt_10 {
    margin-top: 5px;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media (max-width: 600px) {
  .mb_10 {
    margin-bottom: 5px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .mt_15 {
    margin-top: 10px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .mb_15 {
    margin-bottom: 10px;
  }
}

.mt_20 {
  margin-top: 20px !important;
}
@media (max-width: 600px) {
  .mt_20 {
    margin-top: 10px !important;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .mb_20 {
    margin-bottom: 8px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .mb_30 {
    margin-bottom: 9px;
  }
}
@media (max-width: 600px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .mt_35 {
    margin-top: 17px;
  }
}
@media (max-width: 1024px) {
  .mt_35 {
    margin-top: 9px;
  }
}
@media (max-width: 600px) {
  .mt_35 {
    margin-top: 17px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .mb_35 {
    margin-bottom: 17px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .mt_40 {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .mt_40 {
    margin-top: 20px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mt_45 {
  margin-top: 45px;
}
@media (max-width: 600px) {
  .mt_45 {
    margin-top: 22px;
  }
}

.mb_45 {
  margin-bottom: 45px;
}
@media (max-width: 600px) {
  .mb_45 {
    margin-bottom: 22px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .mt_50 {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .mt_50 {
    margin-top: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .mb_50 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .mb_50 {
    margin-bottom: 15px;
  }
}

.mt_55 {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .mt_55 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .mt_55 {
    margin-top: 27px;
  }
}

.mb_55 {
  margin-bottom: 55px;
}
@media (max-width: 600px) {
  .mb_55 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1024px) {
  .mb_55 {
    margin-bottom: 40px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .mb_60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media (max-width: 600px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mb_65 {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .mb_65 {
    margin-bottom: 32px;
  }
}

.mt_65 {
  margin-top: 65px;
}
@media (max-width: 600px) {
  .mt_65 {
    margin-top: 32px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media (max-width: 600px) {
  .mt_70 {
    margin-top: 35px;
  }
}

.mb_75 {
  margin-bottom: 75px;
}
@media (max-width: 600px) {
  .mb_75 {
    margin-bottom: 36px;
  }
}

.mt_75 {
  margin-top: 75px;
}
@media (max-width: 600px) {
  .mt_75 {
    margin-top: 36px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mt_85 {
  margin-top: 85px;
}
@media (max-width: 600px) {
  .mt_85 {
    margin-top: 42px;
  }
}

.mb_85 {
  margin-bottom: 85px;
}
@media (max-width: 600px) {
  .mb_85 {
    margin-bottom: 42px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media (max-width: 600px) {
  .mb_90 {
    margin-bottom: 35px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .mt_100 {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .mt_100 {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .mt_100 {
    margin-top: 20px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .mb_100 {
    margin-bottom: 45px;
  }
}
@media (max-width: 600px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .mb_100 {
    margin-bottom: 20px;
  }
}

.mt_115 {
  margin-top: 115px;
}
@media (max-width: 600px) {
  .mt_115 {
    margin-top: 57px;
  }
}

.mb_115 {
  margin-bottom: 115px;
}
@media (max-width: 600px) {
  .mb_115 {
    margin-bottom: 57px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .mb_120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .mb_120 {
    margin-bottom: 60px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .mt_120 {
    margin-top: 90px;
  }
}
@media (max-width: 1024px) {
  .mt_120 {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .mt_120 {
    margin-top: 60px;
  }
}

.mt_125 {
  margin-top: 125px;
}
@media (max-width: 600px) {
  .mt_125 {
    margin-top: 62px;
  }
}

.mb_125 {
  margin-bottom: 125px;
}
@media (max-width: 600px) {
  .mb_125 {
    margin-bottom: 62px;
  }
}

.mt_130 {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  .mt_130 {
    margin-top: 75px;
  }
}
@media (max-width: 600px) {
  .mt_130 {
    margin-top: 65px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}
@media (max-width: 1024px) {
  .mb_130 {
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .mb_130 {
    margin-bottom: 65px;
  }
}

.mt_135 {
  margin-top: 135px;
}
@media (max-width: 600px) {
  .mt_135 {
    margin-top: 67px;
  }
}

.mb_135 {
  margin-bottom: 135px;
}
@media (max-width: 600px) {
  .mb_135 {
    margin-bottom: 67px;
  }
}

.mt_140 {
  margin-top: 140px;
}
@media (max-width: 600px) {
  .mt_140 {
    margin-top: 70px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media (max-width: 600px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.mt_145 {
  margin-top: 145px;
}
@media (max-width: 600px) {
  .mt_145 {
    margin-top: 72px;
  }
}

.mb_145 {
  margin-bottom: 145px;
}
@media (max-width: 600px) {
  .mb_145 {
    margin-bottom: 72px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .mt_150 {
    margin-top: 75px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .mb_150 {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .mb_150 {
    margin-bottom: 45px;
  }
}

.mt_155 {
  margin-top: 155px;
}
@media (max-width: 600px) {
  .mt_155 {
    margin-top: 77px;
  }
}

@media (max-width: 600px) {
  .mb_155 {
    margin-bottom: 77px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media (max-width: 600px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media (max-width: 600px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.mt_165 {
  margin-top: 165px;
}
@media (max-width: 600px) {
  .mt_165 {
    margin-top: 82px;
  }
}

.mb_165 {
  margin-bottom: 165px;
}
@media (max-width: 600px) {
  .mb_165 {
    margin-bottom: 82px;
  }
}

.mt_170 {
  margin-top: 170px;
}
@media (max-width: 600px) {
  .mt_170 {
    margin-top: 85px;
  }
}

.mb_170 {
  margin-bottom: 170px;
}
@media (max-width: 600px) {
  .mb_170 {
    margin-bottom: 85px;
  }
}

.mb_175 {
  margin-bottom: 175px;
}
@media (max-width: 1024px) {
  .mb_175 {
    margin-bottom: 87px;
  }
}
@media (max-width: 600px) {
  .mb_175 {
    margin-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .mb_175 {
    margin-bottom: 40px;
  }
}

.mt_175 {
  margin-top: 175px;
}
@media (max-width: 600px) {
  .mt_175 {
    margin-top: 87px;
  }
}
@media (max-width: 1024px) {
  .mt_175 {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  .mt_175 {
    margin-top: 40px;
  }
}

.mb_180 {
  margin-bottom: 180px;
}
@media (max-width: 600px) {
  .mb_180 {
    margin-bottom: 90px;
  }
}

.mt_180 {
  margin-top: 180px;
}
@media (max-width: 600px) {
  .mt_180 {
    margin-top: 90px;
  }
}

.mb_185 {
  margin-bottom: 185px;
}
@media (max-width: 600px) {
  .mb_185 {
    margin-bottom: 92px;
  }
}

.mt_185 {
  margin-top: 185px;
}
@media (max-width: 600px) {
  .mt_185 {
    margin-top: 92px;
  }
}

.mb_190 {
  margin-bottom: 185px;
}
@media (max-width: 600px) {
  .mb_190 {
    margin-bottom: 95px;
  }
}

.mt_190 {
  margin-top: 185px;
}
@media (max-width: 600px) {
  .mt_190 {
    margin-top: 95px;
  }
}

.mb_195 {
  margin-bottom: 195px;
}
@media (max-width: 600px) {
  .mb_195 {
    margin-bottom: 97px;
  }
}

.mt_195 {
  margin-top: 195px;
}
@media (max-width: 600px) {
  .mt_195 {
    margin-top: 97px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .mb_200 {
    margin-bottom: 100px;
  }
}

.mt_200 {
  margin-top: 200px;
}
@media (max-width: 600px) {
  .mt_200 {
    margin-top: 80px;
  }
}

.rtl .search_icn {
  left: unset;
  right: 0;
}

.flex_wrap {
  flex-wrap: wrap;
}

.rtl .close_btn {
  right: unset;
  left: 0;
}
.rtl .sub_menu_right_block_top_row {
  padding-left: 3%;
  padding-right: unset;
}

.rtl .sub_menu_right_block_top_row {
  padding-left: unset;
  padding-right: 7%;
}

.primary-button {
  background-color: #c5b17f;
  border-radius: 112px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  border: none;
  padding-inline: 45px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.primary-button .su_button_circle {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #b64910;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: width 0.6s ease, height 0.6s ease;
}
.primary-button .su_button_circle.explode-circle {
  width: 300px;
  height: 300px;
}
.primary-button .su_button_circle.desplode-circle {
  width: 0;
  height: 0;
  transition: width 0.4s ease, height 0.4s ease;
}
.primary-button:hover {
  color: #ffffff;
}
.primary-button.contact-section-button {
  background-color: #b64910 !important;
}
.primary-button.contact-section-button .su_button_circle {
  background-color: #000000;
}
.primary-button.contact-section-button:hover, .primary-button.contact-section-button.hovered {
  background-color: #000000 !important;
}
@media screen and (max-width: 768px) {
  .primary-button {
    height: 42px;
  }
}

.contact-us-button {
  background-color: #b64910;
  border-radius: 112px;
  color: #ffffff;
  font-size: 16px;
  height: 48px;
  border: none;
  padding-inline: 45px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  line-height: 48px;
}
.contact-us-button .su_button_circle {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: width 0.6s ease, height 0.6s ease;
}
.contact-us-button .su_button_circle.explode-circle {
  width: 300px;
  height: 300px;
}
.contact-us-button .su_button_circle.desplode-circle {
  width: 0;
  height: 0;
  transition: width 0.4s ease, height 0.4s ease;
}
.contact-us-button:hover {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact-us-button {
    height: 42px;
    line-height: 42px;
  }
}

.yellow-text {
  color: #FFCD00;
}

.main-title {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-family: "avenirblack";
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .main-title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .main-title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
@media screen and (max-width: 820px) {
  .main-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .main-title {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
.main-title span {
  color: #BB88DC;
}

.site-content {
  overflow: hidden;
}

.bg_title_main {
  width: 100%;
  position: relative;
}
.bg_title_main .main-button {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.title_bg {
  content: "";
  width: 1000px;
  height: 150px;
  background-size: contain;
  background-position: right center;
  background-repeat: repeat;
  position: absolute;
  top: -20px;
  left: -905px;
  z-index: -1;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .title_bg {
    top: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .title_bg {
    height: 125px;
    top: -22px;
  }
}
@media screen and (max-width: 820px) {
  .title_bg {
    height: 110px;
    top: -20px;
  }
}
@media screen and (max-width: 500px) {
  .title_bg {
    height: 88px;
    top: -13px;
    left: -940px;
  }
}

.we_do_card {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 100px 0px 0px 0px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .we_do_card {
    border-radius: 35px 0px 0px 0px;
    padding: 4px;
  }
}
.we_do_card:hover::after {
  width: 100%;
  height: 100%;
}
.we_do_card:hover .we_do_card_inner {
  border-radius: 95px 0px 0px 0px;
  background: #541379;
  background: linear-gradient(169deg, rgb(84, 19, 121) 62%, rgba(84, 19, 121, 0.5) 100%);
}
@media screen and (max-width: 820px) {
  .we_do_card:hover .we_do_card_inner {
    border-radius: 30px 0px 0px 0px;
  }
}
.we_do_card::after {
  content: "";
  width: 30%;
  height: 40%;
  background-color: #FFCD00;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px 0px 0px 0px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1600px) {
  .we_do_card::after {
    border-radius: 90px 0px 0px 0px;
  }
}
@media screen and (max-width: 820px) {
  .we_do_card::after {
    border-radius: 35px 0px 0px 0px;
  }
}
.we_do_card .we_do_card_inner {
  width: 100%;
  height: 100%;
  min-height: 215px;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  border-radius: 85px 0px 0px 0px;
  backdrop-filter: blur(7.5px) brightness(100%);
  -webkit-backdrop-filter: blur(7.5px) brightness(100%);
  background: #541379;
  background: linear-gradient(149deg, rgb(84, 19, 121) 25%, rgba(84, 19, 121, 0.5) 100%);
  padding: 40px 20px 30px 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .we_do_card .we_do_card_inner {
    padding: 30px 15px 20px 30px;
  }
}
@media screen and (max-width: 820px) {
  .we_do_card .we_do_card_inner {
    padding: 25px 10px 15px 15px;
    border-radius: 30px 0px 0px 0px;
    min-height: 320px;
  }
}
@media screen and (max-width: 500px) {
  .we_do_card .we_do_card_inner {
    min-height: 250px;
  }
}
.we_do_card .we_do_card_inner .we_do_icon {
  width: 70px;
}
.we_do_card .we_do_card_inner .we_do_icon img {
  max-width: 50px;
  height: auto;
  display: block;
}
.we_do_card .we_do_card_inner .we_do_detail {
  width: calc(100% - 70px);
}
@media screen and (max-width: 820px) {
  .we_do_card .we_do_card_inner .we_do_detail {
    width: 100%;
    margin-top: 20px;
  }
}
.we_do_card .we_do_card_inner .we_do_detail h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "avenirheavy";
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .we_do_card .we_do_card_inner .we_do_detail h4 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}

.learn_more_btn {
  line-height: 32px;
  font-size: 15px;
  padding-right: 40px;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.learn_more_btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.learn_more_btn:hover::after {
  background-position: center left;
}
.learn_more_btn::after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #FFCD00;
  border-radius: 100%;
  background-image: url("../images/learn_arrow.png");
  transition: all 0.3s ease-out;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.team_card {
  width: 100%;
  border-radius: 50px 0 50px 0;
  padding: 3px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .team_card {
    border-radius: 30px 0 30px 0;
  }
}
.team_card::after {
  content: "";
  width: 50%;
  height: 30%;
  z-index: -1;
  background-color: #FFCD00;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.team_card::before {
  content: "";
  width: 50%;
  height: 30%;
  z-index: -1;
  background-color: #FFCD00;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.team_card:hover::after {
  width: 100%;
  height: 100%;
}
.team_card:hover::before {
  width: 100%;
  height: 100%;
}
.team_card .team_card_social {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.team_card .team_card_inner {
  border-radius: 48px 0 48px 0;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .team_card .team_card_inner {
    border-radius: 27px 0 27px 0;
  }
}
.team_card .team_card_inner .team_card_img {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 1600px) {
  .team_card .team_card_inner .team_card_img {
    height: 350px;
  }
}
@media screen and (max-width: 840px) {
  .team_card .team_card_inner .team_card_img {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .team_card .team_card_inner .team_card_img {
    height: 250px;
  }
}
.team_card .team_card_inner .team_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease-out;
}
.team_card .team_card_inner .team_card_img:hover img {
  transform: scale(1.1);
}
.team_card .team_card_content {
  width: 100%;
  padding: 25px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .team_card .team_card_content {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .team_card .team_card_content {
    padding: 15px 10px;
  }
}
.team_card .team_card_content h4 {
  color: #fff;
  font-size: 1.4375rem;
  line-height: 100%;
  font-family: "avenirheavy";
  font-weight: 900;
  margin-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .team_card .team_card_content h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.team_card .team_card_content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 100%;
}

.main-button {
  width: -moz-max-content;
  width: max-content;
  font-family: "avenir_regular";
  font-weight: 400;
  height: 58px;
  font-size: 15px;
  line-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #000000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .main-button {
    height: 50px;
    font-size: 14px;
    line-height: 52px;
  }
}
.main-button.violet-btn .button-text {
  background-color: #B13AE7;
  color: #fff;
}
.main-button.violet-btn .button-icon-right {
  background-color: #B13AE7;
}
.main-button.violet-btn .button-icon-right img {
  filter: brightness(0) invert(1);
}
.main-button.violet-btn:hover .button-text {
  background-color: #4E1271;
}
.main-button.violet-btn:hover .button-icon-right {
  background-color: #4E1271;
}
.main-button:hover .button-text {
  background-color: #fff;
}
.main-button:hover .button-icon-right {
  background-color: #fff;
}
.main-button .button-text {
  padding: 0 25px;
  min-width: 140px;
  height: 58px;
  text-align: center;
  line-height: 60px;
  border-radius: 58px;
  font-size: 15px;
  background-color: #FFCD00;
  color: #000000;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .main-button .button-text {
    height: 50px;
    line-height: 52px;
    font-size: 15px;
    padding: 0 20px;
  }
}
.main-button .button-icon-right {
  width: 58px;
  height: 58px;
  background-color: #FFCD00;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .main-button .button-icon-right {
    width: 50px;
    height: 50px;
  }
}
.main-button .button-icon-right img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(1) invert(1);
}
.main-button .button-icon-right.left {
  position: absolute;
  left: -58px;
  opacity: 0;
  transform: translateX(-10px);
  z-index: 3;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-button .button-icon-right:not(.left) {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}
.main-button:hover .button-text {
  transform: translateX(58px);
}
.main-button:hover .button-icon-right.left {
  left: 0;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.main-button:hover .button-icon-right:not(.left) {
  transform: translateX(60px);
  opacity: 0;
}

.mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .mobile {
    display: inline-flex;
  }
}

.desktop {
  display: inline-flex;
}
@media screen and (max-width: 500px) {
  .desktop {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 40px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.site-header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  padding: 20px 0;
  box-shadow: inset 5px 5px 4px 0px rgba(255, 255, 255, 0.1), inset -5px -5px 250px 0px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(21px);
}
.site-header .header-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-header .main-navigation {
  margin-left: auto;
}
.site-header .main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1600px) {
  .site-header .main-navigation ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .site-header .main-navigation ul {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation ul {
    gap: 10px;
  }
}
.site-header .main-navigation ul li {
  list-style: none;
}
.site-header .main-navigation ul li a {
  font-size: 1.0625rem;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .site-header .main-navigation ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1400px) {
  .site-header .main-navigation ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation ul li a {
    font-size: 0.625rem;
  }
}
.site-header .header-contact {
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1600px) {
  .site-header .header-contact {
    margin-left: 30px;
    gap: 10px;
  }
}
.site-header .contact-button {
  width: -moz-max-content;
  width: max-content;
  padding: 0 25px;
  display: inline-flex;
  font-family: "avenir_regular";
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  border: 2px solid #FFCD00;
  border-radius: 48px;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-header .contact-button {
    font-size: 0.8125rem;
    padding: 0 10px;
    line-height: 42px;
    border-radius: 44px;
  }
}
.site-header .contact-button:hover {
  background-color: #FFCD00;
  color: #000000;
}
.site-header .header-button {
  width: -moz-max-content;
  width: max-content;
  font-family: "avenir_regular";
  font-weight: 400;
  height: 48px;
  font-size: 15px;
  line-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.site-header .header-button .button-text {
  padding: 0 25px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  font-size: 15px;
  background-color: #082463;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .site-header .header-button .button-text {
    font-size: 0.8125rem;
    padding: 0 10px;
    line-height: 45px;
    border-radius: 45px;
  }
}
.site-header .header-button .button-icon-right {
  width: 48px;
  height: 48px;
  background-color: #082463;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .header-button .button-icon-right {
    width: 45px;
    height: 45px;
  }
}
.site-header .header-button .button-icon-right img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .header-button .button-icon-right.left {
  position: absolute;
  left: -50px;
  opacity: 0;
  transform: translateX(-10px);
  z-index: 3;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .header-button .button-icon-right:not(.left) {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}
.site-header .header-button:hover .button-text {
  transform: translateX(48px);
}
.site-header .header-button:hover .button-icon-right.left {
  left: 0;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.site-header .header-button:hover .button-icon-right:not(.left) {
  transform: translateX(50px);
  opacity: 0;
}

.mobile-menu-toggle {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  width: 40px;
  height: 20px;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  gap: 5px;
  z-index: 1001;
  border-radius: 4px;
}
.mobile-menu-toggle .hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.mobile-menu-toggle .hamburger-line:nth-child(2) {
  width: 32px;
  margin-top: 1px;
}

@media screen and (max-width: 1000px) {
  .site-header {
    padding: 20px 0;
    background-color: rgba(26, 26, 46, 0.95);
  }
  .site-header .header-content {
    position: relative;
  }
  .site-header .main-navigation,
  .site-header .header-contact {
    display: none !important;
  }
  .site-header .mobile-menu-toggle {
    display: flex;
  }
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #420E5D;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    overflow: hidden;
  }
  .mobile-menu-overlay::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/mob-bg.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 3;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .mobile-menu-overlay::before {
    width: 32%;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-menu-inner {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .mobile-menu-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 20px;
    background: radial-gradient(closest-side, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: 2px solid #5C3D6C;
    box-shadow: inset 5px 5px 4px 0px rgba(255, 255, 255, 0.1), inset -5px -5px 250px 0px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(21px);
    z-index: 4;
  }
  .mobile-menu-logo {
    flex-shrink: 0;
  }
  .mobile-menu-logo a {
    display: block;
  }
  .mobile-menu-logo img {
    height: 40px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-menu-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }
  .mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-family: "avenir_regular", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    border-radius: 48px;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  .mobile-menu-btn img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-menu-btn.mobile-menu-btn-primary {
    background-color: #1a2d5e;
    border: 2px solid #1a2d5e;
  }
  .mobile-menu-btn.mobile-menu-btn-primary:hover {
    background-color: #243a6f;
    border-color: #243a6f;
  }
  .mobile-menu-btn.mobile-menu-btn-outline {
    background: transparent;
    border: 2px solid #ffa500;
  }
  .mobile-menu-btn.mobile-menu-btn-outline:hover {
    background-color: rgba(255, 165, 0, 0.2);
  }
  .mobile-menu-close {
    position: absolute;
    top: 120px;
    right: 25px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 0;
    z-index: 6;
    transition: opacity 0.3s ease;
  }
  .mobile-menu-close:hover {
    opacity: 0.8;
  }
  .mobile-menu-nav {
    flex: 1;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
  }
  .mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .mobile-nav-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-nav-menu li a {
    font-family: "avenir_regular", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1024px) {
  .mobile-nav-menu li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .mobile-nav-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .mobile-nav-menu li a:hover {
    color: #ffcd00;
  }
  .mobile-menu-social {
    margin-top: auto;
    position: absolute;
    bottom: 35px;
    left: 20px;
    right: 0;
  }
  .mobile-menu-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu-social li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #C587E1;
    border-radius: 10px 10px 0 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .mobile-menu-social li a:hover {
    background-color: #ffcd00;
    color: #000;
  }
  .mobile-menu-decor {
    position: absolute;
    right: -20%;
    bottom: -10%;
    width: 70%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(178, 142, 235, 0.15) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
  }
  .mobile-menu-content {
    padding: 180px 20px 30px;
    background-image: url(../images/mobile-menu-bg.png);
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  .mobile-menu-overlay {
    display: none !important;
  }
}
@media screen and (min-width: 820px) {
  .mobile-menu-social li a {
    width: 40px;
    height: 40px;
  }
}
.main-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main-banner .banner-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-banner .banner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.main-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4F1272;
  background: linear-gradient(180deg, rgba(79, 18, 114, 0.15) 43%, rgb(79, 18, 114) 96%);
  z-index: 2;
}
.main-banner .banner-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%);
  position: absolute;
  top: 0;
  z-index: 3;
}
.main-banner .banner-content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 9;
  bottom: 200px;
}
.main-banner .banner-content .banner-content-inner {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.main-banner .banner-content .banner-content-inner .banner-img-one {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 18%;
  top: -30px;
}
@media screen and (max-width: 1600px) {
  .main-banner .banner-content .banner-content-inner .banner-img-one {
    width: 70px;
    top: -25px;
  }
}
@media screen and (max-width: 820px) {
  .main-banner .banner-content .banner-content-inner .banner-img-one {
    width: 50px;
    top: -20px;
  }
}
.main-banner .banner-content .banner-content-inner .banner-img-two {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 9%;
  bottom: 54%;
}
@media screen and (max-width: 1600px) {
  .main-banner .banner-content .banner-content-inner .banner-img-two {
    width: 35px;
  }
}
@media screen and (max-width: 820px) {
  .main-banner .banner-content .banner-content-inner .banner-img-two {
    width: 20px;
    right: 28%;
    bottom: 65%;
  }
}
.main-banner .banner-content h1 {
  font-size: 6.25rem;
  line-height: 6.25rem;
  font-family: "avenirblack";
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .main-banner .banner-content h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 1400px) {
  .main-banner .banner-content h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-banner .banner-content h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 820px) {
  .main-banner .banner-content h1 {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
@media screen and (max-width: 820px) {
  .main-banner .banner-content h1 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 768px) {
  .main-banner {
    height: 80vh;
  }
}
@media (max-width: 600px) {
  .main-banner {
    height: 70vh;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: left;
  overflow: hidden;
  background: #082463;
}
.inner-banner::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner {
    min-height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    min-height: 350px;
  }
}

.inner-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.inner-banner-image img,
.inner-banner-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.inner-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 1, 126, 0.2);
  z-index: 1;
}

.inner-banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 110px;
}

.inner-banner-title {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-family: "avenirblack";
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .inner-banner-title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner-title {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner-title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

.story-section {
  background-color: #4F1272;
  position: relative;
  z-index: 9;
  min-height: 800px;
}
@media screen and (max-width: 1600px) {
  .story-section {
    min-height: auto;
  }
}

.story_object1 {
  width: 400px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .story_object1 {
    width: 280px;
  }
}
@media screen and (max-width: 1400px) {
  .story_object1 {
    width: 240px;
    top: -95px;
  }
}
@media screen and (max-width: 820px) {
  .story_object1 {
    width: 26%;
    top: 43%;
  }
}
.story_object1 img {
  width: 100%;
  height: auto;
  display: block;
}

.story_object2 {
  width: 320px;
  position: absolute;
  right: 24%;
  top: 70px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .story_object2 {
    width: 260px;
    right: 27%;
  }
}
@media screen and (max-width: 1400px) {
  .story_object2 {
    width: 225px;
    right: 28%;
  }
}
@media screen and (max-width: 820px) {
  .story_object2 {
    width: 150px;
    right: 6%;
    top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .story_object2 {
    width: 128px;
    right: 5%;
    top: 8px;
  }
}
.story_object2 img {
  width: 100%;
  height: auto;
  display: block;
}

.story-section-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.story-section-inner .story-section_left {
  width: 40%;
  padding-right: 10%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .story-section-inner .story-section_left {
    width: 80%;
    padding-right: 10%;
  }
}
.story-section-inner .story-section_left .story-section_left_inner {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .story-section-inner .story-section_left .story-section_left_inner {
    margin-top: 55px;
  }
}
.story-section-inner .story-section_left .story-section_left_inner .story-section_left_inner_icon {
  width: 130px;
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 1600px) {
  .story-section-inner .story-section_left .story-section_left_inner .story-section_left_inner_icon {
    width: 105px;
    top: -35px;
  }
}
@media screen and (max-width: 1400px) {
  .story-section-inner .story-section_left .story-section_left_inner .story-section_left_inner_icon {
    width: 80px;
    top: -30px;
  }
}
@media screen and (max-width: 820px) {
  .story-section-inner .story-section_left .story-section_left_inner .story-section_left_inner_icon {
    width: 60px;
    top: -25px;
    right: 20%;
  }
}
.story-section-inner .story-section_left .story-section_left_inner .story-section_left_inner_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.story-section-inner .story-section_left .story-section_left_inner h4 {
  font-size: 1.875rem;
  line-height: 2.0625rem;
  font-family: "avenirheavy";
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .story-section-inner .story-section_left .story-section_left_inner h4 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 1400px) {
  .story-section-inner .story-section_left .story-section_left_inner h4 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.story-section-inner .story-section_right {
  width: 60%;
  position: relative;
  margin-top: 185px;
}
@media screen and (max-width: 820px) {
  .story-section-inner .story-section_right {
    margin-top: 50px;
    width: 100%;
    padding-left: 20px;
  }
}
.story-section-inner .story-section_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.story-section-inner .story-section_right ul li {
  width: 48%;
  position: relative;
  overflow: hidden;
}
.story-section-inner .story-section_right ul li:hover img {
  transform: scale(1.1);
}
.story-section-inner .story-section_right ul li:first-child {
  border-top-left-radius: 50px;
}
@media screen and (max-width: 500px) {
  .story-section-inner .story-section_right ul li:first-child {
    border-top-left-radius: 30px;
  }
}
.story-section-inner .story-section_right ul li:last-child {
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 500px) {
  .story-section-inner .story-section_right ul li:last-child {
    border-bottom-right-radius: 30px;
  }
}
.story-section-inner .story-section_right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}

.story-round {
  width: 132px;
  position: absolute;
  right: 24%;
  bottom: -65px;
  z-index: 8;
}
@media screen and (max-width: 1600px) {
  .story-round {
    width: 100px;
    right: 27%;
    bottom: -50px;
  }
}
@media screen and (max-width: 1400px) {
  .story-round {
    width: 80px;
    right: 27%;
    bottom: -40px;
  }
}
@media screen and (max-width: 820px) {
  .story-round {
    width: 70px;
    right: 13%;
    bottom: -30px;
  }
}
@media screen and (max-width: 500px) {
  .story-round {
    width: 48px;
    right: 12%;
    bottom: -24px;
  }
}
.story-round img {
  width: 100%;
  height: auto;
  display: block;
}

.story-red-round {
  width: 200px;
  position: absolute;
  left: -90px;
  top: -90px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .story-red-round {
    width: 165px;
    left: -75px;
    top: -70px;
  }
}
@media screen and (max-width: 1400px) {
  .story-red-round {
    width: 140px;
    left: -60px;
    top: -60px;
  }
}
@media screen and (max-width: 820px) {
  .story-red-round {
    width: 90px;
    left: -11px;
    top: -30px;
  }
}
@media screen and (max-width: 500px) {
  .story-red-round {
    width: 74px;
    left: -8px;
    top: -25px;
  }
}
.story-red-round img {
  width: 100%;
  height: auto;
  display: block;
}

.story-red-dots {
  width: 160px;
  height: auto;
  position: absolute;
  left: -100px;
  bottom: -31px;
  z-index: 8;
}
@media screen and (max-width: 1600px) {
  .story-red-dots {
    width: 130px;
    left: -88px;
    bottom: -27px;
  }
}
@media screen and (max-width: 820px) {
  .story-red-dots {
    width: 115px;
    left: -65px;
    bottom: -22px;
    z-index: -1;
  }
}
.story-red-dots img {
  width: 100%;
  height: auto;
  display: block;
}

.what-we-do-section {
  background: #8028B1;
  background: linear-gradient(180deg, rgb(79, 18, 114) 25%, rgb(136, 24, 148) 58%);
  position: relative;
  z-index: 8;
  min-height: 700px;
}
@media screen and (max-width: 820px) {
  .what-we-do-section {
    padding-top: 80px;
  }
}
.what-we-do-section .we-do-object1 {
  width: 220px;
  height: auto;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 1;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .what-we-do-section .we-do-object1 {
    width: 170px;
    top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .what-we-do-section .we-do-object1 {
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .what-we-do-section .we-do-object1 {
    width: 95px;
  }
}
@media screen and (max-width: 500px) {
  .what-we-do-section .we-do-object1 {
    width: 70px;
  }
}
.what-we-do-section .we-do-object1 img {
  width: 100%;
  height: auto;
  display: block;
}
.what-we-do-section .what-we-do-list {
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .what-we-do-section .what-we-do-list {
    margin-top: 50px;
  }
}
.what-we-do-section .what-we-do-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .what-we-do-section .what-we-do-list ul {
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .what-we-do-section .what-we-do-list ul {
    gap: 10px;
  }
}
.what-we-do-section .what-we-do-list ul li {
  width: calc(33.333% - 20px);
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .what-we-do-section .what-we-do-list ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 820px) {
  .what-we-do-section .what-we-do-list ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .what-we-do-section .what-we-do-list ul li {
    width: 100%;
  }
}
.what-we-do-section .what-we-do-list ul li:last-child .we_do_card_inner {
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .what-we-do-section .what-we-do-list ul li:last-child .we_do_card_inner {
    min-height: 150px;
    padding: 20px 10px 20px 10px;
  }
}
.what-we-do-section .what-we-do-list ul li:last-child .we_do_card_inner .learn_more_btn {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .what-we-do-section .what-we-do-list ul li:last-child .we_do_card_inner .learn_more_btn {
    font-size: 17px;
  }
}
.what-we-do-section .we-do-object2 {
  width: 240px;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .what-we-do-section .we-do-object2 {
    width: 170px;
  }
}
@media screen and (max-width: 1400px) {
  .what-we-do-section .we-do-object2 {
    width: 150px;
    left: 6%;
  }
}
@media screen and (max-width: 820px) {
  .what-we-do-section .we-do-object2 {
    width: 55px;
    left: 5%;
    bottom: -15px;
  }
}
.what-we-do-section .we-do-object2 img {
  width: 100%;
  height: auto;
  display: block;
}
.what-we-do-section .team-bg2 {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: -190px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .what-we-do-section .team-bg2 {
    width: 35%;
    bottom: -150px;
  }
}
@media screen and (max-width: 820px) {
  .what-we-do-section .team-bg2 {
    width: 70%;
    bottom: -70px;
  }
}
.what-we-do-section .team-bg2 img {
  width: 100%;
  height: auto;
  display: block;
}

.hme-team-section {
  background: #8028B1;
  background: linear-gradient(180deg, rgb(136, 24, 148) 0%, rgb(136, 24, 148) 58%);
  position: relative;
  z-index: 7;
  min-height: 700px;
  overflow: visible;
}
@media screen and (max-width: 820px) {
  .hme-team-section {
    padding-top: 80px;
  }
}
.hme-team-section .team-bg1 {
  width: 210px;
  position: absolute;
  left: 43%;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .hme-team-section .team-bg1 {
    width: 190px;
  }
}
@media screen and (max-width: 1400px) {
  .hme-team-section .team-bg1 {
    width: 165px;
    top: 25px;
  }
}
@media screen and (max-width: 820px) {
  .hme-team-section .team-bg1 {
    width: 100px;
    top: 65px;
    right: 20px;
    left: unset;
  }
}
.hme-team-section .team-bg1 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-team-section .hme_team_list {
  width: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 1600px) {
  .hme-team-section .hme_team_list {
    padding-top: 60px;
  }
}
.hme-team-section .hme_team_list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1600px) {
  .hme-team-section .hme_team_list ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hme-team-section .hme_team_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .hme-team-section .hme_team_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    justify-content: center;
  }
}
.hme-team-section .hme_team_list ul li {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .hme-team-section .hme_team_list ul li:last-child {
    width: 55%;
  }
}
@media screen and (max-width: 820px) {
  .hme-team-section .hme_team_list ul li {
    width: calc(50% - 10px);
  }
}

.team_card_last {
  width: 100%;
  padding: 0;
  border-radius: 50px 0 50px 0;
  position: relative;
  overflow: hidden;
}
.team_card_last .team_card_last_inner {
  border-radius: 50px 0 50px 0;
  background-color: #FFCD00;
  border: 3px solid #FFCD00;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .team_card_last .team_card_last_inner {
    min-height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .team_card_last .team_card_last_inner {
    min-height: 250px;
  }
}
.team_card_last .team_card_last_inner:hover {
  border: 3px solid #000000;
}
.team_card_last .team_card_last_inner .team_card_last_content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
.team_card_last .team_card_last_inner .team_card_last_content h4 {
  font-size: 2.1875rem;
  line-height: 100%;
  color: #000000;
  font-family: "avenirheavy";
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .team_card_last .team_card_last_inner .team_card_last_content h4 {
    font-size: 2rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 1400px) {
  .team_card_last .team_card_last_inner .team_card_last_content h4 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.team_card_last .team_card_last_inner .team_card_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.team_card_last .team_card_last_inner .team_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team_card_last .learn_more_btn {
  margin-top: 10px;
  color: #000000;
}
.team_card_last .learn_more_btn::after {
  background-color: #000000;
  background-image: url("../images/learn_arrow_black.png");
}

.hme-passion-slider-section {
  background: #991975;
  background: linear-gradient(180deg, rgb(136, 24, 148) 5%, rgb(156, 25, 112) 62%);
  min-height: 700px;
  overflow: visible;
}
.hme-passion-slider-section .hme-passion-slider-section-inner {
  position: relative;
  z-index: 8;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .hme-passion-slider-section .hme-passion-slider-section-inner {
    padding-top: 100px;
  }
}
.hme-passion-slider-section .passion_icon_one {
  position: absolute;
  left: 5%;
  top: -40px;
  width: 280px;
}
@media screen and (max-width: 1600px) {
  .hme-passion-slider-section .passion_icon_one {
    width: 230px;
    top: -30px;
  }
}
@media screen and (max-width: 1400px) {
  .hme-passion-slider-section .passion_icon_one {
    width: 200px;
    left: 3%;
  }
}
@media screen and (max-width: 820px) {
  .hme-passion-slider-section .passion_icon_one {
    width: 100px;
    left: 3%;
  }
}
.hme-passion-slider-section .passion_icon_one img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-passion-slider-section .hme-passion_title {
  width: 100%;
  text-align: center;
  position: relative;
}
.hme-passion-slider-section .hme-passion_title .hme-passion_title_bg {
  position: absolute;
  width: 260px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .hme-passion-slider-section .hme-passion_title .hme-passion_title_bg {
    width: 160px;
    top: -90px;
  }
}
@media screen and (max-width: 1400px) {
  .hme-passion-slider-section .hme-passion_title .hme-passion_title_bg {
    width: 130px;
    top: -70px;
  }
}
@media screen and (max-width: 820px) {
  .hme-passion-slider-section .hme-passion_title .hme-passion_title_bg {
    width: 110px;
    top: -50px;
  }
}
.hme-passion-slider-section .hme-passion_title .hme-passion_title_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-passion-slider-section .hme-passion_title h2 {
  font-size: 10rem;
  line-height: 100%;
  font-family: "avenirlight";
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .hme-passion-slider-section .hme-passion_title h2 {
    font-size: 8.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .hme-passion-slider-section .hme-passion_title h2 {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .hme-passion-slider-section .hme-passion_title h2 {
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .hme-passion-slider-section .hme-passion_title h2 {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 500px) {
  .hme-passion-slider-section .hme-passion_title h2 {
    font-size: 3.125rem;
  }
}
.hme-passion-slider-section .hme-passion_title h2 span {
  font-family: "avenirblack";
  font-weight: 900;
  display: block;
}

.passion-slider-main {
  width: 100%;
  margin-top: 50px;
  position: relative;
  overflow: visible;
  padding: 0;
}
@media (max-width: 768px) {
  .passion-slider-main {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .passion-slider-main {
    padding: 0 10px;
  }
}
.passion-slider-main .passionSwiper {
  width: 100%;
  padding: 0;
  min-height: auto;
  margin-left: -5px;
}
.passion-slider-main .passionSwiper .swiper-wrapper {
  height: auto !important;
}
@media screen and (max-width: 1600px) {
  .passion-slider-main .passionSwiper {
    height: 520px;
  }
}
@media screen and (max-width: 1400px) {
  .passion-slider-main .passionSwiper {
    height: 480px;
  }
}
@media screen and (max-width: 1600px) {
  .passion-slider-main .passionSwiper {
    margin-left: -10px;
  }
}
@media screen and (max-width: 820px) {
  .passion-slider-main .passionSwiper {
    height: 450px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 500px) {
  .passion-slider-main .passionSwiper {
    margin-left: 0;
    overflow: visible;
  }
}
.passion-slider-main .passionSwiper .swiper-wrapper {
  align-items: center;
}
.passion-slider-main .passionSwiper .swiper-slide {
  width: auto;
  height: 100%;
  /* Do NOT override transform – Swiper coverflow needs it for rotate effect */
}
.passion-slider-main .passionSwiper .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  transition: all 0.3s ease !important;
}
@media (max-width: 768px) {
  .passion-slider-main .passionSwiper .swiper-slide {
    width: 100%;
  }
}
.passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.passion-slider-main .passionSwiper .swiper-slide.swiper-slide-active {
  width: 380px !important;
  z-index: 2;
  margin-left: -5px;
  transform: none !important;
}
.passion-slider-main .passionSwiper .swiper-slide.swiper-slide-active .passion-slide-content {
  transform: scale(1) !important;
}
@media screen and (max-width: 1024px) {
  .passion-slider-main .passionSwiper .swiper-slide.swiper-slide-active {
    width: 355px !important;
  }
}
@media screen and (max-width: 820px) {
  .passion-slider-main .passionSwiper .swiper-slide.swiper-slide-active {
    width: 250px !important;
  }
}
@media screen and (max-width: 768px) {
  .passion-slider-main .passionSwiper .swiper-slide.swiper-slide-active {
    width: auto !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .passion-slider-main .passionSwiper .swiper-slide.swiper-slide-active {
    width: auto !important;
    margin-left: 0px;
  }
}
.passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 1600px) {
  .passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
    height: 520px;
  }
}
@media screen and (max-width: 1400px) {
  .passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
    height: 700px;
  }
}
@media screen and (max-width: 820px) {
  .passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
    height: 450px;
  }
}
.passion-slider-main .passionSwiper .swiper-slide .passion-slide-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.passion-slider-main .passionSwiper .swiper-slide .passion-slide-content {
  overflow: hidden;
}
.passion-slider-main .passionSwiper .swiper-slide .passion-slide-content img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.passion-slider-main .passion-swiper-prev {
  left: -80px !important;
  background-image: url(../images/passion-prev.svg) !important;
}
@media screen and (max-width: 1600px) {
  .passion-slider-main .passion-swiper-prev {
    left: -50px !important;
  }
}
@media screen and (max-width: 1400px) {
  .passion-slider-main .passion-swiper-prev {
    left: -10px !important;
  }
}
@media screen and (max-width: 768px) {
  .passion-slider-main .passion-swiper-prev {
    left: 8px !important;
    z-index: 12;
  }
}
.passion-slider-main .passion-swiper-next {
  right: -80px !important;
  background-image: url(../images/passion-next.svg) !important;
}
@media screen and (max-width: 1600px) {
  .passion-slider-main .passion-swiper-next {
    right: -50px !important;
  }
}
@media screen and (max-width: 1400px) {
  .passion-slider-main .passion-swiper-next {
    right: -10px !important;
  }
}
@media screen and (max-width: 768px) {
  .passion-slider-main .passion-swiper-next {
    right: 8px !important;
    z-index: 12;
  }
}
.passion-slider-main .passion-swiper-next,
.passion-slider-main .passion-swiper-prev {
  width: 58px;
  height: 58px;
  background: rgba(158, 119, 169, 0.5);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  background-position: center !important;
  background-repeat: no-repeat !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  border: none;
}
.passion-slider-main .passion-swiper-next svg,
.passion-slider-main .passion-swiper-prev svg {
  display: none !important;
}
.passion-slider-main .passion-swiper-next:hover,
.passion-slider-main .passion-swiper-prev:hover {
  background: rgb(158, 119, 169);
}
.passion-slider-main .passion-swiper-next::after,
.passion-slider-main .passion-swiper-prev::after {
  display: none !important;
}
@media (max-width: 768px) {
  .passion-slider-main .passion-swiper-next,
  .passion-slider-main .passion-swiper-prev {
    width: 40px;
    height: 40px;
  }
  .passion-slider-main .passion-swiper-next::after,
  .passion-slider-main .passion-swiper-prev::after {
    font-size: 18px;
  }
}

.passion_swiper_content_wrapper {
  position: absolute;
  width: 100%;
  height: 504px;
  max-width: 500px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-49%);
  z-index: 10;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .passion_swiper_content_wrapper {
    max-width: 100%;
    max-width: 380px;
    padding: 30px 20px 40px;
    min-height: 150px;
    bottom: 15px;
  }
}
@media (max-width: 500px) {
  .passion_swiper_content_wrapper {
    max-width: 280px;
    padding: 20px 15px 35px;
    bottom: 10px;
  }
}

.passion_swiper_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.6s ease, visibility 0.4s ease;
  z-index: 1;
  display: none !important;
}
.passion_swiper_content:not(.active):not(.slide-in) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.passion_swiper_content.active {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 2;
}
.passion_swiper_content.slide-in {
  display: block !important;
  animation: slideUpFromBottom 0.6s ease forwards;
  pointer-events: auto;
  z-index: 2;
}
.passion_swiper_content.slide-out {
  display: none !important;
  transform: translateY(100%);
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1;
}
.passion_swiper_content h3 {
  font-size: 3.4375rem;
  line-height: 100%;
  font-family: "avenirblack";
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .passion_swiper_content h3 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .passion_swiper_content h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .passion_swiper_content h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .passion_swiper_content h3 {
    font-size: 1.375rem;
  }
}
.passion_swiper_content p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .passion_swiper_content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .passion_swiper_content p {
    font-size: 0.9375rem;
  }
}

@keyframes slideUpFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.passion_icon_two {
  position: absolute;
  width: 200px;
  right: 0;
  top: 8%;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .passion_icon_two {
    width: 170px;
    top: 6%;
  }
}
@media screen and (max-width: 1600px) {
  .passion_icon_two {
    width: 130px;
    top: 4%;
  }
}
@media screen and (max-width: 820px) {
  .passion_icon_two {
    width: 70px;
    top: 24%;
    z-index: -1;
  }
}
.passion_icon_two img {
  width: 100%;
  height: auto;
  display: block;
}

.passion-slide-btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.hme-destination-section {
  background: #9C1970;
  background: linear-gradient(180deg, rgb(156, 25, 112) 0%, rgb(126, 33, 108) 48%);
  position: relative;
  z-index: 7;
  min-height: 700px;
  overflow: visible;
}
.hme-destination-section .des-icon1 {
  position: absolute;
  top: 110px;
  right: 5%;
  width: 300px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .des-icon1 {
    top: 100px;
    right: 2%;
    width: 250px;
  }
}
@media screen and (max-width: 1400px) {
  .hme-destination-section .des-icon1 {
    top: 90px;
    right: 1%;
    width: 200px;
  }
}
@media screen and (max-width: 820px) {
  .hme-destination-section .des-icon1 {
    top: 80px;
    right: 3%;
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  .hme-destination-section .des-icon1 {
    top: 0px;
    right: 2%;
    width: 110px;
  }
}
.hme-destination-section .des-icon1 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-destination-section .des-slider-wrapper {
  position: relative;
  width: 100%;
  min-height: auto;
  display: flex;
  margin-top: 60px;
  overflow: hidden;
}
.hme-destination-section .des-slider-wrapper:has(.des_slider_item:not(.active):hover) .des_slider_item.active {
  width: 15%;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper:has(.des_slider_item:not(.active):hover) .des_slider_item.active .des_slider_item_content {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper:has(.des_slider_item:not(.active):hover) .des_slider_item.active .gradient_overlay {
  display: flex;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper:not(:has(.des_slider_item:hover)) .des_slider_item.active {
  width: 55%;
}
.hme-destination-section .des-slider-wrapper:not(:has(.des_slider_item:hover)) .des_slider_item.active .des_slider_item_content {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper:not(:has(.des_slider_item:hover)) .des_slider_item.active .gradient_overlay {
  display: none;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper .des_slider_item {
  width: 15%;
  height: 1000px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item {
    height: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item {
    height: 650px;
  }
}
.hme-destination-section .des-slider-wrapper .des_slider_item.active {
  width: 55%;
}
.hme-destination-section .des-slider-wrapper .des_slider_item.active .des_slider_item_content {
  min-width: 600px;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.hme-destination-section .des-slider-wrapper .des_slider_item.active .des_slider_item_content h3 {
  opacity: 1;
  visibility: visible;
}
.hme-destination-section .des-slider-wrapper .des_slider_item.active .des_slider_item_content .des_slider_item_content_bottom {
  opacity: 1;
  visibility: visible;
}
.hme-destination-section .des-slider-wrapper .des_slider_item.active .gradient_overlay {
  display: none;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):hover {
  width: 55%;
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):hover .des_slider_item_content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):hover .des_slider_item_content h3 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):hover .des_slider_item_content .des_slider_item_content_bottom {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):hover .gradient_overlay {
  display: none;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):not(:hover) .des_slider_item_content h3 {
  opacity: 0;
  visibility: hidden;
}
.hme-destination-section .des-slider-wrapper .des_slider_item:not(.active):not(:hover) .des_slider_item_content .des_slider_item_content_bottom {
  opacity: 0;
  visibility: hidden;
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  z-index: 1;
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: auto;
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content {
  width: 100%;
  min-width: 600px;
  height: 100%;
  padding: 90px 100px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content {
    padding: 50px 60px;
  }
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content h3 {
  font-size: 2.5rem;
  width: 100%;
  white-space: nowrap;
  line-height: 100%;
  font-family: "avenirheavy";
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content h3 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content h3 {
    font-size: 1.5625rem;
    white-space: break-spaces;
    margin-bottom: 50px;
  }
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom {
  width: 100%;
  max-width: 480px;
  margin-top: auto;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom .des_slider_item_btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom p {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom p {
    font-size: 0.9375rem;
  }
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom .des_slider_item-logo {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.hme-destination-section .des-slider-wrapper .des_slider_item .des_slider_item_content .des_slider_item_content_bottom .des_slider_item-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hme-destination-section .gradient_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hme-destination-section .gradient_overlay h4 {
  font-size: 2.5rem;
  width: 100%;
  font-family: "avenirheavy";
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  position: absolute;
  bottom: 6%;
  left: 20%;
  transform: rotate(-90deg);
  transform-origin: left;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .hme-destination-section .gradient_overlay h4 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  .hme-destination-section .gradient_overlay h4 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .hme-destination-section .gradient_overlay h4 {
    font-size: 1.5625rem;
    line-height: 100%;
    margin-top: -30px;
    white-space: break-spaces;
  }
}

.passion_icon_three {
  width: 56%;
  position: absolute;
  top: -45%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .passion_icon_three {
    top: -40%;
    width: 45%;
  }
}
@media screen and (max-width: 1400px) {
  .passion_icon_three {
    top: -35%;
  }
}
@media screen and (max-width: 820px) {
  .passion_icon_three {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile {
    flex-direction: column;
    margin-top: 30px;
    overflow: visible;
    gap: 0;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item {
    width: 100% !important;
    min-height: 0;
    height: auto;
    cursor: pointer;
    transition: all 0.35s ease;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item.active {
    height: auto;
    min-height: 550px;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item.active .des_slider_item_content {
    opacity: 1;
    visibility: visible;
    min-width: 0;
    width: 100%;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item.active .gradient_overlay {
    display: none;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) {
    height: 140px;
    min-height: 140px;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) .des_slider_item_content {
    display: none;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) .gradient_overlay {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 24px;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) .gradient_overlay h4 {
    position: static;
    transform: none;
    font-size: 1.75rem;
    text-align: left;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) .gradient_overlay h4 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) .des_slider_item_img img {
    filter: blur(2px);
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item.active .des_slider_item_img::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item_content {
    padding: 30px 15px 35px;
    min-width: 0;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item_content_bottom .des_slider_item_btns {
    flex-wrap: wrap;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .gradient_overlay h4 {
    color: #fff;
  }
  .hme-destination-section .des-slider-wrapper.des-destinations-mobile .des_slider_item:not(.active) .gradient_overlay[style*="255, 203, 0"] h4 {
    color: #2d1b4e;
  }
}
@media screen and (max-width: 768px) {
  .des_slider_item_content .main-button .button-text {
    min-width: auto;
    height: 50px;
    line-height: 52px;
    font-size: 12px;
    padding: 0 15px;
  }
}
.hme-partners-section {
  background: #5F2774;
  background: linear-gradient(180deg, rgb(95, 39, 116) 0%, rgb(8, 36, 99) 100%);
  position: relative;
  z-index: 6;
  min-height: 100vh;
  overflow: visible;
}
.hme-partners-section.active .hme_partners_list {
  opacity: 1;
  transition-delay: 0.8s;
}
.hme-partners-section.active .partner-logo {
  opacity: 1;
}
.hme-partners-section.active .hme-partner-icon1,
.hme-partners-section.active .hme-partner-icon2,
.hme-partners-section.active .hme-partner-icon3,
.hme-partners-section.active .hme-partner-icon4,
.hme-partners-section.active .hme-partner-icon5,
.hme-partners-section.active .hme-partner-icon6,
.hme-partners-section.active .hme-partner-icon7,
.hme-partners-section.active .hme-partner-icon8,
.hme-partners-section.active .hme-partner-icon9,
.hme-partners-section.active .hme-partner-icon10 {
  opacity: 1;
  transition-delay: 2s;
  animation: partnerIconBlink 2s ease-in-out infinite;
  animation-delay: 2s;
}
.hme-partners-section.active .partner-logo.logo1 {
  top: 15%;
  left: 17%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 182px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo1 {
    left: 13%;
    width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo1 {
    left: 2%;
    width: 110px;
    top: 10%;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo1 {
    left: 3%;
    width: 90px;
    top: 13%;
  }
}
.hme-partners-section.active .partner-logo.logo2 {
  top: 9%;
  left: 35%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 138px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo2 {
    left: 32%;
    width: 130px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo2 {
    left: 30%;
    width: 98px;
    top: 3%;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo2 {
    left: 28%;
    width: 90px;
    top: 3%;
  }
}
.hme-partners-section.active .partner-logo.logo3 {
  top: 16%;
  left: 48%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 138px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo3 {
    left: 49%;
    width: 130px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo3 {
    left: 35%;
    width: 95px;
    top: 25%;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo3 {
    eft: 35%;
    width: 85px;
    top: 21%;
  }
}
.hme-partners-section.active .partner-logo.logo4 {
  top: 15%;
  left: 70%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 124px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo4 {
    left: 68%;
    width: 110px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo4 {
    left: 58%;
    width: 90px;
    top: 12%;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo4 {
    left: 55%;
    width: 72px;
    top: 12%;
  }
}
.hme-partners-section.active .partner-logo.logo5 {
  top: 12%;
  left: 88%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 119px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo5 {
    top: 3%;
    left: unset;
    right: 3%;
    width: 96px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo5 {
    top: 2%;
    left: unset;
    right: 3%;
    width: 80px;
  }
}
.hme-partners-section.active .partner-logo.logo6 {
  top: 31%;
  left: 80%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 136px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo6 {
    left: 77%;
    width: 125px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo6 {
    left: unset;
    right: 10%;
    width: 96px;
    top: 26%;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo6 {
    left: unset;
    right: 7%;
    width: 86px;
    top: 23%;
  }
}
.hme-partners-section.active .partner-logo.logo7 {
  top: 50%;
  left: 85%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 99px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo7 {
    top: 42%;
    left: unset;
    right: 3%;
    width: 89px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo7 {
    top: 40%;
    width: 65px;
  }
}
.hme-partners-section.active .partner-logo.logo8 {
  top: 70%;
  left: 90%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 132px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo8 {
    top: 68%;
    left: 85%;
    width: 125px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo8 {
    top: 70%;
    left: unset;
    right: 3%;
    width: 87px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo8 {
    top: 68%;
    left: unset;
    right: 3%;
    width: 85px;
  }
}
.hme-partners-section.active .partner-logo.logo9 {
  top: 78%;
  left: 76%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 119px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo9 {
    top: 83%;
    left: 74%;
    width: 110px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo9 {
    top: 82%;
    left: 66%;
    width: 85px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo9 {
    top: 82%;
    left: 61%;
    width: 80px;
  }
}
.hme-partners-section.active .partner-logo.logo10 {
  top: 61%;
  left: 72%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 99px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo10 {
    top: 57%;
    left: unset;
    right: 6%;
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo10 {
    top: 52%;
    left: unset;
    right: 5%;
    width: 70px;
  }
}
.hme-partners-section.active .partner-logo.logo11 {
  top: 67%;
  left: 55%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 103px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo11 {
    top: 61%;
    left: 55%;
    width: 85px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo11 {
    top: 65%;
    left: 45%;
    width: 80px;
  }
}
.hme-partners-section.active .partner-logo.logo12 {
  top: 72%;
  left: 40%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 128px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo12 {
    top: 72%;
    left: 38%;
    width: 120px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo12 {
    top: 74%;
    left: 40%;
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo12 {
    top: 78%;
    left: 30%;
    width: 89px;
  }
}
.hme-partners-section.active .partner-logo.logo13 {
  top: 61%;
  left: 23%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 103px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo13 {
    width: 95px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo13 {
    width: 85px;
    top: 55%;
    left: 29%;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo13 {
    width: 70px;
    top: 55%;
    left: 30%;
  }
}
.hme-partners-section.active .partner-logo.logo14 {
  top: 75%;
  left: 10%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 150px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hme-partners-section.active .partner-logo.logo14 {
    top: 76%;
    left: 10%;
    width: 135px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo14 {
    top: 72%;
    left: 7%;
    width: 125px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo14 {
    top: 65%;
    left: 3%;
    width: 110px;
  }
}
.hme-partners-section.active .partner-logo.logo15 {
  top: 60%;
  left: 0%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 103px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo15 {
    top: 44%;
    left: 2%;
    width: 96px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section.active .partner-logo.logo15 {
    width: 65px;
  }
}
.hme-partners-section.active .partner-logo.logo16 {
  top: 40%;
  left: 8%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 98px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 820px) {
  .hme-partners-section.active .partner-logo.logo16 {
    top: 29%;
    left: 6%;
    width: 83px;
  }
}
.hme-partners-section .hme-partners-inner {
  width: 100%;
  padding: 80px 0;
  height: 100vh;
  position: relative;
}
.hme-partners-section .hme_partners_list {
  width: 100%;
  max-width: 550px;
  height: 220px;
  position: absolute;
  margin: auto;
  top: 0;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
  background-image: url("../images/partner-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme_partners_list {
    height: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .hme-partners-section .hme_partners_list {
    height: 170px;
    padding: 40px 20px 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .hme-partners-section .hme_partners_list {
    height: 100px;
    padding: 30px 20px 20px 20px;
    background-size: 56%;
  }
}
.hme-partners-section .hme_partners_list h3 {
  font-size: 5rem;
  line-height: 100%;
  color: #FFCD00;
  font-family: "avenirblack";
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme_partners_list h3 {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 1400px) {
  .hme-partners-section .hme_partners_list h3 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .hme-partners-section .hme_partners_list h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme_partners_list h3 {
    font-size: 1.875rem;
  }
}
.hme-partners-section .hme_partners_list h4 {
  font-size: 2.8125rem;
  line-height: 100%;
  color: #fff;
  font-family: "avenirheavy";
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme_partners_list h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .hme-partners-section .hme_partners_list h4 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 1024px) {
  .hme-partners-section .hme_partners_list h4 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme_partners_list h4 {
    font-size: 1.125rem;
  }
}
.hme-partners-section .partner-logo.logo1 {
  top: -13%;
  left: 6%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 182px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo2 {
  top: -11%;
  left: 28%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 138px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo3 {
  top: -16%;
  left: 48%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 138px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo4 {
  top: -13%;
  left: 70%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 124px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo5 {
  top: -15%;
  left: 98%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 119px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo6 {
  top: 15%;
  left: 115%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 136px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo7 {
  top: 50%;
  left: 110%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 99px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo8 {
  top: 90%;
  left: 102%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 132px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo9 {
  top: 104%;
  left: 90%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 119px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo10 {
  top: 84%;
  left: 80%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 99px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo11 {
  top: 100%;
  left: 55%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 103px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo12 {
  top: 100%;
  left: 40%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 128px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo13 {
  top: 89%;
  left: 28%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 103px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo14 {
  top: 106%;
  left: 5%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 150px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo15 {
  top: 60%;
  left: -21%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 103px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo.logo16 {
  top: 40%;
  left: -20%;
  transform: translate(0, 0);
  bottom: unset;
  right: unset;
  width: 98px;
  height: auto;
  aspect-ratio: 1;
  transition-delay: 0.4s;
}
.hme-partners-section .partner-logo {
  width: 182px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  padding: 20px;
  background-color: #fff;
  z-index: 2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1), left 0.8s cubic-bezier(0.4, 0, 0.2, 1), width 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.hme-partners-section .partner-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .hme-partners-section .partner-logo.logo1,
  .hme-partners-section .partner-logo.logo5,
  .hme-partners-section .partner-logo.logo9,
  .hme-partners-section .partner-logo.logo13 {
    transform: translateX(-40px);
  }
  .hme-partners-section .partner-logo.logo2,
  .hme-partners-section .partner-logo.logo6,
  .hme-partners-section .partner-logo.logo10,
  .hme-partners-section .partner-logo.logo14 {
    transform: translateX(40px);
  }
  .hme-partners-section .partner-logo.logo3,
  .hme-partners-section .partner-logo.logo7,
  .hme-partners-section .partner-logo.logo11,
  .hme-partners-section .partner-logo.logo15 {
    transform: translateY(40px);
  }
  .hme-partners-section .partner-logo.logo4,
  .hme-partners-section .partner-logo.logo8,
  .hme-partners-section .partner-logo.logo12,
  .hme-partners-section .partner-logo.logo16 {
    transform: translateY(-40px);
  }
  .hme-partners-section.active .partner-logo {
    transform: translate(0, 0);
  }
}
.hme-partners-section .hme-partner-icon1 {
  position: absolute;
  width: 66px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 20%;
  left: 3%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon1 {
    width: 55px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon1 {
    width: 30px;
  }
}
.hme-partners-section .hme-partner-icon1 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon2 {
  position: absolute;
  width: 36px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 37%;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon2 {
    width: 32px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon2 {
    width: 20px;
  }
}
.hme-partners-section .hme-partner-icon2 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon3 {
  position: absolute;
  width: 95px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 57%;
  left: 12%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon3 {
    width: 85px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon3 {
    width: 50px;
  }
}
.hme-partners-section .hme-partner-icon3 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon4 {
  position: absolute;
  width: 27px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 40%;
  left: 20%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon4 {
    width: 22px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon4 {
    width: 15px;
  }
}
.hme-partners-section .hme-partner-icon4 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon5 {
  position: absolute;
  width: 37px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 17%;
  left: 64%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon5 {
    width: 32px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon5 {
    width: 18px;
  }
}
.hme-partners-section .hme-partner-icon5 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon6 {
  position: absolute;
  width: 59px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 8%;
  left: 81%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon6 {
    width: 54px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon6 {
    width: 25px;
  }
}
.hme-partners-section .hme-partner-icon6 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon7 {
  position: absolute;
  width: 59px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 30%;
  left: 93%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon7 {
    width: 54px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon7 {
    width: 25px;
  }
}
.hme-partners-section .hme-partner-icon7 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon8 {
  position: absolute;
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 44%;
  left: 96%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon8 {
    width: 42px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon8 {
    width: 20px;
  }
}
.hme-partners-section .hme-partner-icon8 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon9 {
  position: absolute;
  width: 33px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 50%;
  left: 75%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon9 {
    width: 28px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon9 {
    width: 15px;
  }
}
.hme-partners-section .hme-partner-icon9 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-partners-section .hme-partner-icon10 {
  position: absolute;
  width: 59px;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  top: 76%;
  left: 67%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .hme-partners-section .hme-partner-icon10 {
    width: 54px;
  }
}
@media screen and (max-width: 820px) {
  .hme-partners-section .hme-partner-icon10 {
    width: 28px;
  }
}
.hme-partners-section .hme-partner-icon10 img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes partnerIconBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.hme-news-section {
  background: #082463;
  position: relative;
  z-index: 7;
  overflow: visible;
}
.hme-news-section .news_slider_wrapper {
  width: 100%;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hme-news-section .news_slider_wrapper {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .hme-news-section .news_slider_wrapper {
    padding-top: 30px;
  }
}
.hme-news-section .news_slider_wrapper .news-icon1 {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 290px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .hme-news-section .news_slider_wrapper .news-icon1 {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .hme-news-section .news_slider_wrapper .news-icon1 {
    width: 125px;
    left: unset;
    right: 2%;
  }
}
.hme-news-section .news_slider_wrapper .news-icon1 img {
  width: 100%;
  height: auto;
  display: block;
}
.hme-news-section .news_slider_wrapper .news-swiper-container {
  position: relative;
  width: 100%;
  min-height: 580px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .hme-news-section .news_slider_wrapper .news-swiper-container {
    min-height: auto;
    padding-bottom: 80px;
  }
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
  width: auto;
}
@media screen and (max-width: 768px) {
  .hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation {
    bottom: 20px;
  }
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev {
  left: 0 !important;
  background-image: url(../images/passion-prev.svg) !important;
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next {
  left: 70px !important;
  background-image: url(../images/passion-next.svg) !important;
}
@media screen and (max-width: 768px) {
  .hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next {
    left: 50px !important;
  }
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev,
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next {
  width: 58px;
  height: 58px;
  background: rgba(74, 69, 121, 0.7);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev svg,
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next svg {
  display: none !important;
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev:hover,
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next:hover {
  background: rgb(158, 119, 169);
  background-repeat: no-repeat;
  background-position: center;
}
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev::after,
.hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next::after {
  display: none !important;
}
@media (max-width: 768px) {
  .hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev,
  .hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next {
    width: 40px;
    height: 40px;
  }
  .hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-prev::after,
  .hme-news-section .news_slider_wrapper .news-swiper-container .news-swiper-navigation .news-swiper-next::after {
    font-size: 18px;
  }
}

.news-swiper-item {
  width: 100%;
  height: auto;
}
.news-swiper-item .news-swiper-item-image {
  width: 100%;
  height: auto;
  border-radius: 25px 25px 0 25px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .news-swiper-item .news-swiper-item-image {
    border-radius: 15px 15px 0 15px;
  }
}
.news-swiper-item .news-swiper-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-swiper-item .news-swiper-item-content {
  padding-top: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-swiper-item .news-swiper-item-content {
    padding-top: 15px;
  }
}
.news-swiper-item .news-swiper-item-content label {
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 3px 10px;
  min-width: 110px;
  border-radius: 5px 5px 0 5px;
  background-color: #A748FF;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-swiper-item .news-swiper-item-content label {
    font-size: 0.75rem;
  }
}
.news-swiper-item .news-swiper-item-content h3 {
  font-size: 1.25rem;
  line-height: 26px;
  font-family: "avenirbook";
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .news-swiper-item .news-swiper-item-content h3 {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .news-swiper-item .news-swiper-item-content h3 {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

.newsSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.newsSwiper .swiper-wrapper {
  align-items: stretch;
  justify-content: flex-start;
}
.newsSwiper .swiper-slide {
  width: calc((100% - 20px) / 4) !important;
  height: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .newsSwiper .swiper-slide {
    width: calc((100% - 10px) / 2) !important;
  }
}
.newsSwiper .swiper-slide.newsSwiper-third {
  width: calc((100% - 20px) / 2) !important;
  z-index: 2;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .newsSwiper .swiper-slide.newsSwiper-third {
    width: calc((100% - 10px) / 2) !important;
  }
}
.newsSwiper .swiper-slide.newsSwiper-third .news-swiper-item .news-swiper-item-content h3 {
  font-size: 1.25rem;
  font-family: "avenirheavy";
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .newsSwiper .swiper-slide.newsSwiper-third .news-swiper-item .news-swiper-item-content h3 {
    font-family: "avenirbook";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

.site-footer {
  background-color: #061A47;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-inner .footer_left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_left {
    width: 100%;
  }
}
.site-footer .footer-inner .footer_left .footer_left_subscribe {
  width: 100%;
  max-width: 445px;
  position: relative;
}
.site-footer .footer-inner .footer_left .footer_left_subscribe h4 {
  font-size: 2.5rem;
  line-height: 100%;
  font-family: "avenirheavy";
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-inner .footer_left .footer_left_subscribe h4 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  .site-footer .footer-inner .footer_left .footer_left_subscribe h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_left .footer_left_subscribe h4 {
    font-size: 1.5625rem;
  }
}
.site-footer .footer-inner .footer_left .footer_left_subscribe .footer_left_subscribe_inner {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.site-footer .footer-inner .footer_left .footer_left_subscribe .footer_left_subscribe_inner .footer_left_subscribe_inner_input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #8890BB;
  padding: 0;
  background-color: transparent;
}
.site-footer .footer-inner .footer_left .footer_left_subscribe .footer_left_subscribe_inner .footer_left_subscribe_inner_input:focus {
  outline: none;
}
.site-footer .footer-inner .footer_left .footer_left_subscribe .footer_left_subscribe_inner .footer_left_subscribe_inner_button {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background-color: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 0;
  background-image: url(../images/sub-arrow.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.site-footer .footer-inner .footer_left .footer_left_subscribe .footer_left_subscribe_inner .footer_left_subscribe_inner_button:hover {
  background-color: #FFCD00;
}
.site-footer .footer-inner .footer_right {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_right {
    width: 100%;
    margin-top: 30px;
  }
}
.site-footer .footer-inner .footer_right .footer_menu_main {
  width: 50%;
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-nav {
  width: 100%;
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-nav ul {
    gap: 10px;
  }
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-nav ul li {
  width: 100%;
  list-style: none;
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-nav ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-nav ul li a {
    font-size: 0.9375rem;
  }
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-nav ul li a:hover {
  color: #FFCD00;
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-mail {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-mail {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-mail {
    margin-top: 30px;
  }
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-mail h4 {
  font-size: 1.25rem;
  line-height: 100%;
  font-family: "avenirheavy";
  font-weight: 900;
  color: #FFCD00;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-mail h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-mail h4 {
    font-size: 1.0625rem;
  }
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-mail a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-inner .footer_right .footer_menu_main .footer-mail a {
    font-size: 0.9375rem;
  }
}
.site-footer .footer-inner .footer_right .footer_menu_main .footer-mail a:hover {
  color: #FFCD00;
}

.footer-social {
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 1600px) {
  .footer-social {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer-social {
    margin-top: 30px;
  }
}
.footer-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-social ul {
    gap: 10px;
  }
}
.footer-social ul li {
  width: 52px;
  height: 52px;
  background-color: #10317C;
  border-radius: 10px 10px 0 10px;
  list-style: none;
  overflow: hidden;
}
.footer-social ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer-social ul li a:hover {
  background-color: #FFCD00;
}

.footer_rights {
  width: 100%;
  margin-top: 50px;
}
.footer_rights p {
  color: rgba(255, 255, 255, 0.7);
}

.footer_bottom_img {
  width: 100%;
  margin-top: 20px;
  padding-top: 80px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer_bottom_img {
    padding-top: 50px;
  }
}
.footer_bottom_img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_bottom_img .footer_bottom_icon1 {
  position: absolute;
  width: 74px;
  height: auto;
  aspect-ratio: 1;
  right: 7%;
  top: -20px;
}
@media screen and (max-width: 1600px) {
  .footer_bottom_img .footer_bottom_icon1 {
    width: 60px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom_img .footer_bottom_icon1 {
    width: 40px;
    top: -10px;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    display: block !important;
  }
}
.footer_bottom_img .footer_bottom_icon1 img {
  width: 100%;
  height: auto;
}
.footer_bottom_img .footer_bottom_icon2 {
  position: absolute;
  width: 148px;
  height: auto;
  left: 18%;
  top: -20px;
}
@media screen and (max-width: 1600px) {
  .footer_bottom_img .footer_bottom_icon2 {
    width: 110px;
    left: 10%;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom_img .footer_bottom_icon2 {
    width: 50px;
    top: 10px;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    display: block !important;
  }
}
.footer_bottom_img .footer_bottom_icon2 img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=main.css.map */