html {
  background: none !important;
  min-width: 0 !important;
}
body {
  background-color: #262626;
}
a {
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.mce-content-body {
   background: transparent !important;
   padding: 1rem !important;
}
* {
  font-variant-ligatures: none;
}
.innerwrapper {
  position: relative;
  width: 2100px;
  margin: 0 auto;
  max-width: 100%;
}
.button {
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  /* text-transform: uppercase; */
  font-family: 'DM Sans';
  }
.input, .textarea, .select select, .is-select {
    background-color: #ffffff;
    border: 2px solid #17171717;
    border-radius: 3px;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff3b;
    border-radius: 0;
    padding: 1rem 0.7rem;
    font-size: 1.1rem;
    color: #fff;
}
#mmenu > .navbar-item {
  margin-left: 12px;
}
.navbar-item.mobile_only {
  display: none;
}
section.header .navbar-brand .navbar-item img {
    max-height: 3.5rem;
    position: relative;
    bottom: -0.2rem;
}
.navbar-item .button {
  /* height: auto; */
  padding: 1rem 1.3rem;
  margin-left: 0.6rem;
  /* font-size: 17px; */
}
.navbar-item.sample_nav span {
  opacity: .6;
  display: inline-block;
  margin-left: 3px
}
section.header .navbar-dropdown {
  background: transparent;
  border-top: 18px solid transparent;
  /*  display: flex;*/
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  top: calc(100% - 1px);
  padding: 0 1rem;
}
section.header .navbar-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffffed;
  backdrop-filter: blur(3px);
  border-radius: 0 0 8px 8px;
  content: '';
}
section.header .navbar-dropdown li.navbar-item {
  width: 16.666%;
  padding: 0;
  align-items: flex-start;
}
section.header .navbar-dropdown a.navbar-item {
  color: #171717;
  font-size: 17px;
  white-space: normal;
  justify-content: center;
  position: relative;
  padding: 2.2rem 1.4rem 1.6rem 1.4rem !important;
  text-align: center;
  width: 100%;
  flex-direction: column;
  font-weight: 500;
}
section.header .navbar-dropdown a.navbar-item .image {
  width: 100%;
  margin-bottom: 0.7rem;
  border-radius: 3px;
  transform: translateY(0px);
  transition: transform .3s ease;
}
section.header .navbar-dropdown a.navbar-item:hover .image {
  transform: translateY(-3px);
}
section.header .navbar-dropdown .navbar-item.is-active {
  color: #0d1e25 !important;
}
section.header .navbar-dropdown .navbar-item:hover {
  background-color: #2626260a !important;
  color: #9dae99 !important;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, li:last-child {
  margin-bottom: 0;
}
.content p,
.content li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}
.content p.is-size-1 {
  line-height: 1.1;
}
.content p.is-size-2 {
  line-height: 1.2;
}
.content p.is-size-3 {
  line-height: 1.15;
}
.content p.is-size-4 {
  line-height: 1.2;
}
.content p.is-size-5 {
  line-height: 1.3;
}
.content h1,
h1.title,
.content h2,
h2.title,
.content h3,
h3.title,
.content h4,
h4.title {
  color: #ffffff;
  font-family: 'DM Sans', serif;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: normal;
}
.content h1, .title.is-1, .content .is-size-1, .is-size-1 {
  font-size: 50pt;
  line-height: 1;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h2, .title.is-2, .content .is-size-2, .is-size-2 {
  font-size: 32pt;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h3, .title.is-3, .content .is-size-3, .is-size-3 {
  font-size: 26pt;
  line-height: 1.15;
  /*text-transform: uppercase;*/
  /*letter-spacing: 5px;*/
}
.content h4, .title.is-4, .content .is-size-4, .is-size-4 {
  font-size: 20pt;
  line-height: 1.2;
}
.content h5, .title.is-5, .content .is-size-5, .is-size-5 {
  font-size: 16pt;
  line-height: 1.3;
  font-weight: 400;
}
.content h6, .title.is-6, .content .is-size-6, .is-size-6 {
  font-size: 14pt;
}
.content .is-size-7, .is-size-7 {
  font-size: 10pt;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content p .button:first-child:last-child {
  margin-top: .5rem;
}

.msg {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}

.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #ffffff;text-decoration:none;background-color: #ffffff1c;border: none;font-weight: 400;border-radius: 0;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #9dae98;border-color: #9dae98;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}


.is-static {
  position: static;
}

section form .boxed {
  /* background: #ffffff; */
  padding: 2rem;
  /* border-radius: 8px; */
  /* border: 1px solid #545454; */
}

.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fields .field {
  /* width:  100%; */
  width: 48%;
}
.fields .field_type_heading, .fields .field.field_type_button, .fields .field.field_type_text_box {
  width: 100%;
}
.fields .field.field_type_button .button {
  width: 100%;
}
/*.fields .field.field_id_1,
.fields .field.field_id_2,
.fields .field.field_id_3,
.fields .field.field_id_4 {
  width:  48%;
}*/
.fields .field label {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1rem;
}
.fields .field.required > label:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #171717;
}

.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.video-container {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #ccc;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a.navbar-item, .navbar-link {
  /* font-family: "DIN Next", serif; */
  /* font-weight: 600; */
  /* letter-spacing: 0.2px; */
  /* font-size: 16px; */
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: #ffffff;
}
section.header .navbar-link {
  position: relative;
}
section.header .navbar-link:hover,
section.header .navbar-item:hover {
  color: #9dae98;
}

section.header .navbar-item:first-child {
  padding-left: 0;
}
section.header .navbar-item:last-child {
  padding-right: 0;
}

section.header .navbar-link.mobile_only,
section.header a.navbar-item.mobile_only {
  display: none;
}

.field_type_heading+.field_type_label {
  margin-top: -10px;
}

.mm-menu {
  background-color: #313131;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 16px 10px 16px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #040404;*/
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-listview>li>a figure {
  display: none;
}
.mm-menu .mm-listview>li .mm-next {
  width: 100%;
  left: 0;
}
.mm-menu .mm-listview>li>a:not([href="#"]):not(.mm-next) {
  position: relative;
  z-index: 10;
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #040404;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

.navlink {
  display: none;
}

.announcer p {
  margin-bottom: 0 !important;
  line-height: 1.3;
  font-size: 14px;
}
.announcer p a {
  /* border-bottom: 1px dotted #fff; */
  color: #ffffff;
}
.announcer ul li a {
  font-size: 14px;
}
.announcer .socials {
  position: relative;
  bottom: 0px;
}

.socials a {
  width: 26px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #67594a; */
  font-size: 1.1rem;
}

.grad-purp-light {
  background-image: linear-gradient(to right, #dee3ff, #dce4ff, #dae6ff, #d8e7ff, #d7e8ff, #d6e9ff, #d5ebff, #d4ecff, #d2eeff, #d1f0ff, #d0f1ff, #cff3ff);
}
.grad-purp-dark {
  background-image: linear-gradient(to right, #4b89c8, #408fca, #3695ca, #2f9bc9, #2ca0c8);
}

.arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content:  "\f178";
  font-weight: 300;
  font-size: 1.7rem;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
  right:  0;
  transition: all .5s ease;
  cursor: pointer;
}
.arrow:hover:before {
  right: -2px;
}

main {
  background: #262626;
}

section.section {
  overflow: hidden;
}
section.section:not(.pb-0) {
  border-bottom: 1px solid #545454;
}

section.maintenance {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

section.has_background {
  position: relative;
}
section.has_background > .container {
  position: relative;
  z-index: 30;
}
section.has_background .background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

section.shadow_top {
  box-shadow: inset 0 10px 50px 0 rgb(0 0 0 / 4%);
}
section.shadow_bottom {
  box-shadow: inset 0 -10px 50px 0 rgb(0 0 0 / 4%);
}

section.block_type_block {
  padding: 0 !important;
  background: none !important;
}

/*section.section > section.section {
  padding: 0 !important;
  background: none !important;
}*/

section:not(.plain_image) .content img,
section .block_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  /* max-height: 560px; */
  /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%); */
  overflow: hidden;
  /* margin: 20px; */
}
section .block_image:not(.show_img) img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}
section .gallery_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

section.sticky_text .columns {
  align-items: flex-start !important;
  justify-content: space-between !important;
}
section.sticky_text .column-content {
  position: sticky;
  top: 0;
  padding-top: 3rem;
}

.border {
  border: 1px solid #545454;
}

.border_top {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
.border_bottom {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.border_top_none {
  border-top: none !important;
}
.border_bottom_none {
  border-bottom: none !important;
}

section.border_half {
  position: relative;
}
section.border_half:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  border-right: 1px solid #545454;
  content: '';
}
section.border_content .content {
  border: 1px solid #545454;
  padding: 1.4rem;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.notification.is-sentModal {
  padding: 0 !important;
}
.notification.is-sentModal > button {
  display: none;
}

.navbar-burger {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none !important;
  flex-shrink: 0;
}
.navbar-burger span {
  width: 100%;
  position: static;
}

.is-sentModal .modal-content {
  width: 420px;
  max-width: calc(100% - 20px);
}
.is-sentModal .modal-content .box {
  border-radius: 5px;
}

/*********/

section ul.ticks {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
section ul.ticks li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  width: 49%;
  margin-top: 0;
}
section ul.ticks li:before {
  /* color: #040404; */
  background-image: url("data:image/svg+xml,%3Csvg class='is-light mr-3' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23040404' style='width: 24px;height: 24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

section.modal {
  background: transparent !important;
}
section.modal .container {
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0;
  position: static;
}
section.modal h2 {
  font-size: 2.6rem;
}

section.editorial .container {
  max-width: 860px !important;
}

section .zoom {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s;
}
section .zoom:hover {
  transform: scale(1.1);
}

section.header {
  position: relative;
  left: 0;
  right: 0;
  z-index: 40;
  /* background-color: #ffffff; */
  background: transparent;
  border-bottom: 1px solid #545454;
}
#home section.header {
  position: absolute;
  top: 0;
  border-bottom: 0;
}
section.header .navbar {
/*  position: sticky;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
}
section.header .topbar {
  /* background-color: #ffffff21; */
  border-bottom: 1px solid #545454;
}
section.header .topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.header .topbar .phones {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.header .topbar .phones p {
  /* font-size: 1rem; */
}

section.header .topbar .phones.phones-mobile {
  display: none;
}
section.header .topbar .socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .6rem;
}
section.header .topbar .socials a {
  width: auto;
}

section.header .logo img {
  max-height: 5rem;
}
section.header .navbar-end,
section.header .navbar-start {
  /* min-width: 40%; */
}
section.header .navbar-end nav > ul > li {
  margin-right: 0.7rem;
}
section.header .navbar-end nav > ul > li:last-child {
  padding-right: 0;
  /* margin-right: 0; */
}
section.header .navbar-start nav > ul > li {
  /* margin-left: .75rem; */
}
section.header .navbar-start nav > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
section.header .nav {
  background: #e1dbd5;
}

section.footer {
  position: relative;
  background: #262626;
  color: #fff;
  /* border-top: 30px solid #445c59; */
  /* background-image: url(../img/topography.svg); */
}
section.footer-bottom a,
section.footer a {
  color: #ffffff;
}
section.footer-bottom a:hover,
section.footer a:hover {
  color: #ffffff;
}
section.footer p {
  color: #ffffffa8;
  font-size: 16px;
}
section.footer a.navbar-item,
section.footer .navbar-link {
  color: #ffffffa8;
  font-size: 17px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
section.footer .navbar-link:after,
section.footer .navbar-item .navbar-dropdown {
  display: none !important;
}
section.footer .navbar-item:hover {
  color: #9dae99 !important;
}
section.footer .navbar-link {
  padding-right: 1.5rem;
}
section.footer .footer-cols {

}
section.footer .footer-cols .footer-col {
  flex-shrink: 0;
  /* padding-right: 5rem; */
  /* min-width: 160px; */
  width: auto;
  /* flex-grow: 1; */
}
section.footer .footer-cols .footer-col:last-child {
  padding-right: 0;
}
section.footer .footer-col.branding {
  /* text-align: center; */
}
section.footer .footer-col.branding a.logo {
  display: block;
  height: 4rem;
}
section.footer .footer-col.branding a.logo img {
  max-height: 100%;
}
section.footer .footer_small_print_mobile {
  display: none;
  margin-top: 2rem;
  text-align: center;
}
section.footer .footer_small_print_mobile p {
  font-size: 12px;
  margin-bottom: .2rem;
}
section.footer .footer_small_print_mobile p:last-child {
  margin-bottom: 0;
}
/*section.footer .footer-col.copyright {
  flex-shrink: 1;
}*/
section.footer .footer-col .copyright p {
  font-size: 10pt;
}
section.footer .footer-col.icons {
  /* text-align: right; */
}
section.footer .footer-col.icons .google-reviews {
  height: 4rem;
  margin-bottom: 1.5rem;
}
section.footer .footer-col.icons .google-reviews img {
  max-height: 100%;
}
section.footer .footer-col .socials {
  display: flex;
  /* justify-content: center; */
}
section.footer.big_image .column-image {
  min-height: 390px;
}

section.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.hero .container {
  position: relative;
  z-index: 10;
}
section.hero .hero-body {
  background: linear-gradient(180deg, #2f272f1c 0%, #2f272f00 32%, #2f272f00 100%);
}
#home section.hero .hero-body {
  /* background: linear-gradient(180deg, #091615c7 0%, #0916159e 32%, #0916153b 100%); */
  /* padding-top: 11rem; */
}
section.hero .title.is-1,
section.hero h1 {
  font-size: 75pt;
}
section.hero h2:not(:last-child),
section.hero h1:not(:last-child) {
  /* margin-bottom: 0.1em; */
}
section.hero p {
  /* font-size: 23px; */
  /* opacity: 0.9; */
}

section.hero .title.is-1+p,
section.hero h1+p {
  /*opacity: 0.75;*/
}
section.hero .button {
  margin-top: 2px;
}

section.hero .video {
  width: 0;
  height: 0;
}
section.hero .video .vjs-loading-spinner .vjs-control-text {
  display: none;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

section.hero .scroll-me {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #040404;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  bottom: 1rem;
  display: none;
}

#home section.block_type_hero:first-child .container {
  padding-top: 8rem;
}

#home section.hero .scroll-me {
  display: block;
}

#home section.hero .button {
  margin-top: 2rem;
}
section.hero .button+.button {
  margin-left: 12px;
}

#contact-us section.block_type_text_form .columns {
  align-items: flex-start !important;
}
#contact-us section.block_type_text_form .socials {
  margin-top: 50px;
}
#contact-us section.block_type_text_form .socials a {
  color: #fff !important;
  background: #040404;
  width: 45px;
  height: 45px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

section.big_image {
  position: relative;
}
section.big_image .container {
  position: static;
}
section.big_image .column-image .block_image {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  max-height: 100%;
  object-fit: cover;
}
section.big_image .column-image.is-3 .block_image {
    width: 25%
}
section.big_image .column-image.is-4 .block_image {
    width: 33.33333%
}
section.big_image .column-image.is-5 .block_image {
    width: 41.66667%
}
section.big_image .column-image.is-6 .block_image {
    width: 50%
}
section.big_image .column-image.is-7 .block_image {
    width: 58.33333%
}
section.big_image .column-image.is-5 .block_image {
  width: 42%;
}

section.block_type_image_text.big_image .column-image .block_image {
  left: 0;
  border-right: 1px solid #545454;
}
section.block_type_text_image.big_image .column-image .block_image {
  right: 0;
  border-left: 1px solid #545454;
}

section.block_type_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
section.block_type_gallery .gallery .gallery_image {
  /* filter: grayscale(100%); */
  width: 22.7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 135px; */
  margin: 0 0 2rem 0;
  opacity: 1;
}

section[class*="slider"] {
  overflow: hidden;
}

section.block_type_testimonials_slider {
  /*overflow: hidden;*/
}
section.block_type_testimonials_slider .quote p {
  font-size: 1.2rem;
  font-weight: 300;
  /* opacity: 0.6; */
  /* color: #ffffff; */
}
section.block_type_testimonials_slider .quote p:first-child:before {
  content: "\201C";
  /* opacity: 0.2; */
}
section.block_type_testimonials_slider .quote p:last-child:after {
  content: "\201D";
  /* opacity: 0.2; */
}
section.block_type_testimonials_slider .name {
  margin-top: 20px;
  /* color: #ffffff; */
  /* font-style: italic; */
  font-weight: 600;
  font-size: 1.3rem;
}
section.block_type_testimonials_slider .role {
  font-size: 1.1rem;
}
section.block_type_testimonials_slider .owl-dots {
  margin-top: 30px;
  margin-bottom: -10px;
}
section.block_type_testimonials_slider .owl-theme .owl-stage-outer {
   overflow: visible;
}
section.block_type_testimonials_slider .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  opacity: .2;
}
section.block_type_testimonials_slider .owl-theme .owl-dots .owl-dot.active span,
section.block_type_testimonials_slider .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
section.block_type_testimonials_slider .testimonial_slide {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f6f6f6;
}
section.block_type_testimonials_slider .testimonial_slide .details {
  padding: 2rem;
  text-align: left;
}
section.block_type_testimonials_slider .testimonial_slide .stars {
  align-items: center;
  display: flex;
  gap: .3rem;
}
section.block_type_testimonials_slider .testimonial_slide .stars span {
  color: #fec84b;
  width: 20px;
  height: 20px;
}


section .card.article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section .card.article .card-image {
  position: relative;
}
section .card.article .card-image .meta {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
section .card.article .card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
section .card.article:hover {
  color: inherit;
}
section .card.article .image {
  overflow: hidden;
  border-radius: 0;
}
section .card.article .image img {
  object-fit: cover;
  transition: transform .2s ease;
}
section .card.article:hover img {
  transform: scale(1.06);
}
section .card.article .content {
  font-size: .9em;
  /* color: #040404; */
  /* margin-top: auto; */
}
section .card.article .content .arrow {
  color: #040404;
}




section.block_type_article_hero {
/*  text-align: center;*/
}
section.block_type_article_hero h1,
section.block_type_article_hero h2,
section.block_type_article_hero p {
/*  color: #ffffff;*/
  /*text-shadow: 0 0 80px #0d1e25;*/
}

/*section.block_type_article_content p,
section.block_type_article_content li {
  font-size: 18px;
}
section.block_type_article_content p {
  text-align: justify;
}*/
/*section.block_type_article_content .block_image {
  float: right;
  max-width: 50%;
  margin: -1rem -1rem 3rem 3rem;
  border: 1rem solid #e7ecf7;
}*/


section.block_type_blog_hero .search {
  position: relative;
  margin-top: -10px;
}
section.block_type_blog_hero .search .button {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
}
section.block_type_blog_hero .search input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #040404;
}
section.block_type_blog_hero .search input:active,
section.block_type_blog_hero .search input:focus {
  border-color: #7f52ff;
}
section.block_type_blog_hero .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
section.block_type_blog_hero .search input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

section.big_image .column-image {
  min-height: 450px;
  overflow: hidden;
}

/*section .cta .block_icon {
  font-size: 4rem;
  color: #171717;
}*/
section .cta .boxed {
  border: none;
}
section.block_type_cta .columns {
  /* row-gap: 0.5rem; */
}
section .cta {
  background: #ffffff00;
  display: block;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  border: 1px solid #545454;
}
section .cta .image-container {
  border-bottom: 1px solid #545454;
}
section .cta .details {
  padding: 2rem;
}

section.block_type_cta.icons .cta {
  border: none;
  border-right: 1px solid #545454;
  padding: 2rem 0;
}
section.block_type_cta.icons .column:last-child .cta {
  border-right: none;
}
section.block_type_cta.icons .cta .image-container {
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.5rem;
  border: none;
}
section.block_type_cta.icons .cta .image-container img {
  object-fit: contain;
}
section.block_type_cta.icons .cta .details {
  padding: 0;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.block_type_cta.icons .cta .details .title {
  /* word-spacing: 9999px; */
  white-space: pre-line;
}

#home section.hero {
  background-position: center bottom;
}

section.about_block .column-image {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
section.about_block .column-image .block_image {
  /* border-radius: 0; */
  /* border: 20px solid #445c59; */
}

#about section .column-image .block_image {
  /* border: 20px solid #f3f3ef; */
}

section.details .column:last-child {
  text-align: center;
}
section.details .column:last-child img {
  margin: .6rem;
}

section.testimonials {
  position: relative;
}
section.testimonials .container {
  max-width: 900px !important;
}
section.testimonials:before {
  content: '';
  background-image: url('/file/dfe705d7a08446ba86261aa099eeee5c62bed24922d7d.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.testimonials [class*="ArrowControl__ArrowControlContainer"] {
  box-shadow: none !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"] > * {
  background: none !important;
  fill: #ebeae4 !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:first-child {
  left: -95px;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:last-child {
  right: -95px;
}
section.testimonials [class*="ReviewAlignContainer__Container"] {
  min-height: 200px;
  justify-content: center;
}

section.block_type_logo_marquee .marquee3k-inner {
  white-space: nowrap;
/*  display: flex;*/
/*  gap: 5rem;*/
/*  display: inline-flex !important;*/
/*  padding-right: 3rem;*/
  width: max-content;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image {
  height: 70px;
  max-width: 180px;
  display: inline-block;
/*  filter: grayscale(100%) opacity(50%);*/
  background-size: contain;
  flex-shrink: 0;
  margin: 0 2rem;
  transition: filter .3s ease;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image:hover {
/*  filter: grayscale(0%) opacity(100%);*/
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image img {
  max-height: 100%;
  display: block;
  visibility: hidden;
}



.country-picker {
  padding: 2px 0 !important;
}
.country-picker .navbar-dropdown {
  border: none !important;
  z-index: 99;
  width: 150px;
  left: inherit;
  padding: 0.2rem 0;
  min-width: 0;
  border-radius: 3px;
  right: 0;
}
.country-picker .navbar-dropdown .navbar-item {
  padding: 0.35rem 0.6rem !important;
  background: transparent !important;
  text-align: left;
  color: #212528 !important;
  font-size: 0.8rem;
  width: 100%;
  justify-content: flex-start;
}
.country-picker .navbar-dropdown .navbar-item:hover {
  background-color: #f3f4f5 !important;
}
.country-picker > .navbar-link {
    background: #fff !important;
    padding: 0.3rem 1.6rem 0.3rem 0.4rem;
    border-radius: 3px;
    color: #212528 !important;
    font-size: 0.8rem;
}
.country-picker > .navbar-link:after {
  right: 0.725em;
  border-color: #525e68;
}
.country-picker img.flag {
  height: 18px;
  border-radius: 2px;
  margin-right: 0.4rem;
  display: inline-block;
}


section .accordion:not(:last-child) {
  margin-bottom: 2rem;
}
section .accordion .question {
  border-top: 1px solid #545454;
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 1rem 0;
  /* border: none; */
}
section .accordion .question:first-child {
/*  border-bottom: 2px solid #eee3;*/
/*  border-top: none;*/
/*  padding-top: 0 !important;*/
border-top: none;
}
section .accordion .question:last-child {
/*  padding-bottom: 0 !important;*/
/*  border-bottom: 1px solid #545454;*/
border-bottom: none;
}
section .accordion .question .answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
}
section .accordion .question .title {
  cursor: pointer;
  font-size: 1.2rem;
  padding-right: 2.5rem;
  /* color: #ff2401; */
}
section .accordion .question .title:before {
  position: absolute;
  right: 0;
  top: 14px;
  /* bottom: 0; */
  width: 24px;
  height: 30px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 400;
  font-size: 1.4rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  /* color: #ffffff; */
  /* border: 2px solid #ffffff; */
  border-radius: 50%;
  padding: 0 0 1px 1px;
}
section .accordion .question .answer .answer-inner {
  padding-top: 1.25rem;
}
section .accordion .question.open .answer {
  max-height: 1300px;
  opacity: 1;
}
section .accordion .question.open .title:before {
  transform: scale(-1);
}

section .accordion.light .question {
  border: none;
  background-color: #fff;
  padding: 1.2rem 3.5rem 1.2rem 1rem;
  margin-bottom: 1rem;
}
section .accordion.light .question:last-child {
  margin-bottom: 0;
}
section .accordion.light .question .title:before {
  right: 1rem;
  top: 19px;
}

section.block_type_cta.services .cta {
  position: relative;
}
section.block_type_cta.services .cta .details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  background: #000;*/
background-image: linear-gradient(180deg, rgb(0% 0% 0% / 0) 0%, rgb(0% 0% 0% / 0.002890625) 6.25%, rgb(0% 0% 0% / 0.0115625) 12.5%, rgb(0% 0% 0% / 0.026015625) 18.75%, rgb(0% 0% 0% / 0.04625) 25%, rgb(0% 0% 0% / 0.072265625) 31.25%, rgb(0% 0% 0% / 0.1040625) 37.5%, rgb(0% 0% 0% / 0.141640625) 43.75%, rgb(0% 0% 0% / 0.185) 50%, rgb(0% 0% 0% / 0.234140625) 56.25%, rgb(0% 0% 0% / 0.2890625) 62.5%, rgb(0% 0% 0% / 0.34976562499999997) 68.75%, rgb(0% 0% 0% / 0.41625) 75%, rgb(0% 0% 0% / 0.488515625) 81.25%, rgb(0% 0% 0% / 0.5665625) 87.5%, rgb(0% 0% 0% / 0.650390625) 93.75%, rgb(0% 0% 0% / 0.74) 100% );
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
section.block_type_cta.services .cta .details h4 {
  color: #fff;
  font-size: 23pt;
  padding-bottom: 1rem;
}

section .listing {
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #545454;
}
section .listing .listing_image .image {
  border-radius: 0;
}
section .listing .listing_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .listing .listing_content .button {
    width: 60%;
}
section .listing.option .listing_content {
  align-items: flex-start;
  align-items: center;
}


section.showroom .hero-body {
  background: transparent;
}
section.showroom video {
  opacity: .65;
}

section.icons .block_image {
  background-size: contain;
  height: 3rem;
}

/*section.section .columns.is-variable.is-0 .column,
section.section .columns.is-gapless .column {
  border-right: 1px solid #545454;
}*/


section.order_process .container {
  position: relative;
}
section.order_process .container:before,
section.order_process .container:after {
  content: '';
  height: 50%;
  left: calc(33.33% - 45px);
  right: calc(33.33% + 10px);
  border-right: 1px solid #545454;
  border-left: 1px solid #545454;
  position: absolute;
}
section.order_process .container:before {
  top: 0;
  transform: skewX(10deg);
  transform-origin: top left;
}
section.order_process .container:after {
  bottom: 0;
  transform: skewX(-10deg);
  transform-origin: bottom left;
}
section.order_process .content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#form_1 .fields {
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 1.5rem;
}
#form_1 .fields .field {
  margin-bottom: 0;
}
#form_1 .fields .field.field_type_text {
  width: auto;
  flex-grow: 1;
}
#form_1 .fields .field.field_type_button {
  width: auto;
}


section.social_heading .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.social_heading .content h3 {
  margin-bottom: 0 !important;
}
section.social_heading .content .socials {
  margin: 0 0 0 2rem !important;
}
section.social_heading .content .socials a {
  margin: 0 0 0 .6rem !important;
  color: #fff;
}

section.newsletter div[class^="Content__FormContainer-sc-"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
section.newsletter form[class^="FormLayout__Container-sc-"] {
  flex-grow: 1;
}
section.newsletter div[class^="WidgetTitle__Container-sc-"] {
  margin-bottom: 0 !important;
}
section.newsletter div[class^="Background__Container-"],
section.newsletter div[class^="Footer__WidgetFooter-sc-"] {
  display: none;
}
/*
section.horizontal_cta .cta {
  display: flex;
  flex-direction: row-reverse;
}
section.horizontal_cta .cta .image-container {
  width: 40%;
  border-bottom: none;
  border-left: 1px solid #545454;
}
section.horizontal_cta .cta .image-container .image {
  height: 100%;
}
section.horizontal_cta .cta .details {
  width: 60%;
  padding: 2rem;
}
section.horizontal_cta .cta .details .title {
  width: 190px;
  max-width: 100%;
}*/


.gr_icon {
    position: relative
}

.gr_icon span {
    padding-left: 1.5rem
}

.gr_icon::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px
}

.gr_icon-circle::before {
  background-color: #687f6a;
  background-position: 50% 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  content: "";
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px
}

.xmas-tree::before { background-image: url("../img/icons/xmas-tree.svg"); background-size: auto 100% }
.extended-roof:before { background-image: url("../img/icons/extended-roof.svg") }
.sloping-roof:before { background-image: url("../img/icons/sloping-roof.svg") }
.three-board-decking:before { background-image: url("../img/icons/three-board-decking.svg") }
.single-board-decking:before { background-image: url("../img/icons/single-deck.svg") }
.curved-corner:before { background-image: url("../img/icons/curved-corner.svg") }
.sleek-cladding:before { background-image: url("../img/icons/Icon-x1-1.svg"); filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(243deg) brightness(105%) contrast(104%) }
.front-led:before { background-image: url("../img/icons/Icon-x1-2.svg"); filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(243deg) brightness(105%) contrast(104%) }
.plastered-interior:before { background-image: url("../img/icons/Icon-x1-3-flat-white.svg") }
.sheltered:before { background-image: url("../img/icons/infared-heating.svg"); filter: brightness(10); }
.size:before { background-image: url("../img/icons/floor-area-light.svg"); background-size: 70% auto; }
.home-plus:before { background-image: url("../img/icons/home-plus.svg") }
.docs-white:before { background-image: url("../img/icons/docs-white.svg") }
.kitchen-white:before { background-image: url("../img/icons/kitchen-white.svg") }
.cost-effective:before { background-image: url("../img/icons/cost-effective.svg") }
.finance-white:before { background-image: url("../img/icons/finance-white.svg") }
.self-build:before { background-image: url("../img/icons/self-build.svg") }
.click:before { background-image: url("../img/icons/click.svg"); background-size: cover }
.crown::before { background-image: url("../img/icons/crown.svg"); background-size: auto 100%; }
.brochure::before { background-image: url("../img/icons/brochure.svg") }
.brochure-light::before { background-image: url("../img/icons/brochure-light.svg") }
.configurator::before { background-image: url("../img/icons/configurator.svg") }
.configurator-light::before { background-image: url("../img/icons/configurator-light.svg") }
.dog-green::before { background-image: url("../img/icons/dog-green.svg") }
.electric-parking-green::before { background-image: url("../img/icons/electric-parking-green.svg") }
.envelope::before { background-image: url("../img/icons/envelope.svg") }
.exclamation::before { background-image: url("../img/icons/exclamation-light.svg") }
.live-chat::before { background-image: url("../img/icons/live-chat.svg") }
.live-chat-light::before { background-image: url("../img/icons/live-chat-light.svg") }
.parking-green::before { background-image: url("../img/icons/parking-green.svg") }
.phone::before { background-image: url("../img/icons/phone.svg") }
.phone-light::before { background-image: url("../img/icons/phone-light.svg") }
.showroom::before { background-image: url("../img/icons/showroom.svg") }
.showroom-light::before { background-image: url("../img/icons/showroom-light.svg") }
.styles-green::before { background-image: url("../img/icons/styles-green.svg") }
.survey::before { background-image: url("../img/icons/survey.svg") }
.tea-green::before { background-image: url("../img/icons/tea-green.svg") }
.team-green::before { background-image: url("../img/icons/team-green.svg") }
.user::before { background-image: url("../img/icons/user.svg") }
.user-light::before { background-image: url("../img/icons/user-light.svg") }
.visit::before { background-image: url("../img/icons/visit.svg") }
.visit-light::before { background-image: url("../img/icons/visit-light.svg") }
.voucher-green::before { background-image: url("../img/icons/voucher-green.svg") }
.vr-green::before { background-image: url("../img/icons/vr-green.svg") }
.year-round-green::before { background-image: url("../img/icons/year-round-green.svg") }

section.crafted:before {
  background: linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  opacity: 0.9;
}
section.crafted {
  padding: 150px 0;
}

section.block_type_product_hero:before {
  background: linear-gradient(90deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  opacity: .65;
}
section.block_type_product_hero .features p {
  margin-bottom: 1.8rem;
  padding-left: 65px;
  font-size: 1rem;
  color: #fff;
}
section.block_type_product_hero .features p:before {
  width: 50px;
  height: 50px;
  left: 2px;
}

section.block_type_product_page {
  overflow: hidden;
}
section.block_type_product_page .column {
  flex-grow: 1;
}
section.block_type_product_page .owl-stage-outer {
  border-bottom: 1px solid #545454;
}
section.block_type_product_page .features {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
section.block_type_product_page .features p {
  padding: 0 1rem;
  margin-bottom: 1.8rem;
  padding-top: 52px;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100px;
  line-height: 1.2;
}
section.block_type_product_page .features p:before {
  height: 40px;
  left: 20px;
  right: 20px;
  top: 0;
  transform: none;
  width: auto;
}

section.block_type_product_gallery figure {
  /* border: 1px solid #545454; */
}

section.block_type_product_features .product_features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.block_type_product_features .product_features .product_feature {
  width: 48%;
  display: block;
  margin-bottom: 0.6rem;
  position: relative;
  color: #fff;
}
section.block_type_product_features .product_features a.product_feature:hover {
  color: #9dae98;
}
section.block_type_product_features .product_features .product_feature p {
  font-size: 1.1rem;
}
section.block_type_product_features .product_features a.product_feature p:after {
  content: '?';
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff30;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 8px;
  padding-left: 1px;
  position: relative;
  top: 0;
  transition: top .2s ease;
}
section.block_type_product_features .product_features a.product_feature:hover p:after {
  top: -2px;
}
section.block_type_product_features .product_features .product_feature p:not(:first-child) {
  padding-left: 31px;
}
/*section.block_type_product_features .product_features .product_feature p span {
    border-bottom: 1px dashed #fff;
}*/
section.block_type_product_features .product_features .product_feature span.feature_icon {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 23px;
}
section.block_type_product_features .product_features .product_feature span.feature_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.block_type_product_features p.more_info {
  border: 1px dotted #545454;
  text-align: center;
  padding: 1.2rem;
  background-color: #262626;
}

section.design iframe {
  min-height: 700px;
  width: 100%;
  display: block;
}

.product_tabs {
  display: flex;
/*  margin-bottom: 2rem;*/
  position: relative;
}
.product_tabs .tab {
  padding: 1rem 2rem;
  border: 1px solid #3f3f3f;
  color: #fff;
  font-weight: 500;
  margin-left: -1px;
  position: relative;
  background: #262626;
  border-bottom-color: #545454;
}
.product_tabs .tab:first-child {
  margin-left: 0;
}
.product_tabs .tab:hover,
.product_tabs .tab.is-active {
  z-index: 5;
  border-color: #545454;
  /* background: #262626; */
}
.product_tabs .tab.is-active {
  border-bottom-color: transparent;
}
.product_contents {
  border: 1px solid #545454;
  margin-top: -1px;
  padding: 3.2rem 0;
}
.product_contents .contents {
  display: none;
}
.product_contents .contents.is-active {
  display: block;
}

section.block_type_hotspots #hotspot {
  position: relative;
  overflow: hidden;
  border: 1px solid #545454;
}
section.block_type_hotspots #hotspot img {
  width: 100%;
  display: block;
}
section.block_type_hotspots #hotspot .tippy-box {
  background-color: #333333e6;
  border: 1px solid #545454;
  border-radius: 0;
}
section.block_type_hotspots #hotspot .tippy-arrow {
  color: #333333e6;
}

