@charset "UTF-8";
html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0;
  padding: 0;
}

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

svg {
  width: 100%;
  height: 100%;
}

a {
  outline: 0 !important;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a a:hover {
  transition: color 0.25s ease-in-out;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

[class*=col-], .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

._no-padding {
  padding-left: 0;
  padding-right: 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-auto-grow {
  flex: 1 0 auto;
  width: auto;
}
@media (max-width: 767px) {
  .col-auto-grow {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.col-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
@media (min-width: 1740px) {
  .container {
    width: 1410px;
    max-width: 100%;
  }
}

.img-lazyloaded-holder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #262626;
  background-color: #f5f5fa;
  font-family: "Inter", sans-serif;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.title-section .inner {
  padding: 60px 40px 40px;
  position: relative;
}
@media (min-width: 1280px) {
  .title-section .inner {
    padding: 120px 0 120px 16.66%;
  }
}
@media (min-width: 1280px) {
  .title-section .inner h1 {
    padding-right: 16.66%;
  }
}

.blocks-group ul {
  list-style: none;
  padding-inline-start: 40px;
  margin-bottom: 1rem;
}
.blocks-group ul li {
  margin-bottom: 0.5rem;
}
.blocks-group ul li::before {
  content: "•";
  color: #73204a;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: -1em;
  margin-top: -2px;
  font-style: 20px;
}

.title-section {
  background-color: #fafafa;
  position: relative;
}

.subtitle {
  color: #262626;
  font-weight: 800;
  margin-bottom: 40px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 20px;
    margin-top: -35px;
  }
}

.img-lazyloaded-holder {
  position: relative;
  height: 0;
  display: block;
}
h1._text-center + .subtitle, h2._text-center + .subtitle, h3._text-center + .subtitle {
  text-align: center;
}
h1.-white-color, h2.-white-color, h3.-white-color {
  color: #fff;
}

.pretitle {
  font-weight: 800;
}

.white-card {
  border-radius: 35px;
  background-color: #ffffff;
}

.socials-inline strong {
  margin-right: 10px;
}
.socials-inline a {
  display: inline-block;
  margin-right: 10px;
}
.socials-inline svg {
  width: 20px;
  height: 20px;
}

.white-card {
  border-radius: 35px;
  background-color: #ffffff;
  position: relative;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}

#block1 {
  scroll-margin: 150px 0 0 0;
}

.social img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  fill: #fff;
}

p a, li a {
  color: #a8dadc;
  position: relative;
}
p a:hover, li a:hover {
  color: #262626;
}

p a:hover:after, li a:hover:after {
  border: 1px solid #a8dadc;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  border-bottom: 1px solid #a8dadc;
}

.page-404 .wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: stretch;
}
.page-404 .main {
  flex-grow: 1;
}
.page-404 h1 {
  margin-top: 60px;
}

._img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

._text-center, ._centered {
  text-align: center;
}

._text-right {
  text-align: right;
}

@media (min-width: 768px) {
  ._bigger-text {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  ._bigger-text p {
    margin-bottom: 36px;
  }
}

._bottom-gutter {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  ._bottom-gutter {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  ._bottom-gutter {
    margin-bottom: 50px;
  }
}


/* for button group */
._gutter-top {
  margin-top: 30px;
}

@media (min-width: 768px) {
  ._phone-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  ._phone-hide {
    display: none !important;
  }
}

._greyscale {
  filter: url(../i/symbol/svg/sprite.symbol.svg#grayscale);
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1);
}

@media (min-width: 1280px) {
  .index-page h1 p {
    white-space: nowrap;
  }
}

h1 {
  font-family: "PT Sans Narrow", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}
h1 strong {
  color: #73204a;
}
h1 p {
  margin-bottom: 0;
  display: inline;
}

h2 {
  font-family: "PT Sans Narrow",serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #262626;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h2 strong {
  color: #73204a;
}
@media (min-width: 1280px) {
  .index-page h2 p {
    white-space: nowrap;
  }
}
h2 p {
  margin-bottom: 0;
}

h3 {
  font-size: 15px;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #262626;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-style: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

a {
  color: inherit;
  outline: 0 !important;
  transition: color 0.25s ease-in-out;
}
a:hover {
  color: #73204a;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 24px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 5px 0 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 120px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  width: 15px;
  height: 28px;
  color: #7e7e7e;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev {
  transform: rotate(-180deg);
  left: -15px;
}

.slick-next {
  right: -15px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background-color: rgba(38, 38, 38, 0.85);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(240, 92, 36, 0.8);
  font-size: 55px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

.cookie-more-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  background-color: #fff;
  transform: translateX(-100%);
  z-index: 10000;
  padding: 10px 20px;
  box-shadow: 0 15px 20px rgba(24, 24, 24, 0.05), 0 1px 0 rgba(24, 24, 24, 0.2);
  overflow: hidden;
}

.consent-desc {
  font-size: 13px;
  padding-top: 10px;
  padding-right: 30px;
}

.consent-cat-grp {
  padding-right: 30px;
}

.consent-header {
  height: 39px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-right: 50px;
}

.consent-close-icon {
  outline: 0 !important;
  cursor: pointer;
  background: none;
  border: 0;
  top: 5px;
  right: 0;
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
}

.consent-scrollbar {
  position: absolute;
  top: 60px;
  bottom: 80px;
  left: 20px;
  right: -16px;
}
.consent-scrollbar > div {
  overflow: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.consent-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
}
.consent-footer button + button {
  margin-left: 15px;
}

h3.title {
  font-size: 1rem;
}

.cookies-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 8px 25px;
  z-index: 1001;
  font-size: 13px;
  box-shadow: 4px 9px 30px rgba(6, 126, 192, 0.3);
}
.cookies-bar .buttons {
  text-align: right;
}
@media (min-width: 1280px) {
  .cookies-bar .buttons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cookies-bar .buttons a + a {
  margin-left: 20px;
}
.cookies-bar p {
  margin-bottom: 0.5rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1740px) {
  .header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.header ul {
  text-decoration: none;
}
.header li {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 0;
}
@media (min-width: 1740px) {
  .header li {
    margin-right: 65px;
  }
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header .container {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1740px) {
  .header .container {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.header .nav {
  margin-left: auto;
  margin-right: 40px;
}
@media (min-width: 1280px) {
  .header .nav {
    margin-right: 100px;
  }
}
.header .locale-picker {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .locale-picker {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .header .locale-picker {
    position: absolute;
    top: 10px;
    right: 90px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.header .button {
  display: none;
}
@media (min-width: 576px) {
  .header .button {
    display: block;
    margin-right: 150px;
  }
}
@media (min-width: 768px) {
  .header .button {
    margin-right: 70px;
  }
}
@media (min-width: 992px) {
  .header .button {
    margin-right: 20px;
  }
}

.header.add-gradient {
  background-image: linear-gradient(to left, #73204a 0%, #53293f 100%);
}

.top-logo {
  width: 150px;
  max-height: 50px;
  display: inline-block;
}
.top-logo img {
  max-height: 100%;
}

a.menu-item:hover {
  color: #a8dadc;
}

.menu-item.active {
  color: #a8dadc;
  border-bottom: 1px solid #a8dadc;
  padding-bottom: 7px;
}

.right-words-deco {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 10;
  width: 25px;
  right: 10px;
  bottom: 120px;
  position: absolute;
  font-size: 14px;
  color: #fff;
}
.right-words-deco ul {
  list-style: none;
  letter-spacing: 4.8px;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  white-space: nowrap;
  padding-left: 30px;
}
.right-words-deco li {
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 1279px) {
  .device-menu-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.primary-menu {
  display: none;
}
@media (min-width: 1280px) {
  .primary-menu {
    display: block;
  }
}

.primary-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.primary-menu li {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 20px;
  left: -20px;
  display: none;
  background: #262626;
  width: 150px;
  padding-bottom: 20px;
}
.dropdown-menu a {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  line-height: 18px;
}

.has-submenu:hover .dropdown-menu {
  display: block;
}

.mobile-menu {
  overflow: auto;
  background-color: #73204a;
  padding: 60px 15px 20px 40px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 290px;
  margin: 0 auto;
  list-style: none;
  font-size: 20px;
  z-index: 100;
}
.mobile-menu li {
  color: #fff;
  width: fit-content;
}
.mobile-menu a {
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.mobile-menu a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu-trigger {
  cursor: pointer;
  transition: none 0s ease 0s;
  width: 30px;
  height: 17px;
  z-index: 1001;
  position: absolute;
  right: 15px;
  z-index: 100;
  right: 30px;
}
@media (max-width: 767px) {
  .mobile-menu-trigger {
    top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-trigger {
    top: 35px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.mobile-menu-trigger span {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin-top: -2px;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-menu-trigger span::before, .mobile-menu-trigger span::after {
  position: absolute;
  right: 0;
  width: 75%;
  height: 100%;
  content: " ";
  background-color: #fff;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.mobile-menu-trigger span::before {
  transform: translateY(-7px);
}
.mobile-menu-trigger span::after {
  transform: translateY(7px);
}

.header.add-gradient .mobile-menu-trigger span {
  background-color: #a8dadc;
}
.header.add-gradient .mobile-menu-trigger span::before, .header.add-gradient .mobile-menu-trigger span::after {
  background-color: #a8dadc;
}

.menu-close {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0 !important;
  z-index: 1000;
}

.button {
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  transition: 0.25s ease-in-out;
  line-height: 1;
  cursor: pointer;
  outline: 0 !important;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  border-radius: 40px;
}
.button.-dark-solid, .button.dark_solid {
  background-color: #262626;
  color: #fff;
  border: 2px solid #262626;
}
.button.-dark-solid:hover, .button.dark_solid:hover {
  background-color: transparent;
  color: #262626;
}
.button.-dark-bordered, .button.dark_bordered {
  background-color: transparent;
  color: #262626;
  border: 2px solid #262626;
}
.button.-dark-bordered:hover, .button.dark_bordered:hover {
  background-color: #262626;
  color: #fff;
}
.button.-dark-bordered:hover svg, .button.dark_bordered:hover svg {
  color: #fff;
  transition: 0.25s ease-in-out;
}
.button.-gradient-solid, .button.gradient_solid {
  background-image: linear-gradient(to left, #73204a 0%, #53293f 100%);
  color: #fff;
  border: 2px solid #73204a;
}
.button.-gradient-solid:hover, .button.gradient_solid:hover {
  background: #fff;
  color: #73204a;
}
.button.-xl {
  padding: 16px 20px;
  min-width: 220px;
}
@media (max-width: 575px) {
  .button.-xl {
    max-width: 280px;
    margin: 0 auto 15px;
    display: block;
  }
}
@media (min-width: 992px) {
  .button.-xl {
    padding: 26px 20px;
    border-radius: 40px;
  }
}
@media (min-width: 1280px) {
  .button.-xl {
    min-width: 280px;
  }
}
@media (min-width: 1280px) {
  .buttons-row .button.-xl {
    min-width: 260px;
  }
}
.button.-md {
  padding: 16px 20px;
  min-width: 200px;
}
.button.-icon {
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
}
.button.-icon svg {
  width: 30px;
  height: 26px;
  color: #69b9ff;
}
.button.-icon:hover svg {
  color: #73204a;
}
.button svg, .button span {
  display: inline-block;
  vertical-align: middle;
}
.button svg {
  max-height: 40px;
  width: auto;
  transition: 0.25s ease-in-out;
}

.button-round {
  width: 60px;
  height: 60px;
  line-height: 1;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  background-color: #b55787;
  align-items: center;
  margin-left: auto;
  display: none;
}
@media (min-width: 992px) {
  .button-round {
    display: flex;
  }
}
.button-round:after {
  content: "";
  position: absolute;
  background-image: url(../svg/arrow.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.simple-purple {
  color: #73204a;
  border: none;
  padding: 0 !important;
  display: inline-block !important;
  text-align: left;
  position: relative;
  min-width: 1px !important;
  display: inline-block !important;
}
.simple-purple:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -20px;
  border: solid #73204a;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(-45deg);
}

.outline-purple {
  background: #fff;
  color: #73204a;
  border: 2px solid #73204a;
}

.outline-purple:hover {
  background-image: linear-gradient(to left, #73204a 0%, #53293f 100%);
  color: #fff;
}

.buttons-section {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .buttons-section {
      padding-bottom: 30px;
  }
}


.buttons-group .button {
  margin-left: 8px;
  margin-right: 8px;
}


.buttons-row .button {
  margin-bottom: 20px;
}

.buttons-row {
  justify-content: center;
}
@media (min-width: 992px) {
  .buttons-row {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .buttons-row.-button-center {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .buttons-row.-button-right {
    justify-content: flex-end;
  }
}


.button.-blue-solid {
  background: rgb(177, 224, 226);
  background: linear-gradient(90deg, rgb(177, 224, 226) 0%, rgb(168, 218, 220) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b1e0e2",endColorstr="#a8dadc",GradientType=1);
  border: 2px solid rgb(177, 224, 226);
}

.button.-white-solid {
  background: #fff;
  color: #73204a;
  border: none;
}
.button.-white-solid:hover {
  color: rgb(177, 224, 226);
}

.footer {
  background-color: #53293f;
  color: #fff;
  position: relative;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 60px;
    margin-top: 50px;
  }
}
.footer ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .col {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .col:first-child, .footer .social-col {
    flex: 0 0 100%;
  }
}
.footer a {
  text-decoration: none;
}

.footer-contact > div {
  position: relative;
}
.footer-contact svg {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 4px;
}
.footer-contact a, .footer-contact span {
  text-decoration: none;
}

.footer-social {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer-social {
    margin-top: 0;
  }
}
.footer-social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .empty-col {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .empty-col {
    order: 3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-col {
    max-width: 8.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .social-col {
    order: 5;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .contacts-col {
    order: 4;
  }
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  color: white;
  opacity: 0;
  transition: all 0.28s ease-out;
}
#back-to-top.active {
  opacity: 1;
  z-index: 10;
}
#back-to-top:hover {
  color: #b3b3b3;
  opacity: 0.9;
}

.copyright {
  background-color: #53293f;
  text-align: center;
  color: #a8dadc;
  font-size: 15px;
  line-height: 25px;
  border-top: #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright a {
  border-left: 1px solid #a8dadc;
  margin-left: 10px;
  padding-left: 10px;
}
.copyright a:hover {
  color: #fff;
}

.email {
  margin-bottom: 20px;
}

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

@media (min-width: 992px) {
  .footer-socials {
    text-align: right;
  }
}

.subscribe-button {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .subscribe-button {
    text-align: center;
    margin-bottom: 0;
  }
}

.block-section {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .block-section {
    padding-bottom: 50px;
  }
}


.card-col {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .card-col {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-col.col-lg-4 {
    flex: 0 0 100%;
  }
}

.blocks-group {
  padding-top: 30px;
}

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 998;
}

.backdrop-shaded {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.modal-panel {
  position: relative;
  min-height: 500px;
  max-height: 100%;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  max-width: 600px;
  width: 80%;
  background-color: #fff;
  padding: 70px 30px;
  border-radius: 6px;
}

.modal-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 999;
  transition: height 0s ease-out 1s;
}

.modal-wrapper .backdrop {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.modal-wrapper.active .backdrop {
  visibility: visible;
  opacity: 1;
}

.modal-wrapper.active {
  height: 100%;
  transition: height 0s ease-in 0s;
}

.modal-panel.active {
  opacity: 1;
}

.subscribe-form {
  color: #fff;
  font-weight: 700;
}
.subscribe-form label {
  display: block;
}
.subscribe-form input {
  display: block;
  background-color: #fff;
  border: 1px solid #a8dadc;
  border-radius: 6px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #262626;
  padding-left: 15px;
}
.subscribe-form .form-message {
  min-height: 150px;
  background-color: #000;
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 12px;
  padding-left: 15px;
  padding-top: 15px;
}
.subscribe-form h2 {
  color: #73204a;
  font-weight: 700;
}
.subscribe-form .required-field {
  color: #73204a;
  margin-bottom: 10px;
}
.subscribe-form .mc-field-group {
  color: #262626;
}
.subscribe-form .mc-field-group label {
  font-weight: 700;
}
.subscribe-form a {
  color: #73204a;
}
.subscribe-form .content__gdpr {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}
.subscribe-form .content__gdpr label {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.subscribe-form .content__gdpr a:hover {
  color: #d4c8cf;
}
.subscribe-form fieldset {
  padding: 0;
  border: 0;
}

#mc_embed_signup .checkbox.subfield input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
}

#mc_embed_signup .checkbox.subfield span {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #73204a;
}

.clear {
  margin-top: 40px;
}
.clear input {
  max-width: 250px;
  border-radius: 40px;
}

.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  background: transparent;
  border: 0;
  color: #73204a;
  font-size: 25px;
  cursor: pointer;
}

#_form_5_ {
  font-size: 20px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

#_form_5_ * {
  outline: 0;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

#_form_5_._form-top {
  top: 0;
}

#_form_5_._form-bottom {
  bottom: 0;
}

#_form_5_._form-left {
  left: 0;
}

#_form_5_._form-right {
  right: 0;
}

#_form_5_ input[type=text],
#_form_5_ input[type=tel],
#_form_5_ input[type=date],
#_form_5_ textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 14px;
  box-sizing: border-box;
}

#_form_5_ textarea {
  resize: none;
}

#_form_5_ ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #004cff !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 10px !important;
}

#_form_5_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

#_form_5_ ._submit.processing {
  position: relative;
}

#_form_5_ ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#004cff, #004cff), conic-gradient(#004cff, #fff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}

#_form_5_ ._submit.processing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #004cff !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 10px !important;
}

@keyframes _spin {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
#_form_5_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

#_form_5_ ._close-icon:before {
  position: relative;
}

#_form_5_ ._form-body {
  margin-bottom: 30px;
}

#_form_5_ ._form-image-left {
  width: 150px;
  float: left;
}

#_form_5_ ._form-content-right {
  margin-left: 164px;
}

#_form_5_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

#_form_5_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}

#_form_5_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#_form_5_ ._form-label,
#_form_5_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#_form_5_._dark ._form-branding {
  color: #333;
}

#_form_5_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

#_form_5_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

#_form_5_ ._form_element * {
  font-size: 14px;
}

#_form_5_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

#_form_5_ ._form_element._clear:after {
  clear: left;
}

#_form_5_ ._form_element input[type=text],
#_form_5_ ._form_element input[type=date],
#_form_5_ ._form_element select,
#_form_5_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  background-color: #fff;
  border: 1px solid #a8dadc;
  border-radius: 6px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #262626;
  padding-left: 15px;
}

#_form_5_ ._field-wrapper {
  position: relative;
}

#_form_5_ ._inline-style {
  float: left;
}

#_form_5_ ._inline-style input[type=text] {
  width: 150px;
}

#_form_5_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px;
}

#_form_5_ ._form_element img._form-image {
  max-width: 100%;
}

#_form_5_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

#_form_5_ ._clear-element {
  clear: left;
}

#_form_5_ ._full_width {
  width: 100%;
}

