/*
Theme Name: Surface Finishing
Theme URI: https://plinkfizz.com/
Author: The Plinkfizz Team
Author URI: https://plinkfizz.com/
Description: Bespoke WordPress theme for Surface Finishing
Text Domain: surface-finishing
*/
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
}
body p,
body a,
body ul,
body li,
body span {
  font-weight: 300;
  line-height: 1.2em;
  font-size: 14px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 0 5px;
  }
}
header {
  background-color: #15273f;
}
header .wrapper.header_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 45px;
}
@media screen and (max-width: 950px) {
  header .wrapper.header_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
  }
}
header .wrapper.header_wrapper .logo img {
  width: 130px;
  height: auto;
}
header .wrapper.header_wrapper ul#menu-main-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
  margin: 0;
  position: relative;
}
header .wrapper.header_wrapper ul#menu-main-menu > li {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .wrapper.header_wrapper ul#menu-main-menu > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  padding: 10px 0;
  display: block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .wrapper.header_wrapper ul#menu-main-menu > li > a:hover {
  color: #42b6a2;
}
header .wrapper.header_wrapper ul#menu-main-menu .menu-item-has-children:after {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: scale(0.8) translate(0, 1px);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='white' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
}
header .wrapper.header_wrapper ul#menu-main-menu .menu-item-has-children:hover:after {
  transform: scale(0.8) translate(0, 1px) rotate(180deg);
  filter: brightness(0) saturate(100%) invert(68%) sepia(6%) saturate(3484%) hue-rotate(120deg) brightness(90%) contrast(93%);
}
header .wrapper.header_wrapper ul#menu-main-menu .menu-item-has-children:hover .sub-menu {
  transform: scaleY(1);
}
header .wrapper.header_wrapper ul.sub-menu {
  position: absolute;
  padding: 16px 20px;
  background-color: white;
  list-style: none;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: top;
  top: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .wrapper.header_wrapper ul.sub-menu:hover > a {
  color: #42b6a2;
}
header .wrapper.header_wrapper ul.sub-menu a {
  color: #15273f;
  text-decoration: none;
  font-size: 13px;
  display: block;
  line-height: 2;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .wrapper.header_wrapper ul.sub-menu a:hover {
  color: #42b6a2;
}
header .burger-menu {
  display: none;
}
header .burger-menu .burger-menu__line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px;
  transition: 0.3s;
  border-radius: 20px;
}
header .burger-menu.open .burger-menu__line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .burger-menu.open .burger-menu__line:nth-child(2) {
  opacity: 0;
}
header .burger-menu.open .burger-menu__line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}
header .burger-menu-container {
  height: 0;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  display: block;
  background: #15273f;
  width: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .burger-menu-container.open {
  height: 100%;
}
header .burger-menu-container ul#menu-main-menu-1 {
  display: flex;
  list-style: none;
  margin: 0;
  flex-flow: column;
  padding: 0;
  gap: 16px;
}
header .burger-menu-container ul#menu-main-menu-1 > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .burger-menu-container ul#menu-main-menu-1 > li > a:hover {
  color: #42b6a2;
}
header .burger-menu-container ul.sub-menu {
  display: none;
  position: absolute;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  list-style: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  z-index: 1000000;
}
header .burger-menu-container ul.sub-menu a {
  color: #15273f;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
header .burger-menu-container ul.sub-menu a:hover {
  color: #42b6a2;
}
header .burger-menu-container .mobile-menu a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}
header .burger-menu-container .mobile-menu .mobile-menu_children {
  display: none;
  flex-direction: column;
  padding-left: 20px;
}
header .burger-menu-container .mobile-menu .mobile-menu_children.active {
  display: flex;
  border-left: 1px solid white;
  margin-bottom: 25px;
}
header .burger-menu-container .mobile-menu .mobile-menu_children .mobile-menu_child {
  padding: 10px 0;
}
header .burger-menu-container .mobile-menu .mobile-menu_item {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
header .burger-menu-container .mobile-menu .mobile-menu_item .mobile-menu_title {
  width: calc(100% - 40px);
  min-height: 30px;
}
header .burger-menu-container .mobile-menu .mobile-menu_item .mobile-menu_arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
header .burger-menu-container .mobile-menu .mobile-menu_item .mobile-menu_arrow.active svg {
  transform: rotate(0deg);
}
header .burger-menu-container .mobile-menu .mobile-menu_item .mobile-menu_arrow svg {
  width: 100%;
  transform: rotate(-90deg);
  fill: white;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media screen and (max-width: 1050px) {
  header .burger-menu {
    display: block;
  }
  header .menu {
    display: none;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #15273f;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary span {
  color: #ece6d0;
}
.bg-primary .button-white:hover span {
  color: #15273f;
}
.bg-secondary {
  background-color: #42b6a2;
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p,
.bg-secondary span {
  color: #ffffff;
}
.bg-secondary .button-white:hover span {
  color: #42b6a2;
}
.bg-tertiary {
  background-color: #b6903a;
}
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6,
.bg-tertiary p,
.bg-tertiary span {
  color: #fff;
}
.bg-tertiary .button-white:hover span {
  color: #b6903a;
}
.bg-egg {
  background-color: #ece6d0;
}
.bg-egg h1,
.bg-egg h2,
.bg-egg h3,
.bg-egg h4,
.bg-egg h5,
.bg-egg h6,
.bg-egg p,
.bg-egg span {
  color: black;
}
.bg-light-egg {
  background-color: #F7F4EB;
}
.bg-light-egg h1,
.bg-light-egg h2,
.bg-light-egg h3,
.bg-light-egg h4,
.bg-light-egg h5,
.bg-light-egg h6,
.bg-light-egg p,
.bg-light-egg span {
  color: black;
}
.bg-3-4-gradient {
  background: linear-gradient(180deg, #15273f 0%, #15273f 78%, #42b6a2 78%, #42b6a2 100%);
}
.pt-200 {
  padding-top: 200px;
}
@media screen and (max-width: 950px) {
  .pt-200 {
    padding-top: 100px;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media screen and (max-width: 950px) {
  .pt-150 {
    padding-top: 75px;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 950px) {
  .pt-100 {
    padding-top: 50px;
  }
}
.pt-50 {
  padding-top: 50px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 950px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}
.pb-150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 950px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-25 {
  padding-bottom: 25px;
}
.row {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .row {
    flex-direction: column;
  }
}
.row-reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .row-reverse {
    flex-direction: column;
  }
}
.col50 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 950px) {
  .col50 {
    width: 100%;
  }
}
.col25 {
  width: calc(25% - 20px);
}
@media screen and (max-width: 950px) {
  .col25 {
    width: 100%;
  }
}
.col75 {
  width: calc(75% - 20px);
}
@media screen and (max-width: 950px) {
  .col75 {
    width: 100%;
  }
}
.col33 {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 950px) {
  .col33 {
    width: 100%;
  }
}
.col66 {
  width: calc(66.666% - 20px);
}
@media screen and (max-width: 950px) {
  .col66 {
    width: 100%;
  }
}
.button {
  display: flex;
  padding: 7px 20px;
  border-radius: 500px;
  border: 1px solid;
  width: fit-content;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button span {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-weight: 600;
}
.button.button-primary {
  border-color: #15273f;
  color: #15273f;
}
.button.button-primary:hover {
  background-color: #15273f;
  color: #ffffff;
}
.button.button-secondary {
  border-color: #42b6a2;
  color: #42b6a2;
}
.button.button-secondary:hover {
  background-color: #42b6a2;
  color: #ffffff;
}
.button.button-white {
  border-color: #fff;
  color: #fff;
}
.button.button-white:hover {
  background-color: #ffffff;
  color: #42b6a2;
}
.button.button-black {
  border-color: #000;
  color: #000;
}
.button.button-black:hover {
  background-color: #000;
  color: #ffffff;
}
.image_fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .wrapper {
  position: relative;
}
footer #toTop {
  position: absolute;
  top: -100px;
  right: 20px;
  color: #ffffff;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 14px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border: 1px solid #ffffff;
  border-top: 0;
}
footer .leftcol .footer-logo {
  margin-bottom: 50px;
  display: block;
}
footer .leftcol .footer-logo img {
  max-width: 130px;
  height: auto;
}
footer .leftcol .written {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}
footer .leftcol .written img {
  max-width: 20px;
}
footer .leftcol .written a {
  text-decoration: none;
  color: #42b6a2;
  font-weight: bold;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer .leftcol .written a:hover {
  color: #ffffff;
}
footer .leftcol .footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
footer .leftcol .footer-social i {
  font-size: 20px;
  line-height: 20px;
  color: #42b6a2;
  margin-right: 10px;
}
footer .leftcol .footer-social img {
  width: 20px;
  height: auto;
  color: #42b6a2;
  margin-right: 10px;
  filter: invert(68%) sepia(6%) saturate(3484%) hue-rotate(120deg) brightness(90%) contrast(93%);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer .leftcol .footer-social img:hover {
  color: #ffffff;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(120deg) brightness(106%) contrast(102%);
}
footer li.menu-item {
  list-style: none;
  margin-bottom: 10px;
}
footer li.menu-item a {
  color: white;
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer li.menu-item a:hover {
  color: #42b6a2;
}
footer .site-info {
  font-size: 9px;
  color: white;
  text-transform: uppercase;
  margin-top: 40px;
  line-height: 2;
}
.standout-icons .section-title {
  text-align: center;
  margin-bottom: 70px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}
.standout-icons .standout-icons_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 75px;
}
@media screen and (max-width: 600px) {
  .standout-icons .standout-icons_row {
    gap: 0;
  }
}
.standout-icons .standout-icons_row .standout-icons_item {
  width: calc(25% - (240px / 4));
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  .standout-icons .standout-icons_row .standout-icons_item {
    width: calc(50% - (240px / 4));
  }
}
@media screen and (max-width: 600px) {
  .standout-icons .standout-icons_row .standout-icons_item {
    width: 100%;
  }
}
.standout-icons .standout-icons_row .standout-icons_item img {
  width: auto;
  height: 110px;
}
.standout-icons .standout-icons_row .standout-icons_item h3 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.standout-icons .standout-icons_row .standout-icons_item p {
  color: #ffffff;
  line-height: 20px;
}
section.map iframe {
  width: 100%;
}
section.contact .col-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 950px) {
  section.contact .col-right {
    display: block;
  }
}
section.contact .contact-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
section.contact .contact-boxes .contact-box {
  margin-top: 31px;
  width: calc(50% - 13px);
}
@media screen and (max-width: 600px) {
  section.contact .contact-boxes .contact-box {
    margin-top: 10px;
  }
}
@media screen and (max-width: 950px) {
  section.contact .contact-boxes .contact-box {
    width: 100%;
  }
}
section.contact .contact-boxes .contact-box .contact-box_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
section.contact .contact-boxes .contact-box .contact-box_header img {
  width: 20px;
  height: auto;
}
section.contact .contact-boxes .contact-box a {
  text-decoration: none;
  color: black;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section.contact .contact-boxes .contact-box a:hover {
  color: #42b6a2;
}
section.contact .contact-boxes .contact-box .written {
  font-size: 14px;
  font-weight: 300;
}
section.contact h3 {
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 25px;
}
section.contact h4 {
  font-size: 14px;
  color: #42b6a2;
}
section.contact .wpcf7-submit {
  float: left;
  background: none;
  margin-top: 36px;
  font-family: 'Montserrat', sans-serif;
}
section.contact .wpcf7-spinner {
  float: right;
}
section.contact .wpcf7 {
  margin-top: 65px;
}
@media screen and (max-width: 600px) {
  section.contact .wpcf7 {
    margin-top: 0;
  }
}
section.contact .wpcf7 p {
  margin: 0;
}
section.contact .plinkfizz-form_wrapper .row {
  gap: 28px;
}
section.contact .plinkfizz-form_wrapper p {
  margin-top: 0;
  margin-bottom: 11px;
}
section.contact .plinkfizz-form_wrapper input {
  height: 27.5px;
}
section.contact .plinkfizz-form_wrapper input,
section.contact .plinkfizz-form_wrapper textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid grey;
  font-size: 14px;
  background: none;
  padding: 4px 0;
  font-weight: 300;
  box-sizing: border-box;
}
section.contact .plinkfizz-form_wrapper label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18.5px;
}
section.contact .plinkfizz-form_wrapper .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}
section.contact .plinkfizz-form_wrapper .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.scrollable-text .row,
section.scrollable-text .row-reverse {
  align-items: stretch;
}
section.scrollable-text .col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.scrollable-text .scrollable-text_image img {
  max-width: 100%;
}
section.scrollable-text .unscrollable-heading {
  max-width: 500px;
  font-size: 27px;
  line-height: 38px;
  margin-bottom: 20px;
}
section.scrollable-text .scrollabletext-item {
  height: 22.5em;
  overflow-y: auto;
}
section.scrollable-text .scrollabletext-item::-webkit-scrollbar {
  width: 9px;
  background-color: #E1E3E6;
  border-left: 3px solid white;
  border-right: 3px solid white;
  /* or add it to the track */
}
section.scrollable-text .scrollabletext-item::-webkit-scrollbar-thumb {
  width: 9px;
  background: #15283F;
}
section.scrollable-text .scrollabletext-item .written > * {
  margin-right: 47px;
}
@media screen and (max-width: 600px) {
  section.scrollable-text .scrollabletext-item .written > * {
    margin-right: 20px;
  }
}
section.scrollable-text .scrollable-text_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 480px;
}
section.scrollable-text .scrollable-text_text .eyebrow {
  color: #42b6a2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
section.scrollable-text .scrollable-text_text .title {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 15px;
}
section.scrollable-text .button {
  margin-top: 50px;
}
section.image-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 950px) {
  section.image-content-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    display: flex;
    flex-flow: column;
  }
  section.image-content-grid .grid-item1 {
    grid-area: 1 / 1 / 2 / 2 !important;
  }
  section.image-content-grid .grid-item2 {
    grid-area: 2 / 1 / 3 / 2 !important;
  }
  section.image-content-grid .grid-item3 {
    grid-area: 3 / 1 / 4 / 2 !important;
  }
  section.image-content-grid .grid-item4 {
    grid-area: 4 / 1 / 5 / 2 !important;
  }
}
section.image-content-grid .grid-item1 {
  grid-area: 1 / 1 / 3 / 2;
}
section.image-content-grid .grid-item1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
section.image-content-grid .grid-item2 {
  grid-area: 1 / 2 / 2 / 3;
}
section.image-content-grid .grid-item3 {
  grid-area: 2 / 2 / 3 / 3;
}
section.image-content-grid .grid-item2,
section.image-content-grid .grid-item3 {
  padding: 50px 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  section.image-content-grid .grid-item2,
  section.image-content-grid .grid-item3 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  section.image-content-grid .grid-item2,
  section.image-content-grid .grid-item3 {
    padding: 30px 40px;
  }
}
section.image-content-grid .grid-item2 .gridcontent-image,
section.image-content-grid .grid-item3 .gridcontent-image {
  margin-left: 30px;
}
section.image-content-grid .grid-item2 .gridcontent-image img,
section.image-content-grid .grid-item3 .gridcontent-image img {
  max-width: 170px;
}
@media screen and (max-width: 950px) {
  section.image-content-grid .grid-item2 .gridcontent-image,
  section.image-content-grid .grid-item3 .gridcontent-image {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
section.image-content-grid .grid-item2 h3,
section.image-content-grid .grid-item3 h3 {
  font-size: 21px;
  line-height: 38px;
  font-weight: 700;
}
section.image-content-grid .grid-item2 .written,
section.image-content-grid .grid-item3 .written {
  line-height: 20px;
  margin-bottom: 28px;
  display: block;
}
section.image-content-grid .grid-item2 .written *,
section.image-content-grid .grid-item3 .written * {
  line-height: 20px;
}
section.image-content-grid .grid-item4 {
  grid-area: 1 / 3 / 3 / 4;
}
section.image-content-grid .grid-item4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
section.hero-banner {
  background: linear-gradient(180deg, #15273f 0%, #15273f 80%, #42b6a2 80%, #42b6a2 100%);
  /* Have herobanner_imagetype layer the wrapper div over the top of the other div */
}
section.hero-banner h1 {
  color: #42b6a2;
  font-size: 45px;
}
@media screen and (max-width: 950px) {
  section.hero-banner h1 {
    font-size: 27px;
  }
}
section.hero-banner.no-image {
  padding-top: 55px;
}
section.hero-banner.no-image h1 {
  font-size: 45px;
}
@media screen and (max-width: 950px) {
  section.hero-banner.no-image h1 {
    font-size: 27px;
  }
}
section.hero-banner.no-image .post-hero-banner {
  margin-top: 60px;
}
section.hero-banner.no-image .post-hero-banner .col25 {
  width: 600px;
}
section.hero-banner.no-image .post-hero-banner .row {
  height: 44px;
}
section.hero-banner .herobanner_imagetype {
  position: relative;
  height: 65vh;
}
@media screen and (max-width: 950px) {
  section.hero-banner .herobanner_imagetype {
    padding: 50px 0;
    height: auto;
  }
}
section.hero-banner .herobanner_imagetype .wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 950px) {
  section.hero-banner .herobanner_imagetype .wrapper h1,
  section.hero-banner .herobanner_imagetype .wrapper .written {
    width: 50%;
  }
}
section.hero-banner .herobanner_imagetype .wrapper h1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 950px) {
  section.hero-banner .herobanner_imagetype .wrapper h1 {
    margin-bottom: 40px;
  }
}
section.hero-banner .herobanner_imagetype .wrapper .written {
  color: white;
  font-size: 14px;
  font-weight: 300;
  width: 21%;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  section.hero-banner .herobanner_imagetype .wrapper .written {
    width: 52%;
    font-size: 12px;
  }
}
section.hero-banner .herobanner_imagetype .wrapper .button {
  margin-top: 55px;
}
@media screen and (max-width: 950px) {
  section.hero-banner .herobanner_imagetype .wrapper .button {
    margin-top: 20px;
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 62px;
  }
}
section.hero-banner .herobanner_imagetype_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 950px) {
  section.hero-banner .herobanner_imagetype_background {
    height: 100%;
  }
}
section.hero-banner .herobanner_imagetype_background img {
  width: clamp(50px, 68%, 1400px);
  height: 100%;
  object-fit: cover;
  object-position: left;
  margin-left: 32%;
}
@media screen and (max-width: 950px) {
  section.hero-banner .herobanner_imagetype_background img {
    width: 38%;
    margin-left: 62%;
  }
}
.archive_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .archive_nav {
    flex-flow: column;
    margin-bottom: 50px;
  }
}
.archive_nav h2 {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
}
.archive_nav .archive_pagination {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .archive_nav .archive_pagination {
    margin-top: 20px;
  }
}
.archive_nav .archive_pagination a:first-child {
  margin-right: 10px;
}
.archive_nav .archive_pagination a:last-child {
  margin-left: 10px;
}
.archive_nav .archive_pagination img {
  width: 20px;
}
.post-archive_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 950px) {
  .post-archive_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .post-archive_wrapper {
    grid-template-columns: 1fr;
  }
}
.post-archive_wrapper .post-archive_item {
  margin-bottom: 56px;
}
.post-archive_wrapper .post-archive_item:first-child {
  grid-column: span 2;
}
@media screen and (max-width: 950px) {
  .post-archive_wrapper .post-archive_item:first-child {
    grid-column: span 1;
  }
}
.post-archive_wrapper .post-archive_item:first-child .post-archive_item_image {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 950px) {
  .post-archive_wrapper .post-archive_item:first-child .post-archive_item_image {
    aspect-ratio: 1/1;
  }
}
.post-archive_wrapper .post-archive_item .post-archive_item_image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-height: 370px;
}
.post-archive_wrapper .post-archive_item .post-archive_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-archive_wrapper .post-archive_item .post-archive_item_content {
  margin-top: 20px;
}
.post-archive_wrapper .post-archive_item .post-archive_item_content span {
  margin-bottom: 27px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.post-archive_wrapper .post-archive_item .post-archive_item_content p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 26px;
}
/* Have herobanner_imagetype layer the wrapper div over the top of the other div */
section.hero-slider .slick-arrow {
  position: absolute;
  bottom: calc(25% + 20px);
  background: none;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  section.hero-slider .slick-arrow {
    height: 28px;
    width: 28px;
  }
}
section.hero-slider .slick-arrow.slick-next {
  left: calc(18% + 46px);
}
section.hero-slider .slick-arrow.slick-prev {
  left: calc(18% + 10px);
}
@media screen and (max-width: 950px) {
  section.hero-slider .slick-arrow.slick-next {
    right: 20px;
    left: auto;
    bottom: 20px;
  }
  section.hero-slider .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
    bottom: 20px;
  }
}
.hero-slider_item {
  position: relative;
  height: 75vh !important;
}
@media screen and (max-width: 950px) {
  .hero-slider_item {
    height: calc(100vh - 75px) !important;
  }
}
.hero-slider_item .hero-slider_item_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 75px);
}
@media screen and (max-width: 950px) {
  .hero-slider_item .hero-slider_item_background:after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #15273f;
    opacity: 25%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.hero-slider_item .hero-slider_item_background img {
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  margin-left: 32%;
}
@media screen and (max-width: 950px) {
  .hero-slider_item .hero-slider_item_background img {
    width: 38%;
    margin-left: 62%;
  }
}
.hero-slider_item .wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 100px;
}
@media screen and (max-width: 950px) {
  .hero-slider_item .wrapper {
    bottom: auto;
    width: 83%;
  }
}
.hero-slider_item .wrapper h1,
.hero-slider_item .wrapper .written {
  width: 40%;
}
@media screen and (max-width: 950px) {
  .hero-slider_item .wrapper h1,
  .hero-slider_item .wrapper .written {
    width: 100%;
  }
}
.hero-slider_item .wrapper h1 {
  margin-bottom: 51px;
  color: #42b6a2;
  font-size: 45px;
  line-height: 51px;
  width: 40%;
}
@media screen and (max-width: 950px) {
  .hero-slider_item .wrapper h1 {
    width: 75%;
    font-size: 27px;
    line-height: 32.5px;
    margin-bottom: 36px;
  }
}
.hero-slider_item .wrapper .written {
  color: white;
  width: 18%;
}
@media screen and (max-width: 950px) {
  .hero-slider_item .wrapper .written {
    font-size: 12px;
    width: 52%;
  }
}
.hero-slider_item .wrapper .button {
  margin-top: 45px;
}
@media screen and (max-width: 950px) {
  .hero-slider_item .wrapper .button {
    margin-top: 18px;
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 92px;
  }
}
section.testimonials h2 {
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 110px;
}
@media screen and (max-width: 950px) {
  section.testimonials h2 {
    margin-bottom: 40px;
  }
}
section.testimonials .col-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
section.testimonials .testimonial-buttons {
  display: flex;
  gap: 8px;
}
section.testimonials .testimonial-buttons .slick-arrow {
  background: none;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  z-index: 2;
}
section.testimonials .testimonial-slide {
  gap: 0;
  border: 1px solid #ffffff;
}
section.testimonials .testimonial-slide .col33 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
}
section.testimonials .testimonial-slide .col33 p {
  font-size: 19px;
  font-weight: 300;
}
section.block-slider .slider-wrapper .slide {
  aspect-ratio: 6/5;
  position: relative;
  padding: 32px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-flow: column;
}
section.block-slider .slider-wrapper .slide:hover:after {
  left: 0;
}
section.block-slider .slider-wrapper .slide:hover .slide__content {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  section.block-slider .slider-wrapper .slide:after {
    left: 0 !important;
  }
  section.block-slider .slider-wrapper .slide .slide__content {
    opacity: 1 !important;
  }
}
section.block-slider .slider-wrapper .slide:after {
  content: " ";
  background: #ece6d0;
  background: linear-gradient(90deg, #ece6d0 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 1;
}
section.block-slider .slider-wrapper .slide .slide__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
section.block-slider .slider-wrapper .slide .slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.block-slider .slider-wrapper .slide .slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  z-index: 2;
  color: #15273f;
  position: relative;
  opacity: 0;
  flex: 1 1 100%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, left, right, top, bottom, height, max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section.block-slider .slider-wrapper .slide .slide__content h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  max-width: 60%;
}
section.block-slider .slider-wrapper .slide .slide__content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 55%;
}
section.block-slider .slider-wrapper .slick-arrow {
  position: absolute;
  top: 25px;
  background: none;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  section.block-slider .slider-wrapper .slick-arrow {
    height: 28px;
    width: 28px;
  }
}
section.block-slider .slider-wrapper .slick-arrow.slick-next {
  left: calc(25% + 68px);
}
section.block-slider .slider-wrapper .slick-arrow.slick-prev {
  left: calc(25% + 32px);
}
@media screen and (max-width: 950px) {
  section.block-slider .slider-wrapper .slick-arrow.slick-next {
    left: 66px;
  }
  section.block-slider .slider-wrapper .slick-arrow.slick-prev {
    left: 32px;
  }
}
section.carousel-content {
  /* the slides */
  /* the parent */
}
section.carousel-content .slick-list {
  overflow-y: visible;
}
section.carousel-content .slick-slide {
  margin: 0 20px;
}
section.carousel-content .slick-list {
  margin: 0 -20px;
}
section.carousel-content .slider-wrapper .slide {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  section.carousel-content .slider-wrapper .slide {
    flex-flow: column-reverse;
    gap: 20px;
  }
}
section.carousel-content .slider-wrapper .slide .slide__image {
  position: relative;
  max-width: 50%;
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 950px) {
  section.carousel-content .slider-wrapper .slide .slide__image {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
section.carousel-content .slider-wrapper .slide .slide__image .number {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  color: #ffffff;
  background-color: #42b6a2;
  font-size: 35px;
  font-weight: 700;
  width: 55px;
  height: 59px;
  line-height: 59px;
  text-align: center;
}
section.carousel-content .slider-wrapper .slide .slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}
section.carousel-content .slider-wrapper .slide .slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  z-index: 2;
  color: #15273f;
  position: relative;
  margin-right: 120px;
  max-width: 50%;
}
@media screen and (max-width: 950px) {
  section.carousel-content .slider-wrapper .slide .slide__content {
    margin-right: 0;
    max-width: 100%;
  }
}
section.carousel-content .slider-wrapper .slide .slide__content .eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #42b6a2;
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.carousel-content .slider-wrapper .slide .slide__content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 45px;
}
section.carousel-content .slider-wrapper .slide .slide__content p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 55px;
  color: #ffffff;
}
section.carousel-content .slider-wrapper .slick-arrow {
  position: absolute;
  bottom: 25px;
  background: none;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  section.carousel-content .slider-wrapper .slick-arrow {
    height: 28px;
    width: 28px;
  }
}
section.carousel-content .slider-wrapper .slick-arrow.slick-next {
  left: auto;
  right: calc(50% + 10px);
  bottom: 0;
}
section.carousel-content .slider-wrapper .slick-arrow.slick-prev {
  left: auto;
  right: calc(50% + 46px);
  bottom: 0;
}
@media screen and (max-width: 950px) {
  section.carousel-content .slider-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 0;
    bottom: 0;
  }
  section.carousel-content .slider-wrapper .slick-arrow.slick-prev {
    left: auto;
    right: 36px;
    bottom: 0;
  }
}
section.carousel-content .progress {
  margin-top: 70px;
  position: relative;
}
section.carousel-content .progress__bar-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 3px;
  background-color: #727D8C;
  z-index: 1;
}
section.carousel-content .slider__label {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 5% 100%;
  transition: background-size 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
section.carousel-content .slider__label[aria-valuenow="0"] {
  background-size: 5% 100% !important;
}
section.carousel-content .slider__label[aria-valuenow] {
  height: 5px;
}
body.no-scroll {
  overflow: hidden;
}
aside#moove_gdpr_cookie_info_bar {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  display: flex;
  top: 0px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8) !important;
  z-index: 9999999;
}
.moove-gdpr-info-bar-container {
  padding: 30px !important;
  background: white;
  text-align: center;
}
.moove-gdpr-info-bar-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.moove-gdpr-cookie-notice p {
  color: black !important;
  text-align: center;
}
.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open {
  z-index: 9999999;
}
