@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap" rel="stylesheet');
@font-face {
  font-family: 'HundredWatt';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HundredWattBB-Regular.otf") format("truetype"); }
@font-face {
  font-family: 'HundredWatt';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/HundredWattBB-Italic.otf") format("truetype"); }
@font-face {
  font-family: 'HundredWatt';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HundredWattBB-Bold.otf") format("truetype"); }
@font-face {
  font-family: 'HundredWatt';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/HundredWattBB-BoldItalic.otf") format("truetype"); }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.528571429;
  padding: 0;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 400;
  overflow-x: hidden; }

#top-nav {
  padding-left: 0;
  height: 69px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: white !important;
  border-bottom: 1px solid #18355E !important;
  transition: all .280s ease-in; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #top-nav {
      height: 69px;
      padding: 0; } }
  #top-nav .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  #top-nav .hamburger-wrapper {
    background-color: #CF152D;
    width: 69px;
    height: 69px;
    top: 10px;
    left: 10px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    cursor: pointer; }
    #top-nav .hamburger-wrapper span {
      width: 21px;
      height: 2px;
      background: #FFFFFF;
      -webkit-transition: all 1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      -moz-transition: all 1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
      margin: .20rem 0; }
      #top-nav .hamburger-wrapper span:last-child {
        width: 17px;
        margin-left: -3px; }
  #top-nav .navbar-brand {
    margin-left: 64px;
    transition: all .350s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #top-nav .navbar-brand {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #top-nav .navbar-brand {
        margin-left: 19px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #top-nav .navbar-brand {
        margin-left: 19px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #top-nav .navbar-brand {
        margin-left: 19px; } }
    #top-nav .navbar-brand img {
      height: 33px;
      transition: all .350s ease-in; }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #top-nav .navbar-brand img {
          height: 28px; } }
  #top-nav .navbar-nav .nav-item:nth-child(n+2):nth-child(-n+4) .nav-link {
    padding-left: 1.5em;
    transition: all .350s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #top-nav .navbar-nav .nav-item:nth-child(n+2):nth-child(-n+4) .nav-link {
        padding-left: 10px; } }
  #top-nav .navbar-nav .nav-item:nth-child(4) .nav-link {
    margin-right: 56px;
    transition: all .350s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #top-nav .navbar-nav .nav-item:nth-child(4) .nav-link {
        margin-right: 0; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #top-nav .navbar-nav .nav-item:nth-child(4) .nav-link {
        margin-right: 0; } }
  #top-nav .navbar-nav .nav-item .nav-link {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #18355E !important;
    font-weight: 400;
    font-size: 1.125em;
    transition: all .350s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #top-nav .navbar-nav .nav-item .nav-link {
        font-size: 15px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #top-nav .navbar-nav .nav-item .nav-link {
        font-size: 1.115em; } }
  #top-nav .navbar-nav .nav-item .cta-btn-white {
    margin-right: 32px;
    height: 38px;
    background-color: #FFFFFF;
    color: #CF152D !important;
    text-decoration: none;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all .350s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #top-nav .navbar-nav .nav-item .cta-btn-white {
        margin-right: 18px;
        padding-left: 15px;
        padding-right: 15px; } }
    #top-nav .navbar-nav .nav-item .cta-btn-white:hover {
      background-color: #CF152D;
      color: #FFFFFF !important; }
  #top-nav .navbar-nav .nav-item .cta-btn-red {
    height: 38px;
    background-color: #CF152D;
    color: #FFFFFF !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 45px !important;
    padding-right: 45px !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all .350s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #top-nav .navbar-nav .nav-item .cta-btn-red {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    #top-nav .navbar-nav .nav-item .cta-btn-red:hover {
      background-color: #FFFFFF;
      color: #CF152D !important; }

.scrolled-horizontal {
  background-color: white !important;
  border-bottom: 1px solid #18355E !important; }
  .scrolled-horizontal .hamburger-wrapper {
    background-color: #CF152D; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      .scrolled-horizontal .hamburger-wrapper {
        border-bottom: 1px solid #18355E !important; } }
  .scrolled-horizontal .navbar-nav .nav-item .nav-link {
    color: #18355E !important;
    transition: all .350s ease-in; }

#side-nav {
  position: fixed;
  z-index: 9999;
  width: 69px;
  height: calc(100% - 69px);
  bottom: 0;
  background-color: #CF152D;
  border-right: 1px solid #FFFFFF;
  transition: all .280s ease-in; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #side-nav {
      left: -70px;
      transition: all .280s ease-in; } }
  #side-nav .lang-picker-wrapper {
    margin-top: 28px; }
    #side-nav .lang-picker-wrapper .lang-picker {
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      #side-nav .lang-picker-wrapper .lang-picker .lang-item {
        list-style: none;
        margin-top: 15px;
        margin-bottom: 15px;
        flex: 0 1 auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        #side-nav .lang-picker-wrapper .lang-picker .lang-item:nth-child(2) .lang-link {
          border-left: 1px solid #FFFFFF;
          border-right: 1px solid #FFFFFF;
          padding-left: 10px;
          padding-right: 10px; }
        #side-nav .lang-picker-wrapper .lang-picker .lang-item .lang-link {
          text-decoration: none;
          font-weight: 400;
          font-size: 0.875em;
          color: #FFFFFF;
          opacity: 0.75;
          transition: all .280s ease-in; }
          #side-nav .lang-picker-wrapper .lang-picker .lang-item .lang-link:hover {
            opacity: 1; }
      #side-nav .lang-picker-wrapper .lang-picker .active .lang-link {
        opacity: 1; }
  #side-nav .social-list-wrapper {
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 50%;
    transform: translate(-20%, 0%); }
    #side-nav .social-list-wrapper .social-list {
      padding: 0;
      margin: 0; }
      #side-nav .social-list-wrapper .social-list .list-item {
        list-style: none; }
        #side-nav .social-list-wrapper .social-list .list-item:not(:last-child) {
          margin-bottom: 20px; }
        #side-nav .social-list-wrapper .social-list .list-item .social-icon-link img {
          width: 15px; }

@media (min-width: 20em) and (max-width: 61.24em) {
  .mobile-hidden {
    left: 0 !important;
    transition: all .280s ease-in; } }

.scrolled-vertical {
  background-color: #CF152D !important;
  transition: all .280s ease-in; }

#side-menu {
  position: fixed;
  z-index: 9999;
  left: -390px;
  max-width: 876px;
  height: calc(100% - 69px);
  bottom: 0;
  background-color: #CF152D;
  transition: all .500s ease-in; }
  #side-menu .navigation-wrapper {
    padding-top: 70px;
    padding-left: 70px;
    padding-right: 50px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #side-menu .navigation-wrapper {
        position: relative;
        height: 100%;
        padding-top: 30px;
        padding-left: 40px;
        padding-right: 30px; } }
    #side-menu .navigation-wrapper .nav-links {
      margin: 0;
      padding: 0;
      padding-bottom: 50px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #side-menu .navigation-wrapper .nav-links {
          padding-bottom: 20px; } }
      #side-menu .navigation-wrapper .nav-links .links-header, #side-menu .navigation-wrapper .nav-links .list-item {
        list-style: none; }
      #side-menu .navigation-wrapper .nav-links .links-header {
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 2.25em;
        margin-bottom: 0;
        padding-bottom: 5px;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #side-menu .navigation-wrapper .nav-links .links-header {
            font-size: 1.75em; } }
      #side-menu .navigation-wrapper .nav-links .list-item .menu-link {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1em;
        color: #FFFFFF;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #side-menu .navigation-wrapper .nav-links .list-item .menu-link {
            font-size: 0.9135em; } }
        #side-menu .navigation-wrapper .nav-links .list-item .menu-link:hover {
          padding-left: 10px; }
    #side-menu .navigation-wrapper .cta-btn-white {
      display: none; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #side-menu .navigation-wrapper .cta-btn-white {
          position: absolute;
          bottom: 30px;
          display: block;
          text-align: center;
          margin-right: 32px;
          height: 38px;
          background-color: #FFFFFF;
          color: #CF152D;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.875em;
          font-weight: 700;
          border-radius: 100px;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          transition: all .350s ease-in;
          white-space: nowrap;
          padding-left: 25px;
          padding-right: 25px; } }
      #side-menu .navigation-wrapper .cta-btn-white:hover {
        background-color: #CF152D;
        color: #FFFFFF; }

.side-menu-open {
  left: 69px !important;
  transition: all .500s ease-in; }

#popup {
  position: fixed;
  z-index: 14;
  bottom: 15px;
  right: -999px;
  max-width: 460px;
  transition: all 1.5s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #popup {
      left: 15px;
      right: 15px; } }
  #popup .img-wrapper {
    position: relative; }
    #popup .img-wrapper .close-popup {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }

#hero {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #hero {
      height: 40vh;
      /* Fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 40); } }
  #hero video {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #hero video {
        height: 40vh; } }
  #hero .animated-arrow {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: bounce 2s infinite;
    z-index: 999; }
    #hero .animated-arrow img {
      margin: 0 auto;
      height: 24px; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #hero .animated-arrow img {
          height: 16px; } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
  #hero .hero-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0; }
  #hero #slajd1 {
    background: url("../images/slide1_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd2 {
    background: url("../images/slide2_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd3 {
    background: url("../images/slide3_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd4 {
    background: url("../images/slide4_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd5 {
    background: url("../images/slide5_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd6 {
    background: url("../images/slide6_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd7 {
    background: url("../images/slide7_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd8 {
    background: url("../images/slide8_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd9 {
    background: url("../images/slide9_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero #slajd10 {
    background: url("../images/slide10_bg.jpg") no-repeat top;
    background-size: cover; }
  #hero .swiper-slide {
    background-size: cover;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  #hero .swiper-pagination {
    top: unset;
    left: 160px;
    bottom: 72px;
    width: 160px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #hero .swiper-pagination {
        display: none; } }
    #hero .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 100%;
      background: #FFFFFF;
      opacity: 1;
      left: 1px;
      margin-left: auto;
      margin-right: 12px; }
      #hero .swiper-pagination .swiper-pagination-bullet:before {
        display: none; }
    #hero .swiper-pagination .swiper-pagination-bullet-active {
      border: 1px solid #18355E;
      width: 22px;
      height: 22px;
      background: transparent; }
      #hero .swiper-pagination .swiper-pagination-bullet-active:before {
        border-radius: 100%;
        display: inline-block;
        margin: 3px auto;
        line-height: 1.0;
        width: 10px;
        height: 10px;
        background-color: #CF152D;
        content: "";
        border: none; }
  #hero .hero-col {
    position: absolute;
    bottom: 148px;
    right: 110px;
    z-index: 1;
    transition: all .350s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #hero .hero-col {
        bottom: 56px;
        right: 0; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #hero .hero-col {
        right: 75px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #hero .hero-col {
        right: 90px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #hero .hero-col {
        right: 100px; } }
    #hero .hero-col .hero-col-wrapper {
      text-align: right; }
      #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
        width: 75%;
        margin-left: auto;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
            width: 100%; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
            width: 100%; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
            width: 100%; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
            width: 100%; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
            width: 94%; } }
        @media (min-width: 100em) and (max-width: 119.99em) {
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper {
            width: 90%; } }
        #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 {
          margin-bottom: .75em;
          text-align: right;
          text-transform: uppercase;
          font-size: 2.875em;
          font-family: 'Poppins', sans-serif;
          font-weight: 800;
          color: white;
          text-shadow: 2px 2px 5px #242424;
          transition: all .280s ease-in; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 {
              font-size: 1.5em; } }
          @media (min-width: 46.25em) and (max-width: 61.24em) {
            #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 {
              font-size: 2em; } }
          @media (min-width: 61.25em) and (max-width: 81.24em) {
            #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 {
              font-size: 2em; } }
          @media (min-width: 81.25em) and (max-width: 89.99em) {
            #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 {
              font-size: 41px; } }
          @media (min-width: 90em) and (max-width: 99.99em) {
            #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 {
              font-size: 2.5em; } }
          #hero .hero-col .hero-col-wrapper .hero-title-wrapper h1 .red-text {
            color: #CF152D; }
      #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
        width: 50%;
        margin-left: auto;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
            width: 100%; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
            width: 60%; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
            width: 100%; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
            width: 70%; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
            width: 65%; } }
        @media (min-width: 100em) and (max-width: 119.99em) {
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper {
            width: 80%; } }
        #hero .hero-col .hero-col-wrapper .hero-text-wrapper p {
          line-height: 2;
          text-align: right;
          color: #FFFFFF;
          text-shadow: 2px 2px 5px #242424;
          transition: all .280s ease-in; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            #hero .hero-col .hero-col-wrapper .hero-text-wrapper p {
              font-size: 0.875em;
              line-height: 1.5; } }
          @media (min-width: 46.25em) and (max-width: 61.24em) {
            #hero .hero-col .hero-col-wrapper .hero-text-wrapper p {
              line-height: 1.5; } }
          @media (min-width: 61.25em) and (max-width: 81.24em) {
            #hero .hero-col .hero-col-wrapper .hero-text-wrapper p {
              line-height: 1.5; } }
          #hero .hero-col .hero-col-wrapper .hero-text-wrapper p .red-text {
            color: #CF152D; }
      #hero .hero-col .hero-col-wrapper .cta-btns-wrapper {
        margin-top: 38px;
        margin-left: auto;
        display: inline-flex;
        transition: all .350s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #hero .hero-col .hero-col-wrapper .cta-btns-wrapper {
            margin-top: 20px; } }
        #hero .hero-col .hero-col-wrapper .cta-btns-wrapper .cta-btn-white {
          margin-right: 32px;
          height: 38px;
          background-color: #FFFFFF;
          color: #CF152D;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.875em;
          font-weight: 700;
          border-radius: 100px;
          padding-left: 45px;
          padding-right: 45px;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          transition: all .350s ease-in; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            #hero .hero-col .hero-col-wrapper .cta-btns-wrapper .cta-btn-white {
              white-space: nowrap;
              font-size: 0.75em;
              height: 28px;
              padding-left: 30px;
              padding-right: 30px;
              padding-top: 2px; } }
          #hero .hero-col .hero-col-wrapper .cta-btns-wrapper .cta-btn-white:hover {
            background-color: #CF152D;
            color: #FFFFFF; }
        #hero .hero-col .hero-col-wrapper .cta-btns-wrapper .cta-btn-red {
          height: 38px;
          background-color: #CF152D;
          color: #FFFFFF;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.875em;
          font-weight: 700;
          border-radius: 100px;
          padding-left: 45px;
          padding-right: 45px;
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          transition: all .350s ease-in; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            #hero .hero-col .hero-col-wrapper .cta-btns-wrapper .cta-btn-red {
              font-size: 0.75em;
              height: 28px;
              padding-left: 25px;
              padding-right: 25px;
              padding-top: 2px; } }
          #hero .hero-col .hero-col-wrapper .cta-btns-wrapper .cta-btn-red:hover {
            background-color: #FFFFFF;
            color: #CF152D; }

#awardSection {
  padding-bottom: 70px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all .35s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #awardSection {
      padding-top: 35px; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #awardSection {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 61.25em) {
    #awardSection {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #awardSection {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 100em) and (max-width: 119.99em) {
    #awardSection {
      padding-left: 98px;
      padding-right: 98px; } }
  @media (min-width: 120em) {
    #awardSection {
      padding-left: 98px;
      padding-right: 98px; } }
  #awardSection .container {
    overflow: hidden;
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #awardSection .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #awardSection .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #awardSection .container {
        max-width: 1300px; } }
  #awardSection h2 {
    text-align: center;
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #awardSection h2 {
        margin-bottom: 30px;
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #awardSection h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #awardSection h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #awardSection h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #awardSection h2 {
        font-size: 2.55em;
        margin-bottom: 60px; } }
  #awardSection .text {
    font-weight: 400;
    color: #707070; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #awardSection .text {
        font-size: 16px; } }
    #awardSection .text .blue {
      color: #18355E;
      font-weight: 700; }

#pbKit {
  padding-top: 70px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all .35s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #pbKit {
      padding-top: 35px; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #pbKit {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 61.25em) {
    #pbKit {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #pbKit {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 100em) and (max-width: 119.99em) {
    #pbKit {
      padding-left: 98px;
      padding-right: 98px; } }
  @media (min-width: 120em) {
    #pbKit {
      padding-left: 98px;
      padding-right: 98px; } }
  #pbKit .container {
    overflow: hidden;
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #pbKit .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #pbKit .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #pbKit .container {
        max-width: 1300px; } }
  #pbKit h2 {
    text-align: center;
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 80px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #pbKit h2 {
        margin-bottom: 50px;
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #pbKit h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #pbKit h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #pbKit h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #pbKit h2 {
        font-size: 2.55em;
        margin-bottom: 60px; } }
  #pbKit .text {
    font-weight: 400;
    color: #707070; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #pbKit .text {
        font-size: 16px; } }
    #pbKit .text .blue {
      color: #18355E;
      font-weight: 700; }
  #pbKit .progress-bar-wrapper {
    padding-left: 100px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #pbKit .progress-bar-wrapper {
        padding-left: 15px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #pbKit .progress-bar-wrapper {
        padding-left: 30px; } }
    #pbKit .progress-bar-wrapper .work-process {
      margin-top: -80px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #pbKit .progress-bar-wrapper .work-process {
          margin-top: 0; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #pbKit .progress-bar-wrapper .work-process {
          margin-top: -50px; } }
      #pbKit .progress-bar-wrapper .work-process .project .proj-wrap {
        display: inline-flex;
        display: inline-flex;
        width: 100%; }
        #pbKit .progress-bar-wrapper .work-process .project .proj-wrap .number {
          font-size: 2.25em;
          font-family: "HundredWatt", sans-serif;
          font-weight: 700;
          color: #C6C6C6;
          padding-right: 25px;
          min-width: 94px; }
        #pbKit .progress-bar-wrapper .work-process .project .proj-wrap .blue {
          color: #18355E; }
        #pbKit .progress-bar-wrapper .work-process .project .proj-wrap .project-bar {
          height: 18px;
          background: transparent;
          border-radius: 30px;
          width: 100%;
          margin-top: 25px; }
          #pbKit .progress-bar-wrapper .work-process .project .proj-wrap .project-bar .project-percent {
            height: 18px;
            background-color: #C6C6C6;
            border-radius: 30px;
            position: relative;
            width: 0;
            transition: 2s linear; }
            #pbKit .progress-bar-wrapper .work-process .project .proj-wrap .project-bar .project-percent:before {
              content: attr(percent);
              position: absolute;
              right: 0px;
              left: 0px;
              padding: 1px 0px;
              color: transparent;
              font-size: 1;
              border-radius: 25px;
              font-weight: bold;
              width: 20px;
              margin: 0px auto; }
          #pbKit .progress-bar-wrapper .work-process .project .proj-wrap .project-bar .bg-blue {
            background-color: #18355E; }
  #pbKit .ordered-list-wrapper {
    padding-left: 190px;
    padding-top: 44px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #pbKit .ordered-list-wrapper {
        padding-left: 30px;
        padding-top: 30px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #pbKit .ordered-list-wrapper {
        padding-left: 30px;
        padding-top: 44px; } }
    #pbKit .ordered-list-wrapper .heading-wrapper h3 {
      font-family: 'Poppins', sans-serif;
      text-transform: uppercase;
      color: #C6C6C6;
      font-size: 2em; }
      #pbKit .ordered-list-wrapper .heading-wrapper h3 .blue {
        color: #18355E; }
    #pbKit .ordered-list-wrapper .ordered-list .list-item {
      position: relative;
      color: #707070;
      text-transform: uppercase; }
      #pbKit .ordered-list-wrapper .ordered-list .list-item img {
        height: 13px;
        margin-left: 6px; }
      #pbKit .ordered-list-wrapper .ordered-list .list-item:nth-child(2) img {
        height: 19px;
        margin-left: 0; }
    #pbKit .ordered-list-wrapper .ordered-list .active {
      color: #18355E;
      font-weight: 700; }

#buildingSystem {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all .35s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #buildingSystem {
      padding-top: 32px; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #buildingSystem {
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 32px; } }
  @media (min-width: 61.25em) {
    #buildingSystem {
      width: calc(100% - 69px);
      margin-right: 0;
      padding-top: 64px; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #buildingSystem {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 100em) and (max-width: 119.99em) {
    #buildingSystem {
      padding-left: 98px;
      padding-right: 98px; } }
  @media (min-width: 120em) {
    #buildingSystem {
      padding-left: 98px;
      padding-right: 98px; } }
  #buildingSystem .container {
    overflow: hidden;
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #buildingSystem .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #buildingSystem .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #buildingSystem .container {
        max-width: 1300px; } }
  #buildingSystem h2 {
    text-align: center;
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 80px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #buildingSystem h2 {
        margin-bottom: 50px;
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #buildingSystem h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #buildingSystem h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #buildingSystem h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #buildingSystem h2 {
        font-size: 2.55em;
        margin-bottom: 60px; } }
  #buildingSystem .card-wrapper .card-image-wrapper {
    padding-bottom: 25px; }
    #buildingSystem .card-wrapper .card-image-wrapper img {
      padding: 10px; }
  #buildingSystem .card-wrapper .card-title-wrapper {
    text-align: center;
    padding-bottom: 15px; }
    #buildingSystem .card-wrapper .card-title-wrapper h4 {
      text-align: center;
      font-family: "HundredWatt", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #18355E; }
  #buildingSystem .card-wrapper .card-dsc-wrapper p {
    text-align: center;
    font-weight: 400;
    color: #707070; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #buildingSystem .card-wrapper .card-dsc-wrapper p {
        font-size: 16px; } }
  #buildingSystem .podrobnosti-btn-wrapper .cta-btn-red {
    height: 49px;
    font-size: 1.25em;
    max-width: 259px;
    text-align: center; }
  #buildingSystem .sestava-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center; }
    #buildingSystem .sestava-wrapper .sestava-box {
      padding: 5px 10px;
      background-color: #CF152D;
      color: #FFFFFF; }
      @media (min-width: 46.25em) {
        #buildingSystem .sestava-wrapper .sestava-box {
          padding: 5px 30px; } }
      #buildingSystem .sestava-wrapper .sestava-box:last-child {
        background-color: #F0ECEC;
        color: black; }
      #buildingSystem .sestava-wrapper .sestava-box .desktop-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 1.25rem; }
        @media (max-width: 46.24em) {
          #buildingSystem .sestava-wrapper .sestava-box .desktop-text {
            display: none; } }
      #buildingSystem .sestava-wrapper .sestava-box .mobile-text {
        font-size: .875rem; }
        @media (min-width: 46.25em) {
          #buildingSystem .sestava-wrapper .sestava-box .mobile-text {
            display: none; } }

#featuredFaq {
  padding-top: 170px;
  padding-bottom: 85px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all .35s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #featuredFaq {
      padding-top: 50px;
      padding-bottom: 35px; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #featuredFaq {
      padding-top: 100px;
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 61.25em) {
    #featuredFaq {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #featuredFaq {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 100em) and (max-width: 119.99em) {
    #featuredFaq {
      padding-left: 98px;
      padding-right: 98px; } }
  @media (min-width: 120em) {
    #featuredFaq {
      padding-left: 98px;
      padding-right: 98px; } }
  #featuredFaq .container {
    overflow: hidden;
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #featuredFaq .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #featuredFaq .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #featuredFaq .container {
        max-width: 1300px; } }
  #featuredFaq h2 {
    text-align: center;
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #featuredFaq h2 {
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #featuredFaq h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #featuredFaq h2 {
        font-size: 2em; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #featuredFaq h2 {
        font-size: 2.25em; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #featuredFaq h2 {
        font-size: 2.55em; } }
  #featuredFaq #accordionFaqFront {
    padding-bottom: 30px; }
    #featuredFaq #accordionFaqFront .card {
      border: none;
      border-bottom: 1px solid #c3c3c3; }
      #featuredFaq #accordionFaqFront .card .card-header {
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #c3c3c3; }
        #featuredFaq #accordionFaqFront .card .card-header h2 {
          font-size: 2.25em;
          transition: all .35s ease-in; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            #featuredFaq #accordionFaqFront .card .card-header h2 {
              font-size: 1.125em; } }
          @media (min-width: 46.25em) and (max-width: 61.24em) {
            #featuredFaq #accordionFaqFront .card .card-header h2 {
              font-size: 1.5em; } }
          @media (min-width: 61.25em) and (max-width: 81.24em) {
            #featuredFaq #accordionFaqFront .card .card-header h2 {
              font-size: 1.75em; } }
          #featuredFaq #accordionFaqFront .card .card-header h2 .btn-link {
            padding-left: 0;
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
            font-size: 1.125em;
            text-decoration: none;
            color: #18355E;
            transition: all .35s ease-in; }
      #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper {
        padding-bottom: 45px;
        transition: all .35s ease-in; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper {
            padding-bottom: 20px; } }
        #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper h5 {
          font-family: 'Poppins', sans-serif;
          font-weight: 800;
          font-size: 1.375em;
          text-align: left;
          color: #CF152D;
          transition: all .35s ease-in; }
          @media (min-width: 20em) and (max-width: 61.24em) {
            #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper h5 {
              font-size: 1.175em; } }
        #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper p {
          color: #707070;
          transition: all .35s ease-in; }
          @media (min-width: 20em) and (max-width: 61.24em) {
            #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper p {
              font-size: 0.825em; } }
        #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper ul {
          color: #707070;
          transition: all .35s ease-in; }
          @media (min-width: 20em) and (max-width: 61.24em) {
            #featuredFaq #accordionFaqFront .card .card-body .faq-wrapper ul {
              font-size: 0.825em; } }
  #featuredFaq .podrobnosti-btn-wrapper .cta-btn-red {
    height: 49px;
    font-size: 1.25em;
    max-width: 259px;
    text-align: center; }
  #featuredFaq .btn-wrapper {
    margin-top: 30px; }
    #featuredFaq .btn-wrapper a {
      text-decoration: none;
      font-size: 28px;
      color: #18355E;
      text-align: center;
      font-family: "HundredWatt", sans-serif;
      font-weight: 700;
      font-style: italic; }
      #featuredFaq .btn-wrapper a a {
        color: #18355E;
        text-decoration: none; }
      #featuredFaq .btn-wrapper a .red-arrow {
        margin-left: 1rem; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #featuredFaq .btn-wrapper a {
          position: initial;
          margin-top: 10px; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #featuredFaq .btn-wrapper a {
          position: initial;
          margin-top: 10px; } }
  #featuredFaq .btns-wrapper {
    margin-top: 48px;
    display: inline-flex;
    gap: 24px;
    align-items: center;
    justify-content: center; }

#benefits {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all .35s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #benefits {
      height: unset !important; } }
  @media only screen and (max-width: 1024px) and (max-height: 600px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #benefits {
      height: unset;
      padding: 60px 0; } }
  @media (min-width: 61.25em) {
    #benefits {
      width: calc(100% - 69px);
      margin-right: 0;
      padding-top: 64px; } }
  #benefits .container {
    overflow: hidden;
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #benefits .container {
        max-width: 860px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #benefits .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #benefits .container {
        max-width: 1300px; } }
  #benefits h2 {
    text-align: center;
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 80px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #benefits h2 {
        margin-bottom: 50px;
        font-size: 1.500em;
        margin-top: 32px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #benefits h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #benefits h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #benefits h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #benefits h2 {
        font-size: 2.55em;
        margin-bottom: 60px; } }
  #benefits .benefits-slider {
    width: 100%;
    height: 100%;
    outline: none; }
  #benefits .swiper-wrapper {
    outline: none; }
  #benefits .swiper-slide {
    text-align: center;
    font-size: 18px;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    outline: none; }
    #benefits .swiper-slide .slide-wrap {
      width: 694px; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #benefits .swiper-slide .slide-wrap {
          width: initial; } }
      #benefits .swiper-slide .slide-wrap svg {
        max-height: 293px !important;
        margin-bottom: 50px;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #benefits .swiper-slide .slide-wrap svg {
            height: 170px; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #benefits .swiper-slide .slide-wrap svg {
            height: 50%; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #benefits .swiper-slide .slide-wrap svg {
            height: 55%; } }
      #benefits .swiper-slide .slide-wrap .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 36px;
        text-transform: uppercase;
        color: #CF152D;
        margin-bottom: 14px; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #benefits .swiper-slide .slide-wrap .title {
            font-size: 24px; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #benefits .swiper-slide .slide-wrap .title {
            font-size: 1.5em; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #benefits .swiper-slide .slide-wrap .title {
            font-size: 1.75em; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #benefits .swiper-slide .slide-wrap .title {
            font-size: 1.75em; } }
      #benefits .swiper-slide .slide-wrap .text {
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 400;
        color: #707070; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #benefits .swiper-slide .slide-wrap .text {
            font-size: 16px; } }
  #benefits .swiper-button-prev {
    background-image: url("../images/arrow-left.svg") !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    outline: none; }
    #benefits .swiper-button-prev:after {
      opacity: 0; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #benefits .swiper-button-prev {
        margin-top: -100px; } }
  #benefits .swiper-button-next {
    background-image: url("../images/arrow-right.svg") !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    outline: none; }
    #benefits .swiper-button-next:after {
      opacity: 0; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #benefits .swiper-button-next {
        margin-top: -100px; } }
  #benefits .why-card-wrapper {
    margin-bottom: 32px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #benefits .why-card-wrapper {
        margin-bottom: 32px; } }
    #benefits .why-card-wrapper .image-wrapper {
      margin-left: auto;
      margin-right: auto; }
      #benefits .why-card-wrapper .image-wrapper svg {
        max-height: 115px !important;
        margin-bottom: 30px;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #benefits .why-card-wrapper .image-wrapper svg {
            height: 115px; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #benefits .why-card-wrapper .image-wrapper svg {
            height: 85px; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #benefits .why-card-wrapper .image-wrapper svg {
            height: 115px; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #benefits .why-card-wrapper .image-wrapper svg {
            height: 115px; } }
    #benefits .why-card-wrapper .title {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #CF152D;
      margin-bottom: 14px; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #benefits .why-card-wrapper .title {
          font-size: 1.25rem; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #benefits .why-card-wrapper .title {
          font-size: 1.125rem; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #benefits .why-card-wrapper .title {
          font-size: 1.25rem; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #benefits .why-card-wrapper .title {
          font-size: 1.25rem; } }
    #benefits .why-card-wrapper .text {
      font-family: 'Roboto Mono', sans-serif;
      font-weight: 400;
      color: #707070;
      font-size: 15px;
      padding: 0 20px; }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #benefits .why-card-wrapper .text {
          font-size: .875rem; } }

#gallery {
  position: relative;
  padding-top: 32px;
  overflow: hidden;
  background: #FFFFFF; }
  @media (min-width: 61.25em) {
    #gallery {
      width: calc(100% - 69px);
      margin-right: 0;
      padding-top: 64px;
      padding-bottom: 0px; } }
  @media (min-width: 90em) and (max-width: 99.99em) {
    #gallery {
      padding-bottom: 50px; } }
  #gallery .container {
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #gallery .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #gallery .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #gallery .container {
        max-width: 1300px; } }
  #gallery h2 {
    text-align: center;
    font-size: 2.875em;
    color: #18355E;
    margin-bottom: 32px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #gallery h2 {
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #gallery h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #gallery h2 {
        font-size: 2em; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #gallery h2 {
        font-size: 2.25em; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #gallery h2 {
        font-size: 2.55em; } }
  #gallery .gallery-row {
    max-height: 875px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #gallery .gallery-row {
        max-height: 755px; } }
    #gallery .gallery-row .gallery-item {
      margin-bottom: 30px; }
  #gallery #loadMoreImagesBtn {
    width: 176px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #gallery #loadMoreImagesBtn {
        bottom: 10px; } }

#getToKnow {
  background: #18355E;
  position: relative; }
  @media (min-width: 61.25em) {
    #getToKnow {
      margin-left: 69px; } }
  #getToKnow h2 {
    font-size: 2.875em;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-top: 200px;
    margin-bottom: 28px;
    text-align: center;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #getToKnow h2 {
        margin-top: 70px;
        font-size: 1.500em;
        margin-bottom: 15px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #getToKnow h2 {
        font-size: 2em; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #getToKnow h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #getToKnow h2 {
        font-size: 2.25em;
        margin-bottom: 0px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #getToKnow h2 {
        font-size: 2.55em;
        margin-bottom: 0px;
        margin-top: 120px; } }
  #getToKnow .play {
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    font-family: "HundredWatt", sans-serif;
    font-weight: 700;
    font-style: italic; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #getToKnow .play {
        font-size: 18px; } }
  #getToKnow .holiday-home {
    margin-left: -15px;
    margin-right: -15px; }
    #getToKnow .holiday-home .col-12 {
      padding: 0; }
      #getToKnow .holiday-home .col-12 .play-img {
        position: absolute;
        z-index: 100;
        left: 50%;
        top: 45%;
        transition: all .35s ease-in;
        transform: translate(-50%, -50%); }
        #getToKnow .holiday-home .col-12 .play-img:hover {
          cursor: pointer;
          transform: translate(-50%, -50%) scale(1.05); }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #getToKnow .holiday-home .col-12 .play-img {
            top: 39%;
            height: 100px; } }
  #getToKnow .embeded-videos-row {
    margin-top: 64px;
    padding-bottom: 200px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #getToKnow .embeded-videos-row {
        padding-bottom: 15px;
        margin-top: 32px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #getToKnow .embeded-videos-row {
        padding-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #getToKnow .embeded-videos-row {
        padding-bottom: 120px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #getToKnow .embeded-videos-row {
        padding-bottom: 120px; } }

#facts {
  display: flex;
  justify-content: center; }
  @media (min-width: 61.25em) {
    #facts {
      margin-left: 69px; } }
  #facts h2 {
    font-size: 2.875em;
    color: #18355E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 70px;
    margin-top: 150px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #facts h2 {
        margin-bottom: 50px;
        margin-top: 80px;
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #facts h2 {
        font-size: 2em;
        margin-top: 110px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #facts h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #facts h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #facts h2 {
        font-size: 2.55em;
        margin-bottom: 60px;
        margin-top: 60px; } }

#ultraLight {
  overflow: hidden;
  background: #FFFFFF; }
  @media (min-width: 61.25em) {
    #ultraLight {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 90em) and (max-width: 99.99em) {
    #ultraLight {
      padding-bottom: 50px; } }
  #ultraLight .container {
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #ultraLight .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #ultraLight .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #ultraLight .container {
        max-width: 1300px; } }
  #ultraLight .ultra-slider-wrap {
    overflow: hidden; }
  #ultraLight .ultra-slider {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
    outline: none;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #ultraLight .ultra-slider {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #ultraLight .ultra-slider {
        padding-bottom: 150px; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
      #ultraLight .ultra-slider {
        padding-bottom: 110px !important;
        padding-top: 0 !important; } }
    @media only screen and (max-width: 1024px) and (max-height: 768px) {
      #ultraLight .ultra-slider {
        padding-top: 0 !important; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #ultraLight .ultra-slider {
        padding-bottom: 80px;
        padding-top: 30px; } }
  #ultraLight .swiper-slide {
    text-align: center;
    font-size: 18px;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    outline: none; }
    #ultraLight .swiper-slide .slide-wrap {
      width: 694px; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #ultraLight .swiper-slide .slide-wrap {
          width: initial; } }
      #ultraLight .swiper-slide .slide-wrap svg {
        max-height: 272px !important;
        margin-bottom: 50px; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #ultraLight .swiper-slide .slide-wrap svg {
            height: 170px; } }
      #ultraLight .swiper-slide .slide-wrap .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 36px;
        text-transform: uppercase;
        color: #CF152D;
        margin-bottom: 14px; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #ultraLight .swiper-slide .slide-wrap .title {
            font-size: 24px; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #ultraLight .swiper-slide .slide-wrap .title {
            font-size: 1.5em; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #ultraLight .swiper-slide .slide-wrap .title {
            font-size: 1.75em; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #ultraLight .swiper-slide .slide-wrap .title {
            font-size: 1.75em; } }
      #ultraLight .swiper-slide .slide-wrap .text {
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 400;
        color: #707070; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #ultraLight .swiper-slide .slide-wrap .text {
            font-size: 16px; } }
  #ultraLight .swiper-button-prev {
    background-image: url("../images/arrow-left.svg") !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    outline: none; }
    #ultraLight .swiper-button-prev:after {
      opacity: 0; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #ultraLight .swiper-button-prev {
        margin-top: -50px; } }
  #ultraLight .swiper-button-next {
    background-image: url("../images/arrow-right.svg") !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    outline: none; }
    #ultraLight .swiper-button-next:after {
      opacity: 0; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #ultraLight .swiper-button-next {
        margin-top: -50px; } }
  #ultraLight h2 {
    font-size: 42px;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 330px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 52px;
    font-weight: 800;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #ultraLight h2 {
        margin-top: 70px;
        margin-bottom: 10px;
        font-size: 1.500em;
        line-height: 36px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #ultraLight h2 {
        font-size: 2em;
        line-height: 36px;
        margin-bottom: 110px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #ultraLight h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #ultraLight h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #ultraLight h2 {
        font-size: 2.55em;
        margin-bottom: 60px; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #ultraLight .pb-highlight {
      padding: 0.3rem 0.5rem; } }

#configurator {
  background: #FFFFFF; }
  @media (min-width: 61.25em) {
    #configurator {
      width: calc(100% - 69px);
      margin-right: 0; } }
  #configurator .container {
    max-width: 1640px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #configurator .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #configurator .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #configurator .container {
        max-width: 1300px; } }
    #configurator .container .step-wrap {
      margin-top: 170px;
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 377px; }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #configurator .container .step-wrap {
          margin-top: 110px; } }
      #configurator .container .step-wrap .step {
        margin-bottom: 5px; }
        #configurator .container .step-wrap .step .pb-highlight {
          font-size: 36px;
          margin-left: 0;
          margin-right: 0;
          padding: 0rem 1.2rem;
          font-weight: 800; }
      #configurator .container .step-wrap .title {
        font-family: 'Poppins', sans-serif;
        color: #18355E;
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        text-align: center;
        line-height: 30px;
        margin-bottom: 20px; }
      #configurator .container .step-wrap .text {
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        color: #707070; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #configurator .container .step-wrap {
          margin-top: 110px; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #configurator .config .col-12 {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
      flex-direction: column; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #configurator .config .col-12 {
      display: flex;
      justify-content: center;
      margin-top: 1rem;
      flex-direction: column; } }
  #configurator .config .col-12 .mac {
    position: absolute;
    right: -107px;
    top: -700px; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #configurator .config .col-12 .mac {
        top: initial;
        right: initial;
        position: initial; } }
    @media (min-width: 61.25em) and (max-width: 119.99em) {
      #configurator .config .col-12 .mac {
        right: -30%;
        width: 80%; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
      #configurator .config .col-12 .mac {
        top: -530px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #configurator .config .col-12 .mac {
        top: -535px;
        width: 80%;
        right: -30%; } }
  #configurator .config .col-12 .to-config {
    position: absolute;
    right: 50px;
    bottom: -305px;
    font-size: 28px;
    color: #18355E;
    text-align: center;
    font-family: "HundredWatt", sans-serif;
    font-weight: 700;
    font-style: italic;
    transition: all 280s ease-in; }
    #configurator .config .col-12 .to-config a {
      color: #18355E;
      text-decoration: none; }
    #configurator .config .col-12 .to-config .red-arrow {
      margin-left: 1rem; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #configurator .config .col-12 .to-config {
        position: initial;
        margin-top: 10px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #configurator .config .col-12 .to-config {
        position: initial;
        margin-top: 10px; } }
    @media only screen and (max-width: 1024px) and (max-height: 768px) {
      #configurator .config .col-12 .to-config {
        bottom: -130px !important; } }
    @media only screen and (max-width: 1200px) {
      #configurator .config .col-12 .to-config {
        bottom: -200px !important; } }
  #configurator .toolbox {
    margin-top: 350px;
    transition: all 280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #configurator .toolbox {
        margin-top: initial;
        padding-bottom: 5rem; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #configurator .toolbox {
        margin-top: 140px;
        padding-bottom: 7rem; } }
    @media only screen and (max-width: 1024px) and (max-height: 768px) {
      #configurator .toolbox {
        margin-top: 130px !important; } }
    @media only screen and (max-width: 1200px) {
      #configurator .toolbox {
        margin-top: 210px; } }
    #configurator .toolbox .step-second {
      padding-bottom: 110px;
      margin-top: 220px; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #configurator .toolbox .step-second {
          margin-top: 110px;
          padding-bottom: 30px; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #configurator .toolbox .step-second {
          margin-top: 0px;
          padding-bottom: 10px; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #configurator .toolbox .step-second {
          margin-top: 80px; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #configurator .toolbox .step-second {
          margin-top: 80px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #configurator .toolbox .step-second {
          margin-top: 100px;
          padding-bottom: 80px; } }
    #configurator .toolbox img {
      position: absolute;
      z-index: 50;
      max-height: 600px;
      bottom: -94px; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #configurator .toolbox img {
          position: initial; } }
      @media (min-width: 61.25em) and (max-width: 119.99em) {
        #configurator .toolbox img {
          left: -35px; } }
      @media only screen and (max-width: 1024px) and (max-height: 768px) {
        #configurator .toolbox img {
          bottom: -35px !important; } }

.pb-highlight {
  font-family: 'Poppins', sans-serif;
  background: #CF152D;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  display: inline-block;
  margin-right: 0.3rem;
  margin-left: 0.3rem; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .pb-highlight {
      font-size: 1em; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    .pb-highlight {
      font-size: 1em; } }

#othersSayAbout {
  background: #FFFFFF; }
  @media (min-width: 61.25em) {
    #othersSayAbout {
      width: calc(100% - 69px);
      margin-right: 0; } }
  #othersSayAbout .container {
    overflow: hidden;
    max-width: 1640px; }
    @media only screen and (min-width: 834px) and (max-width: 1194px) {
      #othersSayAbout .container {
        max-width: 920px !important; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #othersSayAbout .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #othersSayAbout .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #othersSayAbout .container {
        max-width: 1300px; } }
  #othersSayAbout h2 {
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #othersSayAbout h2 {
        margin-top: 70px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #othersSayAbout h2 {
        font-size: 2em;
        margin-top: 110px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #othersSayAbout h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #othersSayAbout h2 {
        font-size: 2.25em;
        margin-bottom: 60px;
        margin-top: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #othersSayAbout h2 {
        font-size: 2.55em;
        margin-bottom: 60px;
        margin-top: 60px; } }
  #othersSayAbout .others-slider, #othersSayAbout .statements {
    background: white; }
  #othersSayAbout .slide-wrap {
    transition: all .280s ease-in; }
    @media only screen and (min-width: 1194px) and (orientation: landscape) {
      #othersSayAbout .slide-wrap {
        padding-left: 15px;
        padding-right: 15px; } }
    #othersSayAbout .slide-wrap .box {
      text-align: center;
      background: rgba(255, 255, 255, 0.8);
      padding: 1rem 1.5rem;
      align-items: center; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #othersSayAbout .slide-wrap .box {
          position: initial;
          width: initial; } }
      #othersSayAbout .slide-wrap .box .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #CF152D;
        margin-bottom: 0.6rem;
        text-align: center; }
      #othersSayAbout .slide-wrap .box .text {
        color: #707070;
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 0.8rem;
        text-align: center; }
      #othersSayAbout .slide-wrap .box .name {
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 700;
        color: #18355E;
        font-size: 18px;
        text-transform: uppercase; }
    #othersSayAbout .slide-wrap .box-2 {
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      z-index: 50;
      right: 222px;
      bottom: 90px;
      width: 444px;
      display: flex;
      flex-direction: column;
      padding: 1rem 1.5rem;
      align-items: center; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #othersSayAbout .slide-wrap .box-2 {
          position: initial;
          width: initial; } }
      #othersSayAbout .slide-wrap .box-2 .title {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #CF152D;
        margin-bottom: 0.6rem;
        text-align: center; }
      #othersSayAbout .slide-wrap .box-2 .text {
        color: #707070;
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 0.4rem;
        text-align: center; }
      #othersSayAbout .slide-wrap .box-2 .name {
        font-family: 'Roboto Mono', sans-serif;
        font-weight: 700;
        color: #18355E;
        font-size: 18px;
        text-transform: uppercase; }
  #othersSayAbout .swiper-pagination {
    background: #FFFFFF;
    position: relative; }
    #othersSayAbout .swiper-pagination .swiper-pagination-bullet-active {
      background: #CF152D; }
    @media (min-width: 61.25em) {
      #othersSayAbout .swiper-pagination {
        display: none; } }
  #othersSayAbout .swiper-button-prev {
    background-image: url("../images/arrow-left.svg") !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    outline: none;
    left: 0; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #othersSayAbout .swiper-button-prev {
        display: none; } }
    #othersSayAbout .swiper-button-prev:after {
      display: none; }
  #othersSayAbout .swiper-button-next {
    background-image: url("../images/arrow-right.svg") !important;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    outline: none;
    right: 0; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #othersSayAbout .swiper-button-next {
        display: none; } }
    #othersSayAbout .swiper-button-next:after {
      display: none; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #othersSayAbout .pb-highlight {
      font-size: 24px;
      padding: 0.2rem 0.3rem;
      margin-top: 0.2rem; } }

#othersBuild {
  background-color: #18355E;
  display: flex;
  justify-content: center; }
  @media (min-width: 61.25em) {
    #othersBuild {
      width: calc(100% - 69px);
      margin-right: 0; } }
  #othersBuild h2 {
    font-size: 2.875em;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 70px;
    margin-top: 150px;
    text-align: center; }
    #othersBuild h2 .red-word {
      color: #CF152D; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #othersBuild h2 {
        margin-bottom: 50px;
        margin-top: 80px;
        text-align: center;
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #othersBuild h2 {
        font-size: 2em;
        margin-top: 110px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #othersBuild h2 {
        font-size: 2em;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 1024px) and (max-height: 768px) {
      #othersBuild h2 {
        margin-top: 90px !important; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #othersBuild h2 {
        font-size: 2.25em;
        margin-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #othersBuild h2 {
        font-size: 2.55em;
        margin-bottom: 60px; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #othersBuild .pb-highlight {
      font-size: 24px;
      padding: 0.2rem 0.3rem;
      margin-top: 0.2rem; } }

@media (min-width: 61.25em) {
  #projects {
    width: calc(100% - 69px);
    margin-right: 0; } }
#projects .slide-wrap img {
  width: 100%;
  object-fit: cover; }
#projects .slide-wrap .box {
  background: #CF152D;
  position: absolute;
  z-index: 50;
  left: 222px;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0.9rem;
  align-items: center; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #projects .slide-wrap .box {
      position: initial;
      width: initial; } }
  #projects .slide-wrap .box .title {
    font-family: 'Roboto Mono', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #projects .slide-wrap .box .title {
        position: initial;
        width: initial;
        font-size: 16px; } }
#projects .swiper-pagination {
  background: #FFFFFF;
  position: static; }
  #projects .swiper-pagination .swiper-pagination-bullet-active {
    background: #CF152D; }
  @media (min-width: 61.25em) {
    #projects .swiper-pagination {
      display: none; } }
#projects .swiper-button-prev {
  background-image: url("../images/arrow-left.svg") !important;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  outline: none;
  left: 118px; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #projects .swiper-button-prev {
      display: none; } }
  #projects .swiper-button-prev:after {
    display: none; }
#projects .swiper-button-next {
  background-image: url("../images/arrow-right.svg") !important;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  outline: none;
  right: 118px; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #projects .swiper-button-next {
      display: none; } }
  #projects .swiper-button-next:after {
    display: none; }
@media (min-width: 20em) and (max-width: 46.24em) {
  #projects .pb-highlight {
    font-size: 18px;
    padding: 0.2rem 0.3rem; } }

#end {
  padding-top: 220px;
  padding-bottom: 175px;
  transition: all .280s ease-in; }
  @media (min-width: 61.25em) {
    #end {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #end {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #end {
      padding-top: 70px;
      padding-bottom: 55px; } }
  #end h2 {
    font-size: 2.875em;
    color: #18355E;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #end h2 {
        font-size: 1.500em; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #end h2 {
        font-size: 2em; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #end .pb-highlight {
      font-size: 24px;
      padding: 0.2rem 0.3rem;
      margin-top: 0.2rem; } }
  #end .btn-wrapper {
    margin-top: 30px; }
    #end .btn-wrapper a {
      text-decoration: none;
      font-size: 28px;
      color: #18355E;
      text-align: center;
      font-family: "HundredWatt", sans-serif;
      font-weight: 700;
      font-style: italic; }
      #end .btn-wrapper a a {
        color: #18355E;
        text-decoration: none; }
      #end .btn-wrapper a .red-arrow {
        margin-left: 1rem; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #end .btn-wrapper a {
          position: initial;
          margin-top: 10px; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #end .btn-wrapper a {
          position: initial;
          margin-top: 10px; } }

/*______ABOUT_US______*/
#about-us {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #about-us {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #about-us {
      padding-top: 100px; } }
  #about-us .row {
    padding-left: 223px;
    padding-right: 95px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #about-us .row {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #about-us .row {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
      #about-us .row {
        padding-left: 30px !important;
        padding-right: 30px !important; } }
  #about-us .first-row {
    transition: all .280s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #about-us .first-row {
        padding-bottom: 30px; } }
    @media only screen and (min-width: 834px) and (orientation: portrait) {
      #about-us .first-row {
        padding-bottom: 30px !important; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
      #about-us .first-row {
        padding-bottom: 30px !important; } }
    #about-us .first-row .img-wrapper {
      padding-top: 80px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .first-row .img-wrapper {
          padding-top: 30px; } }
  #about-us .second-row {
    margin-top: -80px;
    transition: all .280s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #about-us .second-row {
        margin-top: 0; } }
    @media only screen and (min-width: 834px) and (orientation: portrait) {
      #about-us .second-row {
        margin-top: 0 !important; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
      #about-us .second-row {
        margin-top: 0 !important; } }
    #about-us .second-row .img-wrapper {
      padding-top: 105px;
      padding-bottom: 90px;
      text-align: center;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .second-row .img-wrapper {
          padding-top: 105px;
          padding-bottom: 0; } }
      @media only screen and (min-width: 834px) and (orientation: portrait) {
        #about-us .second-row .img-wrapper {
          padding-top: 105px;
          padding-bottom: 90px; } }
      #about-us .second-row .img-wrapper img {
        margin: 0 auto; }
  #about-us .third-row, #about-us .fourth-row {
    transition: all .280s ease-in; }
    @media only screen and (min-width: 834px) and (orientation: portrait) {
      #about-us .third-row, #about-us .fourth-row {
        padding-top: 50px;
        padding-bottom: 50px; } }
    #about-us .third-row .img-wrapper, #about-us .fourth-row .img-wrapper {
      padding-top: 110px;
      padding-bottom: 30px;
      text-align: center;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .third-row .img-wrapper, #about-us .fourth-row .img-wrapper {
          padding-top: 50px;
          padding-bottom: 30px; } }
      #about-us .third-row .img-wrapper img, #about-us .fourth-row .img-wrapper img {
        margin: 0 auto; }
    #about-us .third-row .col-content-wrapper .title-wrapper, #about-us .fourth-row .col-content-wrapper .title-wrapper {
      padding-top: 50px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .third-row .col-content-wrapper .title-wrapper, #about-us .fourth-row .col-content-wrapper .title-wrapper {
          padding-top: 10px; } }
  #about-us .fourth-row {
    padding-bottom: 100px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #about-us .fourth-row {
        padding-bottom: 30px; } }
    @media only screen and (min-width: 834px) and (orientation: portrait) {
      #about-us .fourth-row {
        padding-top: 0 !important;
        padding-bottom: 50px !important; } }
  #about-us .fift-row {
    padding-top: 150px;
    padding-bottom: 200px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #about-us .fift-row {
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media only screen and (min-width: 834px) and (orientation: portrait) {
      #about-us .fift-row {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #about-us .fift-row .img-wrapper {
      text-align: center;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .fift-row .img-wrapper {
          padding-top: 30px; } }
      #about-us .fift-row .img-wrapper img {
        margin: 0 auto; }
  #about-us .col-content-wrapper .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #about-us .col-content-wrapper .subpage-title-wrapper h1 {
      max-width: 370px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0; }
  #about-us .col-content-wrapper .title-wrapper {
    padding-bottom: 15px; }
    #about-us .col-content-wrapper .title-wrapper h2 {
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.250em;
      line-height: 30px;
      color: #18355E; }
  #about-us .col-content-wrapper .content {
    color: #707070;
    padding-right: 50px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #about-us .col-content-wrapper .content {
        padding-right: 0; } }
  #about-us .blue-row {
    background-color: #18355E; }
    #about-us .blue-row .col-content-wrapper .title-wrapper {
      padding-top: 65px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .blue-row .col-content-wrapper .title-wrapper {
          padding-top: 30px !important; } }
      #about-us .blue-row .col-content-wrapper .title-wrapper h2 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 2.250em;
        line-height: 30px;
        color: #FFFFFF; }
    #about-us .blue-row .col-content-wrapper .content {
      color: #FFFFFF;
      padding-right: 50px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #about-us .blue-row .col-content-wrapper .content {
          padding-right: 0;
          padding-bottom: 30px; } }

