html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
@media (min-width: 767px) and (max-height: 765px) {
  html {
    overflow: unset;
  }
}

*, *: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: #283E6A;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  min-height: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) and (max-height: 765px) {
  body {
    overflow: unset;
  }
}

.img-lazyloaded-holder {
  position: relative;
  height: 0;
  display: block;
}
.body-404 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

._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: 30px;
}
@media (min-width: 768px) {
  ._bottom-gutter {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  ._bottom-gutter {
    margin-bottom: 60px;
  }
}
@media (min-width: 1740px) {
  ._bottom-gutter {
    margin-bottom: 90px;
  }
}

/* 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: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 64px;
  }
}
h1 strong {
  color: #F22727;
}
h1 p {
  margin-bottom: 0;
  display: inline;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #262626;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1740px) {
  h2 {
    font-size: 3rem;
  }
}
h2 strong {
  color: #F22727;
}
@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;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}

/* 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;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 8;
}
@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;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.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;
  }
}

.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;
}

.menu-block {
  position: relative;
}
@media (min-width: 768px) {
  .menu-block {
    display: none;
  }
}

.primary-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .primary-menu {
    display: none;
  }
}
.primary-menu li {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  padding: 6px 15px 8px;
}
.primary-menu svg {
  display: block;
  width: 18px;
  height: 21px;
  margin: 6px auto;
  opacity: 0.5;
}
.primary-menu .active-page:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -1px;
  background-color: #F22727;
  height: 2px;
}
.primary-menu .active-page svg {
  color: #F22727;
  opacity: 1;
}

.mobile-menu-trigger {
  cursor: pointer;
  transition: none 0s ease 0s;
  width: 30px;
  height: 17px;
}
@media (min-width: 768px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.mobile-menu-trigger span {
  background-color: #283E6A;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 2px;
  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: 100%;
  height: 100%;
  content: " ";
  background-color: #283E6A;
  transition: transform 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.mobile-menu-trigger span::before {
  transform: translateY(-7px);
}

.close {
  cursor: pointer;
  position: absolute;
  right: -16px;
  top: -64px;
  z-index: 1000;
  width: 40px;
  height: 32px;
}

.desktop-hamburger-menu {
  background-color: #fff;
  padding: 96px 48px 48px;
  font-size: 13px;
  font-weight: 500;
  color: #283E6A;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  left: 64px;
}
@media (min-width: 768px) {
  .desktop-hamburger-menu {
    left: 0;
    width: 400px;
  }
}

.hamburger-menu-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: 13px;
  font-weight: 500;
}
.hamburger-menu-body a, .hamburger-menu-body svg {
  display: inline-block;
  vertical-align: middle;
  color: #283E6A;
}
.hamburger-menu-body svg {
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.hamburger-menu-body svg:hover {
  color: #F22727;
}

.hamburger-menu-item {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .hamburger-menu-item {
    padding-bottom: 32px;
  }
}

.hamburger-menu-socials svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  color: #F22727;
  opacity: 1;
}
.hamburger-menu-socials span {
  color: #283E6A;
}
.hamburger-menu-socials .blue-line {
  height: 2px;
  width: 30px;
}

.get-in-touch {
  padding-top: 24px;
  border-top: 2px solid #283E6A;
}
@media (min-width: 768px) {
  .get-in-touch {
    padding-top: 32px;
  }
}

.presentation {
  border-bottom: 2px solid #283E6A;
}

.active-page-hamburger {
  color: #F22727;
}

.hamburger-menu-active svg, .hamburger-menu-active a {
  color: #F22727;
  opacity: 1;
}

.desktop-menu {
  display: none;
  justify-content: space-between;
  flex: 0 0 70%;
}
@media (min-width: 768px) {
  .desktop-menu {
    display: flex;
  }
  .desktop-menu li {
    font-size: 14px;
    font-weight: 500;
    padding-top: 8px;
    width: 90px;
    text-align: center;
  }
  .desktop-menu a {
    color: #283E6A;
  }
}
.desktop-menu .active-page {
  padding: 8px 0;
  background-color: #283E6A;
  color: #fff;
  border-radius: 8px;
}
.desktop-menu .active-page a {
  color: #fff;
}

.desktop-hamburger-trigger {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 80px;
  height: 112px;
  transform: translateY(-50%);
  z-index: 7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .desktop-hamburger-trigger {
    display: block;
  }
}
.desktop-hamburger-trigger svg {
  width: 80px;
  height: 112px;
}

.arrow-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 6;
}
@media (min-width: 768px) {
  .arrow-button {
    width: 80px;
    height: 112px;
  }
}

.arrow-mobile {
  display: block;
}
@media (min-width: 768px) {
  .arrow-mobile {
    display: none;
  }
}

.arrow-desktop {
  display: none;
}
@media (min-width: 768px) {
  .arrow-desktop {
    display: block;
    width: 80px;
    height: 112px;
  }
}

.desktop-hamburger-close {
  display: none;
}
.desktop-hamburger-close svg {
  width: 80px;
  height: 112px;
}
@media (min-width: 768px) {
  .desktop-hamburger-close {
    display: block;
    position: fixed;
    top: 50%;
    left: 375px;
    width: 80px;
    height: 112px;
    transform: translateY(-50%);
  }
}

.button {
  padding: 6px 16px 6px 30px;
  font-size: 13px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .button {
    font-size: 14px;
    padding: 12px 20px 12px 35px;
  }
}

.-red {
  background-color: #F22727;
  color: #fff;
}

.details {
  position: relative;
}
.details svg {
  position: absolute;
  width: 8px;
  height: 8px;
  color: #fff;
  top: 11px;
  left: 15px;
}
@media (min-width: 768px) {
  .details svg {
    top: 17px;
  }
}
.details:hover .arrow-1 {
  color: #fff;
}
.details:hover .arrow-2 {
  color: #F22727;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.backdrop.active {
  display: block;
  opacity: 1;
}

.modal-panel {
  position: fixed;
  left: 64px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  transition: transform 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  padding: 160px 32px 32px 32px;
  transform: translateX(100%);
  color: #283E6A;
  display: none;
}
@media (min-width: 768px) {
  .modal-panel {
    left: 50%;
    top: 64px;
    width: 680px;
    padding: 80px;
    border-radius: 16px;
  }
}
.modal-panel.active {
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  display: block;
}
@media (min-width: 768px) {
  .modal-panel.active {
    transform: translateX(-50%);
  }
}

.forms-buttons .modal-panel {
  padding-top: 32px;
}

.contact-form {
  margin-top: 52px;
}
.contact-form label {
  display: block;
}
.contact-form button {
  position: relative;
}
.contact-form button svg {
  position: absolute;
  width: 12px;
  height: 6px;
  top: 10px;
  left: 12px;
}
.contact-form .close-modal-mobile {
  top: 86vh;
}
.contact-form input {
  display: block;
  border: 0;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #283E6A;
  outline: #283E6A;
  font-size: 13px;
  font-weight: 500;
}
.contact-form .form-message {
  min-height: 100px;
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-form .required-field {
  color: #F22727;
  margin-bottom: 10px;
}
.contact-form .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form a {
  color: #F22727;
}
.contact-form .content__gdpr {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}
.contact-form .content__gdpr label {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-form .content__gdpr a:hover {
  color: #d4c8cf;
}

.contact-form .form-item .button svg {
  position: absolute;
  width: 12px;
  height: 6px;
  top: 10px;
  left: 12px;
}
@media (min-width: 768px) {
  .contact-form .form-item .button svg {
    top: 17px;
    left: 13px;
  }
}

.privacy-consent {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.privacy-consent input {
  display: inline-block;
  width: 13px;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.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: #F22727;
  font-size: 25px;
  cursor: pointer;
}

.close-modal-mobile {
  width: 40px;
  height: 32px;
  position: fixed;
  top: 80vh;
  left: 32px;
  transform: translateX(-72px);
  transition: transform 1.5s ease-out 0;
}
.close-modal-mobile.active {
  transition: transform 1.5s ease-out 0s;
  transform: translateX(0);
  z-index: 1000;
}
.close-modal-mobile svg {
  width: 100%;
  height: 100%;
}
.close-modal-mobile .arrow-1 {
  color: #F22727;
}
.close-modal-mobile .arrow-2 {
  color: #fff;
}
@media (min-width: 768px) {
  .close-modal-mobile {
    display: none;
  }
}

.close-modal-desktop {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .close-modal-desktop {
    display: block;
  }
}

.project-slider-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 32px 32px 32px;
}
@media (min-width: 768px) {
  .project-slider-item {
    padding: 0 64px 64px 64px;
  }
}
.project-slider-item .project-slider-item-img {
  height: 0;
  padding-bottom: 26%;
  margin-bottom: 32px;
  margin-top: 8px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}
@media (min-width: 768px) {
  .project-slider-item .project-slider-item-img {
    padding-bottom: 29%;
    margin-bottom: 64px;
    margin-top: 0;
    margin-left: -64px;
    margin-right: -64px;
  }
}
.project-slider-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.close-project-slider {
  position: absolute;
  display: none;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .close-project-slider {
    top: 8px;
    right: 8px;
    display: block;
  }
}

.projects-slider {
  margin-right: -70px;
}
@media (min-width: 768px) {
  .projects-slider {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .projects-slider .modal-panel {
    height: calc(100% - 64px);
  }
}
.projects-slider .container {
  position: relative;
}
.projects-slider .project-item-title {
  font-weight: 800;
  font-size: 24px;
  color: #283E6A;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .projects-slider {
    flex: 0 0 33%;
    max-width: 33%;
    font-size: 48px;
  }
}

.project-slider-cntrls {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.project-slider-cntrls svg {
  width: 32px;
  height: 10px;
}
.project-slider-cntrls .project-slider-prev {
  color: #F22727;
  cursor: pointer;
}
.project-slider-cntrls .project-slider-prev svg {
  margin-right: 8px;
}
.project-slider-cntrls .project-slider-next {
  color: #F22727;
  cursor: pointer;
}
.project-slider-cntrls .project-slider-next svg {
  margin-left: 8px;
}

.project-numbers {
  display: flex;
  margin-top: 28px;
  padding-bottom: 48px;
  border-bottom: 2px solid #283E6A;
  margin-bottom: 48px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .project-numbers {
    flex-direction: row;
  }
}
.project-numbers .project-numbers-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .project-numbers .project-numbers-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: block;
  }
}
.project-numbers .project-numbers-item br {
  display: none;
}
@media (min-width: 768px) {
  .project-numbers .project-numbers-item br {
    display: block;
  }
}
.project-numbers .project-numbers-number {
  font-weight: 800;
  font-size: 15px;
  color: #283E6A;
  margin-bottom: 0;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .project-numbers .project-numbers-number {
    font-size: 32px;
    margin-right: 0;
  }
}

.project-item-link {
  color: #F22727;
  display: flex;
  margin-bottom: 48px;
}
.project-item-link svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

textarea {
  width: 100%;
  border: 0;
  color: #283E6A;
  outline: #283E6A;
  height: auto;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid var(--Stroke, #DAE1F0);
  padding: 12px 16px;
  color: #283E6A;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-group {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

.form-header-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.form-header-img img {
  border-radius: 0 0 10px 10px;
}

.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: #283E6A;
}

.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: #283E6A;
}

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;
}

.section {
  padding-right: 50px;
  padding-left: 17px;
  padding-bottom: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section .container {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .section .container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.preloader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/preloader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .preloader-wrapper {
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background-color: #fff;
    border-radius: 16px;
  }
}

.linePreloader {
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, #F22727, #F22727);
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  background-size: 16px;
  background-repeat: repeat-y;
  background-position: -25% 0;
  animation: scroll 1.2s ease-in-out infinite;
}

@keyframes scroll {
  50% {
    background-size: 20%;
  }
  100% {
    background-position: 125% 0;
  }
}
.preloader-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -250%);
}

.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  animation-name: opacity;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  height: 100vh;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .wrapper {
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 767px) and (max-height: 765px) {
  .wrapper {
    min-height: 700px;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  border-radius: 16px;
}

.background-video video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.background-video .video-forward {
  z-index: 4;
  position: absolute;
}
.background-video .video-forward.-mobile {
  display: block;
}
@media (min-width: 992px) {
  .background-video .video-forward.-mobile {
    display: none;
  }
}
.background-video .video-forward.-desktop {
  display: none;
}
@media (min-width: 992px) {
  .background-video .video-forward.-desktop {
    display: block;
  }
}

.background-video .video-backward {
  z-index: 3;
  position: absolute;
}
.background-video .video-backward.-mobile {
  display: block;
}
@media (min-width: 992px) {
  .background-video .video-backward.-mobile {
    display: none;
  }
}
.background-video .video-backward.-desktop {
  display: none;
}
@media (min-width: 992px) {
  .background-video .video-backward.-desktop {
    display: block;
  }
}

.main {
  margin-bottom: 60px;
  height: 100%;
}
@media (min-width: 768px) {
  .main {
    margin-bottom: 0;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

.h1 {
  color: #283E6A;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 24px;
}
.h1 p {
  display: inline-block;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 35px;
  }
}
@media (min-width: 1280px) {
  .h1 {
    font-size: 48px;
  }
}

.svg-container {
  display: none;
}

.slide-introtext {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
@media (min-width: 768px) {
  .slide-introtext {
    font-size: 14px;
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .slide-introtext {
    max-width: 280px;
  }
}

.white-points-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/white-dots-lines.png);
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.swiper {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper-wrapper {
    padding-top: 40px;
    max-height: 500px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 31%;
  max-width: 31%;
  transition: transform 0.4s;
}
.swiper-slide img {
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .swiper-slide {
    max-height: 96px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slide {
    max-width: 85%;
  }
}

.swiper-slide:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media (max-width: 767px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }
  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}
[x-cloak] {
  display: none !important;
}

.red-slash {
  color: #F22727;
  margin-left: 8px;
  margin-right: 8px;
}

.grey-subtitle {
  margin-bottom: 0;
  color: #939FB8;
  font-size: 12px;
  font-weight: 500;
}

.desktop-socials {
  display: none;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .desktop-socials {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.socials-desktop-item {
  text-align: right;
  display: none;
}
@media (min-width: 768px) {
  .socials-desktop-item {
    display: block;
  }
}
.socials-desktop-item svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #F22727;
}
.socials-desktop-item .blue-line {
  height: 2px;
  width: 30px;
  margin-right: 8px;
  margin-left: 8px;
}

.slide-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .slide-title {
    flex: 0 0 34%;
    max-width: 34%;
  }
}

@media (min-width: 768px) {
  .-first-section .slide-title {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.swiper-vertical > .swiper-wrapper {
  align-items: center;
}

@media (min-width: 768px) {
  ._mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  ._desktop {
    display: none;
  }
}

.detail-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #283E6A;
  margin-top: 32px;
  max-width: 280px;
}
.detail-subtitle .red-slash {
  margin-left: 0;
  font-weight: 800;
}

.project-slider-item ul {
  padding-left: 15px;
  list-style-type: circle;
}
@media (min-width: 768px) {
  .project-slider-item ul {
    column-count: 2;
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
  }
}

.project-slider-item ul li::marker {
  color: #F22727;
}

.contacts {
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contacts {
    font-size: 14px;
  }
}

.contacts svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.email {
  color: #F22727;
  margin-bottom: 0;
}

.-xl {
  width: 132px;
  height: 48px;
  margin-bottom: 0;
  display: flex;
  padding: 10px 8px 16px 16px;
  box-shadow: 0px 0px 15px 0px rgba(40, 62, 106, 0.5);
  transition: transform 0.4s;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 8px;
}
.-xl:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .-xl {
    width: 180px;
    height: 90px;
    justify-content: space-around;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 32px;
    flex-direction: column;
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .-xl {
    width: 264px;
    height: 96px;
    padding: 24px;
    justify-content: space-around;
  }
}

.forms-buttons {
  display: flex;
  margin-top: 16px;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (min-width: 768px) {
  .forms-buttons {
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    min-width: 1px;
    margin-top: 0;
  }
}
.forms-buttons .-blue {
  margin-bottom: 0;
}

.forms-buttons .-xl > svg {
  width: 18px;
  height: 21px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .forms-buttons .-xl > svg {
    margin-top: 0;
  }
}

.-blue {
  background-color: #283E6A;
  color: #fff;
}

.-white {
  background-color: #fff;
}

.form_button_text {
  display: flex;
  justify-content: space-between;
}
.form_button_text span:first-child, .form_button_text a {
  padding-left: 12px;
}
@media (min-width: 768px) {
  .form_button_text span:first-child, .form_button_text a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .form_button_text br {
    display: none;
  }
}
.form_button_text span:last-child {
  display: none;
}
@media (min-width: 768px) {
  .form_button_text span:last-child {
    display: block;
  }
}

.-fifth-section .overflow-auto {
  overflow: auto;
  margin-right: -60px;
}
@media (min-width: 768px) {
  .-fifth-section .overflow-auto {
    overflow: visible;
    margin-right: 0;
  }
}

.privacy-consent span {
  color: #F22727;
  cursor: pointer;
}

.privacy-policy ul {
  padding-left: 15px;
}
