@font-face {
  font-family: Int;
  src: url('../fonts/int.woff2') format("woff2"), url('../fonts/Int.woff') format("woff"), url('../fonts/int.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2b2d2e;
  --light-grey: #f4f4f4;
  --white: white;
  --cadbury: #483292;
  --deep-sky-blue: #31a8e3;
  --dark-slate-blue: #4832921a;
}

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

body {
  color: #2b2d2ee6;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Int, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Int, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Int, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Int, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Int, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Int, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

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

.text-style-link.margin-right.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.footer--link {
  margin-bottom: .813rem;
  display: flex;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.text-size-small-2 {
  font-size: 1.125rem;
  line-height: 1.438rem;
}

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

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-xxsmall.text-color-white.cta--text {
  font-size: .875rem;
  line-height: .875rem;
}

.margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-huge.no--top {
  padding-top: 0;
}

.padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-hero {
  padding: 10rem 0 2rem;
}

.padding-vertical.padding-hero.pt-2 {
  padding-top: 4rem;
}

.padding-vertical.padding-hero.pt-2.pb-4 {
  padding-bottom: 4rem;
}

.padding-vertical.padding-hero.pt-2.pb-0 {
  padding-bottom: 1rem;
}

.padding-vertical.padding-cta {
  padding: 12rem 0 2rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: 1.125rem;
  line-height: 2.188;
}

.text-size-medium.opacity-0-9 {
  color: #2b2d2ee6;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.heading-style-h2 {
  font-family: Int, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

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

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

.heading-style-h1 {
  color: var(--white);
  letter-spacing: -.5px;
  font-family: Int, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.is--price {
  color: #000;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 2px solid #6c757db3;
  border-radius: 100%;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  color: #020202;
  letter-spacing: .07px;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
}

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

.field-label {
  color: #020202;
  letter-spacing: .07px;
  margin-bottom: .25rem;
  font-size: .85rem;
  font-weight: 700;
}

.button {
  border: 1px solid var(--cadbury);
  background-color: var(--cadbury);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-icon.is--readmore {
  color: #2b2d2ecc;
  flex: 1;
  justify-content: space-between;
  font-size: .938rem;
  font-weight: 500;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-icon.is--call {
  background-color: #0000;
  border-width: 2px;
  border-color: #fff6;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.button.is-icon.is--call:hover {
  text-decoration: underline;
}

.button.is-icon.is--call.no--outline {
  border-style: none;
  text-decoration: none;
}

.button.is-icon.is--call.no--outline.hide-desktop {
  display: none;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
  border-color: #2b2d2e80;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-alternate.is--opacity {
  border-style: solid;
  border-color: #ffffff80;
  display: block;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
  border-style: none;
}

.button.is-alternate.is--noborder {
  border-style: none;
}

.button.is-alternate.is--expand {
  flex: 1;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is--consult.is-alternate {
  line-height: 1.9;
}

.button.is--consult.is--expand {
  flex: 1;
}

.button.is--consult.is-faq {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: 0;
  font-weight: 500;
  display: inline-block;
}

.button.bookpopup.header:hover {
  text-decoration: underline;
}

.button.bookpopup.header.is--black.is--consultation {
  align-self: center;
}

.button.bookpopup.header.is--mob {
  display: none;
}

.button.is--findout {
  background-color: #31a8e3;
  border-color: #31a8e3;
}

.button.is-secondary-white-border {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  border-color: #fff9;
}

.button.is-secondary-white-border:hover {
  color: #1e3348;
  background-color: #fff;
}

.button.is--light {
  background-color: #fff3;
  border-style: none;
  border-color: #fff3;
  display: inline-block;
}

.button.is--service {
  display: inline-block;
}

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

.heading-style-h4 {
  color: var(--black);
  font-family: Int, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  letter-spacing: .2px;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.9;
}

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

.text-size-regular.text-weight-normal.is--black {
  color: #2b2d2ecc;
}

.text-size-regular.margin-top.margin-xsmall {
  display: block;
}

.text-size-regular.opacity-80 {
  color: #2b2d2ecc;
}

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

.text-align-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-family: Int, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.form-input {
  border: 1.5px solid #2b2d2e66;
  border-radius: 8px;
  height: auto;
  min-height: 64px;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
}

.form-input:hover {
  border-color: #2b2d2eb3;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #3c3c3b99;
  font-weight: 500;
}

.form-input.is-text-area {
  color: #2b2d2ee6;
  background-color: #fff3;
  border-style: solid;
  border-color: #2b2d2e66;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-text-area::placeholder {
  color: #fff9;
}

.form-input.is-select-input {
  color: #2b2d2ee6;
  background-color: #fff3;
  border-color: #2b2d2e66;
  font-size: .938rem;
  font-weight: 500;
}

.form-input.is--form {
  color: #fff9;
  background-color: #fff3;
  border-color: #fff6;
  font-size: .938rem;
}

.form-input.is--form::placeholder {
  color: #fff9;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

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

.button-group.margin-bottom.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
}

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

.button-group.is--fullwidth {
  justify-content: space-between;
  align-items: stretch;
}

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

.text-color-white.text-weight-bold.cta-call {
  text-decoration: underline;
}

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

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

.text-weight-semibold.reviwer--name {
  color: var(--cadbury);
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.text-weight-semibold.text-style-link.text-color-white.footer--text {
  font-size: 1.125rem;
}

.text-weight-semibold.price--list--header {
  color: var(--cadbury);
}

.text-style-muted {
  opacity: .6;
}

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.text-size-small.text-lineheight {
  line-height: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  flex: 1;
  position: relative;
}

.form-field-wrapper.hide {
  display: none;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog-content {
  letter-spacing: .2px;
}

.blog-content h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-content h3 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blog-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.blog-content h5, .blog-content h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.blog-content p {
  margin-bottom: 1rem;
}

.blog-content a {
  text-decoration: underline;
}

.blog-content figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
}

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

.padding-section-medium.pb-0 {
  padding-bottom: 0;
}

.padding-section-medium.pt-0 {
  padding-top: 0;
}

.padding-section-medium.pt-2 {
  padding-top: 2rem;
}

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

.padding-section-large.pb-2 {
  padding-bottom: 2rem;
}

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

.padding-section-large.pb-0 {
  padding-bottom: 0;
}

.padding-section-large.pt-2 {
  padding-top: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.navbar__outer {
  z-index: 100;
  background-color: #0000;
  flex-flow: column wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: var(--white);
  align-items: center;
  padding: 16px 48px;
  display: flex;
  position: relative;
}

.brand {
  margin-right: 40px;
}

.logo--onscroll {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.nav--divider {
  opacity: .2;
  background-color: #2b2d2e4d;
  width: 1px;
  height: 46px;
  margin-right: 24px;
}

._100w {
  color: #2b2d2ecc;
  padding-left: 10px;
  padding-right: 30px;
}

._100w:hover {
  color: var(--black);
  text-decoration: underline;
}

.dropicon {
  color: #0000;
  background-image: url('../images/drop_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  right: -8px;
}

.dropdown__link {
  letter-spacing: .2px;
  margin-right: 6px;
  font-size: .9rem;
  font-weight: 700;
}

.dropdown__link.is--white {
  color: #fff;
}

.dropdown__condition {
  box-shadow: none;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2b2d2ee6;
  letter-spacing: .16px;
  white-space: nowrap;
  border-bottom: 1px solid #2421211a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.dropdown-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: var(--cadbury);
  font-weight: 700;
  text-decoration: underline;
}

.dropdown-link.is--last {
  border-bottom-style: none;
}

.arrow {
  align-items: center;
  display: flex;
}

.treatmentname {
  line-height: 1.4;
}

.nav-link {
  color: #2b2d2ecc;
  letter-spacing: .2px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9rem;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.nav-link.w--current {
  color: #314683;
  text-decoration: underline;
}

.nav-link.is--white {
  color: #fff;
}

.text-color-blue {
  color: #314683;
}

.cta__wrap {
  margin-left: auto;
  display: flex;
}

.phone__link {
  margin-right: 0;
  text-decoration: none;
  position: relative;
}

.phone__link:hover {
  color: #fff;
  text-decoration: underline;
}

.dark__logo {
  opacity: 0;
  position: absolute;
  inset: 20% auto 0% 14%;
}

.is--number {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 700;
}

.is--number.is--white {
  color: #fff;
}

.hide-desktop {
  display: none;
}

.contact-modal4_component {
  z-index: 99999;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal4_content-wrapper {
  background-color: var(--cadbury);
  color: var(--white);
  width: 100%;
  max-width: 920px;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.contact-modal4_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal4_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-field-2col.is-mobile-1col {
  grid-row-gap: 0rem;
}

.form-field-2col.is-mobile-1col.is--single {
  grid-template-columns: 1fr;
}

.success-message {
  background-color: #fff3;
  padding: 1.5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.contact-modal4_close-button {
  cursor: pointer;
  border: 1px solid #fff9;
  border-radius: 100%;
  padding: 5px;
}

.contact-modal4_background-overlay {
  z-index: -1;
  background-color: #2b2d2e4d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consult--info {
  color: #fffc;
  font-size: 1.188rem;
  line-height: 1.9;
}

.form--left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.form--right {
  align-items: center;
  display: flex;
}

.consult--call {
  text-decoration: none;
}

.consult--header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.fs-radio_label {
  margin-bottom: 1rem;
}

.fs-radio_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  display: flex;
}

.fs-radio_field-4 {
  color: #212529;
  cursor: pointer;
  border: 2px #000;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-weight: 500;
  display: block;
  position: relative;
}

.fs-radio_field-4:hover {
  border-color: #696969;
}

.fs-radio_field-4.is-active {
  background-color: var(--white);
  color: #212529;
  border-color: #501aff;
}

.fs-radio_button-4 {
  background-color: #ffffff80;
  border-style: none;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-4.w--redirected-checked {
  border: 2px solid var(--deep-sky-blue);
  background-color: #fff;
}

.fs-radio_button-4.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs-radio_button-4.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-4 {
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.hor--line {
  background-color: #ffffff4d;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.mobile--icon {
  display: none;
}

.bnr-top {
  z-index: 9;
  position: absolute;
  inset: 13% 0% auto;
}

.banner-top-container {
  background-color: #edebf4;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 24px 20px 16px;
}

.expert-main {
  justify-content: space-between;
  display: flex;
}

.banner-slider {
  background-color: #ddd0;
  height: auto;
  display: none;
}

.top-secs {
  align-items: center;
  display: flex;
}

.top-secs.hide-mob {
  text-decoration: none;
}

.top-secs.hide-mob.trustpil {
  flex: 0 auto;
  width: 100%;
  margin-right: 8px;
}

.top-secs.hide-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid #2b2d2e4d;
  flex: 1;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}

.top-secs.hide-tab.last--tab {
  border-right-style: none;
  padding-left: 0;
  padding-right: 0;
}

.tp-sec-cont {
  letter-spacing: .2px;
  font-size: .9rem;
  font-weight: 700;
}

.tp-sec-cont.light {
  color: #231f2080;
}

.tp-header {
  text-align: center;
  flex: 1;
  width: 100%;
  padding-right: 0;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.usp--nav--banner {
  z-index: 9;
  position: static;
  inset: 0% 0% auto;
}

.hero-header {
  z-index: 12;
  position: relative;
  overflow: hidden;
}

.gallery13_slider {
  background-color: var(--cadbury);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery13_slide {
  height: auto;
}

.slide--content {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero--top--overlay {
  background-image: linear-gradient(#24212166, #0000 25%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero--slide--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: 100%;
}

.hero--slide--grid.is--btmcta {
  flex: 1;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.gallery13_content {
  padding-left: 5rem;
  position: relative;
}

.header--flex {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header--flex._20years-logos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.g-review {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.g-review.is--transparent {
  background-color: #0000;
}

.g-review.is--transparent.text-align-left {
  cursor: pointer;
  justify-content: flex-start;
}

.g-review.home {
  margin-top: 8rem;
  margin-bottom: 0;
}

.g-review.pl-0 {
  margin-top: 10rem;
  padding-left: 0;
}

.review--text {
  color: #ffffffe6;
  letter-spacing: .2px;
  margin-left: 5px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .813rem;
  text-decoration: underline;
}

.review--text.is--white {
  color: #ffffffe6;
  font-size: .813rem;
}

.review--text.is--black {
  color: #2b2d2ee6;
}

.button--flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.gallery13_image-wrapper {
  z-index: 0;
  object-fit: contain;
  width: 80%;
  max-width: 1000px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero--linear--overlay {
  background-image: linear-gradient(to right, var(--cadbury), #31468300 59%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.gallery13_arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.is--left {
  left: 2rem;
}

.gallery13_arrow.is--right {
  right: 2rem;
}

.gallery13_arrow-icon {
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
  display: none;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.header36_content {
  margin-left: 5vw;
  margin-right: 5rem;
}

.header36_image-wrapper {
  height: 100%;
}

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

.tag--line {
  color: #ffffff80;
  letter-spacing: .2px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.tag--line.is--black {
  color: #2b2d2eb3;
}

.monthly--plans {
  z-index: 1;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.monthly--plans.is--cta {
  text-decoration: none;
  position: absolute;
  inset: 4rem 4rem auto auto;
}

.plan-circle {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--white);
  text-align: center;
  border: 1px solid #48329280;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.plan--text {
  color: var(--cadbury);
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  font-family: Int, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.section_blog68 {
  background-color: var(--dark-slate-blue);
  overflow: hidden;
}

.blog68_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.blog68_heading {
  flex: 1;
}

.blog68_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog68_button-row.show-mobile-landscape {
  display: none;
}

.blog68_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.blog68_slide {
  padding-right: 2rem;
}

.blog68_item {
  background-color: var(--white);
  border-radius: 16px;
}

.blog68_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog68_image-wrapper {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.blog68_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog68_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog68_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog68_category {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog68_title-wrapper {
  margin-bottom: .5rem;
}

.blog68_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.slide68_arrow {
  background-color: #48329233;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.blog68_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.diamond--wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: 16px 14px auto auto;
}

.diamond--wrapper.is--static {
  background-color: #1e33481a;
  position: static;
}

.diamond--wrapper.is--small {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
}

.diamond--wrapper.is--small.is--hero {
  width: 9rem;
  height: 9rem;
  inset: auto 40px 41px auto;
}

.diamond--wrapper.is--invisilign {
  background-color: var(--white);
  border-radius: 0;
  width: 10rem;
  height: 10rem;
  position: static;
  inset: auto auto 0% 0%;
}

.invis--badge--logo {
  width: 100%;
  height: 100%;
}

.section_layout1 {
  position: relative;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout1_component.is--h-full {
  align-items: stretch;
}

.layout1_image-wrapper.is--static {
  position: static;
}

.layout1_image {
  width: 100%;
}

.layout1_image.is--kuldip {
  max-width: 520px;
  height: 100%;
}

.daimond-provider {
  color: var(--deep-sky-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.section_cta1 {
  background-color: var(--cadbury);
  position: relative;
}

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

.cta1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta1_content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
}

.cta1_content.padding-left {
  margin-right: 64px;
}

.button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-row.is--left {
  left: 2rem;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta1_image-wrapper {
  height: 100%;
  position: relative;
}

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

.linear--overlay {
  z-index: -1;
  background-image: linear-gradient(to right, var(--cadbury) 41%, transparent 65%);
  position: absolute;
  inset: 0%;
}

.cta--review--wrap {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: inline-block;
}

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

.banner__img__wrap {
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner__left {
  flex: 1;
  width: 55%;
}

.banner__right {
  text-align: right;
  flex: 0 auto;
  width: 800px;
  position: relative;
}

.banner__right.cta__area {
  width: 1000px;
}

.grad__overlay {
  background-image: linear-gradient(to right, #f0f3f6, #f0f3f600 68%);
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.below-banner {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.banner__ring__top {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-2 {
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-2.bnr {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-content {
  z-index: 3;
  width: 100%;
  position: relative;
}

.tp-cont {
  max-width: 70%;
  padding-left: 16px;
  position: relative;
}

.seo--home {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.seo-icon {
  color: #eebe3a;
  margin-right: 12px;
}

.seo-txt-3 {
  color: #231f20b3;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.banner-title-2 {
  color: #231f20;
  letter-spacing: -.08rem;
  width: 90%;
  margin-bottom: 2rem;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.banner-title-2.cta__heading {
  max-width: 16ch;
}

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

.button--row.is--60 {
  flex-direction: row;
  width: 70%;
}

.btn-primary-3 {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 18px 40px 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary-3:hover {
  background-color: #d6aa32;
}

.btn-primary-3.is--ghost--black {
  background-color: #0000;
  border: 2px solid #231f2066;
}

.btn-primary-3.is--ghost--black:hover {
  border-color: #231f20;
}

.btn-primary-3.is--ghost--black.is--mobile--number {
  display: none;
}

.topbar--icon {
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.award-win-main {
  background-color: #fff;
  align-items: center;
  width: auto;
  max-width: 420px;
  padding: 10px 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.award-win-main.review__tab {
  z-index: 9;
  border-bottom: 0 solid #231f201a;
  width: 70%;
  max-width: none;
  padding-left: 40px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rating-wrap {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rating-wrap.symbol__wrap {
  margin-bottom: 4px;
}

.tp-embed {
  flex: 1;
}

.tp-embed.cta__embed_tp {
  text-align: center;
  width: 100%;
}

.header--text {
  color: #fffc;
  font-size: 1.5rem;
}

.review {
  display: flex;
}

.plan--wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.g-slide--review {
  position: absolute;
  inset: auto 0% 0%;
}

.invisilign--wrap {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.invisilign--wrap.is--static {
  background-color: #1e33481a;
  position: static;
}

.invisilign--wrap.is--small {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
}

.invisilign--wrap.is--small.is--hero {
  width: 9rem;
  height: 9rem;
  inset: auto 40px 41px auto;
}

.invisilign--wrap.is--invisilign {
  inset: auto auto 0% 0%;
}

.invi--logo--wrap {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto auto 0% -19%;
}

.section_cta27 {
  z-index: -1;
  background-color: var(--cadbury);
  position: relative;
}

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

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

.button-group-2.margin-bottom.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
}

.cta27_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta27_background-image-wrapper.is--right {
  background-image: none;
  width: 50%;
  inset: 0% 0% 0% auto;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #48329299;
  background-image: linear-gradient(to right, var(--cadbury), #48329200);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.is-invisalign {
  background-color: #4832924d;
}

.cta27_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta27_background-image.is--contain {
  inset: 0% 0% 0% auto;
}

.ver--line {
  background-color: #ffffff4d;
  width: 44px;
  height: 1px;
  margin-top: 1rem;
  display: inline-block;
}

.section_gallery11 {
  position: relative;
}

.gallery11_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery11_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #cfc9e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.gallery11_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery11_image-wrapper {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.gallery11_image {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.priv-dental-overlay {
  z-index: 1;
  background-image: linear-gradient(#cfc9e400 28.8%, #cfc9e4);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.monthly-plan-overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, #48329200 28.8%, var(--cadbury));
  position: absolute;
  inset: 0%;
}

.services--wrap {
  z-index: 3;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gallery11--content {
  position: relative;
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header102_content {
  object-fit: cover;
  width: 100%;
  height: 80%;
}

.header102_slider {
  background-color: #0000;
  border-top: 1px solid #2b2d2e33;
  border-bottom: 1px solid #2b2d2e33;
  height: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.header102_slide-wrapper {
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header102_slide-image-wrapper {
  flex: 1;
  position: relative;
}

.header102_slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header102_slide-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  position: relative;
}

.header102_arrow {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 5rem 2rem auto;
}

.header102_arrow.is-left {
  display: none;
  right: 9rem;
}

.product-header7_arrow-icon-copy {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.header102_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 2.625rem 5rem;
}

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

.section_testimonial7 {
  text-align: center;
  background-color: #4832921a;
}

.testimonial7_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.testimonial7_mask {
  text-align: center;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_logo-wrapper {
  margin-bottom: 2rem;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.text-size-regular-2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-size-regular-2.text-color-blue-0-8 {
  color: #1e3348cc;
}

.testimonial7_arrow {
  background-color: var(--cadbury);
  color: var(--white);
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.testimonial7_arrow.left {
  inset: 0% auto 0% 0%;
}

.testimonial7_arrow.rightt {
  inset: 0% 0% 0% auto;
}

.testimonial7_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.section_logo3 {
  opacity: .7;
  mix-blend-mode: luminosity;
  overflow: hidden;
}

.section_logo3.no-opacity {
  opacity: 1;
  mix-blend-mode: normal;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_logo {
  opacity: .7;
  mix-blend-mode: luminosity;
  max-height: 3.5rem;
}

.logo3_logo.no-opacity {
  opacity: 1;
  mix-blend-mode: normal;
}

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

.gallery13_content-2 {
  padding-left: 5rem;
  position: relative;
}

.g-review-2 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1.5rem 5rem;
}

.g-review-2.is--transparent {
  background-color: #0000;
}

.footer1_component {
  color: #fff;
  background-color: #1e3348;
}

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

.footer1_top-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  align-items: start;
  padding-bottom: 3rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer-text-rich-text {
  color: #fffc;
  font-size: .9rem;
  line-height: 1.313rem;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link {
  color: #fffc;
  padding-bottom: .5rem;
  font-size: .938rem;
  line-height: 1.313rem;
  text-decoration: none;
}

.address--block {
  border: 1px solid #bd9966;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  min-height: 19.563rem;
  display: flex;
}

.image-3 {
  width: 100%;
}

.location--block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.438rem;
  padding-left: 1.688rem;
  display: flex;
}

.text-size-regular-2 {
  letter-spacing: .2px;
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-size-regular-2.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
}

.footer1_top-wrapper_2 {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  align-items: start;
  display: none;
}

.section_logo3-2 {
  opacity: .7;
  mix-blend-mode: luminosity;
  overflow: hidden;
}

.logo3_list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.logo3_logo-2 {
  opacity: .7;
  mix-blend-mode: luminosity;
  max-height: 3.5rem;
}

.logo3_logo-2.is--wide {
  max-height: 3.3rem;
}

.logo3_logo-2.less--width {
  max-height: 2rem;
}

.logo3_logo-2.is--wider {
  max-height: 4.5rem;
}

.bottom--bar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer1_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy--right {
  background-color: #3a2875;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer1_credit-text {
  color: #fffc;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_legal-link {
  color: #fffc;
  border-right: 1px solid #fffc;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.footer1_legal-link.no-right-border {
  border-right-style: solid;
  font-size: .875rem;
}

.footer--legal {
  color: #fffc;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  line-height: 1.25;
  display: flex;
}

.footer5_component {
  background-color: var(--cadbury);
  color: var(--white);
}

.footer5_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.footer5_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer5_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer5_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  align-items: start;
}

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

.footer5_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer5_link {
  color: #ffffffb3;
  letter-spacing: .2px;
  margin-bottom: .5rem;
  font-size: .938rem;
  font-weight: 500;
  text-decoration: none;
}

.footer5_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer5_credit-text {
  color: #ffffffb3;
  letter-spacing: .2px;
  font-size: .75rem;
}

.footer5_legal-link {
  color: #ffffffb3;
  font-size: .875rem;
  text-decoration: underline;
}

.footer5_social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer5_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.links--wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.get--directions {
  color: #ffffffe6;
  margin-top: .5rem;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.timing--wrap {
  grid-column-gap: 0rem;
  grid-row-gap: .25rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.is--day {
  letter-spacing: .2px;
  font-size: .938rem;
  font-weight: 500;
}

.is--day.opacity-70 {
  color: #2b2d2eb3;
}

.is--time {
  color: #ffffffb3;
  letter-spacing: .2px;
  font-size: .938rem;
  font-weight: 500;
  text-decoration: none;
}

.is--time.is--black {
  color: #2b2d2eb3;
}

.timing--info {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.gdc--info {
  grid-column-gap: 2.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gdc--text {
  color: #ffffffb3;
  font-size: .813rem;
}

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

.gdc--link {
  color: #ffffffb3;
  cursor: pointer;
}

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

.header37_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.header37_content {
  margin-left: 5rem;
  margin-right: 5vw;
}

.sec--content {
  letter-spacing: .2px;
}

.sec--content h4 {
  color: var(--cadbury);
  font-size: 1.75rem;
}

.sec--content h3 {
  color: var(--cadbury);
  font-size: 2rem;
}

.readmore {
  color: #2b2d2ecc;
  margin-top: .5rem;
  font-weight: 500;
  display: block;
}

.readmore--content {
  letter-spacing: .2px;
}

.readmore--content.is--denture h4 {
  font-size: 1.5rem;
}

.play--embedded {
  display: flex;
}

.how-it-work-link {
  text-decoration: none;
}

.section_cta45 {
  background-color: var(--cadbury);
  color: var(--white);
  border-top: 1px solid #fff3;
}

.cta45_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta45_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding: 3rem;
  display: grid;
}

.cta45_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.section_header40 {
  background-color: #edebf4;
}

.header40_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header40_content {
  margin-left: 5vw;
  margin-right: 5rem;
}

.header40_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header40_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 50rem;
}

.lightbox-play-icon {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(#14093866, #14093866);
  position: absolute;
  inset: 0%;
}

.lightbox--text {
  font-family: Int, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

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

.layout158_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #2b2d2e4d;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.faq1_question.is--first {
  border-top-style: none;
}

.faq1_question.is-content-sec {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.faq-answer {
  letter-spacing: .2px;
}

.layout2_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout2_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.section_header62 {
  background-color: var(--cadbury);
  color: var(--white);
}

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

.button-group-5.is-center {
  justify-content: center;
}

.section_cta25 {
  background-color: #4832921a;
  position: relative;
}

.content--header {
  color: #2b2d2ecc;
  letter-spacing: .2px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.063rem;
  font-weight: 500;
}

.section_team2.is--bg {
  background-color: #4832921a;
}

.team2_list-wrapper.is-seven {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.team2_list.is-three {
  grid-template-columns: 1fr 1fr 1fr;
}

.team2_list.is-two {
  grid-column-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  align-items: center;
}

.team2_list.is-one {
  grid-template-columns: 1fr;
}

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

.team2_image-wrapper {
  object-position: 50% 100%;
  width: 300px;
  max-width: 300px;
  height: 300px;
  max-height: 300px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.team2_image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team2_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.layout133_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout133_content {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout133_image-wrapper {
  width: 100%;
  position: relative;
}

.layout133_image {
  object-fit: cover;
}

.monthly--icon {
  width: 2.5rem;
}

.overlay-wrap {
  flex-direction: column;
  justify-content: flex-end;
  height: 80%;
  display: flex;
  position: relative;
}

.designation {
  color: #6c757de6;
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

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

.team--name {
  margin-bottom: .5rem;
  line-height: 1.625;
}

.content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact6_item {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col-2.is-mobile-1col {
  grid-row-gap: 0rem;
}

.contact-info {
  color: #020202;
  letter-spacing: .09px;
  font-size: 1.125rem;
  font-weight: 700;
}

.contact16_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact16_contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.contact16_item {
  display: flex;
}

.contact16_item-icon-wrapper-2 {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact16_map-wrapper {
  width: 100%;
  height: 35rem;
}

.contact16_map {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.html-embed {
  height: 100%;
}

.content17_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content17_component.is_one {
  grid-template-columns: 1.5fr;
}

.legal--content {
  letter-spacing: .2px;
}

.blog36_component {
  flex-direction: column;
  align-items: center;
}

.blog36_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog36_item {
  border: 1px solid #6c757db3;
  margin-bottom: 4rem;
  margin-right: 2rem;
  text-decoration: none;
  display: block;
}

.blog36_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog36_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog36_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog36_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.blog36_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog36_category {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .5rem;
  display: flex;
}

.blog36_title-wrapper {
  margin-bottom: .5rem;
}

.blog36_button-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.calender {
  display: flex;
}

.is--readmore {
  color: #6c757d;
}

.right--arrow--embedded {
  display: flex;
}

.post--date {
  color: #6c757d;
  font-size: .875rem;
  font-weight: 700;
}

.navbar1_component {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--black);
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.blog-post4-header_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post4-header_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post4-header_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post4-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.blog-post4-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post4-header_content-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post4-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post4-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blog-post4-header_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post4-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post4-content_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.blog-post4-content_content {
  margin-bottom: 4rem;
}

.blog--content {
  letter-spacing: .2px;
}

.blog--content h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5;
}

.blog--content p {
  color: #2b2d2ecc;
}

.blog--content a {
  color: var(--cadbury);
  font-size: 1.5rem;
  font-weight: 700;
}

.blog--content.is-call h5 {
  color: var(--cadbury);
}

.blog--content.is-call.is--mobile.is--relocation h2, .blog--content.is-call.is--relocate h2 {
  font-size: 2.5rem;
  line-height: 1.8;
}

.blog-post4-content_newsletter {
  border: 1px solid var(--black);
  padding: 2rem;
  position: sticky;
  top: 5rem;
}

.blog-post4-content_form {
  margin-bottom: 0;
}

.blog-post4-content_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blog-post4-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog-post4-related_heading {
  flex: 1;
}

.blog-post4-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post4-related_button-row.mobile-landscape {
  display: none;
}

.blog-post4-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-post4-related_item {
  border: 1px solid var(--black);
}

.blog-post4-related_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-post4-related_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post4-related_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post4-related_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog-post4-related_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog-post4-related_category {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog-post4-related_title-wrapper {
  margin-bottom: .5rem;
}

.blog-post4-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message-2 {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.back-tonews {
  color: #f8f9fab3;
  font-size: 1rem;
  line-height: 1.5;
}

.post-date {
  color: #f8f9fa;
  font-weight: 500;
}

.blog-post3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post3-header_title-wrapper {
  flex-direction: column;
  display: flex;
}

.blog-post3-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post3-header_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post3-header_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.blog-post3-header_author-text {
  display: flex;
}

.blog-post3-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header3_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post3-header_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post3-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post3-header_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post3-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post3-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post3-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post3-content_content {
  margin-bottom: 4rem;
}

.blog-post3-content_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post3-content_share-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post3-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: none;
}

.blog-post3-content_social-link {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 1.5rem;
}

.blog-post3-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post3-content_tag-list-wrapper {
  width: 50%;
}

.blog-post3-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-post3-content_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3-content_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blog-post3-content_divider {
  background-color: var(--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post3-content_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post3-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post3-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post3-newsletter_component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.blog-post3-newsletter_content {
  flex: 1;
}

.blog-post3-newsletter_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.success-message-3 {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.blog-post3-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog-post3-related_heading {
  flex: 1;
}

.blog-post3-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post3-related_button-row.mobile-landscape {
  display: none;
}

.blog-post3-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-post3-related_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-post3-related_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post3-related_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post3-related_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post3-related_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post3-related_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post3-related_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-post3-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.gallery11_image-wrapper-2 {
  position: relative;
}

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

.services--wrap-2 {
  z-index: 3;
  padding-top: 30px;
  padding-bottom: 31px;
}

.gallery11_row-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch center;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  background-color: #483292;
  border: 1px solid #483292;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.button-2.is--service {
  display: inline-block;
}

.button-2.is--light {
  background-color: #fff3;
  border-style: none;
  border-color: #fff3;
  display: inline-block;
}

.monthly-plan-overlay-2 {
  z-index: 1;
  background-image: linear-gradient(#48329200 28.8%, #483292);
  position: absolute;
  inset: 0%;
}

.priv-dental-overlay-2 {
  z-index: 1;
  background-image: linear-gradient(#cfc9e400 28.8%, #cfc9e4);
  position: absolute;
  inset: 0%;
}

.gallery11--image--wrapper {
  height: 70px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.layout179_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

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

.layout179_content.is--pastel-gray {
  background-color: #cfc9e4;
  text-decoration: none;
  position: relative;
}

.layout179_content.is--pastel-gray.full-width {
  width: 100%;
}

.layout179_content.is--cadbury {
  background-color: var(--cadbury);
  color: var(--white);
  text-decoration: none;
}

.layout179_content.is--cadbury.full-width {
  width: 100%;
}

.layout179_image-wrapper {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.layout179_image {
  width: 100%;
  height: 100%;
}

.button-3 {
  border: 1px solid var(--cadbury);
  background-color: var(--cadbury);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.button-3.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout179_content--wrapper {
  align-self: stretch;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

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

.layout179--image--overlay {
  background-image: linear-gradient(#cfc9e400 28.88%, #cfc9e4);
  position: absolute;
  inset: 0%;
}

.layout179--image--overlay.is--cadbury {
  background-image: linear-gradient(to bottom, #48329200 28.88%, var(--cadbury));
}

.section_layout180 {
  z-index: -1;
  background-color: var(--cadbury);
  position: relative;
}

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

.button-4 {
  border: 1px solid var(--cadbury);
  background-color: var(--cadbury);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.button-4.is-secondary {
  color: var(--black);
  background-color: #0000;
  border-color: #2b2d2e80;
}

.button-4.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-4.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.layout180_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.layout180_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_blog-post-header5 {
  z-index: 1;
  background-color: var(--cadbury);
  position: relative;
}

.blog-post-header5_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-header5_category-link {
  color: var(--white);
  margin-bottom: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post-header5_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post-header5_author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post-header5_author-image-wrapper {
  margin-bottom: 1rem;
}

.blog-post-header5_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header5_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0% 0% 0% 25%;
}

.blog-post-header5_background-image-wrapper.is--invisalign {
  object-position: 50% 50%;
  display: flex;
  left: 50%;
}

.blog-post-header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.usp--icon {
  width: 24px;
}

.advantages--card {
  background-color: #edebf4;
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
}

.benifits--wrap {
  flex-direction: column;
  display: flex;
}

.benifits--header {
  color: #483292cc;
  letter-spacing: .2px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.9;
}

.check--right {
  display: inline-block;
}

.list--content {
  color: #2b2d2ecc;
  letter-spacing: .2px;
  background-image: url('../images/check-right.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 2rem;
  font-size: .875rem;
  line-height: 1.5;
}

.list--item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.implant-supported--readmore, .implant-supported--readmore-copy, .implant-supported--readmore-copy, .partial-dentures--readmore {
  letter-spacing: .2px;
}

.kuldip--diamond {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.check--list {
  padding-left: 0;
  list-style-type: none;
}

.check--list--item {
  background-image: url('../images/Vector.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
  font-size: 1.125rem;
}

.check--list--item.is--opacity-80 {
  color: #1e3348cc;
}

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

.button-5 {
  border: 1px solid var(--cadbury);
  background-color: var(--cadbury);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.blog--list {
  padding-left: 0;
  padding-right: 0;
}

.blog--list.is--grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post--info--wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.news--card {
  border: 1px solid #6c757db3;
  margin-bottom: 2rem;
  text-decoration: none;
  display: block;
}

.readmore--invisalign {
  margin-top: 1rem;
}

.social-icons1_list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.social-icons1_list.is-header {
  place-items: center;
}

.social-icons1_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icons1_link.is-header {
  color: var(--black);
}

.icon-embed-xsmall-2 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2.text-color-black {
  color: var(--cadbury);
  width: 2rem;
  height: 2rem;
}

.section_pricing25 {
  background-color: #4832921a;
}

.pricing25_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing25_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.pricing25_tab-link {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.pricing25_tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.pricing25_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing25_plan {
  background-color: #f8f9fa;
  border-radius: 1rem;
  padding: 2rem;
}

.pricing25_content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.pricing25_divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.button-6 {
  border: 1px solid var(--cadbury);
  background-color: var(--cadbury);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.pricing25_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.71502;
}

.pricing25_feature {
  display: flex;
}

.pricing25_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.nhs-price {
  color: #000;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.price--info {
  color: #2b2d2ecc;
  font-size: .8rem;
  line-height: 150%;
}

.section_pricing4 {
  background-color: #4832921a;
}

.pricing4_component {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem;
}

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

.pricing4_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.pricing4_divider {
  color: #141a1d33;
  background-color: #141a1d33;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing4_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.pricing4_feature {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  display: grid;
}

.pricing4_feature.is--last {
  margin-bottom: 0;
}

.pricing4_feature.is--two {
  grid-template-columns: 1fr .75fr;
}

.pricing4_feature.is--two.sub-part {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.pricing4_feature.is--two.have-sub-part {
  margin-bottom: .125rem;
}

.pricing4_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.button-7 {
  border: 1px solid var(--cadbury);
  background-color: var(--cadbury);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  display: block;
}

.list--right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #2b2d2ecc;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.125rem;
}

.list--right.is--practice {
  font-size: 1.125rem;
}

.price--list--left {
  color: var(--black);
  text-align: left;
  letter-spacing: .2px;
  font-size: 1.5rem;
  font-weight: 700;
}

.price--list--left.is--middle {
  font-weight: 500;
}

.price--list--left.is--middle.is--practice--price, .price--list--left.is--practice {
  font-size: 1.125rem;
}

.price--list--left.smaller-text {
  font-size: 1rem;
}

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

.pricing4_content-bottom.is-center {
  justify-content: center;
  align-items: center;
}

.banner10_component {
  background-color: #d9d5e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-size: .85rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.banner10_content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.nhs--notice {
  background-color: #ff00051a;
  border: 1px solid #ffa1a3;
  padding: 24px;
}

.team--image {
  object-fit: cover;
  border-radius: 2rem;
  height: 100%;
  margin-bottom: 1rem;
}

.team--image--wrap {
  height: 100%;
  margin-bottom: 1rem;
}

._20years {
  color: #2b2d2e00;
  background-color: #0000008f;
  border-radius: 100px;
  max-width: 200px;
}

.walk-image {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-logos {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 2.5rem auto;
}

.header-logos.is-new {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding-bottom: 10px;
  bottom: 3.5rem;
}

._20years-fixed {
  object-fit: contain;
  width: 80%;
  position: relative;
}

._20-yearswrap {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f4f4f4e6;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

._20years--flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.seprator {
  border-right: 1px solid #fff3;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.mt-8 {
  margin-top: 8px;
  display: block;
}

.text-block {
  text-align: left;
  margin-top: -16px;
  margin-bottom: 16px;
  font-weight: 500;
}

.faq-ques {
  font-size: 1.25rem;
}

.content_faqs {
  border-bottom: 1px solid #2b2d2e4d;
  flex-flow: column;
  display: flex;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-medium.is-last {
    order: 1;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-top.padding-huge.no--top {
    padding-top: 3.75rem;
  }

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

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

  .padding-left.padding-xxhuge, .padding-left.padding-huge.pl-0 {
    padding-left: 0;
  }

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

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

  .padding-vertical.padding-hero {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-cta {
    padding-top: 4rem;
  }

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

  .icon-embed-small {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .button.is-icon.is--call.no--outline.hide-desktop {
    display: block;
  }

  .button.is-icon.is--call.no--outline.hide-desktop.is-mobile--call {
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .button.is--consult.hide-desktop.is--mob {
    padding: .5rem 1.25rem;
  }

  .button.is--consult.is-alternate.hide-desktop, .button.bookpopup.header {
    display: none;
  }

  .button.bookpopup.header.is--mob {
    padding: .5rem 1.3rem;
    font-size: .8rem;
    display: block;
  }

  .button.is--findout {
    flex: 1;
  }

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

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

  .button-group {
    justify-content: flex-start;
  }

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

  .padding-section-medium.is--padd-b-0 {
    padding-bottom: 0;
  }

  .padding-section-medium.is--padd-t-0 {
    padding-top: 0;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 16px;
  }

  .brand {
    margin-right: 32px;
  }

  .nav--divider {
    display: none;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-bottom: 2rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .condition__treatment {
    border-bottom: 1px solid #d6dae6;
    width: 100%;
  }

  ._100w {
    width: 100%;
    padding: 16px 0;
  }

  ._100w.w--open {
    color: #333;
    width: 100%;
  }

  .dropicon {
    background-size: cover;
  }

  .dropdown__link {
    color: #242121;
    letter-spacing: .5px;
    font-size: 1rem;
    font-weight: 700;
  }

  .dropdown__link:hover {
    color: #333;
  }

  .dropdown__link.is--white {
    color: #242121;
  }

  .dropdown__condition.w--open {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .5rem;
    position: relative;
  }

  .dropdown-link {
    border-bottom-style: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .treatmentname {
    color: #242121;
    letter-spacing: .5px;
    font-size: .875rem;
    font-weight: 500;
  }

  .nav-link {
    color: #242121;
    letter-spacing: .5px;
    border-bottom: 1px solid #d6dae6;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .nav-link.is--white {
    color: #242121;
    padding: 16px 0;
  }

  .phone__link {
    justify-content: space-between;
    width: 32px;
    height: 32px;
    margin-right: 0;
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .menu-button {
    color: #fff;
    background-color: #fff;
    background-image: url('../images/Menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    margin-left: 8px;
  }

  .menu-button.w--open {
    background-color: #fff;
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .icon {
    color: #0000;
    justify-content: center;
    align-items: center;
  }

  .contact-modal4_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 2.5rem 3rem 4rem;
  }

  .contact-modal4_close-button {
    cursor: pointer;
    padding: 10px;
  }

  .form--left {
    flex-direction: column;
  }

  .form--right {
    z-index: 1;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .consult--header {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 2.5rem;
  }

  .fs-radio_label {
    text-align: center;
    letter-spacing: .2px;
    font-size: 1.25rem;
  }

  .fs-radio_field-4 {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .mobile--icon {
    display: block;
  }

  .banner-top-container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .banner-slider {
    flex: 1;
    display: block;
  }

  .banner-slider.only-mob {
    display: none;
  }

  .top-secs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .top-secs.reviews {
    display: none;
  }

  .top-secs.reviews.showreviews {
    display: flex;
  }

  .top-secs.reviews.showreviews.tpshow {
    height: 32px;
  }

  .top-secs.hide-mob {
    justify-content: center;
    margin-bottom: 0;
  }

  .top-secs.hide-tab {
    display: none;
  }

  .tp-sec-cont {
    line-height: 24px;
  }

  .tp-header {
    display: none;
  }

  .tp-header.slide {
    display: block;
  }

  .hero--slide--grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .gallery13_content {
    padding-left: 0;
  }

  .header--flex {
    text-align: left;
    align-items: flex-start;
  }

  .header--flex._20years-logos {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .g-review {
    margin-top: 3rem;
    left: 0;
  }

  .gallery13_image-wrapper {
    width: 100%;
    min-height: 40vh;
    position: relative;
  }

  .hero--linear--overlay {
    background-image: linear-gradient(180deg, #31468300 51%, var(--cadbury));
  }

  .hero--image {
    object-position: 100% 50%;
  }

  .hero--image.is-home {
    object-position: 100% 50%;
    height: 100%;
    max-height: 460px;
  }

  .gallery13_arrow {
    inset: auto 0% 15% auto;
  }

  .gallery13_arrow.is--left {
    inset: auto auto 15% 0%;
  }

  .gallery13_arrow.is--right {
    inset: auto 0% 15% auto;
  }

  .gallery13_slide-nav {
    display: block;
    inset: auto 0% 13%;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .header36_component.is--reverse {
    flex-direction: column-reverse;
    padding-top: 0;
    display: flex;
  }

  .header36_component.is--treatment {
    padding-top: 0;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .monthly--plans {
    inset: 2rem auto auto 2rem;
  }

  .monthly--plans.is--cta {
    left: 4rem;
    right: auto;
  }

  .blog68_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog68_heading {
    margin-right: 3rem;
  }

  .blog68_button-row {
    flex: none;
  }

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

  .blog68_mask {
    width: 50%;
  }

  .diamond--wrapper.is--small.is--hero {
    inset: 26px auto auto 29px;
  }

  .diamond--wrapper.is--invisilign {
    inset: 0% 0% auto;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_cta1 {
    text-align: center;
  }

  .cta1_component {
    grid-column-gap: 15rem;
    grid-row-gap: 15rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    min-height: auto;
    padding-bottom: 13rem;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cta1_content.padding-left {
    margin-right: 0;
    padding-left: 0;
  }

  .button-row.is--left {
    inset: auto auto 15% 0%;
  }

  .div-block-3 {
    justify-content: center;
  }

  .linear--overlay {
    background-image: linear-gradient(to top, var(--cadbury) 44%, transparent 55%);
  }

  .cta--review--wrap {
    left: 0;
  }

  .banner__img__wrap {
    flex-direction: column;
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .banner__left {
    display: none;
  }

  .banner__right {
    background-image: linear-gradient(to top, #f0f3f6, #f0f3f600 50%), url('../images/Pigmentation.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: auto;
  }

  .banner__right.cta__area {
    width: auto;
  }

  .grad__overlay {
    background-image: linear-gradient(to top, #f0f3f6, #f0f3f600 50%);
  }

  .internal__banner__img {
    width: 100%;
    height: 600px;
  }

  .below-banner {
    flex-direction: column;
    position: static;
  }

  .banner__ring__top {
    width: 250px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tp-cont {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .seo--home {
    justify-content: center;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-title-2 {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-title-2.cta__heading {
    text-align: center;
    max-width: none;
  }

  .button--row.is--60 {
    width: 100%;
  }

  .button--row.is--60.is--centered.mb-32 {
    margin-bottom: 32px;
  }

  .btn-primary-3 {
    padding: 20px 32px;
    position: relative;
  }

  .btn-primary-3.is--ghost--black.is--mobile--number {
    display: flex;
  }

  .btn-primary-3.is--ghost--black.is--desk--num {
    display: none;
  }

  .award-win-main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .award-win-main.review__tab {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    position: relative;
  }

  .tp-embed {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    margin-top: 8px;
  }

  .invisilign--wrap {
    inset: 0% 0% auto;
  }

  .invisilign--wrap.is--small.is--hero {
    inset: 26px auto auto 29px;
  }

  .invi--logo--wrap {
    justify-content: center;
    display: flex;
    inset: -25% 0% auto;
  }

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

  .image-overlay-layer {
    background-image: linear-gradient(to top, var(--cadbury) 14%, #48329200);
  }

  .image-overlay-layer.is-invisalign {
    background-color: #48329280;
    background-image: linear-gradient(to top, var(--cadbury) 14%, #48329200);
  }

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

  .gallery11_image-wrapper {
    padding-top: 0%;
  }

  .priv-dental-overlay {
    background-image: linear-gradient(#cfc9e400 28.8%, #cfc9e4);
  }

  .monthly-plan-overlay {
    background-image: linear-gradient(to bottom, #48329200 28.8%, var(--cadbury));
  }

  .header102_component {
    grid-column-gap: 0px;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .header102_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header102_slider {
    border-top-style: none;
    border-bottom-style: none;
    width: 100vw;
    max-width: 100%;
    height: 100%;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
    padding-top: 4rem;
    padding-bottom: 9rem;
  }

  .section_logo3 {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .logo3_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .logo3_logo {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .gallery13_content-2 {
    z-index: 1;
    padding-left: 0;
  }

  .g-review-2 {
    left: 0;
  }

  .footer1_top-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 4rem;
    direction: ltr;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    display: none;
  }

  .footer1_top-wrapper_2 {
    grid-column-gap: 1vw;
    grid-row-gap: 3rem;
    direction: ltr;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: stretch center;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_logo3-2 {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .logo3_list-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .logo3_logo-2 {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .copy--right {
    flex-flow: wrap;
    flex: 1;
    align-items: center;
  }

  .footer5_newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

  .footer5_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer5_form-block {
    min-width: auto;
  }

  .footer5_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer5_social-icons {
    margin-bottom: 2rem;
  }

  .header37_component {
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 0;
    display: flex;
  }

  .header37_image {
    height: auto;
    max-height: none;
  }

  .header37_content {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .cta45_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
  }

  .cta45_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .cta45_content {
    margin-right: 3rem;
  }

  .cta45_button-row {
    flex: none;
  }

  .header40_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 0;
  }

  .header40_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header40_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }

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

  .layout2_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .button-group-5 {
    justify-content: flex-start;
  }

  .team2_list, .team2_list.is-three {
    grid-template-columns: 1fr 1fr;
  }

  .layout133_component {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout133_content {
    flex-direction: column;
    display: flex;
  }

  .layout133_image-wrapper.image-wrapper-1-1 {
    text-align: center;
    align-self: center;
  }

  .content6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact16_component {
    grid-column-gap: 3rem;
  }

  .contact16_map-wrapper {
    height: 30rem;
  }

  .content17_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

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

  .blog36_item {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-post4-header_image-wrapper {
    margin-bottom: 0;
    padding-top: 56.25%;
  }

  .blog-post4-content_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post4-content_content {
    margin-bottom: 3rem;
  }

  .blog-post4-content_newsletter {
    position: static;
  }

  .blog-post4-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post4-related_heading {
    margin-right: 3rem;
  }

  .blog-post4-related_button-row {
    flex: none;
  }

  .blog-post4-related_list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .blog-post3-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-post3-content_content {
    margin-bottom: 3rem;
  }

  .blog-post3-newsletter_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-post3-newsletter_content {
    margin-right: 0;
  }

  .blog-post3-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post3-related_heading {
    margin-right: 3rem;
  }

  .blog-post3-related_button-row {
    flex: none;
  }

  .blog-post3-related_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .monthly-plan-overlay-2 {
    background-image: linear-gradient(#48329200 28.8%, #483292);
  }

  .priv-dental-overlay-2 {
    background-image: linear-gradient(#cfc9e400 28.8%, #cfc9e4);
  }

  .layout179_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_blog-post-header5.is--invisalign {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .blog-post-header5_background-image-wrapper {
    left: 0%;
  }

  .blog-post-header5_background-image-wrapper.is--invisalign {
    object-position: 50% 0%;
    height: 100%;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .blog--list.is--grid {
    grid-template-columns: 1fr;
  }

  .social-icons1_list.is-header {
    padding-right: 1rem;
  }

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

  ._20years {
    max-width: 150px;
  }

  .header-logos.is-new {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 3rem;
    position: relative;
    inset: 0 0% 0 0;
  }

  ._20years-fixed {
    max-width: 150px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-top.margin-medium.is--fullwidth, .margin-top.margin-medium {
    align-self: stretch;
  }

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

  .margin-bottom.margin-small {
    flex: 1;
    align-self: stretch;
  }

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

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

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

  .margin-vertical.margin-medium-2 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .text-size-medium.margin-bottom.margin-medium-2 {
    margin-bottom: 2.5rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    letter-spacing: -.2px;
    font-size: 2rem;
  }

  .button.is-link.is-icon.is--fullwidth {
    flex: 1;
    justify-content: space-between;
  }

  .button.is--consult {
    flex: 1;
  }

  .button.is--consult.is-alternate.hide-desktop {
    display: block;
  }

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

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

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

  .heading-style-h3.text-align-center {
    font-size: 1.75rem;
  }

  .button-group {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .button-group.margin-bottom.margin-medium {
    align-self: stretch;
  }

  .button-group.is--center.is--flex {
    flex-direction: column;
  }

  .text-weight-semibold.text-style-link.text-color-white.footer--text {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar {
    padding-left: 24px;
  }

  .brand {
    flex: 1;
    max-width: 180px;
    margin-right: 0;
    padding-left: 0;
  }

  .nav--divider {
    display: none;
  }

  .nav-menu-2 {
    color: #333;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .dropdown__link {
    color: #333;
  }

  .phone__link {
    width: 34px;
    height: 34px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-button {
    background-size: 50%;
    width: 48px;
    height: 48px;
    margin-left: 0;
  }

  .contact-modal4_content-wrapper {
    width: 100%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-field-2col {
    flex-direction: column;
    display: flex;
  }

  .form-field-2col.is-mobile-1col {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .consult--info {
    font-size: 1rem;
    line-height: 1.6;
  }

  .form--right {
    flex: 1;
  }

  .consult--header {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .fs-radio_column {
    grid-auto-flow: row;
  }

  .hor--line {
    margin-bottom: 1.5rem;
  }

  .bnr-top {
    top: 10%;
  }

  .banner-top-container {
    background-color: #0000;
    width: 100%;
    padding-right: 16px;
  }

  .banner-slider {
    display: none;
  }

  .banner-slider.only-mob {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .top-secs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .top-secs.hide-mob {
    display: none;
  }

  .top-secs.new___cta {
    justify-content: flex-start;
  }

  .tp-sec-cont {
    margin-left: 1rem;
  }

  .usp--nav--banner {
    background-color: #edebf4;
    width: 100%;
    display: flex;
  }

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

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

  .header--flex {
    text-align: center;
    align-items: center;
  }

  .header--flex._20years-logos {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .g-review {
    margin-top: 2rem;
    left: 0;
  }

  .button--flex {
    flex-direction: column;
    flex: 1;
  }

  .gallery13_arrow.is--left {
    bottom: 12%;
  }

  .gallery13_arrow.is--right {
    bottom: 13%;
  }

  .gallery13_slide-nav {
    bottom: 10%;
  }

  .monthly--plans {
    width: 120px;
    font-size: .9rem;
    top: 2rem;
    left: 2rem;
  }

  .monthly--plans.is--cta {
    position: absolute;
  }

  .plan-circle {
    box-shadow: none;
    width: 120px;
    height: 120px;
    padding: .5rem;
  }

  .blog68_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog68_heading {
    margin-right: 0;
  }

  .blog68_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog68_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog68_component {
    padding-bottom: 6rem;
  }

  .blog68_mask {
    width: 80%;
  }

  .blog68_slide {
    padding-right: 1.5rem;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .diamond--wrapper {
    width: 8rem;
    height: 8rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .diamond--wrapper.is--small {
    width: 4.5rem;
    height: 4.5rem;
    inset: 16px 14px auto auto;
  }

  .diamond--wrapper.is--small.is--hero {
    width: 5.5rem;
    height: 5.5rem;
  }

  .diamond--wrapper.is--invisilign {
    width: 8rem;
    height: 8rem;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta1_component {
    grid-row-gap: 3rem;
    padding-bottom: 10rem;
  }

  .cta1_content.padding-left {
    margin-right: 0;
  }

  .button-row.is--left {
    bottom: 12%;
  }

  .linear--overlay {
    background-image: linear-gradient(to top, var(--cadbury) 44%, transparent 55%);
  }

  .banner__right, .internal__banner__img {
    height: auto;
  }

  .banner__ring__top {
    width: 40%;
    display: none;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .banner-content {
    text-align: left;
    margin-bottom: 0;
  }

  .banner-title-2 {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .button--row.is--60 {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .btn-primary-3.is--ghost--black {
    align-self: stretch;
  }

  .award-win-main {
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .award-win-main.review__tab {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tp-embed, .tp-embed.cta__embed_tp.bottom__cta {
    text-align: center;
  }

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

  .review {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .invisilign--wrap {
    width: 8rem;
    height: 8rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .invisilign--wrap.is--small {
    width: 4.5rem;
    height: 4.5rem;
    inset: 16px 14px auto auto;
  }

  .invisilign--wrap.is--small.is--hero {
    width: 5.5rem;
    height: 5.5rem;
  }

  .invi--logo--wrap {
    top: -27%;
  }

  .button-group-2.margin-bottom.margin-medium {
    align-self: stretch;
  }

  .image-overlay-layer.is-invisalign {
    background-image: linear-gradient(to top, var(--cadbury) 22%, #48329200);
  }

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

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

  .header102_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .header102_arrow {
    right: 5%;
  }

  .header102_arrow.is-left {
    right: 5.5rem;
  }

  .header102_slide-nav {
    left: 5%;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

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

  .testimonial7_content {
    width: auto;
  }

  .text-size-regular-2.text-color-blue-0-8 {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .testimonial7_arrow {
    inset: auto 0% 0% auto;
  }

  .testimonial7_arrow.left {
    inset: auto 10% 0% auto;
  }

  .testimonial7_slide-nav {
    display: block;
    inset: auto auto 0% 0%;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .g-review-2 {
    left: 0;
  }

  .footer1_top-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .footer1_top-wrapper_2 {
    grid-row-gap: 3rem;
    display: none;
  }

  .logo3_list-2 {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo-2 {
    max-height: 3rem;
  }

  .bottom--bar {
    padding-bottom: 5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .copy--right {
    flex: 0 auto;
    align-content: center;
    align-items: baseline;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-link.no-right-border {
    border-right-width: 0;
  }

  .footer5_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer5_bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer5_credit-text {
    line-height: 1.8;
  }

  .links--wrap {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .timing--wrap {
    align-self: stretch;
  }

  .timing--info {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .gdc--info {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .header37_component {
    padding-top: 0;
  }

  .cta45_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta45_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta45_content {
    margin-right: 0;
  }

  .cta45_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .header40_component {
    padding-top: 4rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .layout2_component, .team2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team2_list.is-three {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team2_list.is-two {
    flex-direction: column;
    display: flex;
  }

  .layout133_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout133_content {
    flex-direction: column;
    display: flex;
  }

  .layout133_image {
    position: static;
  }

  .monthly--icon {
    width: 1.5rem;
  }

  .content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form-field-2col-2 {
    flex-direction: column;
    display: flex;
  }

  .form-field-2col-2.is-mobile-1col {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .contact-info {
    font-size: 1rem;
  }

  .contact16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact16_map-wrapper {
    height: 25rem;
  }

  .content17_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .blog36_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog36_item {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .blog-post4-header_image-wrapper {
    margin-bottom: 0;
  }

  .blog-post4-header_content-bottom {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .blog-post4-header_author-wrapper, .blog-post4-content_content {
    margin-bottom: 2rem;
  }

  .blog-post4-related_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post4-related_heading {
    margin-right: 0;
  }

  .blog-post4-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post4-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post4-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

  .blog-post3-content_content {
    margin-bottom: 2rem;
  }

  .blog-post3-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post3-newsletter_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post3-newsletter_content {
    margin-right: 0;
  }

  .blog-post3-related_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post3-related_heading {
    margin-right: 0;
  }

  .blog-post3-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post3-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post3-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery11_row-2, .layout179_component {
    grid-template-columns: 1fr;
  }

  .layout179_content--wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .news--card {
    margin-bottom: 1.5rem;
  }

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

  .pricing25_plan, .pricing4_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing4_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .pricing4_feature-list {
    grid-template-columns: 1fr;
  }

  .pricing4_feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2rem;
    display: grid;
  }

  .pricing4_feature.is--mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list--right {
    font-size: 1rem;
  }

  .list--right.is--practice {
    font-size: .875rem;
  }

  .price--list--left {
    white-space: break-spaces;
    font-size: 1rem;
  }

  .price--list--left.is--middle.is--practice--price {
    font-size: .875rem;
  }

  .price--list--left.is--practice {
    font-size: 1rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  ._20years {
    max-width: 130px;
  }

  .header-logos.is-new {
    justify-content: center;
    align-items: center;
  }

  ._20years-fixed {
    max-width: 130px;
  }

  ._20-yearswrap {
    width: 120px;
  }

  ._20years--flex {
    flex-direction: column;
    flex: 1;
  }
}

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

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

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

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

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

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

  .margin-right.margin-xxsmall.text-color-white.text-weight-medium.free-t0-call {
    font-size: .938rem;
    line-height: .938rem;
  }

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

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

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

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

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

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

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

  .padding-vertical.padding-hero.pt-2 {
    padding-top: 12rem;
  }

  .padding-vertical.padding-hero.pt-2.pb-0 {
    padding-top: 2rem;
  }

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

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

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

  .contact-modal4_content-wrapper {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .embedded {
    display: none;
  }

  .banner-top-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide, .top-secs {
    width: 100%;
  }

  .tp-sec-cont {
    font-size: 14px;
    line-height: 1;
  }

  .hero--top--overlay {
    background-image: linear-gradient(#24212199, #0000 25%);
  }

  .header--flex {
    text-align: center;
    align-items: center;
  }

  .header--flex._20years-logos {
    justify-content: center;
    align-items: flex-start;
  }

  .g-review.pl-0 {
    margin-top: 2rem;
  }

  .hero--image {
    object-position: 80% 50%;
  }

  .hero--image.is-home {
    object-position: 0% 50%;
  }

  .gallery13_arrow.is--left, .gallery13_arrow.is--right {
    bottom: 9%;
  }

  .gallery13_slide-nav {
    bottom: 7%;
  }

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

  .monthly--plans {
    font-size: .8rem;
  }

  .monthly--plans.is--cta {
    width: 100px;
    font-size: .7rem;
    top: 1rem;
    left: 1rem;
  }

  .monthly--plans.newlogo {
    width: 140px;
    margin-top: 20px;
  }

  .blog68_mask {
    width: 100%;
  }

  .blog68_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .diamond--wrapper {
    width: 6rem;
    height: 6rem;
  }

  .diamond--wrapper.is--small {
    width: 4rem;
    height: 4rem;
  }

  .diamond--wrapper.is--small.is--hero {
    width: 5.5rem;
    height: 5.5rem;
  }

  .diamond--wrapper.is--invisilign {
    width: 6rem;
    height: 6rem;
  }

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

  .cta1_component {
    grid-template-columns: 1fr;
    padding-bottom: 8rem;
  }

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

  .button-row.is--left {
    bottom: 9%;
  }

  .banner__right {
    background-position: 0 0, 50%;
    height: auto;
  }

  .banner__ring__top {
    width: 50%;
    right: 0%;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2.bnr {
    max-width: none;
  }

  .seo-icon {
    display: none;
  }

  .seo-txt-3 {
    font-size: 12px;
    font-weight: 400;
  }

  .banner-title-2 {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .btn-primary-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .invisilign--wrap {
    width: 6rem;
    height: 6rem;
  }

  .invisilign--wrap.is--small {
    width: 4rem;
    height: 4rem;
  }

  .invisilign--wrap.is--small.is--hero {
    width: 5.5rem;
    height: 5.5rem;
  }

  .invi--logo--wrap {
    top: -36%;
  }

  .image-overlay-layer.is-invisalign {
    background-image: linear-gradient(to top, var(--cadbury) 27%, #48329200);
  }

  .header102_component {
    justify-content: flex-end;
    padding-bottom: 0;
    overflow: hidden;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_slide-content {
    align-content: flex-end;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .testimonial7_component {
    padding-bottom: 5rem;
  }

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

  .testimonial7_arrow {
    justify-content: center;
  }

  .testimonial7_arrow.left {
    justify-content: center;
    right: 17%;
  }

  .testimonial7_arrow.rightt, .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-review {
    display: block;
  }

  .footer1_top-wrapper, .footer1_top-wrapper_2 {
    grid-row-gap: 48px;
  }

  .logo3_list-2 {
    justify-content: center;
  }

  .footer1_legal-link.no-right-border {
    border-right-width: 0;
  }

  .footer5_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer5_credit-text {
    line-height: 2;
  }

  .links--wrap {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .timing--wrap {
    align-self: stretch;
  }

  .timing--info {
    display: flex;
  }

  .gdc--info {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .header37_component, .header40_component, .layout2_component, .team2_list {
    grid-template-columns: 1fr;
  }

  .team2_image-wrapper {
    width: 250px;
    min-width: 250px;
    height: 250px;
    max-height: 250px;
  }

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

  .monthly--icon {
    margin-top: -5px;
  }

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

  .form-field-2col-2.is-mobile-1col {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .contact-info {
    font-size: 1rem;
  }

  .contact16_component, .contact16_contact-list {
    grid-template-columns: 1fr;
  }

  .blog36_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post4-header_image-wrapper {
    margin-bottom: 0;
  }

  .blog-post4-header_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post4-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post4-content_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post4-related_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .blog-post3-header_component {
    grid-template-columns: 1fr;
  }

  .blog-post3-header_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post3-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post3-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post3-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post3-content_tag-list {
    justify-content: flex-start;
  }

  .blog-post3-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .social-icons1_list.is-header {
    display: none;
  }

  .pricing4_feature.is--two {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .pricing4_feature.is--two.sub-part {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .pricing4_feature.is--mobile {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .pricing4_feature-icon-wrapper {
    word-break: break-all;
    margin-right: 0;
  }

  .list--right {
    font-size: .9rem;
    display: inline;
  }

  .price--list--left {
    word-break: break-all;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .price--list--left.is--middle {
    word-break: normal;
  }

  .price--list--left.smaller-text {
    font-size: .9rem;
    line-height: 1.3;
  }

  ._20years {
    max-width: 130px;
  }

  .header-logos.is-new {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  ._20years-fixed {
    max-width: 130px;
  }

  ._20years--flex {
    flex-flow: column;
  }
}

#w-node-_8a843978-d985-2fc0-fdb5-01acca00a520-86d94c67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_8a843978-d985-2fc0-fdb5-01acca00a53d-86d94c67 {
  align-self: stretch;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec713-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec716-194ec6df {
  justify-self: end;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec718-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec71b-194ec6df {
  justify-self: end;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec71d-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec720-194ec6df {
  justify-self: end;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec722-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec725-194ec6df {
  justify-self: end;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec727-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec72a-194ec6df {
  justify-self: end;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec72c-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec72f-194ec6df {
  justify-self: end;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec731-194ec6df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3af734b-5bc7-b855-ffc1-b58a194ec734-194ec6df {
  justify-self: end;
}

#w-node-_12eb406c-5e23-a872-c0c0-a06ca397a4cd-a397a4c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_12eb406c-5e23-a872-c0c0-a06ca397a4e7-a397a4c9 {
  align-self: stretch;
}

#w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c1a-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c1c-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c1e-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c20-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c22-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c24-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c26-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c28-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c2b-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c2d-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c2f-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c31-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c33-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c35-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c37-b10c0c0f, #w-node-ac2f6f7c-3edb-7070-61a6-59dfb10c0c39-b10c0c0f {
  justify-self: center;
}

#w-node-d92864ad-c72e-1e81-6207-cb0517a5ec6b-17a5ec67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a7c994c0-cb1b-efb1-8a13-f0db7be8ae19-ab2002dc {
  justify-self: start;
}

#w-node-_4a167567-b62f-ca28-a0c6-34ceab2002ed-ab2002dc {
  place-self: stretch stretch;
}

#w-node-_5ac5e090-a836-eafd-c580-3aeb0220161e-022015b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ac5e090-a836-eafd-c580-3aeb02201627-022015b4, #service-select.w-node-_5ac5e090-a836-eafd-c580-3aeb0220162a-022015b4 {
  align-self: stretch;
}

#w-node-_5ac5e090-a836-eafd-c580-3aeb02201630-022015b4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc538133-716c-2634-1c1a-9a70c65a1d70-86d94ca1 {
  place-self: center stretch;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf4c-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf4f-86d94ca6 {
  justify-self: end;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf51-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf54-86d94ca6 {
  justify-self: end;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf56-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf59-86d94ca6 {
  justify-self: end;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf5b-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf5e-86d94ca6 {
  justify-self: end;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf60-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf63-86d94ca6 {
  justify-self: end;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf65-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf68-86d94ca6 {
  justify-self: end;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf6a-86d94ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf6d-86d94ca6 {
  justify-self: end;
}

#w-node-cc6dd9fa-93f7-ebc6-9b52-168d073be1a7-86d94ca6 {
  justify-self: start;
}

#w-node-b385be0d-94d8-08d7-5b59-789c4dae77ed-86d94cbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc538133-716c-2634-1c1a-9a70c65a1d70-86d94cbc, #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cbf {
  place-self: center stretch;
}

#w-node-_7085107e-e90b-1810-5867-e049eadc0564-eadc055e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_7085107e-e90b-1810-5867-e049eadc057e-eadc055e, #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c1-86d94cc0 {
  align-self: stretch;
}

#w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc0 {
  align-self: center;
}

#w-node-_2f89d104-8fb2-ee8f-0563-ca196aabef7c-86d94cc0 {
  justify-self: stretch;
}

#w-node-d3e719a4-ca90-ccd9-7b67-60d0aec8c034-aec8c030, #w-node-e2f247b9-5cc2-780a-4293-3a49101a73ed-101a73eb, #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc1, #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc2, #w-node-e87ce6a2-0b17-19e8-49dd-294e6b11a136-86d94cc2 {
  place-self: center stretch;
}

#w-node-e87ce6a2-0b17-19e8-49dd-294e6b11a14c-86d94cc2 {
  align-self: stretch;
}

#w-node-_511da52c-4ce0-c991-d5b4-aa3148ae3f21-86d94cc2, #w-node-c51a5d13-074f-cb1e-f555-49bddbeb5698-86d94cc2, #w-node-_774e5420-5187-d41f-c1d1-d8a54572ce0e-86d94cc2 {
  place-self: center stretch;
}

#w-node-_6a371262-e138-9ec7-47f5-2f05cc537756-86d94cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc4, #w-node-_92bc4ac9-5361-6a41-7711-b66139b538ed-86d94cc4, #w-node-fae23942-61b3-5f87-262a-082fd69c3077-86d94cf5 {
  place-self: center stretch;
}

#w-node-bc21d755-8ecd-3db7-2305-2ae088b1470b-86d94cf5 {
  place-self: stretch center;
}

#w-node-bc21d755-8ecd-3db7-2305-2ae088b1470d-86d94cf5 {
  align-self: center;
}

#w-node-a0751215-51c3-3d6e-e288-b41887746eea-86d94cf5 {
  place-self: center stretch;
}

#w-node-e6f4c559-8028-0cb0-a1b7-1af194e944eb-86d94cf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a1279a60-e945-8dc8-410c-baf85a2df53f-5a2df53d {
  place-self: center end;
}

#w-node-b385be0d-94d8-08d7-5b59-789c4dae77ed-86d94cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cd58985-7dfe-618a-1f84-6bef39ea00e1-86d94cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_7cd58985-7dfe-618a-1f84-6bef39ea00fb-86d94cfa {
  align-self: stretch;
}

#w-node-cd9fc660-e7a9-47a2-7d65-7c8832d0ca8b-86d94d0d {
  place-self: center stretch;
}

#w-node-_08d2a58e-7ef8-e6f1-1e2a-58beb73e557a-86d94d0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06316bc7-8b8b-7ea2-2e87-ff74fb72d4d7-86d94d0d, #w-node-_540da345-77ca-423f-4092-793d04cd4583-86d94d0d, #w-node-_1d2313c9-dfc1-5db8-83e0-d2027246164c-86d94d0d {
  place-self: center stretch;
}

#w-node-_5fd3884e-90d0-c9d0-beb3-552ea4b84d32-86d94d15 {
  justify-self: stretch;
}

#w-node-_5fd3884e-90d0-c9d0-beb3-552ea4b84d8d-86d94d15, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-86d94d19 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-86d94d19 {
  justify-self: start;
}

#w-node-eb47cd50-b6d9-030b-e79a-675c008067ed-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb47cd50-b6d9-030b-e79a-675c008067ee-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-86d94d19, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-86d94d19, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-86d94d19 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-86d94d19, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-86d94d19, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-86d94d19 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-86d94d19, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-86d94d19, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-86d94d19 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-86d94d19, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-86d94d19, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-86d94d19 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-86d94d19, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-86d94d19, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-86d94d19 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-86d94d19, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-86d94d19, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-86d94d19 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-86d94d19, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-86d94d19, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-86d94d19 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-86d94d19, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-86d94d19, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-86d94d19 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-86d94d19, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-86d94d19 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-86d94d19 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-86d94d19 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-86d94d19, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-86d94d19, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-86d94d19, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-86d94d19 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-86d94d19, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-86d94d19, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-86d94d19 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-86d94d19, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-86d94d19, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-86d94d19 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-86d94d19, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-86d94d19, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-86d94d19 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-86d94d19, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-86d94d19, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-86d94d19 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-86d94d19, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-86d94d19, #w-node-ee961e8d-845a-edc3-3307-509470022457-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-86d94d19 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-86d94d19, #w-node-ee961e8d-845a-edc3-3307-50947002245b-86d94d19, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-86d94d19 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-86d94d19, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-86d94d19, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-86d94d19 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-86d94d19, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-86d94d19, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-86d94d19 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-86d94d19, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-86d94d19, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-86d94d19 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-86d94d19, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-86d94d19, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-86d94d19 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-86d94d19, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-86d94d19, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-86d94d19 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-86d94d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-86d94d19 {
  justify-self: start;
}

#w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94d1b, #w-node-cd9fc660-e7a9-47a2-7d65-7c8832d0ca8b-a6d7912a {
  place-self: center stretch;
}

#w-node-_73b85c74-107e-19bd-c042-4ff0de68911d-a6d7912a {
  align-self: start;
}

#w-node-_06316bc7-8b8b-7ea2-2e87-ff74fb72d4d7-a6d7912a, #w-node-_540da345-77ca-423f-4092-793d04cd4583-a6d7912a {
  place-self: center stretch;
}

#w-node-_73b85c74-107e-19bd-c042-4ff0de68911d-2d2cccfa {
  align-self: start;
}

#w-node-cd9fc660-e7a9-47a2-7d65-7c8832d0ca8b-2d2cccfa, #w-node-_06316bc7-8b8b-7ea2-2e87-ff74fb72d4d7-2d2cccfa {
  place-self: center stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a7c994c0-cb1b-efb1-8a13-f0db7be8ae19-ab2002dc {
    place-self: center;
  }

  #w-node-_5ac5e090-a836-eafd-c580-3aeb02201630-022015b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc538133-716c-2634-1c1a-9a70c65a1d70-86d94ca1, #w-node-fc538133-716c-2634-1c1a-9a70c65a1d70-86d94cbc {
    justify-self: start;
  }

  #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cbf, #w-node-_2f89d104-8fb2-ee8f-0563-ca196aabef7c-86d94cc0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-d3e719a4-ca90-ccd9-7b67-60d0aec8c034-aec8c030, #w-node-e2f247b9-5cc2-780a-4293-3a49101a73ed-101a73eb {
    justify-self: start;
  }

  #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc1, #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-e87ce6a2-0b17-19e8-49dd-294e6b11a136-86d94cc2 {
    justify-self: start;
  }

  #w-node-_511da52c-4ce0-c991-d5b4-aa3148ae3f21-86d94cc2 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-c51a5d13-074f-cb1e-f555-49bddbeb5698-86d94cc2, #w-node-_774e5420-5187-d41f-c1d1-d8a54572ce0e-86d94cc2 {
    justify-self: start;
  }

  #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94cc4 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_92bc4ac9-5361-6a41-7711-b66139b538ed-86d94cc4 {
    justify-self: start;
  }

  #w-node-fae23942-61b3-5f87-262a-082fd69c3077-86d94cf5, #w-node-a0751215-51c3-3d6e-e288-b41887746eea-86d94cf5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-a1279a60-e945-8dc8-410c-baf85a2df53f-5a2df53d, #w-node-cd9fc660-e7a9-47a2-7d65-7c8832d0ca8b-86d94d0d, #w-node-_06316bc7-8b8b-7ea2-2e87-ff74fb72d4d7-86d94d0d, #w-node-_540da345-77ca-423f-4092-793d04cd4583-86d94d0d, #w-node-_1d2313c9-dfc1-5db8-83e0-d2027246164c-86d94d0d {
    justify-self: start;
  }

  #w-node-b1690df9-1678-a1d7-f9b8-e4c5ffcef6c3-86d94d1b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-cd9fc660-e7a9-47a2-7d65-7c8832d0ca8b-a6d7912a, #w-node-_06316bc7-8b8b-7ea2-2e87-ff74fb72d4d7-a6d7912a, #w-node-_540da345-77ca-423f-4092-793d04cd4583-a6d7912a, #w-node-cd9fc660-e7a9-47a2-7d65-7c8832d0ca8b-2d2cccfa, #w-node-_06316bc7-8b8b-7ea2-2e87-ff74fb72d4d7-2d2cccfa {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3af734b-5bc7-b855-ffc1-b58a194ec70e-194ec6df {
    justify-self: stretch;
  }

  #w-node-e3af734b-5bc7-b855-ffc1-b58a194ec740-194ec6df {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b5c6eb1b-315b-5947-9a46-7bd5de8ddf4c-86d94ca6 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7c994c0-cb1b-efb1-8a13-f0db7be8ae19-ab2002dc, #w-node-b5f5a9d3-d0eb-12b6-8031-f4aa98d88397-a6d7912a {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Int';
  src: url('../fonts/int.woff2') format('woff2'), url('../fonts/Int.woff') format('woff'), url('../fonts/int.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}