/*____ABOUT_US_END____*/
/*______PRODUCT______*/
#product-page {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 46.25em) and (max-width: 61.24em) {
    #product-page {
      padding-top: 80px; } }
  @media (min-width: 61.25em) {
    #product-page {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #product-page {
      padding-top: 100px; } }
  #product-page .row {
    padding-left: 223px;
    padding-right: 95px; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #product-page .row {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #product-page .row {
        padding-left: 30px;
        padding-right: 15px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #product-page .row {
        padding-left: 40px;
        padding-right: 25px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #product-page .row {
        padding-left: 40px;
        padding-right: 25px; } }
  @media (min-width: 61.25em) {
    #product-page #system, #product-page #construction, #product-page #filings {
      height: calc(100vh - 69px); } }
  #product-page #filings {
    padding-bottom: 120px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #product-page #filings {
        padding-bottom: 50px; } }
  #product-page #ceiling, #product-page #wals, #product-page #floor {
    padding-bottom: 50px;
    transition: all .280s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #product-page #ceiling, #product-page #wals, #product-page #floor {
        padding-bottom: 50px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #product-page #ceiling, #product-page #wals, #product-page #floor {
        padding-bottom: 60px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #product-page #ceiling, #product-page #wals, #product-page #floor {
        padding-bottom: 75px; } }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #product-page #ceiling .img-wrapper, #product-page #wals .img-wrapper, #product-page #floor .img-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #product-page #ceiling .img-wrapper, #product-page #wals .img-wrapper, #product-page #floor .img-wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #product-page #ceiling .img-wrapper, #product-page #wals .img-wrapper, #product-page #floor .img-wrapper {
        padding-left: 0;
        padding-right: 30px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #product-page #ceiling .img-wrapper, #product-page #wals .img-wrapper, #product-page #floor .img-wrapper {
        padding-left: 120px;
        padding-right: 25px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #product-page #ceiling .img-wrapper, #product-page #wals .img-wrapper, #product-page #floor .img-wrapper {
        padding-left: 120px;
        padding-right: 25px; } }
    #product-page #ceiling .col-content-wrapper, #product-page #wals .col-content-wrapper, #product-page #floor .col-content-wrapper {
      padding-left: 120px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #product-page #ceiling .col-content-wrapper, #product-page #wals .col-content-wrapper, #product-page #floor .col-content-wrapper {
          padding-top: 30px;
          padding-left: 0; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #product-page #ceiling .col-content-wrapper, #product-page #wals .col-content-wrapper, #product-page #floor .col-content-wrapper {
          padding-top: 30px;
          padding-left: 0; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #product-page #ceiling .col-content-wrapper, #product-page #wals .col-content-wrapper, #product-page #floor .col-content-wrapper {
          padding-top: 30px;
          padding-left: 30px; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #product-page #ceiling .col-content-wrapper, #product-page #wals .col-content-wrapper, #product-page #floor .col-content-wrapper {
          padding-top: 30px;
          padding-left: 30px; } }
  #product-page #coordinateSystem, #product-page #rulesRestrictions, #product-page #assembly {
    padding-bottom: 220px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #product-page #coordinateSystem, #product-page #rulesRestrictions, #product-page #assembly {
        padding-bottom: 50px; } }
    #product-page #coordinateSystem .col-content-wrapper, #product-page #rulesRestrictions .col-content-wrapper, #product-page #assembly .col-content-wrapper {
      padding-left: 120px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #product-page #coordinateSystem .col-content-wrapper, #product-page #rulesRestrictions .col-content-wrapper, #product-page #assembly .col-content-wrapper {
          padding-top: 30px;
          padding-left: 0; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #product-page #coordinateSystem .col-content-wrapper, #product-page #rulesRestrictions .col-content-wrapper, #product-page #assembly .col-content-wrapper {
          padding-top: 30px;
          padding-left: 0; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #product-page #coordinateSystem .col-content-wrapper, #product-page #rulesRestrictions .col-content-wrapper, #product-page #assembly .col-content-wrapper {
          padding-top: 30px;
          padding-left: 30px; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #product-page #coordinateSystem .col-content-wrapper, #product-page #rulesRestrictions .col-content-wrapper, #product-page #assembly .col-content-wrapper {
          padding-top: 30px;
          padding-left: 30px; } }
  #product-page .col-content-wrapper {
    padding-right: 90px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #product-page .col-content-wrapper {
        padding-right: 0; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #product-page .col-content-wrapper {
        padding-right: 30px; } }
    #product-page .col-content-wrapper .title-wrapper {
      padding-bottom: 15px; }
      #product-page .col-content-wrapper .title-wrapper h2 {
        font-size: 2.25em;
        color: #18355E;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 0;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #product-page .col-content-wrapper .title-wrapper h2 {
            font-size: 1.500em; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #product-page .col-content-wrapper .title-wrapper h2 {
            font-size: 2em; } }
    #product-page .col-content-wrapper .content {
      padding-bottom: 65px;
      color: #707070;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #product-page .col-content-wrapper .content {
          padding-bottom: 25px; } }
      #product-page .col-content-wrapper .content h5 {
        font-weight: 700;
        color: #18355E;
        font-size: 1em; }
      #product-page .col-content-wrapper .content p {
        margin-bottom: 0; }
        #product-page .col-content-wrapper .content p .red-color {
          color: #CF152D; }
      #product-page .col-content-wrapper .content ul {
        padding-left: 0;
        color: #18355E; }
        #product-page .col-content-wrapper .content ul li {
          list-style: none; }
          #product-page .col-content-wrapper .content ul li .letter {
            padding-right: 50px;
            font-weight: 700;
            transition: all .280s ease-in; }
            @media (min-width: 20em) and (max-width: 61.24em) {
              #product-page .col-content-wrapper .content ul li .letter {
                padding-right: 15px; } }
            @media (min-width: 61.25em) and (max-width: 81.24em) {
              #product-page .col-content-wrapper .content ul li .letter {
                padding-right: 15px; } }
            @media (min-width: 81.25em) and (max-width: 89.99em) {
              #product-page .col-content-wrapper .content ul li .letter {
                padding-right: 15px; } }
            @media (min-width: 90em) and (max-width: 99.99em) {
              #product-page .col-content-wrapper .content ul li .letter {
                padding-right: 25px; } }
      #product-page .col-content-wrapper .content ol {
        padding-left: 120px;
        color: #18355E;
        list-style-type: lower-roman;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          #product-page .col-content-wrapper .content ol {
            padding-left: 50px; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #product-page .col-content-wrapper .content ol {
            padding-left: 50px; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          #product-page .col-content-wrapper .content ol {
            padding-left: 50px; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          #product-page .col-content-wrapper .content ol {
            padding-left: 60px; } }
        #product-page .col-content-wrapper .content ol li {
          list-style-type: lower-roman; }
    #product-page .col-content-wrapper .info-box {
      position: relative;
      background-color: #18355E;
      color: #FFFFFF;
      padding-left: 55px;
      padding-top: 12px;
      padding-right: 14px;
      padding-bottom: 1px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #product-page .col-content-wrapper .info-box {
          margin-bottom: 25px; } }
      #product-page .col-content-wrapper .info-box:before {
        content: " ";
        background-image: url("../images/info-icon-white.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 12px;
        top: 6px;
        width: 33px;
        height: 32px;
        transition: all .280s ease-in; }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #product-page .col-content-wrapper .info-box:before {
            top: 14px;
            width: 26px;
            height: 26px; } }

