/*
Theme Name: 19 Logistics
Author: CODO Design
Author URI: https://cododesign.com
Description: 19 Logistics is a custom theme designed and developed by CODO Design. This theme is optimized for use with the CODO ACF Blocks plugin and Advanced Custom Fields.
Requires at least: 6.6
Tested up to: 6.6.2
Requires PHP: 8.0
Version: 2.0
Text Domain: codo
*/
body, p {
  font-family: "urw-din", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

h1 {
  font-size: 3.375em;
  line-height: 1em;
}

h1 p {
  line-height: 1em;
}

h2 {
  font-size: 2.5em;
  line-height: 1em;
}

h2 p {
  font-size: 2.5em;
  line-height: 1em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
}

h4 {
  font-size: 1.5em;
  line-height: 1em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.4em;
}

h6 {
  font-size: 1.125em;
  line-height: 1.4em;
}

p {
  font-size: 1em;
  line-height: 1.7em;
}

b, strong {
  font-weight: 800;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  appearance: none !important;
  padding: 6px 15px;
  border-radius: 24px;
}

button:hover {
  cursor: pointer;
}

img, picture, video, svg {
  width: 100%;
  height: auto;
}

input, textarea, select {
  appearance: none;
  border-radius: 1vw;
  border-width: 1px;
  border-color: #E0E0E0;
}

table {
  box-sizing: border-box;
  border-radius: 24px;
  border-width: 1px;
  border-color: #E0E0E0;
}

table tr td {
  border-width: 1px;
  border-color: #E0E0E0;
}

a {
  color: #CEE1FF;
}

blockquote {
  font-weight: 800;
}

blockquote p {
  border-left: 1px solid #E0E0E0;
  padding-left: 1em;
}

button {
  border: none;
  text-transform: uppercase;
  background: #CEE1FF;
  color: #203864;
  font-weight: 600;
  font-family: "urw-din", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
}

button:after {
  content: "";
  background-image: url("assets/images/icon-arrow.svg");
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-bottom: 1px;
  display: inline-block;
  transform: rotate(180deg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 0.25em;
}

button.alt {
  background-color: transparent;
}

button.phone {
  display: inline-flex;
  align-items: center;
}

a[title="Call Now"]:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("assets/images/icon-phone.svg");
  background-size: contain;
  display: inline-block;
}

.heading {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.heading p, h2.heading {
  text-align: center;
}

.heading:before {
  content: "";
  width: 60px;
  margin: auto;
  height: 4px;
  background: #CEE1FF;
  display: block;
  margin-bottom: 2vw;
}

h3.heading:before {
  margin-left: 0;
}

p, p > span {
  font-weight: 600 !important;
  color: #3F3F3F;
}

h2 p {
  color: #203864;
}

header.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 99999;
  padding: 0 4vw;
  border-bottom: 1px solid #E0E0E0;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 0.875em;
}

.admin-bar header.header {
  top: 32px;
}

header.header .logo {
  max-width: 120px;
}

header.header .logo.left {
  margin-right: 2vw;
}

header.header .logo.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

header.header .top {
  display: flex;
  align-items: center;
}

header.header .top.left {
  justify-content: flex-start;
}

header.header .top.center {
  justify-content: space-between;
}

header.header nav ul {
  padding: 0;
  margin: 0;
}

header.header nav ul li {
  list-style: none;
  display: inline-flex;
  height: auto;
  align-items: center;
  margin-right: 0.5em;
  position: relative;
  height: 60px;
}

header.header nav ul li:after {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #203864;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header nav ul li:hover:after {
  left: 0;
  width: 100%;
}

header.header nav ul li a {
  color: #203864;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

header.header nav ul li ul {
  display: none;
  position: absolute;
  border: 1px solid #E0E0E0;
  border-top: 1px solid #ffffff;
  background-color: #ffffff;
  top: 0px;
  padding: 2vw;
  left: -2vw;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header nav ul li:hover ul {
  display: block;
  top: 60px;
}

header.header nav ul li ul li {
  display: block;
  border-bottom: none;
  height: auto;
}

header.header nav ul li ul li:after {
  height: 0px;
}

header.header nav ul li ul li:nth-of-type(n + 2) {
  margin-top: 1em;
}

header.header .primary-nav-wrapper {
  display: none;
}

header.header .featured-links-wrapper {
  display: flex;
  align-items: center;
}

header.header .top.left .featured-links-wrapper {
  position: absolute;
  right: 2vw;
}

header.header nav.featured-links {
  display: none;
}

header.header nav.featured-links ul li {
  margin-left: 0.5em;
  margin-right: 0;
}

header.header nav.featured-links ul li a {
  display: flex;
  align-items: center;
}

header.header nav.featured-links ul li.button a {
  background-color: #ffffff;
  color: #CEE1FF;
  border: 1px solid #CEE1FF;
  border-radius: 24px;
  padding: 8px 16px;
  box-sizing: border-box;
}

header.header form.search {
  display: flex;
  align-items: center;
}

header.header form.search label {
  display: none;
}

header.header form.search input[type=text] {
  border: none;
  outline: none;
}

header.header form.search input[type=submit] {
  display: none;
}

header.header .bottom {
  display: flex;
  align-items: center;
}

header.header nav.secondary ul {
  padding: 0;
  margin: 0;
}

header.header nav.secondary ul li {
  list-style: none;
  display: inline-flex;
  height: auto;
  align-items: center;
}

header.header nav.secondary.featured-links ul li.button a {
  background-color: #ffffff;
  color: #CEE1FF;
  border: 1px solid #E0E0E0;
}

header.header .header-nav-button {
  display: block;
  position: absolute;
  right: 2.5vw;
}

header.header .header-nav-button:hover, header.header .header.header-nav-button:active {
  cursor: pointer;
}

header.header .header-nav-button div {
  width: 24px;
  height: 4px;
  background-color: #203864;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header .header-nav-button div.middle {
  margin: 4px 0;
}

header.header .header-nav-button.active div:first-of-type {
  transform: rotate(45deg);
  margin-top: 4px;
}

header.header .header-nav-button.active div.middle {
  display: none;
}

header.header .header-nav-button.active div:last-of-type {
  transform: rotate(-45deg);
  margin-top: -4px;
}

header.header .mobile-nav-wrapper {
  display: none;
  background: #203864;
  color: #ffffff;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  top: 60px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-bar header.header .mobile-nav-wrapper {
  top: 92px;
}

header.header .mobile-nav-wrapper nav ul li a {
  color: #ffffff;
}

header.header .mobile-nav-wrapper nav.primary-nav {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

header.header .mobile-nav-wrapper nav.primary-nav ul li {
  display: block;
  font-size: 1.25em;
  height: auto;
}

header.header .mobile-nav-wrapper nav ul li:nth-of-type(n + 2) {
  margin-top: 1em;
}

header.header .mobile-nav-wrapper nav.primary-nav ul li ul,
header.header .mobile-nav-wrapper nav.primary-nav ul li:hover ul {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 1em;
  top: 0;
}

header.header .mobile-nav-wrapper nav.primary-nav ul li ul li {
  margin-right: 0;
  font-size: 1em;
}

header.header .mobile-nav-wrapper nav.social-nav {
  position: relative;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header .mobile-nav-wrapper.active nav.social-nav {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.header .mobile-nav-wrapper nav.social-nav ul li {
  height: 24px;
}

header.header .mobile-nav-wrapper nav.social-nav ul li a svg {
  height: 24px;
}

main {
  margin-top: 60px;
}

body:not(.home) main {
  padding-top: 0;
}

main > p {
  width: 100%;
  margin: auto;
}

footer.footer {
  background-color: #203864;
}

footer.footer .top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw;
}

footer.footer .top .logo {
  max-width: 120px;
  max-height: 160px;
  width: 100%;
  height: auto;
}

footer.footer .bottom {
  display: flex;
  align-items: center;
  min-height: 60px;
}

footer.footer .bottom .copyright {
  display: inline;
  vertical-align: middle;
  color: #ffffff;
}

footer.footer .bottom .copyright.left {
  margin-left: 4vw;
}

footer.footer .bottom .copyright.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer.footer .bottom nav ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

footer.footer .bottom nav ul li {
  display: inline-block;
}

footer.footer .bottom nav.social-nav.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline;
  vertical-align: middle;
}

footer.footer .bottom nav.social-nav.right {
  position: absolute;
  right: 4vw;
}

footer.footer .bottom nav.social-nav ul {
  display: flex;
  gap: 1em;
}

footer.footer .bottom nav.social-nav ul li a svg {
  height: 24px;
  width: auto;
}

footer.footer .bottom nav.footer-nav.right {
  position: absolute;
  right: 4vw;
}

footer.footer .bottom nav.footer-nav.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

section {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  margin-top: -24px;
  padding-bottom: 48px;
}

section {
  margin-top: -12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

section > * {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.in-view > * {
  opacity: 1;
}

section .image {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  margin: auto;
  width: 100%;
}

section.image img {
  width: 0;
}

section.in-view {
  margin-top: -36px;
}

section.in-view .image {
  opacity: 1;
}

section:first-of-type {
  margin-top: 0;
}

section.wp-block-accordion {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-buttons {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-card {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-code {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-contact-info {
  width: 100%;
  margin-bottom: 4vw;
  background-color: #ffffff;
  padding: 8vw 0;
}

section.wp-block-contact-info .title {
  text-transform: uppercase;
  color: #203864;
  font-weight: 600;
  font-size: 21px;
}

section.wp-block-contact-info .title:before {
  content: "";
  width: 60px;
  margin: auto;
  height: 4px;
  background: #CEE1FF;
  display: block;
  margin-bottom: 2vw;
}

section.wp-block-contact-info .types {
  display: flex;
  align-items: center;
  margin: auto;
  width: 60%;
  justify-content: space-between;
}

section.wp-block-contact-info .types .type {
  text-align: center;
}

section.wp-block-contact-info .types .type a {
  display: inline-block;
  margin-bottom: 0.25em;
  color: #203864;
}

section.wp-block-contact-info .types .type a:first-of-type {
  margin-top: 0.25em;
}

section.wp-block-cover {
  width: 100%;
  margin-bottom: 0;
  height: 40vw;
}

section.wp-block-cover .heading {
  font-size: 1em;
}

section.wp-block-cover .heading:before {
  opacity: 0.5;
}

section.wp-block-cover p {
  color: #ffffff;
  text-align: center;
  max-width: 720px;
  margin: auto;
}

section.wp-block-cover .align-center {
  display: flex;
  justify-content: center;
}

section.wp-block-cover .buttons a:nth-of-type(n + 2) button {
  background-color: transparent;
  color: #ffffff;
}

section.wp-block-cover .buttons a:nth-of-type(n + 2) button:after {
  background-image: url("assets/images/icon-arrow-white.svg");
}

section.wp-block-cover figure {
  align-items: flex-start;
}

section.wp-block-cover .video {
  width: 100%;
  position: absolute;
  opacity: 0.5;
}

section.wp-block-delivery-area {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-events-list {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-file {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-form {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-form .form {
  padding: 0 !important;
}

section.wp-block-form .gform_title {
  display: none !important;
}

body:not(.wp-admin) :not(header) section.wp-block-form form:not(.search) input,
section.wp-block-form select,
section.wp-block-form textarea {
  border: none !important;
  box-shadow: none !important;
  background-color: #E0E0E0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body:not(.wp-admin) :not(header) section.wp-block-form form:not(.search) input[type=submit] {
  background-color: #203864 !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 24px !important;
  padding: 0 !important;
}

section.wp-block-form .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  --gf-local-font-size: 16px !important;
}

.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  color: #203864 !important;
  text-transform: uppercase;
  margin-bottom: 4px !important;
  font-weight: 600 !important;
}

section.wp-block-form .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
section.wp-block-form .gform-theme--framework .field_sublabel_above .gform-field-label--type-sub {
  --gf-local-font-size: 14px !important;
}

section.wp-block-form .gfield_required {
  display: none;
}

section.wp-block-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  --gf-local-font-size: 16px !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  height: 48px !important;
}

section.wp-block-three-col-grid,
section.wp-block-two-col-grid {
  background-color: #203864;
  color: #ffffff;
  position: relative;
}

section.wp-block-two-col-grid:before,
section.wp-block-three-col-grid:before,
section.wp-block-two-col-grid:after,
section.wp-block-three-col-grid:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-1.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-two-col-grid:after,
section.wp-block-three-col-grid:after {
  left: auto;
  right: -4vw;
  top: auto;
  bottom: 16vw;
  transform: rotate(90deg);
}

section.wp-block-three-col-grid p,
section.wp-block-two-col-grid p {
  color: #ffffff;
  opacity: 0.6;
}

section.wp-block-three-col-grid .grid,
section.wp-block-two-col-grid .grid {
  display: grid;
  padding: 4vw 4vw;
  grid-template-columns: auto auto auto;
}

section.wp-block-two-col-grid .grid {
  grid-template-columns: auto auto;
}

section.wp-block-three-col-grid .grid .grid-item,
section.wp-block-two-col-grid .grid .grid-item {
  padding: 1vw;
}

section.wp-block-two-col-grid h2.heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
}

section.wp-block-two-col-grid .paragraph p {
  opacity: 0.6;
  max-width: 800px;
  margin: auto;
  margin-top: 1em;
  color: #ffffff;
  text-align: center;
}

section.wp-block-two-col-grid .paragraph {
  padding-bottom: 4vw;
}

section.wp-block-two-col-grid .paragraph + .grid {
  padding-top: 0;
}

section.wp-block-two-col-grid:nth-of-type(2) {
  background-color: #ffffff;
  color: #203864;
}

section.wp-block-two-col-grid:nth-of-type(2):before,
section.wp-block-two-col-grid:nth-of-type(2):after {
  background-image: url("assets/images/graphics-dots-2.svg");
}

section.wp-block-two-col-grid:nth-of-type(2) h2.heading {
  line-height: 1.25em;
}

section.wp-block-two-col-grid:nth-of-type(2) .paragraph p,
section.wp-block-two-col-grid:nth-of-type(2) .grid-item p {
  color: #203864;
}

section.wp-block-header {
  background-color: #203864;
  color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 4vw 4vw;
  padding-bottom: calc(48px + 4vw);
  text-align: center;
  position: relative;
  background-image: url("assets/images/graphics-arrow-1.svg");
  background-repeat: no-repeat;
  background-position: 60vw bottom;
  background-size: 40vw;
}

section.wp-block-header:before,
section.wp-block-header:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-1.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-header.in-view:after {
  top: auto;
  bottom: 36px;
  left: auto;
  right: 4vw;
}

section.wp-block-header h2.heading {
  margin: 0;
}

section.wp-block-header h2.heading:before {
  opacity: 0.5;
}

section.wp-block-header > p,
section.wp-block-header > p span {
  opacity: 0.6;
  max-width: 800px;
  margin: auto;
  margin-top: 1em;
  color: #ffffff;
}

section.wp-block-heading {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-hero {
  width: 100%;
  margin-bottom: calc(4vw + 24px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 4vw;
  background: #ffffff;
  padding-bottom: 4vw;
  overflow: visible;
}

section.wp-block-hero .slide-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  flex-direction: column;
}

section.wp-block-hero .slide.bg-video {
  height: auto;
}

section.wp-block-hero .content {
  width: 50%;
  position: relative;
  color: #203864;
  text-transform: uppercase;
  margin: 0;
  height: 32vw;
}

section.wp-block-hero .content h1,
section.wp-block-hero .content h1 p {
  margin: 0;
  font-weight: 600;
}

section.wp-block-hero .content a:nth-of-type(n + 2) button {
  background-color: transparent;
}

section.wp-block-hero .video {
  width: 50%;
  height: 25vw;
  min-height: auto;
  max-height: 100%;
  left: 50vw;
  display: block;
}

section.wp-block-hero .video video {
  box-shadow: 2vw 2vw 0px #CEE1FF;
  width: calc(100% - 2vw);
  min-width: calc(100% - 2vw);
  border-radius: 1vw;
  min-height: auto;
  position: relative;
}

section.wp-block-hero .video .video-wrapper {
  position: relative;
}

section.wp-block-hero .video .video-wrapper:before,
section.wp-block-hero .video .video-wrapper:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-2.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: -2vw;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-hero .video .video-wrapper:after {
  top: auto;
  left: auto;
  right: 6vw;
  bottom: -3.8vw;
}

section.wp-block-hero .slick-dots {
  display: none;
}

section.wp-block-icon {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-icon-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-icon-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-image {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-image-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-intro {
  background: #203864;
  color: #ffffff;
  padding-bottom: calc(8vw + 48px);
  position: relative;
  padding-top: 4vw;
}

section.wp-block-intro:before,
section.wp-block-intro:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-1.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-intro:after {
  left: auto;
  right: -4vw;
  top: auto;
  bottom: 16vw;
  transform: rotate(90deg);
}

section.wp-block-intro .heading {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

section.wp-block-intro .heading:before {
  opacity: 0.5;
  background-color: #CEE1FF;
}

section.wp-block-intro .image {
  width: 34%;
  margin: auto;
  position: relative;
  padding-left: 2vw;
}

section.wp-block-intro .image-wrapper {
  box-shadow: -2vw 2vw 0px rgba(157, 196, 255, 0.5);
  overflow: hidden;
  border-radius: 1vw;
}

section.wp-block-intro .image:after {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-1.svg");
  width: 9vw;
  height: 4.5vw;
  position: absolute;
  bottom: -4.5vw;
  left: 4vw;
  background-size: contain;
}

section.wp-block-intro .fp-image {
  display: flex;
}

section.wp-block-intro .grid {
  display: flex;
  gap: 2vw;
}

section.wp-block-intro .grid .feature {
  margin-bottom: 3em;
}

section.wp-block-intro .grid .feature:last-of-type {
  margin-bottom: 0;
}

section.wp-block-intro .grid .grid-left,
section.wp-block-intro .grid .grid-right {
  width: 33%;
  padding: 2vw;
  display: flex;
  align-items: center;
}

section.wp-block-intro .grid .grid-left,
section.wp-block-intro .grid p,
section.wp-block-intro .grid p span {
  text-align: right;
  color: #ffffff;
}

section.wp-block-intro .grid .grid-right {
  text-align: left;
}

section.wp-block-intro .grid p {
  opacity: 0.5;
}

section.wp-block-intro .grid .grid-right p {
  text-align: left;
}

section.wp-block-intro .grid button.primary.contrast {
  color: #ffffff;
  opacity: 0.75;
  padding: 0;
  background-color: transparent;
}

section.wp-block-intro .grid button.primary.contrast:after {
  background-image: url("assets/images/icon-arrow-white.svg");
}

section.wp-block-image-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-list {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-map.area {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-map.location {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-marketing {
  background-color: #ffffff;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 6vw;
}

section.wp-block-marketing .heading {
  color: #203864;
}

section.wp-block-marketing > p {
  margin-bottom: 2em;
}

button.phone:after {
  background-image: url("assets/images/icon-phone.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
  transform: rotate(0deg);
}

section.wp-block-media-text {
  width: 100%;
  margin-bottom: 4vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-color: #ffffff;
  padding: calc(4vw + 24px) 0;
  position: relative;
}

section.wp-block-media-text:before {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-2.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text:before {
  background: none;
}

section.wp-block-media-text .content {
  width: 100%;
  height: auto;
  padding: 4vw;
  padding-right: 8vw;
  padding-left: calc(4vw + 24px);
}

section.wp-block-media-text .content .heading {
  color: #203864;
  font-size: 1.5em;
}

section.wp-block-media-text .content .heading:before {
  margin: 0;
}

section.wp-block-media-text .content .heading p {
  text-align: left;
  font-size: 1em;
}

section.wp-block-media-text .content ul li {
  font-weight: 600;
  line-height: 1.7em;
}

section.wp-block-media-text .image {
  width: 100%;
  padding: 0 4vw;
  padding-left: 0;
}

section.wp-block-media-text .fp-image {
  box-shadow: -2vw 2vw 0px #CEE1FF;
  display: flex;
  align-items: center;
  width: calc(100% - 24px);
  border-radius: 1vw;
  overflow: hidden;
}

section.wp-block-media-text.in-view .fp-image {
  margin-left: 0;
  width: calc(100% - 24px);
}

section.wp-block-media-text .fp-image img {
  border-radius: 1vw;
}

section.wp-block-media-text + section.wp-block-media-text {
  flex-direction: row;
  padding-top: 0;
}

section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text {
  flex-direction: row-reverse;
}

section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text {
  flex-direction: row;
}

section.wp-block-media-text + section.wp-block-media-text .image {
  padding-left: calc(4vw + 24px);
  padding-right: 0;
  padding-top: 0;
}

section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text .image {
  padding-left: 0;
  padding-right: 4vw;
  padding-top: 0;
}

section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text + section.wp-block-media-text .image {
  padding-left: calc(4vw + 24px);
  padding-right: 0;
  padding-top: 0;
}

section.wp-block-nav {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-newsletter {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-paragraph {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-pullquote {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-quote {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-separator {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-shortcode {
  width: 100%;
  margin-bottom: 4vw;
}

sectionw.wp-block-social-feed {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-social-icons {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-spotify {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-stats {
  width: 100%;
  margin-bottom: 4vw;
  background-color: #ffffff;
  text-align: center;
  padding-top: calc(2vw + 0.83em);
}

section.wp-block-stats:before {
  content: "";
  display: block;
  background-image: url("assets/images/graphics-dots-2.svg");
  width: 10vw;
  height: 4vw;
  position: absolute;
  top: 0;
  left: 4vw;
  background-size: contain;
  max-width: 156px;
  max-height: 50px;
}

section.wp-block-stats h2 {
  font-size: 1em;
  margin: auto;
  display: block;
  margin-block-start: 0.83em;
}

section.wp-block-stats p {
  width: 80%;
  max-width: 600px;
  margin: auto;
  display: block;
  margin-top: 1em;
  color: #A0A0A0;
}

section.wp-block-stats h2 p {
  margin-top: 0;
  color: #203864;
}

section.wp-block-stats .stats {
  display: grid;
  gap: 2vw;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: auto;
  margin-top: 1em;
}

section.wp-block-stats .stats .figure {
  font-size: 64px;
  font-weight: 600;
  color: #203864;
}

section.wp-block-stats .stats .description p {
  text-transform: uppercase;
  margin-top: 0;
  color: #203864;
}

section.wp-block-table {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-team {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-timeline {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-video {
  width: 100%;
  margin-bottom: 4vw;
}

section.wp-block-youtube {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-cover {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-customhtml {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-delivery-area {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-events-list {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-file {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-form {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-heading {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-icon {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-icon-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-icon-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-image {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-image-gallery {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-image-slideshow {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-list {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-map {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-media-text {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-nav {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-newsletter {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-paragraph {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-pullquote {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-quote {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-separator {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-shortcode {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-social-feed {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-social-icons {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-spotify {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-table {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-team {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-timeline {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-video {
  width: 100%;
  margin-bottom: 4vw;
}

.wp-block-columns .wp-block-column section.wp-block-youtube {
  width: 100%;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 600px) {
  header.header {
    padding: 3vw;
  }
}
@media only screen and (min-width: 800px) {
  header.header {
    padding: 0 2vw;
  }
  header.header .primary-nav-wrapper {
    display: block;
  }
  header.header nav.featured-links {
    display: block;
  }
  header.header .mobile-nav-wrapper {
    display: none;
  }
  header.header .header-nav-button {
    display: none;
  }
  header.header .top {
    min-height: 40.5px;
  }
  header.header .mobile-nav-wrapper nav.featured-links {
    display: none;
  }
  main {
    margin-top: 60px;
  }
  .admin-bar main {
    margin-top: 60px;
  }
  footer.footer .copyright.left {
    margin-left: 2vw;
  }
  footer.footer nav.social-nav.right {
    right: 2vw;
  }
  section.wp-block-hero .slide-wrapper {
    flex-direction: row;
  }
}
@media only screen and (max-width: 899px) {
  section.wp-block-stats .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 799px) {
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.25em;
  }
  header.header {
    display: flex;
    align-items: center;
  }
  section.wp-block-cover figure:not(.qr-code) img {
    height: 100%;
    min-width: auto;
    width: auto;
  }
  section.wp-block-header {
    padding: 8vw 4vw;
    padding-bottom: calc(8vw + 48px);
  }
  section.wp-block-cover .video {
    display: flex;
    justify-content: center;
  }
  section.wp-block-cover .video video {
    width: 160%;
    height: auto;
  }
  section.wp-block-hero .content {
    margin-top: -4vw;
    width: 100%;
  }
  section.wp-block-hero .video {
    width: 100%;
    height: auto;
  }
  section.wp-block-hero .video video {
    margin-bottom: 24px;
    width: calc(100% - 16vw);
  }
  section.wp-block-hero .buttons button {
    margin: 0.5em auto;
  }
  section.wp-block-intro .image {
    width: calc(100% - 16vw);
  }
  section.wp-block-intro .grid {
    flex-direction: column;
    gap: 8vw;
  }
  section.wp-block-intro .grid .grid-left,
  section.wp-block-intro .image,
  section.wp-block-intro .grid .grid-right {
    width: calc(100% - 16vw);
    text-align: center !important;
    margin: auto;
  }
  section.wp-block-intro .grid p {
    text-align: center !important;
  }
  section.wp-block-media-text,
  section.wp-block-media-text + section.wp-block-media-text {
    flex-direction: column;
  }
  section.wp-block-media-text.in-view .fp-image {
    width: calc(100% - 16vw);
    margin-left: 9vw;
  }
  section.wp-block-media-text + section.wp-block-media-text .image {
    padding-left: 0;
  }
  section.wp-block-media-text .content {
    width: calc(100% - 16vw);
  }
  section.wp-block-two-col-grid .grid,
  section.wp-block-three-col-grid .grid {
    grid-template-columns: auto;
    padding: 7vw 7vw;
  }
  section.wp-block-two-col-grid > .heading,
  section.wp-block-three-col-grid > .heading {
    padding: 0 8vw;
    line-height: 1.2em;
    margin: 8vw 0 0 0;
  }
  section.wp-block-marketing {
    padding-top: 6vw;
    padding-bottom: 12vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  footer.footer .top {
    padding: 8vw;
  }
  footer.footer .bottom {
    flex-direction: column-reverse;
    gap: 1em;
    padding-bottom: 2em;
  }
  footer.footer .bottom nav.footer-nav.right,
  footer.footer .bottom nav.social-nav.center,
  footer.footer .bottom .copyright.left {
    position: relative;
    display: block;
    margin: auto;
    margin-left: auto;
    left: auto;
    right: auto;
    transform: initial;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar header.header {
    top: 46px;
  }
}
@media only screen and (max-width: 580px) {
  section.wp-block-hero {
    height: 100%;
    max-height: 100%;
  }
  section.wp-block-stats .stats {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (orientation: portrait) {
  section.wp-block-hero {
    height: 100%;
    max-height: 100%;
  }
}
