body {
  /*Header*/
  /*Header*/
  /*Page Banner*/
  /*Page Banner*/
  /*Navigation*/
  /*Navigation*/
  /*Advertisement*/
  /*Advertisement*/
  /*Video Advertisement*/
  /*Video Advertisement*/
  /*LP / Website*/
  /*LP / Website*/
}
body .custom_header .logo_column .inner .c-image {
  padding-left: 0 !important;
}
body .custom_header .c-column:has(.country-selector),
body .custom_header .country-selector {
  display: none !important;
}
body .hero .c-image-feature .img-feature-container {
  padding: 0 !important;
}
body .hero .c-image-feature .img-feature-container .img-container {
  width: 96px !important;
  padding: 0 !important;
  margin: 0 24px 0 0 !important;
  float: left;
}
body .hero .c-image-feature .img-feature-container .txt-container {
  width: calc(100% - 120px) !important;
  padding: 0 !important;
}
body .hero .c-image-feature .img-feature-container .txt-container .featureHeadline {
  display: flex;
  align-items: center;
}
body .hero .c-image-feature .img-feature-container .txt-container .featureHeadline div {
  position: relative;
  z-index: 1;
  max-width: max-content;
  margin-right: 24px;
}
body .hero .c-image-feature .img-feature-container .txt-container .featureHeadline div * {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  min-width: max-content;
}
body .hero .c-image-feature .img-feature-container .txt-container .featureHeadline:after {
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  height: 6px;
  width: 100%;
  display: block;
}
body .hero .c-image-feature .img-feature-container .txt-container .featureText * {
  font-family: "Corinthia", cursive;
  font-weight: 400;
}
body .navigation .nav_col > .inner {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 100px !important;
  padding: 16px !important;
  max-width: max-content !important;
  flex-direction: row !important;
  margin: 0 auto !important;
  flex-wrap: wrap !important;
  row-gap: 16px;
}
body .one_4 .inner .c-column {
  width: 100% !important;
  flex: auto !important;
}
body .one_4 .inner .c-column:first-child {
  min-width: 22%;
  max-width: 22%;
}
body .one_4 .inner .c-column:not(:first-child) {
  min-width: 19.5%;
  max-width: 19.5%;
}
body .one_3 .inner {
  justify-content: center;
}
body .one_3 .inner .c-column {
  width: 100% !important;
  flex: auto !important;
}
body .one_3 .inner .c-column:first-child {
  min-width: 22%;
  max-width: 22%;
}
body .one_3 .inner .c-column:not(:first-child) {
  min-width: 19.5%;
  max-width: 19.5%;
}
body .one_2 .inner {
  justify-content: center;
}
body .one_2 .inner .c-column {
  width: 100% !important;
  flex: auto !important;
}
body .one_2 .inner .c-column:first-child {
  min-width: 22%;
  max-width: 22%;
}
body .one_2 .inner .c-column:not(:first-child) {
  min-width: 19.5%;
  max-width: 19.5%;
}
body .one_1 .inner {
  justify-content: center;
}
body .one_1 .inner .c-column {
  width: 100% !important;
  flex: auto !important;
}
body .one_1 .inner .c-column:first-child {
  min-width: 22%;
  max-width: 22%;
}
body .one_1 .inner .c-column:not(:first-child) {
  min-width: 19.5%;
  max-width: 19.5%;
}
body .c-video:has(.vid_r_1, .vid_r_2) {
  background-color: #000 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
body .c-video:has(.vid_r_1) .hosted-video-thumbnail {
  padding-bottom: 177.777% !important;
}
body .c-video:has(.vid_r_2) .hosted-video-thumbnail {
  padding-bottom: 100% !important;
}
body .title_separator {
  display: flex;
  align-items: center;
}
body .title_separator h1 {
  max-width: max-content;
  min-width: max-content;
  margin-right: 24px;
  margin-bottom: 0;
}
body .title_separator:after {
  content: "";
  background: rgb(13, 18, 61);
  background: -moz-linear-gradient(90deg, rgb(13, 18, 61) 0%, rgba(13, 18, 61, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(13, 18, 61) 0%, rgba(13, 18, 61, 0) 100%);
  background: linear-gradient(90deg, rgb(13, 18, 61) 0%, rgba(13, 18, 61, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d123d",endColorstr="#0d123d",GradientType=1);
  height: 6px;
  width: 100%;
  display: block;
}

@media (max-width: 480px) {
  body {
    /*Page Banner*/
    /*Page Banner*/
  }
  body .hero .c-image-feature .img-feature-container .img-container {
    width: 60px !important;
    margin-right: 12px !important;
  }
  body .hero .c-image-feature .img-feature-container .txt-container {
    width: calc(100% - 72px) !important;
  }
  body .hero .c-image-feature .img-feature-container .txt-container .featureHeadline div * {
    margin-bottom: 0px !important;
    min-width: unset;
  }
  body .hero .c-image-feature .img-feature-container .txt-container .featureHeadline:after {
    display: none;
  }
}

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