@font-face {
  font-family: Calibre Semi Bold;
  src: url('../fonts/CalibreSemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibre Regular Italic;
  src: url('../fonts/CalibreRegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibre Black;
  src: url('../fonts/CalibreBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Bold;
  src: url('../fonts/CalibreBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Black Italic;
  src: url('../fonts/CalibreBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibre Medium;
  src: url('../fonts/CalibreMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Thin;
  src: url('../fonts/CalibreThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Light;
  src: url('../fonts/CalibreLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Medium Italic;
  src: url('../fonts/CalibreMediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibre Bold Italic;
  src: url('../fonts/CalibreBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibre Semi Bold;
  src: url('../fonts/CalibreSemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Light Italic;
  src: url('../fonts/CalibreLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibre Regular;
  src: url('../fonts/CalibreRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibre Thin Italic;
  src: url('../fonts/CalibreThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --io-grey: #3c4142;
}

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

@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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-primary {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 140px 120px 60px;
  font-weight: 400;
}

.section-primary.colour {
  background-color: #efe7da;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-primary.colour.hero {
  padding-top: 180px;
}

.section-primary.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #3c4142;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.section-primary.small {
  margin-bottom: 100px;
  padding-top: 100px;
}

.container {
  display: flex;
}

.heading {
  text-align: center;
}

.heading-2 {
  color: var(--io-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: the-seasons, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 68px;
}

.container-2 {
  display: flex;
}

.section {
  background-image: url('../images/Green-Banner.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block {
  display: block;
}

.container-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-4 {
  text-align: center;
}

.container-5 {
  display: flex;
}

.container-6 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-1-3 {
  flex: 1;
  align-self: flex-end;
  max-width: 40%;
  padding-top: 0;
  padding-left: 0;
}

.image {
  max-width: 60%;
  padding-top: 0;
  padding-bottom: 10px;
}

.div-block-2-3 {
  flex: 1;
  align-self: center;
  max-width: 60%;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

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

.container-centred {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.div-block-1-2 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.div-block-2-2 {
  text-align: left;
  flex-flow: column;
  align-self: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.heading-3 {
  color: var(--io-grey);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  font-family: the-seasons, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 78px;
}

.heading-3.centred {
  text-align: center;
  max-width: 60%;
  font-weight: 400;
  line-height: 72px;
}

.d {
  text-align: center;
  padding-left: 60px;
}

.div-block-3 {
  text-align: center;
  padding-right: 60px;
}

.image-3 {
  max-width: 60%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-7 {
  text-align: center;
  padding: 40px 120px;
}

.section-2 {
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-image {
  margin-right: 0;
  padding-right: 60px;
}

.div-block-image.gap {
  padding-right: 220px;
}

.div-block-image.none {
  padding-right: 0;
}

.image-carosel {
  max-height: 300px;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.container-9 {
  padding-bottom: 20px;
}

.heading-1 {
  color: #3c4142;
  font-family: the-seasons, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 80px;
}

.text-block {
  font-family: Calibre Light Italic, Arial, sans-serif;
  font-size: 22px;
}

.body-text {
  color: var(--io-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Calibre Light, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 29px;
}

.body-text.italic {
  font-family: Calibre Light Italic, Arial, sans-serif;
}

.body-text.italic.small {
  padding-bottom: 0;
  font-family: Calibre Light Italic, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.body-text.italic.small.centered {
  color: var(--io-grey);
}

.body-text._2 {
  color: var(--io-grey);
  padding-bottom: 0;
}

.body-text.small {
  color: #3c4142;
  padding-bottom: 10px;
  font-family: Calibre Regular, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.heading-4 {
  color: var(--io-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibre Thin Italic, Arial, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 62px;
}

.heading-4:hover {
  text-underline-offset: 2px;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.heading-4.list {
  color: var(--io-grey);
  padding-right: 10px;
  font-size: 42px;
}

.heading-4.white {
  color: #fff;
  text-align: left;
}

.heading-5 {
  color: var(--io-grey);
  text-transform: uppercase;
  font-family: Calibre Regular, Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.heading-5.white {
  color: #fff;
}

.heading-5.small {
  margin-bottom: 0;
  font-size: 18px;
}

.image-4 {
  max-height: 400px;
}

.list-item {
  color: #3c4142;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  font-family: Calibre Light, Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.list-item.dark {
  color: #fff;
}

.div-block-services {
  padding-top: 10px;
  padding-bottom: 0;
}

.body {
  background-color: #efe7da80;
  font-family: Calibre Regular, Arial, sans-serif;
  font-size: 18px;
}

.button {
  background-color: #3c4142;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 40px;
  font-family: Calibre Light, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.button._1 {
  text-align: left;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button._1:hover {
  background-color: #3c4142c9;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #efe7da;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  vertical-align: middle;
  background-color: #efe7da00;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: flex;
  position: fixed;
}

.nav-link {
  color: var(--io-grey);
  text-transform: uppercase;
  mix-blend-mode: normal;
  order: 1;
  margin: 0 60px -6px 0;
  padding: 0;
  font-family: Calibre Regular, Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.nav-link:hover {
  text-decoration: underline;
}

.image-5 {
  width: 80px;
  position: static;
}

.paragraph, .paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fffefe;
}

.image-6 {
  max-width: 100px;
}

.container-11 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.dropdown-toggle {
  padding: 0;
  display: block;
  position: static;
}

.text-block-2 {
  padding-right: 10px;
  font-family: Calibre Thin Italic, Arial, sans-serif;
  font-size: 44px;
  line-height: 64px;
  position: static;
}

.text-block-2:hover {
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.paragraph-4 {
  color: #fff;
  width: 400px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Calibre Thin, Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.dropdown-list {
  background-color: #ddd;
  max-width: 400px;
  padding-top: 10px;
  display: none;
  position: absolute;
}

.dropdown-list.w--open {
  background-color: #a9947a;
  max-width: none;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.list-item-2 {
  color: #efe7da;
  font-size: 22px;
}

.list-2 {
  margin-bottom: 0;
  padding-left: 20px;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-2:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  padding: 0 20px 0 0;
  display: block;
}

.dropdown-list-2 {
  float: left;
  clear: none;
  background-color: #3c4142;
  position: fixed;
  inset: auto 0% 0%;
}

.dropdown-list-2.w--open {
  background-color: #3c4142;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-3 {
  color: var(--io-grey);
  overflow-wrap: normal;
  margin-bottom: -6px;
  font-family: Calibre Regular, Arial, sans-serif;
  line-height: 18px;
  text-decoration: none;
}

.div-block-4 {
  flex-flow: row;
  flex: none;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-menu {
  flex: none;
  order: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 60px;
  display: inline-block;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.dropdown-toggle-3 {
  width: 100%;
  padding-left: 0;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-toggle-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
  position: relative;
}

.dropdown-toggle-4.w--open {
  padding-left: 0;
}

.dropdown-list-4 {
  background-color: #ddd0;
  position: fixed;
}

.dropdown-list-4.w--open {
  position: relative;
}

.dropdown-4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-6 {
  display: block;
}

.bold-text {
  font-family: Calibre Regular, Arial, sans-serif;
  font-weight: 400;
}

.list-3 {
  padding-left: 20px;
}

.bold-text-2 {
  font-family: Calibre Semi Bold, Arial, sans-serif;
  font-weight: 400;
}

.bold-text-3, .bold-text-4 {
  font-family: Calibre Semi Bold, Arial, sans-serif;
}

.bold-text-7 {
  color: var(--io-grey);
}

.utility-page-wrap {
  background-color: #efe7da;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-6 {
  font-family: the-seasons, sans-serif;
}

.text-block-4 {
  font-family: Calibre Regular, Arial, sans-serif;
}

.image-7 {
  padding-left: 24px;
  padding-right: 0;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-primary {
    padding-top: 100px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-2-3 {
    padding-bottom: 0;
  }

  .div-block-2-2 {
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: static;
  }

  .heading-3 {
    font-size: 28px;
  }

  .heading-3.centred {
    line-height: 42px;
  }

  .d {
    padding-left: 0;
  }

  .image-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-image {
    padding-right: 20px;
  }

  .div-block-image.gap {
    padding-right: 140px;
  }

  .heading-1 {
    color: var(--io-grey);
    font-size: 32px;
    line-height: 42px;
  }

  .body-text {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .body-text.italic.small {
    color: var(--io-grey);
    padding-bottom: 0;
    font-size: 16px;
  }

  .heading-4, .heading-4.list {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-5, .list-item {
    font-size: 18px;
    line-height: 22px;
  }

  .button._1 {
    padding: 10px 20px;
    font-size: 18px;
  }

  .nav-link, .paragraph, .paragraph-3, .text-block-3 {
    font-size: 16px;
  }

  .div-block-4 {
    margin-left: 40px;
  }

  .nav-menu {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-primary {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-primary.colour {
    padding: 100px 40px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-2-3 {
    padding-top: 10px;
  }

  .heading-3 {
    line-height: 34px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding-right: 0;
    display: flex;
  }

  .div-block-image.gap {
    padding-right: 60px;
  }

  .body-text {
    font-size: 16px;
  }

  .body-text._2 {
    padding-bottom: 20px;
  }

  .heading-4, .heading-4.list {
    font-size: 24px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-5.small, .list-item {
    font-size: 16px;
  }

  .div-block-services {
    padding-top: 0;
  }

  .nav-link {
    margin-right: 20px;
    font-size: 14px;
  }

  .image-5 {
    width: 50px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-4 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-primary {
    padding-top: 60px;
  }

  .section-primary.colour {
    padding: 60px 40px 40px;
  }

  .section-primary.colour.hero {
    padding-top: 10px;
  }

  .section-primary.footer {
    flex-flow: column;
  }

  .section-primary.small {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
  }

  .heading-2 {
    color: var(--io-grey);
  }

  .container-2, .container-3, .container-5, .container-6 {
    flex-flow: column;
  }

  .div-block-1-3 {
    text-align: right;
    align-self: flex-end;
    max-width: 70%;
    padding-top: 20px;
  }

  .image {
    max-width: 100%;
  }

  .div-block-2-3 {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-1-2 {
    max-width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .div-block-2-2 {
    max-width: 100%;
  }

  .div-block-2-2.spaced {
    padding-top: 40px;
  }

  .heading-3 {
    color: var(--io-grey);
  }

  .heading-3.centred {
    max-width: 100%;
    line-height: 38px;
  }

  .div-block-3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .image-3 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-7 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-image {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-image.gap {
    padding-right: 0;
  }

  .container-8 {
    flex-flow: column;
  }

  .heading-1 {
    color: var(--io-grey);
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .body-text {
    color: var(--io-grey);
    font-size: 18px;
  }

  .body-text.italic.small {
    color: var(--io-grey);
    text-align: left;
    font-size: 14px;
    line-height: 19px;
  }

  .body-text.italic.small.rebates {
    text-align: left;
  }

  .body-text.italic.small.centered {
    text-align: center;
  }

  .body-text.small {
    font-family: Calibre Light, Arial, sans-serif;
    font-size: 16px;
  }

  .body-text.small.bold, .body-text.bold {
    font-family: Calibre Regular, Arial, sans-serif;
    font-weight: 300;
  }

  .heading-4, .heading-4.list {
    color: var(--io-grey);
  }

  .heading-5 {
    color: var(--io-grey);
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .heading-5.small {
    color: var(--io-grey);
    text-align: left;
  }

  .div-block-services {
    padding-bottom: 20px;
  }

  .button._1 {
    margin-top: 10px;
  }

  .navbar {
    background-color: #efe7da;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .nav-link {
    color: var(--io-grey);
    padding-top: 27px;
    font-size: 14px;
    position: fixed;
  }

  .image-5 {
    width: 50px;
  }

  .dropdown-list-2.w--open {
    padding-left: 20px;
    padding-right: 10px;
  }

  .text-block-3 {
    overflow-wrap: normal;
    width: 69.6568%;
    margin-bottom: -3px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 12px;
    overflow: visible;
  }

  .div-block-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-5 {
    padding-top: 40px;
  }

  .dropdown-toggle-4, .dropdown-list-4.w--open {
    padding-bottom: 10px;
  }

  .list-3 {
    margin-bottom: 20px;
  }

  .icon-2, .icon-3 {
    margin-top: 20px;
  }

  .list-4, .list-5 {
    padding-left: 20px;
  }

  .bold-text-5 {
    font-family: Calibre Semi Bold, Arial, sans-serif;
    font-weight: 600;
  }

  .bold-text-6 {
    color: var(--io-grey);
    font-family: Calibre Semi Bold, Arial, sans-serif;
    font-weight: 600;
  }
}


@font-face {
  font-family: 'Calibre Semi Bold';
  src: url('../fonts/CalibreSemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Regular Italic';
  src: url('../fonts/CalibreRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Black';
  src: url('../fonts/CalibreBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Bold';
  src: url('../fonts/CalibreBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Black Italic';
  src: url('../fonts/CalibreBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Medium';
  src: url('../fonts/CalibreMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Thin';
  src: url('../fonts/CalibreThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Light';
  src: url('../fonts/CalibreLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Medium Italic';
  src: url('../fonts/CalibreMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Bold Italic';
  src: url('../fonts/CalibreBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Semi Bold';
  src: url('../fonts/CalibreSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Light Italic';
  src: url('../fonts/CalibreLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Regular';
  src: url('../fonts/CalibreRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibre Thin Italic';
  src: url('../fonts/CalibreThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}