section.showsite .button {
  background-color: #262626c9;
  margin-right: 1rem;
}
section.showsite .button:hover {
  background-color: #262626;
}

section.block_type_product_categories .intro h1 {
  font-size: 60pt;
  margin-bottom: 3rem;
}

.article-item {
  border: 1px solid #545454;
  display: block;
}
.article-item .image {
  border-bottom: 1px solid #545454;
}

.case_study_content {
  padding-left: 24px;
}
.case_study_content .quote {
  position: relative;
}
.case_study_content .quote:before {
  content: "\201C";
  position: absolute;
  top: -4rem;
  left: -3rem;
  font-size: 20rem;
  opacity: .07;
  line-height: 1;
}
.case_study_content .quote p {
  font-size: 1.3rem;
  font-style: italic;
}
.case_study_content p.customer_name {
  font-size: 1.2rem;
  opacity: .6;
}

section.block_type_postcode_checker .content img {
  border-radius: 6px;
}

section.block_type_product_options .product_option_slider {
  padding-left: 0;
  padding-right: 0;
}

section.composite_blocks .column:first-child .cta {
  border: none;
  display: flex;
  align-items: center;
}
section.composite_blocks .column:first-child .cta .details {
  padding: 0 1rem 0 0 !important;
}
section.composite_blocks .column:first-child .cta .details .title {
  font-size: 3rem !important;
}
section.composite_blocks .column:first-child .cta .details .subtitle {
  font-size: 1.2rem !important;
}

