.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  padding: 20px;
  background-color: #030246;
  text-transform: uppercase;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 65px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Muli, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

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

.container {
  max-width: 1400px;
}

.button {
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #f55f46;
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
}

#nav .tito-widget-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #f55f46;
  font-family: Muli, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.container-2 {
  overflow: auto;
  height: 50vh;
  max-width: 100%;
  background-color: #bb1717;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 28, 112, 0.8)), to(rgba(16, 28, 112, 0.8))), url('../images/header1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 28, 112, 0.8), rgba(16, 28, 112, 0.8)), url('../images/header1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

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

.container-3.content-container {
  padding: 50px 80px;
}

.section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 28, 112, 0.8)), to(rgba(16, 28, 112, 0.8))), url('../images/header1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 28, 112, 0.8), rgba(16, 28, 112, 0.8)), url('../images/header1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content-container.container-3 {
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.content-container.container-3.text-center {
  text-align: center;
}

.heading, #home-h1-links h1 {
  font-family: Muli, sans-serif;
  color: #030246;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
}

.preamble {
  font-family: Muli, sans-serif;
  color: #030246;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.body {
  background-color: #faf7fc;
}

.paragraph {
  font-family: Muli, sans-serif;
  color: #030246;
  font-size: 16px;
  font-weight: 300;
}

#home-h1-links h1 {
  margin-bottom: 40px;
}

#home-h1-links a, .index-left-buttons .tito-widget-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.skew-button, #home-h1-links a, .index-left-buttons .tito-widget-button {
  padding: 20px 70px 20px 46px;
  border-radius: 100px;
  background-color: #101c70;
  background-image: url('../images/arrow.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.skew-button, .index-left-buttons .tito-widget-button:nth-child(0) {
  margin-top: 40px;
}

.column {
  padding-top: 20px;
}

