*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #F7F7F8;
  background: #927D60;
}

::selection {
  color: #F7F7F8;
  background: #927D60;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}

@media (max-width: 91.25em) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  background-color: #F7F7F8;
  overflow-x: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.container-wide {
  max-width: 140rem;
}

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

.relative {
  position: relative;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 50em) {
  .mobile-only {
    display: block !important;
  }
}

@media (max-width: 50em) {
  .desktop-only {
    display: none !important;
  }
}

.flex-right {
  margin-right: auto;
}

.flex-a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-center {
  text-align: center;
}

@media (max-width: 50em) {
  .col-order-mob-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

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

.italic {
  font-style: italic;
}

ul li,
p,
th,
td,
span,
a {
  font-size: 1.4rem;
}

ul {
  list-style: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:link:not(.btn),
a:visited:not(.btn) {
  color: #3D4246;
}

h1, h2, h3 {
  color: #3D4246;
}

p {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3D4246;
}

@media (max-width: 50em) {
  p {
    font-size: 1.8rem;
  }
}

@media (max-width: 37.5em) {
  p {
    font-size: 1.6rem;
  }
}

.heading-1 {
  font-size: 6rem;
  font-family: "Playfair Display", serif;
  color: #3D4246;
  font-weight: 400;
  padding-bottom: .25em;
}

@media (max-width: 50em) {
  .heading-1 {
    font-size: 3.8rem;
  }
  .heading-1 br {
    display: none;
  }
}

.heading-2 {
  font-size: 5rem;
  font-family: "Playfair Display", serif;
  color: #3D4246;
  font-weight: 400;
  padding-bottom: .5em;
}

@media (max-width: 50em) {
  .heading-2 {
    font-size: 2.4rem;
  }
}

.heading-3 {
  font-size: 2.6rem;
  color: #3D4246;
  padding-bottom: .5em;
}

.heading-4 {
  font-size: 2rem;
  margin: 0 0 1em 0;
  font-weight: 600;
}

.heading-5 {
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  color: #3D4246;
  font-weight: 400;
  padding-bottom: .5em;
}

@media (max-width: 50em) {
  .heading-5 {
    font-size: 1.8rem;
  }
}

.btn {
  display: inline-block;
  font-size: 2.2rem;
  padding: 1em 2em;
  border: 1px solid #927D60;
  color: #F7F7F8;
  background-color: #927D60;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  letter-spacing: .03em;
  text-align: center;
  border-radius: 4rem;
  margin-top: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 50em) {
  .btn {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.btn:hover {
  background-color: #927D60;
  color: #fff;
  opacity: .7;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #3D4246;
  font-weight: normal;
  font-size: 1.6rem;
}

.btn-white:hover {
  border-color: #927D60;
  opacity: 1;
  border: 1px solid #927D60;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100rem;
  width: 100%;
  background-color: #DFCFB2;
  padding: 5rem 5rem;
  z-index: 9999;
  display: none;
  text-align: center;
}

.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  display: none;
}

@media (max-width: 50em) {
  .popup {
    padding: 6rem 2rem;
  }
}

.popup .popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  cursor: pointer;
}

.popup .form-textarea {
  width: 100%;
  height: 18rem;
  border-radius: 4rem;
  border: none;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 2rem 3rem;
  max-width: 100%;
}

.popup .form-textarea:focus {
  outline: none;
}

.popup h2 {
  font-size: 3.4rem;
}

.popup p {
  font-size: 1.8rem;
  padding: 1rem 0;
}

.map {
  background-color: #fff;
  text-align: center;
  padding-top: 10rem !important;
}

@media (max-width: 50em) {
  .map {
    padding-bottom: 4rem !important;
  }
}

.map .map-text {
  margin-bottom: 8rem;
}

.map .map-text span {
  font-size: 2.2rem;
}

@media (max-width: 50em) {
  .map .map-text {
    margin: 3rem 0 5rem;
    padding: 0 4rem 0;
  }
  .map .map-text span {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 37.5em) {
  .map .map-background {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 1rem;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
  }
}

.map .map-container {
  position: relative;
  margin-top: 9rem;
}

@media (max-width: 50em) {
  .map .map-container {
    margin-top: 2rem;
  }
}

.map .map-container .map-locator-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
            &:hover .map-locator {
                transform: scale(1.5);
                transform-origin: 50% 100%;
            }
            */
}

.map .map-container .map-locator-container:hover {
  z-index: 999;
}

.map .map-container .map-locator-container .map-locator-text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  text-align: left;
  font-size: 3rem;
  padding-left: 3.5rem;
  margin-top: -1rem;
  opacity: 0;
  display: none;
}

.map .map-container .map-locator-container .map-locator-text:hover {
  opacity: 1;
  display: block;
}

.map .map-container .map-locator-container .map-locator-text span {
  background-color: #fff;
  display: inline-block;
  padding: 1rem;
}

@media (max-width: 50em) {
  .map .map-container .map-locator-container .map-locator-text {
    padding-left: 2.5rem;
  }
}

.map .map-container .map-locator-container .map-locator-text h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media (max-width: 50em) {
  .map .map-container .map-locator-container .map-locator-text h4 {
    font-size: 1.6rem;
  }
}

.map .map-container .map-locator-container .map-locator-text h5 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: .5rem;
}

@media (max-width: 50em) {
  .map .map-container .map-locator-container .map-locator-text h5 {
    font-size: 1.4rem;
  }
}

.map .map-container .map-locator-container .map-locator-text-green h4 {
  color: #228349;
}

.map .map-container .map-locator-container .map-locator {
  width: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

@media (max-width: 50em) {
  .map .map-container .map-locator-container .map-locator {
    width: 1.5vw;
  }
}

@media (max-width: 37.5em) {
  .map .map-container .map-locator-container .map-locator {
    width: 1.2rem;
  }
}

.map .map-container .map-locator-container .map-locator:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.map .map-container .map-locator-container .map-locator:hover + .map-locator-text {
  opacity: 1;
  display: block;
}

.map .map-container .map-locator-container-1 {
  top: 36%;
  left: 32%;
  width: calc(100% - 28%);
}

.map .map-container .map-locator-container-2 {
  top: 31%;
  left: 39%;
  width: calc(100% - 39%);
}

.map .map-container .map-locator-container-3 {
  top: 28%;
  left: 38%;
  width: calc(100% - 38%);
}

.map .map-container .map-locator-container-4 {
  top: 22%;
  left: 67%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-5 {
  top: 35%;
  left: 30%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-6 {
  top: 39%;
  left: 30%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-7 {
  top: 24%;
  left: 24%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-8 {
  top: 26%;
  left: 26%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-9 {
  top: 28%;
  left: 24%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-10 {
  top: 30%;
  left: 26%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-11 {
  top: 19%;
  left: 15%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-12 {
  top: 38%;
  left: 39%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-13 {
  top: 45%;
  left: 35%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-14 {
  top: 42%;
  left: 37%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-15 {
  top: 41%;
  left: 35%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-16 {
  top: 20%;
  left: 65%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-17 {
  top: 32%;
  left: 56%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-18 {
  top: 46%;
  left: 29%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-19 {
  top: 70%;
  left: 10%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-20 {
  top: 64%;
  left: 47%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-21 {
  top: 42%;
  left: 39%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-22 {
  top: 41%;
  left: 36%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-23 {
  top: 41%;
  left: 33%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-24 {
  top: 37%;
  left: 27%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-25 {
  top: 57%;
  left: 57%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-26 {
  top: 11%;
  left: 85%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-27 {
  top: 25%;
  left: 65%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-28 {
  top: 25%;
  left: 69%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-29 {
  top: 26%;
  left: 54%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-30 {
  top: 28%;
  left: 72%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-31 {
  top: 31%;
  left: 53%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-32 {
  top: 70%;
  left: 12%;
  width: calc(100% - 67%);
}

.map .map-container .map-locator-container-33 {
  top: 45%;
  left: 10%;
  width: calc(100% - 67%);
}

@media (max-width: 50em) {
  .map .map-logos {
    padding: 0 4rem;
  }
}

.map .map-logos img {
  max-width: 100%;
  max-height: 8rem;
  width: auto;
}

@media (max-width: 50em) {
  .map .map-logos .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .map .map-logos .row > div {
    margin-bottom: 4rem;
  }
}

.map .map-logos .col-4:nth-of-type(2) img {
  max-height: 7rem;
}

.contact {
  padding: 2rem 0;
  background-image: url(../images/home/banner-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.contact .contact-form {
  padding: 4rem;
}

.contact .contact-form .contact-form-inner {
  max-width: 100rem;
  margin: 0 auto;
}

.contact .heading-2,
.contact p {
  color: #fff;
}

.form {
  width: 100%;
  margin: 0 auto;
}

.form div:not(:last-of-type) {
  margin-bottom: 2rem;
}

.form .form-field {
  background-color: #fff;
  height: 5rem;
  border-radius: 3rem;
  padding: 1rem 3rem;
  width: 100%;
  max-width: 60rem;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 50em) {
  .form .form-field {
    max-width: 100%;
  }
}

.form .form-field:focus {
  outline: none;
  -webkit-box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.1);
}

.form .form-btn {
  height: 5rem;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  margin-left: -4rem;
  background-color: #DFCFB2;
  color: #333;
  border: none;
}

.form .form-btn:hover {
  opacity: 1;
}

@media (max-width: 50em) {
  .form .form-btn {
    margin: 1rem 0 0 0;
    width: 100%;
  }
}

.form-group {
  display: block;
  max-width: 75rem;
  margin: 2rem auto 0;
  position: relative;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  display: block;
}

.form-group label span {
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  padding-left: 4rem;
  text-align: left;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: -.5rem;
  left: .8rem;
  width: 9px;
  height: 20px;
  border: solid #3D4246;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-slider {
  overflow-x: hidden;
  position: relative;
}

.slick-slider img {
  max-width: 100%;
}

.slick-slider .slick-slide {
  position: relative;
  margin-bottom: 0;
}

.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
}

.slick-slider .slick-list {
  display: block !important;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0;
}

.slick-slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #927D60;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: .85;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 1;
  background-color: #927D60;
  border: 1px solid #927D60;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/icons/arrow.svg);
  background-size: contain;
  display: none;
}

.slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
  fill: #fff;
  width: 2rem;
}

.slick-slider .slick-prev {
  left: 1rem;
}

.slick-slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}

.slick-slider .slick-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-slider .slick-next {
  right: 1rem;
}

.carousel-kv {
  position: relative;
  background-color: #000;
}

.carousel-kv .slick-item,
.carousel-kv .slick-track {
  height: 90vh;
  padding-bottom: 0;
}

@media (max-width: 50em) {
  .carousel-kv .slick-item,
  .carousel-kv .slick-track {
    height: 60rem;
  }
}

.carousel-kv .slick-dots {
  bottom: 5rem;
  z-index: 999;
}

.carousel-kv .slick-dots li button {
  border: none;
  background-color: rgba(255, 255, 255, 0.4);
}

.carousel-kv .slick-dots li.slick-active button {
  background-color: #fff;
}

.carousel-kv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: .6;
}

.carousel-kv .carousel-kv-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.carousel-kv .carousel-kv-text .carousel-kv-text-inner {
  max-width: 80rem;
  margin: 0 auto;
}

.carousel-kv .carousel-kv-text .carousel-kv-text-inner h1, .carousel-kv .carousel-kv-text .carousel-kv-text-inner h2, .carousel-kv .carousel-kv-text .carousel-kv-text-inner h3 {
  color: #fff;
  font-weight: 400;
}

.carousel-kv .carousel-kv-text .carousel-kv-text-inner h1 {
  font-size: 8rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

@media (max-width: 50em) {
  .carousel-kv .carousel-kv-text .carousel-kv-text-inner h1 {
    font-size: 4rem;
    padding: 0 4rem;
  }
}

.carousel-kv .carousel-kv-text .carousel-kv-text-inner h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 50em) {
  .carousel-kv .carousel-kv-text .carousel-kv-text-inner h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}

.carousel-kv .carousel-kv-text .carousel-kv-text-inner h3 {
  font-size: 3rem;
  margin-top: 4rem;
}

@media (max-width: 50em) {
  .carousel-kv .carousel-kv-text .carousel-kv-text-inner h3 {
    font-size: 2rem;
    margin: 4rem auto 0;
    max-width: 23rem;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 37.5em) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 50em) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 75em) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

.main {
  padding: 4rem 0;
}

.main .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header {
  background-color: #F7F7F8;
}

.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mce-success-response {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

@media (max-width: 50em) {
  .header .header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header .header-inner .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-inner .header-left .header-nav a {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: color .4s;
  transition: color .4s;
}

@media (max-width: 50em) {
  .header .header-inner .header-left .header-nav a {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

.header .header-inner .header-left .header-nav a:hover {
  color: #927D60;
}

@media (max-width: 50em) {
  .header .header-inner .header-right {
    margin-left: auto;
    margin-right: 2rem;
  }
}

.header .header-inner .header-logo img {
  max-width: 13rem;
  margin-right: 5rem;
}

@media (max-width: 50em) {
  .header .header-inner .header-logo img {
    max-width: 12rem;
    margin-right: 0;
  }
}

.header .header-inner .header-search {
  max-width: 50rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-inner .header-search-input {
  height: 4rem;
  padding: .75rem;
  width: 100%;
  display: none;
  margin-right: 2rem;
}

@media (max-width: 50em) {
  .header .header-inner .header-search-input {
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: 13rem;
    z-index: 9;
    width: calc(100% - 4rem);
  }
}

.header .header-inner .header-search-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 50em) {
  .header .header-inner .header-nav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 3rem 2rem;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    z-index: 9999;
  }
  .header .header-inner .header-nav-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .header-inner .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 50em) {
  .header .header-inner .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .header-inner .header-nav ul li {
  padding-left: 2rem;
}

.header .header-inner .header-nav ul li i {
  font-size: 3rem;
  color: #927D60;
}

.menu-icon {
  width: 25px;
  height: 19px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  display: none;
}

@media (max-width: 75em) {
  .menu-icon {
    display: block;
  }
}

.menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #927D60;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.menu-icon-middle {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #927D60;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.menu-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #927D60;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.menu-icon--close-x::before {
  -webkit-transform: rotate(45deg) scaleX(1.25);
          transform: rotate(45deg) scaleX(1.25);
  width: 20px;
}

.menu-icon--close-x .menu-icon-middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-icon--close-x::after {
  -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
          transform: rotate(-45deg) scaleX(1.25) translateY(1px);
  width: 20px;
}

.footer {
  padding: 4rem 0;
}

.footer ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  display: block;
  color: #3D4246;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.footer ul li a:hover {
  color: #927D60;
}

@media (max-width: 50em) {
  .footer .footer-navs {
    padding-bottom: 0;
  }
}

.footer .footer-navs ul {
  margin-bottom: 4rem;
}

.footer .footer-logo-main {
  max-width: 26rem;
}

@media (max-width: 50em) {
  .footer .footer-logo-main {
    width: 100%;
    max-width: 19rem;
  }
}

.footer .footer-logo-second {
  max-width: 22rem;
  display: block;
}

@media (max-width: 50em) {
  .footer .footer-logo-second {
    max-width: 22rem;
    margin-bottom: 3rem;
  }
}

.footer .footer-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-social img {
  width: 1.5rem;
  margin-right: 1rem;
  height: 2rem;
}

.footer-contact {
  background-color: #DFCFB2;
  text-align: center;
  padding: 4rem 0;
}

.footer-contact .contact-form {
  max-width: 90rem;
  margin: 0 auto;
}

.footer-contact .contact-form p {
  font-size: 1.8rem;
  padding-bottom: 2rem;
}

@media (max-width: 50em) {
  .footer-contact .contact-form p {
    font-size: 1.4rem;
  }
}

.section {
  padding: 8rem 0;
}

.custom-col:first-of-type {
  padding-right: 4rem;
}

@media (max-width: 50em) {
  .custom-col:first-of-type {
    padding-right: 2rem;
  }
}

@media (max-width: 50em) {
  .custom-col:last-of-type {
    padding-left: 2rem;
    padding-top: 2rem;
  }
}

.hero {
  height: 70vh;
  margin: 0 0 10rem;
}

@media (max-width: 50em) {
  .hero {
    height: auto;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
  }
}

.hero > * {
  position: relative;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 50em) {
  .hero > * {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero .hero-content {
  max-width: 70%;
}

@media (max-width: 50em) {
  .hero .hero-content {
    max-width: 100%;
    width: 100%;
  }
}

.hero .hero-content .hero-content-text {
  position: relative;
  z-index: 1;
  padding: 7rem 4rem 0 0;
}

@media (max-width: 50em) {
  .hero .hero-content .hero-content-text {
    padding: 8rem 4rem 2rem 1rem;
    margin-top: -6rem;
  }
}

.hero .hero-content .hero-content-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 35%;
  height: 100%;
  background-color: #DFCFB2;
  right: 0;
  top: 0;
}

.hero .hero-content .hero-content-text > * {
  position: relative;
  z-index: 1;
}

.hero .hero-content .hero-content-text .hero-title-1 {
  font-size: 9rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #3D4246;
  line-height: 1;
  padding-bottom: .35em;
}

@media (max-width: 75em) {
  .hero .hero-content .hero-content-text .hero-title-1 {
    font-size: 6.5vw;
  }
}

@media (max-width: 50em) {
  .hero .hero-content .hero-content-text .hero-title-1 {
    font-size: 8vw;
  }
}

.hero .hero-content .hero-content-text .hero-title-2 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #3D4246;
}

@media (max-width: 50em) {
  .hero .hero-content .hero-content-text .hero-title-2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 50em) {
  .hero .hero-content .btn {
    margin-top: 0;
  }
}

.hero .hero-img {
  position: absolute;
  top: 0;
  right: 2rem;
  height: 100%;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 50em) {
  .hero .hero-img {
    position: relative;
    width: 100%;
    height: 50rem;
    right: 0;
  }
}

@media (max-width: 37.5em) {
  .hero .hero-img {
    height: 30rem;
  }
}

.recipes {
  padding: 9rem 0 27rem;
  background-color: #fff;
}

@media (max-width: 50em) {
  .recipes {
    padding: 6rem 0 17rem;
  }
}

.recipes .container {
  position: relative;
}

@media (max-width: 50em) {
  .recipes .container {
    padding: 0;
  }
}

.recipes .container::before {
  content: "";
  position: absolute;
  width: 30rem;
  height: 26rem;
  background-image: url(../images/home/cake-icon.png);
  right: -14rem;
  bottom: -20rem;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 50em) {
  .recipes .container::before {
    width: 14rem;
    height: 11rem;
    right: -5rem;
    bottom: 33rem;
  }
}

@media (max-width: 50em) {
  .recipes .container::after {
    content: "";
    position: absolute;
    width: 17rem;
    height: 15rem;
    background-image: url(../images/home/cake-icon-2.png);
    right: -7rem;
    bottom: 13rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.recipes h2 {
  text-align: center;
}

@media (max-width: 50em) {
  .recipes h2 {
    padding: 0 6rem;
  }
}

.recipes .row {
  margin: 0 -3rem;
}

.recipes .row > div {
  padding: 0 4rem;
}

@media (max-width: 50em) {
  .recipes .row > div {
    padding: 0 6rem;
  }
}

.recipes .recipes-images {
  margin-top: 4rem;
}

.recipes .recipes-text {
  text-align: center;
}

@media (max-width: 50em) {
  .recipes .recipes-text {
    text-align: left;
    padding: 0 4rem;
  }
}

.recipes .recipes-text h3 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 6rem;
  margin-bottom: 1rem;
}

.recipes .recipes-text h3.recipes-text-line {
  position: relative;
}

.recipes .recipes-text h3.recipes-text-line::after {
  content: "";
  width: 0.75rem;
  height: 5.5rem;
  background-color: #927D60;
  position: absolute;
  right: -4rem;
  top: 0;
  border-radius: 0.5rem;
}

@media (max-width: 50em) {
  .recipes .recipes-text h3.recipes-text-line::after {
    display: none;
  }
}

.recipes .recipes-text h3.recipes-text-line + p {
  position: relative;
}

@media (max-width: 50em) {
  .recipes .recipes-text h3.recipes-text-line + p::after {
    content: "";
    height: 0.75rem;
    width: 5.5rem;
    background-color: #927D60;
    position: absolute;
    left: 0;
    bottom: -3rem;
    border-radius: 0.5rem;
  }
}

.recipes .recipes-text p {
  font-size: 1.8rem;
  margin-top: 4rem;
}

@media (max-width: 50em) {
  .recipes .recipes-text p {
    margin-top: 0;
  }
}

@media (max-width: 50em) {
  .recipes .recipes-text-long {
    padding: 0 6rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.recipes .recipes-text-long p {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 0;
}

@media (max-width: 50em) {
  .recipes .recipes-text-long p {
    margin-top: 4rem;
  }
}

.recipes .recipes-btn {
  text-align: center;
}

@media (max-width: 50em) {
  .recipes .recipes-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mobile-slide img {
  padding: 0 1rem 3rem 1rem;
}

.mobile-slide .slick-dots {
  bottom: 0;
}

.mobile-slide .slick-dots li button {
  border: none;
  background-color: rgba(146, 125, 96, 0.3);
}

.page {
  padding: 6rem 0 10rem;
}

@media (max-width: 50em) {
  .page {
    padding: 3rem 0 4rem;
  }
}

.page.product-page {
  padding-bottom: 0;
}

.page p {
  margin-bottom: 3rem !important;
}

.page p strong {
  font-weight: 600;
}

.page h1, .page h2 {
  padding-bottom: .5em;
}

.page .image-container {
  padding: 3rem 0 4rem;
}

@media (max-width: 50em) {
  .page .image-container {
    padding: 0 0 2rem;
  }
}

.page .image-container img {
  display: block;
  margin-bottom: 2rem;
}

.page .vision {
  text-align: center;
  padding: 9rem 0;
  margin: 12rem 0;
  background-image: url(../images/o-nas/banner-vizija.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page .vision h2, .page .vision p {
  color: #fff;
}

@media (max-width: 50em) {
  .page .vision h2 {
    font-size: 4rem;
  }
}

@media (max-width: 50em) {
  .page .vision {
    margin: 2rem 0 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 50em) {
  .recipe-page {
    padding: 3rem 4rem;
    text-align: center;
  }
}

.recipe-page .recipe-page-col {
  margin-bottom: 3.5rem;
}

.recipe-page .recipe-page-text {
  padding: 4rem;
  height: 100%;
  background-color: #DFCFB2;
}

.recipe-page .recipe-page-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe-page .recipe-page-table {
  margin-top: 8rem;
}

.what-is {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

@media (max-width: 50em) {
  .what-is {
    padding: 4rem 4rem 6rem;
    text-align: center;
  }
}

.what-is .btn-underline {
  font-size: 2.4rem;
  font-weight: 600;
  color: #927D60 !important;
  text-transform: uppercase;
  margin-top: 4rem !important;
  display: block;
}

.what-is .btn-underline svg {
  height: 1.8rem;
  margin-left: 2rem;
  fill: #927D60;
}

@media (max-width: 50em) {
  .what-is img {
    margin: 1rem 0 1rem;
  }
}

.mid-banner {
  max-width: 120rem;
  padding: 0 2rem;
  margin: -16rem auto 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 50em) {
  .mid-banner {
    padding: 0;
    margin-top: -12rem;
  }
}

.slim-banner {
  background-color: #003046;
}

.page-o-nas h1 {
  margin-bottom: 6rem;
}

@media (max-width: 50em) {
  .page-o-nas h1 {
    margin-bottom: 2rem;
  }
}

.page-o-nas .heading-5 {
  font-size: 3rem;
}

@media (max-width: 50em) {
  .page-o-nas .heading-5 {
    font-size: 2.8rem;
  }
}

@media (max-width: 50em) {
  .page-o-nas .page-on-nas-row-1 img {
    padding: 0 4rem;
  }
}

.page-o-nas .page-on-nas-row-1 .custom-col {
  padding-left: 4rem;
}

@media (max-width: 50em) {
  .page-o-nas .page-on-nas-row-1 .custom-col {
    padding: 4rem 6rem 0;
    text-align: center;
  }
}

.page-o-nas .on-nas-img-container span {
  display: block;
  width: 100%;
  color: #fff;
  margin-top: -3rem;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 75em) {
  .page-o-nas .on-nas-img-container span {
    font-size: 1.2rem;
  }
}

@media (max-width: 50em) {
  .page-o-nas .page-on-nas-row-2 img {
    padding: 1rem 4rem 0;
  }
}

.page-o-nas .page-on-nas-row-2 .custom-col {
  padding-left: 4rem;
}

@media (max-width: 50em) {
  .page-o-nas .page-on-nas-row-2 .custom-col {
    padding: 4rem 6rem 0;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
}

.page-o-nas #vizitka h2 {
  margin-bottom: 3rem;
}

@media (max-width: 50em) {
  .page-o-nas #vizitka h2 {
    margin-bottom: 0;
  }
}

.product-list {
  padding-bottom: 10rem;
}

@media (max-width: 50em) {
  .product-list {
    padding: 0 4rem 5rem 4rem;
  }
}

.product-list .heading-1 {
  margin-bottom: 4rem;
}

.product-list .product-list-item img {
  padding-bottom: 8rem;
}

@media (max-width: 50em) {
  .product-list .product-list-item img {
    padding-bottom: 4rem;
  }
}

.product-list .product-list-item h3 {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 4rem;
}

.product-list .product-list-item-left {
  padding-right: 2rem;
  text-align: right;
}

@media (max-width: 50em) {
  .product-list .product-list-item-left {
    text-align: center;
  }
}

.product-list .product-list-item-right {
  padding-left: 2rem;
}

@media (max-width: 50em) {
  .product-list .product-list-item-right {
    text-align: center;
    padding-left: 0;
  }
}

.product-list .product-list-item-right .product-list-item-text {
  position: relative;
}

.product-list .product-list-item-right .product-list-item-text::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 0;
  height: 100%;
  width: .75rem;
  background-color: #927D60;
  border-radius: .5rem;
}

@media (max-width: 50em) {
  .product-list .product-list-item-right .product-list-item-text::before {
    display: none;
  }
}

.drozi-description {
  padding: 10rem 0 8rem;
  background-color: #DFCFB2;
}

@media (max-width: 50em) {
  .drozi-description {
    padding: 6rem 0 3rem;
  }
}

.drozi-description-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 50em) {
  .drozi-description-row {
    margin-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    text-align: center;
  }
  .drozi-description-row img {
    margin-bottom: 3rem;
  }
}

.drozi-text {
  padding-top: 4rem;
}

@media (max-width: 50em) {
  .drozi-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.drozi-text h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 8rem;
}

@media (max-width: 50em) {
  .drozi-text h2 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}

.drozi-text .row {
  text-align: center;
}

.drozi-text img {
  height: 14rem !important;
  height: auto;
  margin-bottom: 2rem;
}

.drozi-text h3 {
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  margin-top: 2rem;
}

.drozi-text h3.drozi-text-line {
  position: relative;
}

.drozi-text h3.drozi-text-line::after {
  content: "";
  width: 0.75rem;
  height: 5.5rem;
  background-color: #927D60;
  position: absolute;
  right: -4rem;
  top: 0;
  border-radius: 0.5rem;
}

@media (max-width: 50em) {
  .drozi-text h3.drozi-text-line::after {
    right: auto;
    top: auto;
    left: 0;
    bottom: -3.5rem;
    width: 5.5rem;
    height: .75rem;
  }
}

.drozi-text h3.drozi-text-line-2 {
  padding-top: 1.2rem;
}

@media (max-width: 50em) {
  .drozi-text .drozi-text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .drozi-text .drozi-text-col h3 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    padding-right: 4rem;
  }
  .drozi-text .drozi-text-col img {
    height: 8rem !important;
    margin-left: auto;
    width: 5rem;
    margin-bottom: 0;
  }
}

.drozi-text-long {
  text-align: center;
  margin-top: 10rem;
}

@media (max-width: 50em) {
  .drozi-text-long {
    margin-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