#floor-plans section .cta .details {
  text-align: center;
}


section.find_retailer_small {
  background: transparent !important;
}
section.find_retailer_small .container {
  /* background: #9dae98; */
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#retailers section.find_retailer_small .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 100% !important;
}
section.find_retailer_small h2 {
  margin-bottom: 0;
}
section.block_type_store_locator_form .fields,
section.find_retailer_small .fields {
  background-color: #fff;
}
section.block_type_store_locator_form .field,
section.find_retailer_small .field {
  margin: 0;
}
section.block_type_store_locator_form .field_type_text,
section.find_retailer_small .field_type_text {
  width: calc(100% - 70px) !important;
}
section.block_type_store_locator_form .field_type_text input,
section.find_retailer_small .field_type_text input {
  border: none;
  font-size: 1.4rem;
  height: 4rem;
  padding-left: 1.3rem;
  color: #000;
}
section.block_type_store_locator_form .field_type_text input::-moz-placeholder,
section.find_retailer_small .field_type_text input::-moz-placeholder {
    color: rgb(0 0 0 / 32%);
}
section.block_type_store_locator_form .field_type_text input::-webkit-input-placeholder,
section.find_retailer_small .field_type_text input::-webkit-input-placeholder {
    color: rgb(0 0 0 / 32%);
}
section.block_type_store_locator_form .field_type_text input:-moz-placeholder,
section.find_retailer_small .field_type_text input:-moz-placeholder {
    color: rgb(0 0 0 / 32%);
}
section.block_type_store_locator_form .field_type_text input:-ms-input-placeholder,
section.find_retailer_small .field_type_text input:-ms-input-placeholder {
    color: rgb(0 0 0 / 32%);
}
section.block_type_store_locator_form .field_type_button,
section.find_retailer_small .field_type_button {
  width: 70px !important;
  text-align: center;
}
section.block_type_store_locator_form .field_type_button .control,
section.find_retailer_small .field_type_button .control {
  margin: 0 !important;
}
section.block_type_store_locator_form .field_type_button .control .button,
section.find_retailer_small .field_type_button .control .button {
  background-color: #fff;
  color: #999;
  padding: 0;
  border-radius: 0;
  font-size: 0;
  width: 100%;
  height: 4rem;
}
section.block_type_store_locator_form .field_type_button .control .button:after,
section.find_retailer_small .field_type_button .control .button:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content:  "\f002";
  font-weight: 300;
  font-size: 1.5rem;
}