#tools {
  position: relative;
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 61.25em) {
    #tools {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #tools {
      padding-top: 100px; } }
  #tools .row {
    background-color: #18355E;
    padding-left: 223px;
    padding-right: 95px; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #tools .row {
        padding-left: 0;
        padding-right: 0; } }
  #tools .col-contetn-wrapper {
    padding-top: 170px;
    padding-bottom: 110px;
    padding-right: 60px;
    transition: all .35s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #tools .col-contetn-wrapper {
        padding-top: 70px;
        padding-bottom: 0;
        padding-right: 0; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #tools .col-contetn-wrapper {
        padding-top: 70px;
        padding-bottom: 0;
        padding-right: 0; } }
    #tools .col-contetn-wrapper .title-wrapper h2 {
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.250em;
      line-height: 30px;
      color: #FFFFFF; }
    #tools .col-contetn-wrapper .content {
      padding-top: 10px;
      padding-bottom: 30px;
      color: #FFFFFF; }
  #tools img {
    position: absolute;
    z-index: 50;
    top: 130px;
    right: 0px;
    max-width: 455px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #tools img {
        position: relative;
        top: 30px; } }

/*____PRODUCT_END____*/
/*_______TEMELJI_______*/
#foundations {
  padding-top: 69px;
  background: #FFFFFF;
  transition: all .280s ease-in; }
  @media (min-width: 61.25em) {
    #foundations {
      width: calc(100% - 69px);
      margin-left: 69px; } }
  #foundations .row {
    padding-left: 223px;
    padding-right: 95px; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #foundations .row {
        padding-left: 0;
        padding-right: 0; } }
  #foundations .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #foundations .subpage-title-wrapper h1 {
      max-width: 246px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #foundations .subpage-title-wrapper h1 {
          font-size: 1.5em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #foundations .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #foundations .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #foundations .subpage-title-wrapper h1 {
          font-size: 41px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #foundations .subpage-title-wrapper h1 {
          font-size: 2.5em; } }
  #foundations .col-content-wrapper {
    padding-right: 90px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #foundations .col-content-wrapper {
        padding-right: 0; } }
    #foundations .col-content-wrapper .title-wrapper {
      padding-bottom: 15px; }
      #foundations .col-content-wrapper .title-wrapper h2 {
        font-size: 2.25em;
        color: #18355E;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 0;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #foundations .col-content-wrapper .title-wrapper h2 {
            font-size: 1.500em; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #foundations .col-content-wrapper .title-wrapper h2 {
            font-size: 2em; } }