#_form_5_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#_form_5_ input[type=text]._has_error,
#_form_5_ textarea._has_error {
  border: #f37c7b 1px solid;
}

#_form_5_ input[type=checkbox]._has_error {
  outline: #f37c7b 1px solid;
}

#_form_5_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}

#_form_5_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}

#_form_5_ ._error._below {
  padding-top: 8px;
  top: 100%;
  right: 0;
}

#_form_5_ ._error._above ._error-arrow {
  bottom: -4px;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fdd;
}

#_form_5_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fdd;
}

#_form_5_ ._error-inner {
  padding: 12px 12px 12px 36px;
  background-color: #fdd;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(31, 33, 41, 0.298295);
}

#_form_5_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

#_form_5_ ._button-wrapper ._error-inner._form_error {
  position: static;
}

#_form_5_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}

#_form_5_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#_form_5_ ._error-html {
  margin-bottom: 10px;
}

.pika-single {
  z-index: 10000001 !important;
}

#_form_5_ input[type=text].datetime_date {
  width: 69%;
  display: inline;
}

#_form_5_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

#_form_5_ input[type=date].datetime_date {
  width: 69%;
  display: inline-flex;
}

#_form_5_ input[type=time].datetime_time {
  width: 29%;
  display: inline-flex;
}

@media all and (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
  #_form_5_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_5_ * {
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_5_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_5_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_5_ ._form-title,
  #_form_5_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  #_form_5_ ._form-title {
    font-size: 1.2em;
  }
  #_form_5_ ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  #_form_5_ ._form-element,
  #_form_5_ ._inline-style,
  #_form_5_ input[type=text],
  #_form_5_ label,
  #_form_5_ p,
  #_form_5_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_5_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_5_ ._row,
  #_form_5_ p,
  #_form_5_ label {
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_5_ ._row input[type=checkbox],
  #_form_5_ ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_5_ ._row input[type=checkbox] + span label {
    display: inline;
  }
  #_form_5_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_5_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_5_ input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }
  #_form_5_ input[type=radio],
  #_form_5_ input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_5_ button[type=submit] {
    font-size: 15px;
  }
  #_form_5_ ._inline-style {
    margin: 20px 0 0 !important;
  }
}
#_form_5_ {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  *zoom: 1;
  background: #fff !important;
  border: 0px solid #b0b0b0 !important;
  max-width: 500px;
  border-radius: 0px !important;
  color: #000 !important;
}

