:root {
  --midnight-blue: #002d73;
  --brand-color: #e87e2e;
  --gray: #333;
}

.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;
}

body {
  font-family: Arimo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
}

h2 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

p {
  margin-bottom: 10px;
  line-height: 28px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section.section--contact_banner {
  z-index: 100;
  background-color: #0003;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.section.section--hero {
  color: #fff;
  height: 720px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.about {
  padding-top: 60px;
  padding-bottom: 160px;
}

.section.sevices {
  background-color: var(--midnight-blue);
  color: #fff;
  padding-top: 95px;
  padding-bottom: 160px;
}

.section.contact {
  color: #fff;
  background-image: url('../images/hero_bg_3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.section--nav {
  z-index: 99;
  padding-top: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container.align-left {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  overflow: visible;
}

.grid--4 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid--4.contact--banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid--4.footer {
  width: 70%;
}

.text-block {
  font-family: Mail;
}

.banner--link-block {
  grid-column-gap: 10px;
  grid-row-gap: 1px;
  color: #fff;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.banner--link-block:hover {
  color: var(--brand-color);
}

.banner--link-block.email {
  color: #cecece;
  transition: all .2s;
}

.banner--link-block.email:hover {
  color: var(--brand-color);
}

.slider--hero {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: static;
  inset: 0%;
}

.slider--nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider--arrows {
  display: none;
}

.slide {
  padding-top: 0;
  padding-bottom: 0;
}

.image--hero-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: static;
  inset: 0%;
}

.slide-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero--type_wrapper-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero--type_wrapper-1.hide {
  display: none;
}

.hero--sub-h1 {
  text-transform: uppercase;
  font-family: Libre Baskerville, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.hero--sub-h1.small {
  font-size: 29px;
  line-height: 35px;
}

.image--hero-overlay {
  z-index: 5;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
}

.p--hero {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
}

.hero--overlay-pattern {
  z-index: 4;
  background-image: url('../images/gridtile.png');
  background-position: 50%;
  background-size: 3px;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0%;
}

.hero-bg-container-1 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider--button {
  outline-offset: 0px;
  cursor: pointer;
  border: 2px solid #fff;
  outline: 2px #fff;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

.slider--button:hover {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
}

.hero--type_wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero--type_wrapper-2.hide {
  display: none;
}

.line-3-container {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.line-height-small {
  line-height: 56px;
}

.video-container {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-bg-container-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-video {
  z-index: 0;
  object-fit: fill;
  width: 1920px;
  height: 1080px;
  position: absolute;
  inset: -20% 0% 0%;
  overflow: visible;
}

.hero--type_wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hero--type_wrapper-3.hide {
  display: none;
}

.hero-bg-container-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.h2--container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2--container.text--blue {
  color: var(--midnight-blue);
}

.text-h2-sub {
  letter-spacing: 8px;
  text-indent: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.sub-text-container {
  grid-column-gap: 15px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.h2-accent-line {
  background-color: var(--brand-color);
  width: 50px;
  height: 1px;
}

.h2-accent-line.color-white {
  background-color: #fff;
  width: 130px;
}

.text--accent {
  color: var(--gray);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 11px;
}

.grid-p-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

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

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

.text--highlighted.color-blue {
  color: var(--midnight-blue);
}

.svg-icon {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.service-wrapper {
  grid-row-gap: 25px;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.service-icon {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

.grid--2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.contact--wrapper {
  grid-column-gap: 19px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  color: var(--gray);
  letter-spacing: 0;
  border: 1px solid #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.text-field.text-area {
  width: 520px;
  min-width: 520px;
  max-width: 520px;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
}

.field-icon-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.field-icon {
  filter: invert(60%);
  width: 30px;
  min-width: 30px;
  max-width: none;
  height: 30px;
  min-height: 30px;
}

.form {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-button {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 600;
}

.text-area {
  width: 100%;
}

.contact--icon {
  border: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding: 10px;
  font-size: 25px;
  display: flex;
  position: relative;
}

.icon--contact {
  width: 60px;
  max-width: none;
  height: auto;
  position: absolute;
}

.contact--slide {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact--linkblock {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.contact--linkblock:hover {
  color: var(--midnight-blue);
}

.slide--footer-info {
  grid-row-gap: 20px;
  color: #999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text--footer-highlight {
  color: var(--midnight-blue);
}

.slide--footer-logo {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 0;
  display: flex;
}

.logo--footer {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
}

.icon--top-banner {
  width: 30px;
  min-width: 30px;
  max-width: 30%;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.icon--top-banner.overlay {
  filter: invert(40%);
}

.slide--contact-banner {
  grid-column-gap: 30px;
  display: flex;
}

.slide--spacer-2 {
  height: 30px;
}

.slide--social {
  justify-content: flex-end;
  display: flex;
}

.linkblock--social {
  border-radius: 1000px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.linkblock--social.facebook--hover {
  transition: all .3s;
}

.linkblock--social.facebook--hover:hover {
  background-color: #1c6cee;
}

.linkblock--social.twitter--hover {
  transition: all .2s;
}

.linkblock--social.twitter--hover:hover {
  background-color: #4ba2eb;
}

.linkblock--social.yt--hover {
  transition: all .2s;
}

.linkblock--social.yt--hover:hover {
  background-color: red;
}

.linkblock--social.ig--hover {
  transition: all .2s;
}

.linkblock--social.ig--hover:hover {
  background-image: linear-gradient(51deg, #fcb85b 6%, #d53065 41%, #7e37b1);
}

.material-icon {
  font-family: MATERIAL ICONS, sans-serif;
}

.material-icon.color--brand {
  color: var(--brand-color);
}

.link-blck--logo {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.slide--tabs {
  z-index: 99;
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.link-blck--tab {
  color: #fff;
  text-transform: capitalize;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.link-blck--tab:hover {
  color: var(--brand-color);
}

.link-blck--tab.lnk-blck--button {
  border: 2px solid var(--brand-color);
  border-radius: 5px;
  padding: 10px 15px;
}

.link-blck--tab.lnk-blck--button:hover {
  background-color: var(--brand-color);
  color: #fff;
}

.tabs--wrapper {
  grid-column-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.button--burger {
  color: #fff;
  border: 2px #fff;
  border-radius: 5px;
  padding: 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 30px;
  display: none;
}

.hero--h1-wrapper {
  position: relative;
  left: auto;
}

.form-label {
  display: none;
}

.text-field-2 {
  color: #333;
  letter-spacing: 0;
  border: 1px solid #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.text-field-2.text-area {
  width: 520px;
  min-width: 520px;
  max-width: 520px;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
}

.form-button-2 {
  background-color: #002d73;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
  }

  p {
    font-size: 16px;
    line-height: 25px;
  }

  .section.section--contact_banner, .section.section--hero {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.about, .section.sevices {
    padding: 100px 2%;
  }

  .section.contact {
    background-size: cover;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.footer, .section.section--nav {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .slide-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero--type_wrapper-1 {
    width: 70%;
  }

  .hero--sub-h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .p--hero {
    width: 100%;
    margin-top: 10px;
  }

  .hero--type_wrapper-2 {
    width: 80%;
  }

  .video-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    display: block;
  }

  .bg-video {
    width: 1600px;
    height: auto;
    top: 0%;
    left: -62%;
  }

  .text-h2-sub {
    font-size: 20px;
  }

  .text--accent {
    font-size: 15px;
  }

  .grid--5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .service-icon {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

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

  .text-field.text-area {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }

  .field-icon-wrapper {
    width: 30px;
  }

  .field-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .form {
    grid-row-gap: 20px;
  }

  .contact--icon {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    font-size: 16px;
  }

  .contact--linkblock {
    font-size: 16px;
  }

  .link-blck--logo {
    width: 80%;
  }

  .slide--tabs {
    z-index: 99;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .link-blck--tab {
    padding: 5px 10px;
    font-size: 17px;
  }

  .link-blck--tab:hover {
    color: var(--midnight-blue);
  }

  .link-blck--tab.lnk-blck--button {
    border-color: var(--midnight-blue);
    text-align: center;
    width: 200px;
  }

  .link-blck--tab.lnk-blck--button:hover {
    background-color: var(--midnight-blue);
  }

  .tabs--wrapper {
    z-index: 99;
    background-color: var(--brand-color);
    border-radius: 2px;
    align-items: center;
    width: auto;
    padding: 20px 30px 20px 20px;
    display: none;
    position: absolute;
    top: 85px;
  }

  .button--burger {
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
    display: block;
    position: absolute;
  }

  .button--burger:hover {
    color: var(--brand-color);
  }

  .text-field-2.text-area {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .hero--sub-h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .hero--sub-h1.small {
    font-size: 20px;
    line-height: 23px;
  }

  .p--hero {
    font-size: 15px;
    line-height: 20px;
  }

  .line-height-small {
    line-height: 40px;
  }

  .grid--5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .field-wrapper {
    width: auto;
  }

  .text-field, .text-field.text-area {
    width: 617px;
    min-width: 617px;
    max-width: 617px;
  }

  .link-blck--logo {
    width: 100%;
  }

  .tabs--wrapper {
    padding-right: 30px;
    display: none;
    right: 10px;
  }

  .text-field-2, .text-field-2.text-area {
    width: 617px;
    min-width: 617px;
    max-width: 617px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .section.section--contact_banner {
    display: none;
  }

  .section.section--hero {
    height: 600px;
  }

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

  .grid--4.footer {
    grid-template-columns: 1fr 1fr;
  }

  .slider--nav {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-bottom: 30px;
    inset: auto 0% 0%;
  }

  .hero--type_wrapper-1 {
    width: 100%;
  }

  .hero--sub-h1, .hero--sub-h1.small {
    font-size: 16px;
    line-height: 16px;
  }

  .hero--type_wrapper-2 {
    width: 100%;
  }

  .line-3-container {
    grid-column-gap: 5px;
  }

  .line-height-small {
    line-height: 30px;
  }

  .hero-bg-container-2 {
    left: -60%;
  }

  .hero--type_wrapper-3 {
    width: 100%;
  }

  .h2--container.text--blue {
    text-align: center;
  }

  .grid--5 {
    grid-template-columns: 1fr 1fr;
  }

  .contact--wrapper {
    grid-column-gap: 10px;
  }

  .text-field, .text-field.text-area {
    width: 275px;
    min-width: 275px;
    max-width: 275px;
  }

  .slide--footer-info {
    grid-row-gap: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .slide--footer-logo {
    width: 100px;
  }

  .tabs--wrapper {
    flex-direction: column;
    width: 290px;
    display: none;
    top: 50px;
  }

  .text-field-2, .text-field-2.text-area {
    width: 275px;
    min-width: 275px;
    max-width: 275px;
  }
}

#w-node-bab67998-e47f-7954-df93-b5c1a6cae2d6-3cec4072, #w-node-_51184f0c-263f-e516-c282-ed20a0046e23-3cec4072, #w-node-_0e11fcfd-2104-42d4-918a-8a83df18a60f-3cec4072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3de1b97-9a6f-16c2-1d69-9adec374e125-3cec4072 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e4825c8-d2a7-8735-1d10-6997ed0b2bc3-3cec4072, #w-node-c5ea8c46-bf4f-1c97-e561-fbc99da3a171-3cec4072, #w-node-d380279e-2536-fa73-58f3-790bfbff165a-3cec4072, #w-node-_87a3ea69-e8f2-d5d5-8efc-0d31d8bbd0c6-3cec4072, #w-node-acf92332-e297-2750-9a4d-c32cc559c7fb-3cec4072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_113a21ce-93cc-6a98-7430-cc79dd5025a0-3cec4072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_21b5ccc8-17df-3661-c1fe-cb7929c5b372-3cec4072 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_71ee6e28-c9fb-2055-ba87-b9f849071579-3cec4072, #w-node-_7f64cb60-7922-20bd-3c7a-3fd49d1e8d0f-3cec4072, #w-node-_62f36b12-ca9c-0d6e-8972-42e1f113fbe3-3cec4072, #w-node-c0d0e007-de93-67d6-f780-9d8e98e68489-3cec4072, #w-node-_4d94eb15-d7d1-f5cd-3d43-cf35a97eefca-3cec4072, #w-node-_7890da8a-b242-52c4-070b-47cc9b482f4c-3cec4072, #w-node-_6846cdc9-b223-afdf-6ac3-bdb84b1c4da0-3cec4072, #w-node-_06b16fb6-b4b5-771b-3889-87e2ca7b1126-3cec4072, #w-node-_7a6e12f9-bc04-6022-4d33-da19de0b5663-3cec4072, #w-node-fad5e277-144f-528c-475c-57098ccdc0fb-3cec4072, #w-node-_5f916bc7-458a-7059-4db3-3879a7c39fbd-3cec4072, #w-node-c970b731-ba03-b796-f110-5802641adb1b-3cec4072, #w-node-_20d9d6f4-4bea-9ca1-e1d3-de6553779376-3cec4072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e1ebc5f-eab6-a060-18a4-af78ef740e96-3cec4072 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a8e22e3a-7714-d265-ae5d-d7192b6a1a0f-3cec4072, #w-node-_130be8ac-8112-5e3d-a899-e79c5e419b51-3cec4072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab553e9-af23-c35d-f95b-3d994f1abd2f-3cec4072 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-edd094f6-e9f6-1987-e5c0-bddb13c64cfe-3cec4072, #w-node-d0831f5e-16fa-a44b-f6c8-a56cb0ec5691-3cec4072, #w-node-_26afa6f5-0aab-6f8b-2c63-a51d52f43b71-3cec4072, #w-node-f92f8412-6c21-3d89-07cf-e138cc059f0d-3cec4072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_21b5ccc8-17df-3661-c1fe-cb7929c5b372-3cec4072 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a8e22e3a-7714-d265-ae5d-d7192b6a1a0f-3cec4072, #w-node-_130be8ac-8112-5e3d-a899-e79c5e419b51-3cec4072 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21b5ccc8-17df-3661-c1fe-cb7929c5b372-3cec4072, #w-node-aab553e9-af23-c35d-f95b-3d994f1abd2f-3cec4072 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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