.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.23);
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper.center {
  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;
}

.wrapper.position {
  position: relative;
  z-index: 9;
}

.nav-menu {
  margin-top: 10px;
  float: none;
}

.nav-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 5px 0px 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 2px solid #d72f2c;
}

.nav-link.w--current {
  border-bottom: 2px solid #d72f2c;
  color: #1d1d1d;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74));
}

.hero-heading {
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 10px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: 10px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d72f2c;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.34);
  color: #fff;
  text-align: center;
}

.hero-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: -268px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  margin-top: 0px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
}

.div-block-2 {
  max-width: 57%;
  margin-right: 10px;
}

.image {
  width: 300px;
  height: auto;
  margin-bottom: -15px;
  border-radius: 20px;
}

.paragraph {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.form {
  padding: 1px 1px 1px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d72f2c;
}

.button.form:hover {
  background-color: #000;
}

.button.inner-page {
  width: 130px;
  margin-top: 10px;
  padding: 1px 1px 1px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d72f2c;
}

.button.inner-page:hover {
  background-color: #000;
}

.buttin-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.buttin-icon-wrap.button-icon-v1 {
  width: 35px;
  height: 35px;
}

.button-text {
  margin-right: 25px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.parallax-section {
  position: relative;
  overflow: hidden;
  padding-top: 280px;
  padding-bottom: 140px;
  background-color: #ecebeb;
}

.card-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-1 {
  position: relative;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.card-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #000;
  text-align: justify;
}

.paragraph-2.center-white {
  color: #fff;
  text-align: center;
}

.paragraph-2.left {
  text-align: left;
}

.heading-4 {
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.featured {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 55px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d72f2c;
  border-radius: 10px;
}

.vertical-line {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  z-index: 1;
  width: 10px;
  height: 60%;
  margin-left: -5px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.title-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 187px;
  height: 25px;
  margin-right: auto;
  margin-bottom: -14px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact {
  margin-bottom: 4px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.sitemap {
  width: 100%;
  max-width: 232px;
}

.kopje {
  position: relative;
  top: -43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #f5f5f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  text-decoration: none;
}

.kopje:hover {
  background-color: #d8d8d8;
}

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

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  color: #575252;
  font-size: 12px;
}

.privacy-policy {
  text-decoration: none;
}

.featured-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner {
  max-height: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.partner:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.partner.lms {
  width: auto;
  max-height: 35px;
}

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

.brand {
  float: none;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-v {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.section-v.hero {
  position: relative;
  min-height: 60vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-v.white {
  background-color: #fff;
}

.section-v.inner-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/page-hero-image-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/page-hero-image-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-v.inner-page-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/OCT_1799.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/OCT_1799.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-v.inner-page-video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 20px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-arrow {
  width: 11px;
}

.vertical-line-right {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  width: 10px;
  height: 60%;
  margin-right: -5px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-mini-title {
  color: #d72f2c;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.footer-icon {
  width: auto;
  height: 38px;
  max-width: none;
}

.text-block-6 {
  line-height: 26px;
}

.inner-text-black {
  color: #000;
}

.footer-title {
  margin-top: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.inner-text-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  text-decoration: none;
}

.inner-text-link:hover {
  color: #d72f2c;
}

.footer-link {
  display: block;
  margin-bottom: 4px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: #d72f2c;
}

.footer-link.inline {
  display: inline;
  font-size: 12px;
}

.footer-link.copyright-link {
  display: inline;
  color: #575252;
  font-size: 12px;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 234px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.card-details {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(215, 47, 44, 0.89);
  color: #fff;
  text-align: center;
}

.card-image-wrap {
  position: relative;
  overflow: hidden;
  height: 190px;
  border-radius: 20px;
}

.section-v1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.section-v1.space-top60 {
  padding-top: 60px;
}

.page-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-area {
  max-width: 100%;
  min-height: 142px;
  min-width: 100%;
  margin-bottom: 32px;
  padding-top: 15px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #848894;
  font-size: 18px;
}

.text-area:hover {
  border-color: #f20823;
}

.text-area:focus {
  border-color: #f20823;
  color: #0a1023;
}

.text-area::-webkit-input-placeholder {
  color: #848894;
}

.text-area:-ms-input-placeholder {
  color: #848894;
}

.text-area::-ms-input-placeholder {
  color: #848894;
}

.text-area::placeholder {
  color: #848894;
}

.success-message-content {
  background-color: transparent;
}

.contact-inner-title {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 500;
}

.contact-us-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.8fr 1fr;
  grid-template-columns: 1.8fr 1fr;
}

.contact-us-grid {
  grid-column-gap: 72px;
  grid-row-gap: 110px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-us-subtitle {
  color: #0a1023;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.error-message-text {
  color: #f20823;
  text-align: center;
}

.field-label {
  margin-bottom: 10px;
  color: #0a1023;
  line-height: 20px;
}

.contact-us-icon {
  width: 24px;
  margin-right: 13px;
}

.contact-us-link {
  color: #575252;
  text-decoration: none;
}

.contact-us-link:hover {
  color: #d72f2c;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 273px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error-message-content {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(251, 227, 231, 0.27);
}

.sufix-line {
  width: 60px;
  height: 3px;
  background-color: #000;
}

.sufix-line.gap-bottom {
  margin-bottom: 10px;
}

.sufix-line.mini-line {
  height: 2px;
  margin-bottom: 10px;
}

.sufix-line.white {
  background-color: #fff;
}

.open-hours-paragraph {
  margin-bottom: 0px;
  color: #575252;
}

.input {
  height: 62px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  font-size: 16px;
}

.input:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #d72f2c;
}

.input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #f20823;
  color: #0a1023;
}

.input::-webkit-input-placeholder {
  color: #848894;
}

.input:-ms-input-placeholder {
  color: #848894;
}

.input::-ms-input-placeholder {
  color: #848894;
}

.input::placeholder {
  color: #848894;
}

.contact-us-form {
  max-width: 100%;
  min-width: 100%;
  padding: 65px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8dce7;
  border-radius: 20px;
  background-color: #fff;
}

.left-paragraph {
  margin-bottom: 40px;
}

.success-message-text {
  margin-top: 9px;
  color: #0a1023;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.contact-us-form-grid {
  margin-bottom: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.contact-us-subtitle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-3 {
  color: #575252;
}

.form-button {
  padding: 0px;
  background-color: transparent;
  text-transform: uppercase;
}

.heading-3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.heading-3.bottom-gap-5 {
  margin-top: 0px;
  margin-bottom: 5px;
}

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

.heading-3.bottom-gap-5-top-25 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.max-width-630 {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-left-v3 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 30px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.hero-left-v3.left {
  justify-items: start;
}

.slider {
  overflow: hidden;
  width: 90%;
  height: auto;
  border-radius: 20px;
  background-color: transparent;
}

.slider.fixd-width {
  width: 100%;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f5f5f5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 15px;
}

.slider-arrow:hover {
  background-color: #d72f2c;
  color: #f5f5f5;
}

.paragraph-4 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: justify;
}

.right-arrow {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.max-width-640 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-text-white {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  line-height: 15px;
  text-transform: uppercase;
}

.inner-logo {
  height: 35px;
  margin-bottom: 10px;
}

.inner-logo.space {
  padding-top: 15px;
}

.image-2 {
  max-height: 312px;
}

.section-v2 {
  padding-top: 5px;
  background-color: #fff;
}

.hero-left-v4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 30px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.slider-v2 {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 362px;
  border-radius: 20px;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-question-wrap {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  text-decoration: none;
}

.question-title {
  color: #0b1033;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
  background-color: #fff;
}

.paragraph-5 {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #445567;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.max-width-730 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-left-v5 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 60px;
  margin-right: 10px;
  padding: 50px 30px 40px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.font-18 {
  width: 100%;
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.inner-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  text-decoration: none;
}

.inner-link:hover {
  color: #d72f2c;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.preloader-image {
  width: 200px;
}

.preloader-image-ani {
  width: 130px;
  margin-right: -64px;
  margin-bottom: -88px;
}

.parallax-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 385px;
  margin-bottom: -66px;
  margin-left: -47px;
}

.parallax-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 444px;
  margin-right: -133px;
  margin-bottom: -66px;
}

.preloader-new {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.featured-logo-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ocassions-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-5 {
  margin-top: -29px;
}

.button-2 {
  margin-top: 20px;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-menu {
    right: 0px;
    margin-top: 0px;
    margin-left: auto;
    padding: 10px 20px 20px;
    background-color: #000;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 0px;
    color: #fff;
  }

  .nav-link:hover {
    border-bottom-width: 0px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.w--current:hover {
    border-bottom-color: #d72f2c;
  }

  .hero-heading {
    width: 100%;
    max-width: 600px;
    font-size: 28px;
    line-height: 34px;
  }

  .hero-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .hero-right {
    width: 100%;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-card {
    margin-top: 100px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .parallax-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-grid {
    margin-top: 40px;
  }

  .featured-logo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .partner {
    max-height: 40px;
  }

  .hero-logo {
    max-width: 250px;
  }

  .nav-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-wrapper {
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .logo-image {
    height: 50px;
  }

  .menu-button {
    padding: 12px;
    background-color: #000;
    color: #000;
  }

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

  .icon {
    color: #fff;
  }

  .card-details {
    width: 100%;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .page-title {
    width: 100%;
    max-width: 600px;
    font-size: 28px;
    line-height: 34px;
  }

  .contact-inner-title {
    margin-top: 0px;
    font-size: 26px;
  }

  .contact-us-wrapper {
    -ms-grid-columns: 1fr 1fr 1.25fr;
    grid-template-columns: 1fr 1fr 1.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .contact-us-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-us-form {
    padding: 50px 40px;
  }

  .contact-us-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-left-v3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slider {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-left-v4 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-v2 {
    width: 100%;
  }

  .hero-left-v5 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .parallax-left.parallax {
    display: none;
  }

  .parallax-right.parallax {
    display: none;
  }

  .featured-logo-v1 {
    display: -ms-grid;
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    max-width: 365px;
    font-size: 22px;
    line-height: 28px;
  }

  .hero-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

  .featured {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .sitemap {
    width: auto;
    max-width: none;
  }

  .featured-logo {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-logo {
    max-width: 200px;
  }

  .section-v.inner-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-v.inner-page-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-v.inner-page-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .footer-logo-wrapper {
    width: auto;
    max-width: none;
  }

  .page-title {
    max-width: 365px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .contact-inner-title {
    font-size: 22px;
  }

  .contact-us-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-left-v3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-left-v4 {
    padding: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-left-v5 {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .font-18 {
    text-align: left;
  }

  .featured-logo-v1 {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 20px;
    line-height: 26px;
  }

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

  .hero-card {
    margin-top: 70px;
  }

  .card-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 16px;
  }

  .section-title {
    font-size: 20px;
  }

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

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-logo {
    max-width: 150px;
  }

  .footer-logo-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .page-title {
    line-height: 26px;
  }

  .contact-inner-title {
    font-size: 20px;
  }

  .contact-us-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-us-form {
    padding: 40px 20px;
  }

  .heading-3.white {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
  }

  .hero-left-v3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-arrow {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }

  .paragraph-4 {
    font-weight: 400;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-left-v5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .font-18 {
    line-height: 26px;
  }

  .preloader-image {
    width: 150px;
  }

  .preloader-image-ani {
    width: 94px;
    margin-right: -58px;
    margin-bottom: -65px;
  }

  .featured-logo-v1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-02db96cd56c4-54a0609d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-02db96cd56d0-54a0609d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1b8d448094ee-92a0609e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-03fd3c3fe227-92a0609e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-24b57eb45fa3-92a0609e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e1e13dc67042-92a0609e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e1e13dc6703c-92a0609e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-260fb36bdd43-92a0609e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-035216850423-3ea0609f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-865f9486687c-3ea0609f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-107996722377-3ea0609f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-79ad20029327-3ea0609f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-41798679f2ca-68a060a1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-7e2f293b075f-68a060a1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c374e3a0a76f-e3a0a75f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-02c82f9b0893-b9a060a0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-02c82f9b0893-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a39a2a26f96f-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e4bd67cc1c48-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-95950b953611-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-37e03f9e5a32-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-1b8d448094ee-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-0a2b8d98a138-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c3fdfee0d9f9-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-03fd3c3fe227-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-03fd3c3fe22d-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-338ffceaa618-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-79d11d8b5287-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-79d11d8b528d-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-b897de32390e-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-dc56988bd583-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-8d1809f8cab6-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c0f6115d63d0-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-996818d27789-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-996818d2778f-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-bd3e176a908c-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-24b57eb45fa3-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-24b57eb45fa9-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e1e13dc67042-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e1e13dc6703c-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-260fb36bdd43-92a0609e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-260fb36bdd49-92a0609e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-3d8182ceac87-3ea0609f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-354b20d3de35-3ea0609f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-606cf8f58b58-3ea0609f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-79ad2002931b-3ea0609f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-02c82f9b0893-b9a060a0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-41798679f2ca-68a060a1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-7e2f293b075f-68a060a1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c374e3a0a76f-e3a0a75f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-02db96cd56d0-54a0609d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