#_form_5_ ._form-title {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0;
}

#_form_5_:before,
#_form_5_:after {
  content: " ";
  display: table;
}

#_form_5_:after {
  clear: both;
}

#_form_5_._inline-style {
  width: auto;
  display: inline-block;
}

#_form_5_._inline-style input[type=text],
#_form_5_._inline-style input[type=date] {
  padding: 10px 12px;
}

#_form_5_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

#_form_5_._inline-style p {
  margin: 0;
}

#_form_5_._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px;
}

#_form_5_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

@media all and (min-width: 320px) and (max-width: 667px) {
  #_form_5_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important;
  }
}
#_form_5_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

#_form_5_ .iti input {
  width: 100%;
  height: 32px;
  border: #979797 1px solid;
  border-radius: 4px;
}

#_form_5_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  border-radius: 4px;
}

#_form_5_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#_form_5_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}

#_form_5_ .iti__country-list--dropup {
  margin-bottom: 4px;
}

#_form_5_ .phone-error-hidden {
  display: none;
}

#_form_5_ .phone-error {
  color: #e40e49;
}

#_form_5_ .phone-input-error {
  border: 1px solid #e40e49 !important;
}

._button-wrapper {
  margin-top: 20px;
}

.cookie-more-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  background-color: #fff;
  transform: translateX(-100%);
  z-index: 10000;
  padding: 10px 20px;
  box-shadow: 0 15px 20px rgba(24, 24, 24, 0.05), 0 1px 0 rgba(24, 24, 24, 0.2);
  overflow: hidden;
}
.cookie-more-panel.open {
  transform: translateX(0);
  transition: 0.3s ease-in;
}

