/*@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,700,900&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body * {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: calc(9px + 0.390625vw);
  font-weight: 300;
  line-height: calc(23px + 0.390625vw);
  color: rgb(64,64,64);
}

body {
  background: #FFFCF5;
}

a, a:hover {
  color: inherit;
}

.exc {
  position: absolute;
  z-index: 12000;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumb {
  margin-bottom: 60px;
  background: none;
}

.drawer-body * {
  color: rgb(96,96,96);
}

.nav-linkx {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(32,32,32);
  text-transform: uppercase;
  display: block;
}

.v-wrapper {
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0,13,130,.5);
  /*background: yellow;*/
  /*background-image: url(snap.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;*/
  /*background: url(img/swieta-1.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;*/
}

.v-wrapper video {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.v-wrapper .red-bar {
  width: 45px;
  height: inherit;
  background: rgb(227,30,37);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1040;
}

.v-wrapper .chevron {
  width: 100vw;
  height: 5vh;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15vh;
  z-index: 1041;
}

.v-wrapper .chevron a i {
  font-size: 3vh;
  color: rgb(221,221,221);
}


.vslogan {
  width: 90vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
}

.vslogan h1 {
  font-size: calc(82px + 0.390625vw);
  line-height: calc(72px + 0.390625vw);
  color: #fff;
  font-weight: 200;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);
}

  .vslogan h1 em {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);
    display: inline-block;
    border-bottom: 10px solid rgb(250,193,9);
  }

.vslogan span {
  margin-top: 24px;
  display: block;
  font-size: 2.5vh;
  font-weight: 200;
  color: #fff;
  letter-spacing: 1px;
  /*text-align: center;*/
  text-shadow: 1px 1px 2px rgba(96, 96, 96, .7);
}

.bg-yellow {
  background-color: rgba(0,13,130,.8);
}

  .bg-yellow * {
    color: rgb(248,248,248)!important;
  }

  .bg-yellow h2 {
    margin-top: 12vh;
    margin-bottom: 8vh;
    font-size: calc(52px + 0.390625vw);
    letter-spacing: 3px;
    text-align: center;
  }

.bg-beige {
  background-color: rgb(239,238,230);
}

