.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('images/custom-checkbox-checkmark.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414042;
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414042;
  font-size: 2rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #414042;
  font-size: 1.6rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414042;
  font-size: 1.4rem;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414042;
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #414042;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-top: 10px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 1px none #000;
  font-size: 1.5rem;
  line-height: 1.3;
}

.wp-block-usd-wrapperblock {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.wp-block-usd-wrapperblock.padding-top-0 {
  padding-top: 0px;
}

.wp-block-usd-wrapperblock.hero-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url();
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url();
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wp-block-usd-wrapperblock.hero-section.alignfull {
  background-image: url();
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wp-block-usd-wrapperblock.footer-section {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #000;
}

.inner-wide {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wp-block-button {
  display: inline-block;
  font-weight: 700;
}

.wp-block-button.is-style-fill {
  color: #fff;
}

.wp-block-button__link {
  color: #fff;
}

.wp-block-button__link.has-primary-1-background-color {
  background-color: #fa7136;
}

.section-divider {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 25px;
  border-top: 1px dashed #838383;
  border-bottom: 1px dashed #838383;
  background-color: #f1f1f1;
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.wp-block-quote {
  border-left: 5px solid #e2e2e2;
}

.wp-block-quote.is-style-large {
  font-size: 2.3rem;
}

.wp-block-pullquote {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-block-pullquote.is-style-solid-color {
  border: 5px solid #e2e2e2;
}

.has-primary-1-color {
  color: #fa7136;
}

.has-primary-2-color {
  color: #ff986b;
}

.has-primary-3-color {
  color: #ffddce;
}

.has-secondary-1-color {
  color: #70c7d4;
}

.has-secondary-2-color {
  color: #9cd2da;
}

.has-secondary-3-color {
  color: #def0f3;
}

.has-accent-2-color {
  color: #d1d3d4;
}

.has-accent-3-color {
  color: #e6e7e8;
}

.wp-block-file {
  border-radius: 0px;
  font-weight: 700;
  text-decoration: none;
}

.wp-block-file.wp-block-file__button {
  border-radius: 0px;
}

.wp-block-file__button {
  display: inline-block;
  margin-left: 15px;
  padding: 15px;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.wp-block-media-text {
  margin-top: 50px;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.alignwide {
  clear: both;
}

.menu-button-wrapper {
  position: relative;
  display: none;
  padding: 10px;
  background-color: #000;
}

.menu-button-wrapper.desktop {
  display: inline-block;
}

.menu-button-line-1 {
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.menu-button-line-2 {
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.menu-button-line-3 {
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menu-text-span {
  position: absolute;
  left: auto;
  top: 14px;
  right: -50px;
  bottom: 0%;
  font-weight: 700;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.nav-container.inner-wide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.class-wrapper {
  position: relative;
  display: block;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 25px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  background-color: #ffc8c8;
}

.skip-link {
  position: relative;
}

.nav-left {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-weight: 700;
  list-style-type: none;
}

.navigation-main.mobile-first {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: 100%;
  min-width: 500px;
  padding-top: 100px;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-item {
  position: relative;
  margin-top: 0px;
}

.menu-item.menu-item-has-children {
  position: relative;
}

.menu-item----a {
  display: inline-block;
  padding: 20px 10px;
  color: #414042;
  text-decoration: none;
}

.menu-item----a:hover {
  color: #fa7136;
}

.menu-item----a:active {
  color: #ff986b;
}

.menu-item----a.mobile-first {
  position: relative;
  display: block;
  padding: 30px;
  color: #fff;
  font-size: 1.2rem;
}

.button-cta .menu-item----a {
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #70c7d4;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
}

.nav-logo {
  min-width: 200px;
  margin-left: 20px;
}

.nav.mobile-first {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav.mobile-first.open {
  z-index: 980;
  display: block;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.82);
  opacity: 1;
  -webkit-transform: translate(0vw, 0px);
  -ms-transform: translate(0vw, 0px);
  transform: translate(0vw, 0px);
}

.sub-menu {
  position: absolute;
  top: 59px;
  right: 0px;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 9px 6px rgba(0, 0, 0, 0.05);
  list-style-type: none;
}

.sub-menu.mobile-first {
  position: relative;
  top: 0px;
  width: 100%;
  padding: 0px 0px 0px 20px;
  border-radius: 0px;
  background-color: #171717;
  box-shadow: none;
}

.nav-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  text-decoration: none;
}

.nav-contact-icon-wrapper {
  width: 35px;
  height: 35px;
  padding: 7px;
  background-color: #000;
}

.nav-contact-text {
  margin-left: 10px;
}

.nav-contact-title {
  margin-bottom: 2px;
  color: #111;
  font-weight: 700;
}

.nav-contact-link {
  color: #000;
}

.header {
  position: relative;
  z-index: 999;
}

.header.alignfull {
  display: block;
}

.nav-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-social-wrapper.mobile {
  display: none;
}

.social-icon-wrappper {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  padding: 4px;
}

.social-icon-wrappper.footer {
  margin-right: 5px;
  margin-left: -4px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-icon-wrappper.footer:hover {
  opacity: 1;
}

.nav-top {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-top.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bottom.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-search-button {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  padding: 10px;
  background-color: #000;
}

.nav-quick-link {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  padding: 10px;
  background-color: #000;
}

.nav-search-inner {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-search-label {
  width: 100%;
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.nav-search-input {
  height: 50px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.nav-seach-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url(images/search-icon.svg);
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.nav-search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-search-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.82);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-search-outer.open {
  z-index: 999;
  opacity: 1;
}

.search-close {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 1.6rem;
  line-height: 0;
  font-weight: 700;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-start;
  text-align: left;
}

.hero-wrapper.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.hero-wrapper.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-wrapper.padding-left-right {
  padding-right: 5%;
  padding-left: 5%;
}

.hero-content-wrapper {
  max-width: 600px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.hero-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.1rem;
  line-height: 1.4;
}

.hero-subheading {
  color: #fff;
  font-size: 1.2rem;
}

.hero-slider {
  overflow: hidden;
  height: auto;
}

.hero-slider.narrow {
  background-color: transparent;
}

.menu-close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: none;
  width: 500px;
  height: 100px;
  min-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #171717;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
  text-transform: uppercase;
}

.menu-close:hover {
  color: #fff;
}

.menu-close.mobile-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-white-color {
  color: #fff;
}

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

.has-primary-1-background-color {
  background-color: #fa7136;
}

.has-primary-2-background-color {
  background-color: #ff986b;
}

.has-primary-3-background-color {
  background-color: #ffddce;
}

.has-secondary-2-background-color {
  background-color: #9cd2da;
}

.has-secondary-3-background-color {
  background-color: #def0f3;
  color: #414042;
}

.has-accent-1-background-color {
  background-color: #414042;
  color: #fff;
}

.has-accent-2-background-color {
  background-color: #d1d3d4;
}

.has-accent-3-background-color {
  background-color: #e6e7e8;
}

.has-secondary-1-background-color {
  background-color: #70c7d4;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url();
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url();
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.narrow {
  height: auto;
  min-height: 500px;
  margin-right: 60px;
  padding: 40px;
}

.slider-mask.narrow {
  overflow: visible;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.slider-block-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto 15%;
  grid-template-rows: auto auto 15%;
}

.slider-block-inner {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.68);
}

.home .entry-title {
  color: #fff;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.navigation-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
}

.navigation-footer.mobile-first {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: 100%;
  min-width: 500px;
  padding-top: 100px;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-col-1 {
  width: 25%;
  padding-right: 5%;
}

.footer-col-2 {
  width: 25%;
  padding-right: 5%;
}

.footer-col-3 {
  width: 25%;
  padding-right: 5%;
}

.footer-col-4 {
  max-width: 25%;
}

.footer-heading {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.footer-contact-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.footer-contact-link:hover {
  color: #fff;
}

.footer-contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-icon {
  width: 15px;
  height: 15px;
  margin-right: 20px;
}

.contact-icon.large {
  width: 30px;
  height: 30px;
}

.sub-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub-footer.inner-wide {
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sub-footer-col-1 {
  width: 33.333333%;
}

.sub-footer-col-2 {
  width: 33.333333%;
  text-align: center;
}

.sub-footer-col-3 {
  width: 33.333333%;
}

.footer-logo {
  max-width: 150px;
  min-width: 150px;
}

.footer-menu-item----a {
  display: inline-block;
  padding: 10px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

.footer-menu-item----a:hover {
  color: #fff;
}

.footer-menu-item----a.mobile-first {
  position: relative;
  display: block;
  padding: 30px;
  color: #fff;
  font-size: 1.2rem;
}

.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-social-wrapper.mobile {
  display: none;
}

.footer-social-wrapper.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.usd-text {
  margin-right: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.8rem;
}

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

.usd-link {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 0.8rem;
  text-decoration: none;
}

.usd-link:hover {
  color: #fff;
  text-decoration: underline;
}

.pre-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.pre-footer.inner-wide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-subscribe-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-input {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.subscribe-text {
  color: #fff;
  font-size: 1.5rem;
}

.subscribe-button {
  padding: 15px 30px;
  background-color: #fff;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
}

.pre-footer-col-1 {
  width: 50%;
  padding-right: 5%;
}

.pre-footer-col-2 {
  width: 50%;
}

.subscribe-block {
  margin-bottom: 0px;
}

.input {
  display: inline-block;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.input.checkbox {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.input.has-secondary-3-background-color {
  min-width: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 22px;
  padding-bottom: 24px;
  padding-left: 12px;
  border-style: none;
  border-color: #000;
  background-color: #fff;
  color: #414042;
}

.textarea {
  min-height: 150px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.frm_primary_label {
  margin-bottom: 10px;
}

.frm_button_submit {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
  color: #000;
}

.frm_form_field {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.wp-block-columns.featured-columns {
  padding-right: 95px;
  padding-left: 95px;
}

.wp-block-column.featured-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wp-block-column.featured-column.home-news {
  margin: 40px 2%;
  padding: 0px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px #d1d3d4;
}

.footer-section {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #000;
}

.footer-section.alignfull {
  background-color: #414042;
}

.slider-arrow {
  font-size: 2rem;
}

.slider-arrow-wrapper {
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}

.slider-arrow-wrapper.left {
  left: 10px;
  right: auto;
}

.slider-arrow-wrapper.right {
  right: 10px;
}

.frm_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-block {
  padding: 30px;
  background-color: #f3f3f3;
}

.contact-link {
  color: #000;
  text-decoration: none;
}

.contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-link-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-title {
  margin-top: 0px;
}

.direction-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.direction-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.direction-icon {
  max-height: 22px;
  max-width: 22px;
}

.frm_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-radio {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.carousel-item {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.carousel {
  height: auto;
  background-color: transparent;
}

.carousel-mask {
  padding-top: 100px;
  padding-bottom: 100px;
}

.carousel-text-wrapper {
  padding: 20px;
}

.carousel-image-wrapper {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.carousel-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph {
  color: #414042;
  letter-spacing: 0em;
}

.grid {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  padding: 30px;
}

.has-text-align-center {
  color: #414042;
}

.heading-2 {
  color: #414042;
}

.home-news-text-wrapper {
  padding: 40px;
}

.home-news-image-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: 6px solid #fa7136;
  border-bottom: 0px solid #fa7136;
  border-radius: 5px;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-clip: border-box;
}

.wp-post-image {
  position: relative;
  display: block;
  width: auto;
}

.wp-block-button-2 {
  display: inline-block;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}

.wp-block-latest-posts__title_link {
  display: block;
  margin: 60px 40px 10px;
  color: #414042;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.wp-block-latest-posts__item {
  position: relative;
  display: inline-block;
  width: 29.7%;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-bottom: 30px;
  border-top: 7px solid #fa7136;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 5px #d1d3d4;
}

.wp-block-latest-posts__featured-image_link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-latest-posts__featured-image {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fa7136;
  border-radius: 5px 5px 0px 0px;
}

.text-block {
  margin-right: 40px;
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 0.9rem;
  }

  h6 {
    font-size: 0.8rem;
  }

  .wp-block-usd-wrapperblock.footer-section.alignfull {
    padding-top: 40px;
  }

  .menu-button-wrapper {
    left: -60px;
    display: inline-block;
    padding: 5px;
  }

  .menu-button-wrapper.desktop {
    left: 0px;
    margin-bottom: 0px;
  }

  .menu-text-span {
    top: 9px;
  }

  .nav-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .class-wrapper {
    display: none;
  }

  .nav-left {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-right {
    position: relative;
  }

  .navigation-main {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 100%;
    min-width: 500px;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu-item {
    display: block;
  }

  .menu-item.menu-item-has-children {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu-item----a {
    position: relative;
    display: block;
    padding: 30px;
    color: #fff;
    font-size: 1.2rem;
  }

  .nav-logo {
    min-width: 150px;
  }

  .nav {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .nav.open {
    z-index: 980;
    display: block;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.82);
    opacity: 1;
    -webkit-transform: translate(0vw, 0px);
    -ms-transform: translate(0vw, 0px);
    transform: translate(0vw, 0px);
  }

  .sub-menu {
    position: relative;
    top: 0px;
    width: 100%;
    padding: 0px 0px 0px 20px;
    border-radius: 0px;
    background-color: #171717;
  }

  .nav-contact-wrapper {
    display: none;
  }

  .nav-contact-link-wrapper {
    display: none;
  }

  .nav-social-wrapper {
    display: none;
  }

  .nav-social-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0.4;
  }

  .nav-top.centered {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-bottom.centered {
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-search-button {
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  .nav-quick-link {
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  .search-close {
    z-index: 0;
  }

  .hero-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .hero-content-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .menu-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    min-width: 500px;
  }

  .slide.narrow {
    margin-right: 30px;
    padding: 50px 30px;
  }

  .slider-mask.narrow {
    width: 80%;
  }

  .slider-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .slider-block-inner {
    padding: 30px;
  }

  .footer-container {
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navigation-footer {
    z-index: 0;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .footer-col-1 {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 2.5%;
    text-align: center;
  }

  .footer-col-2 {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 2.5%;
    padding-left: 2.5%;
    text-align: center;
  }

  .footer-col-3 {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
    text-align: center;
  }

  .footer-col-4 {
    width: 100%;
    max-width: 1005%;
    padding-top: 40px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
    text-align: center;
  }

  .footer-contact-link-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-icon.large {
    display: none;
  }

  .sub-footer.inner-wide {
    margin-top: 40px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-footer-col-1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .sub-footer-col-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .sub-footer-col-3 {
    width: 100%;
  }

  .footer-menu-item----a {
    display: block;
  }

  .footer-social-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-social-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0.4;
  }

  .usd-text {
    margin-left: 0px;
    float: none;
    text-align: center;
  }

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

  .pre-footer {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pre-footer.inner-wide {
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pre-footer-col-1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .pre-footer-col-2 {
    width: 100%;
  }

  .frm_fields_container {
    padding: 30px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .slider-arrow {
    font-size: 1.6rem;
  }

  .slider-arrow-wrapper {
    width: 40px;
    height: 40px;
  }

  .contact-link-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .carousel-mask {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wp-block-latest-posts__item {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  .wp-block-media-text__media {
    position: relative;
    width: 100%;
    clear: both;
  }

  .wp-block-media-text__content {
    position: relative;
    width: 100%;
  }

  .wp-block-media-text {
    position: relative;
    display: block;
    width: 100%;
  }

  .navigation-main {
    width: 100%;
    min-width: 100%;
  }

  .navigation-main.mobile-first {
    min-width: 100%;
  }

  .hero-content-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .menu-close {
    width: 100%;
    min-width: 100%;
  }

  .slide.narrow {
    min-height: auto;
    margin-right: 0px;
    padding: 50px 20px;
  }

  .slider-mask.narrow {
    width: 100%;
  }

  .slider-block-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-block-inner {
    padding: 20px;
  }

  .navigation-footer {
    width: 100%;
    min-width: 100%;
  }

  .navigation-footer.mobile-first {
    min-width: 100%;
  }

  .footer-col-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-col-4 {
    width: 100%;
  }

  .usd-text {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }

  .pre-footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .footer-subscribe-wraper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-input {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .subscribe-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .input.has-secondary-3-background-color {
    width: 100%;
    min-width: 100px;
    margin-bottom: auto;
  }

  .frm_button_submit {
    margin-top: 10px;
  }

  .frm_form_field {
    width: 100%;
    margin-bottom: 20px;
  }

  .frm_fields_container {
    display: block;
  }

  .slider-arrow {
    font-size: 1.6rem;
  }

  .slider-arrow-wrapper {
    width: 35px;
    height: 35px;
  }

  .carousel-item {
    width: 96%;
  }

  .wp-block-latest-posts__item {
    width: 91%;
  }

  .image {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1rem;
  }

  .wp-block-media-text__media {
    display: block;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-logo {
    min-width: 100px;
  }

  .hero-content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer-container {
    padding-bottom: 60px;
  }

  .footer-col-1 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-col-2 {
    width: 100%;
  }

  .input.has-secondary-3-background-color {
    margin-bottom: 10px;
  }

  .frm_button_submit {
    margin-right: 0px;
    margin-left: 0px;
  }

  .frm_form_field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .frm_fields_container {
    padding: 20px;
  }

  .slider-arrow {
    font-size: 1.3rem;
  }

  .contact-info-block {
    padding: 20px;
  }

  .carousel-item {
    width: 100%;
  }

  .wp-block-latest-posts__item {
    width: 86%;
  }
}

#w-node-e741c90d-ec06-8452-4841-37cf061f7613-2a19e061 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c7ee8848-3eab-2039-a528-6fd238ac5fec-2a19e061 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_478ebd31-5b8f-d3ed-9f3c-fc22ccc48597-2a19e061 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-e741c90d-ec06-8452-4841-37cf061f7613-2a19e061 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c7ee8848-3eab-2039-a528-6fd238ac5fec-2a19e061 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_478ebd31-5b8f-d3ed-9f3c-fc22ccc48597-2a19e061 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

