body {
  font-family: Lato, sans-serif;
  color: #4daaec;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #356f97;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #234863;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
}

a {
  color: #2e4750;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 2rem;
  padding-left: 40px;
}

li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
}

.container {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.container.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row.row-header {
  background-color: #000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 187, 255, 0.51)), to(#2e4750));
  background-image: linear-gradient(0deg, rgba(0, 187, 255, 0.51), #2e4750);
  background-clip: border-box;
}

.col {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: transparent;
}

.col.col-1 {
  max-width: 8.333333%;
  -webkit-flex-basis: 8.33%;
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

.col.col-11 {
  max-width: 91.666667%;
  -webkit-flex-basis: 91.67%;
  -ms-flex-preferred-size: 91.67%;
  flex-basis: 91.67%;
}

.col.col-2 {
  max-width: 16.666667%;
  -webkit-flex-basis: 16.67%;
  -ms-flex-preferred-size: 16.67%;
  flex-basis: 16.67%;
}

.col.col-10 {
  max-width: 83.333333%;
  -webkit-flex-basis: 83.33%;
  -ms-flex-preferred-size: 83.33%;
  flex-basis: 83.33%;
}

.col.col-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col.col-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col.col-4 {
  max-width: 33.333333%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.col.col-8 {
  max-width: 66.666667%;
  -webkit-flex-basis: 66.67%;
  -ms-flex-preferred-size: 66.67%;
  flex-basis: 66.67%;
}

.col.col-5 {
  max-width: 41.666667%;
  -webkit-flex-basis: 41.67%;
  -ms-flex-preferred-size: 41.67%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.333333%;
  -webkit-flex-basis: 58.33%;
  -ms-flex-preferred-size: 58.33%;
  flex-basis: 58.33%;
}

.col.col-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.col-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.col.no-gutters {
  padding-right: 0px;
  padding-left: 0px;
}

.col.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col.order-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.col.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.col.col-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0rem;
  -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;
  color: #2e4750;
}

.col.col-left-menu {
  width: 24%;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  border-radius: 0px;
  background-color: rgba(71, 105, 117, 0.13);
}

.col.col-right {
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-image: none;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.14);
  color: #2381a3;
}

.col.col-main {
  width: 45%;
  margin-top: 0px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 0px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.14);
}

.inner-div-content {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #c0e5ff;
  background-color: #f3faff;
  text-align: center;
}

.section.fade {
  background-color: #f8fcff;
}

.section.intro {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4daaec;
}

.section.section-slider {
  margin-bottom: 1.5rem;
  text-transform: none;
}

.section.section-header {
  padding-bottom: 1.5rem;
}

.emp {
  color: #4daaec;
}

.container-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.light {
  color: #fff;
}

.button {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 3px;
  background-color: #846ffb;
  font-weight: 700;
}

.button.button_secondary {
  background-color: #4353ff;
}

.button.button_secondary.button_fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9147483647;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 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: 1px solid #3461b6;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.version-grid {
  opacity: 0.75;
  color: #fff;
  font-size: 20px;
}

