@font-face {
  font-family: Plantin Bold;
  src: url('../fonts/PlantinMTProBold.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plantin Medium;
  src: url('../fonts/PlantinMTProBold.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plantin Light;
  src: url('../fonts/PlantinMTProBold.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-medium: "Plantin Medium", sans-serif;
  --brand-light-blue: #1b75bc;
  --brand-light: "Plantin Light", sans-serif;
  --copy: Montserrat, sans-serif;
  --brand-black: #1d1d20;
  --brand-bold: "Plantin Bold", sans-serif;
  --brand-white: white;
  --brand-dark-blue: #191536;
  --brand-yellow: #f2c522;
  --brand-red: #e92734;
  --white-overlay: #ffffff80;
  --brand-pale-blue: #b2e0e8;
  --dark-overlay: #191536fc;
  --blue-overlay: #1b75bcd9;
  --brand-grey: #f4f4f7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  padding-top: 138px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  font-family: var(--brand-medium);
  color: var(--brand-light-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

h3 {
  font-family: var(--brand-light);
  color: var(--brand-light-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

p {
  font-family: var(--copy);
  color: var(--brand-black);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.body {
  padding: 50px;
}

.heading {
  font-family: var(--brand-bold);
  color: var(--brand-light-blue);
  font-size: 70px;
  line-height: 78px;
}

.heading.heading-xl {
  font-size: 90px;
  line-height: 80px;
}

.heading.heading-xl.text-light {
  color: var(--brand-white);
}

.heading.heading-xl.text-light.heading-hero {
  width: 60%;
}

.heading.text-light.heading-xl {
  font-size: 120px;
}

.heading.text-light.heading-xl.heading-mb-l {
  margin-bottom: 54px;
}

.heading.content-header-large-title {
  font-size: 120px;
  line-height: 120px;
}

.heading.h1-small {
  font-size: 50px;
  line-height: 50px;
}

.heading.h1-small.ht-smaller {
  font-size: 35px;
  line-height: 35px;
}

.heading-3 {
  font-size: 40px;
  line-height: 48px;
}

.heading-3.hero-dl-title {
  color: var(--brand-dark-blue);
  font-size: 25px;
  transform: translate(-16px, -74px);
}

.lead {
  font-size: 22px;
  line-height: 30px;
}

.lead.qq-lead {
  margin-top: 16px;
}

.btn {
  background-color: var(--brand-light-blue);
  font-family: var(--copy);
  border-radius: 25px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
}

.btn:hover {
  background-color: var(--brand-dark-blue);
}

.btn.btn-outline {
  border: 1px solid var(--brand-dark-blue);
  background-color: var(--brand-white);
  color: var(--brand-dark-blue);
  flex: 0 auto;
  order: 0;
  align-self: baseline;
}

.btn.btn-outline:hover {
  background-color: var(--brand-dark-blue);
  color: var(--brand-white);
}

.btn.btn-outline.mt-l {
  margin-top: 31px;
}

.btn.btn-gold {
  background-color: var(--brand-yellow);
  margin-top: 13px;
}

.btn.btn-gold:hover {
  background-color: var(--brand-light-blue);
}

.btn.btn-dark {
  background-color: var(--brand-black);
}

.btn.btn-dark:hover {
  background-color: var(--brand-light-blue);
}

.btn.btn-dark.hero-download {
  background-color: var(--brand-red);
  margin-left: -24px;
  transform: translate(0, 16px);
  box-shadow: 0 0 16px 6px #0003;
}

.btn.mr-15 {
  margin-right: 15px;
}

.btn.btn-inline {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: inline-flex;
}

.btn.mt-l {
  margin-top: 19px;
}

.btn.mt-l.cta-btn-large {
  margin-left: 25px;
  padding: 19px 59px;
}

.btn.mt-l.mb-l {
  margin-bottom: 48px;
}

.btn.split-cta-dl-btn {
  margin-top: 22px;
}

.btn.qq-submit {
  margin-top: 17px;
}

.btn.btn-light-blue {
  background-color: var(--brand-yellow);
  color: var(--brand-dark-blue);
}

.btn.btn-light-blue:hover {
  background-color: var(--brand-light-blue);
}

.btn.home-quote-button {
  margin-top: 34px;
  margin-bottom: 34px;
}

.btn.btn-large {
  padding: 16px;
  font-size: 20px;
}

.hero-section {
  background-color: var(--brand-light-blue);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/20161012_160946_1476303196866.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  width: 100%;
  margin-top: -6px;
  padding-top: 155px;
  padding-bottom: 158px;
  display: flex;
}

.container-wide {
  width: 1400px;
  max-width: 1400px;
}

.container-wide.container-home-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.heading-2 {
  font-size: 50px;
}

.heading-2.text-dark {
  color: var(--brand-dark-blue);
}

.heading-2.text-dark.m-b-0 {
  margin-bottom: 0;
}

.heading-4 {
  font-family: var(--copy);
  color: var(--brand-black);
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.heading-4.text-gold {
  color: var(--brand-yellow);
}

.col-50 {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
}

.col-50.right-col {
  background-image: url('../images/home-hero-box-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
}

.col-50.justify-ledt {
  justify-content: center;
  align-items: center;
}

.col-50.justify-ledt.pl-large {
  padding-left: 40px;
}

.col-50.justify-ledt.extra-p-bot {
  padding-bottom: 48px;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
}

.home-fancy-nav-pod {
  justify-content: flex-start;
  align-items: stretch;
  width: 22%;
}

.home-fancy-nav-pod-image {
  width: 100%;
  height: 125px;
  transform: translate(-10px, -10px);
}

.fancy-pod-img-holder {
  border: 1px solid var(--brand-yellow);
  width: 100%;
  margin-bottom: 3px;
}

.flex-block-2 {
  margin-top: 38px;
}

.flex-block-3 {
  margin-top: 33px;
}

.pod-p-mb {
  margin-bottom: 29px;
}

.fancy-pod-heading {
  font-size: 25px;
  line-height: 34px;
}

.image {
  position: relative;
}

.image-2 {
  width: 180px;
  margin: 0;
  transform: translate(-16px, -43px);
  box-shadow: 0 2px 5px 8px #0003;
}

.fancy-section-full {
  margin-top: -20px;
  margin-bottom: 0;
}

.fancy-section-full.services-page {
  margin-top: 133px;
}

.fancy-section-full.nmt {
  margin-top: 87px;
}

.flex-block-4 {
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/map-dotted-web.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  align-items: stretch;
  width: 100%;
}

.v-col-40p {
  background-color: var(--brand-light-blue);
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 136px 63px;
}

.v-col-40p.white-bg {
  background-color: var(--brand-white);
}

.text-light {
  color: var(--brand-white);
  flex: 1;
  display: block;
}

.text-light.h2-xl {
  flex: 0 auto;
  font-size: 80px;
}

.text-light.h2-xl.text-blue {
  color: var(--brand-light-blue);
}

.text-light.h2-xl.h2-xl-less {
  font-size: 59px;
  line-height: 59px;
}

.text-light.uvl-section-heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.text-light.list-item-words {
  font-size: 16px;
}

.text-light.shrink {
  flex: none;
}

.text-l {
  color: var(--brand-white);
}

.hero-dl-arrow {
  width: 50px;
  position: absolute;
  top: 93.555px;
  right: 209.5px;
}

.flex-block-5 {
  flex: 1;
}

.flex-block-5.h-flex-grid {
  flex-flow: wrap;
  align-items: flex-start;
}

.flex-grid-pod-33 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  width: 33%;
  padding: 80px 40px 40px;
}

.flex-grid-pod-33.flex-grid-66 {
  justify-content: space-between;
  align-items: stretch;
  width: 66%;
  padding-top: 80px;
}

.flex-grid-pod-33.flex-grid-66.flex-grid-100 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.flex-grid-pod-33.flex-grid-66.flex-grid-50 {
  width: 50%;
}

.flex-grid-pod-33.pale-blue {
  background-color: var(--brand-pale-blue);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 74px;
}

.flex-grid-pod-33.pale-blue.flex-gird-pod-50 {
  width: 50%;
}

.flex-grid-pod-33.flex-grid-pod-100 {
  width: 100%;
}

.brand-font-heading {
  font-family: var(--copy);
  color: var(--brand-light-blue);
}

.p-small-text {
  font-size: 14px;
}

.p-small-text.mb-20 {
  margin-bottom: 20px;
}

.p-small-text.mb-20.p-col-50 {
  width: 100%;
}

.p-small-text.mb-20.p-col-50.lead {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.flex-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
}

.section {
  padding-top: 204px;
  padding-bottom: 80px;
}

.p-80-percent {
  width: 80%;
}

.pre-title {
  color: var(--brand-red);
  font-size: 18px;
  font-weight: 700;
}

.home-quote-section {
  z-index: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--brand-light-blue);
  background-color: #0000;
  background-image: url('../images/map-lightAsset-5.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--brand-light-blue);
  background-color: var(--brand-white);
  border-radius: 0 0 50px 50px;
  padding: 60px 50px;
  position: relative;
  box-shadow: inset 0 7px 10px #0000000d, 0 2px 5px #0003;
}

.text-span {
  color: var(--brand-light-blue);
}

.input {
  background-color: var(--brand-white);
  border-radius: 0 20px 20px 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto !important;
}

.input.input-mb {
  margin-bottom: 21px;
}

.input._w-select {
  height: auto;
}

.input.input-full-radius {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.form-block {
  width: 100%;
}

.form-block.mt-l {
  margin-top: 38px;
}

.input-label-for-curved-input {
  font-family: var(--copy);
  margin-left: 18px;
}

.flex-block-7, .flex-block-8 {
  position: relative;
}

.home-quote-banner {
  background-color: var(--brand-light-blue);
  border-radius: 5px;
  padding: 9px 26px;
  position: absolute;
  inset: 26px -33px auto auto;
  transform: rotate(28deg);
  box-shadow: 0 2px 5px #0003;
}

.text-block {
  color: var(--brand-white);
}

.p-small {
  width: 60%;
  font-size: 11px;
  line-height: 13px;
}

._w-50 {
  width: 50%;
}

._w-30 {
  background-color: var(--brand-dark-blue);
  background-image: linear-gradient(#191536a6, #191536a6), url('../images/home-map-dotted.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 63px 66px;
}

._w-70 {
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  min-height: 630px;
  position: relative;
}

.div-block {
  display: flex;
}

.div-block.hp-stats {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  margin-top: 75px;
}

.stats-container {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 46px;
  margin-left: 0;
  margin-right: 32px;
  padding: 77px 22px 18px 60px;
  position: absolute;
  inset: 38px -9.66406px 258px 31px;
}

.image-3 {
  width: 100%;
}

.p-title-lead {
  width: 60%;
}

.p-title-lead.p-expanded {
  width: 80%;
}

.stat-value {
  color: var(--brand-light-blue);
  font-family: Plantin Light, sans-serif;
  font-size: 40px;
}

.stat-box {
  justify-content: center;
  align-items: flex-start;
  margin: 10px;
  padding: 8px 28px 8px 8px;
}

.gold-text {
  color: var(--brand-white);
}

.section-2 {
  background-image: url('../images/CTA-Box-Floor-copy.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 650px;
}

.section-2.bottom-cta {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CTA-Box-Floor-copy.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
  display: flex;
}

.text-dark {
  color: var(--brand-dark-blue);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
}

.text-dark.light-backing {
  background-color: var(--brand-white);
  color: var(--brand-light-blue);
  border-radius: 25px;
  padding: 15px;
  box-shadow: 0 2px 5px #0003;
}

.container-2 {
  border: 0px solid var(--brand-white);
  background-color: var(--brand-dark-blue);
  background-image: linear-gradient(#191536f2, #191536f2), url('../images/pattern-white.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 25px;
  width: 940px;
  padding: 28px 60px;
  box-shadow: 7px 7px 12px #0009;
}

.big-cta-options-continer {
  flex-flow: wrap;
  width: 100%;
}

.paragraph {
  margin-bottom: 31px;
}

.section-3 {
  background-color: var(--brand-dark-blue);
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/pattern-white.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 67px;
  display: flex;
}

.text-span-2 {
  color: var(--brand-yellow);
}

.section-4 {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/About-Header-3-copy.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 650px;
  display: flex;
}

.section-4.logistics-hero {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/logistics-web-header.jpg');
  background-size: auto, auto, cover;
}

.container-3 {
  width: 1200px;
  max-width: 1200px;
}

.text-block-2 {
  color: var(--brand-white);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.text-block-3 {
  color: var(--brand-white);
  font-size: 16px;
}

.text-block-4 {
  color: var(--brand-white);
  margin-top: 7px;
  font-size: 18px;
}

.text-block-5 {
  color: var(--brand-white);
}

.text-block-6 {
  width: 60%;
  color: var(--brand-white);
  margin-top: 40px;
  font-size: 20px;
  line-height: 28px;
}

.flex-block-9 {
  width: 60%;
}

.section-5 {
  flex-flow: column;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
}

.container-4 {
  width: 1200px;
  max-width: 1200px;
}

.v-col-33 {
  width: 33%;
}

.v-col-33.grey-col {
  background-color: var(--brand-light-blue);
  background-image: url('../images/Boxes-graphic.png'), url('../images/trail-bg-image-copy.png');
  background-position: 50% 128%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, auto;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
}

.v-col-33.grey-col.adjust-bg-image {
  background-position: 50% 140%, 50% 0;
  background-size: 350px, auto;
}

.flex-block-10 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  align-items: stretch;
  margin-top: 74px;
}

.flex-block-10.bg-colour {
  background-color: #0000;
  background-image: url('../images/logistics-web-truck-section.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: baseline;
  padding: 516px 23px 60px;
}

.avatar-container {
  width: 100%;
  position: relative;
}

.image-4 {
  z-index: 1;
  font-weight: 400;
  position: relative;
}

.avatar-backing {
  background-color: var(--brand-red);
  border-radius: 999px;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  position: absolute;
  inset: auto auto 8% 50%;
}

.avatar-backing.joby-backing {
  width: 200px;
  height: 200px;
  margin-left: -100px;
}

.avatar-backing.joby-backing.ron-backing {
  background-color: var(--brand-dark-blue);
}

.avatar-backing.joby-backing.pat-backing {
  background-color: var(--brand-yellow);
}

.avatar-name {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

.avatar-title {
  margin-top: 0;
}

._w-60 {
  width: 60%;
}

._w-80 {
  width: 80%;
}

.section-6 {
  background-color: var(--brand-light-blue);
}

.flex-block-11 {
  background-color: var(--brand-white);
  align-items: stretch;
}

.section-7 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/about-uvl-section-copy.jpg');
  background-position: 0 0, 50% 42%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 1300px;
  margin-top: 194px;
  display: flex;
}

.container-5 {
  flex-flow: column;
  width: 1200px;
  max-width: 1200px;
  margin-bottom: 54px;
  display: flex;
}

.uvl-sub-heading {
  margin-top: 0;
}

.large-expl-text {
  font-family: var(--brand-medium);
  font-size: 20px;
}

.large-expl-text.text-gold {
  color: var(--brand-yellow);
}

.bold-text {
  font-family: var(--brand-light);
  line-height: 32px;
}

.flex-block-12 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
}

.icon-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px;
}

.list-item-icon {
  width: 30px;
  color: var(--brand-yellow);
  margin-right: 14px;
}

.section-8 {
  flex-flow: row;
  display: flex;
}

.content-header-col-left {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 114px 60px;
}

.content-header-col-left.pale-blue-bg {
  background-color: var(--brand-pale-blue);
}

.content-header-col-right {
  border-bottom: 1px solid var(--brand-pale-blue);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 59px;
  padding-right: 59px;
}

.content-header-description {
  font-size: 20px;
  line-height: 30px;
}

.section-9 {
  background-color: var(--brand-light-blue);
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/20210531_130258_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 125px;
  padding-bottom: 125px;
}

.section-9.container {
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/container-cta-bg.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  border-style: none;
  border-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.section-9.container.community-header {
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/community-hero.jpg');
  background-position: 0 0, 50%;
}

.section-9.warehouseheader {
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/warehouse-header.jpg');
  background-size: auto, cover;
}

.section-9.packingheader {
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/packing-header.jpg');
  background-size: auto, cover;
}

.section-9.longdistance {
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/20161012_160946_1476303196866.jpg');
  background-size: auto, cover;
}

.container-6 {
  width: 1200px;
  max-width: 1200px;
  padding-left: 0;
  position: relative;
}

.section-10 {
  background-image: url('../images/LP-bg-light-grey-copy.png');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-7 {
  width: 1200px;
  max-width: 1200px;
}

.col-66 {
  width: 66%;
  padding-right: 28px;
}

.h2-small {
  font-size: 40px;
  line-height: 48px;
}

.h2-small.mt-l {
  margin-top: 64px;
}

.h2-small.mb-l {
  margin-bottom: 26px;
}

.flex-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.flex-block-13.mt-xl {
  align-items: stretch;
  margin-top: 77px;
}

.flex-block-13.spread {
  justify-content: flex-start;
  align-items: stretch;
}

.page-checklist-rightside {
  width: 100%;
  padding: 25px;
}

.page-checklist-rightside.dark-blue-bg {
  background-color: var(--brand-light-blue);
  border-top-right-radius: 50px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.page-checklist-rightside.dark-blue-bg.packing-list {
  background-color: var(--brand-grey);
  border-bottom-left-radius: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-checklist-rightside.pale-blue-bg {
  background-color: var(--brand-pale-blue);
  border-bottom-left-radius: 50px;
}

.fancy-checklist-main-icon {
  width: 35px;
  margin-bottom: 12px;
}

.fancy-checklist-main-icon.pale-blue-color {
  color: var(--brand-pale-blue);
}

.fancy-check-list-header {
  font-family: var(--copy);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
}

.fancy-check-list-header.text-dark-blut {
  color: var(--brand-dark-blue);
}

.fancy-check-page-list {
  width: 100%;
}

.fancy-list-item {
  flex-flow: row;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.fancy-list-item-icon {
  width: 20px;
  margin-right: 10px;
}

.fancy-list-item-icon.text-l {
  margin-top: 4px;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  flex: 1;
}

.section-11 {
  background-color: var(--brand-white);
  background-image: url('../images/trail-bg-image-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 77px;
  padding-bottom: 77px;
}

.container-8 {
  width: 1200px;
  max-width: 1200px;
}

.split-cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.split-cta-cold-50 {
  width: 50%;
}

.split-cta-cold-50.br {
  border-right: 2px solid var(--brand-light-blue);
}

.split-cta-cold-50.br.no-border {
  border-right-width: 0;
  padding-left: 0;
}

.split-cta-cold-50.br.split-first-col {
  border-style: solid;
  border-width: 0 2px 0 0;
  border-color: black var(--brand-grey) black black;
}

.split-cta-cold-50.br.split-first-col.no-r-border {
  border-right-width: 0;
}

.split-cta-heading {
  color: var(--brand-dark-blue);
  font-size: 35px;
  line-height: 43px;
}

.image-5 {
  width: 160px;
}

.split-cta-download-image-container {
  width: 100%;
  min-height: 157px;
  position: relative;
}

.image-6 {
  width: 250px;
  position: absolute;
  inset: 0% auto auto -5%;
}

.image-6.no-l-m {
  left: -2%;
}

.image-7 {
  width: 65px;
  position: relative;
  transform: translate(57px, 47px);
}

.image-8 {
  width: 60px;
  position: absolute;
  top: 62px;
  left: 140px;
  transform: rotate(-53deg);
}

.content-header-fake-crumb {
  font-family: var(--brand-light);
  color: var(--brand-yellow);
  margin-top: 19px;
  font-size: 16px;
  font-weight: 300;
}

.content-header-fake-crumb.text-dark {
  color: var(--brand-dark-blue);
}

.content-header-fake-crumb.text-dark.extended-mb {
  margin-bottom: 31px;
}

.content-header-vertical-message {
  font-family: var(--copy);
  color: var(--brand-pale-blue);
  font-size: 12px;
  position: absolute;
  top: 80px;
  left: -90px;
  transform: rotate(-91deg);
}

.section-12 {
  background-color: var(--brand-pale-blue);
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/about-uvl-section-copy.jpg');
  background-position: 0 0, 50% 31%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 78px;
  padding-left: 100px;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  min-width: 600px;
  max-width: 600px;
  padding: 26px 25px;
}

.cta-p-bold {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.cta-large-header {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}

.text-span-3 {
  text-decoration: underline;
}

.mt-l {
  margin-top: 30px;
}

.mt-l.mb-l {
  margin-bottom: 30px;
}

.two-col {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  margin-top: 50px;
}

.section-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 73px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.conatiner-large-image-holder {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
}

.text-block-12 {
  margin-top: 13px;
}

.section-14 {
  background-color: var(--brand-pale-blue);
  background-image: url('../images/trail-bg-image-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 78px;
  padding-bottom: 57px;
}

.big-quote {
  font-family: var(--brand-medium);
  font-size: 50px;
  line-height: 50px;
}

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

.section-15 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.container-9 {
  max-width: 1200px;
  display: flex;
}

.diy-package-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 43px;
}

.diy-package-col-left {
  width: 30%;
}

.diy-package-row-title {
  font-family: var(--copy);
  font-size: 20px;
  font-weight: 700;
}

.diy-package-row-price {
  font-family: var(--copy);
  color: var(--brand-light-blue);
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}

.flex-block-14 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.text-block-14 {
  font-family: var(--copy);
}

.packing-material-pricelist {
  flex-flow: column;
  width: 100%;
}

.price-list-group-heading {
  font-family: var(--copy);
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 700;
}

.packing-material-pricing-item-row {
  width: 100%;
  margin-bottom: 13px;
}

.material-pricing-row-item {
  width: 50%;
}

.text-block-15 {
  font-size: 16px;
}

.flex-block-15 {
  flex: 1;
}

.image-9 {
  box-shadow: 0 2px 5px #0003;
}

.text-white {
  color: var(--brand-white);
}

.section-16 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-10, .image-11 {
  width: 50%;
}

.section-17 {
  background-color: var(--brand-pale-blue);
  background-image: url('../images/services-header-copy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 850px;
  margin-bottom: 0;
  padding-top: 111px;
  padding-bottom: 103px;
}

.section-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-text-showcase {
  opacity: 1;
  font-family: var(--brand-bold);
  color: var(--brand-pale-blue);
  padding-top: 11px;
  font-size: 40px;
  font-weight: 700;
}

.section-19 {
  margin-top: 117px;
}

.container-10 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-20 {
  margin-top: 70px;
  padding-bottom: 96px;
}

.container-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.service-page-pod {
  background-color: var(--brand-grey);
  border-radius: 25px;
  width: 30%;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

.mb-0 {
  margin-bottom: 0;
  line-height: 35px;
}

.mt-0 {
  margin-top: 0;
}

.service-page-pod-copy {
  background-color: var(--brand-grey);
  border-radius: 25px;
  width: 30%;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

.service-page-pod-copy.pale-blue {
  background-color: var(--brand-pale-blue);
}

.moving-service-desc {
  font-size: 14px;
  line-height: 22px;
}

.section-21 {
  height: 100vh;
}

.section-21.quote-container {
  height: 110vh;
  display: flex;
}

.quick-quote-form-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 100px;
}

.quick-quote-form-container.qq-results {
  background-color: var(--brand-pale-blue);
  background-image: url('../images/trail-bg-image-copy.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 800px;
}

.container-12 {
  opacity: 1;
  width: 80%;
  max-width: 90%;
}

.container-12.opacity-2 {
  opacity: 0;
}

.quick-quote-results-container {
  background-color: var(--brand-red);
  justify-content: center;
  align-items: center;
}

.form-holder {
  flex-flow: column;
  width: 80%;
  margin-top: 45px;
  display: flex;
}

.flex-block-16 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-16.mb-l {
  margin-top: 18px;
  margin-bottom: 16px;
}

.flex-block-17 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.flex-block-17.radio {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  width: 15px;
  height: 15px;
  padding-left: 6px;
}

.checkbox-label {
  margin-left: 6px;
}

.mr-radio {
  margin-right: 17px;
}

.check-wrap {
  flex-flow: wrap;
  width: 100%;
}

.p-sm {
  font-size: 13px;
}

.quote-result-price {
  font-family: var(--brand-bold);
  font-size: 50px;
  line-height: 50px;
}

.flex-block-18 {
  margin-top: 20px;
}

.quote-detail-p {
  margin-bottom: 5px;
}

.quote-detail-p.small {
  font-size: 14px;
}

.send-quote-container {
  margin-top: 20px;
}

.div-block-3 {
  display: flex;
}

.form-block-2 {
  width: 100%;
}

.field-label {
  display: flex;
}

.container-13 {
  width: 80%;
}

.navbar {
  background-color: var(--brand-white);
  width: 100%;
  max-width: none;
  margin-top: 0;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  font-family: var(--copy);
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--brand-light-blue);
}

.nav-link.quote-btn {
  border: 1px solid var(--brand-light-blue);
  background-color: var(--brand-white);
  color: var(--brand-black);
  border-radius: 25px;
}

.nav-link.quote-btn:hover {
  background-color: var(--brand-yellow);
}

.nav-menu {
  margin-top: 37px;
}

.container-14 {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  padding-left: 86px;
  padding-right: 86px;
}

.dropdown-link {
  padding-left: 10px;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: var(--brand-light-blue);
  color: var(--brand-white);
}

.dropdown-list {
  background-color: var(--brand-light-blue);
  min-width: 250px;
}

.dropdown-list.w--open {
  background-color: var(--brand-white);
  box-shadow: 0 2px 5px #0003;
}

.container-15 {
  width: 940px;
}

.footer-main-text {
  border-bottom: 1px solid var(--brand-pale-blue);
  width: 100%;
  font-family: var(--brand-medium);
  color: var(--brand-pale-blue);
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 28px;
}

.flex-block-19 {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.footer-link {
  color: var(--brand-pale-blue);
  margin-bottom: 5px;
  text-decoration: underline;
  display: block;
}

.footer-quote-button {
  justify-content: center;
  align-items: flex-start;
}

.footer-guide-pod {
  justify-content: center;
  align-items: center;
}

.footer-dl-text {
  font-family: var(--brand-light);
  color: var(--brand-pale-blue);
  font-size: 15px;
  font-weight: 300;
}

.link-block {
  text-decoration: none;
}

.flex-block-20 {
  border-top: 1px solid var(--brand-pale-blue);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 11px;
  padding-top: 18px;
}

.footer-contact-info {
  margin-right: 25px;
  display: flex;
}

.code-embed {
  width: 20px;
  color: var(--brand-pale-blue);
  margin-right: 8px;
}

.text-block-16 {
  color: var(--brand-pale-blue);
  font-size: 14px;
}

.link-block-2 {
  display: flex;
}

.code-embed-2 {
  width: 20px;
  color: var(--brand-pale-blue);
}

.footer-copyright, .link {
  color: var(--brand-pale-blue);
}

.flex-block-21 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 29px;
}

.code-embed-3 {
  width: 15px;
  color: var(--brand-pale-blue);
  margin-right: 6px;
}

.section-22 {
  background-color: var(--brand-pale-blue);
  background-image: url('../images/trail-bg-image-copy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-16 {
  width: 800px;
  max-width: 800px;
}

.text-span-4 {
  color: var(--brand-dark-blue);
}

.image-12 {
  width: 70%;
  margin-bottom: 15px;
  margin-left: -14px;
}

.flex-block-22 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
}

.flex-block-23 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.code-embed-4 {
  width: 15px;
  margin-top: 4px;
  margin-right: 8px;
}

.landing-page-list-item {
  font-family: var(--brand-light);
  font-size: 16px;
}

.h3-small {
  font-size: 25px;
}

.h3-small.alt-lineheight {
  line-height: 32px;
}

.form-block-3 {
  width: 100%;
}

.text-block-17 {
  color: var(--brand-yellow);
  font-family: Plantin Medium, sans-serif;
  font-size: 20px;
}

.section-23 {
  padding-top: 135px;
  padding-bottom: 45px;
}

.section-23.contact-header {
  background-image: linear-gradient(to bottom, var(--blue-overlay), var(--blue-overlay)), url('../images/about-uvl-section-copy.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.flex-block-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
}

.form-block-4 {
  width: 100%;
}

.section-24 {
  background-color: var(--brand-grey);
  background-image: url('../images/pattern-white.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 79px;
  padding-bottom: 79px;
}

.section-24.dark-bg {
  background-color: var(--white-overlay);
  background-image: none;
  padding-bottom: 0;
}

.contact-location-pod {
  background-color: var(--brand-white);
  border-radius: 25px;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 25px 0;
}

.contact-location-pod.p-bot {
  padding-bottom: 32px;
}

.flex-block-25 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.flex-block-25.a-c {
  justify-content: center;
  align-items: center;
}

.code-embed-5 {
  width: 100%;
  min-height: 350px;
}

.footer-logos {
  background-color: var(--brand-white);
  width: 100%;
  margin-bottom: 67px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.section-25 {
  margin-top: 79px;
}

.container-17 {
  max-width: 1200px;
}

.text-span-5 {
  color: var(--brand-yellow);
}

.div-block-4 {
  height: 100px;
}

.paragraph-2 {
  margin-top: 51px;
  margin-bottom: 33px;
}

.home-quote-button {
  margin-bottom: 15px;
}

.body-2 {
  padding-top: 0;
}

.form-title {
  margin-top: 20px;
}

.image-13 {
  opacity: 0;
  margin-left: 40px;
  padding-left: 0;
}

.image-15 {
  width: 80%;
}

.link-block-3 {
  text-align: center;
}

.text-field {
  display: none;
}

.flex-block-26 {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .heading.h1-small.ht-smaller {
    text-align: center;
  }

  .btn.btn-light-blue {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .container-wide {
    width: 100%;
  }

  .col-50 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .col-50.right-col {
    width: 100%;
    margin-top: 103px;
  }

  .col-50.justify-ledt {
    width: 100%;
  }

  .flex-block {
    flex-flow: column;
    padding-left: 34px;
    padding-right: 34px;
  }

  .image-2 {
    transform: translate(-7px, -25px);
  }

  .fancy-section-full.about-fancy-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .flex-block-4 {
    background-image: linear-gradient(to bottom, #fffc, #fffc), linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/map-dotted-web.png');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
    flex-flow: column;
  }

  .v-col-40p {
    width: 100%;
  }

  .hero-dl-arrow {
    top: -23.445px;
  }

  .flex-grid-pod-33, .flex-grid-pod-33.flex-grid-66, .flex-grid-pod-33.pale-blue {
    width: 100%;
  }

  .section {
    padding-top: 63px;
  }

  .container {
    max-width: 100%;
  }

  ._w-30 {
    width: 100%;
  }

  ._w-70 {
    opacity: 0;
    width: 100%;
    min-height: auto;
  }

  .div-block.hp-stats {
    flex-flow: column;
  }

  .stats-container {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stat-box {
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(.6);
  }

  .section-5 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .container-4 {
    max-width: 100%;
  }

  .v-col-33 {
    width: 100%;
  }

  .flex-block-10 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .flex-block-10.bg-colour {
    background-position: 50% 0;
  }

  ._w-80 {
    text-align: center;
    width: 100%;
    padding-left: 43px;
    padding-right: 43px;
  }

  .section-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
  }

  .section-10 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .container-7 {
    width: 100%;
    max-width: 100%;
  }

  .col-66 {
    width: 100%;
  }

  .flex-block-13 {
    flex-flow: column;
  }

  .container-8 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-10 {
    flex-flow: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-21.quote-container {
    flex-flow: column;
  }

  .quick-quote-form-container {
    width: 100%;
    padding-top: 63px;
  }

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

  .flex-block-19 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .footer-links {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-top: 26px;
    margin-left: 26px;
  }

  .container-16 {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-22 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .flex-block-24 {
    flex-flow: column;
    padding-left: 44px;
    padding-right: 44px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button {
    margin-top: 41px;
  }
}

@media screen and (max-width: 767px) {
  .heading.heading-xl {
    font-size: 70px;
    line-height: 70px;
  }

  .heading.text-light {
    font-size: 50px;
  }

  .heading.text-light.heading-xl.heading-mb-l {
    font-size: 80px;
  }

  .col-50 {
    width: 100%;
  }

  .flex-block-4 {
    background-image: linear-gradient(to bottom, #fffc, #fffc), linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/map-dotted-web.png');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
  }

  .hero-dl-arrow {
    top: -20.445px;
    right: 112.5px;
  }

  .flex-grid-pod-33.flex-grid-66.flex-grid-50, .flex-grid-pod-33.pale-blue.flex-gird-pod-50 {
    width: 100%;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2.bottom-cta {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-2 {
    width: 100%;
    max-width: 100%;
  }

  .container-3 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .flex-block-9 {
    width: 100%;
  }

  .container-4 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .v-col-33 {
    width: 100%;
  }

  .v-col-33.grey-col {
    background-position: 50% -880%, 50% 0;
    width: 100%;
  }

  .flex-block-10 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-60.text-light {
    width: 100%;
  }

  .flex-block-11 {
    flex-flow: column;
  }

  .section-7 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .container-5 {
    width: auto;
  }

  .large-expl-text.text-light {
    width: 100%;
  }

  .flex-block-12 {
    flex-flow: column;
  }

  .section-9 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .container-6 {
    width: 100%;
  }

  .section-10 {
    padding-top: 33px;
  }

  .container-7, .col-66 {
    width: 100%;
  }

  .flex-block-13 {
    flex-flow: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .flex-block-13.mt-xl {
    flex-flow: wrap;
    padding-left: 21px;
    padding-right: 21px;
  }

  .section-12 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .div-block-2 {
    min-width: auto;
  }

  .section-14 {
    padding: 44px 28px 35px;
  }

  .big-quote {
    font-size: 35px;
  }

  .section-17 {
    min-height: 850px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .large-text-showcase {
    font-size: 29px;
  }

  .container-15 {
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }

  .flex-block-19 {
    flex-flow: wrap;
  }

  .footer-links {
    width: 50%;
  }

  .footer-quote-button {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .footer-guide-pod {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 23px;
  }

  .flex-block-20 {
    padding-right: 28px;
  }

  .flex-block-21 {
    padding-left: 10px;
  }

  .section-22 {
    height: auto;
  }

  .container-16 {
    padding-top: 56px;
    padding-bottom: 44px;
  }

  .flex-block-22 {
    flex-flow: column;
    padding-bottom: 118px;
  }

  .section-23 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-25 {
    flex-flow: column;
  }

  .code-embed-5 {
    margin-top: 22px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-5 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .heading.heading-xl {
    font-size: 40px;
    line-height: 45px;
  }

  .heading.text-light {
    line-height: 55px;
  }

  .heading.text-light.heading-xl.heading-mb-l {
    font-size: 60px;
    line-height: 70px;
  }

  .heading.h1-small {
    font-size: 30px;
    line-height: 35px;
  }

  .btn.btn-outline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .btn.btn-outline.mt-l {
    text-align: center;
    width: 100%;
  }

  .btn.mt-l, .btn.mt-l.cta-btn-large {
    text-align: center;
  }

  .btn.btn-light-blue {
    margin-bottom: 35px;
  }

  .col-50.justify-ledt.pl-large {
    padding-left: 0;
  }

  .flex-block-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .v-col-40p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-light.h2-xl {
    font-size: 50px;
    line-height: 50px;
  }

  .text-light.h2-xl.h2-xl-less {
    font-size: 40px;
  }

  .text-light.uvl-section-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-dl-arrow {
    right: 0;
  }

  .container, ._w-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    line-height: 30px;
  }

  .text-block-6 {
    width: 100%;
  }

  .section-7 {
    padding-top: 75px;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-66 {
    padding-right: 0;
  }

  .flex-block-13 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .flex-block-13.mt-xl {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11 {
    flex-flow: column;
    display: flex;
  }

  .split-cta {
    flex-flow: column;
  }

  .split-cta-cold-50.br.no-border, .split-cta-cold-50.br.split-first-col {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .split-cta-heading {
    text-align: center;
  }

  .cta-large-header {
    font-size: 35px;
    line-height: 40px;
  }

  .two-col {
    flex-flow: column;
  }

  .section-13 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .conatiner-large-image-holder {
    width: 100%;
  }

  .diy-package-row-title, .diy-package-row-price {
    font-size: 13px;
  }

  .section-16 {
    flex-flow: column;
  }

  .image-10, .image-11 {
    width: 100%;
  }

  .section-17 {
    height: 120vh;
    min-height: 100vh;
  }

  .large-text-showcase {
    text-align: center;
    line-height: 29px;
  }

  .form-holder, .container-15 {
    width: 100%;
  }

  .footer-main-text {
    line-height: 28px;
  }

  .flex-block-19 {
    flex-flow: column;
  }

  .footer-links {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 23px;
    margin-left: 0;
  }

  .footer-quote-button, .footer-guide-pod {
    justify-content: center;
    align-items: center;
  }

  .flex-block-20 {
    flex-flow: column;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    line-height: 45px;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    margin-top: 33px;
    margin-left: auto;
    margin-right: -54px;
  }

  .image-14 {
    margin-top: 20px;
    margin-left: -65px;
  }

  .form-block-5 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Plantin Bold';
  src: url('../fonts/PlantinMTProBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plantin Medium';
  src: url('../fonts/PlantinMTProBold.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plantin Light';
  src: url('../fonts/PlantinMTProBold.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}