/*_____TEMELJI_END____*/
/*______PURCHASE______*/
#purchasing-proces {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #purchasing-proces {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #purchasing-proces {
      padding-top: 100px; } }
  #purchasing-proces .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #purchasing-proces .subpage-title-wrapper {
        padding-top: 30px;
        padding-bottom: 30px; } }
    #purchasing-proces .subpage-title-wrapper h1 {
      max-width: 678px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      margin: 0 auto;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #purchasing-proces .subpage-title-wrapper h1 {
          font-size: 1.75em; } }
  #purchasing-proces .content-wrapper {
    padding-bottom: 65px;
    color: #707070;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #purchasing-proces .content-wrapper {
        padding-bottom: 25px; } }
    #purchasing-proces .content-wrapper .title-wrapper h2 {
      font-family: 'Poppins', sans-serif;
      font-size: 2.25em;
      text-align: center;
      font-weight: 800; }
    #purchasing-proces .content-wrapper .title-wrapper .red {
      color: #CF152D; }
    #purchasing-proces .content-wrapper .title-wrapper .blue {
      color: #18355E; }

/*____PURCHASE_END____*/
/*______FAQ______*/
#faq-page {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #faq-page {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #faq-page {
      padding-top: 100px; } }
  #faq-page .row {
    padding-left: 223px;
    padding-right: 95px; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #faq-page .row {
        padding-left: 0;
        padding-right: 0; } }
  #faq-page .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #faq-page .subpage-title-wrapper h1 {
      max-width: 186px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0; }
  #faq-page #accordionFaq .card {
    border: none;
    border-bottom: 1px solid #c3c3c3; }
    #faq-page #accordionFaq .card .card-header {
      padding: 0;
      background-color: transparent;
      border-bottom: 1px solid #c3c3c3; }
      #faq-page #accordionFaq .card .card-header h2 .btn-link {
        padding-left: 0;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 1.125em;
        text-decoration: none;
        color: #18355E;
        transition: all .35s ease-in; }
    #faq-page #accordionFaq .card .card-body .faq-wrapper {
      padding-bottom: 45px;
      transition: all .35s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #faq-page #accordionFaq .card .card-body .faq-wrapper {
          padding-bottom: 20px; } }
      #faq-page #accordionFaq .card .card-body .faq-wrapper h5 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 1.375em;
        text-align: left;
        color: #CF152D;
        transition: all .35s ease-in; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          #faq-page #accordionFaq .card .card-body .faq-wrapper h5 {
            font-size: 1.175em; } }
      #faq-page #accordionFaq .card .card-body .faq-wrapper p {
        color: #707070;
        transition: all .35s ease-in; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          #faq-page #accordionFaq .card .card-body .faq-wrapper p {
            font-size: 0.825em; } }
      #faq-page #accordionFaq .card .card-body .faq-wrapper ul {
        color: #707070;
        transition: all .35s ease-in; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          #faq-page #accordionFaq .card .card-body .faq-wrapper ul {
            font-size: 0.825em; } }