.heading-2 {
  display: inline-block;
  margin-bottom: 30px;
  font-family: Muli, sans-serif;
  color: #030246;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

.heading-2.white {
  color: #faf7fc;
}

.paragraph-2 {
  display: inline-block;
}

.link {
  color: #101c70;
  line-height: 24px;
}

.link-2 {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Muli, sans-serif;
  color: #101c70;
  font-size: 14px;
}

.link-2.white {
  color: #faf7fc;
}

.grid {
  grid-column-gap: 9px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.image {
  margin-bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.collection-item {
  overflow: hidden;
  width: 24%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101c70), to(#101c70));
  background-image: linear-gradient(180deg, #101c70, #101c70);
}

.div-block {
  padding: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101c70), to(#101c70));
  background-image: linear-gradient(180deg, #101c70, #101c70);
}

.heading-3 {
  color: #faf7fc;
  font-size: 24px;
}

.paragraph-3 {
  color: #faf7fc;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.div-block-2 {
  overflow: hidden;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101c70), to(#101c70));
  background-image: linear-gradient(180deg, #101c70, #101c70);
}

.heading-4 {
  font-family: Muli, sans-serif;
  color: #faf7fc;
  line-height: 32px;
  font-weight: 800;
}

.paragraph-4 {
  font-family: Muli, sans-serif;
  color: #faf7fc;
  font-weight: 300;
}

.paragraph-5 {
  font-family: Muli, sans-serif;
  color: #faf7fc;
  font-weight: 300;
}

.div-block-3 {
  padding: 16px;
}

.image-2 {
  display: block;
  width: 100%;
}

.section-2 {
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101c70), to(#101c70));
  background-image: linear-gradient(180deg, #101c70, #101c70);
}

.heading-5 {
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

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

.div-block-4 {
  padding: 16px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf7fc), to(#faf7fc));
  background-image: linear-gradient(180deg, #faf7fc, #faf7fc);
}

.heading-6 {
  font-size: 16px;
  line-height: 1.5  ;
  font-weight: 600;
}

.collection-item-2 {
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf7fc), to(#faf7fc));
  background-image: linear-gradient(180deg, #faf7fc, #faf7fc);
}

.heading-7 {
  display: inline-block;
}

.heading-8 {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.heading-9 {
  display: inline-block;
}

.paragraph-6 {
  max-width: 75%;
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 28, 112, 0.5)), to(rgba(16, 28, 112, 0.5))), url('../images/bg2.jpg');
  background-image: linear-gradient(180deg, rgba(16, 28, 112, 0.5), rgba(16, 28, 112, 0.5)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-10 {
  max-width: 808px;
  min-width: 808px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

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

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.collection-item-3 {
  max-width: 25%;
  margin-top: 20px;
}

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

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-4 {
  max-width: 25%;
}

.image-4 {
  margin-top: 20px;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-5 {
  max-width: 25%;
}

.image-5 {
  margin-top: 20px;
}

.footer, #footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #030246;
  font-family: Muli, sans-serif;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 190px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  color: #faf7fc;
  line-height: 24px;
  font-weight: 400;
}

.div-block-5 {
  margin-left: 117px;
}

.div-block-6 {
  margin-left: 79px;
}

.form-block {
  margin-left: auto;
}

.field-label {
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  color: #faf7fc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.submit-button {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 100px;
  background-color: #f55f46;
  font-family: Muli, sans-serif;
}

.text-field {
  border-radius: 6px;
  font-size: 16px;
}

.image-6 {
  margin-top: 3px;
  margin-left: 16px;
}

.empty-state {
  border-radius: 8px;
}

.large {
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
}

.paragraph-7 {
  max-width: 58%;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 300;
}

.heading-12 {
  line-height: 40px;
  font-weight: 800;
}

.paragraph-8 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.body-2 {
  background-color: #faf7fc;
}

.collection-item-7 {
  display: block;
  margin-bottom: 20px;
  padding: 16px 0px 0px;
  border-left: 2px solid #f55f46;
  border-radius: 0px;
  background-color: #fff;
}

.section-4 {
  padding: 16px;
  cursor: auto;
}

.paragraph-9 {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-9.margins {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.paragraph-9.nmb {
  margin-bottom: 0px;
}

.heading-13 {
  font-weight: 800;
}

.heading-13.nmt {
  display: inline-block;
  margin-top: 0px;
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-2 {
  width: 100px;
  margin-right: 40px;
  border-radius: 100px;
  background-color: #101c70;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.collection-list-wrapper {
  display: block;
  width: 100%;
}

.text-of-categories-list {
  display: none;
}

.paragraph-10 {
  font-size: 20px;
}

.paragraph-11 {
  color: rgba(3, 2, 70, 0.31);
}

.collection-item-8 {
  padding: 0px;
  border-bottom: 0px none rgba(0, 0, 0, 0.1);
}

.nm {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.paragraph-12 {
  max-width: 100%;
  margin-bottom: 0px;
  padding-right: 30%;
  padding-bottom: 26px;
  border: 1px none #000;
  font-family: Muli, sans-serif;
  line-height: 20px;
  font-weight: 300;
}

.columns {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.column-2 {
  padding-left: 20px;
}

.hidden {
  display: none;
}

.paragraph-13 {
  margin-top: 15px;
  line-height: 20px;
  font-weight: 300;
}

.paragraph-14 {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.rich-text-block {
  display: inline-block;
  margin-left: 10px;
  color: #030246;
  font-size: 14px;
}

.expandable-item {
  display: none;
}

.image-7 {
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  padding-right: 16px;
  padding-left: 16px;
}

.button-3 {
  border-radius: 20px;
  background-color: #101c70;
  font-weight: 900;
  text-transform: uppercase;
}

.button-3.toggle-day {
  margin-right: 15px;
  margin-bottom: 40px;
}

.button-3.toggle-day:hover {
  background-color: #f55f46;
}

.program-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.program-item {
  width: 19%;
}

.heading-14 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 900;
}

.div-block-9 {
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #fff;
}

.text-block {
  padding: 16px;
  line-height: 24px;
}

.heading-15 {
  color: #101c70;
  font-weight: 800;
}

.heading-16 {
  color: #101c70;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.div-block-10 {
  margin-top: 16px;
  border-left: 2px solid #f55f46;
  background-color: #fff;
}

.div-block-11 {
  margin-bottom: 16px;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.paragraph-15 {
  font-size: 20px;
}

.paragraph-16 {
  color: #030246;
  font-size: 20px;
  font-weight: 600;
}

.heading-17 {
  color: #030246;
}

.spin-me {
  position: relative;
  padding-right: 10%;
}

.text-block-2 {
  font-size: 20px;
  line-height: 24px;
}

.bold-text {
  font-weight: 600;
}

.paragraph-17 {
  margin-top: 16px;
  line-height: 20px;
}

.columns-2 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.chevron {
  position: absolute;
  left: auto;
  top: 51%;
  right: 0%;
  bottom: 0%;
}

@media screen and (max-width: 991px) {
  .content-container.container-3 {
    padding: 20px;
  }

  .content-container.container-3.text-center {
    max-width: 100%;
  }

  .heading, #home-h1-links h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .skew-button, #home-h1-links a {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 50px 10px 26px;
    font-size: 16px;
  }

  .collection-item {
    max-width: 33%;
    min-width: 32%;
    margin-bottom: 20px;
  }

  .collection-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .heading-10 {
    max-width: 100%;
    min-width: 0px;
  }

  .image-3 {
    max-width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .div-block-5 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

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

  .nav-grid {
    padding-bottom: 38px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 28, 112, 0.8)), to(rgba(16, 28, 112, 0.8))), url('../images/header1.jpg');
    background-image: linear-gradient(180deg, rgba(16, 28, 112, 0.8), rgba(16, 28, 112, 0.8)), url('../images/header1.jpg');
    background-attachment: scroll, scroll;
  }

  .content-container.container-3 {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading, #home-h1-links h1 {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .link-2 {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .link-2.white {
    display: block;
    margin-bottom: 0px;
  }

  .collection-item {
    max-width: 100%;
    min-width: 49%;
  }

  /* .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  } */

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg2.jpg');
    background-attachment: scroll, scroll;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 24px;
  }

  .collection-item-3 {
    max-width: 48%;
  }

  .collection-item-4 {
    max-width: 48%;
  }

  .collection-item-5 {
    max-width: 48%;
  }

  .footer {
    padding: 20px 0px 0px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    min-width: 120px;
  }

  .footer-image {
    width: 30%;
    margin-bottom: 40px;
  }

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

  .div-block-5 {
    margin-top: 20px;
    margin-left: 10px;
  }

  .div-block-6 {
    margin-left: 10px;
  }

  .form-block {
    margin-top: 40px;
    margin-left: 0px;
  }

  .collection-item-6 {
    margin-top: 40px;
  }
}

#w-node-_14ea8135-5f0e-03b3-e2c4-5a8a22b926ab-22b926a8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_14ea8135-5f0e-03b3-e2c4-5a8a22b926ab-22b926a8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}