/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*$blueDark: #121a35;
$blueLight: #1b2548;*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body, html {
  line-height: 0;
  overflow-x: hidden;
  font-size: 16;
}

body {
  font-family: "Noto Sans", sans-serif;
  padding-top: 92px;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-weight: 700;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.875rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.375rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.3125rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.1875rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.125rem;
}

a, a:link, a:focus, a:visited {
  color: #202020;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 30px;
}
p strong {
  font-weight: 700;
}

ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}
ul li {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
  list-style: circle;
  padding: 10px 0 10px 20px;
}
ul ul li:last-of-type {
  margin-bottom: 0;
}

ol {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: decimal;
}
ol li {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
ol ol {
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
}
ol ol li:last-of-type {
  margin-bottom: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}
.container.container-thin {
  max-width: 940px;
}
.container.container-wide {
  max-width: 1640px;
}
@media only screen and (min-width: 768px) {
  .container.container-wide {
    width: 100%;
  }
}
.container.container-ultra-wide {
  max-width: 1840px;
}
@media only screen and (min-width: 768px) {
  .container.container-ultra-wide {
    width: 100%;
  }
}

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

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

.mobile-visible {
  display: inline;
}

.mobile-hidden {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-hidden {
    display: inline;
  }
}

.show-more-mobile, .show-more-mobile:link, .show-more-mobile:focus, .show-more-mobile:visited {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .show-more-mobile, .show-more-mobile:link, .show-more-mobile:focus, .show-more-mobile:visited {
    display: none;
  }
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: #202020;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  /*&[target="_blank"]{
    position: relative;
    padding-right: 45px;
    &:hover{
        &::after{
            background-image: url(../images/external_link_white.svg);
        }
    }
    &::after{
        position: absolute;
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(../images/external_link_red.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
  }*/
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #cba283;
}
.btn.black-with-border, .btn:link.black-with-border, .btn:focus.black-with-border, .btn:visited.black-with-border {
  border: 1px solid #e6e6e6;
}
.btn.brown, .btn:link.brown, .btn:focus.brown, .btn:visited.brown {
  background-color: #cba283;
}
.btn.brown:hover, .btn:link.brown:hover, .btn:focus.brown:hover, .btn:visited.brown:hover {
  background-color: #202020;
}
.btn.brown-white, .btn:link.brown-white, .btn:focus.brown-white, .btn:visited.brown-white {
  background-color: #cba283;
}
.btn.brown-white:hover, .btn:link.brown-white:hover, .btn:focus.brown-white:hover, .btn:visited.brown-white:hover {
  color: #202020;
  background-color: #fff;
}
.btn.white, .btn:link.white, .btn:focus.white, .btn:visited.white {
  background-color: #fff;
  color: #202020;
}
.btn.white:hover, .btn:link.white:hover, .btn:focus.white:hover, .btn:visited.white:hover {
  color: #fff;
  background-color: #202020;
}
.btn.white-brown, .btn:link.white-brown, .btn:focus.white-brown, .btn:visited.white-brown {
  background-color: #fff;
  color: #202020;
}
.btn.white-brown:hover, .btn:link.white-brown:hover, .btn:focus.white-brown:hover, .btn:visited.white-brown:hover {
  color: #fff;
  background-color: #cba283;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

nav {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
nav .header-row {
  margin-left: -5px;
  margin-right: -5px;
}
nav .header-row .col {
  padding-left: 5px;
  padding-right: 5px;
}
nav .img-wrap {
  display: block;
  float: left;
  padding: 18px 0;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  nav .img-wrap {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .img-wrap {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .img-wrap {
    margin-right: 30px;
  }
}
nav .img-wrap img {
  max-height: 55px;
}
nav .client-type {
  display: flex;
  float: left;
  width: calc(100% - 75px);
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  nav .client-type {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  nav .client-type {
    width: calc(100% - 75px);
  }
}
@media only screen and (min-width: 1600px) {
  nav .client-type {
    width: auto;
  }
}
nav .client-type span {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-right: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  nav .client-type span {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .client-type span {
    margin-right: 10px;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 1600px) {
  nav .client-type span {
    margin-right: 30px;
    margin-right: 10px;
    flex: 0 1 auto;
    max-width: none;
  }
}
nav .client-type .btn {
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  nav .client-type .btn {
    padding: 11px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .client-type .btn {
    padding: 11px 30px;
  }
}
nav .menu-search-phone-wrap {
  float: right;
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: left;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1390px) {
  nav .menu:not(.mobile-menu) {
    margin-right: 0;
  }
}
nav .menu:not(.mobile-menu) > li {
  float: left;
  padding: 33px 20px;
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) > li {
    padding: 33px 10px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) > li {
    padding: 33px 20px;
  }
}
nav .menu:not(.mobile-menu) > li a {
  font-size: 1rem;
  font-weight: 700;
  color: #202020;
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children {
  padding-right: 40px;
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children > a {
  position: relative;
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 3px;
  transition: all 0.3s ease-in-out;
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #cba283;
  position: absolute;
  left: 0;
  bottom: -35px;
  transition: all 0.3s ease-in-out;
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  background-image: url(../images/chevron-down-brown.svg);
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children:hover > a::before {
  width: calc(100% + 22px);
}
nav .menu:not(.mobile-menu) > li.menu-item-has-children:hover > .sub-menu {
  display: flex;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e6e6e6;
  margin-left: -20px;
  margin-right: -20px;
  padding: 35px 0;
  z-index: 2;
}
nav .menu:not(.mobile-menu) .sub-menu::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #fff;
  display: block;
  top: 0;
  position: absolute;
  left: -70%;
  border-bottom: 1px solid #e6e6e6;
  z-index: -1;
}
nav .menu:not(.mobile-menu) .sub-menu li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #202020;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}
nav .menu:not(.mobile-menu) .sub-menu li a:hover {
  text-decoration: underline;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu {
  display: block;
  position: static;
  padding: 0;
  border: none;
  padding-top: 10px;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu li {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  max-width: 100%;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu li > a {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}
nav .search-wrap {
  padding-top: 25px;
  float: left;
  margin-left: 35px;
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) {
  nav .search-wrap {
    margin-left: 28px;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1390px) {
  nav .search-wrap {
    padding-top: 25px;
    margin-left: 35px;
  }
}
nav .search-wrap .search-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 8px;
}
nav .search-wrap .search-btn svg {
  width: 100%;
  height: 100%;
}
nav .search-wrap form {
  position: relative;
  width: 0;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  z-index: -10;
}
nav .search-wrap form.active {
  width: auto;
  height: auto;
  opacity: 1;
  z-index: 1;
}
nav .search-wrap form .search-field {
  width: 275px;
  height: 40px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: none;
  padding: 11px 35px 11px 15px;
  font-size: 0.8125rem;
  line-height: 1rem;
  position: absolute;
  right: 0;
}
nav .search-wrap form .search-action {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
}
nav .search-wrap form .search-action svg {
  width: 100%;
  height: 100%;
  stroke: #cba283;
}
nav .account {
  padding-top: 34px;
  float: left;
  margin-left: 0;
  margin-right: 35px;
}
@media only screen and (min-width: 1200px) {
  nav .account {
    padding-top: 13px;
  }
}
@media only screen and (min-width: 1390px) {
  nav .account {
    padding-top: 34px;
  }
}
nav .call-now-button {
  float: left;
  margin-top: 27px;
  border-radius: 5px;
  background-color: #e6e6e6;
  padding: 6px 20px;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  float: right;
}
@media only screen and (min-width: 1200px) {
  nav .call-now-button {
    display: inline-block;
    margin-right: 0;
    padding: 10px 8px;
    float: none;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1390px) {
  nav .call-now-button {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .call-now-button {
    margin-right: 0;
    padding: 10px 26px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .call-now-button {
    margin-left: 0;
    padding: 10px 30px;
  }
}
nav .call-now-button:hover {
  background-color: #cba283;
}
nav .call-now-button:hover svg, nav .call-now-button:hover span {
  color: #fff;
}
nav .call-now-button svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
nav .call-now-button span {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
  color: #202020;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
nav .hamburger {
  float: right;
  padding: 0;
  padding-top: 35px;
  width: 43px;
}
nav .hamburger .hamburger-box {
  width: 43px;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  border-radius: 0px;
  width: 43px;
  height: 2px;
}
nav .hamburger-inner::after {
  bottom: -13px;
}
nav .hamburger-inner::before {
  top: -13px;
}

.sidenav {
  position: fixed;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  top: 92px;
  left: -100%;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0;
}
.sidenav .hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #fff;
  /*.extra-menu-items{
      display: none
  }*/
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  transition: all 0.3s ease-in-out;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  margin-bottom: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #202020;
  padding: 10px 24px 10px 40px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #cba283;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right-brown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #202020;
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #cba283;
  display: none;
  border-right: 1px solid #e6e6e6;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #cba283;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
  padding: 0;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right-brown.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .extra-menu-items {
  background-color: #fff;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row {
  overflow: hidden;
  padding: 30px 33px;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile .search {
  position: relative;
  display: block;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 34px;
  background-color: transparent;
  z-index: 2;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile .search.active {
  /*background-color: $white;
  border: 1px solid $white;*/
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile .search.active svg {
  stroke: #cba283;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile .search svg {
  vertical-align: middle;
  margin-top: -2px;
  stroke: #202020;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  margin: auto;
  z-index: 1;
  width: 100%;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile form input[type=text] {
  padding: 0 20px;
  height: 100%;
  width: 0;
  line-height: 43px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile form input[type=text].active {
  pointer-events: all;
  opacity: 1;
  width: 100%;
  padding-left: 40px;
}
.sidenav .menu-bg-wrap .extra-menu-items .top-row .search-wrap-mobile form input[type=text].focus-out {
  width: 0;
  padding-left: 40px;
}
.sidenav .menu-bg-wrap .extra-menu-items .user-type-change {
  padding: 30px 33px;
  padding-top: 0;
}
.sidenav .menu-bg-wrap .extra-menu-items .user-type-change .row {
  margin-left: -5px;
  margin-right: -5px;
}
.sidenav .menu-bg-wrap .extra-menu-items .user-type-change .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.sidenav .menu-bg-wrap .extra-menu-items .user-type-change p, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn {
  margin-bottom: 0;
}
.sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn:link, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn:focus, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn:visited {
  padding: 11px 20px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn:link, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn:focus, .sidenav .menu-bg-wrap .extra-menu-items .user-type-change .btn:visited {
    padding: 11px 30px;
  }
}
.sidenav .menu-bg-wrap .extra-menu-items .bottom-row .meet-us {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #e6e6e6;
  color: #202020;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px;
}
.sidenav .menu-bg-wrap .extra-menu-items .bottom-row .meet-us::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e6e6e6;
  width: 0px;
}
.sidenav .menu-bg-wrap .extra-menu-items .bottom-row .social-icons {
  height: auto;
  padding: 0 40px;
  border-left: none;
}
.sidenav .menu-bg-wrap .extra-menu-items .bottom-row .social-icons .social-icon {
  background-color: transparent;
}
.sidenav .menu-bg-wrap .extra-menu-items .social-icons {
  overflow: hidden;
  height: 100px;
  text-align: center;
}
.sidenav .menu-bg-wrap .extra-menu-items .social-icons .social-icon {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #cccccc;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .extra-menu-items .social-icons .social-icon svg {
  height: 100%;
  width: 100%;
}

.footer-top {
  position: relative;
}
.footer-top .container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .footer-top .container {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-top .columns-wrap {
  padding: 60px;
  background-color: #202020;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer-top .columns-wrap {
    padding: 75px 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-top .columns-wrap {
    padding: 112px 200px;
  }
}
.footer-top .frame {
  width: calc(100% - 66px);
  height: calc(100% - 133px);
  position: absolute;
  border: 1px solid #fff;
  position: absolute;
  left: 33px;
  top: 66px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .footer-top .frame {
    top: 33px;
    height: calc(100% - 66px);
  }
}
.footer-top .contact-header {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #cba283;
  margin-bottom: 18px;
}
.footer-top .contact-links {
  margin-bottom: 20px;
}
.footer-top .contact-link-wrap {
  margin-bottom: 12px;
}
.footer-top .contact-link-wrap a {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.footer-top .widget .widget-header {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #cba283;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.footer-top .widget ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 23px;
}
.footer-top .widget ul li {
  margin-bottom: 10px;
}
.footer-top .widget ul li a {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #fff;
}
.footer-top .social-media-wrap .social-media-icon {
  margin-right: 22px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .footer-top .social-media-wrap .social-media-icon {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-top .social-media-wrap .social-media-icon {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-top .social-media-wrap .social-media-icon {
    margin-right: 22px;
  }
}
.footer-top .social-media-wrap .social-media-icon:last-of-type {
  margin-right: 0;
}
.footer-top .social-media-wrap .social-media-icon svg {
  width: 100%;
  height: 100%;
}
.footer-top .footer-login-btn, .footer-top .footer-login-btn:link, .footer-top .footer-login-btn:focus, .footer-top .footer-login-btn:visited {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .footer-top .footer-login-btn, .footer-top .footer-login-btn:link, .footer-top .footer-login-btn:focus, .footer-top .footer-login-btn:visited {
    display: inline-block;
    margin-bottom: 0;
  }
}

.footer-bottom {
  padding: 20px 0;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .footer-bottom {
    background-color: #fff;
  }
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #202020;
}
.footer-bottom p a {
  font-weight: 700;
}

.breadcrumbs-wrap {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs-wrap {
    padding-bottom: 100px;
    background-color: #fff;
  }
}
.breadcrumbs-wrap p {
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #cccccc;
  margin-bottom: 0;
}
.breadcrumbs-wrap p a {
  color: #cccccc;
}

.post-columns-wrap {
  background-color: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap {
    background-color: #fff;
  }
}
.post-columns-wrap .post-columns-row {
  margin-left: -70px;
  margin-right: -70px;
}
@media only screen and (min-width: 992px) {
  .post-columns-wrap .post-columns-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-columns-wrap .post-columns-row {
    margin-left: -70px;
    margin-right: -70px;
  }
}
.post-columns-wrap .post-columns-row .col {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) {
  .post-columns-wrap .post-columns-row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-columns-wrap .post-columns-row .col {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.post-columns-wrap .post-slingle-wrap {
  padding-bottom: 80px;
}
.post-columns-wrap .post-slingle-wrap h1 {
  margin-bottom: 30px;
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote {
  margin-bottom: 30px;
  padding-top: 24px;
  overflow: visible;
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote::after {
  content: "";
  clear: both;
  display: table;
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  position: relative;
  padding-left: 0;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-slingle-wrap .wp-block-quote p {
    padding-top: 0;
    padding-left: 120px;
  }
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote p::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 60px;
  background-image: url(../images/quote_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote p::before {
  top: -24px;
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote cite {
  float: right;
  font-style: italic;
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote.is-style-plain {
  background-color: #202020;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-slingle-wrap .wp-block-quote.is-style-plain {
    margin-left: 0;
    margin-right: 0;
  }
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote.is-style-plain p {
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 28px;
  padding-top: 115px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-slingle-wrap .wp-block-quote.is-style-plain p {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 28px;
    padding-left: 152px;
  }
}
.post-columns-wrap .post-slingle-wrap .wp-block-quote.is-style-plain p::before {
  background-image: url(../images/quote_white.svg);
  left: 15px;
  top: 28px;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-slingle-wrap .wp-block-quote.is-style-plain p::before {
    left: 40px;
  }
}
.post-columns-wrap .post-slingle-wrap .wp-block-gallery {
  margin-bottom: 30px;
}
.post-columns-wrap .download-wrap {
  margin-bottom: 20px;
}
.post-columns-wrap .download-wrap.brown .download-single {
  background-color: #cba283;
}
.post-columns-wrap .download-wrap.gray .download-single {
  background-color: #e6e6e6;
}
.post-columns-wrap .download-wrap.gray .download-single .frame-wrap {
  border: 1px solid #202020;
}
.post-columns-wrap .download-wrap.gray .download-single .frame-wrap svg path {
  stroke: #202020 !important;
}
.post-columns-wrap .download-wrap.gray .download-single .frame-wrap span {
  color: #202020;
}
.post-columns-wrap .download-wrap .download-single {
  display: block;
  background-color: #202020;
  max-width: 440px;
  padding: 15px;
}
.post-columns-wrap .download-wrap .download-single .frame-wrap {
  border: 1px solid #fff;
  padding: 9px 10px;
  position: relative;
  padding-right: 110px;
}
.post-columns-wrap .download-wrap .download-single .frame-wrap svg {
  vertical-align: middle;
  margin-right: 20px;
}
.post-columns-wrap .download-wrap .download-single .frame-wrap span {
  vertical-align: middle;
  color: #fff;
}
.post-columns-wrap .download-wrap .download-single .frame-wrap span.name {
  width: calc(100% - 50px);
  line-height: 1.5rem;
  display: inline-block;
}
.post-columns-wrap .download-wrap .download-single .frame-wrap span.size {
  position: absolute;
  right: 10px;
  top: 20px;
}
.post-columns-wrap .prev-next-post-wrap {
  margin-bottom: 80px;
}
.post-columns-wrap .prev-next-post-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.post-columns-wrap .prev-next-post-wrap .row .col {
  padding-left: 0;
  padding-right: 0;
}
.post-columns-wrap .prev-next-post-wrap .row .col:last-of-type {
  text-align: right;
}
.post-columns-wrap .search-posts-wrap {
  margin-bottom: 30px;
}
.post-columns-wrap .search-posts-wrap.mobile form input[type=text] {
  background-color: rgba(255, 255, 255, 0.2);
}
.post-columns-wrap .search-posts-wrap form {
  position: relative;
}
.post-columns-wrap .search-posts-wrap form input[type=text] {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px 15px;
  padding-right: 110px;
}
.post-columns-wrap .search-posts-wrap form input[type=text] ::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.post-columns-wrap .search-posts-wrap form input[type=text] ::placeholder {
  color: #cccccc;
  opacity: 1;
}
.post-columns-wrap .search-posts-wrap form .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.post-columns-wrap .sidebar-header {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.post-columns-wrap .most-popular-posts {
  margin-bottom: 10px;
}
.post-columns-wrap .single-most-popular-post {
  margin-bottom: 30px;
}
.post-columns-wrap .single-most-popular-post a {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #cba283;
  text-decoration: underline;
}
.post-columns-wrap .single-most-popular-post a:hover {
  text-decoration: none;
}
.post-columns-wrap .single-most-popular-post p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  padding-top: 5px;
}
.post-columns-wrap .sidebar-categories-wrap {
  margin-bottom: 30px;
}
.post-columns-wrap .sidebar-categories-wrap .sidebar-category-single {
  margin-bottom: 20px;
  height: 60px;
  width: 100%;
  display: block;
  position: relative;
}
.post-columns-wrap .sidebar-categories-wrap .sidebar-category-single .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.6);
}
.post-columns-wrap .sidebar-categories-wrap .sidebar-category-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post-columns-wrap .sidebar-categories-wrap .sidebar-category-single p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.post-columns-wrap .instagram-wrap {
  margin-bottom: 100px;
}
.post-columns-wrap .instagram-wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}
.post-columns-wrap .instagram-wrap .row .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap {
  display: block;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.post-columns-wrap .instagram-wrap .insta-post-wrap:hover .overlay {
  opacity: 1;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap:hover svg {
  opacity: 1;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap svg path {
  stroke: #fff;
}
.post-columns-wrap .instagram-wrap .insta-post-wrap svg path:first-of-type {
  stroke: transparent;
}

.post-columns-wrap .blog-slingle-wrap {
  padding-bottom: 80px;
}
.post-columns-wrap .blog-slingle-wrap h1 {
  margin-bottom: 30px;
}
.post-columns-wrap .pagination {
  margin-bottom: 80px;
  text-align: center;
}
.post-columns-wrap .pagination .prev {
  float: left;
}
.post-columns-wrap .pagination .next {
  float: right;
}
.post-columns-wrap .pagination .prev, .post-columns-wrap .pagination .next {
  display: inline-block;
  background-color: #202020;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.post-columns-wrap .pagination .prev:hover, .post-columns-wrap .pagination .next:hover {
  color: #fff;
  background-color: #cba283;
}
.post-columns-wrap .pagination .prev span, .post-columns-wrap .pagination .next span {
  vertical-align: middle;
}
.post-columns-wrap .pagination .prev svg, .post-columns-wrap .pagination .next svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.post-columns-wrap .pagination .page-numbers:not(.prev, .next) {
  color: #cccccc;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .post-columns-wrap .pagination .page-numbers:not(.prev, .next) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-columns-wrap .pagination .page-numbers:not(.prev, .next):not(.dots):hover {
  color: #202020;
  font-weight: 700;
  text-decoration: underline;
}
.post-columns-wrap .pagination .page-numbers:not(.prev, .next).current {
  color: #202020;
  font-weight: 700;
}
.post-columns-wrap .posts-archive-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.post-columns-wrap .posts-archive-wrap .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.post-columns-wrap .post-single-wrap {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-columns-wrap .post-single-wrap .img-wrap {
  width: 100%;
  padding-top: 50%; /* 2:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.post-columns-wrap .post-single-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-columns-wrap .post-single-wrap .frame-wrap {
  padding: 15px;
  background-color: #202020;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-single-wrap .frame-wrap {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-columns-wrap .post-single-wrap .frame-wrap {
    padding: 15px;
  }
}
.post-columns-wrap .post-single-wrap .frame-wrap .frame {
  border: 1px solid #fff;
  height: 100%;
  padding: 20px 30px;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-single-wrap .frame-wrap .frame {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-columns-wrap .post-single-wrap .frame-wrap .frame {
    padding: 20px 30px;
  }
}
.post-columns-wrap .post-single-wrap .frame-wrap .frame p {
  color: #fff;
}
.post-columns-wrap .post-single-wrap .frame-wrap .frame .category-date {
  margin-bottom: 10px;
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.post-columns-wrap .post-single-wrap .frame-wrap .frame .title {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .post-columns-wrap .post-single-wrap .frame-wrap .frame .title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .post-columns-wrap .post-single-wrap .frame-wrap .frame .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .post-columns-wrap .post-single-wrap .frame-wrap .frame .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.post-columns-wrap .post-single-wrap .frame-wrap .frame .text {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
}

.page-not-found {
  padding: 50px 0 100px 0;
}
.page-not-found .text-wrap {
  text-align: center;
}
.page-not-found .text-wrap .number-big {
  font-size: 6.25rem;
  line-height: 6.25rem;
  font-weight: 700;
  color: #cba283;
}

.default-search-results {
  padding: 0 0 100px 0;
}
.default-search-results .search-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 60px;
}
.default-search-results .search-title strong {
  font-weight: 700;
}
.default-search-results .search-result-single {
  display: block;
  padding: 30px;
  background-color: rgb(0, 0, 0);
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .default-search-results .search-result-single {
    padding: 32px;
  }
}
.default-search-results .search-result-single:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.default-search-results .search-result-single p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 16px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .default-search-results .search-result-single p.date {
    text-align: center;
  }
}
.default-search-results .search-result-single .read-more {
  vertical-align: middle;
}
.default-search-results .search-result-single .read-more span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  text-decoration: underline;
}
.default-search-results .search-result-single .read-more svg {
  vertical-align: middle;
}

.login-wrap {
  margin-bottom: 60px;
  text-align: center;
}

.login-form-wrap {
  text-align: left;
  max-width: 600px;
  display: inline-block;
}
.login-form-wrap h1 {
  margin-bottom: 40px;
}
.login-form-wrap label {
  display: block;
  width: 100%;
  font-weight: 400;
}
.login-form-wrap input[type=text], .login-form-wrap input[type=password] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: none;
  padding: 11px 15px;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media only screen and (min-width: 768px) {
  .login-form-wrap input[type=text], .login-form-wrap input[type=password] {
    min-width: 400px;
  }
}
.login-form-wrap input[type=submit] {
  position: relative;
  display: inline-block;
  background-color: #cba283;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.login-form-wrap input[type=submit]:hover {
  color: #fff;
  background-color: #202020;
}

.form-errors {
  border-left: 4px solid #d63638;
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.login-page-buttons-wrap .btn {
  margin-bottom: 15px;
}
.login-page-buttons-wrap .btn:first-of-type {
  margin-right: 15px;
}

code .ssf-main-content .store-locator-map .store-locator__infobox::before {
  border-right-color: #202020;
  left: -10px;
}
code .ssf-main-content .store-locator-map .store-locator__infobox .infobox__inner {
  padding: 0;
}
code .ssf-main-content .searchbar_td {
  width: 100%;
}
code .ssf-main-content .store-locator__filter-toggler-cell {
  border-left: none;
  background-color: transparent;
  color: #fff;
}
code .ssf-main-content .store-locator__filter-toggler::after {
  background: url(../images/external-link.svg) center no-repeat;
}
code .ssf-main-content #super-left-panel {
  width: 100%;
  padding: 20px !important;
  border: none;
  background-image: url(../images/plant_with_overlay.jpg);
  position: static !important;
}
@media only screen and (min-width: 768px) {
  code .ssf-main-content #super-left-panel {
    padding: 33px !important;
  }
}
@media only screen and (min-width: 1200px) {
  code .ssf-main-content #super-left-panel {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  code .ssf-main-content #super-left-panel {
    width: 40%;
  }
}
code .ssf-main-content #super-left-panel #ssf_adress_input_box {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  background-color: transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  code .ssf-main-content #super-left-panel #ssf_adress_input_box {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1600px) {
  code .ssf-main-content #super-left-panel #ssf_adress_input_box {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
}
code .ssf-main-content #super-left-panel #storeLocator__searchBar {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 11px 15px;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #fff;
}
code .ssf-main-content #super-left-panel #filter_left_panel {
  background-color: transparent;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  code .ssf-main-content #super-left-panel #filter_left_panel {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1600px) {
  code .ssf-main-content #super-left-panel #filter_left_panel {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
code .ssf-main-content #super-left-panel #filter_left_panel .filter-popup {
  background-color: transparent;
}
code .ssf-main-content #super-left-panel #storeLocator__storeListRow {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 25px !important;
  background-color: transparent;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  code .ssf-main-content #super-left-panel #storeLocator__storeListRow {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1600px) {
  code .ssf-main-content #super-left-panel #storeLocator__storeListRow {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-bottom: 65px !important;
  }
}
code .ssf-main-content .large-9 {
  width: 100%;
  position: static !important;
}
@media only screen and (min-width: 1200px) {
  code .ssf-main-content .large-9 {
    position: relative !important;
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  code .ssf-main-content .large-9 {
    width: 60%;
  }
}
code .ssf-main-content .large-9 .store-locator-map {
  position: relative;
  top: 0;
}
@media only screen and (min-width: 1200px) {
  code .ssf-main-content .large-9 .store-locator-map {
    position: absolute;
  }
}
code .ssf-main-content .filter__items-counter {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
code .ssf-main-content .filter__items-counter .ssflinks {
  color: #fff;
}
code .ssf-main-content .filter__options-clearer {
  color: #fff;
}
code .ssf-main-content #filter__states .filter__toggler {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #fff;
}
code .ssf-main-content .filter__row {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
code .ssf-main-content .arrow-toggler::after {
  font-size: 0.875rem;
  margin-top: -8px;
}
code .ssf-main-content .arrow-toggler {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
code .ssf-main-content .arrow-toggler.is-toggled:hover::after {
  color: #fff;
}
code .ssf-main-content .arrow-toggler:hover::after {
  color: #fff;
}
code .ssf-main-content label.ssflabel {
  color: #fff;
  margin-bottom: 0 !important;
}
code .ssf-main-content .title {
  color: #fff;
}
code .ssf-main-content .text-large.text-center {
  color: #fff;
}
code .ssf-main-content .arrow-toggler {
  color: #fff;
}
code .ssf-main-content #applyFilterOptions {
  position: relative;
  display: inline-block;
  border: 1px solid #e6e6e6;
  background-color: #202020;
  border-radius: 5px;
  color: #fff;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  box-shadow: none;
}
code .ssf-main-content #applyFilterOptions:hover {
  color: #fff;
  background-color: #cba283;
}
code .ssf-main-content .filter__row.filter__row--cta {
  padding-top: 20px;
  padding-left: 0;
}
code .ssf-main-content .filter__row.filter__row--cta .large-offset-6 {
  margin-left: 0;
}
code .ssf-main-content .store-locator__infobox {
  margin-bottom: 10px !important;
  padding: 11px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #202020;
}
code .ssf-main-content .store-locator__infobox .infobox__row.infobox__row--marker {
  display: none;
}
code .ssf-main-content #storeLocator__storeList .ssf-column {
  width: 100%;
}
code .ssf-main-content #storeLocator__storeListRow {
  margin-top: 0;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox {
  overflow: visible;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox::after {
  content: "";
  clear: both;
  display: table;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox .infobox__body {
  display: flex;
  float: left;
  flex: 0 0 75%;
  width: 75%;
  height: auto !important;
  color: #fff;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox .infobox__body .infobox__row.infobox__title.store-location {
  padding: 0;
  width: 30%;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox .infobox__body .infobox__row.store-address {
  padding: 0;
  width: 70%;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox .infobox__cta {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: right;
  display: flex;
  flex: 0 0 25%;
  width: 25%;
  justify-content: right;
  padding-left: 10px;
  color: #fff;
  text-decoration: underline;
}
code .ssf-main-content #storeLocator__storeListRow .store-locator__infobox .infobox__cta:hover {
  text-decoration: none;
}
code .ssf-main-content .infobox__cta {
  border-top: none;
}

.top-front-page {
  background-color: #202020;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .top-front-page {
    height: calc(100vh - 92px);
  }
}
.top-front-page.individual .left-column-wrap {
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .top-front-page.individual .left-column-wrap {
    padding-left: 105px;
  }
}
.top-front-page.individual .left-column-wrap .flex-wrap {
  justify-content: initial;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  .top-front-page.individual .left-column-wrap .flex-wrap {
    padding-left: 18%;
  }
}
.top-front-page.individual .left-column-wrap .text-wrap {
  padding: 0;
}
.top-front-page.individual .row-columns-wrap .col-wrap {
  padding: 35px 28px 100px 28px;
}
@media only screen and (min-width: 768px) {
  .top-front-page.individual .row-columns-wrap .col-wrap {
    padding: 35px 28px 100px 28px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page.individual .row-columns-wrap .col-wrap {
    justify-content: initial;
    padding: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page.individual .row-columns-wrap .col-wrap {
    padding: 40px;
  }
}
.top-front-page.individual .row-columns-wrap .text-wrap .header {
  margin-bottom: 10px;
}
.top-front-page.individual .row-columns-wrap .text-wrap .text-wrap-inside {
  margin-bottom: 20px;
}
.top-front-page.individual .row-columns-wrap .text-wrap .text-wrap-inside p {
  margin-bottom: 10px;
}
.top-front-page > .row {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.top-front-page > .row .col {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.top-front-page .social-media {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 5;
  float: right;
}
@media only screen and (min-width: 992px) {
  .top-front-page .social-media {
    right: auto;
    bottom: 40px;
    left: 40px;
    float: none;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .social-media {
    left: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .social-media {
    left: 40px;
  }
}
.top-front-page .social-media .social-media-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  float: left;
  margin-right: 25px;
}
@media only screen and (min-width: 992px) {
  .top-front-page .social-media .social-media-icon {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top-front-page .social-media .social-media-icon:last-of-type {
  margin-bottom: 0;
}
.top-front-page .social-media .social-media-icon svg {
  width: 100%;
  height: 100%;
}
.top-front-page .social-media .line {
  width: 2px;
  height: 150px;
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  margin-left: 10px;
}
.top-front-page .social-media .line-mobile {
  width: 120px;
  height: 1px;
  background-color: #fff;
  margin-top: 12px;
  float: left;
}
.top-front-page .left-column-wrap {
  position: relative;
  height: calc(100vh - 92px);
}
@media only screen and (min-width: 1200px) {
  .top-front-page .left-column-wrap {
    height: 100%;
  }
}
.top-front-page .left-column-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-front-page .left-column-wrap .overlay, .top-front-page .left-column-wrap .overlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-front-page .left-column-wrap .overlay {
  background-color: rgba(203, 162, 131, 0.7);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  z-index: 3;
}
.top-front-page .left-column-wrap .overlay-2 {
  background-color: rgba(0, 0, 0, 0.75);
  mix-blend-mode: hue;
  background-blend-mode: hue;
  z-index: 2;
}
.top-front-page .left-column-wrap .flex-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.top-front-page .left-column-wrap .text-wrap {
  max-width: 461px;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .top-front-page .left-column-wrap .text-wrap {
    padding: 0;
  }
}
.top-front-page .left-column-wrap .text-wrap .sub-header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.top-front-page .left-column-wrap .text-wrap .header-wrap p {
  font-size: 1.75rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .top-front-page .left-column-wrap .text-wrap .header-wrap p {
    font-size: 2.25rem;
    line-height: 2.875rem;
    margin-bottom: 40px;
  }
}
.top-front-page .left-column-wrap .text-wrap .header-wrap p a {
  text-decoration: underline;
  color: #fff;
}
.top-front-page .left-column-wrap .text-wrap .header-wrap p a:hover {
  text-decoration: none;
}
.top-front-page .row-columns-wrap {
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .top-front-page .row-columns-wrap {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap {
    padding: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap {
    padding: 40px;
  }
}
.top-front-page .row-columns-wrap .two-tiles-with-frame {
  margin-left: -20px;
  margin-right: -20px;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .two-tiles-with-frame {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap .two-tiles-with-frame {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-front-page .row-columns-wrap .two-tiles-with-frame .col {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  margin-bottom: 30px;
}
.top-front-page .row-columns-wrap .two-tiles-with-frame .col:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .top-front-page .row-columns-wrap .two-tiles-with-frame .col {
    margin-bottom: 0;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .two-tiles-with-frame .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap .two-tiles-with-frame .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-front-page .row-columns-wrap .col-wrap {
  border: 1px solid #cba283;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 72px 28px 50px 28px;
}
@media only screen and (min-width: 992px) {
  .top-front-page .row-columns-wrap .col-wrap {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .col-wrap {
    padding: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap .col-wrap {
    padding: 40px;
  }
}
.top-front-page .row-columns-wrap .text-wrap .header {
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .top-front-page .row-columns-wrap .text-wrap .header {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .text-wrap .header {
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap .text-wrap .header {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.top-front-page .row-columns-wrap .text-wrap .text {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #e6e6e6;
}
.top-front-page .row-columns-wrap .text-wrap p {
  color: #fff;
}
.top-front-page .row-columns-wrap .text-wrap a:not(.btn) {
  color: #cba283;
  text-decoration: underline;
}
.top-front-page .row-columns-wrap .text-wrap a:not(.btn):hover {
  text-decoration: none;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap {
  position: relative;
  height: 100%;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .individual-top-slider {
  height: 100%;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .individual-top-slider .slick-list {
  height: 100%;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .individual-top-slider .slick-list .slick-track {
  height: 100%;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .individual-top-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .individual-top-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .individual-top-slider .slick-list .slick-track .slick-slide > div .col-wrap {
  display: flex !important;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .slider-counter {
  position: absolute;
  color: #fff;
  font-weight: 700;
  right: 45px;
  bottom: 20px;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-right: 80px;
}
@media only screen and (min-width: 768px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots {
    padding-right: 80px;
  }
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
  line-height: 0;
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li.slick-active button {
  background-color: #cba283;
  width: 64px;
}
@media only screen and (min-width: 768px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li.slick-active button {
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li.slick-active button {
    width: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li.slick-active button {
    width: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li.slick-active button {
    width: 80px;
  }
}
.top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li button {
  background-color: #e6e6e6;
  width: 32px;
  height: 1px;
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li button {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li button {
    width: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li button {
    width: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .top-front-page .row-columns-wrap .individual-top-slider-wrap .slick-dots li button {
    width: 40px;
  }
}

.number-with-frames {
  padding: 166px 0 135px 0;
  position: relative;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .number-with-frames {
    padding: 210px 0 240px 0;
    background-color: #fff;
  }
}
.number-with-frames .square-left, .number-with-frames .square-right {
  position: absolute;
  border: 1px solid #202020;
}
.number-with-frames .square-left {
  width: 100px;
  height: 100px;
  left: -75px;
  top: 100px;
}
@media only screen and (min-width: 992px) {
  .number-with-frames .square-left {
    width: 222px;
    height: 222px;
    left: -140px;
  }
}
.number-with-frames .square-right {
  width: 100px;
  height: 100px;
  right: -75px;
  bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .number-with-frames .square-right {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .number-with-frames .square-right {
    width: 430px;
    height: 430px;
    right: -130px;
  }
}
@media only screen and (min-width: 1200px) {
  .number-with-frames .square-right {
    right: -290px;
  }
}
@media only screen and (min-width: 1600px) {
  .number-with-frames .square-right {
    right: -130px;
  }
}
.number-with-frames .row .col:first-of-type, .number-with-frames .row .col:nth-of-type(2) {
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .number-with-frames .row .col:first-of-type, .number-with-frames .row .col:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.number-with-frames .frame {
  padding: 62px 0;
  border: 1px solid #202020;
  border-left: none;
  position: relative;
  margin-right: -16px;
}
@media only screen and (min-width: 768px) {
  .number-with-frames .frame {
    margin-right: -68px;
  }
}
@media only screen and (min-width: 992px) {
  .number-with-frames .frame {
    padding: 92px 0;
    margin-right: auto;
  }
}
.number-with-frames .frame::before, .number-with-frames .frame::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #202020;
  position: absolute;
  left: -100%;
}
.number-with-frames .frame::before {
  top: -1px;
}
.number-with-frames .frame::after {
  bottom: -1px;
}
.number-with-frames .frame .flex-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.number-with-frames .frame .flex-wrap .header {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .number-with-frames .frame .flex-wrap .header {
    font-size: 2.3125rem;
    line-height: 2.5rem;
  }
}
.number-with-frames .frame .flex-wrap .sub-header {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .number-with-frames .frame .flex-wrap .sub-header {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.blog-section {
  padding-bottom: 75px;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .blog-section {
    background-color: #fff;
  }
}
.blog-section .col-image {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  height: calc(100% + 405px);
}
@media only screen and (min-width: 768px) {
  .blog-section .col-image {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    left: auto;
    height: auto;
  }
}
.blog-section .col-image .img-wrap {
  height: 100%;
}
.blog-section .col-image .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% top;
     object-position: 40% top;
}
@media only screen and (min-width: 992px) {
  .blog-section .col-image .img-wrap img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.blog-section .right-column-wrap {
  padding-top: 250px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) {
  .blog-section .right-column-wrap {
    padding-top: 70px;
    padding-left: 0;
  }
}
.blog-section .right-column-wrap .header {
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-weight: 700;
}
.blog-section .right-column-wrap .btn {
  margin-bottom: 36px;
}
.blog-section .posts-wrap {
  margin-left: -30px;
}
@media only screen and (min-width: 768px) {
  .blog-section .posts-wrap {
    margin-left: -200px;
  }
}
.blog-section .post-single-wrap {
  display: block;
  padding: 30px;
  background-color: rgb(0, 0, 0);
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .blog-section .post-single-wrap {
    padding: 28px 208px 32px 0;
  }
}
.blog-section .post-single-wrap:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.blog-section .post-single-wrap p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 16px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .blog-section .post-single-wrap p.date {
    text-align: center;
  }
}
.blog-section .post-single-wrap .read-more {
  vertical-align: middle;
}
.blog-section .post-single-wrap .read-more span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  text-decoration: underline;
}
.blog-section .post-single-wrap .read-more svg {
  vertical-align: middle;
}

.front-page-contact {
  position: relative;
}
.front-page-contact img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: 55% top;
     object-position: 55% top;
}
@media only screen and (min-width: 1600px) {
  .front-page-contact img {
    position: static;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.front-page-contact .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.front-page-contact .frame-wrap {
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .front-page-contact .frame-wrap {
    padding: 33px;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-contact .frame-wrap {
    position: absolute;
  }
}
.front-page-contact .content-wrap {
  padding: 20px 0;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  /*.container{
      padding-left: 0;
      padding-right: 0;
      @include devices(large){
          padding-left: 15px;
          padding-right: 15px;
      }
  }*/
}
@media only screen and (min-width: 768px) {
  .front-page-contact .content-wrap {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-contact .content-wrap {
    position: static;
  }
}
.front-page-contact .content-wrap .row {
  margin-right: 0;
  margin-left: 0;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .front-page-contact .content-wrap .row {
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: initial;
  }
}
.front-page-contact .content-wrap .row .col {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .front-page-contact .content-wrap .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.front-page-contact .text-wrap {
  width: 512px;
  float: right;
  max-width: 100%;
  padding-top: 110px;
}
@media only screen and (min-width: 1600px) {
  .front-page-contact .text-wrap {
    padding-top: 0;
  }
}
.front-page-contact .text-wrap .header {
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.front-page-contact .text-wrap .text-with-line {
  padding-left: 52px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .front-page-contact .text-wrap .text-with-line {
    margin-bottom: 70px;
  }
}
.front-page-contact .text-wrap .text-with-line .line {
  width: 120px;
  height: 1px;
  background-color: #cba283;
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) {
  .front-page-contact .text-wrap .text-with-line .line {
    width: 305px;
  }
}
.front-page-contact .text-wrap .text-with-line span {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #fff;
}
.front-page-contact .text-wrap .text-with-frame {
  padding-top: 55px;
  padding-bottom: 80px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .front-page-contact .text-wrap .text-with-frame {
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
    padding-bottom: 98px;
  }
}
.front-page-contact .text-wrap .text-with-frame::after {
  content: "";
  height: 75%;
  width: 100%;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1600px) {
  .front-page-contact .text-wrap .text-with-frame::after {
    z-index: -1;
    height: 100%;
    width: 90%;
    top: 0;
  }
}
.front-page-contact .text-wrap .contact-link-wrap {
  margin-bottom: 10px;
}
.front-page-contact .text-wrap .contact-link-wrap span {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}
.front-page-contact .text-wrap .contact-link-wrap .contact-link span {
  font-weight: 700;
}
.front-page-contact .text-wrap .contact-link-wrap .contact-link svg {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.front-page-contact .text-wrap-single-contact {
  text-align: center;
  height: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .front-page-contact .text-wrap-single-contact {
    margin-bottom: 0;
  }
}
.front-page-contact .text-wrap-single-contact .wrapper-inside {
  border: 1px solid #cba283;
  border-radius: 5px;
  padding: 30px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .front-page-contact .text-wrap-single-contact .wrapper-inside {
    padding: 40px;
    min-width: 420px;
  }
}
.front-page-contact .text-wrap-single-contact .wrapper-inside .text-wrap-contact-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.front-page-contact .text-wrap-single-contact .wrapper-inside .header {
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .front-page-contact .text-wrap-single-contact .wrapper-inside .header {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .front-page-contact .text-wrap-single-contact .wrapper-inside .header {
    font-size: 1.875rem;
    line-height: 2.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-contact .text-wrap-single-contact .wrapper-inside .header {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.front-page-contact .text-wrap-single-contact .wrapper-inside p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #e6e6e6;
}
.front-page-contact .text-wrap-single-contact .wrapper-inside p a {
  color: #cba283;
  text-decoration: underline;
}
.front-page-contact .text-wrap-single-contact .wrapper-inside p a:hover {
  text-decoration: none;
}

.form-wrap {
  width: 580px;
  max-width: 100%;
  padding: 10px 0px 30px 0px;
}
@media only screen and (min-width: 1600px) {
  .form-wrap {
    padding: 0;
  }
}
.form-wrap label {
  width: 100%;
  display: block;
  color: #cccccc;
  font-size: 0.8125rem;
  line-height: 1.75rem;
  padding-left: 14px;
}
.form-wrap input[type=text], .form-wrap input[type=email], .form-wrap textarea {
  width: 100%;
  margin-left: -14px;
  margin-bottom: 10px;
  padding: 11px 14px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 992px) {
  .form-wrap input[type=text], .form-wrap input[type=email], .form-wrap textarea {
    margin-bottom: 30px;
  }
}
.form-wrap input[type=text]::-moz-placeholder, .form-wrap input[type=email]::-moz-placeholder, .form-wrap textarea::-moz-placeholder {
  opacity: 0.8;
}
.form-wrap input[type=text]::placeholder, .form-wrap input[type=email]::placeholder, .form-wrap textarea::placeholder {
  opacity: 0.8;
}
.form-wrap input[type=text].wpcf7-not-valid, .form-wrap input[type=email].wpcf7-not-valid, .form-wrap textarea.wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.form-wrap input[type=submit] {
  font-family: "Noto Sans", sans-serif;
}
.form-wrap .selectize-control {
  width: 100%;
  margin-left: -14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .form-wrap .selectize-control {
    margin-bottom: 30px;
  }
}
.form-wrap .selectize-control .selectize-input {
  width: 100%;
  padding: 11px 14px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.form-wrap .selectize-control .selectize-input.input-active.dropdown-active input, .form-wrap .selectize-control .selectize-input.input-active.dropdown-active .item {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #202020;
}
.form-wrap .selectize-control .selectize-input input, .form-wrap .selectize-control .selectize-input .item {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #fff;
}
.form-wrap .selectize-control .selectize-input input::-moz-placeholder, .form-wrap .selectize-control .selectize-input .item::-moz-placeholder {
  opacity: 0.8;
}
.form-wrap .selectize-control .selectize-input input::placeholder, .form-wrap .selectize-control .selectize-input .item::placeholder {
  opacity: 0.8;
}
.form-wrap .checkbox-wrap {
  margin-bottom: 30px;
}
.form-wrap .checkbox-wrap label {
  cursor: pointer;
  padding-left: 0;
  position: relative;
}
.form-wrap .checkbox-wrap label::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 8px;
}
.form-wrap .checkbox-wrap label::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border: none;
  background-color: #cccccc;
  position: absolute;
  left: 2px;
  top: 10px;
  opacity: 0;
}
.form-wrap .checkbox-wrap label.active::after {
  opacity: 1;
}
.form-wrap .checkbox-wrap .wpcf7-form-control-wrap {
  float: left;
  width: 22px;
}
.form-wrap .checkbox-wrap .text {
  float: left;
  width: calc(100% - 22px);
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.form-wrap .checkbox-wrap .text a {
  color: #fff;
}
.form-wrap .checkbox-wrap input[type=checkbox] {
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-wrap .wpcf7-not-valid-tip {
  margin-top: -30px;
}
.form-wrap .wpcf7 form .wpcf7-response-output {
  line-height: 1.5rem;
  color: #fff;
  margin: 25px 0 0 0;
  border-radius: 5px;
}

.wyisiwyg {
  padding: 50px 0 40px 0;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 992px) {
  .wyisiwyg {
    background-color: #fff;
    padding: 50px 0 100px 0;
  }
}

.text-in-two-columns {
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .text-in-two-columns {
    background-color: #fff;
  }
}
.text-in-two-columns p {
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.text-in-two-columns .section-header {
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .text-in-two-columns .section-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.text-in-two-columns .row {
  margin-left: -10px;
  margin-right: -10px;
}
.text-in-two-columns .row .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.offer-tabs {
  padding-bottom: 100px;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  .offer-tabs {
    background-color: #fff;
    padding-bottom: 130px;
  }
}
.offer-tabs .mobile-version .offer-single-mobile .shown {
  border-bottom: 3px solid #e6e6e6;
}
.offer-tabs .mobile-version .offer-single-mobile .shown.active {
  border-bottom: 3px solid #202020;
}
.offer-tabs .mobile-version .offer-single-mobile .shown .header {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer-tabs .mobile-version .offer-single-mobile .shown .text {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 18px;
}
.offer-tabs .mobile-version .offer-single-mobile .hidden {
  display: none;
  padding-top: 18px;
}
.offer-tabs .mobile-version .offer-single-mobile .hidden .desription {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button {
  padding-top: 10px;
  text-align: right;
  margin-bottom: 20px;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list {
  vertical-align: middle;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list.active span.expand {
  display: none;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list.active span.collapse {
  display: inline;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list.active svg {
  transform: rotate(180deg);
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list span {
  font-size: 1rem;
  line-height: 1.375rem;
  vertical-align: middle;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list span.expand {
  display: inline;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list span.collapse {
  display: none;
}
.offer-tabs .mobile-version .offer-single-mobile .offer-single-button .expand-list svg {
  vertical-align: middle;
  height: 18px;
  width: 18px;
  transition: all 0.3s ease-in-out;
}
.offer-tabs .mobile-version .tile-wrap {
  padding-top: 70%; /* Aspect Ratio */
}
.offer-tabs .mobile-version .tile-wrap .frame-wrap .text-inside-wrap {
  border: 1px solid #fff;
}
.offer-tabs .mobile-version .tile-wrap .frame-wrap .text-inside-wrap .tile-header {
  color: #fff;
}
.offer-tabs .mobile-version .tile-wrap .frame-wrap .text-inside-wrap span {
  opacity: 1;
}
.offer-tabs .mobile-version .tile-wrap .overlay {
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-color: rgba(32, 32, 32, 0.5);
}
.offer-tabs .section-header {
  font-size: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .offer-tabs .section-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.offer-tabs .tab-switches {
  margin-bottom: 100px;
  border-bottom: 2px solid #e6e6e6;
}
.offer-tabs .tab-switches .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -2px;
}
.offer-tabs .tab-switches .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
.offer-tabs .tab-switch {
  display: block;
  border-bottom: 2px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  padding-right: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .offer-tabs .tab-switch {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-tabs .tab-switch {
    padding-right: 80px;
  }
}
.offer-tabs .tab-switch.active, .offer-tabs .tab-switch:hover {
  border-bottom: 2px solid #202020;
}
.offer-tabs .tab-switch .header {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer-tabs .tabs .tab {
  display: none;
}
.offer-tabs .tabs .tab.active {
  display: block;
}
.offer-tabs .tabs .tab p {
  margin-bottom: 50px;
}
.offer-tabs .tiles-row {
  margin-left: -10px;
  margin-right: -10px;
}
.offer-tabs .tiles-row .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.offer-tabs .tile-wrap {
  display: block;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.offer-tabs .tile-wrap:hover .frame-wrap .text-inside-wrap {
  border: 1px solid #fff;
}
.offer-tabs .tile-wrap:hover .frame-wrap .text-inside-wrap .tile-header {
  color: #fff;
}
.offer-tabs .tile-wrap:hover .frame-wrap .text-inside-wrap span {
  opacity: 1;
}
.offer-tabs .tile-wrap:hover .overlay {
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-color: rgba(32, 32, 32, 0.5);
}
.offer-tabs .tile-wrap .overlay {
  background-color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: lighten;
  background-blend-mode: lighten;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.offer-tabs .tile-wrap .aspect-ratio-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.offer-tabs .tile-wrap .aspect-ratio-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-tabs .tile-wrap .frame-wrap {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 11px;
}
.offer-tabs .tile-wrap .frame-wrap .text-inside-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  padding: 16px 19px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.3s ease-in-out;
}
.offer-tabs .tile-wrap .frame-wrap .text-inside-wrap .tile-header {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 700;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.offer-tabs .tile-wrap .frame-wrap .text-inside-wrap span {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  vertical-align: middle;
  text-decoration: underline;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.offer-tabs .tile-wrap .frame-wrap .text-inside-wrap span svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.calc-wrap {
  margin-bottom: 150px;
}
.calc-wrap .nc-step-i {
  background-color: #cba283;
  text-indent: 0;
}
.calc-wrap h3 {
  line-height: 1.75rem;
}
.calc-wrap .nc-rdin-d.frame-active {
  border: 2px dashed #cba283;
}
.calc-wrap .nstep {
  border-top: 2px dashed #cba283;
}
.calc-wrap .nc-info {
  line-height: 1.5rem;
  background-color: #cba283;
}
.calc-wrap .selectize-control {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .calc-wrap .selectize-control {
    margin-bottom: 30px;
  }
}
.calc-wrap .selectize-control .selectize-input {
  width: 100%;
  padding: 11px 14px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #fff;
  border: none;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.calc-wrap .selectize-control .selectize-input.input-active.dropdown-active input, .calc-wrap .selectize-control .selectize-input.input-active.dropdown-active .item {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #202020;
}
.calc-wrap .selectize-control .selectize-input input, .calc-wrap .selectize-control .selectize-input .item {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #202020;
}
.calc-wrap .selectize-control .selectize-input input::-moz-placeholder, .calc-wrap .selectize-control .selectize-input .item::-moz-placeholder {
  opacity: 0.8;
}
.calc-wrap .selectize-control .selectize-input input::placeholder, .calc-wrap .selectize-control .selectize-input .item::placeholder {
  opacity: 0.8;
}
.calc-wrap .nc-calc button {
  position: relative;
  display: inline-block;
  background-color: #cba283;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.calc-wrap .nc-calc button:hover {
  color: #fff;
  background-color: #202020;
}
.calc-wrap .nc-calc button:disabled {
  cursor: not-allowed;
  background-color: #cccccc;
}
.calc-wrap .nc-calc thead > * > * {
  background-color: #cba283;
}
.calc-wrap .nc-calc tfoot tr td, .calc-wrap .nc-calc tfoot tr th {
  border-top: 1px solid #cba283;
}
.calc-wrap .nc-colors0 .nc-rdin-img img {
  border: 1px solid #cba283;
}
.calc-wrap .wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 12px;
  line-height: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .calc-wrap .wpcf7-not-valid-tip {
    margin-top: -30px;
    line-height: 1.5rem;
  }
}
.calc-wrap .wpcf7 form .wpcf7-response-output {
  line-height: 1.5rem;
  margin: 0;
  margin-top: 20px;
}
.calc-wrap .wpcf7-form input[type=text], .calc-wrap .wpcf7-form input[type=email], .calc-wrap .wpcf7-form input[name=telefon], .calc-wrap .wpcf7-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 11px 14px;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #202020;
  border: none;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 992px) {
  .calc-wrap .wpcf7-form input[type=text], .calc-wrap .wpcf7-form input[type=email], .calc-wrap .wpcf7-form input[name=telefon], .calc-wrap .wpcf7-form textarea {
    margin-bottom: 30px;
  }
}
.calc-wrap .wpcf7-form input[type=text]::-moz-placeholder, .calc-wrap .wpcf7-form input[type=email]::-moz-placeholder, .calc-wrap .wpcf7-form input[name=telefon]::-moz-placeholder, .calc-wrap .wpcf7-form textarea::-moz-placeholder {
  opacity: 0.8;
}
.calc-wrap .wpcf7-form input[type=text]::placeholder, .calc-wrap .wpcf7-form input[type=email]::placeholder, .calc-wrap .wpcf7-form input[name=telefon]::placeholder, .calc-wrap .wpcf7-form textarea::placeholder {
  opacity: 0.8;
}
.calc-wrap .wpcf7-form input[type=submit] {
  font-family: "Noto Sans", sans-serif;
}
.calc-wrap .openings-footer {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .calc-wrap .openings-footer {
    flex-direction: initial;
  }
}
.calc-wrap .openings-footer .openings-input {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .calc-wrap .openings-footer .openings-input {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=main.min.css.map */