#tryItYourself {
  position: relative;
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 61.25em) {
    #tryItYourself {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #tryItYourself {
      padding-top: 100px; } }
  #tryItYourself .row {
    background-color: #18355E;
    padding-left: 223px;
    padding-right: 95px; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #tryItYourself .row {
        padding-left: 0;
        padding-right: 0; } }
  #tryItYourself .col-contetn-wrapper {
    padding-top: 170px;
    padding-bottom: 160px;
    transition: all .35s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #tryItYourself .col-contetn-wrapper {
        padding-top: 70px;
        padding-bottom: 0; } }
    #tryItYourself .col-contetn-wrapper .title-wrapper h2 {
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.250em;
      line-height: 30px;
      color: #FFFFFF; }
    #tryItYourself .col-contetn-wrapper .content {
      padding-top: 10px;
      padding-bottom: 30px;
      color: #FFFFFF; }
  #tryItYourself .cta-btn-red {
    height: 38px;
    background-color: #CF152D;
    color: #FFFFFF !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all .350s ease-in; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #tryItYourself .cta-btn-red {
        padding-left: 15px;
        padding-right: 15px; } }
    #tryItYourself .cta-btn-red:hover {
      background-color: #FFFFFF;
      color: #CF152D !important; }
  #tryItYourself img {
    position: absolute;
    z-index: 50;
    top: 170px;
    right: 0px; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #tryItYourself img {
        position: relative;
        top: 30px; } }

/*____FAQ_END____*/
/*______TIPSKA_PODSTRAN______*/
#tipska-podstran {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #tipska-podstran {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #tipska-podstran {
      padding-top: 100px; } }
  #tipska-podstran .container {
    max-width: 1364px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #tipska-podstran .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #tipska-podstran .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #tipska-podstran .container {
        max-width: 1300px; } }
  #tipska-podstran .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #tipska-podstran .subpage-title-wrapper h1 {
      max-width: 50%;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #tipska-podstran .subpage-title-wrapper h1 {
          font-size: 1.5em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #tipska-podstran .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #tipska-podstran .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #tipska-podstran .subpage-title-wrapper h1 {
          font-size: 41px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #tipska-podstran .subpage-title-wrapper h1 {
          font-size: 2.5em; } }
  #tipska-podstran .content-wrapper h2, #tipska-podstran .content-wrapper h3, #tipska-podstran .content-wrapper h4, #tipska-podstran .content-wrapper h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #18355E;
    text-transform: uppercase; }
  #tipska-podstran .content-wrapper p {
    color: #707070; }