.image {
  width: 12rem;
  margin-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand.w--current {
  padding-left: 2rem;
}

.btn-header-link {
  margin-right: 1rem;
  margin-left: 1rem;
  border-radius: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.btn-header-link.btn-header-actrive {
  background-color: hsla(0, 0%, 100%, 0);
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e4750;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  text-decoration: none;
}

.menu-link:hover {
  background-color: rgba(10, 14, 15, 0.06);
}

.heading {
  margin-top: 2rem;
  margin-bottom: 0px;
  padding-bottom: 0rem;
  border-bottom: 1px none rgba(5, 9, 10, 0.14);
  color: #2e4750;
  font-size: 29px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.heading.heading-side {
  margin-top: 2rem;
  margin-bottom: 0.4rem;
  padding-left: 1.7rem;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
}

.heading.h1 {
  width: auto;
  margin-top: 0rem;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.heading.h1.hoome {
  width: auto;
  font-size: 25px;
  text-align: center;
}

.text-block {
  margin-top: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e7ebed;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.phone-link {
  color: #fff;
  font-size: 25px;
}

.phone-header {
  margin-top: 0px;
  padding: 1rem 1.5rem 1.1rem 1.6rem;
  background-color: #2e4750;
  color: #fff;
  font-size: 27px;
  text-align: center;
}

.phone-header.hide-large {
  display: none;
}

.image-2 {
  width: 100%;
  max-width: 13rem;
  padding: 1rem;
}

.payment-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  padding-left: 29px;
}

.list.payments {
  margin-bottom: 0rem;
}

.div-block-3 {
  display: block;
  margin-right: 0px;
  margin-left: 7%;
}

.slide {
  margin-top: 0rem;
  background-image: url('../images/mirror.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_image {
  background-image: url('../images/lounge.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bg-wrap {
  padding-bottom: 3rem;
}

.sponsor {
  font-size: 13px;
  text-align: right;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.text-span {
  font-size: 17px;
}

.spacer {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: 23px;
  font-weight: 400;
  text-align: left;
}

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

.list-2 {
  padding-left: 6px;
}

.list-item {
  margin-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
}

.paragraph {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 36px;
}

.list-item-2 {
  font-size: 16px;
}

.list-item-3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 16px;
}

.menuicon {
  width: 2rem;
  margin-right: 0.7rem;
}

.slider {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.text-block-2 {
  color: #2e4750;
}

.list-item-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.title_icon {
  display: block;
  margin-right: 1rem;
  padding: 0.5rem;
  float: left;
  border-radius: 70px;
  background-color: #e7ebed;
}

.title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0%;
  -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;
}

.icon_header {
  width: 1.8rem;
}

.icon_header.x-large-icon {
  width: 3rem;
}

.heading-4 {
  padding: 1rem 1rem 0rem;
}

.heading-4.sidebar {
  color: #31758e;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.html-embed {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.content-list.lnset-list {
  margin-left: 25%;
}

.nav-menu {
  display: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-5 {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 1140px;
  }

  .container.container-navbar {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row.row-header {
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 187, 255, 0.51)), to(#2e4750));
    background-image: linear-gradient(0deg, rgba(0, 187, 255, 0.51), #2e4750);
  }

  .col.col-m-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col.col-m-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }

  .col.col-m-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }

  .col.col-m-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }

  .col.col-m-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col.col-m-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col.col-m-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col.col-m-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }

  .col.col-m-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }

  .col.col-m-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }

  .col.col-m-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col.col-m-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-header {
    padding: 0.25rem 1rem;
    border-radius: 4px;
  }

  .col.col-left-menu {
    width: 35%;
  }

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

  .col.col-main {
    width: 63%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section.section-slider {
    margin-bottom: 1rem;
  }

  .section.section-header {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .image {
    margin-right: 1.5rem;
  }

  .btn-header-link {
    font-size: 15px;
  }

  .heading {
    font-size: 26px;
  }

  .heading.heading-side {
    padding-left: 1.3rem;
  }

  .phone-header.hide-large {
    display: block;
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .div-block-3 {
    display: none;
  }

  .bg-wrap {
    padding-bottom: 2rem;
  }

  .content-list.lnset-list {
    margin-left: 0%;
  }

  .dropdown-link {
    width: 33%;
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
  }

  .dropdown-link.w--current {
    color: #1db7dd;
  }

  .nav-menu {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #2e4750;
    color: #fff;
  }

  .navbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 71, 80, 0.54)), to(#fff));
    background-image: linear-gradient(180deg, rgba(46, 71, 80, 0.54), #fff);
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    font-size: 40px;
  }

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

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .col.col-sm-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col.col-sm-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }

  .col.col-sm-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }

  .col.col-sm-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col.col-sm-8 {
    max-width: 66.6666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }

  .col.col-sm-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }

  .col.col-sm-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-header {
    padding-left: 1rem;
  }

  .col.col-left-menu {
    padding-right: 0.8rem;
    padding-left: 0.5rem;
  }

  .section {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .menu-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .heading.heading-side {
    padding-left: 0.7rem;
    font-size: 21px;
  }

  .text-block {
    font-size: 20px;
  }

  .payment-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .list-2 {
    padding-left: 0px;
  }

  .dropdown-link {
    width: 50%;
  }

  .nav-menu {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container.container-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }

  .col.col-xs-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col.col-xs-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }

  .col.col-xs-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col.col-xs-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }

  .col.col-xs-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }

  .col.col-xs-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .col.col-header {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col.col-left-menu {
    width: 100%;
  }

  .section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section.section-header {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .image {
    margin-right: 0rem;
  }

  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

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

  .text-block {
    font-size: 19px;
  }

  .payment-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    display: none;
  }

  .hero_image {
    background-position: 50% 50%;
  }

  .list-2 {
    padding-left: 15px;
  }

  .title_icon {
    display: none;
  }
}