.places-wrapper {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

  .places-wrapper h2 {
    margin-bottom: 12vh;
    font-size: calc(48px + 0.390625vw);
    line-height: calc(32px + 0.390625vw);
    color: rgb(8,8,8);
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
  }

ul.places {
  width: 100%;
  list-style-type: none;
}

  ul.places li {
    width: 100%;
    padding-top: 6vh;
    padding-bottom: 6vh;
    border-bottom: 1px solid rgb(219,218,211);
  }

  ul.places li:first-of-type {
    border-top: 1px solid rgb(219,218,211);
  }

    ul.places li a {
      width: 100%;
      font-size: calc(12px + 0.390625vw) !important;
      font-weight: 300!important;
      /*line-height: calc(26px + 0.390625vw)!important;*/
      color: rgb(8,8,8);
      letter-spacing: .5px;
      display: inline-block;
      /*background: yellowgreen;*/
    }

      ul.places li a span {
        display: inline-block;
        float: right;
      }


.main-wrapper {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

  .main-wrapper h2 {
    margin-bottom: 0;
    font-size: calc(48px + 0.390625vw);
    line-height: calc(32px + 0.390625vw);
    color: rgb(8,8,8);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .main-wrapper h3 {
    margin-top: 6vh;
    margin-bottom: 1.5vh;
    font-size: calc(16px + 0.390625vw);
    line-height: calc(14px + 0.390625vw);
    color: rgb(8,8,8);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

/* *************************************************************** NAVBAR *** */

nav.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
  /*background: rgba(255, 252, 245, .5);*/
  /*background: #dedede;*/
  /*border-bottom: 1px solid rgba(0,94,168,.5);*/
}

.navbar {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav-item > a.nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
  padding-top: 16px;
  font-family: 'Inter';
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: rgb(255, 252, 245);
  /*color: rgb(37, 35, 36);*/
  text-transform: uppercase;
}

  .nav-item:last-of-type > a.nav-link {
    padding-right: 0;
  }

.nav-item {
  margin-left: 21px;
  margin-right: 0;
  border-bottom: 1px solid transparent;
}

  .nav-top-top .nav-item > a.nav-link {
    text-transform: none;
  }

  .nav-top-top ul {
    justify-content: flex-end;
  }

.nav-item.active, .nav-item:hover {
  /*border-bottom: 1px solid rgb(0,94,168);*/
}

  .nav-item.active .nav-link {
    font-weight: 900 !important;
    color: rgb(0,94,168);
  }

.navbar-brand img {
  margin-top: 10px;
  max-height: 100px;
}

.img-top {
  height: 100vh;
  /*background: url(img/main.jpg) no-repeat bottom center;*/
  background-size: cover;
  position: relative;
}

  .top-half {
    height: 60vh;
  }

.navbar.rolled-up {
  background: rgba(255, 252, 245,.8);
  border-bottom: 1px solid rgb(0,13,130);
}

  .navbar.rolled-up .nav-item > a.nav-link {
    color: rgb(37, 35, 36);
  }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,94,168, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

.nav-top {

}

  .nav-top ul {

  }

    .nav-top ul li {

    }

/* ************************************************************** NAVBAR SUB *** */

.navbar-nav .nav-item.dropdown.position-static.show > a.nav-link,
a.nav-link:hover,
a.active,
a.nav-link.active {
  border-bottom: 1px solid rgb(0,94,168) !important;
}

a.subroot.active,
a.subrootcol.active {
  /*color: rgb(131,152,59);*/
  border-bottom: none!important;
}

.subroot, .subrootcol {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86,86,86);
  display: block;
  float: none;
}

.prodweek .subroot, .prodweek .subrootcol {
  display: block;
  float: none;
}

.scw {
  padding-bottom: 6px;
}

.subchild {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: rgb(86,86,86);
}

.prodweek .subchild {
  display: block;
  float: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin-top: 1px;
  padding-top: 30px;
  background: rgb(255, 252, 245);
  border-radius: 0;
  border: none;
}

span.menuheader {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(86,86,86);
  display: block;
  float: none;
}

.c-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ************************************************************** CONTENT *** */

.white, .white * {
  color: #fff !important;
}

.white-ml, .white-ml * {
  color: #FFFCF5 !important;
  border-color: #FFFCF5 !important;
}


.helvetica {
  padding-bottom: 2vw;
  font-family: 'Inter';
  font-size: calc(62px + 0.390625vw);
  font-weight: 400;
  line-height: calc(58px + 0.390625vw);
  letter-spacing: -2px;
}

  .flatpage .helvetica {
    font-size: calc(102px + 0.390625vw) !important; letter-spacing: -4px; line-height: calc(110px + 0.390625vw);
  }

  .parallax-container.parallax-main .helvetica {
    font-size: calc(102px + 0.390625vw);
  }

  .dot {
    width: 18px;
    height: 18px;
    margin-right: 15px;
    border: 1px solid rgb(221,221,221);
    border-radius: 50%;
    display: inline-block;
  }

  .false-buttons {
    min-height: 150px;

  }

    .false-buttons h3 {
      margin-bottom: 40px;
      font-family: 'Inter';
      font-size: calc(26px + 0.390625vw);
      font-weight: 400;
      line-height: calc(28px + 0.390625vw);
    }

      .false-buttons-lined h3 {
        margin-bottom: 2vh;
        padding-bottom: 2vh;
        border-bottom: 1px solid rgb(232,232,232);
      }

      .false-buttons-lined h3 a {
        font-family: 'Inter';
        font-size: calc(62px + 0.390625vw);
        font-weight: 200;
        line-height: calc(58px + 0.390625vw);
        letter-spacing: -2px;
        display: block;
      }

        .false-buttons-lined h3:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0;
          border: none;
        }

      .false-buttons.l-list h3 {
        display: flex;
        flex-flow: row nowrap;
      }

        .false-buttons.l-list h3 a, .false-buttons.l-list h3 span {
          display: block;
        }

      .false-buttons.l-list h3 a {
        width: 85%
      }

      .false-buttons.l-list h3 span {
        font-family: 'Inter';
        font-size: calc(90px + 0.390625vw);
        font-weight: 200;
        line-height: calc(40px + 0.390625vw);
        text-align: center;
        width: 15%;
      }

      .lsub {
        display: none;
      }

      .mh .false-buttons {
        min-height: 250px;
      }



    .false-button {
      margin-bottom: 10px;
      margin-right: 10px;
      padding: 20px;
      font-family: 'Inter';
      font-size: calc(12px + 0.390625vw);
      font-weight: 300;
      line-height: 0;
      letter-spacing: .5px;
      border: 1px solid rgb(221,221,221);
      border-radius: 20px;
      display: inline-block;
    }

      .false-button:hover {
        border-color: rgb(0,94,168);
      }

      .false-buttons.white a.false-button {
         border-color: #fff;
      }

    .false-img {
      width: 100%;
      height: 60vh;
      background-position: center center;
    }

.content,
.content p,
.content strong {
  font-size: calc(12px + 0.390625vw) !important;
  font-weight: 300!important;
  line-height: calc(26px + 0.390625vw)!important;
  color: rgb(8,8,8);
  letter-spacing: .5px;
}

  .content strong {
    font-weight: 500!important;
  }

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-40 {
  padding-bottom: 40px;
}

.flatpage {
  min-height: 70vh;
  padding-top: calc(3vw);
}

.parallax-container {
  height: 100vh;
}

  .parallax-container-sub {
    height: 450px;
  }

  .parallax-content {
    width: 100%;
    height: 100%;
    position: relative;
  }

.sub-top {
  padding-top: 140px;
  background: rgb(243,244,241);
  position: relative;
}

  .sub-top.wb {
    padding-top: 140px;
  }

  .sub-top h1, h1 {
    /*margin-top: 8vw;*/
    /*margin-bottom: 2vw;*/
    padding-top: 3vw;
    padding-left: 30px;
    font-family: 'Oswald',Helvetica,Sans-serif;
    font-size: calc(48px + 2.390625vw);
    font-weight: 300;
    line-height: calc(42px + 2.390625vw);
    color: rgb(0,94,168);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .flatpage h1 {
    /*margin-top: 8vw;*/
    /*margin-bottom: 2vw;*/
    padding-left: 0;
    padding-bottom: 3vw;
    font-family: 'Merriweather','Times New Roman',Serif;
    font-size: calc(60px + 2.390625vw);
    font-weight: 400;
    line-height: calc(60px + 2.390625vw);
    color: rgb(8,8,8);
    /*letter-spacing: -5px;*/
    text-transform: none;
  }

    .flatpage h2 {
      font-family: 'Merriweather','Times New Roman',Serif;
      font-weight: 400;
    }

  .sub-top-text {
    width: 75vw;
    padding-left: 30px;
    padding-bottom: 60px;
    font-size: calc(9px + 0.390625vw);
    font-weight: 300;
    line-height: calc(23px + 0.390625vw);
    color: rgb(32,32,32);
  }

    .sub-top-text * {
      font-size: calc(9px + 0.390625vw);
      font-weight: 300;
      line-height: calc(23px + 0.390625vw);
    }

  .conf-circle {
    width: 16vw;
    height: 16vw;
    background: rgb(0,94,168);
    border-radius: 50%;
    position: absolute;
    right: 60px;
    bottom: -5vw;
  }

    .conf-circle > span {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: block;
      position: absolute;
      top: 50%;
      right: -2vw;
      transform: translateY(-50%);
    }

      .conf-circle > span > span {
        width: 6vw;
        height: 1px;
        background: #fff;
        margin-bottom: 5px;
        margin-left: 10px;
        display: inline-block;
      }

.container-slim-wrapper {
  top: -12vw;
}

  .container-slim {
    width: 75vw;
    min-height: 400px;
    padding: 3vw;
    background: rgb(243, 244, 241);
    /*position: absolute;*/
    /*top: -8vw;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*!*z-index: 10;*!*/
  }

    h2 {
      font-size: calc(18px + 1.390625vw);
      line-height: calc(18px + 2.390625vw);
    }

    h3 {
      font-size: calc(12px + 1.390625vw);
      line-height: calc(12px + 2.390625vw);
    }

  .lineg {
    height: 1px;
    background: rgb(221,221,221);
  }

  .slim-item {
    padding: 3vw;
    position: relative;
  }

    .kinds .slim-item {
      padding-bottom: 6rem;
    }

    .slim-item > span {
      width: 1px;
      height: 5vw;
      background: rgb(221,221,221);
      display: block;
      position: absolute;
      left: 0;
      top: 0;
    }

      .kinds .slim-item > span {
        height: 100%;
      }

    .slim-item a.more {
      font-size: 12px;
      color: rgb(32,32,32);
      display: block;
      position: absolute;
      left: 3vw;
      bottom: 0;
    }

      .kinds .slim-item a {
        bottom: 3rem;
      }

      .slim-item > a > span {
        width: 50px;
        height: 1px;
        margin-bottom: 4.5px;
        margin-left: 12px;
        background: rgb(221,221,221);
        display: inline-block;
      }

    .slim-item img {
      max-height: 300px;
      margin: 0 auto 3vw auto;
      display: block;
    }

  .container-slim h3, .container-slim h3 a,
  .kinds h3 {
    font-size: calc(14px + 0.390625vw);
  }

.gray {
  background: rgb(243,244,241);
}

.bg-gray {
  background-color: #252324;
}

ul.blist {
  padding: 3rem 0;
  list-style-type: none;
}

  ul.blist li {
    padding: 3rem 0;
    border-top: 1px solid rgb(221,221,221);
    font-size: calc(11px + 0.390625vw);
    letter-spacing: 1px;
    display: flex;
  }

    ul.blist li span {
      margin: 0 3rem;
      font-size: calc(34px + 0.390625vw);
      font-weight: 100;
      display: block;
    }

    ul.blist li a {
      font-size: calc(28px + 0.390625vw);
      font-weight: 200;
      display: block;
    }

    ul.blist li:last-of-type {
      border-bottom: 1px solid rgb(221,221,221);
    }

.parallax-middle {
  height: 60vh;
}

  .parallax-middle .parallax-text {
    width: 100%;
    padding: 0 6rem;
    font-size: calc(18px + 1.390625vw);
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

.slogan {
  padding-top: 6.5vw;
  padding-bottom: 3.5vw;
}

  .slogan .col-12,
  .slogan .col-12 * {
    color: rgb(0,94,168);
  }

  .slogan .col-12 em {
    font-size: calc(10px + 1.090625vw);
    line-height: calc(16px + 2.390625vw);
    letter-spacing: 1.5px;
  }

    .slogan .col-12 span em {
      font-size: calc(12px + 0.390625vw);
    }

.cats {

}

  .cats strong,
  .cats a {
    margin-bottom: 10px;
    font-size: 12px;
    color: rgb(32,32,32);
    display: block;
    float: none;
  }

  .cats strong {
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }

.color {
  width: 60px;
  height: 60px;
  border: 1px solid rgb(211,211,211);
  border-radius: 50%;
  display: inline-block;
}

.prod {
  padding-top: 7.5vw;
}

  .prod h5 {
    padding-top: 1.5vw;
    font-size: calc(14px + 0.390625vw);
    text-transform: uppercase;
    font-weight: 400;
    border-top: 1px solid rgb(221,221,221);
  }

.prod-row {
  padding-bottom: 1.5vw;
}

/* *************************************************************** FOOTER *** */

.bg-white {
  background: #fff;
}

  .bg-white span,
  .bg-beige span {
    margin-bottom: 2vw;
    font-size: calc(16px + 0.390625vw);
    text-transform: uppercase;
    display: inline-block;
  }

  .bg-white h2,
  .bg-beige h2 {
    margin-bottom: 2vw;
  }

.foot {

}

  .foot em {
    font-size: calc(14px + 0.390625vw);
    font-style: normal;
  }

ul.faq {
  list-style-type: none;
}

  ul.faq > li {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(221,221,221);
    display: block;
    cursor: pointer;
  }

    ul.faq > li > div:first-of-type,
    ul.faq > li > a:first-of-type {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      text-decoration: none;
    }

    ul.faq > li > div:first-of-type > span:first-of-type,
    ul.faq > li > a:first-of-type > span:first-of-type {
      width: 85%;
      font-family: 'Inter';
      font-size: calc(32px + 0.390625vw);
      font-weight: 200;
      line-height: calc(32px + 0.390625vw);
      letter-spacing: -2px;
      text-decoration: none;
      display: block;
    }

    ul.faq > li > div:first-of-type > span:last-of-type,
    ul.faq > li > a:first-of-type > span:last-of-type {
      width: 15%;
      font-size: calc(62px + 0.390625vw);
      text-align: right;
      font-weight: 100;
      line-height: calc(24px + 0.390625vw);
    }

    ul.faq > li > div:last-of-type {
      display: none;
    }
    
@media (max-width: 979px) {

  .vslogan h1 {
    padding-left: 0;
    font-size: calc(42px + 0.390625vw);
    line-height: calc(42px + 0.390625vw);
  }

  .bg-yellow h2 {
    font-size: calc(40px + 0.390625vw);
    line-height: calc(40px + 0.390625vw);
  }

  .flatpage h1 {
    font-size: calc(50px + 2.390625vw);
    line-height: calc(50px + 2.390625vw);
  }

  .helvetica,
  .flatpage .helvetica {
    font-size: calc(24px + 3.390625vw) !important;
    line-height: calc(21px + 3.390625vw) !important;
    letter-spacing: 0!important;
  }

  .container-fluid.wm.flatpage .container-fluid:first-of-type {
    padding-top: 200px;
  }

  .false-buttons-lined h3 a {
    font-size: calc(24px + 3.390625vw);
    line-height: calc(21px + 3.390625vw);
  }
  .false-buttons.l-list h3 span {
    font-size: calc(32px + 3.390625vw);
    line-height: calc(21px + 3.390625vw);
  }

  .parallax-container.parallax-main {
    margin-top: 100px;
  }

    .parallax-container.parallax-main .helvetica {
      font-size: calc(42px + 0.390625vw);
    }

    .parallax-container.parallax-main .container-fluid {
      padding-top: 0!important;
      padding-bottom: 10px!important;
      border: none!important;
    }

  nav.navbar {
    /*display: none;*/
    background: #FFFCF5;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .false-buttons {
    min-height: 15px;
  }

  .false-img {
    margin-bottom: 10px;
  }

  .white-ml, .white-ml * {
    /*border-color: transparent!important;*/
  }

  .slim-item span {
    display: none;
  }
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2em;
  height: 2em;
  border: 1px solid  rgb(0,94,168);
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(0,94,168);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2em;
  height: 2em;
  border: 1px solid  rgb(0,94,168);
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em  rgb(0,94,168);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid rgb(238,238,238);
  outline-offset: max(2px, 0.15em);
}