/*____TIPSKA_PODSTRAN_END____*/
/*______DOWNLOADS_PODSTRAN______*/
#downloads {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #downloads {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #downloads {
      padding-top: 100px; } }
  #downloads .container {
    max-width: 1364px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #downloads .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #downloads .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #downloads .container {
        max-width: 1300px; } }
  #downloads .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #downloads .subpage-title-wrapper h1 {
      max-width: 50%;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #downloads .subpage-title-wrapper h1 {
          font-size: 1.5em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #downloads .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #downloads .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #downloads .subpage-title-wrapper h1 {
          font-size: 41px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #downloads .subpage-title-wrapper h1 {
          font-size: 2.5em; } }
  #downloads .content-wrapper p {
    color: #707070; }
  #downloads .downloads-items-row {
    padding-top: 85px;
    padding-bottom: 50px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #downloads .downloads-items-row {
        padding-top: 35px;
        padding-bottom: 30px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #downloads .downloads-items-row {
        padding-top: 40px;
        padding-bottom: 30px; } }
    #downloads .downloads-items-row .download-wrapper {
      padding-bottom: 15px; }
      #downloads .downloads-items-row .download-wrapper .file-dsc-wrapper {
        padding-top: 12px;
        color: #707070; }
      #downloads .downloads-items-row .download-wrapper .cta-btn-red {
        height: unset !important; }
        #downloads .downloads-items-row .download-wrapper .cta-btn-red:hover {
          border: 1px solid #CF152D; }

/*____DOWNLOADS_PODSTRAN_END____*/
/*______BLOG_PODSTRAN______*/
#blogPage {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #blogPage {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #blogPage {
      padding-top: 100px; } }
  #blogPage .container {
    max-width: 1364px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #blogPage .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #blogPage .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #blogPage .container {
        max-width: 1300px; } }
  #blogPage .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #blogPage .subpage-title-wrapper h1 {
      max-width: 250px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #blogPage .subpage-title-wrapper h1 {
          font-size: 1.75em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #blogPage .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #blogPage .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #blogPage .subpage-title-wrapper h1 {
          font-size: 41px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #blogPage .subpage-title-wrapper h1 {
          font-size: 2.5em; } }
  #blogPage .subpage-subtitle-wrapper h2 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.75em;
    letter-spacing: 0.06em;
    line-height: 38px;
    color: #18355E; }
  #blogPage .subpage-dsc p {
    font-size: 1.125em;
    line-height: 26px;
    text-align: left;
    color: #707070; }
  #blogPage .post-row {
    padding-top: 30px; }
    #blogPage .post-row .post {
      padding-bottom: 60px;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #blogPage .post-row .post {
          padding-bottom: 30px; } }
      #blogPage .post-row .post .post-wrapper .post-cat-tag {
        color: #CF152D;
        font-size: 0.875em; }
      #blogPage .post-row .post .post-wrapper .post-title h3 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 1.75em;
        letter-spacing: 0.06em;
        line-height: 38px;
        text-align: left;
        color: #18355E;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #blogPage .post-row .post .post-wrapper .post-title h3 {
            font-size: 1.25em;
            line-height: 28px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #blogPage .post-row .post .post-wrapper .post-title h3 {
            font-size: 1.25em;
            line-height: 28px; } }
      #blogPage .post-row .post .post-wrapper .post-short-dsc {
        padding-bottom: 24px;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #blogPage .post-row .post .post-wrapper .post-short-dsc {
            padding-bottom: 10px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #blogPage .post-row .post .post-wrapper .post-short-dsc {
            padding-bottom: 10px; } }
        #blogPage .post-row .post .post-wrapper .post-short-dsc p {
          font-size: 1.125em;
          line-height: 26px;
          text-align: left;
          color: #707070;
          transition: all .280s ease-in; }
          @media (min-width: 20em) and (max-width: 46.24em) {
            #blogPage .post-row .post .post-wrapper .post-short-dsc p {
              font-size: 1em; } }
          @media (min-width: 46.25em) and (max-width: 61.24em) {
            #blogPage .post-row .post .post-wrapper .post-short-dsc p {
              font-size: 0.875em;
              line-height: 20px; } }
      #blogPage .post-row .post .post-wrapper .read-more-btn-wrapper .cta-btn-red {
        height: unset; }
        #blogPage .post-row .post .post-wrapper .read-more-btn-wrapper .cta-btn-red:hover {
          border: 1px solid #CF152D; }
      #blogPage .post-row .post .img-wrapper {
        position: relative; }
        #blogPage .post-row .post .img-wrapper .blog-post-date-wrapper {
          left: 0;
          bottom: 30px;
          position: absolute;
          padding-top: 0;
          padding-bottom: 4px;
          padding-left: 15px;
          padding-right: 15px;
          background-color: #FFFFFF;
          color: #18355E; }

#blogPostPage {
  padding-top: 127px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #blogPostPage {
      width: calc(100% - 69px);
      margin-right: 0; } }
  #blogPostPage .return-btn {
    position: absolute;
    top: 127px;
    left: 170px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #blogPostPage .return-btn {
        top: 85px;
        left: 15px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #blogPostPage .return-btn {
        top: 85px;
        left: 42px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #blogPostPage .return-btn {
        top: 85px;
        left: 90px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      #blogPostPage .return-btn {
        top: 85px;
        left: 120px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      #blogPostPage .return-btn {
        top: 85px;
        left: 170px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #blogPostPage .return-btn {
        top: 85px; } }
    #blogPostPage .return-btn a {
      color: #707070;
      text-decoration: none; }
    #blogPostPage .return-btn img {
      padding-right: 15px; }
  #blogPostPage .main-blog-image {
    position: relative;
    height: 576px;
    background-size: cover !important;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #blogPostPage .main-blog-image {
        height: 190px;
        background-size: cover !important; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #blogPostPage .main-blog-image {
        height: 370px;
        background-size: cover !important; } }
    #blogPostPage .main-blog-image .blog-post-date-wrapper {
      left: 0;
      bottom: 30px;
      position: absolute;
      padding-top: 0;
      padding-bottom: 4px;
      padding-left: 15px;
      padding-right: 15px;
      background-color: #FFFFFF;
      color: #18355E; }
  #blogPostPage .post-wrapper {
    margin-top: 30px; }
    #blogPostPage .post-wrapper .category-tag-wrapper {
      padding-bottom: 20px; }
      #blogPostPage .post-wrapper .category-tag-wrapper span {
        font-size: 1.125em;
        color: #CF152D; }
    #blogPostPage .post-wrapper .post-title {
      padding-bottom: 15px; }
      #blogPostPage .post-wrapper .post-title h1 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 1.75em;
        letter-spacing: 0.06em;
        line-height: 38px;
        text-align: left;
        color: #18355E;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #blogPostPage .post-wrapper .post-title h1 {
            font-size: 1.5em;
            line-height: 28px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #blogPostPage .post-wrapper .post-title h1 {
            font-size: 1.5em;
            line-height: 28px; } }
    #blogPostPage .post-wrapper .post p {
      font-size: 1em;
      line-height: 26px;
      text-align: left;
      color: #707070; }

/*____BLOG_PODSTRAN_END____*/
/*______CONTACT______*/
#contact-page {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #contact-page {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #contact-page {
      padding-top: 100px; } }
  #contact-page .container {
    max-width: 1364px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #contact-page .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #contact-page .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #contact-page .container {
        max-width: 1300px; } }
  #contact-page .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #contact-page .subpage-title-wrapper h1 {
      max-width: 370px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #contact-page .subpage-title-wrapper h1 {
          font-size: 1.5em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #contact-page .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #contact-page .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #contact-page .subpage-title-wrapper h1 {
          font-size: 41px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #contact-page .subpage-title-wrapper h1 {
          font-size: 2.5em; } }
  #contact-page .content-wrapper p {
    color: #707070; }
  #contact-page .content-wrapper .blue {
    color: #18355E; }
    #contact-page .content-wrapper .blue:first-child {
      font-size: 1.125em;
      font-weight: 700; }
    #contact-page .content-wrapper .blue a {
      color: #18355E;
      text-decoration: none; }
  #contact-page .gmaps-wrapper {
    border: 1px solid #18355E; }

/*______CONTACT_END______*/
/*______CAREER______*/
#career-page {
  padding-top: 69px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    #career-page {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 81.25em) and (max-width: 99.99em) {
    #career-page {
      padding-top: 100px; } }
  #career-page .container {
    max-width: 1364px; }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      #career-page .container {
        max-width: 800px; } }
    @media (min-width: 81.25em) and (max-width: 99.99em) {
      #career-page .container {
        max-width: 1100px; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      #career-page .container {
        max-width: 1300px; } }
  #career-page .subpage-title-wrapper {
    padding-top: 60px;
    padding-bottom: 40px; }
    #career-page .subpage-title-wrapper h1 {
      max-width: 370px;
      text-align: center;
      background-color: #CF152D;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 2.875em;
      letter-spacing: 0.04em;
      line-height: 57px;
      color: #FFFFFF;
      margin-bottom: 0;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #career-page .subpage-title-wrapper h1 {
          font-size: 1.5em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #career-page .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #career-page .subpage-title-wrapper h1 {
          font-size: 2em; } }
      @media (min-width: 81.25em) and (max-width: 89.99em) {
        #career-page .subpage-title-wrapper h1 {
          font-size: 41px; } }
      @media (min-width: 90em) and (max-width: 99.99em) {
        #career-page .subpage-title-wrapper h1 {
          font-size: 2.5em; } }
  #career-page .content-wrapper p {
    color: #707070; }
  #career-page .content-wrapper .blue {
    color: #18355E; }
    #career-page .content-wrapper .blue:first-child {
      font-size: 1.125em;
      font-weight: 700; }
    #career-page .content-wrapper .blue a {
      color: #18355E;
      text-decoration: none; }
  #career-page .gmaps-wrapper {
    border: 1px solid #18355E; }

