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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  line-height: 3.1rem;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #6b7177;
  font-size: 2.3em;
  line-height: 1em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #6b7177;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

a {
  color: #25b9ff;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 700;
}

.cards-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.centered-container {
  width: 68%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.p-style1 {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
}

.p-style1.text-center {
  color: rgba(107, 113, 119, 0.8);
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
}

.p-style1.text-center.padding-top-20 {
  margin-top: 20px;
}

.p-style1.no-bot-padding {
  margin-bottom: 0px;
}

.btn-style1 {
  width: 160px;
  border-radius: 30px;
  background-color: #f4887f;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.btn-style1.color-green {
  background-color: #2eb442;
}

.btn-style1.color-green.center-alignment {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.btn-style1.color-red {
  background-color: #ec4438;
}

.btn-style1.color-red.margin-top-20 {
  margin-top: 20px;
}

.btn-style1.btn-lg {
  padding: 15px 25px;
}

.btn-style1.btn-lg.btn-wider {
  width: 300px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.btn-style1.btn-lg.btn-wider.v2 {
  width: 270px;
}

.btn-style1.btn-sm {
  width: 100px;
  padding: 5px 10px;
  font-size: 0.8rem;
}

.btn-style1.btn-block {
  width: auto;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.btn-style1.btn-block.margin-top-10px {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.btn-style1.padding-left-15px {
  margin-left: 15px;
}

.btn-style1.bg-white {
  background-color: #fff;
  color: #3898ec;
  font-weight: 600;
}

.btn-style1.padding-right-5px {
  margin-right: 5px;
}

.btn-style1.padding-left-5px {
  margin-left: 5px;
}

.btn-style1.btn-wider {
  width: 250px;
}

.btn-style1.btn-wider._2 {
  width: 200px;
}

.btn-style1.btn-flex {
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-style1.btn-small {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.btn-style1.btn-small.disabled {
  opacity: 0.3;
  cursor: default;
}

.cards-div-block {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elements-container-block {
  margin: 50px 40px;
}

.elements-container-block.hide {
  display: none;
}

.btn-icon1 {
  border-radius: 2px;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 25px;
}

.elements-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.elements-div-block._w-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn-outline-style1 {
  width: 150px;
  border: 2px solid #fb9736;
  border-radius: 30px;
  background-color: #fff;
  color: #fb9736;
  text-align: center;
}

.btn-link-style1 {
  display: block;
  margin-right: 10px;
  font-family: 'Baloo Chettan 2', sans-serif;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.btn-link-style1.font-italic {
  font-style: italic;
}

.btn-link-style1.font-weight-bold {
  font-weight: 700;
}

.btn-link-style1.font-weight-bolder {
  font-weight: 900;
}

.btn-link-style1.font-weight-light {
  font-weight: 300;
}

.btn-link-style1.font-weight-lighter {
  font-weight: 200;
}

.btn-link-style1.font-weight-normal {
  font-weight: 400;
}

.btn-link-style1.lead {
  font-size: 16px;
  line-height: 22px;
}

.btn-link-style1.small {
  font-size: 12px;
  line-height: 18px;
}

.btn-link-style1.text-capitalize {
  text-transform: capitalize;
}

.btn-link-style1.text-center {
  text-align: center;
}

.btn-link-style1.text-justify {
  text-align: justify;
}

.btn-link-style1.text-left {
  text-align: left;
}

.btn-link-style1.text-right {
  text-align: right;
}

.btn-link-style1.text-dark {
  color: #343a40;
}

.btn-link-style1.text-decoration-none {
  text-decoration: none;
}

.btn-link-style1.text-hide {
  display: none;
}

.btn-link-style1.text-lowercase {
  text-transform: lowercase;
}

.btn-link-style1.text-uppercase {
  text-transform: uppercase;
}

.btn-link-style1.text-nowrap {
  white-space: nowrap;
}

.btn-link-style1.text-reset {
  color: #6e74f5;
}

.btn-link-style1.text-pre {
  white-space: pre;
}

.btn-link-style1.text-prewrap {
  white-space: pre-wrap;
}

.btn-link-style1.text-breakspaces {
  white-space: break-spaces;
}

.btn-link-style1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.btn-style2 {
  width: 150px;
  border: 2px solid #f4887f;
  border-radius: 30px;
  background-color: #fff;
  color: #f4887f;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: center;
}

.btn-style2.btn-lg {
  padding: 15px 25px;
}

.btn-style2.btn-sm {
  padding: 5px 10px;
  font-size: 0.8rem;
}

.btn-style2.btn-block {
  width: auto;
  margin-right: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.btn-style2.btn-wider {
  width: 250px;
}

.btn-style2.btn-wider._12-column {
  width: 230px;
}

.btn-style2.btn-wider._2 {
  width: 200px;
  margin-right: 16px;
}

.btn-icon2 {
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 30px;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 25px;
}

.btn-outline-style2 {
  border: 2px solid #3898ec;
  border-radius: 30px;
  background-color: #fff;
  color: #3898ec;
}

.dropdown-style1 {
  border: 1px solid #000;
}

.dropdown-header {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}

.dropdown-link {
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu-style1.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  background-color: #fff;
}

.dropdown-menu-style2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid1 {
  display: -ms-grid;
  display: grid;
  padding-bottom: 60px;
  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-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

.grid1.hide {
  display: none;
}

.btn-group-style1 {
  margin-right: 20px;
  border: 1px none #000;
}

.btn-style3.border-white-1px {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.btn-style3.rounded-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-style3.rounded-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-outline-style3 {
  border: 2px solid #3898ec;
  background-color: #fff;
  color: #3898ec;
}

.btn-outline-style3.border-leftright-0 {
  border-right-style: none;
  border-left-style: none;
}

.div-block-2 {
  margin-right: 10px;
}

.text-block {
  margin-bottom: 5px;
  color: rgba(51, 51, 51, 0.6);
}

.btn-toolbar-style1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
}

.dropdown-toggle-style2 {
  border-radius: 5px;
  background-color: #3898ec;
  color: #fff;
}

.dropdown-toggle-style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #3898ec;
  color: #fff;
}

.dropdown-toggle-style3.rounded-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-toggle-style3.rounded-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-style3 {
  display: block;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.dropdown-style3.border-white-1px {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  padding-bottom: 60px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

.grid-2.hide {
  display: none;
}

.h1-display-1 {
  color: #fff;
}

.h1-display-1.font-italic {
  font-style: italic;
}

.h1-display-1.font-weight-bold {
  font-weight: 700;
}

.h1-display-1.font-weight-light {
  font-weight: 300;
}

.h1-display-1.font-weight-lighter {
  font-weight: 200;
}

.h1-display-1.font-weight-normal {
  font-weight: 400;
}

.h1-display-1.lead {
  font-size: 44px;
  line-height: 48px;
}

.h1-display-1.small {
  font-size: 32px;
  line-height: 40px;
}

.h1-display-1.text-break {
  white-space: normal;
}

.h1-display-1.text-capitalize {
  text-transform: uppercase;
}

.h1-display-1.text-center {
  text-align: center;
}

.h1-display-1.text-justify {
  text-align: justify;
}

.h1-display-1.text-left {
  text-align: left;
}

.h1-display-1.text-right {
  text-align: right;
}

.h1-display-1.text-dark {
  color: #343a40;
}

.h1-display-1.text-decoration-none {
  text-decoration: none;
}

.h1-display-1.text-hide {
  display: none;
}

.h1-display-1.text-lowercase {
  text-transform: lowercase;
}

.h1-display-1.text-uppercase {
  text-transform: uppercase;
}

.h1-display-1.text-nowrap {
  white-space: nowrap;
}

.h1-display-1.font-weight-bolder {
  font-weight: 900;
}

.h1-display-1.text-pre {
  white-space: pre;
}

.h1-display-1.text-prewrap {
  white-space: pre-wrap;
}

.h1-display-1.text-preline {
  white-space: pre-line;
}

.h1-display-1.text-breakspaces {
  white-space: break-spaces;
}

.h1-display-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h1-display-1.text-decoration-underline {
  text-decoration: underline;
}

.h1-display-1.text-decoration-overline {
  text-decoration: overline;
}

.h1-display-1.text-blue {
  color: #3baac4;
  font-size: 3.052rem;
}

.h1-display-1.text-blue.left-align {
  margin-bottom: 20px;
  text-align: left;
}

.h1-display-1.text-darkblue {
  color: #3ba7c1;
}

.h1-display-1.text-darkblue.font-baloo {
  margin-top: 10px;
  font-family: 'Baloo Chettan 2', sans-serif;
}

.h2-display-1 {
  color: #4d4d4d;
  font-size: 2.4rem;
  line-height: 3rem;
}

.h2-display-1.font-italic {
  font-style: italic;
}

.h2-display-1.font-weight-bold {
  font-weight: 700;
}

.h2-display-1.font-weight-bolder {
  font-weight: 900;
}

.h2-display-1.font-weight-light {
  font-weight: 300;
}

.h2-display-1.font-weight-lighter {
  font-weight: 200;
}

.h2-display-1.font-weight-normal {
  font-weight: 400;
}

.h2-display-1.lead {
  font-size: 36px;
  line-height: 40px;
}

.h2-display-1.small {
  font-size: 28px;
  line-height: 32px;
}

.h2-display-1.text-breaktext-capitalize {
  text-transform: uppercase;
}

.h2-display-1.text-center {
  font-size: 2.4rem;
  text-align: center;
}

.h2-display-1.text-left {
  text-align: left;
}

.h2-display-1.text-right {
  text-align: right;
}

.h2-display-1.text-dark {
  color: #343a40;
}

.h2-display-1.text-decoration-none {
  text-decoration: none;
}

.h2-display-1.text-hide {
  display: none;
}

.h2-display-1.text-lowercase {
  text-transform: lowercase;
}

.h2-display-1.text-uppercase {
  text-transform: uppercase;
}

.h2-display-1.text-nowrap {
  white-space: nowrap;
}

.h2-display-1.text-pre {
  white-space: pre;
}

.h2-display-1.text-prewrap {
  white-space: pre-wrap;
}

.h2-display-1.color_blue {
  color: #16a2b8;
}

.divider {
  height: 40px;
  background-color: #d3d3d3;
}

.h3-display-1 {
  font-family: Montserrat, sans-serif;
  font-size: 1.563rem;
  line-height: 2rem;
}

.h3-display-1.font-italic {
  font-style: italic;
}

.h3-display-1.font-weight-bold {
  font-weight: 700;
}

.h3-display-1.font-weight-bolder {
  font-weight: 900;
}

.h3-display-1.font-weight-light {
  font-weight: 300;
}

.h3-display-1.font-weight-lighter {
  font-weight: 200;
}

.h3-display-1.font-weight-normal {
  font-weight: 400;
}

.h3-display-1.lead {
  font-size: 28px;
  line-height: 34px;
}

.h3-display-1.small {
  font-size: 20px;
  line-height: 24px;
}

.h3-display-1.text-break {
  white-space: normal;
}

.h3-display-1.text-capitalize {
  text-transform: uppercase;
}

.h3-display-1.text-center {
  text-align: center;
}

.h3-display-1.text-justify {
  text-align: justify;
}

.h3-display-1.text-left {
  text-align: left;
}

.h3-display-1.text-right {
  text-align: right;
}

.h3-display-1.text-dark {
  color: #343a40;
}

.h3-display-1.text-decoration-none {
  text-decoration: none;
}

.h3-display-1.text-hide {
  display: none;
}

.h3-display-1.text-lowercase {
  text-transform: lowercase;
}

.h3-display-1.text-uppercase {
  text-transform: uppercase;
}

.h3-display-1.text-nowrap {
  white-space: nowrap;
}

.h3-display-1.text-reset {
  color: #333;
}

.h3-display-1.text-prewrap {
  white-space: pre-wrap;
}

.h3-display-1.text-preline {
  white-space: pre-line;
}

.h3-display-1.text-breakspaces {
  white-space: break-spaces;
}

.h3-display-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h3-display-1.text-decoration-underline {
  text-decoration: underline;
}

.h3-display-1.text-decoration-overline {
  text-decoration: overline;
}

.h3-display-1.text-blue {
  color: #3baac4;
}

.h4-display-1 {
  font-family: 'Baloo Chettan 2', sans-serif;
}

.h4-display-1.font-italic {
  font-style: italic;
}

.h4-display-1.font-weight-bold {
  font-weight: 700;
}

.h4-display-1.font-weight-bolder {
  font-weight: 900;
}

.h4-display-1.font-weight-light {
  font-weight: 300;
}

.h4-display-1.font-weight-lighter {
  font-weight: 200;
}

.h4-display-1.font-weight-normal {
  font-weight: 400;
}

.h4-display-1.lead {
  font-size: 22px;
  line-height: 28px;
}

.h4-display-1.small {
  font-size: 14px;
  line-height: 18px;
}

.h4-display-1.text-break {
  white-space: normal;
}

.h4-display-1.text-capitalize {
  text-transform: uppercase;
}

.h4-display-1.text-center {
  text-align: center;
}

.h4-display-1.text-justify {
  text-align: justify;
}

.h4-display-1.text-left {
  text-align: left;
}

.h4-display-1.text-right {
  text-align: right;
}

.h4-display-1.text-dark {
  color: #333;
}

.h4-display-1.text-decoration-none {
  text-decoration: none;
}

.h4-display-1.text-hide {
  display: none;
}

.h4-display-1.text-lowercase {
  text-transform: lowercase;
}

.h4-display-1.text-uppercase {
  text-transform: uppercase;
}

.h4-display-1.text-nowrap {
  white-space: nowrap;
}

.h4-display-1.text-prewrap {
  white-space: pre-wrap;
}

.h4-display-1.text-preline {
  white-space: pre-line;
}

.h4-display-1.text-breakspaces {
  white-space: break-spaces;
}

.h4-display-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h4-display-1.text-decoration-underline {
  text-decoration: underline;
}

.h4-display-1.text-decoration-overline {
  text-decoration: overline;
}

.h4-display-1.opacity-0 {
  opacity: 0;
}

.h5-display-1 {
  font-size: 1.125rem;
  line-height: 1.6rem;
  text-align: center;
}

.h5-display-1.font-italic {
  font-style: italic;
}

.h5-display-1.font-weight-bold {
  font-weight: 700;
}

.h5-display-1.font-weight-bolder {
  font-weight: 900;
}

.h5-display-1.font-weight-light {
  font-weight: 300;
}

.h5-display-1.font-weight-lighter {
  font-weight: 200;
}

.h5-display-1.font-weight-normal {
  font-weight: 400;
}

.h5-display-1.lead {
  font-size: 18px;
  line-height: 22px;
}

.h5-display-1.small {
  font-size: 12px;
  line-height: 16px;
}

.h5-display-1.text-capitalize {
  text-transform: capitalize;
}

.h5-display-1.text-center {
  text-align: center;
}

.h5-display-1.text-justify {
  text-align: justify;
}

.h5-display-1.text-left {
  text-align: left;
}

.h5-display-1.text-right {
  text-align: right;
}

.h5-display-1.text-dark {
  color: #343a40;
}

.h5-display-1.text-decoration-none {
  text-decoration: none;
}

.h5-display-1.text-hide {
  display: none;
}

.h5-display-1.text-lowercase {
  text-transform: lowercase;
}

.h5-display-1.text-uppercase {
  text-transform: uppercase;
}

.h5-display-1.text-nowrap {
  white-space: nowrap;
}

.h5-display-1.text-reset {
  color: #333;
}

.h5-display-1.text-pre {
  white-space: pre;
}

.h5-display-1.text-prewrap {
  white-space: pre-wrap;
}

.h5-display-1.text-preline {
  white-space: pre-line;
}

.h5-display-1.text-breakspaces {
  white-space: break-spaces;
}

.h5-display-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h5-display-1.text-decoration-underline {
  text-decoration: underline;
}

.h5-display-1.text-decoration-overline {
  text-decoration: overline;
}

.h6-display-1.font-italic {
  font-style: italic;
}

.h6-display-1.font-weight-bold {
  font-weight: 700;
}

.h6-display-1.font-weight-bolder {
  font-weight: 900;
}

.h6-display-1.font-weight-light {
  font-weight: 300;
}

.h6-display-1.font-weight-lighter {
  font-weight: 200;
}

.h6-display-1.font-weight-normal {
  font-weight: 400;
}

.h6-display-1.lead {
  font-size: 16px;
}

.h6-display-1.small {
  font-size: 11px;
  line-height: 16px;
}

.h6-display-1.text-break {
  white-space: normal;
}

.h6-display-1.text-capitalize {
  text-transform: uppercase;
}

.h6-display-1.text-center {
  text-align: center;
}

.h6-display-1.text-justify {
  text-align: justify;
}

.h6-display-1.text-left {
  text-align: left;
}

.h6-display-1.text-right {
  text-align: right;
}

.h6-display-1.text-dark {
  color: #343a40;
}

.h6-display-1.text-decoration-none {
  text-decoration: none;
}

.h6-display-1.text-hide {
  display: none;
}

.h6-display-1.text-lowercase {
  text-transform: lowercase;
}

.h6-display-1.text-uppercase {
  text-transform: uppercase;
}

.h6-display-1.text-nowrap {
  white-space: nowrap;
}

.h6-display-1.text-reset {
  color: #333;
}

.h6-display-1.text-pre {
  white-space: pre;
}

.h6-display-1.text-prewrap {
  white-space: pre-wrap;
}

.h6-display-1.text-preline {
  white-space: pre-line;
}

.h6-display-1.text-breakspaces {
  white-space: break-spaces;
}

.h6-display-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h6-display-1.text-decoration-underline {
  text-decoration: underline;
}

.h6-display-1.text-decoration-overline {
  text-decoration: overline;
}

.h3-boilerplate-heading {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #e9e9e9;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 600;
}

.h1-boilerplate-heading {
  color: #25afaf;
  font-weight: 700;
}

.p-style-1 {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: rgba(107, 113, 119, 0.8);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.p-style-1.font-italic {
  font-style: italic;
}

.p-style-1.font-weight-bold {
  color: #6b7177;
  font-weight: 500;
}

.p-style-1.font-weight-bolder {
  font-weight: 900;
}

.p-style-1.font-weight-light {
  font-weight: 300;
}

.p-style-1.font-weight-light.font-18 {
  font-size: 18px;
}

.p-style-1.font-weight-lighter {
  font-weight: 200;
}

.p-style-1.font-weight-normal {
  font-weight: 400;
}

.p-style-1.lead {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.p-style-1.lead.text-white {
  color: #eaf0f6;
}

.p-style-1.lead.text-darkblue {
  color: #1a1a1a;
}

.p-style-1.lead.text-darkblue.smaller {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
}

.p-style-1.small {
  font-size: 12px;
  line-height: 18px;
}

.p-style-1.text-capitalize {
  text-transform: uppercase;
}

.p-style-1.text-center {
  text-align: center;
}

.p-style-1.text-center.font-montserrat-italic {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}

.p-style-1.text-justify {
  text-align: justify;
}

.p-style-1.text-left {
  text-align: left;
}

.p-style-1.text-right {
  text-align: right;
}

.p-style-1.text-dark {
  color: #343a40;
}

.p-style-1.text-decoration-none {
  text-decoration: none;
}

.p-style-1.text-hide {
  display: none;
}

.p-style-1.text-lowercase {
  text-transform: lowercase;
}

.p-style-1.text-nowrap {
  white-space: nowrap;
}

.p-style-1.text-pre {
  white-space: pre;
}

.p-style-1.text-preline {
  white-space: pre-line;
}

.p-style-1.text-grey {
  color: #999;
}

.p-style-1.text-grey.margin-left-20px {
  margin-left: 20px;
}

.p-style-1.text-grey.margin-x-5px {
  margin-right: 5px;
  margin-left: 5px;
}

.p-style-1.color-white {
  color: #f8f9fa;
}

.p-style-1.font-weight-semibold {
  font-weight: 600;
}

.p-style-1.text-blue {
  color: #3fb5d5;
}

.p-style-1._666-color {
  color: #666;
}

.p-style-1.align-left {
  text-align: left;
}

.p-style-1.bold-align-right {
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-weight: 700;
  text-align: left;
}

.block-quotes-style-1.font-italic {
  font-style: italic;
}

.block-quotes-style-1.font-weight-bold {
  font-weight: 700;
}

.block-quotes-style-1.font-weight-bolder {
  font-weight: 900;
}

.block-quotes-style-1.font-weight-light {
  font-weight: 300;
}

.block-quotes-style-1.font-weight-lighter {
  font-weight: 200;
}

.block-quotes-style-1.font-weight-normal {
  font-weight: 400;
}

.block-quotes-style-1.lead {
  font-size: 22px;
  line-height: 28px;
}

.block-quotes-style-1.small {
  font-size: 16px;
  line-height: 20px;
}

.block-quotes-style-1.text-capitalize {
  text-transform: uppercase;
}

.block-quotes-style-1.text-center {
  text-align: center;
}

.block-quotes-style-1.text-left {
  text-align: left;
}

.block-quotes-style-1.text-right {
  text-align: right;
}

.block-quotes-style-1.text-dark {
  color: #343a40;
}

.block-quotes-style-1.text-decoration-none {
  text-decoration: none;
}

.block-quotes-style-1.text-hide {
  display: none;
}

.block-quotes-style-1.text-lowercase {
  text-transform: lowercase;
}

.block-quotes-style-1.text-uppercase {
  text-transform: uppercase;
}

.block-quotes-style-1.text-nowrap {
  white-space: nowrap;
}

.block-quotes-style-1.text-reset {
  color: #333;
}

.block-quotes-style-1.text-pre {
  white-space: pre;
}

.block-quotes-style-1.text-prewrap {
  white-space: pre-wrap;
}

.block-quotes-style-1.text-breakspaces {
  white-space: break-spaces;
}

.block-quotes-style-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.block-quotes-style-1.text-decoration-underline {
  text-decoration: underline;
}

.block-quotes-style-1.text-decoration-overline {
  text-decoration: overline;
}

.ul-style-1.font-italic {
  font-style: italic;
}

.ul-style-1.font-weight-bold {
  font-weight: 700;
}

.ul-style-1.font-weight-bolder {
  font-weight: 900;
}

.ul-style-1.font-weight-light {
  font-weight: 300;
}

.ul-style-1.font-weight-lighter {
  font-weight: 200;
}

.ul-style-1.font-weight-normal {
  font-weight: 400;
}

.ul-style-1.lead {
  font-size: 16px;
  line-height: 22px;
}

.ul-style-1.small {
  font-size: 12px;
  line-height: 18px;
}

.ul-style-1.text-break {
  white-space: normal;
}

.ul-style-1.text-capitalize {
  text-transform: uppercase;
}

.ul-style-1.text-center {
  text-align: center;
}

.ul-style-1.text-justify {
  text-align: justify;
}

.ul-style-1.text-left {
  text-align: left;
}

.ul-style-1.text-right {
  text-align: right;
}

.ul-style-1.text-dark {
  color: #343a40;
}

.ul-style-1.text-decoration-none {
  text-decoration: none;
}

.ul-style-1.text-hide {
  display: none;
}

.ul-style-1.text-lowercase {
  text-transform: lowercase;
}

.ul-style-1.text-uppercase {
  text-transform: uppercase;
}

.ul-style-1.text-nowrap {
  white-space: nowrap;
}

.ul-style-1.text-reset {
  color: #333;
}

.ul-style-1.text-pre {
  white-space: pre;
}

.ul-style-1.text-prewrap {
  white-space: pre-wrap;
}

.ul-style-1.text-preline {
  white-space: pre-line;
}

.ul-style-1.text-breakspaces {
  white-space: break-spaces;
}

.ul-style-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.ul-style-1.text-decoration-underline {
  text-decoration: underline;
}

.ul-style-1.text-decoration-overline {
  text-decoration: overline;
}

.list-item-style-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.breadcrumb-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item {
  font-family: Montserrat, sans-serif;
  color: #3baac4;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6b7177;
}

.breadcrumb-item.text-lightgrey {
  color: #ccc;
}

.breadcrumb-divider {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 18px;
}

.breadcrumb-divider.none {
  opacity: 0;
}

.form-group {
  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;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
}

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

.form-control-sm {
  height: 30px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
}

.form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 5px;
  font-family: 'Baloo Chettan 2', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.form-control.rounded-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-control.rounded-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-control.border-0 {
  border-style: none;
}

.form-control.font-size-1rem {
  font-size: 1rem;
}

.form-card-style-1 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.form-card-style-1._w-50 {
  width: 50%;
}

.label-style-1 {
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.label-style-1.font-italic {
  font-style: italic;
}

.label-style-1.font-weight-bold {
  font-weight: 700;
}

.label-style-1.font-weight-bolder {
  font-weight: 900;
}

.label-style-1.font-weight-light {
  font-weight: 300;
}

.label-style-1.font-weight-lighter {
  font-weight: 200;
}

.label-style-1.font-weight-normal {
  font-weight: 400;
}

.label-style-1.lead {
  font-size: 16px;
  line-height: 22px;
}

.label-style-1.small {
  font-size: 12px;
  line-height: 18px;
}

.label-style-1.text-capitalize {
  text-transform: uppercase;
}

.label-style-1.text-center {
  text-align: center;
}

.label-style-1.text-justify {
  text-align: justify;
}

.label-style-1.text-left {
  text-align: left;
}

.label-style-1.text-right {
  text-align: right;
}

.label-style-1.text-dark {
  color: #343a40;
}

.label-style-1.text-decoration-none {
  text-decoration: none;
}

.label-style-1.text-hide {
  display: none;
}

.label-style-1.text-lowercase {
  text-transform: lowercase;
}

.label-style-1.text-uppercase {
  text-transform: uppercase;
}

.label-style-1.text-nowrap {
  white-space: nowrap;
}

.label-style-1.text-reset {
  color: #333;
}

.label-style-1.text-pre {
  white-space: pre;
}

.label-style-1.text-prewrap {
  white-space: pre-wrap;
}

.label-style-1.text-preline {
  white-space: pre-line;
}

.label-style-1.text-breakspaces {
  white-space: break-spaces;
}

.label-style-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.label-style-1.text-decoration-underline {
  text-decoration: underline;
}

.label-style-1.text-decoration-overline {
  text-decoration: overline;
}

.form-input-style-1 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-input-style-1.no-bott-margin {
  margin-right: 10px;
  margin-bottom: 0px;
}

.form-input-style-1.no-right-margin {
  margin-right: 10px;
  margin-bottom: 0px;
}

.form-input-style-1.width-100 {
  width: 100%;
}

.form-input-style-2 {
  margin-bottom: 0px;
  border-radius: 5px;
}

.form-input-style-2.shadow-style-1 {
  box-shadow: 0 1px 4px 0 #d6d6d6;
}

.form-input-style-2.sizing-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-area-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.text-area-style-1.h {
  height: 14vh;
}

.text-area-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 #d6d6d6;
}

.input-group-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.input-item-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #e7e7e7;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
}

.input-group-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-style-2.shadow-style-1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0 #d6d6d6;
}

.input-item-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e7e7e7;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
}

.input-item-style-2.align-right {
  border-radius: 0px 5px 5px 0px;
}

.form-radio-label {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #666;
  font-weight: 400;
}

.form-check {
  margin-top: 10px;
}

.form-check-label {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #666;
}

.form-check-input {
  border: 2px solid #ccc;
}

.form-check-input.w--redirected-checked {
  border-color: #25b9ff;
  background-color: #25b9ff;
}

.grid-row {
  padding-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}

.form-select {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Baloo Chettan 2', sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.form-select.form-flex {
  width: 100%;
}

.form-control-textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 5px;
  font-family: 'Baloo Chettan 2', sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}

.form-control-plaintext {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #999;
}

.note {
  margin: 10px 10px 10px 20px;
  padding-left: 10px;
  border-left: 3px solid rgba(56, 152, 236, 0.7);
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-style: italic;
}

.note.padding-left-0 {
  margin-left: 0px;
}

.form-control-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 10px;
  font-size: 24px;
}

.grid-3 {
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.modal {
  width: 650px;
}

.modal-style-1 {
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.modal-style-1.shadow-style-1 {
  box-shadow: 0 1px 4px 0 #d6d6d6;
}

.modal-header {
  padding: 5px 40px;
}

.modal-body {
  padding-right: 40px;
  padding-left: 40px;
}

.modal-footer {
  padding: 15px 40px;
  background-color: #f0f0f0;
}

.modal-xl {
  width: 900px;
}

.modal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.modal-lg {
  width: 750px;
}

.modal-sm {
  width: 500px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: rgba(0, 0, 0, 0.5);
}

.alert-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  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;
  background-color: #3898ec;
  color: #fff;
}

.alert-style-1.alert-light {
  background-color: #d8d8d8;
  color: #464646;
}

.alert-style-1.alert-dark {
  background-color: #999;
}

.alert-style-1.bg-success {
  background-color: #28a746;
}

.alert-style-1.bg-danger {
  background-color: #dc3446;
}

.alert-style-1.bg-warning {
  background-color: #ffc108;
}

.alert-style-1.bg-info {
  background-color: #16a2b8;
}

.close {
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 18px;
  text-align: center;
}

.close.text-white {
  color: #fff;
  font-size: 16px;
}

.accordion {
  margin-top: 15px;
  margin-bottom: 15px;
}

.accordion-style-1 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.accordion-header-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: pointer;
}

.accordion-body-1 {
  display: none;
  padding: 20px;
}

.accordion-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.chevron-down {
  margin-left: 10px;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 30px;
}

.add-button {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Material design iconic font', sans-serif;
  color: #23b89f;
  font-size: 30px;
}

.tooltip-top-style-1 {
  position: absolute;
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 5px;
  -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;
}

.tooltip-top-style-1.hide {
  display: none;
}

.tooltip-inner {
  position: static;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  padding: 5px;
  -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: 4px;
  background-color: #504f4f;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.div-block-3 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooltip-top-arrow {
  position: static;
  top: 15px;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-top: -12px;
  background-color: #504f4f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-container {
  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;
}

.tooltip-container.margin-right-15px {
  margin-right: 15px;
}

.tooltip-bottom-style-1 {
  position: absolute;
  top: 40px;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  -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;
}

.tooltip-bottom-style-1.hide {
  display: none;
}

.tooltip-bottom-arrow {
  position: static;
  top: 15px;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-bottom: -12px;
  background-color: #504f4f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-right-style-1 {
  position: absolute;
  left: 105%;
  top: 0%;
  right: auto;
  bottom: 0%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-right-style-1.hide {
  display: none;
}

.tooltip-right-arrow {
  width: 15px;
  height: 15px;
  margin-right: -12px;
  background-color: #504f4f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-left-style-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 105%;
  bottom: 0%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-left-style-1.hide {
  display: none;
}

.tooltip-left-arrow {
  width: 15px;
  height: 15px;
  margin-left: -12px;
  background-color: #504f4f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover-top-style-1 {
  position: absolute;
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 5px;
  -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;
}

.popover-top-style-1.hide {
  display: none;
}

.popover-top-arrow {
  position: static;
  top: 15px;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-top: -12px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover-inner {
  position: static;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-color: #eee;
}

.popover-header {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #dadada;
}

.popover-body {
  padding: 10px;
}

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

.popover.margin-15px {
  margin: 15px;
}

.popover-bottom-style-1 {
  position: absolute;
  top: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  -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;
}

.popover-bottom-style-1.hide {
  display: none;
}

.popover-bottom-arrow {
  position: static;
  top: 15px;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-bottom: -12px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover-right-style-1 {
  position: absolute;
  left: 105%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popover-right-style-1.hide {
  display: none;
}

.popover-right-arrow {
  position: static;
  top: 15px;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-right: -12px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover-left-style-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 105%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popover-left-style-1.hide {
  display: none;
}

.popover-left-arrow {
  position: static;
  top: 15px;
  bottom: auto;
  width: 15px;
  height: 15px;
  margin-left: -12px;
  background-color: #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-body-2 {
  display: none;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.accordion-header-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.accordion-body-3 {
  display: none;
  padding: 20px;
}

.figure {
  margin-top: 10px;
  margin-bottom: 10px;
}

.figure-caption {
  margin-top: 10px;
}

.panel.margin-right-15px {
  margin-right: 15px;
}

.panel-style-1 {
  width: 25vw;
  border-radius: 5px;
  background-color: #fff;
}

.panel-style-1.shadow-style-1 {
  box-shadow: 0 1px 4px 0 #d6d6d6;
}

.panel-header-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 15px;
  -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;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #2574ab;
  color: #fff;
}

.panel-header-style-1.bg-success {
  background-color: #259dab;
}

.panel-header-style-1.bg-warning {
  background-color: #e6ad5c;
}

.panel-header-style-1.bg-danger {
  background-color: #d95350;
}

.panel-header-style-1.bg-info {
  background-color: #5ac0de;
}

.panel-body-style-1 {
  padding: 15px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pagination-style-1 {
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-item-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-item-style-1.padding-right-5px {
  margin-right: 5px;
}

.page-item-style-1.padding-right-5px.active {
  background-color: #2b6597;
}

.page-icon-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Material design iconic font', sans-serif;
  font-size: 20px;
}

.page-icon-style-1.padding-right-5px {
  margin-right: 5px;
}

.pagination-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

.pagination-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}

.pagination-style-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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
}

.page-icon-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  font-family: 'Material design iconic font', sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 20px;
}

.page-item-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: rgba(43, 42, 42, 0.5);
}

.page-item-style-2.border-left-1px {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.page-item-style-2.border-left-1px.active {
  border-top: 1px solid #3898ec;
  border-bottom: 1px solid #3898ec;
  background-color: #3898ec;
  color: #fff;
}

.div-block-4 {
  width: 100px;
}

.pager {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.pager-symbol {
  font-family: 'Material design iconic font', sans-serif;
}

.pager-style-1 {
  border-radius: 5px;
}

.pager-style-1.margin-right-5px {
  margin-right: 5px;
}

.pager-style-1.margin-left-5px {
  margin-left: 5px;
}

.badge {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.badge.padding-right-10px {
  margin-right: 10px;
}

.badge-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #6c757d;
  color: #fff;
}

.badge-style-1.badge-primary {
  background-color: #3898ec;
}

.badge-style-1.badge-success {
  background-color: #28a746;
}

.badge-style-1.badge-info {
  background-color: #16a2b8;
}

.badge-style-1.badge-warning {
  background-color: #ffc108;
}

.badge-style-1.badge-danger {
  background-color: #dc3446;
}

.badge-style-1.badge-light {
  background-color: #f8f9fa;
  color: #6c757d;
}

.badge-style-1.badge-dark {
  background-color: #343a40;
}

.badge-pill-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 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: 100px;
  background-color: #f7f9fb;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.shadow-style-1 {
  width: 25%;
  margin: 20px;
  box-shadow: 1px 1px 8px 1px #d6d6d6;
}

.card.shadow-style-1.rounded-top-left {
  border-top-left-radius: 20px;
}

.card.shadow-style-1.rounded-bottom-right {
  border-bottom-right-radius: 20px;
}

.card.shadow-style-1.rounded {
  border-radius: 20px;
}

.card.outline-style-1 {
  width: 25%;
  margin: 20px;
  border: 2px solid #c9c9c9;
  border-radius: 5px;
}

.card-header {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.card-body {
  padding: 10px 20px;
}

.card-footer {
  padding: 10px 20px;
  background-color: #f0f0f0;
}

.card-title.text-white {
  color: #fff;
}

.card-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}

.card-img.shadow-style-1 {
  width: 25%;
  box-shadow: 1px 1px 4px 0 #d6d6d6;
}

.card-img-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.card-img-bottom {
  padding: 20px;
}

.card-img-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 250px;
  margin: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.82)), to(rgba(82, 82, 82, 0.82))), url('../images/5e5552679c9dd9be9b84ff97_map-and-compass-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(82, 82, 82, 0.82), rgba(82, 82, 82, 0.82)), url('../images/5e5552679c9dd9be9b84ff97_map-and-compass-p-1080.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.card-img-overlay.shadow-style-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 82, 82, 0.65)), to(rgba(82, 82, 82, 0.65))), url('../images/5e5552679c9dd9be9b84ff97_map-and-compass-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(82, 82, 82, 0.65), rgba(82, 82, 82, 0.65)), url('../images/5e5552679c9dd9be9b84ff97_map-and-compass-p-1080.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-5 {
  padding-right: 60px;
  padding-left: 60px;
}

.cta-card-style-1 {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  padding: 40px;
  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;
  grid-template-rows: auto;
  border-radius: 5px;
}

.cta-card-style-1.shadow-style-1 {
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px #d6d6d6;
}

.cta-card-style-2 {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  padding: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
}

.form-card {
  width: 40vw;
  border-radius: 5px;
}

.form-card.shadow-style-1 {
  box-shadow: 2px 2px 5px 2px #d6d6d6;
}

.carousel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.carousel-caption {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tabs-style-1 {
  border-radius: 5px;
}

.tabs-style-1._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.tabs-style-1.table-dark {
  background-color: #313131;
  color: #fff;
}

.tabs-style-1.bordered {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.tabs-style-1.table-light {
  background-color: #e0e0e0;
}

.tabs-menu-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-1.h-justify-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;
}

.tabs-menu-1.h-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs-menu-1._w-25 {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs-link-1 {
  margin: 10px 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.tabs-link-1.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(213, 225, 237, 0.4);
  font-family: Montserrat, sans-serif;
  color: #666;
  font-weight: 500;
}

.tabs-link-1.sizing-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tabs-content-1._w-75 {
  width: 75%;
}

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

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-nav.bg-dark {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343a40;
  color: #fff;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

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

.nav-pills {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: transparent;
}

.nav-pills.w--current {
  background-color: #3898ec;
  color: #fff;
}

.nav-pills.sizing-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

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

.icon._w-152 {
  width: 152px;
  height: 152px;
}

.icon._w-120 {
  width: 120px;
  height: 120px;
}

.icon._w-76 {
  width: 76px;
  height: 76px;
}

.icon._w-60 {
  width: 60px;
  height: 60px;
}

.icon._w-60.margin-right {
  margin-right: 10px;
}

.icon._w-32 {
  width: 32px;
  height: 32px;
}

.icon._w-32.margin-right-10px {
  margin-right: 10px;
}

.icon._w-32.margin-right-30px {
  margin-right: 30px;
}

.icon._w-32.margin-x-2px {
  margin-right: 2px;
  margin-left: 2px;
}

.icon._w-16 {
  width: 16px;
  height: 16px;
}

.thead {
  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;
  background-color: #eaf0f6;
}

.tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._2-column {
  width: 50%;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #ebebeb;
}

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

.div-block-7.hide {
  display: none;
}

._3-column {
  width: 33.33%;
}

._3-column._w-50 {
  width: 50%;
}

._3-column._w-25 {
  width: 25%;
}

._4-column {
  width: 25%;
}

._4-column._w-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4-column._w-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.th {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.th.v-align-start.padding-left-25px {
  padding-left: 25px;
}

.td {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.td.v-align-start.padding-left-25px {
  padding-left: 25px;
}

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

.td.v-align-end.padding-right-25px {
  padding-right: 25px;
}

.td.h-justify-start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.td.h-justify-start.padding-left-25px {
  padding-left: 25px;
}

.tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.thead-style-1 {
  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;
  border-style: none;
  border-width: 1px;
  border-color: #ebebeb;
}

.thead-style-1.stripped {
  background-color: #ebebeb;
}

.tbody-style-1 {
  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;
}

.tr-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tr-style-1.stripped {
  background-color: #ebebeb;
}

.tr-style-1.bordered {
  border-top: 1px solid #ebebeb;
}

.tr-style-1.table-active {
  background-color: rgba(56, 152, 236, 0.3);
}

._5-column {
  width: 20%;
}

._6-column {
  width: 16.67%;
}

._7-column {
  width: 14.29%;
}

._8-column {
  width: 12.5%;
}

._9-column {
  width: 11.11%;
}

._10-column {
  width: 10%;
}

._11-column {
  width: 9.09%;
}

._12-column {
  width: 8.34%;
}

._13-column {
  width: 7.69%;
}

.div-block.border-1px {
  border: 1px solid #000;
}

.div-block.border-top-1px {
  border-top: 1px solid #000;
}

.div-block.border-bottom-1px {
  border-bottom: 1px solid #000;
}

.div-block.border-right-1px {
  border-right: 1px solid #000;
}

.div-block.border-left-1px {
  border-left: 1px solid #000;
}

.div-block.border-0 {
  border: 1px none #000;
}

.div-block.border-top-0 {
  border-top: 1px none #000;
}

.div-block.border-bottom-0 {
  border-bottom: 1px none #000;
}

.div-block.border-right-0 {
  border-right: 1px none #000;
}

.div-block.border-left-0 {
  border-left: 1px none #000;
}

.div-block.border-primary {
  border: 1px solid #3898ec;
}

.div-block.border-secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #343a40;
}

.div-block.border-success {
  border-style: solid;
  border-width: 1px;
  border-color: #28a746;
}

.div-block.border-danger {
  border-style: solid;
  border-width: 1px;
  border-color: #dc3446;
}

.div-block.border-info {
  border-style: solid;
  border-width: 1px;
  border-color: #16a2b8;
}

.div-block.border-warning {
  border-style: solid;
  border-width: 1px;
  border-color: #ffc108;
}

.div-block.border-light {
  border-style: solid;
  border-width: 1px;
  border-color: #f8f9fa;
}

.div-block.border-dark {
  border-style: solid;
  border-width: 1px;
  border-color: #343a40;
}

.div-block.border-white {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.div-block.rounded {
  border: 1px solid #000;
  border-radius: 5px;
}

.div-block.rounded-top {
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.div-block.rounded-bottom {
  border: 1px solid #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.div-block.rounded-right {
  border: 1px solid #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.div-block.rounded-left {
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.div-block.rounded-circle {
  border: 1px solid #000;
  border-radius: 50px;
}

.div-block.rounded-pill {
  border: 1px solid #000;
  border-radius: 10px;
}

.div-block.rounded-0 {
  border: 1px solid #000;
}

.div-block.rounded-8px {
  border: 1px solid #000;
  border-radius: 8px;
}

.div-block.rounded-sm {
  border: 1px solid #000;
  border-radius: 3px;
}

.div-block.rounded-lg {
  border: 1px solid #000;
  border-radius: 8px;
}

.div-block.clearfix {
  clear: none;
}

.div-block.clear-left {
  clear: left;
}

.div-block.clear-right {
  clear: right;
}

.div-block.clear-both {
  clear: both;
}

.div-block.text-dark-red {
  color: #881010;
}

.div-block.text-primary {
  color: #3898ec;
}

.div-block.text-secondary {
  color: #6c757d;
}

.div-block.text-success {
  color: #28a746;
}

.div-block.text-info {
  color: #16a2b8;
}

.div-block.text-warning {
  color: #ffc108;
}

.div-block.text-danger {
  color: #dc3446;
}

.div-block.text-light {
  color: #f8f9fa;
}

.div-block.text-dark {
  color: #343a40;
}

.div-block.text-body {
  color: #333;
}

.div-block.text-muted {
  color: rgba(51, 51, 51, 0.5);
}

.div-block.text-white {
  color: #fff;
}

.div-block.bg-dark-red {
  background-color: #881010;
}

.div-block.bg-primary {
  background-color: #3898ec;
}

.div-block.bg-secondary {
  background-color: #6c757d;
}

.div-block.bg-success {
  background-color: #28a746;
}

.div-block.bg-info {
  background-color: #16a2b8;
}

.div-block.bg-warning {
  background-color: #ffc108;
}

.div-block.bg-danger {
  background-color: #dc3446;
}

.div-block.bg-light {
  background-color: #f8f9fa;
}

.div-block.bg-dark {
  background-color: #343a40;
}

.div-block.bg-white {
  background-color: #fff;
}

.div-block.bg-transparent {
  background-color: transparent;
}

.div-block.bg-gradient-dark-red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#881010), to(#fff));
  background-image: linear-gradient(180deg, #881010, #fff);
}

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

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

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

.div-block.d-inline-block {
  display: inline-block;
}

.div-block.d-inline {
  display: inline;
}

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

.div-block.h-align-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.custom-flex1 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.h-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.h-align-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block.h-align-baseline {
  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-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block.h-align-stretch {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block.h-justify-start {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block.h-justify-center {
  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;
}

.div-block.h-justify-end {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block.h-justify-space-between {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block.h-justify-space-around {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block.h-children-wrap-start {
  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: 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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block.h-children-wrap-center {
  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: 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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block.h-children-wrap-end {
  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: 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-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block.h-children-wrap-stretch {
  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: 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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block.h-children-wrap-space-between {
  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: 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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block.h-children-wrap-space-around {
  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: 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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block.v-align-start {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.v-align-center {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.v-align-baseline {
  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-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block.v-align-stretch {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block.v-justify-start {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block.v-justify-center {
  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;
}

.div-block.v-justify-end {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block.v-justify-space-between {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block.v-justify-space-around {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block.v-children-wrap-start {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block.v-children-wrap-center {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block.v-children-wrap-end {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.div-block.v-children-wrap-stretch {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block.v-children-wrap-space-between {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.div-block.v-children-wrap-space-around {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.div-block.sizing-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block.sizing-none {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block.sizing-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block.sizing-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.div-block.sizing-shrink-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block.sizing-basis-20vw {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20vw;
  -ms-flex: 0 0 20vw;
  flex: 0 0 20vw;
}

.div-block.align-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.div-block.align-right {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block.align-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block.align-baseline {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.div-block.align-auto {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block.align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

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

.div-block.order-3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block.float-none {
  float: none;
}

.div-block.float-left {
  float: left;
}

.div-block.float-right {
  float: right;
}

.div-block.overflow-visible {
  overflow: visible;
}

.div-block.overflow-hidden {
  overflow: hidden;
}

.div-block.overflow-scroll {
  overflow: scroll;
}

.div-block.overflow-auto {
  overflow: scroll;
}

.div-block.position-static {
  position: static;
}

.div-block.position-relative {
  position: relative;
}

.div-block.position-absolute {
  position: absolute;
}

.div-block.position-fixed {
  position: fixed;
}

.div-block.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.div-block.position-relative-style1 {
  position: relative;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.div-block.position-sticky-style1 {
  position: -webkit-sticky;
  position: sticky;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.div-block.position-absolute-style1 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.div-block.position-fixed-style1 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.div-block.position-fixed-style1-copy {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}

.div-block.position-absolute-topleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block.position-absolute-topright {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block.position-absolute-bottomleft {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.div-block.position-absolute-bottomright {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block.position-absolute-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.div-block.position-absolute-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block.position-absolute-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block.position-absolute-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block.position-absolute-full {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block.position-fixed-topleft {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block.position-fixed-topright {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block.position-fixed-bottomleft {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.div-block.position-fixed-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.div-block.position-fixed-right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block.position-fixed-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block.position-fixed-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block.position-fixed-full {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block.shadow-none {
  box-shadow: none;
}

.div-block.shadow-style-1 {
  box-shadow: 1px 1px 3px 0 #d6d6d6;
}

.div-block._w-35 {
  width: 35%;
}

.div-block._w-25 {
  width: 25%;
}

.div-block._w-50 {
  width: 50%;
}

.div-block._w-75 {
  width: 75%;
}

.div-block._w-100 {
  width: 100%;
}

.div-block._w-auto {
  width: auto;
}

.div-block.h-35 {
  height: 35%;
}

.div-block.h-25 {
  height: 25%;
}

.div-block.h-50 {
  height: 50%;
}

.div-block.h-75 {
  height: 75%;
}

.div-block.h-100 {
  height: 75%;
}

.div-block.h-auto {
  height: auto;
}

.div-block._w-min-20 {
  min-width: 20%;
}

.div-block._w-max-20 {
  max-width: 20%;
}

.div-block.h-min-20 {
  min-height: 20%;
}

.div-block.h-max-20 {
  max-height: 20%;
}

.div-block.vw-35 {
  width: 35vw;
}

.div-block.vw-min-35 {
  min-width: 35vw;
}

.div-block.vw-max-35 {
  max-width: 35vw;
}

.div-block.vh-35 {
  height: 35vh;
}

.div-block.vh-min-35 {
  min-height: 35vh;
}

.div-block.vh-max-35 {
  max-height: 35vw;
}

.div-block._w-35px {
  width: 35px;
}

.div-block._w-35rem {
  width: 35rem;
}

.div-block._w-35em {
  width: 35em;
}

.div-block._w-min-35px {
  min-width: 35px;
}

.div-block._w-max-35px {
  max-width: 35px;
}

.div-block.h-35px {
  height: 35px;
}

.div-block.h-min-35px {
  min-height: 35px;
}

.div-block.h-max-35px {
  max-height: 35px;
}

.div-block.margin-top-35px {
  margin-top: 35px;
}

.div-block.margin-bottom-35px {
  margin-bottom: 35px;
}

.div-block.margin-left-35px {
  margin-left: 35px;
}

.div-block.margin-right-35px {
  margin-right: 35px;
}

.div-block.margin-x-35px {
  margin-right: 35px;
  margin-left: 35px;
}

.div-block.margin-y-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.div-block.margin-35px {
  margin: 35px;
}

.div-block.margin-custom1 {
  margin: 10px 5px;
}

.div-block.padding-top-5px {
  padding-top: 5px;
}

.div-block.padding-bottom-5px {
  padding-bottom: 5px;
}

.div-block.padding-left-5px {
  padding-left: 5px;
}

.div-block.padding-right-5px {
  padding-right: 5px;
}

.div-block.padding-x-5px {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block.padding-y-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block.padding-5px {
  padding: 5px;
}

.div-block.padding-custom1 {
  padding: 10px 5px 20px;
}

.div-block.text-left {
  text-align: left;
}

.div-block.text-center {
  text-align: center;
}

.div-block.text-right {
  text-align: right;
}

.div-block.text-justify {
  text-align: justify;
}

.div-block.text-nowrap {
  white-space: nowrap;
}

.div-block.text-pre {
  white-space: pre;
}

.div-block.text-prewrap {
  white-space: pre-wrap;
}

.div-block.text-preline {
  white-space: pre-line;
}

.div-block.text-breakspaces {
  white-space: break-spaces;
}

.div-block.text-lowercase {
  text-transform: lowercase;
}

.div-block.text-uppercase {
  text-transform: uppercase;
}

.div-block.text-capitalize {
  text-transform: capitalize;
}

.div-block.font-weight-bold {
  font-weight: 700;
}

.div-block.font-weight-bolder {
  font-weight: 900;
}

.div-block.font-weight-normal {
  font-weight: 400;
}

.div-block.font-weight-light {
  font-weight: 300;
}

.div-block.font-weight-lighter {
  font-weight: 200;
}

.div-block.font-italic {
  font-style: italic;
}

.div-block.font-regular {
  font-style: normal;
}

.div-block.spacing-2px {
  letter-spacing: 2px;
}

.div-block.text-reset {
  color: #333;
}

.div-block.text-decoration-none {
  text-decoration: none;
}

.div-block.text-decoration-strikethrough {
  text-decoration: line-through;
}

.div-block.text-decoration-underline {
  text-decoration: underline;
}

.div-block.text-decoration-overline {
  text-decoration: overline;
}

.div-block.text-shadow-style1 {
  text-shadow: 1px 1px 6px #d6d6d6;
}

.div-block.visible {
  opacity: 1;
}

.div-block.invisible {
  opacity: 0;
}

.div-block.text-font-arial {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.div-block.text-size-16px {
  font-size: 16px;
}

.h2-boilerplate-heading {
  color: rgba(51, 51, 51, 0.9);
  font-size: 28px;
  font-weight: 600;
}

.note-copy {
  margin-right: 10px;
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  text-align: left;
}

.main-note {
  margin-bottom: 40px;
  color: rgba(108, 117, 125, 0.75);
  font-size: 32px;
  font-weight: 300;
}

.mark-style-1 {
  background-color: rgba(56, 152, 236, 0.5);
}

.ol-style-1 {
  text-decoration: none;
}

.ol-style-1.font-italic {
  font-style: italic;
}

.ol-style-1.font-weight-bold {
  font-weight: 700;
}

.ol-style-1.font-weight-bolder {
  font-weight: 900;
}

.ol-style-1.font-weight-light {
  font-weight: 300;
}

.ol-style-1.font-weight-lighter {
  font-weight: 200;
}

.ol-style-1.font-weight-normal {
  font-weight: 400;
}

.ol-style-1.lead {
  font-size: 16px;
  line-height: 22px;
}

.ol-style-1.small {
  font-size: 12px;
  line-height: 18px;
}

.ol-style-1.text-capitalize {
  text-transform: uppercase;
}

.ol-style-1.text-center {
  text-align: center;
}

.ol-style-1.text-justify {
  text-align: justify;
}

.ol-style-1.text-left {
  text-align: left;
}

.ol-style-1.text-right {
  text-align: right;
}

.ol-style-1.text-dark {
  color: #343a40;
}

.ol-style-1.text-hide {
  display: none;
}

.ol-style-1.text-lowercase {
  text-transform: lowercase;
}

.ol-style-1.text-uppercase {
  text-transform: uppercase;
}

.ol-style-1.text-nowrap {
  white-space: nowrap;
}

.ol-style-1.text-reset {
  color: #333;
}

.ol-style-1.text-pre {
  white-space: pre;
}

.ol-style-1.text-prewrap {
  white-space: pre-wrap;
}

.ol-style-1.text-preline {
  white-space: pre-line;
}

.ol-style-1.text-decoration-strikethrough {
  text-decoration: line-through;
}

.ol-style-1.text-decoration-underline {
  text-decoration: underline;
}

.ol-style-1.text-decoration-overline {
  text-decoration: overline;
}

.bold-text {
  color: #3898ec;
}

.div-block-8 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-9 {
  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;
}

.div-block-79 {
  display: block;
  width: 100%;
  -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;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81.align-top {
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-81.margin-left-20px {
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-navbar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  background-color: #ecebeb;
}

.top-navbar-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-82.bg-gray {
  background-color: #ecebeb;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -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;
}

.div-block-26.margin-custom1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -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;
}

.hero-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -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;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
  text-align: center;
}

.div-block-86.alignleft {
  width: 550px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 20px;
  -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;
  background-color: #dadada;
}

.div-block-89 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -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: 1px solid #000;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #ecebeb;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-93 {
  width: 25%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -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: 1px solid #000;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 15px;
  -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;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
}

.div-block-12.border-bottom-0 {
  border-bottom-style: none;
}

.div-block-12.border-top {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.div-block-12.border-left-0-border-right-0 {
  border-right-style: none;
  border-left-style: none;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 25px;
  -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: 1px solid #000;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 20px;
  -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;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -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;
}

.div-block-20 {
  width: 60%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
  -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;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-94 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  -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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(#ecebeb), to(#ecebeb));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, #ecebeb, #ecebeb);
  background-position: 50% 0%, 0px 0px;
  background-size: auto 60%, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
  background-color: #fff;
}

.div-block-27 {
  width: 100%;
}

.div-block-29 {
  width: 32px;
  margin-right: 30px;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-28.margin-bottom-30px {
  margin-bottom: 30px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 50px;
  margin-bottom: -50px;
  -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;
}

.div-block-33.margin-bottom-0px {
  margin-bottom: 0px;
}

.div-block-33.margin-bottom-0px.width-45 {
  width: 40%;
  margin-top: 0px;
  padding-left: 75px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-33.margin-bottom-0px._w-60 {
  width: 80%;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: 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;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -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: 1px solid #000;
}

.div-block-37 {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

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

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32.5%;
  margin-bottom: 16px;
  -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: #ecebeb;
}

.div-block-45._w-26-5 {
  width: 26.5%;
}

.div-block-45._w-44-5 {
  width: 44.5%;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-bottom: 16px;
  -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: #ecebeb;
}

.div-block-46._w-49-5 {
  width: 49.5%;
}

.link-block {
  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;
  border: 1px solid #000;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: #ecebeb;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -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;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -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: 1px solid #000;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-54 {
  width: 90%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #000;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 20px;
  -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;
}

.div-block-58.bg-gray {
  background-color: #ecebeb;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -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: 1px solid #000;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: #ecebeb;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 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;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -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: 1px solid #000;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-62 {
  width: 30%;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 15px;
  -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;
}

.div-block-64.bg-gray {
  background-color: #ecebeb;
}

.div-block-64.bg-gray.border-1px {
  border: 1px solid #000;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 15px;
  -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;
}

.div-block-72 {
  background-color: #ecebeb;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-71 {
  width: 20px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68 {
  width: 32px;
  margin-right: 10px;
}

.div-block-66 {
  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;
  border-bottom: 1px solid #000;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px;
  -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;
  border: 1px solid #000;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
}

.div-block-154-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-169 {
  width: 80%;
}

.div-block-156 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

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

.div-block-157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -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;
}

.div-block-158 {
  margin-bottom: 20px;
  text-align: center;
}

.div-block-159 {
  text-align: center;
}

.div-block-166 {
  width: 65%;
}

.div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link-block-4 {
  width: 35px;
}

.div-block-165 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-161 {
  width: 60%;
  text-align: center;
}

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

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.div-block-162 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 5px solid #aca9a9;
}

.div-block-163 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -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;
}

.div-block-154 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -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;
}

.grid-3-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  -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;
}

.div-block-176 {
  margin-bottom: 20px;
}

.grid-6 {
  grid-row-gap: 55px;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 31px 25px;
  -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: #a0a0a0;
}

.div-block-172 {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-164-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-arrow {
  color: #544949;
}

.div-block-122 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.slider-3 {
  background-color: transparent;
}

.div-block-124 {
  margin-bottom: 10px;
}

.slide-nav {
  display: none;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.icon-2 {
  font-size: 14px;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.div-block-121 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.div-block-131 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 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;
}

.div-block-128 {
  padding: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #918f8f;
}

.div-block-128.middle {
  border-right-width: 0px;
  border-left-width: 0px;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-130 {
  width: 20%;
  margin-right: 10px;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.div-block-136 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-2 {
  background-color: transparent;
}

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

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-153._2 {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #898686;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.div-block-141 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-143 {
  width: 70%;
}

.div-block-146 {
  padding: 10px;
}

.div-block-150 {
  margin-top: 10px;
}

.div-block-145 {
  margin-bottom: 13px;
}

.div-block-148 {
  width: 15%;
  margin-right: 10px;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
  -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;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vw;
  -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;
}

.div-block-195 {
  width: 80%;
}

.div-block-195.custom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.div-block-195._w-70 {
  width: 65%;
}

.div-block-195._w-70.hide {
  display: none;
}

.div-block-195._w-75 {
  width: 75%;
}

.div-block-195._w-75.hide {
  display: none;
}

.div-block-195._w-75.center {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-97 {
  margin-bottom: 20px;
  background-color: #ececec;
}

.div-block-97.custom-flex1 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-97.custom-flex1.padding-y-40px {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-96-copy {
  width: 60%;
}

.div-block-98 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  cursor: pointer;
}

.div-block-98._2 {
  border-width: 0px 1px 1px;
}

.div-block-99 {
  padding: 15px;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
}

.div-block-99.hide {
  display: none;
  border-bottom-width: 1px;
}

.div-block-99.hide {
  display: none;
  border-right-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.div-block-102 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  padding-top: 54px;
  padding-bottom: 54px;
  -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;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.div-block-104._2 {
  margin-bottom: 0px;
}

.text-block-3 {
  text-align: center;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-105 {
  width: 10%;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #535353;
}

.div-block-113-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  cursor: pointer;
}

.div-block-110 {
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-116 {
  width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-114 {
  width: 50px;
}

.minus {
  display: none;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  -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: #979696;
}

.div-block-197 {
  margin-bottom: 25px;
}

.div-block-199 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-200 {
  margin-right: 15px;
}

.div-block-84-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  -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: #817d7d;
}

.div-block-201 {
  margin-right: 40px;
  margin-bottom: 0px;
  text-align: center;
}

.div-block-201._w-55 {
  width: 55%;
}

.div-block-201._w-60 {
  width: 60%;
  margin-right: 0px;
}

.div-block-85-copy {
  width: 600px;
}

.div-block-86-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-87-copy {
  margin-right: 15px;
}

.div-block-202 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  padding-bottom: 53px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-203 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-91-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  -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: #909090;
}

.div-block-204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.div-block-182 {
  text-align: center;
}

.div-block-205 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  -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;
}

.div-block-92-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 250px;
  padding-right: 109px;
  padding-left: 109px;
  -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;
  background-color: #d6d5d5;
}

.div-block-206 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-207 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7c7c7c;
}

.div-block-208 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.div-block-208._3 {
  width: 30%;
}

.div-block-80-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #959292;
}

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

.div-block-80-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6b6868;
}

.div-block-81-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-80-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #908787;
}

.div-block-209 {
  text-align: center;
}

.div-block-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.div-block-211 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vw;
  padding-right: 59px;
  padding-bottom: 5vw;
  padding-left: 59px;
  background-color: #7a7979;
}

.div-block-61-copy-copy {
  width: 64%;
  margin-right: 0px;
}

.div-block-212 {
  width: 20%;
  margin-right: 10px;
}

.div-block-213 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-214 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-215 {
  width: 49%;
}

.div-block-215._w-100 {
  width: 100%;
  margin-top: 20px;
}

.div-block-216 {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}

.div-block-217 {
  width: 50%;
  padding-top: 5vw;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-61-copy {
  width: 32%;
  margin-right: 0px;
}

.div-block-218 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vw;
  -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;
}

.div-block-65 {
  width: 700px;
  padding: 20px;
  background-color: #777;
}

.div-block-219 {
  padding-right: 100px;
  padding-left: 100px;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-220 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-bottom: 0px;
  -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;
}

.div-block-221 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -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;
}

.div-block-223 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-224 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}

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

.div-block-225 {
  position: absolute;
  left: -13px;
  top: 51.625px;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-color: #a1a0a0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-226 {
  padding-left: 40px;
}

.div-block-75 {
  position: relative;
  z-index: 99;
  width: 420px;
  padding: 20px;
  background-color: #a1a0a0;
}

.div-block-227 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-228 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -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;
}

.div-block-228.dark {
  min-height: 80vh;
  background-color: #444;
}

.div-block-229 {
  width: 30%;
  min-height: 25vh;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-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;
}

.div-block-188 {
  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;
}

.div-block-230 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.div-block-29-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 25vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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: #acacac;
}

.link-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #353535;
}

.div-block-231 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-232 {
  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;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-233 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #9a9a9a;
}

.div-block-37-copy {
  height: 15%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-234 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.div-block-235 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.div-block-236 {
  width: 15%;
}

.div-block-237 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-238 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  padding-right: 50px;
  padding-left: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.div-block-240 {
  margin-bottom: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #6a6a6a;
}

.div-block-240._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;
}

.div-block-241 {
  padding-top: 15vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-242 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 10px 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-52 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-243 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #7c7979;
}

.div-block-244 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-51 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-245 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-247 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-247._w-25 {
  width: 25%;
}

.div-block-247._w-45 {
  width: 45%;
}

.div-block-247._w-32 {
  width: 32%;
}

.div-block-248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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-top: 1px solid #dadada;
}

.div-block-249 {
  margin-bottom: 10px;
}

.div-block-250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-251 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.div-block-251.dark {
  background-color: #8d8c8c;
}

.div-block-251._w-80 {
  width: 80%;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 10px;
  -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;
}

.div-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-252 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.div-block-253 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding: 0px 40px;
  -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;
}

.div-block-255 {
  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;
}

.div-block-256 {
  text-align: center;
}

.div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-258 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-259 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.div-block-22-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

.div-block-260 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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;
}

.div-block-261 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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;
}

.div-block-264 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-89-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  padding-bottom: 53px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #898989;
}

.div-block-90-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-183-copy {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-92-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 250px;
  padding-right: 109px;
  padding-left: 109px;
  -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;
}

.div-block-92-copy-2._2 {
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-91-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  -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;
}

.div-block-91-copy-2._2 {
  background-color: transparent;
}

.div-block-266 {
  width: 50%;
}

.div-block-183-copy-2._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-267 {
  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;
}

.div-block-267.h-align-start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-268 {
  position: relative;
  margin-bottom: 10px;
}

.div-block-269 {
  position: relative;
  z-index: -999;
}

.div-block-269.hide {
  display: none;
}

.div-block-270 {
  margin-bottom: 10px;
}

.div-block-271 {
  margin-bottom: 10px;
}

.div-block-272 {
  margin-bottom: 10px;
}

.div-block-273 {
  margin-bottom: 10px;
}

.div-block-274 {
  margin-bottom: 10px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.div-block-275 {
  background-color: #1c8bbf;
}

.h1-display-2 {
  color: #3baac4;
}

.h1-display-2.font-italic {
  font-style: italic;
}

.h1-display-2.font-weight-bold {
  font-weight: 700;
}

.h1-display-2.font-weight-light {
  font-weight: 300;
}

.h1-display-2.font-weight-lighter {
  font-weight: 200;
}

.h1-display-2.font-weight-normal {
  font-weight: 400;
}

.h1-display-2.lead {
  font-size: 44px;
  line-height: 48px;
}

.h1-display-2.small {
  font-size: 32px;
  line-height: 40px;
}

.h1-display-2.text-break {
  white-space: normal;
}

.h1-display-2.text-capitalize {
  text-transform: uppercase;
}

.h1-display-2.text-center {
  text-align: center;
}

.h1-display-2.text-justify {
  text-align: justify;
}

.h1-display-2.text-left {
  text-align: left;
}

.h1-display-2.text-right {
  text-align: right;
}

.h1-display-2.text-dark {
  color: #343a40;
}

.h1-display-2.text-decoration-none {
  text-decoration: none;
}

.h1-display-2.text-hide {
  display: none;
}

.h1-display-2.text-lowercase {
  text-transform: lowercase;
}

.h1-display-2.text-uppercase {
  text-transform: uppercase;
}

.h1-display-2.text-nowrap {
  white-space: nowrap;
}

.h1-display-2.font-weight-bolder {
  font-weight: 900;
}

.h1-display-2.text-pre {
  white-space: pre;
}

.h1-display-2.text-prewrap {
  white-space: pre-wrap;
}

.h1-display-2.text-preline {
  white-space: pre-line;
}

.h1-display-2.text-breakspaces {
  white-space: break-spaces;
}

.h1-display-2.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h1-display-2.text-decoration-underline {
  text-decoration: underline;
}

.h1-display-2.text-decoration-overline {
  text-decoration: overline;
}

.h2-display-2 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.h2-display-2.font-italic {
  font-style: italic;
}

.h2-display-2.font-weight-bold {
  font-weight: 700;
}

.h2-display-2.font-weight-bolder {
  font-weight: 900;
}

.h2-display-2.font-weight-light {
  font-weight: 300;
}

.h2-display-2.font-weight-lighter {
  font-weight: 200;
}

.h2-display-2.font-weight-normal {
  font-weight: 400;
}

.h2-display-2.lead {
  font-size: 36px;
  line-height: 40px;
}

.h2-display-2.small {
  font-size: 28px;
  line-height: 32px;
}

.h2-display-2.text-breaktext-capitalize {
  text-transform: uppercase;
}

.h2-display-2.text-center {
  text-align: center;
}

.h2-display-2.text-left {
  text-align: left;
}

.h2-display-2.text-right {
  text-align: right;
}

.h2-display-2.text-dark {
  color: #343a40;
}

.h2-display-2.text-decoration-none {
  text-decoration: none;
}

.h2-display-2.text-hide {
  display: none;
}

.h2-display-2.text-lowercase {
  text-transform: lowercase;
}

.h2-display-2.text-uppercase {
  text-transform: uppercase;
}

.h2-display-2.text-nowrap {
  white-space: nowrap;
}

.h2-display-2.text-pre {
  white-space: pre;
}

.h2-display-2.text-prewrap {
  white-space: pre-wrap;
}

.btn-link-style2 {
  display: block;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #3baac4;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.btn-link-style2.font-italic {
  font-style: italic;
}

.btn-link-style2.font-weight-bold {
  font-weight: 700;
}

.btn-link-style2.font-weight-bolder {
  font-weight: 900;
}

.btn-link-style2.font-weight-light {
  font-weight: 300;
}

.btn-link-style2.font-weight-lighter {
  font-weight: 200;
}

.btn-link-style2.font-weight-normal {
  font-weight: 400;
}

.btn-link-style2.lead {
  font-size: 16px;
  line-height: 22px;
}

.btn-link-style2.small {
  font-size: 12px;
  line-height: 18px;
}

.btn-link-style2.text-capitalize {
  text-transform: capitalize;
}

.btn-link-style2.text-center {
  text-align: center;
}

.btn-link-style2.text-justify {
  text-align: justify;
}

.btn-link-style2.text-left {
  text-align: left;
}

.btn-link-style2.text-right {
  text-align: right;
}

.btn-link-style2.text-dark {
  color: #343a40;
}

.btn-link-style2.text-decoration-none {
  text-decoration: none;
}

.btn-link-style2.text-hide {
  display: none;
}

.btn-link-style2.text-lowercase {
  text-transform: lowercase;
}

.btn-link-style2.text-uppercase {
  text-transform: uppercase;
}

.btn-link-style2.text-nowrap {
  white-space: nowrap;
}

.btn-link-style2.text-reset {
  color: #6e74f5;
}

.btn-link-style2.text-pre {
  white-space: pre;
}

.btn-link-style2.text-prewrap {
  white-space: pre-wrap;
}

.btn-link-style2.text-breakspaces {
  white-space: break-spaces;
}

.btn-link-style2.text-decoration-strikethrough {
  text-decoration: line-through;
}

.btn-link-style3 {
  display: block;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fb9736;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 500;
}

.btn-link-style3.font-italic {
  font-style: italic;
}

.btn-link-style3.font-weight-bold {
  font-weight: 700;
}

.btn-link-style3.font-weight-bolder {
  font-weight: 900;
}

.btn-link-style3.font-weight-light {
  font-weight: 300;
}

.btn-link-style3.font-weight-lighter {
  font-weight: 200;
}

.btn-link-style3.font-weight-normal {
  font-weight: 400;
}

.btn-link-style3.lead {
  font-size: 16px;
  line-height: 22px;
}

.btn-link-style3.small {
  font-size: 12px;
  line-height: 18px;
}

.btn-link-style3.text-capitalize {
  text-transform: capitalize;
}

.btn-link-style3.text-center {
  text-align: center;
}

.btn-link-style3.text-justify {
  text-align: justify;
}

.btn-link-style3.text-left {
  text-align: left;
}

.btn-link-style3.text-right {
  text-align: right;
}

.btn-link-style3.text-dark {
  color: #343a40;
}

.btn-link-style3.text-decoration-none {
  text-decoration: none;
}

.btn-link-style3.text-hide {
  display: none;
}

.btn-link-style3.text-lowercase {
  text-transform: lowercase;
}

.btn-link-style3.text-uppercase {
  text-transform: uppercase;
}

.btn-link-style3.text-nowrap {
  white-space: nowrap;
}

.btn-link-style3.text-reset {
  color: #6e74f5;
}

.btn-link-style3.text-pre {
  white-space: pre;
}

.btn-link-style3.text-prewrap {
  white-space: pre-wrap;
}

.btn-link-style3.text-breakspaces {
  white-space: break-spaces;
}

.btn-link-style3.text-decoration-strikethrough {
  text-decoration: line-through;
}

.radio-button {
  border: 2px solid #ccc;
}

.radio-button.w--redirected-checked {
  border-color: #25b9ff;
  background-color: #25b9ff;
}

.div-block-276 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-277 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #d5e1ed;
  border-radius: 5px;
  background-color: #fff;
}

.p-style-2 {
  font-family: 'Baloo Chettan 2', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.p-style-2.font-italic {
  font-style: italic;
}

.p-style-2.font-weight-bold {
  font-weight: 700;
}

.p-style-2.font-weight-bolder {
  font-weight: 900;
}

.p-style-2.font-weight-light {
  font-weight: 300;
}

.p-style-2.font-weight-lighter {
  font-weight: 200;
}

.p-style-2.font-weight-normal {
  font-weight: 400;
}

.p-style-2.lead {
  font-size: 16px;
}

.p-style-2.small {
  font-size: 12px;
  line-height: 18px;
}

.p-style-2.text-capitalize {
  text-transform: uppercase;
}

.p-style-2.text-center {
  text-align: center;
}

.p-style-2.text-justify {
  text-align: justify;
}

.p-style-2.text-left {
  text-align: left;
}

.p-style-2.text-right {
  text-align: right;
}

.p-style-2.text-dark {
  color: #343a40;
}

.p-style-2.text-decoration-none {
  text-decoration: none;
}

.p-style-2.text-hide {
  display: none;
}

.p-style-2.text-lowercase {
  text-transform: lowercase;
}

.p-style-2.text-nowrap {
  white-space: nowrap;
}

.p-style-2.text-pre {
  white-space: pre;
}

.p-style-2.text-preline {
  white-space: pre-line;
}

.p-style-2.unique {
  display: none;
}

.p-style-3 {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: grey;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.p-style-3.font-italic {
  font-style: italic;
}

.p-style-3.font-weight-bold {
  font-weight: 700;
}

.p-style-3.font-weight-bolder {
  font-weight: 900;
}

.p-style-3.font-weight-light {
  font-weight: 300;
}

.p-style-3.font-weight-lighter {
  font-weight: 200;
}

.p-style-3.font-weight-normal {
  font-weight: 400;
}

.p-style-3.lead {
  font-size: 16px;
}

.p-style-3.small {
  font-size: 12px;
  line-height: 18px;
}

.p-style-3.text-capitalize {
  text-transform: uppercase;
}

.p-style-3.text-center {
  text-align: center;
}

.p-style-3.text-justify {
  text-align: justify;
}

.p-style-3.text-left {
  text-align: left;
}

.p-style-3.text-right {
  text-align: right;
}

.p-style-3.text-dark {
  color: #343a40;
}

.p-style-3.text-decoration-none {
  text-decoration: none;
}

.p-style-3.text-hide {
  display: none;
}

.p-style-3.text-lowercase {
  text-transform: lowercase;
}

.p-style-3.text-nowrap {
  white-space: nowrap;
}

.p-style-3.text-pre {
  white-space: pre;
}

.p-style-3.text-preline {
  white-space: pre-line;
}

.form-block {
  margin-bottom: 0px;
}

.table-line-divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
}

.nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  -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;
}

.nav-icon.hide {
  display: none;
}

.div-block-278 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-278.justify-right {
  width: 55%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.div-block-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
}

.div-block-280._w-100 {
  width: 60%;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-style-4 {
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.p-style-4.font-italic {
  font-style: italic;
}

.p-style-4.font-weight-bold {
  font-weight: 700;
}

.p-style-4.font-weight-bolder {
  font-weight: 900;
}

.p-style-4.font-weight-light {
  font-weight: 300;
}

.p-style-4.font-weight-lighter {
  font-weight: 200;
}

.p-style-4.font-weight-normal {
  font-weight: 400;
}

.p-style-4.lead {
  font-size: 16px;
}

.p-style-4.small {
  font-size: 12px;
  line-height: 18px;
}

.p-style-4.text-capitalize {
  text-transform: uppercase;
}

.p-style-4.text-center {
  text-align: center;
}

.p-style-4.text-justify {
  text-align: justify;
}

.p-style-4.text-left {
  text-align: left;
}

.p-style-4.text-right {
  text-align: right;
}

.p-style-4.text-dark {
  color: #343a40;
}

.p-style-4.text-decoration-none {
  text-decoration: none;
}

.p-style-4.text-hide {
  display: none;
}

.p-style-4.text-lowercase {
  text-transform: lowercase;
}

.p-style-4.text-nowrap {
  white-space: nowrap;
}

.p-style-4.text-pre {
  white-space: pre;
}

.p-style-4.text-preline {
  white-space: pre-line;
}

.p-style-4.text-grey {
  color: #999;
}

.p-style-4.text-grey.margin-left-55px {
  margin-left: 55px;
}

.h3-display-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.563rem;
  line-height: 2rem;
  font-weight: 500;
}

.h3-display-2.font-italic {
  font-style: italic;
}

.h3-display-2.font-weight-bold {
  font-weight: 700;
}

.h3-display-2.font-weight-bolder {
  font-weight: 900;
}

.h3-display-2.font-weight-light {
  font-weight: 300;
}

.h3-display-2.font-weight-lighter {
  font-weight: 200;
}

.h3-display-2.font-weight-normal {
  font-weight: 400;
}

.h3-display-2.lead {
  font-size: 28px;
  line-height: 34px;
}

.h3-display-2.small {
  font-size: 20px;
  line-height: 24px;
}

.h3-display-2.text-break {
  white-space: normal;
}

.h3-display-2.text-capitalize {
  text-transform: uppercase;
}

.h3-display-2.text-center {
  text-align: center;
}

.h3-display-2.text-justify {
  text-align: justify;
}

.h3-display-2.text-left {
  text-align: left;
}

.h3-display-2.text-right {
  text-align: right;
}

.h3-display-2.text-dark {
  color: #343a40;
}

.h3-display-2.text-decoration-none {
  text-decoration: none;
}

.h3-display-2.text-hide {
  display: none;
}

.h3-display-2.text-lowercase {
  text-transform: lowercase;
}

.h3-display-2.text-uppercase {
  text-transform: uppercase;
}

.h3-display-2.text-nowrap {
  white-space: nowrap;
}

.h3-display-2.text-reset {
  color: #333;
}

.h3-display-2.text-prewrap {
  white-space: pre-wrap;
}

.h3-display-2.text-preline {
  white-space: pre-line;
}

.h3-display-2.text-breakspaces {
  white-space: break-spaces;
}

.h3-display-2.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h3-display-2.text-decoration-underline {
  text-decoration: underline;
}

.h3-display-2.text-decoration-overline {
  text-decoration: overline;
}

.h3-display-2.margin-top-10px {
  margin-top: 0px;
}

.h3-display-2.text-align-left {
  margin-top: 10px;
  text-align: left;
}

.div-block-281 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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(transparent), to(#eaf0f6));
  background-image: linear-gradient(180deg, transparent, #eaf0f6);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.div-block-22-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
}

.hero-content-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-content-left-2.left-padding {
  padding-top: 0px;
  padding-left: 25px;
}

.hero-content-left-2._2 {
  padding-top: 33px;
}

.hero-content-left-2.padding {
  width: 37%;
  margin-bottom: 0px;
  padding: 40px 50px;
  border-radius: 40px 120px 120px 40px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.div-block-275b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-bottom: 50px;
  -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;
}

.navigation {
  display: block;
  width: 100%;
  -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;
}

.p-style-1-2.text-center {
  text-align: center;
}

.div-block-250-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-275-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-275-copy._w-60 {
  width: 60%;
}

.feature {
  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: #f7f9fb;
}

.media-body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-87-copy-2 {
  width: 100%;
  margin-right: 15px;
}

.form-control-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
}

.form-control-2._100p-width {
  width: 100%;
}

.navbar-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-262-2 {
  width: 30%;
}

.div-block-247-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  width: 800px;
  max-width: none;
}

.div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -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;
}

.image-2 {
  width: 80px;
  height: 80px;
}

.div-block-286-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 92vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/christine-mock-up.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 63px;
  padding-bottom: 63px;
  -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;
}

.div-block-285 {
  margin-top: 10px;
  margin-left: 40px;
}

.h1-display-1-2 {
  font-weight: 700;
}

.h1-display-1-2.text-center {
  text-align: center;
}

.div-block-276-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

.media-2._w-50 {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.label-style-1-2 {
  font-weight: 400;
}

.div-block-358 {
  margin-top: 15px;
  margin-left: 23px;
}

.h2-display-1-2.text-center {
  text-align: center;
}

.div-block-83-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 185px;
  -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;
}

.review-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 150px;
  margin-bottom: 25px;
  -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;
  border: 0px solid #000;
  border-radius: 50px 5px 5px;
  background-color: #f8f9fa;
  box-shadow: 0 9px 14px 1px hsla(0, 2.3%, 41%, 0.4);
}

.review-li.bottom {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 50px;
}

.review-li.center {
  border-top-left-radius: 5px;
}

.div-block-86-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 5px 2px #d6d6d6;
}

.div-block-359 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-359._2nd-row {
  margin-top: 0px;
  margin-bottom: 30px;
}

.div-block-84-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-84-2-copy.padding-top-20px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-block-6 {
  margin-bottom: 10px;
}

.btn-style1-2 {
  border-radius: 4px;
}

.about_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/About-us_hero-01.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutus-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 50vh;
  -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;
}

.about-s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.div-block-85-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.div-block-85-2.align-left {
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.about-us-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 500px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-us-cards.center-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about-us-cards.center-align._2 {
  width: 45%;
  min-height: auto;
  padding: 25px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.div-block-83-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.minus-ico {
  display: none;
}

.ico-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 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;
}

.div-block-360 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  padding-right: 15px;
  padding-left: 15px;
  -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: 1px solid transparent;
  cursor: pointer;
}

.div-block-307 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.faq-title-container {
  width: 85%;
}

.div-block-313 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.div-block-308 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.div-block-296 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 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;
}

.div-block-296-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 0px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-299 {
  position: absolute;
  left: 0px;
  top: 16px;
  padding: 10px 20px;
  background-color: #eaf0f6;
}

.div-block-292 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-292.text-grey {
  background-color: #f7f9fb;
}

.div-block-292.hide {
  display: none;
}

.div-block-292.padding-top-20 {
  min-height: auto;
  padding-top: 20px;
}

.div-block-292.min-h-auto {
  min-height: auto;
}

.div-block-292._2 {
  padding-top: 70px;
  padding-bottom: 100px;
}

.div-block-306 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 30px;
}

.div-block-304 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-304._w-30 {
  width: 45%;
}

.div-block-304._w-30._2 {
  width: 30%;
}

.div-block-302 {
  width: 60%;
}

.div-block-302._w-50 {
  width: 50%;
}

.div-block-294 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.div-block-303 {
  margin-top: 40px;
  padding-left: 10px;
}

.div-block-303._w-100 {
  width: 100%;
  margin-top: 0px;
}

.div-block-303.margin-bottom-40px {
  margin-bottom: 40px;
}

.h4-display-1-2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.sub-tab {
  border-radius: 5px;
  background-color: transparent;
}

.sub-tab.w--current {
  padding-top: 20px;
  padding-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  background-color: #fff;
}

.div-block-96-copy-copy {
  width: 45%;
}

.div-block-309 {
  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;
  text-align: center;
}

.div-block-300 {
  margin-top: 20px;
}

.div-block-84-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  -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;
}

.div-block-293 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-293._2 {
  padding-top: 20px;
}

.div-block-297 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -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;
}

.hero-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40vh;
  -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-sub.h-min-25vh {
  min-height: 25vh;
}

.hero-sub.minh-30vh {
  min-height: 30vh;
}

.product-img {
  width: 100px;
}

.product-img.large {
  width: 120px;
  margin-bottom: 20px;
}

.div-block-305 {
  margin-bottom: 20px;
  padding: 25px 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.div-block-298 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
}

.div-block-295 {
  width: 35%;
}

.div-block-295._w-50 {
  width: 48%;
}

.div-block-295._w-100 {
  width: 100%;
}

.cart-details-div {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.div-block-326-copy {
  display: none;
  margin-bottom: 20px;
  padding: 20px 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: #f7f9fb;
  text-align: center;
}

.div-block-315 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50vh;
  padding-top: 20px;
  padding-bottom: 100px;
  -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: #fff;
}

.radio-button-field {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-316 {
  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;
}

.div-block-340 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 15px 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-330-copy {
  width: 30%;
}

.div-block-338 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-338.total {
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 78.8%, 0.5);
}

.hidden-rb-label {
  display: none;
}

.image-4 {
  width: 100px;
  margin-bottom: 20px;
}

.form-fields {
  padding: 10px;
}

.div-block-322 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-337 {
  width: 20%;
  text-align: right;
}

.div-block-335 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-334 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 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: 5px;
  background-color: #eaf0f6;
  -o-object-fit: fill;
  object-fit: fill;
}

.payment-ico-big {
  width: 150px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.payment-ico {
  width: 50px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.payment-ico.margin-left-10px {
  margin-left: 10px;
}

.div-block-330 {
  position: relative;
  width: 48%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.div-block-332 {
  width: 35%;
}

.payment-img {
  width: 50px;
}

.div-block-361 {
  position: absolute;
  left: auto;
  top: -15%;
  right: -10%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -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: #3fb8d8;
  color: #d6d6d6;
  font-weight: 700;
}

.div-block-320 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f7f9fb;
}

.div-block-317 {
  width: 60%;
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.div-block-317._w-100 {
  width: 100%;
}

.div-block-317._w-100.padding-top-40px {
  padding-top: 40px;
  padding-right: 16px;
  padding-left: 16px;
}

.heading-form {
  margin-bottom: 20px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.radio-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-field.h-justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.radio-field.h-justify-space-between.margin-bottom-5px {
  margin-bottom: 5px;
}

.div-block-362 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 2%;
  bottom: 0%;
  width: 20px;
  height: 20px;
}

.div-block-362.position-right-3 {
  top: 51%;
  right: 3%;
}

.div-block-318 {
  width: 20%;
}

.div-block-342 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  -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;
}

.div-block-346 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-350 {
  width: 45%;
}

.div-block-347 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-344 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 77px;
  -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;
}

.social_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
}

.form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 35px 60px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 5px 2px #b1b1b1;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.textarea {
  min-height: 20vh;
}

.div-block-349 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 44px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-341 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.dropdown-toggle-2 {
  width: 100%;
  border: 1px solid #ccc;
}

.div-block-353 {
  min-height: 60vh;
  margin-bottom: 47px;
  padding: 35px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.tabs {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: transparent;
}

.tabs.w--current {
  background-color: #eaf0f6;
}

.div-block-352 {
  position: relative;
  width: 60%;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-354 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.div-block-355 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-356 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 10px 20px;
  -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;
}

.navbar-4 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
}

.navbar-4.bg-transparent {
  background-color: transparent;
}

.navbar-4.bg-transparent.v2 {
  background-image: none;
}

.btn-style1-3 {
  width: 150px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fb9736), to(#f4887f));
  background-image: linear-gradient(90deg, #fb9736, #f4887f);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.div-block-363 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-363._w-80 {
  width: 80%;
}

.h2-display-1-2-copy.text-center {
  text-align: center;
}

.div-block-364 {
  margin-bottom: 26px;
}

.div-block-365 {
  padding: 20px 19px;
  background-color: #f7f9fb;
}

.form-block-2 {
  margin-bottom: 32px;
}

.div-block-366 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 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;
}

.div-block-367 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  padding: 15px;
  -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 #e6e6e6;
  background-color: #f9fbfc;
}

.div-block-368 {
  position: absolute;
  left: auto;
  top: -15%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -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: #3898ec;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-369 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ddebed;
}

.div-block-370 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.div-block-371 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-372 {
  width: 50%;
}

.div-block-373 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-374 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1-b-hero {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 600;
}

.div-block-375 {
  margin-bottom: 40px;
}

.div-block-376 {
  margin-bottom: 10px;
}

.div-block-378 {
  margin-bottom: 20px;
}

.text-block-4 {
  color: #f8f9fa;
  font-weight: 700;
}

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

.div-block-380 {
  margin-top: 40px;
}

.body-2 {
  background-image: url('../images/CTA-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navline {
  width: 80%;
  height: 1px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 78.8%, 0.5);
}

.navline.margin-top-20px {
  margin-top: 20px;
}

.form-4 {
  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;
}

.div-block-381 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-block-3 {
  width: 100%;
}

.div-block-382 {
  background-color: #ececec;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-383 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-383.justify-end {
  width: 48%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-384 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-384._w-70 {
  width: 65%;
}

.div-block-385 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  -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;
}

.div-block-385.outline-style-1 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.div-block-386 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 25px;
  -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;
}

.div-block-387 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-388 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 30px 15px;
  -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;
}

.div-block-388.outline-style-1 {
  padding: 35px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.image-7 {
  width: 80%;
}

.image-7.w {
  width: 30%;
}

.div-block-389 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-389.margin-y-100px {
  margin-top: 100px;
  margin-bottom: 50px;
}

.div-block-390 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.div-block-391 {
  margin-bottom: 15px;
}

.div-block-392 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ContactUs_assets-01.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-393 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 30vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-394 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-395 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.div-block-395._w-65 {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-396 {
  width: 60%;
}

.div-block-396._w-100 {
  width: 100%;
}

.div-block-397 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-398 {
  width: 100%;
  margin-bottom: 25px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.p-style-5 {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.div-block-399 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line-divde {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 78.8%, 0.5);
}

.h3-display-3 {
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 1.4rem;
}

.h3-display-3.font-italic {
  font-style: italic;
}

.h3-display-3.font-weight-bold {
  font-weight: 700;
}

.h3-display-3.font-weight-bolder {
  font-weight: 900;
}

.h3-display-3.font-weight-light {
  font-weight: 300;
}

.h3-display-3.font-weight-lighter {
  font-weight: 200;
}

.h3-display-3.font-weight-normal {
  font-weight: 400;
}

.h3-display-3.lead {
  font-size: 28px;
  line-height: 34px;
}

.h3-display-3.small {
  font-size: 20px;
  line-height: 24px;
}

.h3-display-3.text-break {
  white-space: normal;
}

.h3-display-3.text-capitalize {
  text-transform: uppercase;
}

.h3-display-3.text-center {
  text-align: center;
}

.h3-display-3.text-justify {
  text-align: justify;
}

.h3-display-3.text-left {
  text-align: left;
}

.h3-display-3.text-right {
  text-align: right;
}

.h3-display-3.text-dark {
  color: #343a40;
}

.h3-display-3.text-decoration-none {
  text-decoration: none;
}

.h3-display-3.text-hide {
  display: none;
}

.h3-display-3.text-lowercase {
  text-transform: lowercase;
}

.h3-display-3.text-uppercase {
  text-transform: uppercase;
}

.h3-display-3.text-nowrap {
  white-space: nowrap;
}

.h3-display-3.text-reset {
  color: #333;
}

.h3-display-3.text-prewrap {
  white-space: pre-wrap;
}

.h3-display-3.text-preline {
  white-space: pre-line;
}

.h3-display-3.text-breakspaces {
  white-space: break-spaces;
}

.h3-display-3.text-decoration-strikethrough {
  text-decoration: line-through;
}

.h3-display-3.text-decoration-underline {
  text-decoration: underline;
}

.h3-display-3.text-decoration-overline {
  text-decoration: overline;
}

.div-block-400 {
  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;
}

.purrexx-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-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;
}

.purrexx-logo.v2 {
  width: 350px;
  margin-bottom: 0px;
  margin-left: 30px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu-3._2 {
  margin-bottom: 130px;
}

.div-block-401 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-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;
}

.div-block-401._2 {
  padding-bottom: 20px;
}

.text-small {
  font-size: 0.9rem;
}

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

.div-block-402 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-403 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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;
}

.div-block-403.margin-bottom-10px {
  margin-bottom: 10px;
}

.div-block-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-404._w-15 {
  width: 15%;
}

.div-block-404._w-15.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-404._w-15.opacity-0 {
  opacity: 0;
}

.div-block-404._w-18 {
  width: 18%;
}

.div-block-405 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -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;
}

.div-block-406 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-407 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-408 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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;
}

.div-block-409 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 5vw;
  -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;
}

.div-block-410 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.div-block-411 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -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: 5px;
  background-color: #fff4d4;
}

.div-block-412 {
  width: 75%;
}

.div-block-413 {
  width: 50%;
}

.div-block-414 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-415 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -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;
}

.contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-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;
}

.div-block-416 {
  margin-bottom: 30px;
}

.underline_text {
  text-decoration: underline;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  -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: 30px;
  background-color: #f4887f;
  color: #f8f9fa;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.image-8 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.subscribe-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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(52, 58, 64, 0.3);
}

.div-block-417 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-418 {
  width: 100%;
  margin-top: 10px;
}

.div-block-419 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
  cursor: pointer;
}

.sign-up-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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(52, 58, 64, 0.3);
}

.div-block-420 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  -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: #f8f9fa;
}

.div-block-421 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.div-block-422 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-423 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-right: 40px;
  margin-left: 40px;
  -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;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.paragraph {
  margin-top: 20px;
}

.div-block-424 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-425 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.extra-logo {
  width: 50%;
  height: auto;
  max-width: 70px;
}

.extra-logo.margin-right_10px {
  width: 40%;
  height: auto;
  max-width: 70px;
  margin-right: 10px;
}

.div-block-426 {
  height: 550px;
  background-image: url('../images/SoapPage_Hero.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.div-block-426.surfacewipespage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/Wipes-Page_Hero.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0)), url('../images/Wipes-Page_Hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-427 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-428 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-428._33 {
  width: 33%;
}

.div-block-428.v2 {
  margin-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-429 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-bottom: 1px solid #c9c9c9;
}

.div-block-429._w-50 {
  width: auto;
}

.div-block-430 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 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;
}

.div-block-431 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.div-block-431.wipes {
  width: 70%;
}

.div-block-431.wipes.small {
  width: 40%;
}

.div-block-431.wipes.small.purrexx {
  width: 50%;
}

.regular-mock-up-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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(0, 0, 0, 0.05);
}

.div-block-433 {
  position: relative;
}

.div-block-434 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 85vh;
  -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: #fff;
}

.div-block-435 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  -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;
}

.regular-front {
  height: 100%;
  max-width: none;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.antibac-mock-up-pop-up-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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(0, 0, 0, 0.05);
}

.div-block-436 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -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;
}

.arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.regular-back {
  display: none;
  height: 100%;
  max-width: none;
}

.antibac-front {
  height: 100%;
  max-width: none;
}

.antibac-back {
  display: none;
  height: 100%;
  max-width: none;
}

.div-block-437 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.div-block-438 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 300px;
  -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: url('../images/Bathroom_Bottle_08.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-439 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.div-block-439.margin-right {
  margin-top: 0px;
  margin-right: 10px;
}

.div-block-439.no-margin {
  margin-top: 0px;
}

.div-block-440 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  margin-left: 2px;
  -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;
}

.div-block-441 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 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;
}

.div-block-442 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -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;
}

.div-block-443 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-444 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.slider-4 {
  width: 100%;
  height: 600px;
  background-color: transparent;
}

.div-block-445 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-445.height-100 {
  height: 100%;
}

.div-block-446 {
  width: 70%;
}

.mask {
  height: 600px;
}

.arrow-image {
  width: 30px;
  height: 30px;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-447 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-breadcrumbs-wrapper {
  width: 100%;
}

.div-block-448 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-small {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}

.paragraph-small.margin_top-20 {
  margin-top: 10px;
}

.paragraph-small.no-margin {
  margin-bottom: 0px;
}

.form-block-4 {
  width: 100%;
  margin-top: 20px;
}

.div-block-449 {
  background-color: #f7f9fb;
  background-image: none;
}

.div-block-450 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.radio-button-label {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #6b7177;
  font-weight: 700;
}

.radio-button-field-3 {
  margin-right: 20px;
}

.div-block-451 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.div-block-452 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-small-copy {
  font-size: 1rem;
  line-height: 1rem;
  font-style: italic;
  font-weight: 400;
}

.paragraph-small-copy.margin_top-20 {
  margin-top: 10px;
}

.paragraph-small-copy.non-italic {
  font-style: normal;
}

.div-block-453 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-454 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
}

.div-block-455 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-455.width-30 {
  width: 30%;
}

.select-field {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: transparent;
  color: #6b7177;
  font-size: 1rem;
  line-height: 1.25rem;
}

.paragraph-2 {
  font-weight: 700;
}

.div-block-456 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.text-block-6 {
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #6b7177;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
}

.div-block-457 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.div-block-458 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -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;
}

.div-block-459 {
  width: 30%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-block-5 {
  width: 60%;
  margin-top: 50px;
}

.div-block-215-copy {
  width: 100%;
  margin-bottom: 10px;
}

.div-block-215-copy._w-100 {
  width: 100%;
  margin-top: 20px;
}

.form-5 {
  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;
}

.div-block-460 {
  width: 100%;
  margin-top: 50px;
}

.list-3 {
  color: #6b7177;
}

.div-block-461 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-462 {
  margin-bottom: 30px;
  border-bottom: 1px solid #eaf0f6;
}

.div-block-463 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #eaf0f6;
}

.div-block-463.no-bottom-border {
  border-bottom-style: none;
}

.div-block-464 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 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: 100px;
  background-color: #adeaf3;
  font-family: 'Baloo Chettan 2', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.div-block-465 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-466 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-467 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-blue {
  margin-left: 10px;
  color: #16a2b8;
  font-weight: 400;
}

.paragraph-smallest {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
}

.paragraph-smallest.margin_top-20 {
  margin-top: 10px;
}

.paragraph-smallest.non-italic {
  font-style: normal;
}

.div-block-468 {
  margin-top: 30px;
}

.paragraph-style-2 {
  font-size: 1rem;
  line-height: 1.4rem;
}

.div-block-469 {
  margin-top: 20px;
}

.div-block-470 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: 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;
}

.div-block-427-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 20px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-471 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-471.v2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-472 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  -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;
}

.div-block-473 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.div-block-474 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -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;
}

.div-block-475 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-476 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 0px 10px;
  -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;
  border-bottom: 1px solid #6b7177;
}

.div-block-476.no-borderline {
  border-bottom-color: rgba(107, 113, 119, 0);
}

.div-block-477 {
  width: 30%;
}

.div-block-478 {
  width: 65%;
}

.div-block-478.withborderline {
  border-bottom: 1px solid #6b7177;
}

.paragraph-3 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-3.invisible {
  opacity: 0;
}

.paragraph-4 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.div-block-479 {
  margin-top: 60px;
}

.div-block-479.top-margin-zero {
  margin-top: 0px;
}

.paragraph-5 {
  font-weight: 700;
}

.div-block-480 {
  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;
}

.tocontactus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px 10px 0px;
  -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-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 78.8%, 0.5);
  border-radius: 5px;
}

.div-block-481 {
  width: 60%;
}

.text-span {
  color: #41464b;
  font-weight: 600;
}

.image-9 {
  width: 200px;
}

.div-block-482 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .btn-style1.btn-wider._2 {
    width: 100%;
  }

  .btn-style2.btn-wider._2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .btn-style2.btn-flex {
    width: 100%;
  }

  .h2-display-1 {
    text-align: center;
  }

  .h2-display-1.color_blue {
    text-align: left;
  }

  .h3-display-1 {
    text-align: center;
  }

  .p-style-1 {
    text-align: center;
  }

  .p-style-1.lead.text-darkblue {
    text-align: left;
  }

  .form-input-style-1 {
    margin-bottom: 0px;
  }

  .navbar-nav {
    width: 100%;
  }

  ._4-column._w-50 {
    width: 30%;
  }

  ._4-column._w-16 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .th.v-align-start.padding-left-25px {
    padding-left: 10px;
  }

  .td.v-align-start.padding-left-25px {
    padding-left: 10px;
  }

  .tr {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .div-block-80 {
    width: 95%;
  }

  .nav-menu-2 {
    width: 150px;
    margin-top: 8px;
    margin-left: 544px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 0 10px -5px #000;
  }

  .top-navbar-content {
    width: 95%;
  }

  .div-block-26 {
    width: 95%;
  }

  .div-block-83 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-content-right {
    width: 100%;
  }

  .div-block-86 {
    width: 90%;
  }

  .div-block-19 {
    width: 95%;
  }

  .div-block-33 {
    margin-bottom: 0px;
  }

  .div-block-33.margin-bottom-0px {
    width: 90%;
    margin-top: 20px;
  }

  .div-block-33.margin-bottom-0px.width-45 {
    width: 90%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .div-block-49 {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-73 {
    width: 85%;
  }

  .div-block-169 {
    width: 90%;
  }

  .grid-5 {
    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: 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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-175 {
    width: 48%;
    margin-bottom: 4%;
  }

  .div-block-165 {
    width: 35%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-161 {
    width: 80%;
  }

  .grid-3-copy {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-6 {
    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;
  }

  .div-block-170 {
    margin-bottom: 20px;
  }

  .div-block-125 {
    width: 90%;
  }

  .div-block-136 {
    width: 70%;
  }

  .div-block-194 {
    width: 90%;
  }

  .div-block-143 {
    width: 90%;
  }

  .div-block-195 {
    width: 90%;
  }

  .div-block-195.custom-flex {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-195._w-70 {
    width: 90%;
  }

  .div-block-195._w-75 {
    width: 90%;
  }

  .div-block-97 {
    margin-bottom: 20px;
  }

  .div-block-96-copy {
    width: 70%;
  }

  .div-block-102 {
    width: 48%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-101 {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-114 {
    width: 30px;
  }

  .div-block-109 {
    width: 90%;
  }

  .div-block-196 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-84-copy {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-201 {
    margin-right: 0px;
  }

  .div-block-201._w-55 {
    width: 80%;
  }

  .div-block-201._w-60 {
    width: 90%;
  }

  .div-block-85-copy {
    width: 80%;
  }

  .div-block-86-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-87-copy {
    width: auto;
    margin-right: 0px;
  }

  .div-block-204 {
    width: 90%;
  }

  .div-block-92-copy {
    width: 90%;
    padding-right: 20px;
    padding-left: 19px;
  }

  .div-block-208 {
    width: 45%;
  }

  .div-block-208._2 {
    width: 30%;
  }

  .div-block-208._3 {
    width: 55%;
    padding-left: 20px;
    text-align: center;
  }

  .div-block-81-copy {
    width: 35%;
  }

  .div-block-209 {
    text-align: center;
  }

  .div-block-211 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-212 {
    width: 25%;
    margin-right: 10px;
  }

  .div-block-213 {
    width: 100%;
  }

  .div-block-217 {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-218 {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-65 {
    width: 500px;
  }

  .div-block-190 {
    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;
  }

  .div-block-220 {
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-221 {
    width: auto;
  }

  .div-block-222 {
    margin-right: 10px;
  }

  .div-block-75 {
    width: 300px;
  }

  .div-block-227 {
    height: auto;
    padding-right: 5vw;
    padding-left: 5vw;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-229 {
    width: 50%;
  }

  .div-block-188 {
    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;
  }

  .div-block-32 {
    height: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-29-copy {
    width: 50%;
  }

  .div-block-232 {
    width: 90%;
  }

  .div-block-233 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-234 {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-238 {
    width: 80%;
  }

  .div-block-241 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0vw;
    -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;
  }

  .div-block-242 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-52 {
    width: 80%;
  }

  .div-block-244 {
    height: auto;
  }

  .div-block-246 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-247 {
    width: 30%;
  }

  .div-block-247._w-25 {
    width: 45%;
  }

  .div-block-5-copy {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-block-258 {
    width: 40%;
  }

  .div-block-261 {
    width: 70%;
  }

  .div-block-263 {
    width: 40%;
  }

  .div-block-183-copy {
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-183-copy._2-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-92-copy-2 {
    width: 90%;
    padding-right: 20px;
    padding-left: 19px;
  }

  .div-block-92-copy-2._2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-266 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-266._2 {
    width: 50%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-183-copy-2 {
    width: auto;
  }

  .nav-icon {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .div-block-278 {
    width: 65%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h3-display-2.text-align-left {
    text-align: center;
  }

  .div-block-281 {
    width: 100%;
  }

  .hero-content-left-2.left-padding {
    margin-bottom: 20px;
    padding-left: 0px;
    -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-content-left-2._2 {
    width: 75%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-content-left-2.padding {
    width: 55%;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .div-block-275-copy {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-87-copy-2 {
    width: auto;
    margin-right: 0px;
  }

  .div-block-247-copy {
    width: 50%;
  }

  .image {
    width: 800px;
  }

  .div-block-282 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-283 {
    width: 19%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-content {
    min-height: auto;
    background-image: url('../images/home-hero-img.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-276-copy {
    width: 100%;
  }

  .media-2._w-50 {
    width: auto;
  }

  .div-block-83-copy {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-86-copy-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-359 {
    -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;
  }

  .div-block-84-2-copy {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_hero {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 50% 0%;
    background-size: 150%;
    background-repeat: no-repeat;
  }

  .aboutus-s1 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-85-2.align-left {
    padding-left: 0px;
  }

  .about-us-cards.center-align._2 {
    width: 48%;
    min-height: auto;
    margin-bottom: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-83-copy-copy {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-292 {
    padding-top: 10px;
  }

  .div-block-306 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-302 {
    width: 100%;
  }

  .div-block-302._w-50 {
    width: 100%;
  }

  .div-block-303 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-96-copy-copy {
    width: 100%;
  }

  .div-block-84-2 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

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

  .div-block-295 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-295._w-50 {
    width: 100%;
  }

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

  .div-block-330-copy {
    width: 30%;
  }

  .div-block-330 {
    position: relative;
    width: 45%;
  }

  .div-block-332 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-317 {
    width: 100%;
  }

  .div-block-317._w-100 {
    margin-top: 30px;
  }

  .div-block-344 {
    background-position: 50% 100%;
    background-size: 200%;
  }

  .form-contact {
    width: 70%;
    padding: 20px;
  }

  .div-block-349 {
    width: 80%;
  }

  .tabs {
    margin-right: 10px;
    border-radius: 5px;
    background-color: #fff;
  }

  .div-block-352 {
    width: 80%;
  }

  .tabs-menu-2 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-356 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-block-363._w-80 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-367 {
    width: 100%;
  }

  .div-block-370 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-372 {
    width: 100%;
  }

  .div-block-374 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-377 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-6 {
    width: 200px;
    max-width: none;
  }

  .navline {
    width: 95%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }

  .div-block-383 {
    width: 100%;
  }

  .div-block-385.outline-style-1 {
    width: 300px;
    height: 300px;
  }

  .div-block-386 {
    width: 100%;
  }

  .div-block-389.margin-y-100px {
    margin-top: 30px;
  }

  .div-block-392 {
    background-position: 70% 0%;
    background-size: auto 100%;
  }

  .div-block-393 {
    width: 90%;
  }

  .div-block-395 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-395._w-65 {
    width: 90%;
  }

  .div-block-396 {
    width: 100%;
  }

  .div-block-397 {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-398 {
    width: 100%;
  }

  .purrexx-logo.v2 {
    width: 30%;
  }

  .div-block-413 {
    width: 90%;
  }

  .div-block-414 {
    width: 100%;
  }

  .link-block-8 {
    border-radius: 0px;
  }

  .div-block-421 {
    width: 90%;
  }

  .div-block-423 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-425 {
    margin-left: 2vw;
  }

  .div-block-426 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-426.surfacewipespage {
    background-size: auto, 200%;
  }

  .div-block-427 {
    width: 75%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-427.surface-wipes {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-428 {
    width: 45%;
    margin-right: 0px;
  }

  .div-block-428._33 {
    width: 45%;
  }

  .div-block-429._w-50 {
    width: 90%;
  }

  .div-block-437 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-438 {
    width: 95%;
  }

  .div-block-442 {
    width: 98%;
  }

  .div-block-458 {
    width: 95%;
  }

  .div-block-470 {
    width: 30%;
  }

  .div-block-427-copy {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-427-copy.surface-wipes {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .tocontactus {
    width: 100%;
  }

  .div-block-481 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .btn-style1.size-100 {
    width: 100%;
    margin-top: 10px;
  }

  .h1-display-1.text-blue {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h2-display-1 {
    font-size: 1.602rem;
    line-height: 2.5rem;
  }

  .h2-display-1.text-center {
    font-size: 1.602rem;
  }

  .h3-display-1 {
    font-size: 1.424rem;
    text-align: center;
  }

  .h4-display-1.text-center {
    font-size: 1.266rem;
  }

  .p-style-1.text-grey.margin-left-20px {
    margin-left: 0px;
  }

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

  .thead {
    width: 18%;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tbody {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ._4-column._w-50 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._4-column._w-16 {
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .th.v-align-start.padding-left-25px {
    height: 70px;
    padding-left: 0px;
  }

  .td {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .td.v-align-start.padding-left-25px {
    height: 70px;
    padding-left: 0px;
  }

  .tr {
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-menu-2 {
    width: 250px;
    margin-left: 301px;
  }

  .div-block-81 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .hero-content-left {
    width: 100%;
  }

  .hero-content-right {
    width: 100%;
  }

  .div-block-84 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-85 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-86 {
    width: 100%;
  }

  .div-block-86.alignleft {
    width: auto;
  }

  .div-block-10 {
    width: 49%;
    margin-bottom: 15px;
  }

  .div-block-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .div-block-20 {
    width: 90%;
  }

  .div-block-21 {
    width: 90%;
  }

  .div-block-33 {
    width: 85%;
  }

  .div-block-33.margin-bottom-0px {
    width: 100%;
  }

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

  .div-block-40 {
    width: 80%;
  }

  .div-block-44 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .link-block-2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-53 {
    width: 49%;
  }

  .div-block-55 {
    width: 49%;
  }

  .div-block-59 {
    width: 49%;
  }

  .div-block-63 {
    width: 100%;
  }

  .div-block-60 {
    overflow: auto;
  }

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

  .div-block-77 {
    width: 100%;
  }

  .div-block-69 {
    width: 100%;
  }

  .div-block-61 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-67 {
    width: auto;
    margin-bottom: 15px;
  }

  .div-block-66 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-73 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-74 {
    width: 100%;
  }

  .div-block-157 {
    height: 300px;
  }

  .div-block-166 {
    width: 75%;
  }

  .div-block-165 {
    width: 40%;
  }

  .div-block-160 {
    margin-bottom: 20px;
  }

  .slider-arrow {
    width: 10%;
  }

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

  .div-block-128.middle {
    border-width: 0px 1px;
  }

  .slider-2 {
    height: auto;
  }

  .slide-nav-2 {
    position: relative;
  }

  .div-block-140 {
    width: 100%;
    height: 250px;
  }

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

  .grid-8 {
    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: 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;
  }

  .div-block-146 {
    width: 49%;
  }

  .div-block-144 {
    margin-bottom: 20px;
  }

  .div-block-95 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-195._w-75.center {
    width: 100%;
  }

  .div-block-96-copy {
    width: 90%;
  }

  .div-block-102 {
    width: 100%;
  }

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

  .div-block-110 {
    width: 100%;
  }

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

  .div-block-198 {
    width: 80%;
  }

  .div-block-199 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-200 {
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .div-block-201 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-201._w-55 {
    width: 100%;
  }

  .div-block-201._w-60 {
    width: 100%;
  }

  .div-block-85-copy {
    width: 100%;
  }

  .div-block-204 {
    -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;
  }

  .div-block-181 {
    text-align: center;
  }

  .div-block-182 {
    margin-top: 10px;
  }

  .div-block-92-copy {
    -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;
  }

  .div-block-183 {
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-207 {
    -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;
  }

  .div-block-208 {
    width: 80%;
    margin-bottom: 19px;
    padding-bottom: 0px;
  }

  .div-block-208._3 {
    width: 80%;
    padding-left: 0px;
  }

  .div-block-80-copy {
    -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;
  }

  .div-block-80-copy-2 {
    -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;
  }

  .div-block-81-copy {
    width: 30%;
  }

  .div-block-180 {
    margin-bottom: 15px;
  }

  .div-block-209 {
    width: 80%;
  }

  .div-block-214 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-215 {
    width: 100%;
  }

  .div-block-220 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-179 {
    width: 40%;
  }

  .div-block-225 {
    left: 30px;
    top: -11.375px;
    width: 20px;
    height: 20px;
  }

  .div-block-226 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-75 {
    width: 100%;
  }

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

  .div-block-229 {
    width: 70%;
  }

  .div-block-29-copy {
    width: 70%;
  }

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

  .div-block-178 {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-234 {
    width: 100%;
  }

  .div-block-237 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-238 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-242 {
    width: 100%;
    padding-right: 10px;
  }

  .div-block-243 {
    height: 50vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .div-block-246 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-247 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-247._w-25 {
    width: 30%;
  }

  .div-block-247._w-25._w-800-onmobile {
    width: 80%;
  }

  .div-block-251 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-251.dark {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-254 {
    width: 60%;
  }

  .div-block-255 {
    width: 80%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-256 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-257 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-258 {
    width: 70%;
    text-align: center;
  }

  .div-block-259 {
    width: 50%;
  }

  .div-block-22-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-260 {
    -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;
  }

  .div-block-261 {
    width: 100%;
    -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;
  }

  .div-block-177 {
    margin-bottom: 10px;
  }

  .div-block-262 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-263 {
    width: 80%;
    margin-bottom: 10px;
  }

  .div-block-264 {
    margin-bottom: 10px;
  }

  .div-block-265 {
    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;
  }

  .div-block-183-copy {
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-92-copy-2 {
    -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;
  }

  .div-block-266 {
    width: 90%;
  }

  .div-block-266._2 {
    text-align: center;
  }

  .div-block-183-copy-2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-183-copy-2._2 {
    text-align: left;
  }

  .div-block-278 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-278.justify-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link {
    text-align: center;
  }

  .h3-display-2 {
    font-size: 1.424rem;
  }

  .div-block-22-copy-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-content-left-2 {
    width: 100%;
  }

  .hero-content-left-2._2 {
    width: 85%;
  }

  .hero-content-left-2.padding {
    width: 90%;
    background-color: hsla(0, 0%, 100%, 0.7);
  }

  .media-body-2 {
    width: auto;
  }

  .div-block-262-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-247-copy {
    margin-bottom: 15px;
  }

  .image {
    width: 410px;
  }

  .div-block-282 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-283 {
    width: 33%;
  }

  .hero-content {
    min-height: auto;
    background-position: 50% 50%;
    background-size: cover;
  }

  .home-review {
    padding-top: 40px;
    background-position: 0% 50%;
    background-size: 300%;
  }

  .media-2 {
    width: 80%;
  }

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

  .review-li {
    border-top-left-radius: 30px;
  }

  .review-li.bottom {
    border-bottom-right-radius: 30px;
  }

  .div-block-86-copy-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-359 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_hero {
    padding-bottom: 0px;
  }

  .aboutus-s1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-85-2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-85-2.align-left {
    padding-top: 10px;
    padding-left: 0px;
  }

  .about-us-cards {
    width: 100%;
  }

  .about-us-cards.center-align._2 {
    width: 100%;
  }

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

  .div-block-299 {
    top: 0px;
  }

  .div-block-304 {
    width: auto;
  }

  .div-block-294 {
    padding-right: 17px;
    padding-left: 17px;
  }

  .div-block-96-copy-copy {
    width: 100%;
  }

  .div-block-298 {
    margin-right: 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-330-copy {
    width: 100%;
  }

  .div-block-322 {
    margin-bottom: 0px;
  }

  .div-block-334 {
    margin-right: 20px;
  }

  .div-block-330 {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-block-317._w-100.padding-top-40px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-350 {
    width: 100%;
  }

  .form-contact {
    width: 80%;
  }

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

  .div-block-353 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tabs {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .tabs-menu-2 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-355 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-356 {
    left: auto;
    top: auto;
    right: 11%;
    bottom: 81%;
  }

  .div-block-363 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-371 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-372 {
    width: 100%;
  }

  .h1-b-hero {
    font-size: 1.802rem;
    line-height: 2.5rem;
  }

  .div-block-378 {
    margin-bottom: 40px;
  }

  .form-block-3 {
    width: 100%;
  }

  .div-block-383 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-384 {
    width: 100%;
  }

  .div-block-385.outline-style-1 {
    width: 300px;
    height: 300px;
  }

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

  .div-block-388.outline-style-1 {
    width: 100%;
    margin-bottom: 10px;
  }

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

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

  .div-block-406 {
    width: 100%;
  }

  .div-block-412 {
    width: 100%;
  }

  .div-block-414 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-415 {
    width: 31%;
  }

  .div-block-423 {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
  }

  .div-block-426 {
    height: auto;
  }

  .div-block-426.surfacewipespage {
    background-position: 0px 0px, 65% 50%;
    background-size: auto, 300%;
  }

  .div-block-427 {
    width: 90%;
  }

  .div-block-428._33 {
    width: 100%;
  }

  .div-block-431 {
    width: 80%;
  }

  .div-block-442 {
    -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;
  }

  .div-block-443 {
    width: 95%;
  }

  .slider-4 {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-446 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mask {
    height: 400px;
  }

  .form-block-5 {
    width: 80%;
  }

  .div-block-215-copy {
    width: 100%;
  }

  .div-block-427-copy {
    width: 90%;
  }

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

  .div-block-475 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .btn-style1.btn-lg.btn-wider {
    width: 100%;
  }

  .btn-style1.btn-flex {
    width: 100%;
    margin-top: 10px;
  }

  .h1-display-1 {
    font-size: 42px;
  }

  .h1-display-1.text-darkblue.font-baloo {
    text-align: center;
  }

  .p-style-1.lead.text-darkblue {
    text-align: center;
  }

  .breadcrumb-style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .breadcrumb-item.cart {
    margin-bottom: 10px;
  }

  .breadcrumb-divider {
    margin-left: 0px;
  }

  .form-control-sm {
    height: auto;
  }

  .form-input-style-1.no-right-margin {
    margin-right: 0px;
  }

  .form-radio-label {
    padding-left: 11px;
  }

  .form-select.form-flex {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-nav {
    padding-right: 5px;
    padding-left: 5px;
  }

  .table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .thead {
    display: none;
  }

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

  ._4-column._w-16 {
    height: auto;
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .td.v-align-start.padding-left-25px {
    height: auto;
    margin-bottom: 13px;
  }

  .tr {
    width: 100%;
  }

  .nav-menu-2 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

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

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

  .div-block-86.alignleft {
    width: auto;
  }

  .div-block-89 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-90 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-12.border-bottom-0 {
    border-style: solid;
  }

  .div-block-12.border-top {
    border-style: solid;
  }

  .div-block-12.border-left-0-border-right-0 {
    border-style: solid;
  }

  .div-block-15 {
    width: 100%;
  }

  .div-block-40 {
    width: 100%;
  }

  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .div-block-47 {
    width: 100%;
  }

  .link-block-2 {
    -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;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-54 {
    width: 100%;
  }

  .div-block-55 {
    width: 100%;
  }

  .div-block-56 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-59 {
    width: 100%;
  }

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

  .div-block-64 {
    width: 100%;
  }

  .div-block-66 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-74 {
    padding: 15px;
  }

  .div-block-175 {
    width: 100%;
  }

  .div-block-157 {
    height: 250px;
  }

  .div-block-165 {
    width: 100%;
  }

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

  .div-block-171 {
    width: 100%;
  }

  .div-block-172 {
    padding-left: 0px;
  }

  .div-block-164-copy {
    width: 100%;
  }

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

  .slider-arrow {
    position: absolute;
  }

  .div-block-119 {
    overflow: visible;
    width: auto;
  }

  .div-block-131 {
    padding-right: 10px;
  }

  .div-block-135 {
    width: 90%;
  }

  .div-block-184 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-153 {
    width: auto;
  }

  .div-block-153._2 {
    width: auto;
    margin-right: 0px;
  }

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

  .div-block-147 {
    margin-bottom: 10px;
  }

  .div-block-146 {
    width: 100%;
  }

  .div-block-195 {
    width: 90%;
  }

  .div-block-99.hide {
    display: none;
    padding-left: 0px;
  }

  .div-block-197 {
    margin-right: 28px;
    margin-left: 28px;
    text-align: center;
  }

  .div-block-85-copy {
    width: 100%;
  }

  .div-block-203 {
    width: 100%;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-91-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-92-copy {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-4 {
    margin-top: 10px;
  }

  .div-block-206 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-208 {
    text-align: center;
  }

  .div-block-208._3 {
    text-align: center;
  }

  .div-block-185 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-180 {
    text-align: center;
  }

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

  .div-block-187 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .div-block-212 {
    width: auto;
  }

  .div-block-214 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-215 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-217 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-65 {
    width: auto;
  }

  .div-block-219 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-179 {
    width: 100%;
  }

  .div-block-225 {
    top: -6.375px;
    width: 10px;
    height: 10px;
  }

  .div-block-226 {
    padding-left: 0px;
  }

  .div-block-75 {
    padding: 10px;
  }

  .div-block-229 {
    width: 90%;
  }

  .div-block-29-copy {
    width: 90%;
  }

  .div-block-232 {
    text-align: center;
  }

  .div-block-191 {
    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;
  }

  .div-block-238 {
    width: 90%;
    height: auto;
    padding: 20px;
  }

  .div-block-52 {
    width: 90%;
  }

  .div-block-245 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-246 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .div-block-247 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-247._w-25._w-800-onmobile {
    width: 90%;
  }

  .div-block-247._w-45 {
    width: 100%;
  }

  .div-block-247._w-32 {
    width: 100%;
  }

  .div-block-248 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-249 {
    width: 100%;
  }

  .div-block-251.dark {
    padding-top: 20px;
  }

  .div-block-5-copy {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-254 {
    width: 80%;
  }

  .div-block-3-copy {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-255 {
    width: 90%;
  }

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

  .div-block-258 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-260 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-263 {
    width: 100%;
  }

  .div-block-264 {
    width: 90%;
  }

  .div-block-90-copy-copy {
    width: 70%;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-92-copy-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-92-copy-2._2 {
    -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;
  }

  .div-block-266._2 {
    width: 90%;
  }

  .div-block-183-copy-2._2 {
    text-align: center;
  }

  .div-block-268 {
    padding-bottom: 9px;
  }

  .p-style-2.unique {
    display: block;
    margin-bottom: 8px;
  }

  .div-block-278.justify-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-280._w-100 {
    width: 100%;
  }

  .hero-content-left-2.padding {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .div-block-247-copy {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image {
    width: 250px;
  }

  .div-block-283 {
    width: 50%;
  }

  .hero-content {
    min-height: auto;
    background-position: 50% 50%;
    background-size: cover;
  }

  .media-2 {
    width: 100%;
  }

  .media-2._w-50 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_hero {
    background-position: 50% 0%;
    background-size: 200%;
  }

  .div-block-85-2.align-left {
    padding-left: 0px;
  }

  .about-us-cards.center-align._2 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .div-block-360 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-313 {
    text-align: center;
  }

  .div-block-296 {
    width: 45%;
  }

  .div-block-299 {
    position: relative;
    top: 0px;
  }

  .div-block-304 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-304._w-30 {
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-294 {
    padding-top: 20px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .div-block-303 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-300 {
    text-align: center;
  }

  .div-block-297 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-298 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-330-copy {
    width: 100%;
  }

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

  .div-block-337 {
    width: auto;
    margin-top: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-337._2 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-335 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-334 {
    width: 70%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #eaf0f6;
  }

  .payment-ico {
    margin-bottom: 10px;
  }

  .div-block-330 {
    width: 100%;
  }

  .div-block-331 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-361 {
    left: 161px;
    top: -11%;
    right: 0%;
    bottom: auto;
  }

  .div-block-320 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-317._w-100 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-317._w-100.padding-top-40px {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-field.h-justify-space-between.margin-bottom-5px {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-318 {
    margin-right: 10px;
  }

  .div-block-342 {
    min-height: 20vh;
  }

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

  .div-block-350 {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-344 {
    background-size: cover;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu-2 {
    margin-bottom: 60px;
  }

  .div-block-356 {
    right: auto;
    bottom: 67%;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
  }

  .div-block-363._w-80 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-block-7 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-5 {
    width: 30%;
  }

  .image-6 {
    width: 80%;
    max-width: none;
  }

  .div-block-379 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .radio-button-field-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    overflow: hidden;
    width: 80%;
  }

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

  .div-block-384 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .div-block-398 {
    width: 100%;
  }

  .div-block-403 {
    margin-bottom: 20px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .div-block-404 {
    width: auto;
  }

  .div-block-404._w-15 {
    width: auto;
  }

  .div-block-404._w-15.center {
    width: auto;
  }

  .div-block-404._w-15.opacity-0 {
    width: auto;
  }

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

  .div-block-406 {
    width: 100%;
  }

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

  .div-block-415 {
    width: 100%;
  }

  .div-block-417 {
    width: 95%;
  }

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

  .div-block-423 {
    width: 120px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

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

  .div-block-426.surfacewipespage {
    background-position: 0px 0px, 55% 50%;
    background-size: auto, cover;
  }

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

  .div-block-428 {
    width: 100%;
  }

  .div-block-429._w-50 {
    width: 100%;
  }

  .div-block-437 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-438 {
    height: 150px;
  }

  .slider-4 {
    height: 300px;
  }

  .div-block-446 {
    width: 55%;
  }

  .mask {
    height: 300px;
  }

  .div-block-459 {
    width: 60%;
  }

  .form-block-5 {
    width: 100%;
  }

  .div-block-215-copy {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-470 {
    width: 95%;
  }

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

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

  .div-block-479 {
    width: 90%;
  }

  .tocontactus {
    width: 100%;
  }
}

#w-node-c382b6a2-1d06-9616-62c1-ee3e70730bb3-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70730bc2-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70730bc4-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70730bca-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70730bd9-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70730bdc-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70730bde-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e7073103e-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e7073104d-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70731050-34c5113f {
  -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-c382b6a2-1d06-9616-62c1-ee3e70731052-34c5113f {
  -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-ede1e13c-bff7-2e12-91d0-dff988f86d0a-34c5113f {
  -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-_7445df38-46fb-be30-10ca-050e4386f981-34c5113f {
  -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-_4d11cf30-8337-3d6e-b2df-6ab107b49ff9-34c5113f {
  -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-_0cccb93c-1c20-5b6c-5464-f2b63148ab72-34c5113f {
  -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-_09f2ee53-3c46-7b4c-9aff-0a045155cead-34c5113f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9b8d6578-1ba5-9bea-a158-88b3ed082fb2-34c5113f {
  -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-fd294527-b071-9f8e-2a5a-1901da20adda-34c5113f {
  -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-b8110182-c846-fb9c-be6d-58d896f46e38-34c5113f {
  -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-_858ef89b-41f3-d9fc-5aa4-023e4735f41b-34c5113f {
  -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-_0bc91d6b-5858-da73-1a15-f5f21419435f-34c5113f {
  -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-_4e387fca-04de-eb41-2893-64fcbb38ceb6-34c5113f {
  -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-_4d7efd4d-cdd3-e444-f7f2-28ce599a0ed9-34c5113f {
  -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-dabbf2ce-d562-cdd4-d0f2-ab47be83b4dd-34c5113f {
  -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-de4dc39b-57cb-bf0e-a4f4-66daf6098bfe-34c5113f {
  -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-_2e45d1fd-1e46-f580-dd91-4d9b4a4f3bc1-34c5113f {
  -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-e5774176-c51a-177c-66a8-3487c7e7104b-34c5113f {
  -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-_1fc1e782-c002-bad4-0e73-3e7e81adff79-34c5113f {
  -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-e76cd0cb-bf04-7603-523f-7277f3e072c9-34c5113f {
  -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-a07454d7-5e3d-fa60-df89-397dfeed8bf2-34c5113f {
  -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-_632c0273-891c-4d59-aeab-abae4f6fb259-34c5113f {
  -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-_72d67917-0d62-ab1b-260e-69a4f94a7543-34c5113f {
  -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-_42547568-530e-6503-0b42-34a48c0bb4a8-34c5113f {
  -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-b2103937-137f-8bff-bc0a-fa8ca9d34024-34c5113f {
  -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-ef818800-c2ce-35c4-a607-78eae1cc17d3-34c5113f {
  -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-fd393d4a-0c04-a682-4d33-e338f2f174a7-34c5113f {
  -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-_70646a37-0b26-4148-daca-0d47cf182dfe-34c5113f {
  -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-c926e7a8-754e-8dfb-3b56-e6c40e190e3e-34c5113f {
  -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-e3585132-3287-1fb9-8fe1-06c2066aa1ad-34c5113f {
  -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-d4af8e73-a619-3cd0-cee9-b1ecc9f4a3fe-34c5113f {
  -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-d7eb19e3-c3be-a4ac-cbd9-56e7c257f571-34c5113f {
  -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-_85998ca3-60cd-3792-9f4c-b3a0bf2b7faf-34c5113f {
  -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-b9dff332-7d22-3a11-d804-855bd8d23fbb-34c5113f {
  -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-a51a6e80-b7ef-c63b-dbea-1fa5629ccdac-34c5113f {
  -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-cddc4dd0-8601-306a-8f88-b2547bfa3d97-34c5113f {
  -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-d0688d6e-0cc5-15fb-d718-207c68194ca5-34c5113f {
  -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: 767px) {
  #w-node-_174be0aa-e58d-7eb6-953c-398426de31dd-bfc51140 {
    -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-_174be0aa-e58d-7eb6-953c-398426de31df-bfc51140 {
    -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-_174be0aa-e58d-7eb6-953c-398426de31e4-bfc51140 {
    -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-_174be0aa-e58d-7eb6-953c-398426de31e6-bfc51140 {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_174be0aa-e58d-7eb6-953c-398426de31d3-bfc51140 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_174be0aa-e58d-7eb6-953c-398426de31da-bfc51140 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_174be0aa-e58d-7eb6-953c-398426de31e1-bfc51140 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.otf') format('opentype'), url('../fonts/Gilroy-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.otf') format('opentype'), url('../fonts/Gilroy-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype'), url('../fonts/Gilroy-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraboldItalic.otf') format('opentype'), url('../fonts/Gilroy-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}