@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-medium-webfont.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Silka Webfont;
  src: url('../fonts/silka-light-webfont.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --ph-green: #00303a;
  --ph-gold: #b38342;
  --white: #fff;
  --green: #244b5a;
  --buff: #e0c5ac;
  --dark-buff: #d19e7c;
  --holly-green: #5b6134;
  --holly-orange: #f57f35;
}

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 21px;
  list-style-type: decimal;
}

li {
  margin-bottom: 5px;
}

.pagewrapper {
  font-family: Silka Webfont, sans-serif;
  font-weight: 500;
}

.pagewrapper.new {
  font-family: ofelia-display, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero {
  background-color: #b2b49f;
  background-image: linear-gradient(180deg, #00303a00 76%, var(--ph-green)), url('../images/bg.jpg');
  color: #fff;
  text-align: center;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 150px 25px;
  display: flex;
  position: relative;
}

.button {
  border: 1px solid var(--ph-gold);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b38342a1;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: var(--ph-gold);
}

.button.secondary {
  background-color: #b3834200;
  border-style: solid;
  border-color: #b3834200;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.button.secondary:hover {
  color: var(--ph-gold);
  border-color: #b38342;
}

.button.secondary.w--current {
  border-style: none;
  width: 100%;
}

.button.secondary.w--current:hover {
  color: var(--ph-gold);
}

.logo {
  width: 400px;
  margin-bottom: 40px;
}

.logo.sm {
  width: 300px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: #00303880;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: auto 0% 0%;
}

.footer.fs {
  position: relative;
}

.main-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.footer-wrapper-flex {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bay {
  width: 300px;
}

.ber {
  width: 80px;
}

.bay-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hooke {
  width: 220px;
}

.hooke-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  display: flex;
}

.reg-wrapper {
  color: var(--ph-green);
  background-color: #bedbe9;
  padding: 50px 0 155px;
}

.form-block {
  flex: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: var(--ph-green);
  font-weight: 500;
}

.field {
  color: #353535;
  border: 1px #000;
  height: 40px;
}

.form {
  padding-top: 23px;
  padding-bottom: 23px;
}

.fw-button {
  background-color: var(--ph-green);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
  transition: all .2s;
}

.fw-button:hover {
  background-color: var(--ph-gold);
}

.hooke-link {
  color: var(--ph-gold);
}

.container {
  width: 98vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  color: #646464;
  padding-top: 75px;
  padding-bottom: 75px;
  font-weight: 300;
}

.section.site {
  background-color: #eef1e8;
}

.section.pattern {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/bg-pattern.svg');
  background-position: 0 0, 50%;
  background-size: auto, 100px;
}

.section.intro-blue {
  background-color: var(--ph-green);
  background-image: linear-gradient(180deg, var(--ph-green) 23%, #00303a00 73%), url('../images/dark-scale.svg');
  color: #fff;
  background-position: 0 0, 50%;
  background-size: auto, 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  display: flex;
}

.subhead {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.map {
  background-color: #979797;
  width: 100%;
  height: 650px;
}

.div-block-9 {
  flex: 1;
}

.line {
  background-color: #00303a;
  width: 300px;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.div-block-10 {
  text-align: center;
  border-top: 1px solid #00303a3d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.eircode {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.footer-base {
  background-color: var(--ph-green);
  color: #ffffff47;
  padding-top: 43px;
  padding-bottom: 43px;
  font-weight: 300;
}

.footer-disclaimer {
  margin-top: 20px;
}

.navbar-logo-left {
  z-index: 9999;
  background-color: var(--ph-green);
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 98vw;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 20px 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--ph-gold);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: var(--ph-gold);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--white);
}

.button-primary {
  background-color: var(--ph-gold);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--green);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.brand-type {
  color: var(--ph-gold);
  letter-spacing: 4px;
  font-family: ofelia-display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.section-head {
  color: var(--ph-gold);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: ofelia-display, sans-serif;
  font-weight: 400;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.short-line {
  background-color: var(--ph-green);
  width: 100px;
  height: 5px;
}

.short-line.white-top {
  background-color: var(--white);
}

.short-line.shorter {
  width: 60px;
}

.short-line.shorter.white {
  background-color: var(--white);
}

.ital-head {
  color: var(--ph-gold);
  margin-bottom: 15px;
  font-family: jubilat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 200;
  line-height: 30px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.elevation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 350px;
  color: var(--ph-gold);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.elevation.big {
  height: auto;
  padding-top: 0;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plan {
  border-top: 1px solid var(--ph-green);
  padding-top: 25px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spec-head {
  color: var(--ph-gold);
  margin-top: 19px;
  font-family: jubilat, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.spec-head.education {
  color: #6295bd;
}

.welcome {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  letter-spacing: 1px;
  margin-bottom: 19px;
  font-family: jubilat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.text-block-2 {
  color: var(--ph-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.text-block-3 {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.welcome-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ach-logo {
  width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.fullscreen {
  background-color: #000;
  background-image: url('../images/hill.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
}

.sub-head {
  color: var(--ph-green);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.line-container {
  justify-content: flex-end;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.line-container.la {
  justify-content: flex-start;
  align-items: center;
}

.max-400 {
  max-width: 400px;
}

.div-block-15 {
  margin-bottom: 40px;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.image-wrapper {
  position: relative;
}

.caption {
  text-align: right;
  background-image: linear-gradient(#0000, #000000c9);
  padding: 29px 45px;
  font-family: jubilat, sans-serif;
  font-style: italic;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-5 {
  color: #fff;
}

.wa {
  width: 200px;
  margin-left: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-box {
  z-index: 1;
  position: relative;
}

.da {
  width: 80px;
  margin-top: 40px;
}

.tup {
  width: 200px;
  margin-right: -59px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.amen-list {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 40px;
  font-size: 12px;
  line-height: 28px;
}

.div-block-17 {
  background-color: #fff;
  padding: 20px 35px;
  position: relative;
}

.image {
  z-index: 0;
  width: 200px;
  margin-bottom: -24px;
  margin-right: -97px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.inner-copy {
  position: relative;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list {
  font-size: 12px;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #cce3ef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.feature-list {
  list-style-type: square;
}

.disc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .footer-wrapper-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bay-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
  }

  .hooke-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 80%;
  }

  .reg-wrapper {
    padding: 40px 20px 175px;
  }

  .container {
    width: 95vw;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--ph-green);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .welcome-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    padding: 0;
  }

  .div-block-18 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .footer-wrapper-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .bay-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .hooke-wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .reg-wrapper {
    padding-top: 25px;
    padding-bottom: 220px;
  }

  .subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--ph-gold);
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-12, .div-block-13 {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    margin-bottom: 20px;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 52px 0 0;
  }

  .logo {
    width: 100%;
    max-width: 350px;
  }

  .logo.sm {
    width: 250px;
  }

  .div-block {
    padding: 61px 20px 30px;
  }

  .footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 19px;
    position: relative;
  }

  .main-heading {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .footer-wrapper-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bay-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hooke {
    order: -9999;
    width: 200px;
  }

  .hooke-wrapper {
    flex-flow: column;
    order: -9999;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .reg-wrapper {
    padding: 20px 0;
  }

  .form-block {
    width: 100%;
    max-width: 350px;
  }

  .map {
    height: 200px;
  }

  .div-block-9 {
    flex: 1;
  }

  .navbar-wrapper {
    padding-right: 10px;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}

#w-node-_0b16f680-f77a-92c4-4552-b8bd73f4ce9b-9b1a28d9, #w-node-_33e91a1f-9e03-4510-9527-0e8a3ef755e5-9b1a28d9, #w-node-_8721133a-b351-5e9b-5a87-61ef8c15be1c-9b1a28d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3d1bce4-928b-2912-d446-e1476c2f8089-9b1a28d9, #w-node-_35398294-786c-fd9a-b469-4d25d8a493d6-9b1a28d9, #w-node-b60c3ced-0ac0-4a40-07cd-5397ee0fabbf-9b1a28d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28b0cf72-6507-1329-6f3f-c89f6de6094e-9b1a28d9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_28b0cf72-6507-1329-6f3f-c89f6de60940-9b1a28d9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_5787db07-b187-af19-2784-77fac557e654-9b1a28d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28b0cf72-6507-1329-6f3f-c89f6de60951-9b1a28d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28b0cf72-6507-1329-6f3f-c89f6de60955-9b1a28d9, #w-node-_28b0cf72-6507-1329-6f3f-c89f6de60957-9b1a28d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5bcadfc-38b4-fc93-7fcc-d368efbd5c0f-9b1a28d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b00d3ca-3796-fcec-edc7-d1a60fb59509-9b1a28d9 {
  align-self: end;
}

#w-node-_3992920e-876d-6f6e-6c83-ea21167fc68e-9b1a28d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0811fde1-bf85-4b96-2cfe-53232ad64bd2-9b1a28d9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b3f1a90-a906-3777-52db-323e5563e16f-9b1a28d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e15477da-9ced-8411-6e12-43fdc0b82436-9b1a28d9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f336fcdc-cbc0-73d0-efcb-56f806f7f14c-9b1a28d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76b9913e-1fd2-760a-c2fb-e3b4f128dd8a-9b1a28d9, #w-node-db3bba69-dee0-de17-8802-e88150e45d73-9b1a28d9, #w-node-_493c38b4-638d-633a-49f1-7d55fb3f183b-9b1a28d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0b16f680-f77a-92c4-4552-b8bd73f4ce93-9b1a28d9, #w-node-_33e91a1f-9e03-4510-9527-0e8a3ef755d7-9b1a28d9, #w-node-_28b0cf72-6507-1329-6f3f-c89f6de6094e-9b1a28d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_28b0cf72-6507-1329-6f3f-c89f6de60940-9b1a28d9, #w-node-_5787db07-b187-af19-2784-77fac557e654-9b1a28d9, #w-node-_28b0cf72-6507-1329-6f3f-c89f6de60951-9b1a28d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28b0cf72-6507-1329-6f3f-c89f6de60957-9b1a28d9, #w-node-_17865d9f-89ff-9c7a-5573-d265a80fc91a-9b1a28d9, #w-node-_569456a1-e9d1-55af-2571-ca932f417a89-9b1a28d9, #w-node-_3992920e-876d-6f6e-6c83-ea21167fc68e-9b1a28d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e15477da-9ced-8411-6e12-43fdc0b82436-9b1a28d9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_50e8bb0a-430d-d5a9-3d10-fd633dafaafe-9b1a28d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b00d3ca-3796-fcec-edc7-d1a60fb59509-9b1a28d9, #w-node-b8184ce1-6b9a-8780-e94f-3d07dbd5279f-9b1a28d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f336fcdc-cbc0-73d0-efcb-56f806f7f14c-9b1a28d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka Webfont';
  src: url('../fonts/silka-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}