section.retailer_results .bh-sl-loc-list {
  height: 70vh;
  overflow: auto;
}
section.retailer_results .retailer_list {
  border: none;!i;!;
  cursor: pointer;
  transition: background .2s ease;
  background: transparent !important;!i;!;!o;!;
  border-bottom: 1px solid #545454 !important;
}
section.retailer_results .retailer_list:nth-child(even) {
  /* background: #e1dbd54a !important; */
}
section.retailer_results .retailer_list:hover,
section.retailer_results .retailer_list.list-focus:nth-child(even),
section.retailer_results .retailer_list.list-focus {
   background: #ffffff0f !important;
}
section.retailer_results .retailer_list .media-left {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff2b;
  border-radius: 50%;
  margin-right: 0.7rem;
}
section.retailer_results .retailer_list.list-focus .media-left {
  background: #9dae98;
  color: #fff;
}
section.retailer_results .retailer_list .content {
  margin-bottom: 0;
}
section.retailer_results .retailer_list h5 {
  font-size: 13pt;
}
section.retailer_results .retailer_list p {
  font-size: .85rem;
  margin-bottom: .6rem;
}
section.retailer_results .retailer_list p:last-child {
  margin-bottom: 0;
}
section.retailer_results .retailer_info {
  color: #262626;
  width: 250px;
}
section.retailer_results .retailer_info h5 {
  font-size: 13pt;
}
section.retailer_results .retailer_info p {
  line-height: 1.3;
  font-size: 0.9rem;
}
section.retailer_results .retailer_info p.website a {
  display: block;
}

