:root {
  --black: #0c2c6e;
  --chocolate: #e87636;
  --white: white;
  --dark-green: #092a71;
  --silver: #fcd4a9;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--chocolate);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  display: inline-block;
}

label {
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 10rem;
}

.margin-custom1 {
  margin: 8.8rem 1.5rem 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 16rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 1.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: var(--white);
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.max-width-medium {
  width: 100%;
  max-width: 31rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 47rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
  margin-top: 2px;
  margin-bottom: .25rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  color: var(--chocolate);
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  padding: 1.25rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  background-color: var(--black);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  margin-top: 1.5rem;
  text-decoration: none;
}

.button.is-form-submit:hover {
  background-color: var(--chocolate);
  color: var(--white);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--chocolate);
  color: var(--white);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button.is-secondary:hover {
  background-color: var(--dark-green);
  text-decoration: none;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-style-3lines.text-style-muted {
  margin-bottom: auto;
  font-size: 18px;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: var(--black);
}

.fs-styleguide_color.is-2 {
  background-color: var(--dark-green);
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.home-header_nav-line {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.horizontal-devider {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
}

.horizontal-devider.is-button {
  background-color: var(--dark-green);
}

.horizontal-devider.is-button-rev {
  background-color: var(--white);
}

.horizontal-devider.is-service {
  margin-top: 1.5rem;
}

.horizontal-devider.is-footer {
  margin-bottom: 3rem;
}

.horizontal-devider.is-opacity {
  opacity: 0;
}

.logo-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.logo-link.is-opacity {
  opacity: 0;
}

.nav-line_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-line_wrapper.is-opacity {
  opacity: 0;
}

.nav-link {
  text-transform: uppercase;
  margin-left: 1.5rem;
}

.nav-link.hide-mobile-portrait {
  color: var(--dark-green);
  text-transform: capitalize;
}

.step-anime {
  color: var(--dark-green);
  text-align: center;
  display: inline-block;
}

.step-anime.is-one {
  margin-left: auto;
  margin-right: auto;
}

.hero-link {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.hero-link:hover {
  background-color: var(--dark-green);
  color: var(--white);
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.hero-link-and-arrow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.small-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.small-container.is-bottom, .small-container.is-bottom-mob {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.small-container_left {
  width: 100%;
  max-width: 31rem;
}

.small-container_left.is-large {
  max-width: 36rem;
}

.small-container_large {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 13rem;
  display: flex;
}

.small-container_large.is-bottom {
  justify-content: flex-end;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.is-auto {
  width: auto;
  height: auto;
}

.image-wrapper.is-full {
  width: 100%;
  height: 100%;
}

.image-wrapper.is-hero {
  width: 100%;
  height: 48rem;
  margin-top: -3.6rem;
}

.image-wrapper.is-auto-75 {
  width: 60%;
  height: 17rem;
  margin-top: 3rem;
}

.image-wrapper.is-auto-50 {
  width: 60%;
  height: 17rem;
}

.image-wrapper.is-auto-25 {
  width: 25%;
  height: 6.35rem;
  margin-top: 0;
}

.image-wrapper.is-auto-50-0 {
  width: 50%;
  height: auto;
  margin-top: 0;
}

.image-wrapper.is-order {
  width: 30%;
  height: 10.1rem;
}

.button-text-only {
  color: var(--dark-green);
  overflow: hidden;
}

.button-text-only:hover {
  text-decoration: none;
}

.button-text-only.is-rev {
  color: var(--white);
}

.button-text-only.is-rev:hover {
  color: var(--chocolate);
}

.hero-header_small-image {
  object-fit: cover;
}

.home-header-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.hero-header_big-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-wrapper, .section-form_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.small-container_little {
  width: 100%;
  max-width: 31rem;
}

.small-container_little.is-large {
  max-width: 36rem;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #2157314d;
  margin-bottom: 1.5rem;
  padding: .75rem 0;
  font-size: 1.125rem;
}

.two-images_wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.grid-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(13rem, 40%) minmax(13rem, 13rem) minmax(13rem, 40%);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.grid-row.relative {
  position: relative;
}

.grid-row.is-second {
  grid-template-columns: minmax(13rem, 40%) minmax(13rem, 40%) minmax(13rem, 13rem);
  margin-top: 50px;
}

.grid-row.is-faq {
  grid-template-columns: minmax(13rem, 40%) minmax(13rem, 40%) minmax(13rem, 13rem);
}

.grid-row.is-footer {
  grid-template-columns: repeat(auto-fit, minmax(13rem, 40%)) minmax(13rem, 40%) minmax(13rem, 13rem);
  padding-bottom: 3rem;
}

.text-align-right-copy {
  text-align: right;
}

.grid-colum-small.is-justify {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid-colum.is-x2-horizontal, .grid-colum.is-loader {
  position: relative;
}

.section_servise {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-side, #e8763673 16%, #fff 76%);
}

.servise-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.servise-img {
  object-fit: cover;
  width: 100%;
  min-height: 20rem;
  max-height: 20rem;
}

.faq-item {
  cursor: pointer;
}

.faq-questions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.faq-answer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(13rem, .575fr) 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  display: grid;
}

.section_cta {
  background-color: var(--dark-green);
}

.footer-link {
  margin-left: 0;
}

.f-col {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 6rem;
  display: flex;
}

.f-col.is-rev {
  align-items: flex-end;
}

.hero-span-step {
  text-align: center;
  display: inline-block;
}

.hero-desc-span {
  text-align: center;
}

.loadermy {
  z-index: 800;
  background-color: var(--white);
  position: fixed;
  inset: 0%;
}

.loader_progress {
  z-index: 1;
  background-color: var(--black);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo {
  height: 1.875rem;
}

.logo.loadme {
  width: 15rem;
  height: auto;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: .2rem;
  display: flex;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #91f2e9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.loaderme {
  z-index: 2;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: visible;
}

.loader {
  z-index: 10000000;
  background-color: var(--white);
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader_numberper, .loader_number {
  color: var(--black);
  margin-top: .2rem;
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: .55;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.wraper-for-lines {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  display: none;
  position: relative;
}

.container-2 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-2.is-loader-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 87.5rem;
  padding: 0 2.5em;
  display: flex;
}

.anime-hero-omg-wp, .anime-img-wp {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.full-image-typical {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
}

.is-r-side {
  justify-content: flex-end;
  display: flex;
}

.anime-img-service {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.title-service, .heading-2 {
  text-transform: uppercase;
}

.paragraph {
  text-align: center;
}

.top-bar {
  background-color: #000;
  height: 30px;
}

.hero-section {
  background-color: #246aaf;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.top-logo {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

._500 {
  font-weight: 500;
}

.font-weight-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

.header-wrap {
  color: #246aaf;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #eaf2fb;
  border-radius: 20px;
  padding: 16px 20px;
  font-weight: 700;
}

.header-wrap.margin-top {
  margin-top: 40px;
}

.button---second {
  text-align: center;
  background-color: #000;
  border: 1px solid #246aaf;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.button---second.ghost {
  color: #000;
  background-color: #0000;
  border-color: #000;
}

.button---second.default {
  color: #000;
  background-color: #5e5e5e33;
  border-color: #dfdfdf;
}

.section-img {
  object-fit: cover;
  width: 100%;
}

.section-img.contain {
  object-fit: contain;
}

.section-img.graph {
  object-fit: contain;
  height: 100%;
  max-height: 400px;
}

.big-font {
  font-size: 300px;
  font-weight: 900;
  line-height: 300px;
}

.side-nav {
  background-color: #f7f7f7;
  flex: none;
  width: 30%;
  max-height: 100vh;
  padding-top: 60px;
  padding-bottom: 40px;
  position: sticky;
  top: 0;
  overflow: auto;
}

.button---primary {
  text-align: center;
  background-color: #246aaf;
  border: 1px solid #246aaf;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.button---primary.ghost {
  color: #246aaf;
  background-color: #0000;
}

.button---primary.default {
  color: #246aaf;
  background-color: #246aaf33;
  border-color: #d3e1ef;
}

.icon-col {
  width: 100%;
  height: 100%;
}

.font-size {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-grid.padding-top {
  padding-top: 40px;
}

.nav-img {
  object-fit: contain;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.section-title {
  border-bottom: 1px solid #4242421a;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 900;
}

.font-weight {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 20px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

._300 {
  font-weight: 300;
}

.page-content {
  flex: 0 auto;
  width: 70%;
  max-width: 1200px;
  margin-right: auto;
  padding: 60px 100px;
}

.align-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #3339;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link-2:hover {
  color: #246aaf;
}

.nav-link-2.title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.nav-title {
  color: #246aaf;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.color-sample {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #246aaf;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.color-sample.dark {
  background-color: #000;
}

.color-sample._2 {
  background-color: #00064b;
}

.color-sample._3-col-grid {
  background-color: #002469;
}

.color-sample._4 {
  background-color: #004287;
}

.color-sample._1 {
  background-color: #1a60a5;
}

.sub-text {
  color: #00000080;
}

.color-item {
  text-align: center;
  width: 200px;
  font-weight: 700;
}

._2-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-grid.padding-top {
  padding-top: 40px;
}

._2-col-grid.min-space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.avatars-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

._900 {
  font-weight: 900;
}

.primary-logo {
  max-width: 60%;
  margin-top: 40px;
}

.color-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.nav-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.font-title {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 42px;
}

.main-section {
  color: var(--dark-green);
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-section-2 {
  background-color: var(--dark-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  margin: 50px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.button-3 {
  background-color: var(--dark-green);
  vertical-align: middle;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  background-color: var(--dark-green);
  text-align: left;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-section-2 {
  padding-bottom: 40px;
}

.paragraph-3 {
  font-weight: 500;
}

.nav-title-2 {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.text-block {
  text-align: center;
}

.primary-logo-2 {
  max-width: 60%;
}

.section-title-2 {
  text-align: center;
  border-bottom: 1px solid #4242421a;
  margin-top: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 900;
}

.button-4 {
  background-color: var(--dark-green);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.section {
  margin-top: 50px;
}

.services-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.services-text-wrapper {
  width: 95%;
}

.button_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-2 {
  width: 100%;
}

.container-small-2 {
  width: 93%;
  max-width: 1113px;
  margin-left: auto;
  margin-right: auto;
}

.services-image-wrapper-2 {
  z-index: 999;
  background-image: url('../images/Rectangle-5.png'), url('../images/Group.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.services-images {
  object-fit: contain;
  border-radius: 32px;
  width: 400px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.services-image-wrapper {
  z-index: 999;
  color: var(--chocolate);
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.services-section {
  background-image: radial-gradient(circle, #0c2c6f 39%, #fff);
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

.services-images-2 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: contain;
  border-radius: 32px;
  width: 400px;
  height: 350px;
  margin-left: 60px;
}

.text-regular {
  color: var(--white);
  text-align: justify;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.services-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 3px solid #edb458;
  border-radius: 5px;
  grid-template-rows: auto;
  width: 99.9998%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.services-heading-wrapper {
  width: 448px;
}

.services-grid-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 3px solid #edb458;
  border-radius: 5px;
  grid-template-rows: auto;
  width: 99.9998%;
  margin-top: 0;
  margin-bottom: 20px;
}

.primary-button {
  color: #fff;
  text-align: center;
  background-color: #6a7386;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.heading-large {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading-large.text-color-darkblue {
  color: var(--white);
  text-align: center;
  font-size: 45px;
}

.services-main-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-3 {
  color: var(--white);
}

.heading-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-section-2-copy {
  background-color: var(--dark-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  margin: 50px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.top-logo-copy {
  max-width: 500px;
}

.header-wrap-2 {
  color: #246aaf;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #eaf2fb;
  border-radius: 10px;
  padding: 16px 20px;
  font-weight: 700;
}

.header-wrap-2.margin-top {
  margin-top: 40px;
}

.button-5 {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-section-3 {
  padding-bottom: 40px;
}

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

.section-title-3 {
  text-align: center;
  border-bottom: 1px solid #4242421a;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 900;
}

.button-7 {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.doctors-name-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

.doctors-text-wrapper {
  text-align: center;
  width: 70%;
}

.doctors-heading-wrapper {
  text-align: center;
}

.doctors-details-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.doctors-details-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.paragraph-regular {
  color: #222a41;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.doctors-details-card {
  margin-top: 100px;
  padding-top: 0;
}

.doctors-info-wrapper {
  background-color: #f3f7f8;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 60px;
}

.text-regular-2 {
  color: #222a41;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-regular-2.bold {
  font-weight: 700;
}

.doctors-image-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doctors-image {
  object-fit: contain;
  border-radius: 32px;
  height: 100%;
}

.doctors-info-wrapper-2 {
  background-color: #f3f7f8;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 60px;
}

.doctors-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.link {
  font-size: 1.5rem;
}

.paragraph-5 {
  color: var(--black);
}

.text-span {
  color: var(--dark-green);
}

.heading-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-logo-copy {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-block-2, .link-block-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.hero-section-2-copy-copy {
  background-color: var(--dark-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  margin: 50px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.nav-menu-2 {
  font-size: 16px;
  display: flex;
}

.navigation_btn {
  background-color: #fff;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: auto;
  width: 30%;
  height: 50px;
  display: flex;
}

.navbar {
  background-color: #fff;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header_btn_1 {
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.navbar_inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.logo-2 {
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: 15%;
  height: 50px;
}

.link-2 {
  color: #e8871e;
  letter-spacing: .16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.button-8 {
  color: #fff;
  letter-spacing: .16px;
  text-transform: uppercase;
  background-color: #e8871e;
  padding: 15px 38px;
  font-weight: 600;
  line-height: 24px;
}

.nav_link {
  color: var(--dark-green);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s cubic-bezier(.755, .05, .855, .06);
}

.nav_link:hover, .nav_link:active {
  color: #e8871e;
}

.header {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.navigation_menu {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 50px;
  display: flex;
}

.image-18 {
  width: 20px;
  margin-right: 10px;
}

.image-24 {
  padding-top: 60px;
}

.choice_solumn {
  background-color: #f9f9f9;
  width: 1245px;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: #fff;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.choice_inner_1 {
  background-color: #fff;
  border: 2px solid #edb458;
  width: 48%;
  margin: 20px 30px 20px 0;
  padding: 10px 35px;
}

.heading-8 {
  color: #121212;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 29px;
  display: flex;
}

.heading-7 {
  color: #121212;
  text-align: center;
  letter-spacing: .16px;
  text-transform: none;
  width: 750px;
  font-size: 45px;
  font-weight: 700;
  line-height: 59px;
}

.column-3 {
  padding-top: 60px;
}

.image-20 {
  width: 25px;
  margin-left: 15px;
}

.choices_main_box {
  display: flex;
}

.heading-6 {
  color: #edb458;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.paragraph-6 {
  color: #6e6e6e;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 26px;
  display: flex;
}

.choice_btn {
  background-color: #e8871e;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  display: flex;
}

.choice_sec {
  background-color: #f9f9f9;
  margin-top: 100px;
  padding-bottom: 60px;
}

.paragraph-7 {
  color: #6e6e6e;
  width: 740px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 26px;
}

.list-item-4 {
  color: #6e6e6e;
}

.trust_column {
  width: 1245px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #121212;
  text-align: center;
  text-transform: none;
  font-size: 45px;
  line-height: 55px;
}

.list {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.text-block-5 {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.text-block-5.trust_col_2_text {
  color: #6e6e6e;
}

.list-item {
  color: #6e6e6e;
  height: 40px;
}

.trust_img {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-12 {
  color: #edb458;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.text-block-6 {
  color: #6e6e6e;
  width: 570px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.heading-14 {
  color: #edb458;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.column {
  background-color: #1b159100;
}

.about_inner_2_desc {
  color: #ad2020;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  height: 200px;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about_column {
  width: 1245px;
  margin-left: auto;
  margin-right: auto;
}

.about_info_training_desc {
  margin-left: 25px;
}

.about_1 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.paragraph-8 {
  color: #6e6e6e;
  margin-top: 15px;
  font-size: 17px;
  line-height: 26px;
}

.paragraph-9 {
  color: #6e6e6e;
  font-size: 17px;
  line-height: 26px;
}

.about_infor_training {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.about_sec {
  margin-top: 120px;
}

.button-9 {
  letter-spacing: .96px;
  text-transform: uppercase;
  background-color: #e8871e;
  margin-top: 25px;
  padding: 15px 38px;
  font-weight: 600;
  line-height: 24px;
}

.heading-15 {
  color: #121212;
  text-align: center;
  text-transform: none;
  font-size: 45px;
  line-height: 59px;
}

.text-block-7 {
  color: #6e6e6e;
  margin-top: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.heading-16 {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-8 {
  color: #6e6e6e;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.text-block-8.about_text {
  margin-top: 20px;
  padding-left: 30px;
}

.services_btn_1 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.services_sec {
  padding-top: 100px;
}

.services_column {
  width: 1245px;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: #121212e6;
  font-size: 45px;
  line-height: 59px;
}

.heading-17 {
  color: #121212;
  text-transform: capitalize;
  font-size: 45px;
  line-height: 55px;
}

.heading-11 {
  color: #121212;
  font-size: 25px;
  line-height: 35px;
}

.text-block-9 {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.text-block-9.trust_col_2_text {
  color: #6e6e6e;
}

.list-item-5 {
  color: #6e6e6e;
  height: 40px;
}

.service_1 {
  padding: 50px;
  box-shadow: 0 10px 25px #0003;
}

.paragraph-10 {
  color: #6e6e6e;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.services_main_img {
  width: 1245px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.services_main_info_row {
  width: 1245px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.link-4 {
  color: #e8871e;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

.image-21 {
  width: 25px;
  margin-left: 15px;
}

.text-block-10 {
  color: #6e6e6e;
  width: 570px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.mobile-link {
  display: none;
}

.tab-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.tab-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.tab-link {
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #4b94ff00;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 50px 24px 24px;
}

.tab-link:hover {
  color: #000;
  border-color: #e4e4e4;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #4b94ff;
  box-shadow: inset 1px 1px 10px #0000000d, 0 2px 5px #3d5cff1a;
}

.stacked-tab-holder {
  width: 100%;
}

.stacked-tab-holder._02 {
  z-index: 3;
  opacity: .7;
  position: absolute;
  transform: scale(.9)translate(76px);
}

.stacked-tab-holder._01 {
  z-index: 4;
  position: relative;
}

.stacked-tab-holder._03 {
  z-index: 2;
  opacity: .3;
  position: absolute;
  transform: scale(.8)translate(167px);
}

.stacked-tabs-container {
  z-index: 10;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 520px;
  min-width: 520px;
  display: flex;
  position: relative;
}

.tab-paragraph {
  color: #808292;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.stacked-tabs-content-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-gradient {
  z-index: 9;
  background-image: linear-gradient(270deg, #fbfbfb00 13%, #fbfbfb 23%);
  width: 70vw;
  height: 120%;
  position: absolute;
  left: -50vw;
  right: auto;
}

.center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-5:hover {
  color: #646464;
}

.tabs-wrapper {
  padding-top: 4em;
}

.stacked-tabs-pane-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-tab-image {
  border: .7px solid #e8eaed;
  border-radius: 12px;
  width: 100%;
  box-shadow: 6px 6px 41px #56565626;
}

.section-2.overflow-hidden {
  overflow: hidden;
}

.container-3 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.stacked-tabs-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.tab-circle {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  display: flex;
  box-shadow: 6px 6px 26px #65656542, inset -6px -6px 15px #7978781a;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-title {
  font-size: 23px;
}

.tab-icon {
  width: 24px;
  height: 24px;
}

.grey-paragraph {
  color: var(--black);
  font-size: 22px;
  font-weight: 600;
}

.text-block-11 {
  margin-top: 40px;
}

.text-block-12 {
  margin-top: 40px;
  font-size: 1.125rem;
}

.mainfeatures_tabs-pane {
  background-color: #fff;
  border-radius: 2.4rem;
}

.mainfeatures_content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.mainfeatures_pane-content {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.mainfeatures_image-wrapper {
  aspect-ratio: 1;
  flex: 0 auto;
  order: -1;
  width: 50%;
}

.section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.mainfeatures_heading {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.mainfeatures_tabs-menu {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mainfeatures_content-wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: #3b5aff;
  background-image: linear-gradient(99.86deg, #3b5aff, #101841);
  border-style: solid;
  border-width: 0;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  box-shadow: 1px 1px 2px #1018280d;
}

.button-10:hover {
  background-color: #0000;
  background-image: linear-gradient(99.86deg, #3b5aff, #3b5aff);
}

.button-10.is-secondary {
  color: #151516;
  background-color: #0000;
  background-image: none;
  border: 1px solid #e7ddda;
  transition: color .25s, background-color .35s;
}

.button-10.is-secondary:hover {
  color: #fafafa;
  background-image: linear-gradient(#ff5c21, #ff5c21);
}

.heading-style-h3-2 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
}

.mainfeatures_tabs-link {
  color: #4a4a57;
  letter-spacing: .02em;
  background-color: #0000;
  border-bottom-style: none;
  border-radius: 12rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.mainfeatures_tabs-link:hover {
  border: 1px solid #3b5aff;
}

.mainfeatures_tabs-link.w--current {
  color: #3b5aff;
  background-color: #fff;
  padding-left: .5rem;
  padding-right: .5rem;
}

.text-size-small-2 {
  font-family: Inter, sans-serif;
  font-size: 25px;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.mainfeatures_image {
  border-radius: 1.6rem;
}

.padding-global-2 {
  width: 90%;
  max-width: 64.875rem;
  margin-left: auto;
  margin-right: auto;
}

.section_mainfeatures {
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-style-h6-2 {
  color: #4a4a57;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.faq_answer {
  flex: 0 auto;
  padding: 0;
  overflow: hidden;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq_wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-image: linear-gradient(#3661f61a, #f3f7fb);
  border-radius: 2.4rem;
  flex-flow: column;
  padding: 4.8rem;
  display: flex;
}

.faq_answer-wrapper {
  margin-top: .8rem;
}

.faq_accordion {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--chocolate);
  border-radius: 1.6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6rem;
  display: flex;
}

.faq_icon {
  align-self: center;
  margin-left: 0;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-group-3.align-center {
  justify-content: center;
  align-items: center;
}

.faq_cta {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  display: flex;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: flex;
}

.faq_header {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-18 {
  font-size: 45px;
  font-weight: 700;
  line-height: 59px;
}

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

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  transition: color .2s;
}

.footer_social-link:hover {
  color: #0366d6;
}

.horizontal-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.cta_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #151d53;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.footer4_component {
  color: #fff;
  background-color: #151d53;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-localisation_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

.text-size-large-2 {
  margin-bottom: 1px;
  font-size: 1.5rem;
}

.cta_content-right {
  border-radius: 1rem;
}

.social-icon-2 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .25s;
}

.social-icon-2:hover {
  color: #fac710;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cta-map {
  border-radius: 3px;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
}

.footer4_link:hover {
  color: #fac710;
}

.footer4_logo-link {
  padding-left: 0;
}

.footer_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.text-color-yellow {
  color: #fac710;
}

.ms-chat-frame {
  z-index: 1;
  position: relative;
}

.ms-chat-submit-button {
  background-color: #4baeb2;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
}

.ms-chat-icon-img {
  transform: rotate(-30deg);
}

.ms-exit-icon {
  display: none;
}

.ms-chat-label {
  z-index: 2;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
}

.ms-chat-animation {
  height: 190px;
  overflow: hidden;
}

.ms-chat-smaller-text {
  opacity: .75;
  font-size: 90%;
}

.ms-chat-icon {
  z-index: 2;
  background-color: #151f51;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #555e6980;
}

.ms-chat-icon:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.ms-chat-header {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15px 17px 45px;
  font-size: 14px;
  display: flex;
}

.ms-chat-channel-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.ms-chat-back {
  background-image: url('../images/noun_back_2627267.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.success-message {
  background-color: #0000;
}

.ms-chat-wrapper {
  z-index: 1001;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 55px;
  right: 15px;
}

.ms-chat-field {
  border: 1px solid #aaa9a9;
  border-radius: 4px;
  margin-top: -1.1em;
}

.ms-chat-field.ms-chat-message {
  min-height: 150px;
}

.ms-chat-profile-img-wrap {
  width: 100%;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ms-chat-profile {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: 0 0 0 3px #fff, 0 10px 10px -1px #555e6940;
}

.ms-chat-channel-wrap {
  margin-top: -25px;
  padding-left: 12px;
  padding-right: 12px;
}

.ms-chat-bottom-text {
  opacity: .75;
  margin-top: 80px;
  padding-bottom: 10px;
  font-size: 90%;
  position: relative;
  inset: auto 0% 0%;
}

.form-button {
  background-color: #ee826c;
  border-radius: 3px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.form-button.margin.w--current {
  width: 98%;
  margin-top: 1%;
  margin-left: 1%;
  position: absolute;
}

.ms-chat-bold {
  font-weight: 700;
}

.ms-chat-channel-btn {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-channel-btn:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px #555e694d;
}

.ms-chat-channel-form {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-box {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 6px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: none;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.ms-chat {
  opacity: .75;
  font-size: 13px;
}

.ms-chat-bg {
  background-color: #4baeb2;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.div-block-4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 480px;
  position: relative;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-7 {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.heading-19 {
  font-size: 1.5rem;
}

.bold-text-2 {
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  .horizontal-devider.is-service {
    background-color: var(--dark-green);
  }

  .primary-button {
    background-color: #3f4a77;
  }

  .heading-8 {
    color: var(--chocolate);
  }

  .heading-7 {
    color: var(--black);
  }

  .heading-6 {
    color: var(--chocolate);
  }

  .paragraph-6 {
    color: var(--black);
  }

  .paragraph-7.choice_main_para {
    color: var(--chocolate);
  }

  .heading-13 {
    color: var(--black);
  }

  .text-block-5.trust_col_2_text {
    color: var(--chocolate);
  }

  .text-block-6, .paragraph-8, .heading-15 {
    color: var(--black);
  }

  .text-block-8.about_text {
    color: var(--chocolate);
  }

  .mobile-link {
    display: none;
  }

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

  .faq_accordion {
    border-color: #edb458;
  }

  .image-36 {
    margin-top: -30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .grid-row {
    grid-template-columns: minmax(13rem, 31rem) minmax(13rem, 13rem);
  }

  .grid-row.is-second, .grid-row.is-faq, .grid-row.is-footer {
    grid-template-columns: minmax(13rem, 31rem) minmax(13rem, 31rem);
  }

  .grid-colum.is-x2 {
    display: none;
  }

  .grid-colum.is-x2-horizontal {
    margin-left: auto;
    margin-right: auto;
  }

  .logo.loadme {
    width: 10rem;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .loader {
    justify-content: center;
    align-items: center;
  }

  .wraper-for-lines {
    width: 10rem;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .top-logo {
    max-width: 420px;
  }

  .font-weight-wrap {
    width: 100%;
    display: flex;
  }

  .big-font {
    text-align: left;
    font-size: 200px;
    line-height: 200px;
  }

  .side-nav {
    display: none;
  }

  .font-size {
    grid-template-columns: 100px 1fr;
  }

  .icons-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-title {
    font-size: 26px;
    line-height: 32px;
  }

  .font-weight {
    display: inline-block;
  }

  .page-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-2 {
    width: auto;
    margin-right: 20px;
    padding-left: 0;
    display: none;
  }

  .nav-link-2.title {
    width: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .nav-title {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .color-sample {
    width: 100%;
    height: 100px;
  }

  .color-item {
    width: 100%;
  }

  ._2-col-grid, .avatars-grid {
    grid-template-columns: 1fr;
  }

  .primary-logo {
    max-width: 100%;
  }

  .color-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-title-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .primary-logo-2 {
    max-width: 100%;
  }

  .section-title-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .services-image-wrapper-2 {
    background-image: url('../images/Rectangle-5.png'), url('../images/Group.png');
    background-position: 100% 0, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    justify-content: center;
  }

  .services-images {
    width: 90%;
    height: 460px;
    margin-left: 20px;
  }

  .services-image-wrapper {
    background-position: 0 0, 100% 100%;
    justify-content: center;
  }

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

  .services-images-2 {
    width: 85%;
    height: 460px;
    margin-left: 0;
  }

  .text-regular {
    font-size: 16px;
  }

  .services-grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1.1fr;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .services-grid-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.1fr 1fr;
  }

  .heading-large {
    font-size: 36px;
    line-height: 50px;
  }

  .services-main-wrapper {
    width: 100%;
  }

  .section-title-3 {
    font-size: 26px;
    line-height: 32px;
  }

  .doctors-text-wrapper {
    width: 80%;
  }

  .doctors-details-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .paragraph-regular {
    font-size: 16px;
  }

  .heading-small {
    font-size: 22px;
    line-height: 30px;
  }

  .doctors-info-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-regular-2 {
    font-size: 16px;
  }

  .doctors-image {
    object-fit: cover;
    height: 100%;
    display: inline-block;
  }

  .doctors-info-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-logo-copy {
    max-width: 420px;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #000;
  }

  .navigation_btn {
    object-fit: fill;
    width: 32%;
    display: none;
    overflow: visible;
  }

  .icon-3 {
    color: #e8871e;
    background-color: #bb414100;
  }

  .navbar {
    color: #ff1212;
    background-color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar_inner {
    color: #b90000;
  }

  .menu-button {
    background-color: #70515100;
  }

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

  .logo-2 {
    width: 30%;
  }

  .nav_link {
    text-align: center;
  }

  .header {
    color: #ff1212bf;
  }

  .navigation_menu {
    width: 5%;
  }

  .image-24 {
    width: 100%;
  }

  .choice_col_2 {
    margin-top: 20px;
  }

  .choice_solumn {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .choice_inner_1 {
    width: 100%;
  }

  .choice_1 {
    text-align: center;
  }

  .heading-7 {
    width: 100%;
    font-size: 32px;
    line-height: 41px;
  }

  .choices_main_box {
    flex-direction: column;
  }

  .paragraph-6 {
    width: 100%;
  }

  .choice_btn {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7.choice_main_para {
    width: 100%;
  }

  .image-26 {
    width: 100%;
    margin-top: 20px;
  }

  .trust_column {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .trust_1 {
    text-align: center;
  }

  .image-25 {
    width: 100%;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 49px;
  }

  .trust_col_2 {
    margin-top: 20px;
  }

  .trust_img {
    flex-direction: column;
  }

  .text-block-6 {
    width: 100%;
  }

  .column.about_col_1 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-23 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about_column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about_1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .image-22 {
    margin-top: 0;
  }

  .about_inner_2 {
    margin-left: 10px;
  }

  .about_infor_training {
    display: block;
  }

  .about_sec {
    margin-left: auto;
    margin-right: auto;
  }

  .about_2 {
    text-align: center;
  }

  .heading-15 {
    font-size: 34px;
    line-height: 42px;
  }

  .text-block-8.about_text {
    padding-left: 0;
    font-size: 18px;
  }

  .services_column {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-28 {
    width: 100%;
  }

  .heading-10 {
    font-size: 32px;
    line-height: 39px;
  }

  .heading-17 {
    font-size: 36px;
    line-height: 49px;
  }

  .service_1 {
    width: 100%;
  }

  .services_main_info_row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column-5 {
    text-align: center;
  }

  .text-block-10 {
    width: 100%;
  }

  .stacked-tabs-container {
    width: 100%;
    min-width: 100%;
  }

  .stacked-tabs-content-holder {
    justify-content: flex-start;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .stacked-tabs-holder {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .mainfeatures_pane-content {
    grid-column-gap: 1.6rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .mainfeatures_tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .mainfeatures_content-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .button-group-2 {
    justify-content: center;
    align-items: center;
  }

  .section_mainfeatures {
    padding-left: 0;
    padding-right: 0;
  }

  .button-group-3 {
    justify-content: center;
    align-items: center;
  }

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer_social {
    grid-column-gap: 2rem;
    grid-template-columns: max-content 1fr 1fr 1fr;
    margin-top: 1rem;
  }

  .image-36, .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-xxhuge {
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-custom1 {
    margin-top: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-align-right {
    text-align: left;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .small-container.is-bottom-mob {
    align-items: flex-start;
  }

  .grid-row.is-second, .grid-row.is-faq, .grid-row.is-footer {
    grid-template-columns: minmax(13rem, 100%);
  }

  .grid-row.is-cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(13rem, 100%);
  }

  .section_servise {
    background-image: radial-gradient(circle farthest-side, #e876364a 16%, #fff 76%);
  }

  .faq-questions {
    grid-template-columns: .25fr 1fr .25fr;
  }

  .faq-answer {
    grid-template-columns: minmax(0, .25fr) 1.25fr;
  }

  .f-col {
    height: 3.5rem;
  }

  .f-col.is-rev {
    align-items: flex-start;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-logo {
    max-width: 320px;
  }

  .font-weight-wrap {
    justify-content: flex-start;
  }

  .header-wrap {
    font-size: 16px;
    line-height: 20px;
  }

  .big-font {
    font-size: 100px;
    line-height: 100px;
  }

  .font-size {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  ._3-col-grid, ._3-col-grid.padding-top {
    grid-template-columns: 1fr;
  }

  .icons-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-sample {
    width: 100%;
    height: 100px;
  }

  .color-item {
    width: 100%;
  }

  .color-grid {
    grid-template-columns: 1fr;
  }

  .hero-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title-2 {
    font-size: 24px;
  }

  .button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
    display: flex;
  }

  .services-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-section {
    background-image: radial-gradient(circle, #0c2c6f 87%, #fff);
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .services-grid-1 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
  }

  .primary-button {
    font-size: 15px;
  }

  .heading-large {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-large.text-color-darkblue {
    color: var(--white);
  }

  .hero-section-2-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-wrap-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title-3 {
    font-size: 24px;
  }

  .doctors-text-wrapper {
    width: 100%;
  }

  .doctors-details-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .doctors-details-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-small {
    font-size: 22px;
  }

  .doctors-details-card {
    margin-top: 60px;
  }

  .doctors-info-wrapper {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-bottom: 40px;
  }

  .doctors-info-wrapper-2 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin-bottom: 40px;
  }

  .top-logo-copy {
    max-width: 320px;
  }

  .hero-section-2-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choice_inner_1 {
    border-color: var(--chocolate);
  }

  .heading-8, .heading-7 {
    color: var(--black);
  }

  .heading-6 {
    color: var(--chocolate);
  }

  .paragraph-6, .paragraph-7.choice_main_para, .heading-13 {
    color: var(--black);
  }

  .text-block-5.trust_col_2_text {
    color: var(--chocolate);
    text-align: center;
  }

  .text-block-6 {
    color: var(--black);
  }

  .column-2.about_col_2 {
    padding-right: 30px;
  }

  .paragraph-8, .heading-15 {
    color: var(--black);
  }

  .text-block-8.about_text {
    color: var(--chocolate);
    border-left-width: 4px;
  }

  .image-27 {
    width: 100%;
    height: 100%;
  }

  .text-block-9.trust_col_2_text {
    text-align: center;
  }

  .services_main_img {
    width: 100%;
    height: 250px;
  }

  .tab-link {
    padding-right: 24px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mainfeatures_content {
    padding-top: 200px;
  }

  .mainfeatures_pane-content {
    grid-row-gap: 2.4rem;
    flex-flow: column;
  }

  .mainfeatures_image-wrapper {
    width: 100%;
    max-height: 20rem;
  }

  .section-header.text-align-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .mainfeatures_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .mainfeatures_content-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-10 {
    width: 100%;
  }

  .button-10.is-secondary {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-group-2 {
    width: 100%;
  }

  .heading-style-h6-2 {
    font-size: .8rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_wrapper {
    padding: 1.6rem;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .button-group-3 {
    width: 100%;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .cta_content-left {
    padding: 2rem;
  }

  .cta-localisation_component {
    grid-template-columns: 1fr;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-map {
    height: 20rem;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .ms-chat-wrapper {
    bottom: 45px;
  }

  .ms-chat-channel-btn {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .ms-chat-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .icon-1x1-medium {
    width: 1.5rem;
    height: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-large {
    font-size: 1.15rem;
  }

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

  .step-anime {
    font-size: 2rem;
  }

  .step-anime.is-one {
    font-size: 1.75rem;
  }

  .hero-link:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .small-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .small-container_large {
    grid-row-gap: 1.5rem;
    max-width: 100%;
  }

  .image-wrapper.is-full, .image-wrapper.is-hero {
    height: 100%;
  }

  .button-text-only {
    margin-top: 1.5rem;
  }

  .button-text-only.is-service {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .section-form_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-row {
    grid-column-gap: 1.5rem;
    grid-template-columns: minmax(13rem, 31rem);
  }

  .grid-row.is-second {
    grid-row-gap: 1.5rem;
  }

  .f-col.is-rev {
    height: 5rem;
  }

  .hero-span-step, .hero-desc-span {
    font-size: 1rem;
  }

  .logo.loadme {
    width: 7rem;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .loader_top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container, .container.loaderme {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loader_numberper, .loader_number {
    font-size: 3vw;
  }

  .wraper-for-lines {
    width: 7rem;
  }

  .title-service {
    text-align: center;
  }

  .spacer-mob {
    align-items: flex-start;
    height: 2rem;
    display: flex;
  }

  .bold-text {
    font-size: 1.15rem;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .top-logo {
    max-width: 260px;
  }

  .icons-grid {
    grid-template-columns: 1fr;
  }

  .content-section-2 {
    aspect-ratio: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .services-content-wrapper {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .services-text-wrapper {
    text-align: center;
  }

  .button_wrapper {
    padding-bottom: 10px;
  }

  .services-images {
    width: 90%;
    height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
  }

  .services-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-images-2 {
    width: 90%;
    height: 400px;
  }

  .text-regular {
    text-align: center;
    font-size: 15px;
  }

  .services-heading-wrapper {
    text-align: center;
  }

  .primary-button {
    width: 47%;
  }

  .heading-large {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 1.7rem;
  }

  .doctors-details-grid-2 {
    margin-bottom: 0;
  }

  .text-regular-2 {
    font-size: 15px;
  }

  .heading-5 {
    font-size: 1.3rem;
  }

  .div-block-3 {
    font-size: 10px;
  }

  .top-logo-copy {
    max-width: 260px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    background-image: linear-gradient(180deg, white, var(--silver) 50%, white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .navbar_inner {
    justify-content: flex-end;
    align-items: center;
  }

  .brand {
    width: 125px;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
  }

  .logo-img {
    width: 100%;
  }

  .logo-2 {
    width: 50%;
    height: 30px;
    margin-top: 0;
  }

  .link-3 {
    font-size: 14px;
  }

  .heading-8 {
    font-size: 18px;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-20 {
    width: 17px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 23px;
  }

  .choice_btn {
    width: 100%;
  }

  .paragraph-7.choice_main_para, .list-item-4 {
    font-size: 14px;
    line-height: 23px;
  }

  .heading-13 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block-5.trust_col_2_text {
    font-size: 15px;
    line-height: 23px;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 23px;
  }

  .about_inner_2_desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about_info_training_desc {
    margin-left: 0;
  }

  .about_1 {
    flex-direction: column;
    align-items: stretch;
  }

  .image-22 {
    width: 100%;
  }

  .about_inner_2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 22px;
  }

  .button-9 {
    padding: 10px 25px;
    font-size: 14px;
  }

  .heading-15 {
    font-size: 22px;
    line-height: 29px;
  }

  .text-block-8.about_text {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 31px;
  }

  .heading-17 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 29px;
  }

  .text-block-9.trust_col_2_text {
    font-size: 15px;
    line-height: 23px;
  }

  .image-35 {
    width: 40px;
  }

  .list-item-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .service_1 {
    text-align: center;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 23px;
  }

  .link-4 {
    font-size: 11px;
  }

  .image-21 {
    width: 20px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 23px;
  }

  .mobile-link {
    z-index: 1;
    background-color: #fff0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .tab-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
  }

  .tab-link {
    padding: 10px;
    position: relative;
  }

  .tab-paragraph {
    font-size: 14px;
  }

  .stacked-gradient {
    display: none;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .stacked-tab-image {
    border-radius: 8px;
    box-shadow: 6px 6px 8px #56565626;
  }

  .container-3 {
    padding: 1em;
  }

  .stacked-tabs-holder {
    margin-top: 40px;
  }

  .tab-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    box-shadow: 6px 6px 15px #65656542, inset -6px -6px 15px #7978781a;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .tab-title {
    font-size: 18px;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .grey-paragraph {
    font-size: 14px;
  }

  .mainfeatures_pane-content {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .mainfeatures_tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-size-regular-2 {
    text-align: left;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .heading-style-h6-2 {
    text-align: left;
  }

  .faq_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .faq_wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }

  .faq_answer-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .faq_accordion {
    padding: 1.2rem 0;
  }

  .heading-18 {
    font-size: 40px;
  }

  .container-large-2 {
    max-width: 80rem;
  }

  .cta-localisation_component {
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .cta-map {
    padding-top: 50px;
  }

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

  .div-block-4 {
    object-fit: cover;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background-video {
    aspect-ratio: 16 / 9;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-5 {
    padding-top: 56.25%;
    position: relative;
  }
}

#w-node-cc893b67-e749-002b-c850-6e09180e9395-a45f6663, #w-node-_76feb1cb-2fa2-bc97-8c68-aa2cede50219-a45f6663 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f8129efd-ba69-fded-f83a-865dab8b745b-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_861e93f1-c845-4205-ee95-8ba740b02f0b-a45f6663 {
  align-self: end;
}

#w-node-d6ec3936-d8ab-6d00-9b15-7f4d5eea2a30-a45f6663 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_226eb2af-65e1-e71d-f262-5915d1442df4-a45f6663, #w-node-c838bf41-8f7a-4654-62c8-6b42be0cbf8f-a45f6663, #w-node-_5f84fd43-eca3-4c66-42f7-e59d11c55a74-a45f6663, #w-node-_218cfe25-d808-95a5-0c7f-38c199a433d7-a45f6663, #w-node-e60bdd20-9d14-7df9-bbd2-9d537682e64e-a45f6663, #w-node-_8910db08-a2f9-586e-b8a0-176a9f6145ff-a45f6663, #w-node-_8910db08-a2f9-586e-b8a0-176a9f61460a-a45f6663, #w-node-_8910db08-a2f9-586e-b8a0-176a9f61460d-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69ff1c7e-11dc-e5cb-8941-1d6420e41de7-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_69ff1c7e-11dc-e5cb-8941-1d6420e41df6-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69ff1c7e-11dc-e5cb-8941-1d6420e41e15-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-bcc86173-d21b-c111-e0f0-56c5db15618e-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bcc86173-d21b-c111-e0f0-56c5db156194-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcc86173-d21b-c111-e0f0-56c5db156197-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c6f0ba02-b15b-e4df-8ec3-82cf21c45b8c-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c6f0ba02-b15b-e4df-8ec3-82cf21c45b92-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6f0ba02-b15b-e4df-8ec3-82cf21c45b95-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7d0d04d5-e020-dd93-5c54-43e36a683f52-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0d04d5-e020-dd93-5c54-43e36a683f61-a45f6663 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7fd1e1-01e1-a7b8-802c-cffcf4de8d8d-a45f6663, #w-node-_522c39f2-de0a-8edd-0bb0-913b6dd496ad-a45f6663, #w-node-_1c34b97b-b86a-82d9-5eff-f15ccb764711-a45f6663, #w-node-_606edb3f-1e22-bdd0-07cf-19f25e8112c5-a45f6663 {
  place-self: center end;
}

#w-node-_06c35742-3cd8-cd96-988a-f8e66add115b-a45f6663, #w-node-_06c35742-3cd8-cd96-988a-f8e66add1166-a45f6663, #w-node-_06c35742-3cd8-cd96-988a-f8e66add1169-a45f6663, #w-node-def16c93-0ab0-48ee-47f2-4f257d095fa6-a45f6663, #w-node-def16c93-0ab0-48ee-47f2-4f257d095fa7-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-def16c93-0ab0-48ee-47f2-4f257d095fa8-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5e948545-7f0a-2222-8bb4-9ba475e4e966-a45f6663, #w-node-_5e948545-7f0a-2222-8bb4-9ba475e4e968-a45f6663, #w-node-_407c482c-5986-8f71-d9d0-5d97ab5ee66d-a45f6663, #w-node-_407c482c-5986-8f71-d9d0-5d97ab5ee66b-a45f6663, #w-node-_407c482c-5986-8f71-d9d0-5d97ab5ee67a-a45f6663, #w-node-_407c482c-5986-8f71-d9d0-5d97ab5ee68b-a45f6663, #w-node-_407c482c-5986-8f71-d9d0-5d97ab5ee689-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64223ea7-0bb0-f4f6-23ac-1b22d885eb4c-a45f6663 {
  justify-self: start;
}

#w-node-_351a94c2-04c2-8016-2322-17cdce0a5464-a45f6663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351a94c2-04c2-8016-2322-17cdce0a5485-a45f6663 {
  justify-self: start;
}

#w-node-_351a94c2-04c2-8016-2322-17cdce0a5490-a45f6663 {
  place-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-a45f666a, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-a45f666a {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-a45f666a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-a45f666a {
  justify-self: start;
}

#w-node-cb3c428d-d88e-865b-7428-759cc67a4092-c21efe6e, #w-node-cb3c428d-d88e-865b-7428-759cc67a4090-c21efe6e, #w-node-_392229df-5b6e-8865-1b37-830edd3fb96d-c21efe6e, #w-node-_392229df-5b6e-8865-1b37-830edd3fb97c-c21efe6e, #w-node-_392229df-5b6e-8865-1b37-830edd3fb98b-c21efe6e, #w-node-_392229df-5b6e-8865-1b37-830edd3fb98d-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d0a-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d10-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d1a-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d20-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d26-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d2f-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d37-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d44-c21efe6e, #w-node-e14ac82d-0dfd-25e9-185b-e171cdfb6d49-c21efe6e {
  align-self: center;
}

#w-node-_4e91a80a-9ebe-26eb-7d4d-692b7c794d7b-c21efe6e, #w-node-b4b47795-950f-392a-e216-0ac7ce87a7cc-c21efe6e, #w-node-_03c821e7-57e1-37e0-0d9d-aa083bb69712-c21efe6e, #w-node-c377196b-ed89-7df8-f2fc-7ebe8a89afb3-c21efe6e, #w-node-c377196b-ed89-7df8-f2fc-7ebe8a89afb9-c21efe6e, #w-node-c377196b-ed89-7df8-f2fc-7ebe8a89afbf-c21efe6e, #w-node-a7bfba0e-286a-9c16-9741-0ac67a055d47-c21efe6e, #w-node-a7bfba0e-286a-9c16-9741-0ac67a055d4d-c21efe6e, #w-node-a7bfba0e-286a-9c16-9741-0ac67a055d53-c21efe6e, #w-node-d0c7f8c9-69aa-b6f7-57ba-9a7370edbe8c-c21efe6e, #w-node-d0c7f8c9-69aa-b6f7-57ba-9a7370edbe92-c21efe6e, #w-node-d0c7f8c9-69aa-b6f7-57ba-9a7370edbe98-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8997652-903b-6dc2-b39d-b19adb82ae39-c21efe6e, #w-node-a8997652-903b-6dc2-b39d-b19adb82ae3f-c21efe6e, #w-node-a8997652-903b-6dc2-b39d-b19adb82ae49-c21efe6e, #w-node-a8997652-903b-6dc2-b39d-b19adb82ae4f-c21efe6e, #w-node-_821ff9d1-b6b8-2aca-a72c-da65915e1a0a-c21efe6e {
  align-self: center;
}

#w-node-c95f199a-9085-d216-76b6-2a9d7a5fce18-c21efe6e, #w-node-c95f199a-9085-d216-76b6-2a9d7a5fce1f-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80b67ba5-2fca-dd51-6ffe-db2ed526a37e-c21efe6e {
  align-self: center;
}

#w-node-_3f7bb0c0-b11e-013e-fead-110b2cf95298-c21efe6e, #w-node-_3f7bb0c0-b11e-013e-fead-110b2cf9529f-c21efe6e, #w-node-_3f7bb0c0-b11e-013e-fead-110b2cf952a7-c21efe6e, #w-node-_4503260e-4e17-5c54-5ebb-0d35698df7d5-c21efe6e, #w-node-_4503260e-4e17-5c54-5ebb-0d35698df7dc-c21efe6e, #w-node-_4503260e-4e17-5c54-5ebb-0d35698df7e4-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ad4f9b-60d8-b211-c68d-eacef9d1f289-c21efe6e {
  align-self: center;
}

#w-node-_67654b6b-e134-eef5-79c3-e3ac44d9a899-c21efe6e, #w-node-_67654b6b-e134-eef5-79c3-e3ac44d9a8a0-c21efe6e, #w-node-_67654b6b-e134-eef5-79c3-e3ac44d9a8a8-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74bc247a-db01-1857-917c-fe4c627d5dd7-c21efe6e {
  align-self: center;
}

#w-node-_81c9e353-d3f3-96dc-e89a-ff4ac593b95e-c21efe6e, #w-node-_81c9e353-d3f3-96dc-e89a-ff4ac593b965-c21efe6e, #w-node-_81c9e353-d3f3-96dc-e89a-ff4ac593b96d-c21efe6e, #w-node-_4a9f9e0c-4d9b-0cce-c2c3-8d3c681b7026-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1d2109a-bf63-6980-6226-5aa5a96a07be-c21efe6e {
  align-self: center;
}

#w-node-_28b11b44-cced-9cc4-2fb8-714f9a3c79a3-c21efe6e, #w-node-_28b11b44-cced-9cc4-2fb8-714f9a3c79aa-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d43df70-7720-4752-48cf-d2d52a9404c8-c21efe6e {
  align-self: center;
}

#w-node-e01bd50d-d1d3-28b1-8b25-6df82627669c-c21efe6e, #w-node-e01bd50d-d1d3-28b1-8b25-6df8262766a3-c21efe6e, #w-node-e01bd50d-d1d3-28b1-8b25-6df8262766ab-c21efe6e, #w-node-_1b14da6e-bda0-c032-e2ea-65d5a1632613-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58781915-646a-5642-b174-19fece8dabc8-c21efe6e {
  align-self: center;
}

#w-node-fdd59116-2b2c-43c1-0b17-6f4c231d1fc8-c21efe6e, #w-node-fdd59116-2b2c-43c1-0b17-6f4c231d1fcf-c21efe6e, #w-node-fdd59116-2b2c-43c1-0b17-6f4c231d1fd7-c21efe6e, #w-node-_8a9ff9c9-fc5a-3fbf-3204-3627da70bdb7-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f276da9e-f173-88ab-18a0-34139f07e7c4-c21efe6e {
  align-self: center;
}

#w-node-cbae32b5-07b1-3ac8-cc8f-37df035681f7-c21efe6e, #w-node-cbae32b5-07b1-3ac8-cc8f-37df035681fe-c21efe6e, #w-node-cbae32b5-07b1-3ac8-cc8f-37df03568206-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_953c7697-537a-6233-67b5-9fe739c0b4cf-c21efe6e {
  align-self: center;
}

#w-node-_1af52e69-8504-ada0-4b5f-18dfd863c494-c21efe6e, #w-node-_1af52e69-8504-ada0-4b5f-18dfd863c49b-c21efe6e, #w-node-_1af52e69-8504-ada0-4b5f-18dfd863c4a3-c21efe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8997652-903b-6dc2-b39d-b19adb82ae73-c21efe6e, #w-node-a8997652-903b-6dc2-b39d-b19adb82ae78-c21efe6e {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_69ff1c7e-11dc-e5cb-8941-1d6420e41e15-a45f6663, #w-node-bcc86173-d21b-c111-e0f0-56c5db156197-a45f6663, #w-node-c6f0ba02-b15b-e4df-8ec3-82cf21c45b95-a45f6663 {
    justify-self: start;
  }

  #w-node-_06c35742-3cd8-cd96-988a-f8e66add1169-a45f6663 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64223ea7-0bb0-f4f6-23ac-1b22d885eb4c-a45f6663 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_351a94c2-04c2-8016-2322-17cdce0a5485-a45f6663 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06c35742-3cd8-cd96-988a-f8e66add1169-a45f6663 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-def16c93-0ab0-48ee-47f2-4f257d095fa8-a45f6663 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_861e93f1-c845-4205-ee95-8ba740b02f0b-a45f6663 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_69ff1c7e-11dc-e5cb-8941-1d6420e41e15-a45f6663, #w-node-bcc86173-d21b-c111-e0f0-56c5db156197-a45f6663, #w-node-c6f0ba02-b15b-e4df-8ec3-82cf21c45b95-a45f6663 {
    align-self: start;
  }

  #w-node-_351a94c2-04c2-8016-2322-17cdce0a5485-a45f6663 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