/*______CAREER_END______*/
#footer {
  background-color: #18355E;
  color: #FFFFFF;
  padding-top: 96px;
  padding-bottom: 69px;
  transition: all 0.280s ease-in; }
  @media (min-width: 61.25em) {
    #footer {
      width: calc(100% - 69px);
      margin-right: 0; } }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #footer {
      padding-top: 60px;
      padding-bottom: 30px; } }
  @media (min-width: 61.25em) and (max-width: 99.99em) {
    #footer {
      padding-top: 60px;
      padding-bottom: 40px; } }
  #footer .top-row {
    margin-bottom: 56px;
    transition: all 0.280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #footer .top-row {
        margin-bottom: 20px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #footer .top-row {
        margin-bottom: 30px; } }
    #footer .top-row .footer-logo-wrapper {
      transition: all 0.280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #footer .top-row .footer-logo-wrapper {
          text-align: center;
          margin-bottom: 30px; }
          #footer .top-row .footer-logo-wrapper img {
            height: 100px; } }
      @media (min-width: 61.25em) and (max-width: 81.24em) {
        #footer .top-row .footer-logo-wrapper img {
          height: 120px; } }
  #footer .bottom-row .footer-col-wrapper {
    transition: all 0.280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #footer .bottom-row .footer-col-wrapper {
        text-align: center; } }
  #footer .footer-col-wrapper {
    transition: all 0.280s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      #footer .footer-col-wrapper {
        font-size: 0.875em; }
        #footer .footer-col-wrapper:nth-last-child(-n+2) {
          margin-top: 15px; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      #footer .footer-col-wrapper {
        font-size: 0.875em; } }
    #footer .footer-col-wrapper p {
      transition: all 0.280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #footer .footer-col-wrapper p {
          font-size: 0.875em; }
          #footer .footer-col-wrapper p br {
            display: none; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #footer .footer-col-wrapper p {
          font-size: 0.875em; } }
    #footer .footer-col-wrapper .footer-link {
      color: #FFFFFF;
      text-decoration: none;
      transition: all 0.280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #footer .footer-col-wrapper .footer-link {
          font-size: 0.875em; } }
      @media (min-width: 46.25em) and (max-width: 61.24em) {
        #footer .footer-col-wrapper .footer-link {
          font-size: 0.875em;
          margin-bottom: 10px; } }
    #footer .footer-col-wrapper .footer-col-title {
      margin-bottom: 14px; }
      #footer .footer-col-wrapper .footer-col-title h4 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 1.5em;
        transition: all 0.280s ease-in; }
        @media (min-width: 20em) and (max-width: 61.24em) {
          #footer .footer-col-wrapper .footer-col-title h4 {
            font-size: 1.125em; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          #footer .footer-col-wrapper .footer-col-title h4 {
            font-size: 1.25em; } }
    #footer .footer-col-wrapper .footere-col-list-wrapper .footer-col-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer .footer-col-wrapper .footere-col-list-wrapper .footer-col-list .list-item {
        list-style: none; }
        #footer .footer-col-wrapper .footere-col-list-wrapper .footer-col-list .list-item .list-link {
          text-decoration: none;
          font-size: 1em;
          color: #FFFFFF;
          transition: all 0.280s ease-in; }
          @media (min-width: 46.25em) and (max-width: 61.24em) {
            #footer .footer-col-wrapper .footere-col-list-wrapper .footer-col-list .list-item .list-link {
              font-size: 0.875em; } }
    #footer .footer-col-wrapper .footer-socials-wrapper {
      transition: all 0.280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #footer .footer-col-wrapper .footer-socials-wrapper {
          margin-bottom: 12px; } }
      #footer .footer-col-wrapper .footer-socials-wrapper .footer-socials {
        padding: 0;
        margin: 0;
        display: inline-flex; }
        #footer .footer-col-wrapper .footer-socials-wrapper .footer-socials .list-item {
          list-style: none; }
          #footer .footer-col-wrapper .footer-socials-wrapper .footer-socials .list-item .list-link:not(last-child) {
            margin-right: 25px; }
          #footer .footer-col-wrapper .footer-socials-wrapper .footer-socials .list-item .list-link img {
            width: 29px;
            transition: all 0.280s ease-in; }
            @media (min-width: 20em) and (max-width: 46.24em) {
              #footer .footer-col-wrapper .footer-socials-wrapper .footer-socials .list-item .list-link img {
                width: 18px; } }
            @media (min-width: 46.25em) and (max-width: 61.24em) {
              #footer .footer-col-wrapper .footer-socials-wrapper .footer-socials .list-item .list-link img {
                width: 18px; } }
    #footer .footer-col-wrapper .copyright {
      font-size: 12px; }

#asistent {
  position: fixed;
  background: #CF152D;
  top: 200px;
  right: -86px;
  z-index: 5000;
  transform: rotate(270deg);
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0;
  background: #cf152d;
  box-shadow: 0px 0px 25px rgba(128, 15, 29, 0.49);
  transition: all 0.3s ease-in-out; }
  #asistent .title {
    font-family: "Roboto Mono";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 3px 12px 5px 10px; }
  #asistent:hover {
    cursor: pointer; }

.as-rotated {
  transform: rotate(360deg) !important;
  right: 50px !important;
  top: 110px !important; }

#asistent-content {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(128, 15, 29, 0.49);
  top: 200px;
  right: 130px;
  z-index: 5000;
  position: fixed;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  #asistent-content form {
    display: flex;
    flex-direction: column;
    margin-top: 19px; }
    #asistent-content form input {
      font-family: "Roboto Mono", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      line-height: 25px;
      text-align: left;
      color: #bebcbc;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #707070;
      margin-bottom: 19px; }
    #asistent-content form button {
      font-family: "Roboto Mono", sans-serif;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 0.6rem 1.4rem;
      letter-spacing: 0.05em;
      text-align: center;
      color: #fff;
      border-radius: 50px;
      background: #cf152d;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

/*_____FORM STYLING_____*/
.custom-select {
  background: url("../images/red-caret.svg") no-repeat right;
  background-position: 98% 16px;
  transition: all .350s; }
  .custom-select:active, .custom-select:focus {
    box-shadow: none; }

.form-group .form-control {
  box-shadow: none;
  height: 50px;
  padding: 0.75rem 0.75rem;
  border: 1px solid #18355E;
  border-radius: 0;
  font-size: 0.875em; }
.form-group textarea {
  min-height: 135px; }

.form-check {
  padding-top: 15px; }
  .form-check .form-check-label {
    font-size: 12px;
    color: #707070; }

.cta-btn-red {
  height: 38px;
  background-color: #CF152D;
  color: #FFFFFF !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  border-radius: 100px;
  padding-left: 45px;
  padding-right: 45px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all .350s ease-in; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .cta-btn-red {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 61.25em) and (max-width: 81.24em) {
    .cta-btn-red {
      padding-left: 15px;
      padding-right: 15px; } }
  .cta-btn-red:hover {
    background-color: #FFFFFF;
    color: #CF152D !important; }

/*____FORM_STYLING_END____*/
/*_____COOKIES_____*/
.cookies {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: calc(100% - 69px);
  right: 0;
  background-color: #CF152D;
  color: #FFFFFF;
  transition: all .350s ease-in; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    .cookies {
      width: 100%;
      left: 0; } }
  .cookies .cookies-wrapper {
    padding: 22px 102px;
    transition: all .350s ease-in; }
    @media (min-width: 20em) and (max-width: 46.24em) {
      .cookies .cookies-wrapper {
        padding: 22px 0; } }
    @media (min-width: 46.25em) and (max-width: 61.24em) {
      .cookies .cookies-wrapper {
        padding: 22px 22px; } }
    @media (min-width: 61.25em) and (max-width: 81.24em) {
      .cookies .cookies-wrapper {
        padding: 22px 22px; } }
    @media (min-width: 81.25em) and (max-width: 89.99em) {
      .cookies .cookies-wrapper {
        padding: 22px 12px; } }
    @media (min-width: 90em) and (max-width: 99.99em) {
      .cookies .cookies-wrapper {
        padding: 22px 0; } }
    @media (min-width: 100em) and (max-width: 119.99em) {
      .cookies .cookies-wrapper {
        padding: 22px 42px; } }
    .cookies .cookies-wrapper .cookies-title-wrapper {
      transition: all .350s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        .cookies .cookies-wrapper .cookies-title-wrapper {
          padding-bottom: 22px;
          text-align: center; } }
      .cookies .cookies-wrapper .cookies-title-wrapper h3 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        font-size: 1.5em;
        transition: all .350s ease-in; }
    .cookies .cookies-wrapper .cookies-text-wrapper {
      transition: all .350s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        .cookies .cookies-wrapper .cookies-text-wrapper {
          padding-bottom: 22px; } }
      .cookies .cookies-wrapper .cookies-text-wrapper p {
        font-size: 0.875em; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          .cookies .cookies-wrapper .cookies-text-wrapper p {
            font-size: 0.75em; } }
        .cookies .cookies-wrapper .cookies-text-wrapper p a {
          text-decoration: none;
          color: #18355E; }
    .cookies .cookies-wrapper .cookies-btns-wrapper {
      display: inline-flex; }
      @media (min-width: 46.25em) and (max-width: 81.24em) {
        .cookies .cookies-wrapper .cookies-btns-wrapper {
          display: block; } }
      .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
        background-color: #18355E;
        color: #FFFFFF !important;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.875em;
        font-weight: 700;
        border-radius: 100px;
        padding-left: 45px;
        padding-right: 45px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        transition: all .350s ease-in;
        margin-right: 15px; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 15px; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
            padding-left: 25px;
            padding-right: 25px;
            margin-bottom: 15px; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 100em) and (max-width: 119.99em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .blue-btn {
            padding-left: 25px;
            padding-right: 25px; } }
      .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
        background-color: #FFFFFF;
        color: #18355E !important;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.875em;
        font-weight: 700;
        border-radius: 100px;
        padding-left: 45px;
        padding-right: 45px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        transition: all .350s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 61.25em) and (max-width: 81.24em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 81.25em) and (max-width: 89.99em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
            padding-left: 20px;
            padding-right: 20px; } }
        @media (min-width: 90em) and (max-width: 99.99em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
            padding-left: 25px;
            padding-right: 25px; } }
        @media (min-width: 100em) and (max-width: 119.99em) {
          .cookies .cookies-wrapper .cookies-btns-wrapper .white-btn {
            padding-left: 25px;
            padding-right: 25px; } }

/*___COOKIES_END___*/
/*_______KONFIGURATOR_______*/
#main {
  padding-top: 69px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: all .280s ease-in; }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #main {
      min-height: unset !important; } }
  @media (min-width: 61.25em) {
    #main {
      width: calc(100% - 69px);
      margin-right: 0;
      margin-left: 69px; } }
  @media (min-width: 20em) and (max-width: 61.24em) {
    #main {
      margin-top: 69px;
      padding-bottom: 80px; } }
  #main .project-picker {
    padding-top: 125px;
    transition: all .280s ease-in; }
    @media (min-width: 20em) and (max-width: 61.24em) {
      #main .project-picker {
        min-height: unset !important;
        padding-top: 0; } }
    #main .project-picker .intro {
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #main .project-picker .intro {
          padding-bottom: 30px; } }
      #main .project-picker .intro h1 {
        color: #18355E;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-size: 2.25em;
        line-height: 42px;
        text-align: center;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #main .project-picker .intro h1 {
            font-size: 1.5em;
            line-height: 28px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #main .project-picker .intro h1 {
            font-size: 1.5em;
            line-height: 28px; } }
      #main .project-picker .intro .description {
        font-size: 1em;
        color: #707070; }
    #main .project-picker .item {
      margin-bottom: 30px; }
      #main .project-picker .item .image-wrapper {
        border: 1px solid #707070;
        border-radius: 0;
        box-shadow: none !important;
        border-radius: 0 !important; }
      #main .project-picker .item .title {
        text-decoration: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #707070; }
    #main .project-picker .rand-text-wrapper {
      position: absolute; }
      @media (min-width: 20em) and (max-width: 61.24em) {
        #main .project-picker .rand-text-wrapper {
          position: relative; } }
      #main .project-picker .rand-text-wrapper h1 {
        color: #18355E;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-size: 2.25em;
        line-height: 42px;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #main .project-picker .rand-text-wrapper h1 {
            font-size: 1.5em;
            line-height: 28px; } }
        @media (min-width: 46.25em) and (max-width: 61.24em) {
          #main .project-picker .rand-text-wrapper h1 {
            font-size: 1.5em;
            line-height: 28px; } }
  #main .overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #18355e;
    background-color: rgba(24, 53, 94, 0.9);
    overflow: hidden;
    transition: all 0.5s; }
    #main .overlay .overlay-content {
      margin: 0 auto;
      position: relative;
      top: 35%;
      width: 100%;
      text-align: center;
      margin-top: 30px;
      color: #FFFFFF;
      font-size: 1.5em;
      transition: all .280s ease-in; }
      @media (min-width: 20em) and (max-width: 46.24em) {
        #main .overlay .overlay-content {
          top: 25%;
          font-size: 1em; } }
      #main .overlay .overlay-content .close-btn-wrapper {
        padding-top: 60px;
        transition: all .280s ease-in; }
        @media (min-width: 20em) and (max-width: 46.24em) {
          #main .overlay .overlay-content .close-btn-wrapper {
            padding-top: 30px; } }
        #main .overlay .overlay-content .close-btn-wrapper .cta-btn-red {
          font-size: 21px;
          padding-top: 10px;
          padding-bottom: 10px; }

/*_____KONFIGURATOR_END_____*/
/*______MOBILE_SVG_HIDING______*/
@media (max-width: 46.24em) {
  .desktop-only {
    display: none; } }

@media (min-width: 46.25em) {
  .mobile-only {
    display: none; } }

/*____MOBILE_SVG_HIDING_END____*/

/*# sourceMappingURL=main.css.map */