section.block_type_store_locator_form .container {
  background-color: var(--background-color);
  padding: 3rem;
  border: 1px solid #545454;
}
section.block_type_store_locator_form .is-size-1 {
  font-size: 3.5rem !important;
}
/*section.block_type_store_locator_form .fields {
  flex-wrap: nowrap;
  gap: 1rem;
}
section.block_type_store_locator_form .fields .field {
  margin-bottom: 0;
}
section.block_type_store_locator_form .fields .field.field_type_text {
  width: 100%;
  flex-grow: 1;
}
section.block_type_store_locator_form .fields .field.field_type_button {
  width: 130px;
}
section.block_type_store_locator_form .fields .field_type_button .control {
  margin-top: 0 !important;
}
*/

section.brochure-embed iframe {
  width: 100%;
  height: 700px;
  display: block;
}

section.priceboard .content {
  height: 100%;
  padding-bottom: 85px;
  position: relative;
}
section.priceboard .content .button {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
}
section.priceboard .content ul {
  margin-left: 1.2em;
}

body#essential-information section .cta .details {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.splide:not( .is-overflow ) .splide__list {
  justify-content: center;
}
.splide:not( .is-overflow ) .splide__slide:last-child {
  margin: 0 !important;
}
.splide .splide__slide {
  padding-top: 1px;
  padding-bottom: 1px;
}

section.retailer-page .retailer-gallery-slider {
  position: relative;
  padding: 0;
}
section.retailer-page .retailer-gallery-slider .splide__track {
  overflow: hidden;
}
section.retailer-page .retailer-gallery-slider .splide__slide > a,
section.retailer-page .retailer-gallery-slider .splide__slide figure,
section.retailer-page .retailer-gallery-slider .splide__slide img {
  width: 100%;
}
section.retailer-page .retailer-gallery-slider .splide__slide figure {
  margin-bottom: 0;
}
section.retailer-page .retailer-gallery-slider .splide__arrow {
  width: 3.25rem;
  height: 3.25rem;
  opacity: 1;
  background: rgb(0 0 0 / 0.55);
  border-radius: 999px;
  color: #fff;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
section.retailer-page .retailer-gallery-slider .splide__arrow svg {
  fill: currentColor;
}
section.retailer-page .retailer-gallery-slider .splide__arrow--prev {
  left: 1rem;
}
section.retailer-page .retailer-gallery-slider .splide__arrow--next {
  right: 1rem;
}
section.retailer-page .retailer-media-embed {
  padding-top: 67.05%;
}

section.block_type_custom_product_form+#b224 {
  display: none;
}