.consent-desc {
  font-size: 13px;
  padding-top: 20px;
  padding-right: 30px;
}
.consent-desc a {
  color: #69b9ff;
}

.consent-cat-grp {
  padding-right: 30px;
}

.consent-header {
  height: 39px;
  position: relative;
  padding-right: 50px;
}

.consent-close-icon {
  outline: 0 !important;
  cursor: pointer;
  background: none;
  border: 0;
  top: 5px;
  right: 0;
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==");
}

.consent-scrollbar {
  position: absolute;
  top: 60px;
  bottom: 80px;
  left: 20px;
  right: -16px;
}
.consent-scrollbar > div {
  overflow: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.consent-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
}
.consent-footer button + button {
  margin-left: 15px;
}

.simplebar-scrollbar::before {
  background-color: #69b9ff;
}

h3.title {
  font-size: 1rem;
}

.cookies-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 8px 25px;
  z-index: 1001;
  font-size: 13px;
  box-shadow: 4px 9px 30px rgba(6, 126, 192, 0.3);
}
.cookies-bar .buttons {
  text-align: right;
}
@media (min-width: 1280px) {
  .cookies-bar .buttons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cookies-bar .buttons a + a {
  margin-left: 20px;
}
.cookies-bar p {
  margin-bottom: 0.5rem;
}

.list-cookies input {
  display: block;
}

.consent-scrollbar > div {
  overflow-y: hidden;
}

.consent-footer button {
  padding: 10px 15px;
}

.intro-section {
  padding-top: 150px;
  padding-bottom: 120px;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .intro-section {
    padding-bottom: 60px;
  }
}
.intro-section .container {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .intro-section .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1740px) {
  .intro-section .container {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.intro-section h1 {
  color: #fff;
  line-height: 1.1;
  text-align: center;
 
}
.intro-section h1 p {
  display: block;
}
.intro-section .svg-layout {
  display: none;
}
@media (min-width: 1280px) {
  .intro-section .svg-layout {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1500px;
    transform: translateX(-50%);
  }
}
.intro-section .svg-layout svg {
  width: 100%;
  position: relative;
  left: 435px;
  height: auto;
  top: -430px;
  overflow: visible;
}

.intro-section:before {
  opacity: 0.6 !important;
  background-image: linear-gradient(360deg, var(--paletteColor8, #ffffff) 0%, #000000 75%) !important;
}

.svg-layout-whitebg {
  display: none;
}

@media (min-width: 1280px) {
  .page-home .svg-layout-whitebg {
    display: block;
    position: absolute;
    top: 1360px;
    left: 100%;
    width: 1500px;
    transform: translateX(-50%);
    height: auto;
  }
}
.page-home .svg-layout-whitebg svg {
  width: 100%;
  position: relative;
  left: 450px;
  top: 0;
  height: auto;
  overflow: visible;
}

.intro-subtitle {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 768px) {
  .intro-subtitle {
    font-size: 25px;
  }
}

.main {
  overflow-x: hidden;
}

.scroll-down {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}


.scroll-up {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
  transform: rotate(180deg);
  opacity: 0;
}

.page-home .news-list-item:hover .button {
  display: block;
}

.intro-page-section {
  padding-top: 250px;
  padding-bottom: 150px;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.intro-page-section .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .intro-page-section .container {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1740px) {
  .intro-page-section .container {
    margin-left: 90px;
    margin-right: 90px;
  }
}
.intro-page-section h1 {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 40px;
  text-align: center;
}

.intro-page-section h1 p {
  display: block;
}
.intro-page-section .intro-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .intro-page-section .intro-subtitle {
    font-size: 25px;
    line-height: 65px;
  }
}
.intro-page-section .scroll-down {
  display: none;
}

.careers-section h1 {
  text-align: center;
  margin-bottom: 30px;
}
.careers-section > img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .careers-section > img {
    margin-bottom: 60px;
  }
}
@media (min-width: 1740px) {
  .careers-section > img {
    margin-bottom: 100px;
  }
}

.career-top-text {
  width: 70%;
  margin: 40px auto 0;
}

.job-opportunities-block {
  position: relative;
  padding-top: 50px;
}

.job-opportunity-item {
  position: relative;
  margin-bottom: 20px;
  padding: 0 50px 50px;
}

.job-buttons-item {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .job-buttons-item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1280px) {
  .job-buttons-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.job-buttons-item button {
  margin-bottom: 20px;
}

.job-opportunity-full {
  position: absolute;
  display: none;
  background-color: #fafafa;
  opacity: 1;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px;
}
.job-opportunity-full button {
  margin-top: 20px;
}

.job-justify {
  margin-top: 20px;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .job-justify {
    justify-content: end;
  }
}

.career-testimonials-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.career-testimonials-block img {
  position: absolute;
  border-radius: 50%;
  z-index: 10;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
}
@media (min-width: 992px) {
  .career-testimonials-block img {
    left: 200%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .career-testimonials-block img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.career-testimonials-block .swiper-slide {
  padding: 60px 40px;
}
.career-testimonials-block .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.swiper-slide, .swiper-slide > * {
  box-sizing: border-box;
}

.testimonial-text {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 110px;
}
@media (min-width: 1280px) {
  .testimonial-text {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.clients-slider {
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.clients-slider .swiper-pagination-bullet-active {
  background-color: #73204a !important;
}

.academy-block {
  padding: 50px;
}

.academy-description {
  padding-right: 20px;
}

.academy-pic {
  border-radius: 15px;
}

.cv-section {
  background-color: #011229;
  color: #fff;
  margin-top: 50px;
}
.cv-section .button {
  margin-bottom: 20px;
}
.cv-section .textarea-col {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cv-section .textarea-col {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cv-section .justify-end ._text-right {
    text-align: left;
  }
}
.cv-section .justify-end button {
  margin: 20px auto;
  display: block;
}
@media (min-width: 768px) {
  .cv-section .justify-end button {
    margin: 20px 0 20px auto;
  }
}

.justify-end {
  justify-content: end;
}

.news-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-slider .article-title {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottm: 10px;
}
.news-slider .button {
  display: none;
  margin: 0 auto;
  width: 165px;
}
.news-slider .button.-turq-gradient:hover {
  background: linear-gradient(to right, #0f808c 0%, #00c5b4 100%);
  color: #fff;
}
.news-slider .category {
  color: rgb(0, 197, 180);
  font-weight: 700;
  margin-bottom: 40px;
}
.news-slider p {
  margin-bottom: 15px;
  margin-top: 5px;
  color: #000;
}

.main-page .news-list-item:hover .button {
  display: block;
}

.slider-button {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 20%;
  height: 50px;
}

.news-list-item {
  position: relative;
}
.news-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-list-item img {
  border-radius: 20px;
}

.featured-status {
  color: rgb(0, 197, 180);
  text-transform: uppercase;
  font-weight: 700;
}


.quote-section .swiper {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 800px;
}

.quote-section .quote-item {
  display: flex;
}
@media (max-width: 991px) {
  .quote-section .quote-item {
    padding-top: 120px;
  }
}
.quote-section .quote-pic {
  border-radius: 50%;
  margin: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .quote-section .quote-pic {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, 0px);
  }
}
.quote-section .quote-author {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  .quote-section .quote-author {
    padding-left: 10px;
    padding-top: 10px;
  }
}

.quote-section .quote-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #73204a;
}
@media (max-width: 991px) {
  .quote-section .quote-text {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .quote-section .quote-text {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .quote-section .quote-text {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 25px;
  }
}

.quote-section .col:last-child:before {
  position: absolute;
  content: "";
  background-color: #e6e6e6;
  width: 1px;
  top: 20px;
  left: 0;
  height: 220px;
}
@media (min-width: 992px) {
  .quote-section .col-md-6:first-child {
    border-right: 1px solid #e6e6e6;
    padding-right: 8.3333%;
  }
}
@media (max-width: 991px) {
  .quote-section .col-md-6:last-child {
    padding-left: 20px;
    padding-right: 8.3333%;
  }
}
@media (min-width: 992px) {
  .quote-section .col-md-6:last-child {
    padding-left: 8.3333%;
  }
}
.quote-section .swiper-button-prev {
  top: unset;
  bottom: -40px;
  left: 50%;
  transform: translateX(-100%);
  padding-right: 20px;
  color: #1b3b55;
  height: 16px;
}
.quote-section .swiper-button-prev:after {
  left: -30px;
  position: absolute;
  transform: rotate(360deg);
  font-size: 16px;
  color: #1b3b55;
}
.quote-section .swiper-button-next {
  top: unset;
  bottom: -40px;
  right: 50%;
  transform: translateX(100%);
  padding-left: 20px;
  color: #1b3b55;
  border-left: 1px solid #1b3b55;
  height: 16px;
}
.quote-section .swiper-button-next:after {
  right: -25px;
  position: absolute;
  transform: rotate(360deg);
  font-size: 16px;
  color: #1b3b55;
}

.quote-position {
  padding-left: 5px;
}

.nopic-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px 60px;
}
.nopic-testimonial .quote-text {
  padding: 0;
  text-align: left;
  margin: 0 auto;
}

.nopic-testimonial .quote-author {
  padding: 0;
}
.half-bg-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .half-bg-section {
    padding-top: 60%;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .half-bg-section {
    min-height: 50vw;
    max-height: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1740px) {
  .half-bg-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.half-bg-section .row {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .half-bg-section.-pic-left .bg {
    left: 0;
    background-position: right 50%;
  }
}
@media (min-width: 992px) {
  .half-bg-section.-pic-left .col {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 1740px) {
  .half-bg-section.-pic-left .col {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .half-bg-section.-pic-right .bg {
    left: 50%;
    background-position: left 50%;
  }
}
@media (max-width: 767px) {
  .half-bg-section .bg {
    display: none;
    background: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .half-bg-section .bg {
    left: 0;
    right: 0;
    padding-bottom: 50%;
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  .half-bg-section .bg {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    background-position: 50% top;
    display: block;
  }
}
@media (min-width: 992px) {
  .half-bg-section .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding-bottom: 50%;
    bottom: 0;
    max-height: 1000px;
  }
}
@media (max-width: 767px) {
  .half-bg-section .col {
    flex: 0 0 100%;
    padding: 0 30px 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .half-bg-section .col {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .half-bg-section .col {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1280px) {
  .half-bg-section .col {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (max-width: 767px) {
  .half-bg-section .button {
    max-width: 330px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .half-bg-section .button {
    width: 270px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .half-bg-section .button {
    width: 290px;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .half-bg-section .button {
    width: 320px;
    margin-top: 40px;
  }
}


@media (min-width: 992px) {
  .img-text-section.-pic-left .pic-col {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .img-text-section.-pic-left .text-col {
    order: 2;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .img-text-section.-pic-left .text-col {
    padding-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .img-text-section.-pic-right .pic-col {
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .img-text-section.-pic-right .text-col {
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .img-text-section.-pic-right .text-col {
    padding-right: 8.3333333333%;
  }
}
@media (max-width: 767px) {
  .img-text-section .text-col {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .img-text-section .text-col {
    margin-bottom: 30px;
  }
}
.img-text-section .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.img-text-section .-button-center {
  margin: 0 auto;
}

.img-text-section .-button-left {
  margin: 0 auto 0 0;
}

.img-text-section .-button-right {
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .img-text-section .pic-col {
    align-items: center;
    padding: 30px 0;
  }
}
@media (min-width: 576px) {
  .img-text-section .pic-col img {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .img-text-section .pic-col img {
    max-width: 100%;
  }
}
@media (min-width: 1740px) {
  .img-text-section .pic-col img {
    max-width: 570px;
  }
}
.img-text-section .text-col {
  z-index: 1;
}

@media (max-width: 767px) {
  .text-block-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .text-block-section {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .text-block-section .container {
    width: 960px;
  }
}

.icon-card {
  height: 100%;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.icon-card .card-number {
  padding-left: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15px, -50%);
  color: #fff;
  font-weight: 800;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-shadow: 6px 8px 15px rgba(26, 26, 26, 0.25);
  background: url(../images/circle.svg) 0 0/cover;
  border-radius: 50%;
  background-color: #69b9ff;
}

.icon-card {
  height: 100%;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.icon-card:hover .hover-button {
  background-color: #262626;
}
.icon-card .hover-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: #69b9ff;
  color: #fff;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-weight: 800;
}

.bul-pic-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.icon-card-pic {
  padding-bottom: 42%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 35px 35px 0 0;
}

.icon-card-title {
  padding: 15px 30% 15px 0;
  min-height: 80px;
  position: relative;
}
.icon-card-title.-big-pic {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 30px 15px 10px;
}
.icon-card-title.-big-pic::before {
  color: #73204a;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 30px;
}
.icon-card-title.-big-pic + .icon-card-text {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 10px;
}
.icon-card-title.-small-pic {
  margin-left: 30px;
  margin-right: 30px;
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1280px) {
  .icon-card-title.-small-pic {
    min-height: 180px;
    font-size: 1.375rem;
  }
}
.icon-card-title.-small-pic img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: block;
}
@media (min-width: 768px) {
  .icon-card-title.-small-pic img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .icon-card-title.-small-pic img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1280px) {
  .icon-card-title.-small-pic img {
    max-width: 30%;
    max-height: 120px;
    width: auto;
    height: auto;
  }
}
.icon-card-title.-small-pic p {
  margin-bottom: 0;
}
.icon-card-title.-small-pic + .icon-card-text {
  border-top: 1px solid #e6e6e6;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 30px;
}

.icon-card-text {
  padding-top: 20px;
}

.title-block-section {
  padding: 0 15px 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .title-block-section {
    padding: 20px 0 0px;
  }
}
@media (min-width: 992px) {
  .title-block-section {
    padding: 40px 0 0;
    max-width: 930px;
  }
}

@media (min-width: 992px) {
  .title-block-section .container {
    width: auto;
  }
}

.bullet-card {
  padding: 30px 20px 15px 60px;
  position: relative;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bullet-card {
    padding: 30px 60px 15px;
  }
}
.bullet-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #73204a;
  left: 30px;
  top: 37px;
}

.parallax-img-section {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 30vh;
  color: #fff;
}
@media (min-width: 768px) {
  .parallax-img-section {
    padding-left: 0;
    padding-right: 0;
    min-height: 50vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


@media (min-width: 1280px) {
  .parallax-img-section {
      padding-top: 110px;
      padding-bottom: 110px;
  }
}
.parallax-img-section .container {
  z-index: 10;
}
.parallax-img-section .parallax-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3E2733;
  opacity: 0.85;
  z-index: 2;
}

.parallax-img-section h2 {
  margin-bottom: 40px;
  color: #fff;
}
@media (min-width: 992px) {
  .parallax-img-section h2 {
    margin-bottom: 80px;
  }
}
.parallax-img-section .parallax-fixed {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1280px) {
  .parallax-img-section .-col-left {
    margin-right: 50%;
  }
}
@media (min-width: 1280px) {
  .parallax-img-section .-col-left h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .parallax-img-section .-col-right {
    margin-left: 50%;
  }
}
@media (min-width: 1280px) {
  .parallax-img-section .-col-right h2 {
    text-align: left;
  }
}
.parallax-img-section .subtitle {
  color: #fff;
}
.parallax-img-section .buttons-row {
  justify-content: center;
}

.textcols-section {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .textcols-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .textcols-section .col-md-6:first-child {
    border-right: 1px solid #e6e6e6;
    padding-right: 8.3333%;
  }
}
@media (min-width: 992px) {
  .textcols-section .col-md-6:last-child {
    padding-left: 8.3333%;
  }
}

.textcols-title-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .textcols-title-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .textcols-title-wrapper {
    margin-bottom: 40px;
  }
}
.textcols-title-wrapper .textcols-icon {
  flex: 0 0 70px;
  max-width: 70px;
  padding-right: 20px;
}
.textcols-title-wrapper p:first-child {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .textcols-title-wrapper p:first-child {
    font-size: 22px;
  }
}
.textcols-title-wrapper p:last-child {
  color: #73204a;
}

.textcols-text {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .textcols-text {
    margin-bottom: 0;
  }
}

.col-md-6:first-child .textcols-text {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .col-md-6:first-child .textcols-text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .col-md-6:first-child .textcols-text {
    margin-bottom: 0;
  }
}

.bg-gradient-section {
  background: rgb(255, 94, 53);
  background: linear-gradient(90deg, rgb(255, 94, 53) 0%, rgb(255, 131, 1) 100%);
}

@media (min-width: 992px) {
  .bg-gradient-section .col-md-6:first-child {
    border-right: 1px solid #e6e6e6;
    padding-right: 8.3333%;
  }
}
@media (min-width: 992px) {
  .bg-gradient-section .col-md-6:first-child h2 {
    margin-bottom: 0;
  }
}
.bg-gradient-section .col-md-6:first-child p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bg-gradient-section .col-md-6:last-child {
    padding-left: 8.3333%;
  }
}

.bg-gradient-item {
  background-color: #fff;
  border-radius: 35px;
  padding: 30px;
}
@media (min-width: 768px) {
  .bg-gradient-item {
    padding: 45px;
  }
}

.image-wide-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .image-wide-section {
    margin-bottom: 40px;
  }
}
@media (min-width: 1740px) {
  .image-wide-section {
    margin-bottom: 90px;
  }
}
.image-wide-section img {
  display: block;
  margin: 0 auto;
}

.table-section {
  margin-top: 40px;
}
.table-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.table-row {
  display: flex;
  padding: 20px 20px 0;
  flex-wrap: wrap;
  
}

.table-row p {
  margin-bottom: 20px;
}

.table-row:nth-child(odd) {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; 
}

.table-item-first {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.table-item {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) { 
  .table-item {
      flex: 0 0 50%;
      max-width: 50%;
  }

  .table-item-first {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }     
}

.quote-raiting {
  text-align: center;
}
.quote-raiting img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.review-stars ul {
  display: inline-block;
  list-style: none;
}

.review-stars ul li {
  float: left;
  margin-right: 5px;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 12px;
}
/*color: #E4B248;*/
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}