@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0;
  max-width: 100vw; }

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto; }
  body a {
    display: inline-block;
    color: black;
    text-decoration: none; }
  body article {
    display: grid; }
  body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc; }
  body img {
    width: 100%; }
  body p {
    font-weight: 500;
    margin: 0; }
    body p a {
      display: contents;
      color: #289dcc; }
  body ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body ul li {
      align-items: center; }
  body .inline {
    display: inline-block; }
  body .left-text {
    text-align: left; }
  body .right-text {
    text-align: right; }
  body .center-text {
    text-align: center; }
  body .bold-text {
    font-weight: bold; }
  @media only screen and (max-width: 479px) {
    body .center-text-mobile {
      text-align: center !important; } }
  @media only screen and (max-width: 767px) {
    body .center-text-tablet {
      text-align: center !important; } }
  body .margin-auto {
    margin: auto; }
  body .margin-left-none {
    margin: 0 auto 0 0; }
  body .margin-right-none {
    margin: 0 0 0 auto; }
  body .margin-1em {
    margin: 0 1em; }
  body .text-white {
    color: #ffffff; }
  body .text-black {
    color: #000000; }
  body .text-big {
    font-size: 2rem; }
  body .text-bigger {
    font-size: 3rem; }
  body .w-inherit {
    width: inherit; }
    body .w-inherit.maxw-1024px {
      max-width: 1024px; }
  @media only screen and (max-width: 479px) {
    body .maxw-responsive {
      width: 100%; } }
  @media only screen and (min-width: 480px) {
    body .maxw-responsive {
      width: 100%;
      max-width: 1024px; } }
  body .maxw-100 {
    max-width: 100%; }
  body .maxw-60 {
    max-width: 60vw; }
  body .maxw-90 {
    max-width: 90%; }
  body .maxw-1024px {
    max-width: 1024px !important; }
  body .vw-65 {
    width: 65vw; }
  @media only screen and (max-width: 479px) {
    body .mobile-maxw-90 {
      max-width: 90% !important; } }
  @media only screen and (max-width: 479px) {
    body .mobile-maxw-100 {
      max-width: 100% !important; } }
  body .maxh-100 {
    max-height: 100%; }
  body .minh-100 {
    min-height: 100%; }
  body .minh-100p {
    min-height: 100%; }
  body .minh-100p-imp {
    min-height: 100% !important; }
  @media only screen and (max-width: 479px) {
    body .mobile-hide {
      display: none; } }
  @media only screen and (max-width: 767px) {
    body .tablet-hide {
      display: none; } }
  @media only screen and (max-width: 480px) {
    body .tablet-only {
      display: none; } }
  @media only screen and (min-width: 768px) {
    body .tablet-only {
      display: none; } }
  @media only screen and (min-width: 480px) {
    body .mobile-only {
      display: none; } }
  body .mb-1em {
    margin-bottom: 1em; }
  body .mb-1p {
    margin-bottom: 1%; }
  body .mb-2p {
    margin-bottom: 2%; }
  body .mb-3p {
    margin-bottom: 3%; }
  body .mb-5p {
    margin-bottom: 5%; }
  body .mb-5px {
    margin-bottom: 5px; }
  body .mb-10px {
    margin-bottom: 10px; }
  body .ml-2em {
    margin-left: 2em; }
  body .ml-3em {
    margin-left: 3em; }
  body .mt-5p {
    margin-top: 5%; }
  body .mt-10p {
    margin-top: 10%; }
  body .half-rem {
    font-size: 0.5rem; }
  body .one-and-quarter-rem {
    font-size: 1.25rem; }
  body .one-and-half-rem {
    font-size: 1.5rem; }
  @media only screen and (min-width: 991px) {
    body .one-and-half-rem-desktop {
      font-size: 1.5rem !important; } }
  @media only screen and (max-width: 479px) {
    body .one-and-half-rem-mobile {
      font-size: 1.5rem !important; } }
  body .two-rem {
    font-size: 2rem; }
  @media only screen and (max-width: 767px) {
    body .two-rem-tablet {
      font-size: 2rem !important; } }
  body .two-and-half-rem {
    font-size: 2.5rem; }
  @media only screen and (min-width: 991px) {
    body .two-and-half-rem-desktop {
      font-size: 2.5rem !important; } }
  body .three-rem {
    font-size: 3rem; }
  body .four-rem {
    font-size: 4rem; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }
  .absolute.left {
    left: 0; }
  .absolute.top {
    top: 0; }
  .absolute.bottom {
    bottom: 0; }
  .absolute.right {
    right: 0; }

.chevron {
  display: inline-block; }
  .chevron.expand::before {
    cursor: pointer;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-width: 1em;
    min-height: 1em;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: center;
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eexpand%3C/title%3E%3Cpath d=%22M17.5 4.75l-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z%22/%3E%3C/svg%3E"); }
  .chevron.collapsed::before {
    cursor: pointer;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-width: 1em;
    min-height: 1em;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: center;
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eexpand%3C/title%3E%3Cpath d=%22M17.5 4.75l-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z%22/%3E%3C/svg%3E");
    transform: scaleY(-1); }

:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bg.alpha-white {
  background-color: #fffa; }

.bg.alpha-black {
  background-color: #000a; }

.bg.alpha-222 {
  background-color: #222a; }

.nav-wrapper {
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1001;
  background-color: white; }
  .nav-wrapper a:hover {
    color: #333; }
  .nav-wrapper nav {
    display: block;
    margin: 0 auto;
    overflow-x: hidden; }
    .nav-wrapper nav .nav-logo {
      height: 62px;
      width: auto; }
      @media only screen and (min-width: 1081px) {
        .nav-wrapper nav .nav-logo {
          margin-right: 20px; } }
    .nav-wrapper nav #mobile-nav-sliders {
      display: none; }
    .nav-wrapper nav .nav-container {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      display: block; }
      .nav-wrapper nav .nav-container #navigation-main {
        display: flex;
        font-size: 20pt; }
        .nav-wrapper nav .nav-container #navigation-main #links-desktop {
          display: flex; }
          .nav-wrapper nav .nav-container #navigation-main #links-desktop ul {
            display: flex;
            align-items: center; }
            .nav-wrapper nav .nav-container #navigation-main #links-desktop ul li {
              padding: 15px; }
      .nav-wrapper nav .nav-container #hamburger {
        display: none;
        position: absolute;
        top: 0; }
        .nav-wrapper nav .nav-container #hamburger a {
          background: black; }
    @media only screen and (max-width: 1080px) {
      .nav-wrapper nav .nav-container #nav-grid {
        display: grid;
        grid-template-columns: 25vw auto 25vw;
        height: fit-content; }
        .nav-wrapper nav .nav-container #nav-grid #hamburger-helper {
          position: relative;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          width: 100%;
          height: 80px;
          cursor: pointer;
          transition: all 0.5s ease-in-out;
          grid-column: -1/-2;
          margin-left: auto; }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper #hamburger-btn {
            width: 50px;
            height: 6px;
            background: #000;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
            transition: all 0.5s ease-in-out; }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper #hamburger-btn::before,
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper #hamburger-btn::after {
            content: "";
            position: absolute;
            width: 50px;
            height: 6px;
            background: #000;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
            transition: all 0.5s ease-in-out; }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper #hamburger-btn::before {
            transform: translateY(-16px); }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper #hamburger-btn::after {
            transform: translateY(16px); }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper.open #hamburger-btn {
            transform: translateX(-50px);
            background: transparent;
            box-shadow: none; }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper.open #hamburger-btn::before {
            transform: rotate(45deg) translate(35px, -35px); }
          .nav-wrapper nav .nav-container #nav-grid #hamburger-helper.open #hamburger-btn::after {
            transform: rotate(-45deg) translate(35px, 35px); }
        .nav-wrapper nav .nav-container #nav-grid #navigation-main {
          grid-column: 2/3;
          grid-row: 1/2; }
          .nav-wrapper nav .nav-container #nav-grid #navigation-main #links-desktop {
            display: none; }
          .nav-wrapper nav .nav-container #nav-grid #navigation-main a {
            width: 100%; }
            .nav-wrapper nav .nav-container #nav-grid #navigation-main a #logo-container {
              height: 100%;
              width: 100%;
              position: relative; }
              .nav-wrapper nav .nav-container #nav-grid #navigation-main a #logo-container .nav-logo {
                max-height: 100%;
                min-height: 100%;
                max-width: 100%;
                margin: auto;
                display: block; }
      .nav-wrapper nav #mobile-nav-sliders {
        position: absolute;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        .nav-wrapper nav #mobile-nav-sliders #nav-ul-main {
          margin-left: 10px;
          font-size: 18pt; }
          .nav-wrapper nav #mobile-nav-sliders #nav-ul-main li {
            margin-top: 10px; }
        .nav-wrapper nav #mobile-nav-sliders #links-slider {
          transition-duration: 500ms;
          position: relative;
          background-color: whitesmoke;
          width: 450px;
          min-height: 100vh;
          z-index: 10002; }
        .nav-wrapper nav #mobile-nav-sliders #blur-slider {
          position: absolute;
          left: 0;
          right: 0;
          background-color: whitesmoke;
          filter: blur(0);
          opacity: 0.6;
          width: 100%;
          min-height: 100vh;
          z-index: 10001; }
          .nav-wrapper nav #mobile-nav-sliders #blur-slider .x-button {
            float: right;
            margin: 2%;
            font-size: 5rem; } }

@media only screen and (max-width: 1080px) and (max-width: 479px) {
  .nav-wrapper nav {
    max-width: unset; }
    .nav-wrapper nav #links-slider {
      max-width: calc(100vw - 80px);
      width: 280px !important; }
    .nav-wrapper nav #nav-grid {
      grid-template-columns: 0 auto 25vw !important; } }

div.background {
  min-height: 100px; }
  div.background.wedge {
    background: url("/static_pictures/wedge2.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  div.background .wedge-text {
    margin: 0;
    font-size: 12pt; }
    @media only screen and (min-width: 351px) and (max-width: 406px) {
      div.background .wedge-text {
        font-size: 15pt; } }
    @media only screen and (min-width: 406px) and (max-width: 460px) {
      div.background .wedge-text {
        font-size: 17pt; } }
    @media only screen and (min-width: 460px) and (max-width: 566px) {
      div.background .wedge-text {
        font-size: 19pt; } }
    @media only screen and (min-width: 566px) and (max-width: 625px) {
      div.background .wedge-text {
        font-size: 21pt; } }
    @media only screen and (min-width: 625px) and (max-width: 740px) {
      div.background .wedge-text {
        font-size: 27pt; } }
    @media only screen and (min-width: 740px) and (max-width: 940px) {
      div.background .wedge-text {
        font-size: 35pt; } }
    @media only screen and (min-width: 740px) and (max-width: 940px) {
      div.background .wedge-text {
        font-size: 35pt; } }
    @media only screen and (min-width: 1024px) {
      div.background .wedge-text {
        font-size: 44pt; } }
  div.background .image {
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  div.background.image {
    background-repeat: no-repeat !important; }
    div.background.image.cover {
      background-size: cover !important; }
    div.background.image.contain {
      background-size: contain !important; }
    div.background.image.center {
      background-position: center; }
    div.background.image.bottom {
      background-position: bottom; }

.grid {
  display: grid; }
  .grid.center {
    place-items: center; }
  .grid.gap-1em {
    column-gap: 1em;
    row-gap: 1em; }
  .grid.cgap-1em {
    column-gap: 1em; }
  .grid.cgap-5 {
    column-gap: 5vw; }
  .grid.cgap-10 {
    column-gap: 10vw; }
  .grid.c-gap-1 {
    column-gap: 1%; }
  .grid.one {
    grid-template-columns: 1fr; }
  @media only screen and (max-width: 479px) {
    .grid.mobile-one {
      grid-template-columns: 1fr !important; } }
  @media only screen and (max-width: 767px) {
    .grid.tablet-one {
      grid-template-columns: 1fr !important; } }
  @media only screen and (max-width: 479px) {
    .grid.mobile-one-one {
      grid-template-columns: 1fr !important;
      grid-template-rows: 1fr !important; } }
  .grid.auto-auto {
    grid-template-columns: auto auto; }
  .grid.one-one {
    grid-template-columns: 1fr 1fr; }
  .grid.one-two {
    grid-template-columns: 1fr 2fr; }
  .grid.one-three {
    grid-template-columns: 1fr 3fr; }
  .grid.two-one {
    grid-template-columns: 2fr 1fr; }
  .grid.two-three {
    grid-template-columns: 2fr 3fr; }
  .grid.three-one {
    grid-template-columns: 3fr 1fr; }
  .grid.three-two {
    grid-template-columns: 3fr 2fr; }
  .grid.five-two {
    grid-template-columns: 5fr 2fr; }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .grid.five-two-tablet {
      grid-template-columns: 5fr 2fr; } }
  @media only screen and (max-width: 479px) {
    .grid.five-two-mobile {
      grid-template-columns: 5fr 2fr; } }
  .grid.auto-auto-auto {
    grid-template-columns: auto auto auto; }
  .grid.one-one-one {
    grid-template-columns: 1fr 1fr 1fr; }
  @media only screen and (max-width: 479px) {
    .grid.one-one-one-mobile {
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media only screen and (max-width: 479px) {
    .grid.auto-auto-auto-mobile {
      grid-template-columns: auto auto auto !important; } }
  @media only screen and (max-width: 767px) {
    .grid.one-one-one-tablet {
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media only screen and (max-width: 767px) {
    .grid.auto-auto-auto-tablet {
      grid-template-columns: auto auto auto !important; } }
  .grid.auto-auto-auto-auto {
    grid-template-columns: repear(4, auto); }
  .grid.one-one-one-one {
    grid-template-columns: repeat(4, 1fr); }
  .grid.six {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(6, 1fr); }
  @media only screen and (min-width: 479px) and (max-width: 767px) {
    .grid.six-tablet {
      grid-auto-rows: 1fr;
      grid-template-columns: repeat(6, 1fr) !important; } }
  .grid.seven {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(7, 1fr); }
  .grid.nine {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(9, 1fr); }
  .grid.eleven {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(11, 1fr); }
  .grid.fifteen {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(15, 1fr); }
  .grid.twenty {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(20, 1fr); }
  .grid.twentyfour {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(24, 1fr); }
  .grid .first-first {
    grid-column: 1/2;
    grid-row: 1/2; }
  .grid .full-column-span {
    grid-column: 1/-1; }
  @media only screen and (min-width: 479px) and (max-width: 767px) {
    .grid .full-column-span-tablet {
      grid-column: 1/-1 !important; } }
  @media only screen and (max-width: 479px) {
    .grid .full-column-span-mobile {
      grid-column: 1/-1 !important; } }
  .grid .left-col {
    grid-column: 1/2; }
    .grid .left-col.mobile-top {
      grid-row: 1/2; }
  .grid .right-col {
    grid-column: -1/-2; }
  .grid .col-1-to-2 {
    grid-column: 1/2; }
  .grid .col-1-to-3 {
    grid-column: 1/3; }
  .grid .col-1-to-4 {
    grid-column: 1/4; }
  .grid .col-1-to-5 {
    grid-column: 1/5; }
  .grid .col-1-to-6 {
    grid-column: 1/6; }
  .grid .col-1-to-7 {
    grid-column: 1/7; }
  .grid .col-1-to-8 {
    grid-column: 1/8; }
  .grid .col-1-to-9 {
    grid-column: 1/9; }
  .grid .col-1-to-10 {
    grid-column: 1/10; }
  .grid .col-1-to-11 {
    grid-column: 1/11; }
  .grid .col-1-to-12 {
    grid-column: 1/12; }
  .grid .col-1-to-13 {
    grid-column: 1/13; }
  .grid .col-1-to-14 {
    grid-column: 1/14; }
  .grid .col-1-to-15 {
    grid-column: 1/15; }
  .grid .col-1-to-16 {
    grid-column: 1/16; }
  .grid .col-1-to-17 {
    grid-column: 1/17; }
  .grid .col-1-to-18 {
    grid-column: 1/18; }
  .grid .col-1-to-19 {
    grid-column: 1/19; }
  .grid .col-1-to-20 {
    grid-column: 1/20; }
  .grid .col-1-to-21 {
    grid-column: 1/21; }
  .grid .col-1-to-22 {
    grid-column: 1/22; }
  .grid .col-1-to-23 {
    grid-column: 1/23; }
  .grid .col-1-to-24 {
    grid-column: 1/24; }
  .grid .col-1-to-25 {
    grid-column: 1/25; }
  .grid .col-2-to-3 {
    grid-column: 2/3; }
  .grid .col-2-to-4 {
    grid-column: 2/4; }
  .grid .col-2-to-5 {
    grid-column: 2/5; }
  .grid .col-2-to-6 {
    grid-column: 2/6; }
  .grid .col-2-to-7 {
    grid-column: 2/7; }
  .grid .col-2-to-8 {
    grid-column: 2/8; }
  .grid .col-2-to-9 {
    grid-column: 2/9; }
  .grid .col-2-to-10 {
    grid-column: 2/10; }
  .grid .col-2-to-11 {
    grid-column: 2/11; }
  .grid .col-2-to-12 {
    grid-column: 2/12; }
  .grid .col-2-to-13 {
    grid-column: 2/13; }
  .grid .col-2-to-14 {
    grid-column: 2/14; }
  .grid .col-2-to-15 {
    grid-column: 2/15; }
  .grid .col-2-to-16 {
    grid-column: 2/16; }
  .grid .col-2-to-17 {
    grid-column: 2/17; }
  .grid .col-2-to-18 {
    grid-column: 2/18; }
  .grid .col-2-to-19 {
    grid-column: 2/19; }
  .grid .col-2-to-20 {
    grid-column: 2/20; }
  .grid .col-2-to-21 {
    grid-column: 2/21; }
  .grid .col-2-to-22 {
    grid-column: 2/22; }
  .grid .col-2-to-23 {
    grid-column: 2/23; }
  .grid .col-2-to-24 {
    grid-column: 2/24; }
  .grid .col-2-to-25 {
    grid-column: 2/25; }
  .grid .col-3-to-4 {
    grid-column: 3/4; }
  .grid .col-3-to-5 {
    grid-column: 3/5; }
  .grid .col-3-to-6 {
    grid-column: 3/6; }
  .grid .col-3-to-7 {
    grid-column: 3/7; }
  .grid .col-3-to-8 {
    grid-column: 3/8; }
  .grid .col-3-to-9 {
    grid-column: 3/9; }
  .grid .col-3-to-10 {
    grid-column: 3/10; }
  .grid .col-3-to-11 {
    grid-column: 3/11; }
  .grid .col-3-to-12 {
    grid-column: 3/12; }
  .grid .col-3-to-13 {
    grid-column: 3/13; }
  .grid .col-3-to-14 {
    grid-column: 3/14; }
  .grid .col-3-to-15 {
    grid-column: 3/15; }
  .grid .col-3-to-16 {
    grid-column: 3/16; }
  .grid .col-3-to-17 {
    grid-column: 3/17; }
  .grid .col-3-to-18 {
    grid-column: 3/18; }
  .grid .col-3-to-19 {
    grid-column: 3/19; }
  .grid .col-3-to-20 {
    grid-column: 3/20; }
  .grid .col-3-to-21 {
    grid-column: 3/21; }
  .grid .col-3-to-22 {
    grid-column: 3/22; }
  .grid .col-3-to-23 {
    grid-column: 3/23; }
  .grid .col-3-to-24 {
    grid-column: 3/24; }
  .grid .col-3-to-25 {
    grid-column: 3/25; }
  @media only screen and (max-width: 479px) {
    .grid .col-3-to-20-mobile {
      grid-column: 3/20 !important; } }
  @media only screen and (max-width: 479px) {
    .grid .col-3-to-21-mobile {
      grid-column: 3/21 !important; } }
  @media only screen and (max-width: 479px) {
    .grid .col-3-to-22-mobile {
      grid-column: 3/22 !important; } }
  @media only screen and (max-width: 479px) {
    .grid .col-3-to-23-mobile {
      grid-column: 3/23 !important; } }
  @media only screen and (max-width: 479px) {
    .grid .col-3-to-24-mobile {
      grid-column: 3/24 !important; } }
  @media only screen and (max-width: 479px) {
    .grid .col-3-to-25-mobile {
      grid-column: 3/25 !important; } }
  .grid .col-4-to-5 {
    grid-column: 4/5; }
  .grid .col-4-to-6 {
    grid-column: 4/6; }
  .grid .col-4-to-7 {
    grid-column: 4/7; }
  .grid .col-4-to-8 {
    grid-column: 4/8; }
  .grid .col-4-to-9 {
    grid-column: 4/9; }
  .grid .col-4-to-10 {
    grid-column: 4/10; }
  .grid .col-5-to-6 {
    grid-column: 5/6; }
  .grid .col-5-to-7 {
    grid-column: 5/7; }
  .grid .col-5-to-8 {
    grid-column: 5/8; }
  .grid .col-5-to-9 {
    grid-column: 5/9; }
  .grid .col-5-to-10 {
    grid-column: 5/10; }
  @media only screen and (min-width: 991px) {
    .grid .col-5-to-10-desktop {
      grid-column: 5/10 !important; } }
  .grid .row-1 {
    grid-row: 1; }
  .grid .row-2 {
    grid-row: 2; }
  .grid .row-3 {
    grid-row: 3; }
  .grid .row-4 {
    grid-row: 4; }
  .grid .row-5 {
    grid-row: 5; }
  .grid.two-x-three {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; }
  .grid.two-x-four {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repear(4, 1fr); }
  .grid.three-x-one {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr; }
  .grid.three-x-two {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr; }
  @media only screen and (max-width: 479px) {
    .grid.three-x-two-mobile {
      grid-template-columns: 1fr 1fr 1fr !important;
      grid-template-rows: 1fr 1fr !important; } }
  .grid.three-x-four {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr; }
  .grid.four-x-four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr; }
  .grid.three-x-five {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr; }
  .grid.five-x-two {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-template-rows: 1fr 1fr; }

.btn {
  text-decoration: none;
  display: inline-block; }
  .btn.block {
    display: block !important; }
  .btn.info {
    background-color: #add8e6;
    color: black;
    padding: 8px;
    border-radius: 5px; }
  .btn.blog {
    background-color: #ffbf00;
    color: #ffffff;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px; }
  .btn.goto {
    background-color: #4caf50;
    color: #ffffff;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px; }
  .btn.show-more {
    background-color: #555;
    color: #ffffff;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px; }

.main-content-container {
  display: grid;
  column-gap: 2vw;
  grid-template-columns: 1fr;
  height: fit-content;
  margin: 0.5em; }
  .main-content-container .li-check::before {
    display: inline-block;
    content: "";
    background-image: url("https://www.southerlandsleep.com/assets/checkmark.png");
    width: 15px;
    height: 15px; }
  .main-content-container .layer-title {
    font-weight: bold; }
  .main-content-container .overflow-x-hidden {
    overflow-x: hidden; }
  @media only screen and (min-width: 948px) {
    .main-content-container .pricing-table {
      font-size: 3em;
      width: 107%; } }
  @media only screen and (min-width: 634px) and (max-width: 948px) {
    .main-content-container .pricing-table {
      font-size: 2em;
      width: 107%; } }
  @media only screen and (max-width: 633px) {
    .main-content-container .pricing-table {
      font-size: 1.5em;
      width: 107%; } }
  @media only screen and (max-width: 479px) {
    .main-content-container .pricing-table {
      font-size: 1em;
      width: 107%; } }
  @media only screen and (min-width: 768px) {
    .main-content-container .southerland-feature-title {
      font-size: 0.9em; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-content-container .southerland-feature-title {
      font-size: 0.75em; } }
  @media only screen and (max-width: 479px) {
    .main-content-container .southerland-feature-title {
      font-size: 0.8em; } }

.top-banner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  .top-banner .banner-text {
    font-weight: 500; }
  .top-banner .banner-title {
    font-weight: 600; }

.information-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  .information-container .information-card-header {
    font-size: 16pt; }
  .information-container .information-container-img {
    width: 100%; }
  .information-container .information-container-text {
    padding: 10%; }
    @media only screen and (max-width: 479px) {
      .information-container .information-container-text {
        display: grid;
        place-items: center; }
        .information-container .information-container-text h3 {
          margin-top: 0; } }
  @media only screen and (max-width: 479px) {
    .information-container .information-container-text p {
      display: none; } }

.learn-more-container {
  margin-top: 1vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .learn-more-container .learn-more-img {
    height: 90px; }
  @media only screen and (max-width: 767px) {
    .learn-more-container {
      grid-template-columns: 1fr;
      row-gap: 5vh; } }

.slider-wrapper {
  widows: 100%;
  height: 20px;
  background-color: yellow; }

.footer-wrapper {
  width: 100%;
  grid-row: -1/-2; }
  .footer-wrapper footer {
    max-width: 100vw;
    padding-top: 100px; }
    .footer-wrapper footer a {
      display: block !important; }
    .footer-wrapper footer .footer-wrap {
      width: 100%;
      background-color: #235952;
      margin: 0;
      padding: 2.5% 0px 1% 0px; }
      .footer-wrapper footer .footer-wrap .footer-container {
        grid-template-columns: 100%;
        padding: 0% 8% 1em 8%; }
        .footer-wrapper footer .footer-wrap .footer-container .footer-column-title {
          display: block;
          font-weight: bold;
          color: white;
          text-transform: uppercase;
          text-align: center;
          font-size: 1.4em;
          padding-bottom: 20px; }
        .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 .social-media-button {
          padding: 20px;
          font-size: 14px;
          width: 14px;
          text-align: center;
          text-decoration: none;
          margin: 5px 2px;
          border-radius: 50%; }
        .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 .social-media-button:hover {
          opacity: 0.7; }
        .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 .fa-facebook {
          background: #1877f2;
          color: white;
          height: 56px;
          width: 56px; }
        .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 .fa-twitter {
          background: #1da1f2;
          color: white;
          height: 56px;
          width: 56px; }
        .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 .fa-instagram {
          background: #c32aa3;
          color: white;
          height: 56px;
          width: 56px; }
        .footer-wrapper footer .footer-wrap .footer-container .copyright {
          margin-bottom: 0;
          text-align: center;
          grid-column: 1 / 5; }
        .footer-wrapper footer .footer-wrap .footer-container .copyright p {
          color: white; }
        @media only screen and (min-width: 1081px) {
          .footer-wrapper footer .footer-wrap .footer-container {
            grid-template-columns: 24% 20% 28% 24%;
            grid-template-rows: auto auto;
            column-gap: 3%;
            clear: both; } }
        @media only screen and (max-width: 479px) {
          .footer-wrapper footer .footer-wrap .footer-container {
            position: relative;
            padding-top: 1px; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-1 {
              grid-row: 2 / 3; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-2 {
              grid-row: 3 / 4; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-3 {
              grid-row: 4 / 5; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 {
              grid-row: 5 / 6; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row {
              width: 100%; }
            .footer-wrapper footer .footer-wrap .footer-container .social-media-container {
              display: grid;
              grid-template-columns: auto auto auto;
              grid-gap: 5%;
              text-align: center; } }
        @media only screen and (min-width: 480px) {
          .footer-wrapper footer .footer-wrap .footer-container {
            position: relative;
            padding-top: 1px;
            grid-template-columns: 24% 20% 28% 24% !important; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-1 {
              grid-column: 1 / 2; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-2 {
              grid-column: 2 / 3; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-3 {
              grid-column: 3 / 4; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row-4 {
              grid-column: 4 / 5; }
            .footer-wrapper footer .footer-wrap .footer-container .footer-row {
              width: 100%; }
            .footer-wrapper footer .footer-wrap .footer-container .social-media-container {
              display: grid;
              grid-template-columns: auto;
              grid-gap: 5%;
              text-align: center; } }
