:root {
  --_font-family---heading-font: Lexend, sans-serif;
  --_colors---dark-midnight-blue: #001d28;
  --font-sizes--h2: 2.375rem;
  --line-height--h2-line-height: 1.184;
  --font-weight--medium: 500;
  --letter-spacing--h2-letter-spacing: -.15625rem;
  --font-sizes--h3: 1.875rem;
  --line-height--h3-line-height: 1.266;
  --letter-spacing--h3-letter-spacing: -.09375rem;
  --font-sizes--h4: 1.5rem;
  --line-height--h4-line-height: 1.416;
  --letter-spacing--h4-letter-spacing: -.0625rem;
  --font-sizes--h5: 1.1875rem;
  --line-height--h5-line-height: 1.263;
  --letter-spacing--h5-letter-spacing: -.03125rem;
  --font-sizes--h6: 1.0625rem;
  --line-height--h6-line-height: 1.1;
  --_colors---dark-slate-blue: #2c436b;
  --font-sizes--h1: 3.125rem;
  --line-height--h1-line-height: 1.14;
  --letter-spacing--h1-letter-spacing: -.1875rem;
  --font-sizes--small-text-v2: .8125rem;
  --font-weight--semi-bold: 600;
  --_container-and-gaps---gaps--container-gap: .9375rem;
  --_container-and-gaps---container--container: 82.5rem;
  --font-sizes--sub-text: .875rem;
  --line-height--sub-text-line-height: 1.428;
  --letter-spacing--sub-text-letter-spacing: -.01875rem;
  --_colors---silver-blue: #bfc8cc;
  --_colors---white: white;
  --font-sizes--button: .9375rem;
  --line-height--button-line-height: 1;
  --_container-and-gaps---element-gaps--gap-tiny: .5rem;
  --_container-and-gaps---element-gaps--gap-large: 1.875rem;
  --line-height--small-text-v2-line-height: 1;
  --_colors---dark-gray: #6c6c6c;
  --_container-and-gaps---gaps--section-gap-medium: 7.5rem;
  --_container-and-gaps---gaps--section-gap-large: 8.125rem;
  --_container-and-gaps---container--container-small: 69.6875rem;
  --_colors---light-gray: #f4f5f5;
  --_container-and-gaps---element-gaps--gap-xl: 2.5rem;
  --_colors---transparent: #fff0;
  --_colors---light-steel-blue: #d3dde8;
  --_colors---verdant-green: #3b742a;
  --font-sizes--small-text-v1: .5rem;
  --line-height--small-text-v1-line-height: 1.666;
  --font-sizes--small-text-v3: .625rem;
  --line-height--small-text-v3-line-height: 1.666;
  --_colors---teal-blue: #0b7b8b;
  --_colors---light-bluish-gray: #d2dee1;
  --_colors---dark-prussian-blue: #022633;
  --_colors---forest-green: #438047;
  --_container-and-gaps---container--container-medium: 95.625rem;
  --font-sizes--large-text-v1: 12.75rem;
  --line-height--large-text-v1-line-height: .91;
  --letter-spacing--large-text-v1-letter-spacing: -.625rem;
  --_colors---light-grayish-blue: #f4f9fe;
  --_colors---very-light-gray: #6d6969;
  --_colors---bright-gray: #edeff0;
  --_colors---very-pale-green-gray: #f1f9ee;
  --_colors---cloud-blue-gray: #dce3e4;
  --_container-and-gaps---element-gaps--gap-xxl: 3.125rem;
  --_colors---pale-cyan-gray: #e3edee;
  --_colors---alice-blue: #e8f0fa;
  --_colors---light-moss-green: #c6d7c1;
  --_colors---dark-cyan-blue: #0f5069;
  --_colors---light-pastel-green: #e2ebdf;
  --font-sizes--nav-text: .9375rem;
  --line-height--nav-text-line-height: 1;
  --letter-spacing--nav-text-letter-spacing: -.01875rem;
  --font-weight--regular: 400;
  --_colors---black: #000;
  --font-sizes--body: .9375rem;
  --_container-and-gaps---element-gaps--gap-medium: 1.5rem;
  --_container-and-gaps---element-gaps--gap-small: .875rem;
  --_font-family---body-font: Lexend, sans-serif;
  --_container-and-gaps---container--container-large: 117.5rem;
  --_colors---ice-green: #eaf4e5;
  --letter-spacing--h6-letter-spacing: -.0125rem;
  --line-height--body-line-height: 1.666;
  --_colors---light-green: #4a8b35;
  --_colors---light-ice-blue: #e5f2f6;
  --_colors---pastel-blue: #a8c4ca;
  --_colors---frost-gray: #f2f3f3;
  --_colors---light-beige: #f7f1eb;
  --_colors---very-light-green: #def3cf;
  --_colors---orange: #bd5623;
  --_colors---slate-mist: #8b9599;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #2c436b;
  --font-sizes--h2: 2.375rem;
  --line-height--h2-line-height: 1.184;
  --font-weight--medium: 500;
  --letter-spacing--h2-letter-spacing: -.15625rem;
  --font-sizes--h3: 1.875rem;
  --line-height--h3-line-height: 1.266;
  --letter-spacing--h3-letter-spacing: -.09375rem;
  --font-sizes--h4: 1.5rem;
  --line-height--h4-line-height: 1.416;
  --letter-spacing--h4-letter-spacing: -.0625rem;
  --font-sizes--h5: 1.1875rem;
  --line-height--h5-line-height: 1.263;
  --letter-spacing--h5-letter-spacing: -.03125rem;
  --font-sizes--h6: 1.0625rem;
  --line-height--h6-line-height: 1.1;
  --font-sizes--h1: 3.125rem;
  --line-height--h1-line-height: 1.14;
  --letter-spacing--h1-letter-spacing: -.1875rem;
  --font-sizes--small-text-v2: .8125rem;
  --font-weight--semi-bold: 600;
  --font-sizes--sub-text: .875rem;
  --line-height--sub-text-line-height: 1.428;
  --letter-spacing--sub-text-letter-spacing: -.01875rem;
  --font-sizes--button: .9375rem;
  --line-height--button-line-height: 1;
  --line-height--small-text-v2-line-height: 1;
  --font-sizes--small-text-v1: .5rem;
  --line-height--small-text-v1-line-height: 1.666;
  --font-sizes--small-text-v3: .625rem;
  --line-height--small-text-v3-line-height: 1.666;
  --font-sizes--large-text-v1: 12.75rem;
  --line-height--large-text-v1-line-height: .91;
  --letter-spacing--large-text-v1-letter-spacing: -.625rem;
  --font-sizes--nav-text: .9375rem;
  --line-height--nav-text-line-height: 1;
  --letter-spacing--nav-text-letter-spacing: -.01875rem;
  --font-weight--regular: 400;
  --font-sizes--body: .9375rem;
  --letter-spacing--h6-letter-spacing: -.0125rem;
  --line-height--body-line-height: 1.666;
  --_container-and-gaps---gaps--container-gap: .9375rem;
  --_container-and-gaps---container--container: 82.5rem;
  --_container-and-gaps---element-gaps--gap-tiny: .5rem;
  --_container-and-gaps---element-gaps--gap-large: 1.875rem;
  --_container-and-gaps---gaps--section-gap-medium: 7.5rem;
  --_container-and-gaps---gaps--section-gap-large: 8.125rem;
  --_container-and-gaps---container--container-small: 69.6875rem;
  --_container-and-gaps---element-gaps--gap-xl: 2.5rem;
  --_container-and-gaps---container--container-medium: 95.625rem;
  --_container-and-gaps---element-gaps--gap-xxl: 3.125rem;
  --_container-and-gaps---element-gaps--gap-medium: 1.5rem;
  --_container-and-gaps---element-gaps--gap-small: .875rem;
  --_container-and-gaps---container--container-large: 117.5rem;
  --_font-family---heading-font: Lexend, sans-serif;
  --_font-family---body-font: Lexend, sans-serif;
  --_colors---dark-midnight-blue: #001d28;
  --_colors---dark-slate-blue: #2c436b;
  --_colors---silver-blue: #bfc8cc;
  --_colors---white: white;
  --_colors---dark-gray: #6c6c6c;
  --_colors---light-gray: #f4f5f5;
  --_colors---transparent: #fff0;
  --_colors---light-steel-blue: #d3dde8;
  --_colors---verdant-green: #3b742a;
  --_colors---teal-blue: #0b7b8b;
  --_colors---light-bluish-gray: #d2dee1;
  --_colors---dark-prussian-blue: #022633;
  --_colors---forest-green: #438047;
  --_colors---light-grayish-blue: #f4f9fe;
  --_colors---very-light-gray: #6d6969;
  --_colors---bright-gray: #edeff0;
  --_colors---very-pale-green-gray: #f1f9ee;
  --_colors---cloud-blue-gray: #dce3e4;
  --_colors---pale-cyan-gray: #e3edee;
  --_colors---alice-blue: #e8f0fa;
  --_colors---light-moss-green: #c6d7c1;
  --_colors---dark-cyan-blue: #0f5069;
  --_colors---light-pastel-green: #e2ebdf;
  --_colors---black: #000;
  --_colors---ice-green: #eaf4e5;
  --_colors---light-green: #4a8b35;
  --_colors---light-ice-blue: #e5f2f6;
  --_colors---pastel-blue: #a8c4ca;
  --_colors---frost-gray: #f2f3f3;
  --_colors---light-beige: #f7f1eb;
  --_colors---very-light-green: #def3cf;
  --_colors---orange: #bd5623;
  --_colors---slate-mist: #8b9599;
  font-family: Lexend, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.666;
}

h1 {
  color: #001d28;
  letter-spacing: -.1875rem;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Lexend, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.14;
}

h2 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h2);
  line-height: var(--line-height--h2-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h2-letter-spacing);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

h3 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h3);
  line-height: var(--line-height--h3-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h3-letter-spacing);
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

h4 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h4);
  line-height: var(--line-height--h4-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h4-letter-spacing);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

h5 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h5);
  line-height: var(--line-height--h5-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h5-letter-spacing);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

h6 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h6);
  line-height: var(--line-height--h6-line-height);
  font-weight: var(--font-weight--medium);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

p {
  margin-bottom: .625rem;
}

a {
  color: var(--_colors---dark-slate-blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

strong {
  color: var(--_colors---dark-midnight-blue);
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 18px;
  line-height: 22px;
}

.rt-text-style-h1 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h1);
  line-height: var(--line-height--h1-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h1-letter-spacing);
}

.rt-text-style-h2 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: 2.375rem;
  line-height: 1.184;
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h2-letter-spacing);
}

.rt-text-style-h2.rt-text-color-white {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1.184;
}

.rt-text-style-h2.rt-text-color-white.rt-gap-small {
  margin-bottom: .875rem;
}

.rt-text-style-h3 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h3);
  line-height: var(--line-height--h3-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h3-letter-spacing);
}

.rt-text-style-h3.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-text-style-h3.rt-desktop-text-center {
  text-align: center;
}

.rt-text-style-h3.rt-desktop-text-center.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-text-style-h4 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--h4);
  line-height: var(--line-height--h4-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h4-letter-spacing);
}

.rt-text-style-h4.rt-gap-tiny {
  margin-bottom: .5rem;
}

.rt-text-style-h4.rt-gap-tiny.rt-text-color-white, .rt-text-style-h4.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h4.rt-text-color-white.rt-gap-small, .rt-text-style-h4.rt-gap-small {
  margin-bottom: .875rem;
}

.rt-text-style-h4.rt-gap-small.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h4.rt-rotate-text {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.rt-text-style-h4.rt-rotate-text.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h5 {
  font-family: var(--_font-family---heading-font);
  color: var(--_colors---dark-midnight-blue);
  font-size: 1.1875rem;
  line-height: 1.263;
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--h5-letter-spacing);
}

.rt-text-style-h5.rt-gap-small {
  margin-bottom: .875rem;
}

.rt-text-style-h5.rt-gap-small.rt-feature-v2-card-title-width {
  max-width: 13.8rem;
}

.rt-text-style-h5.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h5.rt-text-align {
  align-self: flex-end;
  margin-bottom: -.1875rem;
}

.rt-text-style-h5.rt-text-align.rt-text-color-white {
  color: #fff;
}

.rt-text-style-h5.rt-coverage-icon {
  align-self: flex-end;
  margin-bottom: .25rem;
}

.rt-text-style-h5.rt-service-title-bottom-gap {
  margin-bottom: 1.125rem;
}

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

.rt-gap-off {
  flex: none;
  margin: 0;
}

.rt-gap-off.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-gap-off.rt-gap-medium.rt-checkbox-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.rt-gap-off.rt-text-color-white {
  color: #fff;
}

.rt-gap-off.rt-checkbox-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.rt-gap-off.is-color {
  color: #0c0c0c;
}

.rt-gap-off.is-color.is-letter {
  letter-spacing: 0;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overflow-hidden.rt-testimonial-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-text-capitalize {
  text-transform: uppercase;
}

.rt-text-capitalize.rt-home-health {
  font-size: var(--font-sizes--small-text-v2);
  font-weight: var(--font-weight--semi-bold);
}

.rt-hero-v1 {
  padding-right: var(--_container-and-gaps---gaps--container-gap);
  padding-left: var(--_container-and-gaps---gaps--container-gap);
}

.rt-container {
  max-width: var(--_container-and-gaps---container--container);
  padding-right: var(--_container-and-gaps---gaps--container-gap);
  padding-left: var(--_container-and-gaps---gaps--container-gap);
}

.rt-hero-v1-left-wrapper {
  flex: 1;
  max-width: 34.375rem;
}

.rt-sub-text {
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--sub-text);
  line-height: var(--line-height--sub-text-line-height);
  font-weight: var(--font-weight--medium);
  letter-spacing: var(--letter-spacing--sub-text-letter-spacing);
}

.rt-sub-text-wrap {
  border: .0625rem solid var(--_colors---silver-blue);
  background-color: var(--_colors---white);
  padding: .25rem 1rem;
}

.rt-sub-text-wrap.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-text-color-dark-blue {
  color: var(--_colors---dark-midnight-blue);
}

.rt-text-color-dark-blue.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-text-color-dark-blue.rt-font-weight {
  font-weight: var(--font-weight--semi-bold);
}

.rt-button-text {
  z-index: 2;
  font-size: var(--font-sizes--button);
  line-height: var(--line-height--button-line-height);
  text-decoration: none;
}

.rt-button-text.rt-text-color-white {
  color: #fff;
}

.rt-button-text.rt-text-color-silver-blue {
  color: var(--_colors---silver-blue);
}

.rt-radius-tiny {
  border-radius: .25rem;
}

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

.rt-text-color-white.rt-about-v1-text.rt-gap-large {
  margin-bottom: 1.875rem;
}

.rt-text-color-white.rt-text-underline.rt-talk-to-advisor:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
  color: var(--_colors---dark-slate-blue);
}

.rt-text-color-white.rt-text-underline.rt-talk-to-advisor:hover:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3), .rt-text-color-white.rt-call-to-expert:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
  color: var(--_colors---dark-midnight-blue);
}

.rt-button-wrap {
  grid-column-gap: var(--_container-and-gaps---gaps--container-gap);
  grid-row-gap: var(--_container-and-gaps---gaps--container-gap);
}

.rt-gap-tiny {
  margin-bottom: var(--_container-and-gaps---element-gaps--gap-tiny);
}

.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-hero-v1-text-width {
  max-width: 25.9rem;
}

.rt-hero-v1-text-width.rt-gap-medium.is-color {
  color: #363637;
}

.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-radius-medium.rt-overflow-hidden.rt-image-wrap-v1 {
  width: 100%;
  max-width: 29.8125rem;
}

.rt-radius-medium.rt-overflow-hidden.rt-image-wrap-v2 {
  z-index: 5;
  max-width: 12.5rem;
  position: absolute;
  inset: auto auto 50% 0%;
  transform: translate(0, 50%);
}

.rt-desktop-full-width {
  width: 100%;
}

.rt-desktop-full-width.rt-article-top-wrapper {
  justify-content: space-between;
  align-items: center;
}

.rt-desktop-full-width.rt-article-top-wrapper.rt-gap-xl {
  margin-bottom: 2.5rem;
}

.rt-desktop-full-width.rt-service-v3-bottom-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 2.5rem;
  position: relative;
}

.rt-desktop-full-width.rt-service-v3-bottom-wrapper.is-height {
  height: 400px;
}

.rt-card-top-content {
  justify-content: center;
  align-items: center;
}

.rt-card-top-content.rt-desktop-text-center {
  text-align: center;
}

.rt-small-text-v2 {
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--small-text-v2);
  line-height: var(--line-height--small-text-v2-line-height);
  font-weight: var(--font-weight--semi-bold);
}

.rt-small-text-v2.rt-font-weight {
  font-weight: var(--font-weight--medium);
}

.rt-small-text-v2.rt-text-color-change {
  color: var(--_colors---white);
}

.rt-small-text-v2.rt-text-color-change:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
  color: var(--_colors---dark-slate-blue);
}

.rt-text-color-dark-gray {
  color: var(--_colors---dark-gray);
}

.rt-logos {
  padding-top: var(--_container-and-gaps---gaps--section-gap-medium);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-logos:where(.w-variant-619539d0-9f43-784d-4b5a-249950edcaa3) {
  padding-top: 0;
}

.rt-logos:where(.w-variant-9884600e-e1bb-fbd8-3428-2efbfa36d457) {
  padding-bottom: 0;
}

.rt-container-small {
  max-width: var(--_container-and-gaps---container--container-small);
  padding-right: var(--_container-and-gaps---gaps--container-gap);
  padding-left: var(--_container-and-gaps---gaps--container-gap);
}

.rt-logo-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.rt-logo-wrapper {
  border: .0625rem solid #00000040;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}

.rt-logo-wrapper.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-logo-inner-wrap {
  position: relative;
}

.rt-logo-inner-wrap.rt-overflow-hidden {
  overflow: hidden;
}

.rt-logo-v2 {
  position: absolute;
  inset: 0%;
}

.rt-service-v2 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  background-color: var(--_colors---white);
}

.rt-service-v2.rt-overflow-hidden.rt-service-v2-properties {
  background-color: var(--_colors---light-gray);
}

.rt-service-v2-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-service-v2-left-wrapper {
  flex: 1;
  max-width: 32.5rem;
}

.rt-gap-small {
  margin-bottom: .875rem;
}

.rt-gap-small.rt-testimonial-v2-text-width {
  max-width: 30.375rem;
}

.rt-gap-xl {
  margin-bottom: var(--_container-and-gaps---element-gaps--gap-xl);
}

.rt-gap-xl.rt-404-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-service-v2-list {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.rt-service-v2-list-item {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
}

.rt-list-item-text-wrap {
  margin-top: -.1875rem;
}

.rt-icon-wrapper-v1 {
  flex: none;
}

.rt-parallax-animation {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-parallax-animation.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-parallax-animation.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-parallax-animation.rt-radius-xxl {
  border-radius: 100%;
}

.rt-parallax-animation.rt-radius-xxl.rt-overflow-hidden {
  overflow: hidden;
}

.rt-parallax-animation.rt-image-radius-v2 {
  border-top-right-radius: 18.75rem;
  border-bottom-left-radius: 18.75rem;
}

.rt-parallax-animation.rt-image-radius-v2.rt-overflow-hidden {
  overflow: hidden;
}

.rt-parallax-animation.rt-image-radius-v3 {
  border-bottom-right-radius: 6.25rem;
  border-bottom-left-radius: 6.25rem;
}

.rt-parallax-animation.rt-image-radius-v6 {
  border-radius: 19.8rem;
}

.rt-parallax-animation.rt-image-radius-v6.rt-overflow-hidden {
  overflow: hidden;
}

.rt-parallax-animation.rt-image-radius-v7 {
  border-radius: 3.375rem;
}

.rt-parallax-animation.rt-overflow-hidden {
  overflow: hidden;
}

.rt-image-animation-trigger {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
}

.rt-image-animation-trigger.rt-desktop-full-width {
  width: 100%;
}

.rt-content-grid-box {
  flex: 1;
  position: relative;
}

.rt-content-grid-box.rt-desktop-full-width {
  width: 100%;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v3 {
  min-height: 100%;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v4 {
  min-height: 36.8125rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v6 {
  min-height: 36.75rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v7 {
  min-height: 27rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v8 {
  min-height: 36.375rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v11 {
  min-height: 100%;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v18 {
  min-height: 39.75rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v19 {
  min-height: 19rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v23 {
  min-height: 100%;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v27 {
  min-height: 32.3125rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v2 {
  min-height: 26.625rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v32 {
  min-height: 43.75rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v33 {
  min-height: 39.9375rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-34 {
  min-height: 49.25rem;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v34 {
  height: 100%;
}

.rt-content-grid-box.rt-desktop-full-width.rt-image-v20 {
  min-height: 34rem;
}

.rt-cover-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rt-cover-image.rt-parallax {
  height: 120%;
}

.rt-cover-image.rt-parallax.rt-image-v4 {
  background-image: url('../images/assurix-home-one-feature-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v5 {
  background-image: url('../images/assurix-about-image-two.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v7 {
  background-image: url('../images/assurix-blog-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v8 {
  background-image: url('../images/assurix-feature-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v11 {
  background-image: url('../images/assurix-home-three-service-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v11.is-background {
  background-image: url('../images/skeleton-image.svg'), url('../images/assurix-home-three-service-image.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.rt-cover-image.rt-parallax.rt-image-v17 {
  background-image: url('../images/assurix-home-one-service-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 105%;
}

.rt-cover-image.rt-parallax.rt-image-v18 {
  background-image: url('../images/assurix-service-hero-image-1.webp');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v18.is-background {
  background-image: url('../images/skeleton-image.svg');
  background-position: 50%;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v19 {
  background-image: url('../images/assurix-consultation-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v23 {
  background-image: url('../images/assurix-service-image_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v27 {
  background-image: url('../images/assurix-home-three-image-one-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 107%;
}

.rt-cover-image.rt-parallax.rt-image-v2 {
  background-image: url('../images/assurix-service-image-one_1.webp');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v32 {
  background-image: url('../images/assurix-about-hero-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v33 {
  background-image: url('../images/assurix-login-page-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-cover-image.rt-parallax.rt-image-v34 {
  background-image: url('https://cdn.prod.website-files.com/69686968fe0f2d6bb2d02bc4/69686968fe0f2d6bb2d02e1a_assurix-change-hero-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v35 {
  background-image: linear-gradient(#0003, #0003), url('../images/assurix-about-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 110%;
}

.rt-cover-image.rt-parallax.rt-image-v35:where(.w-variant-f79e1d4f-61d9-0446-df63-62568407083c), .rt-cover-image.rt-parallax.rt-image-v35.cta-two-7 {
  background-image: url('../images/assurix-CTA-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.rt-while-scrolling-effect {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.rt-service-v2-image-wrapper-v2 {
  z-index: 4;
  background-color: var(--_colors---white);
  border-radius: .4375rem;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 13.75rem;
  padding: .9375rem .8125rem 1.875rem;
  position: absolute;
  inset: auto 0 1.125rem auto;
  box-shadow: 0 1.70313rem 2.615rem #6571644f;
}

.rt-service-v2-image-wrapper-v2.rt-desktop-full-width.rt-service-v2-image-wrapper-v4 {
  display: none;
}

.rt-service-v3-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rt-service-v3-card-list.rt-service-v3-card-list-v2 {
  flex: 1;
  grid-template-columns: 1fr 1fr;
  max-width: 39.375rem;
}

.rt-service-v3-card {
  padding: 3.125rem var(--_container-and-gaps---element-gaps--gap-large);
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  background-color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s;
}

.rt-service-v3-card:hover {
  box-shadow: 0 .25rem 3rem #8ca49c40;
}

.rt-service-v3-card.rt-radius-tiny {
  border-radius: .25rem;
}

.rt-service-v3-card.rt-radius-tiny.rt-card-one {
  z-index: 1;
  position: relative;
}

.rt-service-v3-card.rt-radius-tiny.rt-card-two {
  z-index: 2;
  position: relative;
}

.rt-service-v3-card.rt-radius-tiny.rt-card-three {
  z-index: 4;
  position: relative;
}

.rt-service-v3-card.rt-radius-tiny.rt-card-four {
  z-index: 3;
  position: relative;
}

.rt-service-v3-card.rt-radius-tiny.rt-service-v3-card-shadow {
  transition: none;
  box-shadow: 0 .25rem 3rem #8ca49c40;
}

.rt-service-v3 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  background-color: #f4f5f5;
}

.rt-service-v3.rt-overflow-hidden {
  overflow: hidden;
}

.rt-service-v3-main-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v3-text-content {
  justify-content: center;
  align-items: center;
  max-width: 54.75rem;
}

.rt-service-v3-text-content.rt-desktop-text-center {
  text-align: center;
}

.rt-service-v3-text-content.rt-desktop-text-center.is-width {
  max-width: 35rem;
}

.rt-service-v3-card-content {
  justify-content: center;
  align-items: center;
}

.rt-service-v3-card-content.rt-desktop-text-center {
  text-align: center;
}

.rt-radius-small {
  border-radius: .9375rem;
}

.rt-radius-small.rt-overflow-hidden {
  overflow: hidden;
}

.rt-radius-small.rt-overflow-hidden.rt-image-wrap-v3 {
  z-index: 2;
  max-width: 18.75rem;
  position: absolute;
  inset: auto auto 1.875rem 10%;
}

.rt-testimonial-v1-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.rt-testimonial-v1-slider {
  background-color: var(--_colors---transparent);
  height: auto;
}

.rt-testimonial-v1-card-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-testimonial-v1-content {
  justify-content: center;
  align-items: center;
  max-width: 42.25rem;
}

.rt-testimonial-v1-profile-icons {
  max-width: 12.3125rem;
  margin-bottom: 1.875rem;
}

.rt-left-arrow {
  background-color: var(--_colors---silver-blue);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.rt-left-arrow.rt-radius-tiny.rt-left-arrow-v2 {
  inset: auto auto 0% 51%;
  transform: translate(-3.125rem, 6.0625rem);
}

.rt-white-icon {
  position: absolute;
  inset: 0%;
}

.rt-right-arrow {
  background-color: var(--_colors---silver-blue);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.rt-right-arrow.rt-radius-tiny.rt-right-arrow-v2 {
  inset: auto 48% 0% auto;
  transform: translate(2.5625rem, 6.0625rem);
}

.rt-article-v1 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-medium);
  background-color: var(--_colors---white);
}

.rt-article-v1.rt-change-background {
  background-color: var(--_colors---light-steel-blue);
  background-image: url('../images/assurix-banner-background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.rt-article-v1.rt-article-v2 {
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-article-v1-main-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-article-v1-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-article-v1-card {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.rt-article-v1-image-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-date {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-line-v1 {
  background-color: #0006;
  width: .0625rem;
  height: 1.375rem;
}

.rt-line-v2 {
  background-color: #0303034d;
  width: 100%;
  height: .0625rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rt-overlay-v1 {
  z-index: 1;
  pointer-events: none;
  background-color: #4380478a;
  width: 200%;
  height: 0%;
  position: absolute;
  transform: rotate(45deg);
}

.rt-feature-v2 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  background-color: var(--_colors---light-gray);
}

.rt-feature-v2-main {
  justify-content: center;
  align-items: center;
}

.rt-feature-v2-text-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 37.9375rem;
  margin-bottom: 4.375rem;
}

.rt-feature-v2-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4.375rem;
}

.rt-feature-v2-card {
  background-color: var(--_colors---white);
  padding: 2.25rem 3.125rem 2.25rem 2.5rem;
}

.rt-feature-v2-card.rt-radius-small {
  border-radius: .9375rem;
}

.rt-feature-v2-main-content {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  align-items: stretch;
}

.rt-feature-v2-main-content.rt-desktop-full-width {
  width: 100%;
}

.rt-feature-v2-image-wrapper {
  flex: 1;
  max-width: 46.25rem;
}

.rt-feature-v2-content {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  max-width: 32.5rem;
}

.rt-insurance-benefits-v1 {
  background-color: var(--_colors---verdant-green);
  padding: 3.75rem 2.5rem;
  position: relative;
}

.rt-insurance-benefits-v1.rt-radius-medium {
  background-color: #3b742a;
  border-radius: 1.25rem;
}

.rt-insurance-benefits-v1.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-benefits-list-wrapper {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
}

.rt-line-v3 {
  background-color: #fff3;
  height: .0625rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.rt-line-v3.rt-desktop-full-width {
  width: 100%;
}

.rt-line-v3.rt-desktop-full-width.rt-line-v3-color-change {
  background-color: #2c436b38;
}

.rt-list-item, .rt-bottom-list-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.rt-bottom-list-wrapper.rt-gap-large {
  margin-bottom: 1.875rem;
}

.rt-health-insurance-image-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: var(--_colors---white);
  align-items: stretch;
  padding: .625rem 1.25rem;
  position: relative;
  box-shadow: 0 1.70313rem 2.615rem #6571644f;
}

.rt-health-insurance-image-wrap.rt-radius-small {
  border-radius: .9375rem;
}

.rt-health-insurance-image-wrap.rt-radius-small.rt-overflow-hidden {
  overflow: hidden;
}

.rt-counter-v1 {
  height: 2.375rem;
}

.rt-counter-v1.rt-overflow-hidden {
  overflow: hidden;
}

.rt-counter-v1.rt-counter-v2 {
  height: 1.5rem;
}

.rt-counter-v1.rt-counter-v2.rt-overflow-hidden {
  overflow: hidden;
}

.rt-text-color-light-blue {
  color: var(--_colors---dark-slate-blue);
}

.rt-card-main-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}

.rt-card-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-card-right-wrapper {
  flex: none;
}

.rt-small-text-v1 {
  font-size: var(--font-sizes--small-text-v1);
  line-height: var(--line-height--small-text-v1-line-height);
  font-weight: var(--font-weight--semi-bold);
}

.rt-small-text-v3 {
  font-size: var(--font-sizes--small-text-v3);
  line-height: var(--line-height--small-text-v3-line-height);
}

.rt-small-text-v3.rt-text-color-dark-blue.rt-font-weight-bold {
  font-weight: var(--font-weight--semi-bold);
}

.rt-about-v1 {
  padding-top: 14.25rem;
}

.rt-partner-logo-text-wrap.rt-gap-xl {
  margin-bottom: 2.5rem;
}

.rt-partner-logo-text-wrap.rt-gap-xl.rt-desktop-text-center {
  text-align: center;
}

.rt-about-v1-main-wrap {
  padding: var(--_container-and-gaps---gaps--section-gap-large) var(--_container-and-gaps---element-gaps--gap-large) var(--_container-and-gaps---gaps--section-gap-medium);
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  background-color: var(--_colors---teal-blue);
  background-image: url('../images/assurix-background-image_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-about-v1-main-wrap.rt-radius-xl {
  border-radius: 3.12rem;
}

.rt-about-v1-main-wrap.rt-radius-xl.rt-about-v1-main-wrap-v3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rt-about-v1-right-wrap {
  flex: 1;
  max-width: 28.4375rem;
  margin-bottom: 3.125rem;
}

.rt-about-v1-right-wrap.rt-about-v1-right-wrap-v3 {
  max-width: 25.3125rem;
  margin-bottom: 0;
}

.rt-about-v1-left-wrap {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 36.25rem;
  margin-top: -18.5625rem;
  position: relative;
}

.rt-radius-xl {
  border-radius: 3.125rem;
}

.rt-overlay-v2 {
  z-index: 1;
  opacity: .2;
  background-image: linear-gradient(-90deg, #69a256, #69a25600 83%);
  border-radius: 2.875rem;
  width: 100%;
  height: 23.3125rem;
  position: absolute;
}

.rt-overlay-v2.rt-overlay-position {
  z-index: -1;
  left: 0%;
  right: auto;
}

.rt-radius-xxl {
  border-radius: 100%;
}

.rt-radius-xxl.rt-slider-image-one {
  z-index: 1;
  position: relative;
}

.rt-radius-xxl.rt-slider-image-two {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.rt-radius-xxl.rt-slider-image-three {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.rt-radius-xxl.rt-slider-image-four {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.rt-radius-xxl.rt-slider-image-five {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.rt-radius-xxl.rt-slider-image-six {
  z-index: 6;
  position: absolute;
  inset: 0%;
}

.rt-radius-xxl.rt-slider-image-seven {
  z-index: 7;
  position: absolute;
  inset: 0%;
}

.rt-radius-xxl.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-v1-inner-wrapper {
  background-color: #dce3e433;
  background-image: url('../images/assurix-background-image_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 8.15rem;
}

.rt-hero-v1-inner-wrapper.rt-hero-v1-inner-wrapper-v2 {
  background-color: var(--_colors---light-bluish-gray);
  background-color: #d2dee1;
  background-image: url('../images/assurix-claim-page-hero-bg-image.webp');
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 5.65rem;
}

.rt-hero-v1-inner-wrapper.rt-hero-v1-inner-wrapper-v2.rt-overflow-hidden.is-style {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d2dee100;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.65rem;
}

.rt-success-rate {
  background-color: var(--_colors---white);
  background-image: url('../images/assurix-progress-bar.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  justify-content: center;
  align-items: center;
  width: 8.8125rem;
  height: 8.8125rem;
  display: none;
  position: absolute;
  inset: 0% auto auto -4%;
}

.rt-success-rate.rt-radius-xxl.rt-success-rate-v2 {
  display: flex;
  position: static;
}

.rt-footer-v1 {
  position: sticky;
  inset: auto 0% 0%;
}

.rt-footer-v1:where(.w-variant-4f95641f-722e-bc17-b31c-6557371bb758) {
  position: static;
}

.rt-footer-top-wrapper {
  background-color: var(--_colors---dark-prussian-blue);
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.rt-footer-top-wrapper-main {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-social-links-main-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-social-link {
  flex: none;
  transition: transform .2s;
}

.rt-social-link:hover {
  transform: translate(0, -.3125rem);
}

.rt-footer-bottom-wrapper {
  background-color: var(--_colors---dark-midnight-blue);
  padding-top: 3.75rem;
  padding-bottom: 8.125rem;
}

.rt-footer-content-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-footer-col-v1 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  max-width: 15.625rem;
  margin-top: -.2rem;
}

.rt-footer-grid-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 52.125rem;
}

.rt-footer-col-v2 {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
}

.rt-footer-link {
  color: var(--_colors---silver-blue);
  font-weight: var(--font-weight--medium);
  transition: transform .2s, color .2s;
}

.rt-footer-link:hover {
  color: var(--_colors---white);
  transform: translate(.625rem);
}

.rt-footer-link.rt-footer-link-v2:hover {
  text-decoration: underline;
}

.rt-footer-links {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.rt-separator {
  background-color: var(--_colors---forest-green);
  width: 100%;
  height: .1875rem;
}

.rt-footer-last-wrapper {
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-container-medium {
  max-width: var(--_container-and-gaps---container--container-medium);
  padding-right: var(--_container-and-gaps---gaps--container-gap);
  padding-left: var(--_container-and-gaps---gaps--container-gap);
}

.rt-last-wrapper-inner-content {
  border-top: .0625rem solid #fff3;
  justify-content: center;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.rt-footer-bottom-content {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.rt-lineasr-overlay-wrap {
  max-width: 26.875rem;
  position: absolute;
  inset: auto auto -16% 0%;
}

.rt-large-text-v1 {
  font-size: var(--font-sizes--large-text-v1);
  line-height: var(--line-height--large-text-v1-line-height);
  font-weight: var(--font-weight--semi-bold);
  letter-spacing: var(--letter-spacing--large-text-v1-letter-spacing);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#6ead5a26, #6ead5a26);
  -webkit-background-clip: text;
  background-clip: text;
}

.rt-large-text-v1.rt-middle-text {
  margin-top: -2.1875rem;
}

.rt-team-members {
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-team-members.rt-team-members-top-gap {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-team-members-main-wrapper {
  justify-content: center;
  align-items: center;
}

.rt-top-content {
  justify-content: center;
  align-items: center;
  max-width: 31.4375rem;
  margin-bottom: 3.75rem;
}

.rt-top-content.rt-desktop-text-center {
  text-align: center;
}

.rt-team-member-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 3.75rem;
}

.rt-team-member-card {
  background-color: var(--_colors---light-steel-blue);
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.rt-team-member-card.rt-radius-xl {
  border-radius: 3.125rem;
}

.rt-team-member-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.rt-team-member-details-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-name-wrap {
  justify-content: center;
  align-items: center;
}

.rt-contact-information {
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-contact-information-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: flex-start;
}

.rt-contact-left-wrapper {
  padding: 2.6875rem var(--_container-and-gaps---element-gaps--gap-large) 3.125rem;
  background-color: var(--_colors---light-gray);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 41.125rem;
}

.rt-contact-left-wrapper.rt-radius-large {
  border-radius: 1.5625rem;
}

.rt-contact-right-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 34.375rem;
}

.rt-cta-v2 {
  background-color: var(--_colors---forest-green);
  background-image: url('../images/assurix-background-image_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.75rem;
  padding-bottom: 3.625rem;
}

.rt-cta-v2.rt-radius-medium.rt-change-padding {
  padding: 2rem;
}

.rt-cta-v2-main {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: flex-start;
}

.rt-cta-v2-left-wrap {
  flex: 1;
  max-width: 34.3125rem;
}

.rt-cta-v2-left-wrap.rt-change-width {
  max-width: 15rem;
}

.rt-cta-right-wrap {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  flex: 1;
  max-width: 34.5rem;
  margin-top: -.375rem;
}

.rt-cta-right-wrap.rt-cta-right-wrap-v2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  max-width: 18rem;
}

.rt-testimonial-v2 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  background-color: var(--_colors---light-grayish-blue);
  background-image: url('../images/assurix-background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.rt-testimonial-v2:where(.w-variant-ba617d0e-5121-6188-e5bf-79b141401b6a), .rt-testimonial-v2.rt-overflow-hidden.section-bottom-gap-79 {
  padding-bottom: 14rem;
}

.rt-contact-information-card {
  background-color: var(--_colors---light-gray);
  align-items: stretch;
  padding: 2rem 2.1875rem;
}

.rt-contact-information-card.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-contact-information-card.rt-radius-medium.rt-gap-large {
  margin-bottom: 1.875rem;
}

.rt-contact-information-card.rt-radius-medium.rt-gap-xl {
  margin-bottom: 2.5rem;
}

.rt-full-wrapper {
  z-index: 3;
  background-color: var(--_colors---white);
  position: relative;
}

.rt-testimonial-v2-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: flex-start;
}

.rt-testimonial-v2-left-wrapper {
  background-color: #2a42404a;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  height: 25rem;
  position: relative;
}

.rt-testimonial-v2-right-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 32rem;
}

.rt-testimonial-v2-right-wrapper.rt-desktop-text-center {
  text-align: center;
}

.rt-testimonial-v2-image-wrapper {
  max-width: 13rem;
  min-height: 13rem;
  position: relative;
}

.rt-testimonial-image-outer-wrap {
  background-color: #2a42404a;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15rem;
  height: 100%;
  max-height: 15rem;
  position: relative;
}

.rt-comment-wrap {
  z-index: 10;
  background-color: var(--_colors---forest-green);
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-comment-image-wrap {
  max-width: 3rem;
  margin-top: .375rem;
}

.rt-testimonial-image-wrap-one {
  max-width: 5.125rem;
  position: absolute;
  inset: auto -1.6rem 33% auto;
}

.rt-testimonial-image-wrap-two {
  max-width: 7.25rem;
  position: absolute;
  inset: auto .6rem 0% auto;
}

.rt-testimonial-image-wrap-three {
  max-width: 4.125rem;
  position: absolute;
  inset: auto 42% -1.4rem auto;
  transform: translate(0);
}

.rt-testimonial-image-wrap-four {
  max-width: 9.5rem;
  display: none;
  position: absolute;
  inset: auto auto -4% -3.4rem;
}

.rt-testimonial-image-wrap-five {
  max-width: 3.5625rem;
  display: none;
  position: absolute;
  inset: auto auto 37% -2.4rem;
}

.rt-testimonial-image-wrap-six {
  max-width: 5.8125rem;
  position: absolute;
  inset: -1.5rem auto auto 5%;
}

.rt-hero-v4 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-hero-v4-main-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-hero-v4-top-content {
  justify-content: center;
  align-items: center;
  max-width: 42.5625rem;
}

.rt-hero-v4-top-content.rt-desktop-text-center {
  text-align: center;
}

.rt-hero-v4-top-content.rt-desktop-text-center.rt-hero-v4-top-content-v2 {
  max-width: 56.25rem;
}

.rt-hero-v4-image-wrapper {
  background-image: url('../images/assurix-background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.rt-hero-v4-image-wrapper.rt-desktop-full-width {
  width: 100%;
}

.rt-hero-v4-image-wrapper.rt-desktop-full-width.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-hero-v4-main-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.rt-hero-v4-main-image-wrapper.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-hero-v4-main-image-wrapper.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-v4-text-wrapper {
  z-index: 1;
  background-color: var(--_colors---white);
  width: 100%;
  max-width: 41rem;
  padding: 5.625rem 3.75rem;
  position: absolute;
  top: auto;
  bottom: -54%;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 1.5rem 2.25rem #6571644f;
}

.rt-hero-v4-text-wrapper.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-author-details-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.4375rem;
}

.rt-small-circle {
  background-color: var(--_colors---dark-slate-blue);
  width: .375rem;
  height: .375rem;
}

.rt-small-circle.rt-radius-xxl {
  border-radius: 100%;
}

.rt-line-v4 {
  background-color: var(--_colors---forest-green);
  width: 100%;
  max-width: 6.875rem;
  height: .1875rem;
  margin-bottom: 1.5rem;
}

.rt-button-main-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #2c436b;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-button-arrow-wrap {
  margin-top: .125rem;
  position: relative;
}

.rt-green-arrow-v2 {
  position: absolute;
}

.rt-button-text-box {
  position: relative;
}

.rt-hero-v4-short-description {
  margin-bottom: 2.8125rem;
}

.rt-latest-blogs {
  padding-bottom: 6.125rem;
}

.rt-blog-card-list {
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-latest-blogs-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  align-items: stretch;
}

.rt-blog-card {
  border: .0625rem solid var(--_colors---very-light-gray);
  color: #2c436b;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .0625rem;
  text-decoration: none;
  transition: box-shadow .35s;
  display: flex;
}

.rt-blog-card:hover {
  box-shadow: 0 0 2.5rem #5a725270;
}

.rt-blog-card.rt-radius-large {
  border-radius: 1.5625rem;
}

.rt-blog-card.rt-radius-large.rt-desktop-full-width {
  width: 100%;
}

.rt-overlay-v5 {
  background-image: linear-gradient(#0000001f, #0000001f);
  position: absolute;
  inset: 0%;
}

.rt-radius-large {
  border-radius: 1.5625rem;
}

.rt-blog-card-top-wrapper {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  justify-content: center;
  align-items: center;
  padding: 1.5625rem 1.5rem;
}

.rt-post-author-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
}

.rt-line-v5 {
  background-color: var(--_colors---forest-green);
  width: 100%;
  max-width: 8.75rem;
  height: .1875rem;
}

.rt-blog-image-wrap {
  border-radius: .9375rem .9375rem 1.5625rem 1.5625rem;
  height: 18.125rem;
  position: relative;
}

.rt-blog-image-wrap.rt-overflow-hidden {
  overflow: hidden;
}

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

.rt-blog-card-button-wrapper {
  -webkit-backdrop-filter: blur(.125rem);
  backdrop-filter: blur(.125rem);
  background-image: linear-gradient(#1a1c19cf, #1a1c19cf);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.rt-summury {
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-medium);
}

.rt-summury-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-summury-left {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex: 1;
  align-items: stretch;
  max-width: 25.625rem;
  position: sticky;
  top: 1.875rem;
}

.rt-summury-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  align-items: stretch;
  max-width: 46.125rem;
  margin-top: -1.75rem;
  margin-bottom: -1.125rem;
}

.rt-author-information {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  background-color: var(--_colors---bright-gray);
  padding: 2.5rem 2.5rem 1.9375rem;
}

.rt-author-information-top-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-profile-image-wrap {
  width: 4.5rem;
  height: 4.5rem;
}

.rt-service-promo {
  background-color: var(--_colors---dark-midnight-blue);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/assurix-shakehands.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 21.875rem 2.5rem 2.5rem;
}

.rt-post-summary {
  background-color: var(--_colors---very-pale-green-gray);
  margin-bottom: 2.0625rem;
  padding: 2.5625rem 1.875rem;
}

.rt-button-text-one.rt-text-color-dark-blue.is-color {
  color: #0c0c0c;
}

.rt-button-text-two {
  position: absolute;
  inset: 0%;
}

.rt-background-text-wrap {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-14.5rem, -4.375rem)rotate(27deg);
}

.rt-author-name-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-cta-v1 {
  background-color: var(--_colors---dark-midnight-blue);
  padding-top: 31.25rem;
  padding-bottom: 8.75rem;
  position: relative;
}

.rt-cta-v1:where(.w-variant-f79e1d4f-61d9-0446-df63-62568407083c), .rt-cta-v1.cta-two {
  background-image: linear-gradient(to bottom, var(--_colors---dark-midnight-blue), var(--_colors---dark-midnight-blue)), url('../images/assurix-CTA-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 20rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.rt-cta-v1-main-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rt-cta-v1-content {
  background-color: var(--_colors---cloud-blue-gray);
  justify-content: center;
  align-items: center;
  max-width: 53.0625rem;
  padding: 2.5rem;
}

.rt-cta-v1-content:where(.w-variant-f79e1d4f-61d9-0446-df63-62568407083c) {
  background-color: var(--_colors---white);
}

.rt-cta-v1-content.rt-desktop-full-width {
  width: 100%;
}

.rt-cta-v1-content.rt-desktop-full-width.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-cta-v1-content.rt-desktop-full-width.rt-radius-medium.cta-two-10 {
  background-color: #fff;
}

.rt-article-v1-card-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  place-items: start;
}

.rt-article-card-right-wapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rt-article-card-list-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  padding: 1.375rem 1.25rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 .25rem 2.8125rem #ebefe9;
}

.rt-article-card-list-item.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-article-card-list-item.rt-radius-medium.rt-single-card-item {
  z-index: 12;
  box-shadow: none;
  margin-top: -12.9375rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  position: relative;
}

.rt-article-v1-date-wrapper {
  background-color: var(--_colors---pale-cyan-gray);
  justify-content: flex-start;
  align-items: center;
  padding: 2.125rem 1.875rem;
}

.rt-article-v1-date-wrapper.rt-radius-small {
  border-radius: .9375rem;
}

.rt-article-v1-date-wrapper.rt-radius-small.rt-desktop-text-center {
  text-align: center;
}

.rt-article-card-profile-detials {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-article-card-profile-image-wrap {
  max-width: 2.25rem;
}

.rt-article-card-profile-image-wrap.rt-radius-xl {
  border-radius: 3.12rem;
}

.rt-article-card-profile-image-wrap.rt-radius-xl.rt-overflow-hidden {
  overflow: hidden;
}

.rt-article-v1-card-details {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  flex: 1;
}

.rt-service-v4-card-list {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rt-service-v4-card-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.875rem 2.125rem;
  transition: box-shadow .4s;
  display: flex;
}

.rt-service-v4-card-item:where(.w-variant-2710aff2-91c6-f9d4-9024-0a96b148dd36) {
  border: .0625rem solid var(--_colors---silver-blue);
}

.rt-service-v4-card-item:where(.w-variant-6311ac46-4b2b-8791-ec37-5ccc26690803) {
  border: .0625rem solid var(--_colors---silver-blue);
  background-color: var(--_colors---white);
}

.rt-service-v4-card-item:where(.w-variant-87661553-f5be-74e9-7338-29b192b4a582) {
  transition: background-color .35s, box-shadow .4s;
}

.rt-service-v4-card-item:hover {
  box-shadow: 0 .25rem 2.5rem #dce3e4e6;
}

.rt-service-v4-card-item:hover:where(.w-variant-87661553-f5be-74e9-7338-29b192b4a582) {
  background-color: var(--_colors---white);
}

.rt-service-v4-card-icon-wrapper {
  max-width: 3.125rem;
}

.rt-feature-v3 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-feature-v3-main-wrapper-v1 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.rt-feature-v3-left-wrapper {
  flex: 1;
  max-width: 34.5rem;
  position: relative;
}

.rt-feature-v3-right-wrapper {
  flex: 1;
  max-width: 32.5rem;
}

.rt-service-v5 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-medium);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-medium);
}

.rt-service-v5-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v5-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-service-v6 {
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  background-color: #f4f5f5;
}

.rt-service-v6-main-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
}

.rt-service-v6-left-wrapper {
  flex: 1;
  max-width: 27rem;
  margin-top: -.4375rem;
  position: sticky;
  top: 1.875rem;
}

.rt-service-v6-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  flex: 1;
  align-items: stretch;
  max-width: 39.375rem;
}

.rt-service-v6-card-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6875rem 2.75rem;
  box-shadow: 0 0 2.5625rem #a2b7a14f;
}

.rt-service-v6-card-item.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-service-v6-card-content {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
}

.rt-service-v6-card-icon-wrap {
  flex: none;
}

.rt-service-v5-card {
  background-color: var(--_colors---white);
  justify-content: center;
  align-items: center;
  padding-bottom: 1.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  box-shadow: 0 .875rem 2.5rem #b8beba63;
}

.rt-service-v5-card.rt-radius-large {
  border-radius: 1.5625rem;
}

.rt-service-v5-card.rt-radius-large.rt-desktop-text-center {
  text-align: center;
}

.rt-service-v5-card-icon {
  background-color: var(--_colors---alice-blue);
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  margin-top: -1rem;
  padding: 2.5rem 1.25rem 1.25rem;
}

.rt-service-v5-card-icon.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-gap-large {
  margin-bottom: 1.875rem;
}

.rt-feature-v4-bottom-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  align-items: stretch;
  position: relative;
}

.rt-feature-v4-card-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---dark-midnight-blue);
  background-image: url('../images/assurix-service-image_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  height: 30.0625rem;
  display: grid;
  position: relative;
}

.rt-feature-v4-card-two.rt-radius-large {
  border-radius: 1.5625rem;
}

.rt-feature-v4-card-two.rt-radius-large.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overlay-v6 {
  background-image: linear-gradient(#00000080, #00000080);
}

.rt-feature-v4-card-one {
  background-color: var(--_colors---dark-midnight-blue);
  background-image: url('../images/assurix-service-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 23%;
  height: 30.0625rem;
  display: grid;
  position: relative;
}

.rt-feature-v4-card-one.rt-radius-large {
  border-radius: 1.5625rem;
}

.rt-feature-v4-card-one.rt-radius-large.rt-overflow-hidden {
  overflow: hidden;
}

.rt-feature-v4-card-content {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  padding: 3.125rem;
}

.rt-feature-v4 {
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-feature-v4-top-wrapper {
  margin-bottom: var(--_container-and-gaps---element-gaps--gap-xxl);
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: flex-end;
}

.rt-feature-v4-left-wrapper {
  flex: 1;
  max-width: 34.125rem;
}

.rt-feature-v4-right-wrapper {
  flex: 1;
  max-width: 34.375rem;
}

.rt-feature-v4-top-content {
  flex: none;
  max-width: 20.75rem;
}

.rt-feature-v4-bottom-content {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  background-color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  position: relative;
}

.rt-feature-v4-bottom-content.rt-radius-large.rt-feature-v4-bottom-content-v3 {
  background-color: var(--_colors---transparent);
}

.rt-hero-v5-left-wrapper {
  z-index: 2;
  flex: 1;
  max-width: 34.375rem;
  position: relative;
}

.rt-hero-v5-text-width {
  max-width: 25.9375rem;
}

.rt-hero-v5-text-width.rt-gap-large.is-color {
  color: #363637;
}

.rt-service-v3-wrap {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-service-v3-wrap.rt-desktop-full-width {
  width: 100%;
}

.rt-service-v3-right-image-wrapper {
  flex: 1;
  align-self: stretch;
  max-width: 34.375rem;
}

.rt-hero-v6 {
  padding-top: 11.6875rem;
  padding-bottom: 5rem;
  position: relative;
}

.rt-hero-v6-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
  margin-top: 5.625rem;
}

.rt-hero-v6-left-content {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 41.25rem;
  position: relative;
}

.rt-hero-v6-right-content {
  flex: 1;
  max-width: 32.6875rem;
}

.rt-hero-v6-image-wrap-wrapper {
  width: 100%;
  max-width: 34.8125rem;
  position: relative;
}

.rt-dotted-line {
  border: .0625rem dashed #818d7d;
  border-radius: 19.5625rem;
  max-width: 34.4375rem;
  position: absolute;
  inset: 0% 0% 0% 4%;
}

.rt-about-hero-image {
  z-index: 2;
  box-shadow: 0 1.375rem 2.75rem 0 var(--_colors---light-moss-green);
  max-width: 11.3125rem;
  position: absolute;
  inset: auto 3.75rem 3.125rem auto;
}

.rt-about-hero-image.rt-radius-small {
  border-radius: .9375rem;
}

.rt-about-hero-image.rt-radius-small.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overlay-v7 {
  z-index: -1;
  background-color: #dce3e457;
  background-image: url('../images/assurix-background-image_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  height: 25rem;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-home-insurance-image-wrap {
  flex: 1;
  max-width: 29.4375rem;
  position: relative;
}

.rt-round-shape-image {
  z-index: 3;
  background-color: var(--_colors---light-gray);
  width: 100%;
  max-width: 22.3125rem;
  padding: 1.5625rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rt-round-shape-image.rt-radius-xxl {
  border-radius: 100%;
}

.rt-round-shape-image.rt-radius-xxl.rt-overflow-hidden {
  z-index: 4;
  overflow: hidden;
}

.rt-hero-v7 {
  background-color: #dce3e457;
  background-image: url('../images/assurix-background-image_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9.375rem;
  padding-bottom: 5rem;
}

.rt-hero-v7.is-background {
  background-image: none;
}

.rt-hero-v7-title {
  max-width: 39.375rem;
  margin-top: -.625rem;
}

.rt-service-v7 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  background-color: var(--_colors---white);
}

.rt-service-v7-main-wrap {
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v7-top-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 37.5rem;
  margin-bottom: 3.75rem;
}

.rt-service-v7-top-wrapper.rt-desktop-text-center {
  text-align: center;
}

.rt-service-v7-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3.75rem;
}

.rt-service-v7-card {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
  background-color: var(--_colors---silver-blue);
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1.875rem 1.9375rem;
}

.rt-service-v7-card.rt-radius-medium.rt-middle-card {
  background-color: #0f9bafe3;
  background-image: url('../images/assurix-background-image_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2.5rem #2b9dac;
}

.rt-service-v7-card-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 15.625rem;
  position: relative;
}

.rt-service-v7-card-image-wrapper.rt-radius-xxl {
  border-radius: 100%;
}

.rt-service-v7-card-image-wrapper.rt-radius-xxl.rt-overflow-hidden {
  overflow: hidden;
}

.rt-service-v7-card-image-wrapper.rt-radius-xxl.rt-overflow-hidden.rt-box-shadow {
  box-shadow: 0 0 4.6875rem 0 var(--_colors---dark-cyan-blue);
  box-shadow: 0 0 4.6875rem #0f5069;
}

.rt-service-v7-card-image-wrapper.rt-radius-xxl.rt-overflow-hidden.is-style {
  background-color: #d9d9d9;
  width: 250px;
  height: 250px;
}

.rt-service-v7-card-content {
  justify-content: center;
  align-items: center;
}

.rt-service-v7-card-content.rt-desktop-text-center {
  text-align: center;
}

.rt-outer-shape {
  justify-content: center;
  align-items: center;
  width: 145%;
  height: 145%;
  position: absolute;
  box-shadow: 0 0 2.5rem #0b576140;
}

.rt-outer-shape.rt-radius-xxl {
  border-radius: 100%;
}

.rt-middle-card-image-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: -.6875rem;
  position: relative;
}

.rt-middle-card-image-wrap.is-margin {
  margin-bottom: auto;
}

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

.rt-hero-v7-main-wrapper {
  z-index: 3;
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.rt-hero-v7-counter-wrapper {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  background-color: var(--_colors---teal-blue);
  background-image: url('../images/assurix-background-image_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  flex: 1;
  align-items: stretch;
  max-width: 25.625rem;
  padding: 3.125rem 1.875rem;
}

.rt-counter-row-1 {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  border-bottom: .0625rem solid #fff6;
  padding-bottom: 2.125rem;
}

.rt-counter-row-1.rt-last-row {
  border-bottom-style: none;
}

.rt-counter-row-1.is-border {
  border-bottom-color: #767676;
}

.rt-main-img {
  margin-top: -16.25rem;
}

.rt-benefit-card {
  z-index: 10;
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  background-color: var(--_colors---white);
  align-items: stretch;
  max-width: 18.75rem;
  padding: .625rem .8125rem .8125rem;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 .25rem 1.875rem #0003;
}

.rt-benefit-card.rt-radius-small {
  border-radius: .9375rem;
}

.rt-benefit-card.rt-radius-small.rt-benefit-card-v3, .rt-benefit-card.rt-radius-small.rt-benefit-card-v4 {
  display: flex;
  position: static;
}

.rt-benefit-card.rt-radius-small.rt-benefit-card-v5 {
  display: flex;
  inset: auto 0% 1.875rem auto;
}

.rt-benefit-card-bottom-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-line-graph {
  max-width: 3.375rem;
}

.rt-card-icon-wrapper {
  background-color: var(--_colors---dark-midnight-blue);
  justify-content: center;
  align-items: center;
  width: 6.125rem;
  height: 6.125rem;
}

.rt-card-icon-wrapper.rt-radius-xxl {
  border-radius: 100%;
}

.rt-progress-bar {
  background-color: var(--_colors---light-pastel-green);
  border-radius: .4375rem;
  width: 9.3125rem;
  height: 1rem;
}

.rt-progress-bar.rt-second-bar {
  background-color: var(--_colors---forest-green);
  width: 5.8125rem;
}

.rt-progress-bar.rt-second-bar.rt-bar-height, .rt-progress-bar.rt-first-bar.rt-bar-height {
  height: .625rem;
}

.rt-progress-bar.rt-horizontal-bar-one {
  border-radius: .1875rem;
  width: 1.375rem;
  height: 2.5625rem;
}

.rt-progress-bar.rt-horizontal-bar-two {
  border-radius: .1875rem;
  width: 1.375rem;
  height: 3.875rem;
}

.rt-progress-bar.rt-horizontal-bar-three {
  border-radius: .1875rem;
  width: 1.375rem;
  height: 3.1875rem;
}

.rt-progress-bar.rt-horizontal-bar-four {
  background-color: var(--_colors---forest-green);
  border-radius: .1875rem;
  width: 1.375rem;
  height: 4.6875rem;
}

.rt-progress-bar-wrapper {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
}

.rt-progress-bar-wrapper.rt-progress-bar-wrapper-v2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
}

.rt-progress-bar-wrapper.rt-progress-bar-wrapper-v3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-text-color-deep-green {
  color: var(--_colors---forest-green);
}

.rt-coverage-value {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
}

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

.rt-overview-card {
  z-index: 7;
  background-color: var(--_colors---white);
  border-radius: .4375rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 22.6875rem;
  padding: 1.0625rem 1.6875rem 1.875rem;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 1.5rem 2.30438rem #6571644f;
}

.rt-overview-card.rt-overview-card-v3 {
  border-radius: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  bottom: -10%;
}

.rt-overview-card.rt-desktop-full-width {
  width: 100%;
}

.rt-line-v6 {
  background-color: #0000001a;
  width: 100%;
  height: .0625rem;
  margin-top: .8125rem;
  margin-bottom: 1.125rem;
}

.rt-main-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: space-between;
  align-items: flex-end;
}

.rt-main-content.rt-content-1 {
  z-index: 1;
  position: relative;
}

.rt-main-content.rt-content-2 {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-main-content.rt-content-3 {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-main-content.rt-content-6 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 10rem;
}

.rt-counter-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: center;
  align-items: flex-end;
}

.rt-profit {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: .3125rem;
}

.rt-very-small-arrow {
  margin-bottom: .125rem;
}

.rt-content-left-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.rt-card-bottom-progress-bar {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 14.25rem;
  margin-top: 1.875rem;
  display: grid;
}

.rt-overview-full-wrapper {
  position: relative;
}

.rt-overview-full-wrapper.rt-overview-full-wrapper-v2 {
  display: none;
}

.rt-service-v8 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-service-v8-main {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v8-top-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 28.5rem;
}

.rt-service-v8-top-wrapper.rt-desktop-full-width {
  width: 100%;
}

.rt-service-v8-top-wrapper.rt-desktop-full-width.rt-desktop-text-center {
  text-align: center;
}

.rt-service-v8-card-list {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: flex-start;
}

.rt-service-v8-card-v1 {
  padding-top: var(--_container-and-gaps---element-gaps--gap-xl);
  padding-right: var(--_container-and-gaps---element-gaps--gap-xl);
  padding-left: var(--_container-and-gaps---element-gaps--gap-xl);
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-xl);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-xl);
  background-color: var(--_colors---light-gray);
  flex: 1;
  max-width: 25.5rem;
}

.rt-service-v8-card-v1.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-service-v8-card-image {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.rt-service-v8-card-v2 {
  padding: 25rem var(--_container-and-gaps---element-gaps--gap-xl) var(--_container-and-gaps---element-gaps--gap-xl);
  background-color: var(--_colors---dark-midnight-blue);
  flex: 1;
  max-width: 25.5rem;
  position: relative;
}

.rt-service-v8-card-v2.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-service-v8-card-v2.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-service-card-wrapper {
  pointer-events: none;
  position: absolute;
  inset: 0%;
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.rt-service-card-wrapper.rt-service-mask-v1 {
  -webkit-mask-image:url(https://cdn.prod.website-files.com/68e780b07523356714f5cd88/690adc4eb0cbb6339c4992e3_d6c5de65521bf691fbfa4417d21ab496_Group%201009002498.svg);
  mask-image:url(https://cdn.prod.website-files.com/68e780b07523356714f5cd88/690adc4eb0cbb6339c4992e3_d6c5de65521bf691fbfa4417d21ab496_Group%201009002498.svg);
}

.rt-feature-v5-image-wrapper {
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.rt-feature-v5-image-wrapper.rt-mask-v2 {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/68e780b07523356714f5cd88/690af550b8fdf10b8bca3faa_39528cebd69a883a9106541aac94cc07_Rectangle%2016629%20%281%29.png);
  mask-image: url(https://cdn.prod.website-files.com/68e780b07523356714f5cd88/690af550b8fdf10b8bca3faa_39528cebd69a883a9106541aac94cc07_Rectangle%2016629%20%281%29.png);
}

.rt-feature-v5-image-wrapper.rt-mask-v3 {
  -webkit-mask-image: url('https://cdn.prod.website-files.com/68e780b07523356714f5cd88/691edf0de5a39a3bf6eeeb7f_Vector%201105.webp');
  mask-image: url('https://cdn.prod.website-files.com/68e780b07523356714f5cd88/691edf0de5a39a3bf6eeeb7f_Vector%201105.webp');
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.rt-overview-v2-image-wrapper {
  flex: 1;
  max-width: 33.5625rem;
  position: relative;
}

.rt-backgeound-image-wrap {
  position: absolute;
  inset: 0%;
}

.rt-backgeound-image-wrap.rt-overflow-hidden {
  overflow: hidden;
}

.image {
  max-width: none;
  height: auto;
}

.rt-hero-v8 {
  padding-top: 13rem;
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
}

.rt-hero-v8.rt-overflow-hidden.is-height {
  padding-top: 7rem;
}

.rt-hero-v8-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-hero-v8-right-content {
  flex: 1;
  max-width: 31.25rem;
  position: relative;
}

.rt-hero-v8-right-content.is-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-hero-v8-circle {
  background-color: #fff9f3fc;
  background-image: url('../images/assurix-hero-bg-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 15.75rem;
  height: 15.75rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rt-hero-v8-circle.rt-radius-xxl {
  border-radius: 100%;
}

.rt-hero-v8-circle.rt-radius-xxl.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-v8-circle-image-wrap {
  max-width: 10.875rem;
}

.rt-leaf-main-wrap {
  background-color: #fff9f3fc;
  background-image: url('../images/assurix-hero-bg-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 31.25rem;
  border-bottom-left-radius: 31.25rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  position: relative;
}

.rt-leaf-decor-v1 {
  background-color: #b8cab9;
  border-top-right-radius: 31.25rem;
  border-bottom-left-radius: 31.25rem;
  width: 16.25rem;
  height: 16.25rem;
}

.rt-leaf-decor-v1.rt-leaf-decor-v2 {
  width: 8.4375rem;
  height: 8.4375rem;
  position: absolute;
  inset: auto -17% 33% auto;
  transform: rotate(87deg);
}

.rt-leaf-decoration {
  display: none;
  position: absolute;
  inset: auto auto -32% -14%;
}

.rt-all-post-v2 {
  display: none;
}

.rt-navbar-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
}

.rt-menu-text {
  color: #001d28;
  font-size: var(--font-sizes--nav-text);
  line-height: var(--line-height--nav-text-line-height);
  letter-spacing: var(--letter-spacing--nav-text-letter-spacing);
  font-weight: 500;
  text-decoration: none;
}

.rt-mega-menu-block {
  background-color: var(--_colors---white);
  border-radius: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 60rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.4375rem;
  box-shadow: 0 .25rem 1.875rem #00000047;
}

.rt-brand-logo {
  max-width: 6.5625rem;
  padding-left: 0;
}

.rt-nav-wrapper {
  z-index: 999;
  box-shadow: 0 .25rem 2.375rem #dde7ea;
}

.rt-nav-wrapper:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
  box-shadow: none;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-nav-wrapper:where(.w-variant-c022c8eb-3b8f-da2a-b7aa-98962994aefb) {
  box-shadow: 0 .9rem 2rem #dde7ea;
}

.rt-dropdown-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-dropdown-link.rt-padding-off {
  margin-top: 0;
}

.rt-mega-menu-wrap {
  padding-bottom: var(--_container-and-gaps---element-gaps--gap-large);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.rt-nav-arrow-v1 {
  width: .625rem;
  height: .375rem;
}

.rt-nav-dropdown-list {
  background-color: var(--_colors---white);
  border-radius: .625rem;
  min-width: 10rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  box-shadow: 0 .25rem 1.875rem #00000047;
}

.rt-nav-dropdown-list.rt-mega-menu-dropdown-list {
  box-shadow: none;
  background-color: #fff0;
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  right: 0;
}

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

.rt-navbar:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
  background-color: var(--_colors---transparent);
}

.rt-navbar:where(.w-variant-c022c8eb-3b8f-da2a-b7aa-98962994aefb) {
  box-shadow: 0 .9rem 2rem #dde7ea;
}

.rt-megamenu-image {
  aspect-ratio: 1;
  flex: 1;
  height: auto;
}

.rt-nav-toggle {
  padding: var(--_container-and-gaps---element-gaps--gap-large) 0rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-nav-menu {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.rt-nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  transition: all .4s;
}

.rt-nav-dropdown.rt-mega-menu-dropdown {
  position: static;
}

.rt-mega-menu-link {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex: 0 27%;
}

.rt-mega-menu-link.main-page.rt-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.rt-nav-link {
  color: var(--_colors---dark-slate-blue);
  font-size: var(--font-sizes--nav-text);
  font-weight: var(--font-weight--regular);
  padding: .2rem 1.4rem;
  text-decoration: none;
  transition: all .3s;
}

.rt-nav-link:hover {
  color: var(--_colors---forest-green);
  transform: translate(.3125rem);
}

.rt-nav-link.w--current {
  color: var(--_colors---forest-green);
}

.rt-nav-link.rt-padding-off {
  padding-left: 0;
  padding-right: 0;
}

.rt-navbar-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.rt-nav-top-bar {
  background-color: var(--_colors---dark-midnight-blue);
  color: #e1eafa;
}

.rt-nav-top-bar:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
  background-color: var(--_colors---white);
}

.rt-nav-inner-wrap {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.rt-text-color-silver-blue {
  color: var(--_colors---silver-blue);
}

.rt-nav-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.rt-nav-arrow-wrapper {
  flex: none;
  position: relative;
  transform: translate(0, .12rem);
}

.rt-nav-arrow-v2 {
  position: absolute;
}

.rt-background-color-v1 {
  background-color: #f7f1eb99;
  background-image: url('../images/assurix-hero-bg-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rt-hero-card {
  z-index: 6;
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: var(--_colors---white);
  width: 100%;
  max-width: 11.625rem;
  padding: 1.4375rem;
  position: absolute;
  inset: -12% auto auto -15%;
}

.rt-hero-card.rt-radius-small {
  border-radius: .9rem;
}

.rt-hero-card.rt-radius-small.rt-hero-card-v2 {
  padding-top: .4rem;
  padding-bottom: .4rem;
  position: static;
}

.rt-hero-card.rt-radius-small.rt-hero-card-v2.rt-card-2 {
  opacity: 0;
}

.rt-small-line-v1 {
  background-color: var(--_colors---light-steel-blue);
  border-radius: .5625rem;
  width: 2.1875rem;
  height: .3125rem;
}

.rt-small-line-v1.rt-small-line-v2 {
  width: 5.875rem;
  height: .6875rem;
}

.rt-small-line-v1.rt-small-line-v3 {
  background-color: var(--_colors---forest-green);
  width: 1.5625rem;
  height: .6875rem;
}

.rt-small-line-v1.rt-small-line-v4 {
  width: 100%;
}

.rt-small-line-v1.rt-small-line-v5 {
  width: 4.9375rem;
}

.rt-small-line-v1.rt-small-line-v6 {
  width: 100%;
}

.rt-small-line-v1.rt-small-line-v7 {
  width: 4.625rem;
}

.rt-small-line-v1.rt-small-line-v8 {
  width: 100%;
}

.rt-hero-card-line-wrapper-v1 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-hero-card-line-wrapper-v2 {
  grid-column-gap: .314rem;
  grid-row-gap: .314rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .3125rem;
}

.rt-hero-card-left-wrapper {
  background-color: #e2eedd;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
}

.rt-check-mark {
  width: 1.125rem;
  height: 1.125rem;
}

.rt-hero-card-right-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.rt-investment-plan {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.rt-service-v3-content-wrapper {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  align-items: stretch;
  max-width: 21.5625rem;
  padding-top: 1.5625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  inset: auto 1.875rem 2.5rem auto;
}

.rt-graph-bar {
  width: auto;
  max-width: none;
  height: auto;
}

.rt-investment-plan-chart {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  background-color: #def4d8;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  align-items: stretch;
  padding: 1.25rem;
}

.rt-graph-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.rt-graph-bar-one {
  background-color: #0000004d;
  width: .0625rem;
  height: 2.5625rem;
}

.rt-graph-bar-one.rt-graph-bar-two {
  height: .9375rem;
}

.rt-service-v3-right-wrapper {
  z-index: 1;
  background-image: url('../images/assurix-service-image-two.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 26.625rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-service-v3-right-wrapper.rt-radius-medium {
  border-radius: 1.25rem;
}

.rt-service-v3-right-wrapper.rt-radius-medium.rt-overflow-hidden {
  overflow: hidden;
}

.rt-graph-wrapper-main {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-service-v3-icon-wrap {
  flex: none;
}

.rt-plan-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-start;
  align-items: center;
}

.rt-service-v3-left-wrapper {
  width: 65%;
  position: relative;
}

.rt-home-loan-card {
  z-index: 1;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff;
  align-items: stretch;
  max-width: 10.625rem;
  padding: .625rem;
  position: absolute;
  inset: auto .9375rem 2.5rem auto;
}

.rt-home-loan-card.rt-radius-small {
  border-radius: .9375rem;
}

.rt-card-top-wrap {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-card-inner-left-content {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-tiny);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-tiny);
  justify-content: flex-start;
  align-items: center;
}

.rt-card-bottom-wrap {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-card-small-line {
  filter: drop-shadow(0 .243125rem .75rem #43842ec7);
  width: 3.5625rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}

.rt-button {
  border: .0625rem solid var(--_colors---forest-green);
  background-color: var(--_colors---forest-green);
  vertical-align: middle;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rt-button:where(.w-variant-9c9147ab-3d43-8c1b-067f-70c301f00363), .rt-button:where(.w-variant-b0c94235-1b26-ef57-1b8d-f67c0f32cf04) {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button:hover:where(.w-variant-9c9147ab-3d43-8c1b-067f-70c301f00363) {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden {
  overflow: hidden;
}

.rt-button.rt-overflow-hidden.rt-dark-blue-button {
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button.rt-overflow-hidden.dark-blue-button-7 {
  background-color: #001d28;
  border-color: #001d28;
}

.rt-button.rt-overflow-hidden.dark-blue-button-7:hover {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden.is-background {
  background-color: #0c0c0c;
  border-radius: 15px;
}

.rt-button.rt-overflow-hidden.dark-blue-button-10 {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button.rt-overflow-hidden.dark-blue-button-10:hover {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden.dark-blue-button-13 {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button.rt-overflow-hidden.dark-blue-button-13:hover {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden.dark-blue-button-16 {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button.rt-overflow-hidden.dark-blue-button-16:hover {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden.white-button, .rt-button.rt-overflow-hidden.dark-blue-button-19 {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button.rt-overflow-hidden.dark-blue-button-19:hover {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden.dark-blue-button-22 {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button.rt-overflow-hidden.dark-blue-button-22:hover {
  box-shadow: 0 1.25rem 2.5rem #43804780;
}

.rt-button.rt-overflow-hidden.white-button-4 {
  border-color: var(--_colors---dark-midnight-blue);
  background-color: var(--_colors---dark-midnight-blue);
}

.rt-button-circle {
  background-color: var(--_colors---dark-midnight-blue);
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
}

.rt-button-circle:where(.w-variant-9c9147ab-3d43-8c1b-067f-70c301f00363) {
  background-color: var(--_colors---forest-green);
}

.rt-button-circle.rt-radius-xxl {
  transform: scale(0);
}

.rt-button-circle.rt-radius-xxl.rt-button-circle-v2 {
  background-color: var(--_colors---white);
}

.rt-button-circle.rt-radius-xxl.rt-button-circle-v3, .rt-button-circle.rt-radius-xxl.dark-blue-button-9, .rt-button-circle.rt-radius-xxl.dark-blue-button-12, .rt-button-circle.rt-radius-xxl.dark-blue-button-15, .rt-button-circle.rt-radius-xxl.dark-blue-button-18, .rt-button-circle.rt-radius-xxl.dark-blue-button-21, .rt-button-circle.rt-radius-xxl.dark-blue-button-24 {
  background-color: var(--_colors---forest-green);
}

.rt-support-content {
  border-bottom: .0625rem solid #0000001a;
  padding-bottom: .8125rem;
}

.rt-review-wrapper {
  align-items: stretch;
  margin-top: .375rem;
}

.rt-reviewer-box {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  padding: .375rem .5625rem .375rem .875rem;
  position: relative;
}

.rt-reviewer-box.rt-active {
  background-color: #def3cf;
}

.rt-reviewer-box.rt-inactive {
  background-color: var(--_colors---white);
}

.rt-reviewer-name-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 8.25rem;
}

.rt-reviewer-profile-image-wrapper {
  flex: none;
  max-width: 2.375rem;
}

.rt-dots {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  flex: 1;
  max-width: .125rem;
}

.rt-first-dot {
  background-color: var(--_colors---dark-midnight-blue);
  width: .125rem;
  height: .125rem;
}

.rt-get-in-touch {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.8125rem;
}

.rt-get-in-touch.rt-desktop-text-center {
  text-align: center;
}

.rt-form-row {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex: 1;
}

.rt-form-row.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-form-row.rt-gap-small {
  margin-bottom: .875rem;
}

.rt-text-field {
  border: .0625rem none var(--_colors---black);
  color: var(--_colors---dark-midnight-blue);
  font-size: var(--font-sizes--body);
  border-radius: .5rem;
  margin-bottom: 0;
}

.rt-text-field::placeholder {
  color: #052835a1;
  font-size: var(--font-sizes--body);
}

.rt-text-field.rt-textarea {
  height: 6.875rem;
}

.rt-form-wrap {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
}

.rt-form-wrap.rt-gap-medium {
  margin-bottom: 1.5rem;
}

.rt-form {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-line-v9 {
  background-color: #0003;
  width: 100%;
  height: .0625rem;
  margin-top: 1.875rem;
  margin-bottom: 2.125rem;
}

.rt-contact-box {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-tiny);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-tiny);
}

.rt-contact-top-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.rt-contact-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.rt-text-underline {
  text-decoration: underline;
}

.rt-text-underline.rt-text-color-dark-blue {
  color: #001d28;
}

.rt-emergency-call {
  max-width: 21.8rem;
}

.rt-emergency-call-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.rt-form-submit-button {
  z-index: 10;
  background-color: var(--_colors---transparent);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rt-form-submit-button-wrap {
  justify-content: flex-end;
  align-items: flex-start;
}

.rt-schedule {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-small);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-small);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.125rem;
  display: grid;
}

.rt-checkbox {
  border: .0625rem solid var(--_colors---dark-slate-blue);
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: -.0625rem;
  margin-left: 0;
  margin-right: .8125rem;
}

.rt-checkbox.w--redirected-checked {
  background-color: var(--_colors---dark-slate-blue);
}

.rt-checkbox.w--redirected-focus {
  box-shadow: 0 0 #0003;
}

.rt-success {
  background-color: var(--_colors---forest-green);
  color: var(--_colors---white);
}

.rt-error {
  color: var(--_colors---dark-midnight-blue);
  border-radius: .375rem;
}

.rt-form-field {
  color: #001d28;
  background-color: #fff0;
  border: .0625rem #000;
  border-bottom: .0625rem solid #0003;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
}

.rt-form-field.rt-protected-field {
  min-height: 3.125rem;
  margin-bottom: 2.5rem;
}

.rt-utility-main-wrapper {
  grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
  grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
  justify-content: space-between;
  align-items: center;
}

.rt-utility-image-wrapper {
  flex: 1;
  max-width: 38.3125rem;
}

.rt-utility-text-content {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 33.75rem;
  position: relative;
}

.rt-circle {
  width: 16.25rem;
  height: 16.25rem;
  position: absolute;
  box-shadow: 0 .25rem 2.5rem #54758233;
}

.rt-team-button-wrapper {
  max-width: 20.5rem;
}

.rt-team-member-image-wrap {
  z-index: 1;
  border-radius: 3.12rem;
  position: relative;
}

.rt-team-member-image-wrap.rt-overflow-hidden {
  overflow: hidden;
}

.rt-claim-approved {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: var(--_colors---white);
  justify-content: flex-start;
  align-items: center;
  padding: .8125rem 1.875rem .8125rem .625rem;
}

.rt-claim-text-wrap {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
}

.rt-hero-v11 {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: 35rem;
}

.rt-main-blog-image {
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 40rem;
}

.rt-feature-v4-card-three {
  background-color: var(--_colors---dark-midnight-blue);
  background-image: url('../images/assurix-service-image_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 23%;
  height: 30.0625rem;
  display: grid;
  position: relative;
}

.rt-feature-v4-card-three.rt-radius-large {
  border-radius: 1.56rem;
}

.rt-feature-v4-card-three.rt-radius-large.rt-overflow-hidden {
  overflow: hidden;
}

.rt-hero-left-wrap {
  width: 47%;
  position: relative;
}

.rt-hero-right-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: .9375rem;
  padding-right: 6.8%;
}

.rt-gray-shape {
  display: none;
  position: absolute;
}

.rt-roatate-shape {
  background-color: #dce3e4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 13.9375rem;
  height: 13.9375rem;
  position: relative;
}

.rt-roatate-shape.rt-radius-xxl {
  border-radius: 100%;
}

.rotate-text {
  width: 12.0625rem;
  height: 12.3rem;
  position: absolute;
}

.rotate-text.is-scale {
  transform: scale(1.2);
}

.rt-rotate-text-wrap {
  z-index: 10;
  background-image: url('../images/assurix-icon.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 204px;
  justify-content: center;
  align-items: center;
  width: 16.3125rem;
  height: 16.3125rem;
  position: absolute;
  inset: auto auto 5.3rem -3.8rem;
}

.rt-rotate-counter {
  background-color: #bfc8cc;
  justify-content: center;
  align-items: center;
  width: 8.4375rem;
  height: 8.4375rem;
}

.rt-rotate-counter.rt-radius-xxl {
  border-radius: 100%;
}

.rt-rotate-counter.rt-radius-xxl.is-background {
  background-color: #e8e8e8;
}

.rt-rotate-counter.rt-radius-xxl.is-background.is-radius {
  border-radius: 100%;
}

.rt-utility-page-wrap {
  padding-top: var(--_container-and-gaps---gaps--section-gap-large);
  padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-utility-page-wrap.rt-background-color-gray {
  background-color: var(--_colors---light-gray);
}

.rt-utility-page-content {
  padding: 5rem var(--_container-and-gaps---element-gaps--gap-large);
  background-color: var(--_colors---white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45.875rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 1rem 2.1rem #a8c4ca7d;
}

.rt-utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-cta-image-position {
  position: absolute;
  inset: 0%;
}

.div-block {
  height: 200vh;
}

.rt-button-2 {
  vertical-align: middle;
  background-color: #438047;
  border: .0625rem solid #438047;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.5rem;
  transition: box-shadow .34s;
  display: flex;
  position: relative;
}

.rt-button-2.is-background {
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.rt-text-style-h5-2 {
  color: #001d28;
  letter-spacing: -.03125rem;
  font-family: Lexend, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.263;
}

.rt-text-style-h5-2.rt-gap-small.is-color, .rt-text-style-h5-2.is-color {
  color: #0c0c0c;
}

.rt-sub-text-2 {
  color: #001d28;
  letter-spacing: -.01875rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.428;
}

.rt-sub-text-2.is-color {
  color: #fff;
}

.rt-sub-text-2.is-case {
  text-transform: uppercase;
}

.rt-sub-text-2.is-case.is-color-two, .rt-sub-text-2.is-color {
  color: #0c0c0c;
}

.rt-benefit-card-2 {
  z-index: 10;
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  background-color: #fff;
  align-items: stretch;
  max-width: 18.75rem;
  padding: .625rem .8125rem .8125rem;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 .25rem 1.875rem #0003;
}

.rt-benefit-card-2.rt-radius-small.rt-benefit-v5 {
  box-shadow: none;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  position: static;
}

.rt-inner-bar-2 {
  background-color: #438047;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rt-tab-2 {
  background-color: #e2ebdf;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  padding: .3125rem .25rem;
}

.rt-small-text-v2-2 {
  color: #001d28;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1;
}

.rt-card-icon-wrapper-2 {
  background-color: #001d28;
  justify-content: center;
  align-items: center;
  width: 6.125rem;
  height: 6.125rem;
}

.rt-card-icon-wrapper-2.rt-radius-small.rt-card-icon-wrapper-v2 {
  width: 5.55rem;
  height: 5.55rem;
}

.rt-button-text-2 {
  z-index: 2;
  font-size: .9375rem;
  line-height: 1;
}

.rt-button-text-2.is-color {
  color: #0c0c0c;
}

.rt-text-style-h2-2 {
  color: #001d28;
  letter-spacing: -.15625rem;
  font-family: Lexend, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.184;
}

.rt-text-style-h2-2.rt-gap-medium.is-color, .rt-text-style-h2-2.is-color {
  color: #0c0c0c;
}

.rt-text-style-h2-2.is-color.is-letter {
  letter-spacing: 0;
}

.rt-sub-text-wrap-2 {
  background-color: #fff;
  border: .0625rem solid #bfc8cc;
  padding: .25rem 1rem;
}

.rt-progress-bar-2 {
  background-color: #e2ebdf;
  border-radius: .4375rem;
  width: 9.3125rem;
  height: 1rem;
}

.rt-progress-bar-2.rt-horizontal-bar-three {
  border-radius: .1875rem;
  width: 1.375rem;
  height: 3.1875rem;
}

.rt-progress-bar-2.rt-horizontal-bar-one {
  border-radius: .1875rem;
  width: 1.375rem;
  height: 2.5625rem;
}

.rt-progress-bar-2.rt-horizontal-bar-two {
  border-radius: .1875rem;
  width: 1.375rem;
  height: 3.875rem;
}

.rt-progress-bar-2.rt-horizontal-bar-four {
  background-color: #438047;
  border-radius: .1875rem;
  width: 1.375rem;
  height: 4.6875rem;
}

.rt-progress-bar-2.rt-second-bar {
  background-color: #438047;
  width: 5.8125rem;
}

.rt-overview-text-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: .4375rem;
  flex: 1;
}

.rt-overview-text-2.rt-desktop-text-center.rt-benefit-text {
  color: #001d28ab;
  background-color: #fff0;
}

.rt-tab-small-bar-2 {
  background-color: #e2ebdf;
  width: 100%;
  height: .1875rem;
  position: relative;
}

.rt-text-style-h4-2 {
  color: #001d28;
  letter-spacing: -.0625rem;
  font-family: Lexend, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.416;
}

.rt-text-style-h4-2.rt-gap-small.rt-text-color-white {
  color: var(--_colors---white);
}

.rt-container-4 {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-button-circle-3 {
  background-color: #001d28;
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
}

.rt-button-circle-3.rt-radius-xxl {
  transform: scale(0);
}

.rt-button-circle-3.rt-radius-xxl.dark-blue-button-6 {
  background-color: #438047;
}

.rt-service-v7-2 {
  background-color: #fff;
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.rt-service-v7-card-list-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3.75rem;
}

.rt-gap-tiny-3 {
  margin-bottom: .5rem;
}

.rt-service-v7-card-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-color: #bfc8cc;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1.875rem 1.9375rem;
}

.rt-service-v7-card-2.rt-radius-medium.rt-middle-card {
  background-color: #0f9bafe3;
  background-image: url('../images/assurix-background-image_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 0 2.5rem #2b9dac;
}

.rt-service-v7-card-2.rt-radius-medium.rt-middle-card.is-style {
  box-shadow: none;
  background-color: #0c0c0c;
  background-image: none;
}

.rt-service-v7-card-2.rt-radius-medium.is-background {
  background-color: #e8e8e8;
}

.rt-sub-text-wrap-3 {
  background-color: #fff;
  border: .0625rem solid #bfc8cc;
  padding: .25rem 1rem;
}

.rt-sub-text-wrap-3.rt-radius-medium.is-background-off {
  background-color: #fff0;
}

.rt-body-color {
  color: #363637;
}

.rt-gap-medium-2 {
  margin-bottom: 1.5rem;
}

.rt-gap-medium-2.is-color {
  color: #363637;
}

.rt-gap-xl-2 {
  margin-bottom: 2.5rem;
}

.rt-gap-xl-2.is-color {
  color: #363637;
}

.rt-container-5 {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-service-v3-2 {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.rt-service-v3-card-2 {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 1.875rem;
  transition: box-shadow .3s;
}

.rt-service-v3-card-2:hover {
  box-shadow: 0 .25rem 3rem #8ca49c40;
}

.rt-service-v3-card-2.rt-radius-tiny.rt-service-v3-card-shadow {
  transition: none;
  box-shadow: 0 .25rem 3rem #8ca49c40;
}

.rt-service-v3-card-2.rt-radius-tiny.rt-service-v3-card-shadow.is-background {
  background-color: #e8e8e8;
}

.rt-service-v3-card-2.rt-radius-tiny.rt-service-v3-card-shadow.is-background.is-radius {
  border-radius: 10px;
}

.rt-service-v3-card-list-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.rt-service-v3-card-list-2.rt-service-v3-card-list-v2 {
  flex: 1;
  grid-template-columns: 1fr 1fr;
  max-width: 39.375rem;
}

.rt-sub-text-wrap-4 {
  background-color: #fff;
  border: .0625rem solid #bfc8cc;
  padding: .25rem 1rem;
}

.rt-sub-text-wrap-4.rt-radius-medium.is-border {
  border-width: 0;
}

.rt-sub-text-wrap-4.rt-radius-medium.is-background {
  background-color: #e8e8e8;
}

.rt-sub-text-wrap-4.rt-radius-medium.is-background.is-style {
  border-width: 0;
  border-radius: 20px;
}

.rt-service-v3-wrap-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.div-block-2 {
  background-color: #747474;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.rt-gap-xl-3 {
  margin-bottom: 2.5rem;
}

.rt-gap-xl-3.is-width {
  max-width: 500px;
}

.rt-gap-xl-3.is-width.is-color {
  color: #363637;
}

.rt-container-6 {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-service-v3-3 {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.rt-service-v3-card-3 {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 1.875rem;
  transition: box-shadow .3s;
}

.rt-service-v3-card-3:hover {
  box-shadow: 0 .25rem 3rem #8ca49c40;
}

.rt-service-v3-card-3.rt-radius-tiny.rt-card-one {
  z-index: 1;
  position: relative;
}

.rt-service-v3-card-3.rt-radius-tiny.rt-card-one.is-background {
  background-color: #e8e8e8;
}

.rt-service-v3-card-3.rt-radius-tiny.rt-card-one.is-background.is-radius {
  border-radius: 10px;
}

.div-block-3 {
  background-color: #747474;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.rt-radius {
  border-radius: 20px;
}

.rt-hero-v7-main-wrapper-2 {
  z-index: 3;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.rt-hero-v7-counter-wrapper-2 {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  background-color: #0b7b8b;
  background-image: url('../images/assurix-background-image_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5rem;
  flex: 1;
  align-items: stretch;
  max-width: 25.625rem;
  padding: 3.125rem 1.875rem;
}

.rt-hero-v7-counter-wrapper-2.is-background {
  background-color: #e8e8e8;
  background-image: none;
}

.rt-container-7 {
  max-width: 82.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-shape-one {
  background-color: #d9d9d9;
  border-radius: 15px;
  width: 200px;
  height: 130px;
  position: relative;
}

.rt-shape-three {
  background-color: #d9d9d9;
  border-radius: 15px;
  width: 200px;
  height: 200px;
}

.rt-shape-four {
  background-color: #515151;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.rt-shape-two {
  background-color: #e8e8e8;
  border-radius: 100%;
  width: 450px;
  height: 450px;
}

.rt-text-style-h2-3 {
  color: #001d28;
  letter-spacing: -.15625rem;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.184;
}

.rt-gap-off-6 {
  flex: none;
  margin: 0;
  font-size: 35px;
}

.rt-gap-off-6.is-letter {
  letter-spacing: 0;
}

.rt-gap-off-6.is-letter.is-color {
  color: #0c0c0c;
}

.rt-hero-v1-2 {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.rt-button-wrap-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.rt-roatate-shape-2 {
  background-color: #dce3e4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 13.9375rem;
  height: 13.9375rem;
  position: relative;
}

.rt-roatate-shape-2.is-style {
  background-color: #dce3e400;
}

.inner-main-container {
  max-width: 1290px;
}

.rt-button-6 {
  vertical-align: middle;
  background-color: #438047;
  border: .0625rem solid #438047;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.5rem;
  display: flex;
  position: relative;
}

.rt-button-6.is-background-off {
  background-color: #0c0c0c00;
}

.rt-button-6.is-background-off.is-style-two {
  border-color: #c9c9c9;
  border-radius: 15px;
}

.rt-button-6.is-background {
  background-color: #0c0c0c;
}

.rt-button-6.is-background.is-style {
  border-width: 0;
  border-radius: 15px;
}

.no-link {
  color: #2c436b;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .rt-content-grid-box.rt-desktop-full-width.rt-image-v7 {
    min-height: 36.9rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v20 {
    min-height: 47.5rem;
  }

  .rt-cover-image.rt-parallax.rt-image-v18 {
    background-position: 50%;
  }

  .rt-cover-image.rt-parallax.rt-image-v2 {
    background-position: 68%;
  }

  .rt-service-v2-image-wrapper-v2.rt-desktop-full-width.rt-service-v2-image-wrapper-v4 {
    display: block;
  }

  .rt-feature-v2-card {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .rt-about-v1-main-wrap.rt-radius-xl.rt-about-v1-main-wrap-v3 {
    padding-left: 7.3125rem;
    padding-right: 7.3125rem;
  }

  .rt-success-rate {
    display: flex;
    left: 0%;
  }

  .rt-team-member-details-wrap {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    padding-bottom: 1.875rem;
  }

  .rt-contact-left-wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .rt-cta-v2.rt-radius-medium.rt-change-padding {
    padding: 3.45rem 3.2rem;
  }

  .rt-testimonial-v2:where(.w-variant-ba617d0e-5121-6188-e5bf-79b141401b6a), .rt-testimonial-v2.rt-overflow-hidden.section-bottom-gap-79 {
    padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  }

  .rt-testimonial-v2-left-wrapper {
    max-width: 29.63rem;
    height: 29.63rem;
  }

  .rt-testimonial-v2-right-wrapper {
    max-width: 39.32rem;
  }

  .rt-testimonial-v2-image-wrapper {
    max-width: 16.5rem;
    min-height: 16.5rem;
  }

  .rt-testimonial-image-outer-wrap {
    max-width: 18.5rem;
    max-height: 18.5rem;
  }

  .rt-hero-v4-main-image-wrapper {
    max-width: 51.625rem;
  }

  .rt-hero-v4-text-wrapper {
    padding-left: 6.625rem;
    padding-right: 6.625rem;
    top: 50%;
    bottom: auto;
    left: 5rem;
    transform: translate(0, -50%);
  }

  .rt-blog-card-top-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rt-post-summary {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .rt-cta-v1:where(.w-variant-f79e1d4f-61d9-0446-df63-62568407083c), .rt-cta-v1.cta-two {
    padding-top: 25rem;
  }

  .rt-article-v1-card-wrapper {
    place-items: stretch stretch;
  }

  .rt-service-v5-card {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .rt-about-hero-image {
    right: 5.15rem;
  }

  .rt-round-shape-image {
    left: -41%;
  }

  .rt-service-v7-card {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .rt-hero-v7-counter-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .rt-benefit-card {
    display: flex;
    left: -15%;
  }

  .rt-benefit-card.rt-radius-small.rt-benefit-card-v5 {
    right: -6%;
  }

  .rt-overview-card {
    bottom: 3.125rem;
    right: -6.75rem;
  }

  .rt-overview-card.rt-overview-card-v3 {
    right: 0;
  }

  .rt-hero-v8-circle {
    display: flex;
    top: -18%;
  }

  .rt-leaf-decoration {
    display: block;
    bottom: -23%;
    left: -36%;
  }

  .rt-navbar-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-dropdown-link {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
  }

  .rt-contact-top-wrap {
    grid-column-gap: 8.34rem;
    grid-row-gap: 8.34rem;
  }

  .rt-schedule {
    grid-column-gap: var(--_container-and-gaps---element-gaps--gap-xl);
    grid-row-gap: var(--_container-and-gaps---element-gaps--gap-xl);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .rt-hero-v11 {
    padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  }

  .rt-main-blog-image {
    object-position: 50% 50%;
    height: auto;
  }

  .rt-gray-shape {
    inset: auto auto 0% 0%;
  }

  .rt-benefit-card-2 {
    display: flex;
    left: -15%;
  }

  .rt-service-v7-card-2 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .rt-hero-v7-counter-wrapper-2 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .rt-service-v2-image-wrapper-v2 {
    display: block;
    right: -3rem;
  }

  .rt-success-rate {
    left: 2%;
  }

  .rt-testimonial-v2-left-wrapper {
    margin-left: 3.75rem;
  }

  .rt-testimonial-image-wrap-four, .rt-testimonial-image-wrap-five {
    display: block;
  }

  .rt-benefit-card {
    top: 2%;
  }

  .rt-overview-card.rt-overview-card-v3 {
    right: -2.1rem;
  }

  .rt-leaf-decoration {
    bottom: -28%;
    left: -31%;
  }

  .rt-hero-card {
    top: -6%;
  }

  .rt-hero-right-wrap {
    padding-right: 9rem;
  }

  .rt-gray-shape {
    object-fit: fill;
    display: inline-block;
  }

  .rt-rotate-text-wrap {
    left: -6rem;
  }

  .rt-benefit-card-2 {
    top: 2%;
  }
}

@media screen and (min-width: 1920px) {
  .rt-text-style-h2.rt-text-color-white, .rt-text-style-h5.rt-text-color-white, .rt-text-style-h5.rt-text-align.rt-text-color-white {
    color: #fff;
  }

  .rt-hero-v1 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .rt-sub-text {
    color: #001d28;
    letter-spacing: -.01875rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.428;
  }

  .rt-sub-text.is-color {
    color: #0c0c0c;
  }

  .rt-sub-text-wrap.rt-radius-medium.is-background {
    background-color: #e8e8e8;
    border-width: 0;
  }

  .rt-parallax-animation.rt-image-radius-v3.rt-overflow-hidden {
    overflow: hidden;
  }

  .rt-cover-image.rt-parallax.rt-image-v18 {
    background-image: url('../images/assurix-service-hero-image-1.webp');
  }

  .rt-cover-image.rt-parallax.rt-image-v2 {
    background-position: 73%;
  }

  .rt-service-v2-image-wrapper-v2 {
    right: -5rem;
  }

  .rt-radius-small.rt-overflow-hidden.rt-image-wrap-v3 {
    left: 3%;
  }

  .rt-counter-v1.rt-overflow-hidden {
    overflow: hidden;
  }

  .rt-about-v1-main-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .rt-success-rate {
    top: 3%;
    left: 4%;
  }

  .rt-lineasr-overlay-wrap {
    left: -9%;
  }

  .rt-contact-information-card {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .rt-article-card-list-item.rt-radius-medium.rt-single-card-item {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .rt-hero-v5-text-width.rt-gap-large.is-color {
    color: #363637;
  }

  .rt-overlay-v7 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .rt-overview-card.rt-overview-card-v3 {
    bottom: -17%;
    right: -4.2rem;
  }

  .rt-hero-v8-right-content.is-grid {
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .rt-hero-v8-circle {
    right: -14%;
  }

  .rt-hero-v8-circle.rt-radius-xxl {
    border-radius: 100%;
  }

  .rt-hero-v8-circle.rt-radius-xxl.rt-overflow-hidden {
    overflow: hidden;
  }

  .rt-leaf-decoration {
    bottom: -33%;
    left: -26%;
  }

  .rt-nav-menu {
    grid-column-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
    grid-row-gap: var(--_container-and-gaps---element-gaps--gap-xxl);
    justify-content: center;
    align-items: center;
  }

  .rt-hero-card {
    top: 0%;
    left: -20%;
  }

  .rt-button.rt-overflow-hidden.is-background {
    background-color: #0c0c0c;
    border-color: #0c0c0c;
    transition-property: none;
  }

  .rt-hero-left-wrap {
    background-position: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .rt-gray-shape {
    width: 110%;
    max-width: 110%;
    height: 115%;
    inset: -4% 0% 0% -3%;
  }

  .rt-rotate-text-wrap {
    bottom: 3.2rem;
  }

  .rt-hero-v1-2 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    --font-sizes--h2: 1.875rem;
    --line-height--h2-line-height: 1.184;
    --font-weight--medium: 500;
    --letter-spacing--h2-letter-spacing: -.13625rem;
    --font-sizes--h3: 1.625rem;
    --line-height--h3-line-height: 1.266;
    --letter-spacing--h3-letter-spacing: -.075rem;
    --font-sizes--h4: 1.375rem;
    --line-height--h4-line-height: 1.416;
    --letter-spacing--h4-letter-spacing: -.03125rem;
    --font-sizes--h5: 1rem;
    --line-height--h5-line-height: 1.263;
    --letter-spacing--h5-letter-spacing: -.01875rem;
    --font-sizes--h6: .9rem;
    --line-height--h6-line-height: 1.1;
    --font-sizes--h1: 2.5rem;
    --line-height--h1-line-height: 1.14;
    --letter-spacing--h1-letter-spacing: -.1575rem;
    --font-sizes--small-text-v2: .8125rem;
    --font-weight--semi-bold: 600;
    --font-sizes--sub-text: .875rem;
    --line-height--sub-text-line-height: 1.428;
    --letter-spacing--sub-text-letter-spacing: -.01875rem;
    --font-sizes--button: .8125rem;
    --line-height--button-line-height: 1;
    --line-height--small-text-v2-line-height: 1;
    --font-sizes--small-text-v1: .5rem;
    --line-height--small-text-v1-line-height: 1.666;
    --font-sizes--small-text-v3: .625rem;
    --line-height--small-text-v3-line-height: 1.666;
    --font-sizes--large-text-v1: 8rem;
    --line-height--large-text-v1-line-height: .91;
    --letter-spacing--large-text-v1-letter-spacing: -.625rem;
    --font-sizes--nav-text: .9375rem;
    --line-height--nav-text-line-height: 1;
    --letter-spacing--nav-text-letter-spacing: -.01875rem;
    --font-weight--regular: 400;
    --font-sizes--body: .875rem;
    --letter-spacing--h6-letter-spacing: -.0125rem;
    --line-height--body-line-height: 1.666;
    --_container-and-gaps---gaps--container-gap: .9375rem;
    --_container-and-gaps---container--container: 82.5rem;
    --_container-and-gaps---element-gaps--gap-tiny: .5rem;
    --_container-and-gaps---element-gaps--gap-large: 1.35rem;
    --_container-and-gaps---gaps--section-gap-medium: 3.1875rem;
    --_container-and-gaps---gaps--section-gap-large: 3.75rem;
    --_container-and-gaps---container--container-small: 69.6875rem;
    --_container-and-gaps---element-gaps--gap-xl: 1.875rem;
    --_container-and-gaps---container--container-medium: 95.625rem;
    --_container-and-gaps---element-gaps--gap-xxl: 2.5rem;
    --_container-and-gaps---element-gaps--gap-medium: 1.25rem;
    --_container-and-gaps---element-gaps--gap-small: .625rem;
    --_container-and-gaps---container--container-large: 117.5rem;
    --_font-family---heading-font: Lexend, sans-serif;
    --_font-family---body-font: Lexend, sans-serif;
    --_colors---dark-midnight-blue: #001d28;
    --_colors---dark-slate-blue: #2c436b;
    --_colors---silver-blue: #bfc8cc;
    --_colors---white: white;
    --_colors---dark-gray: #6c6c6c;
    --_colors---light-gray: #f4f5f5;
    --_colors---transparent: #fff0;
    --_colors---light-steel-blue: #d3dde8;
    --_colors---verdant-green: #3b742a;
    --_colors---teal-blue: #0b7b8b;
    --_colors---light-bluish-gray: #d2dee1;
    --_colors---dark-prussian-blue: #022633;
    --_colors---forest-green: #438047;
    --_colors---light-grayish-blue: #f4f9fe;
    --_colors---very-light-gray: #6d6969;
    --_colors---bright-gray: #edeff0;
    --_colors---very-pale-green-gray: #f1f9ee;
    --_colors---cloud-blue-gray: #dce3e4;
    --_colors---pale-cyan-gray: #e3edee;
    --_colors---alice-blue: #e8f0fa;
    --_colors---light-moss-green: #c6d7c1;
    --_colors---dark-cyan-blue: #0f5069;
    --_colors---light-pastel-green: #e2ebdf;
    --_colors---black: #000;
    --_colors---ice-green: #eaf4e5;
    --_colors---light-green: #4a8b35;
    --_colors---light-ice-blue: #e5f2f6;
    --_colors---pastel-blue: #a8c4ca;
    --_colors---frost-gray: #f2f3f3;
    --_colors---light-beige: #f7f1eb;
    --_colors---very-light-green: #def3cf;
    --_colors---orange: #bd5623;
  }

  h1 {
    font-size: 2.5rem;
  }

  .rt-text-style-h5.rt-text-align {
    align-self: center;
  }

  .rt-tab-display-none {
    display: none;
  }

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

  .rt-text-color-white.rt-text-underline.rt-talk-to-advisor:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3), .rt-text-color-white.rt-call-to-expert:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
    color: var(--_colors---white);
  }

  .rt-button-wrap {
    flex-flow: wrap;
  }

  .rt-radius-medium.rt-overflow-hidden.rt-image-wrap-v2 {
    display: none;
  }

  .rt-desktop-full-width.rt-service-v3-bottom-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.875rem;
  }

  .rt-card-top-content {
    z-index: 2;
    position: relative;
  }

  .rt-logo-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-v2 {
    padding-bottom: var(--_container-and-gaps---gaps--section-gap-medium);
  }

  .rt-service-v2.rt-overflow-hidden.rt-service-v2-properties {
    padding-bottom: var(--_container-and-gaps---gaps--section-gap-large);
  }

  .rt-service-v2-list {
    grid-row-gap: 0rem;
  }

  .rt-icon-wrapper-v1 {
    width: 1.25rem;
  }

  .rt-parallax-animation.rt-image-radius-v6 {
    border-radius: 1.5625rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v6 {
    min-height: 26rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v27 {
    min-height: 28rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v33 {
    min-height: 30rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-34 {
    min-height: 37rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v20 {
    min-height: 25rem;
  }

  .rt-cover-image.rt-parallax {
    height: 100%;
  }

  .rt-cover-image.rt-parallax.rt-image-v23 {
    background-image: linear-gradient(0deg, #000 16%, #fff0 85%), url('../images/assurix-service-image_3.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .rt-cover-image.rt-parallax.rt-image-v2, .rt-cover-image.rt-parallax.rt-image-v32, .rt-cover-image.rt-parallax.rt-image-v35 {
    height: 100%;
  }

  .rt-service-v3-card-list {
    grid-template-columns: 1fr 1fr;
  }

  .rt-service-v3-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.4375rem;
  }

  .rt-service-v3-text-content {
    max-width: 45rem;
  }

  .rt-service-v3-card-icon-wrap {
    width: 3.75rem;
  }

  .rt-left-arrow.rt-radius-tiny.rt-left-arrow-v2, .rt-right-arrow.rt-radius-tiny.rt-right-arrow-v2 {
    bottom: 9%;
  }

  .rt-article-v1-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-date {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-line-v1 {
    display: none;
  }

  .rt-feature-v2-text-wrapper {
    margin-bottom: 1.4rem;
  }

  .rt-feature-v2-card-list {
    margin-top: 1.875rem;
  }

  .rt-feature-v2-card {
    padding: 1.25rem;
  }

  .rt-insurance-benefits-v1 {
    padding: 2.5rem 1.25rem;
  }

  .rt-benefits-list-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .rt-line-v3 {
    margin-top: .2rem;
    margin-bottom: .8rem;
  }

  .rt-counter-v1 {
    height: 2rem;
  }

  .rt-about-v1 {
    padding-top: 3.75rem;
  }

  .rt-about-v1-main-wrap {
    justify-content: space-between;
    align-items: center;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-about-v1-main-wrap.rt-radius-xl.rt-about-v1-main-wrap-v3 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-about-v1-right-wrap {
    margin-bottom: 0;
  }

  .rt-about-v1-left-wrap {
    margin-top: 0;
  }

  .rt-radius-xxl.rt-overflow-hidden.rt-change-image-radius {
    border-radius: 1.5625rem;
  }

  .rt-hero-v1-inner-wrapper {
    padding-top: 9.1875rem;
  }

  .rt-hero-v1-inner-wrapper.rt-hero-v1-inner-wrapper-v2 {
    padding-top: 3.4rem;
  }

  .rt-hero-v1-inner-wrapper.rt-hero-v1-inner-wrapper-v2.rt-overflow-hidden.is-style {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-footer-v1 {
    position: static;
  }

  .rt-footer-bottom-wrapper {
    padding-top: var(--_container-and-gaps---gaps--section-gap-medium);
    padding-bottom: var(--_container-and-gaps---gaps--section-gap-medium);
  }

  .rt-footer-content-wrap {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .rt-footer-col-v1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
    margin-top: 0;
  }

  .rt-footer-grid-wrapper {
    max-width: none;
  }

  .rt-footer-col-v2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-footer-links {
    grid-column-gap: .34rem;
    grid-row-gap: .34rem;
  }

  .rt-lineasr-overlay-wrap {
    bottom: -11%;
  }

  .rt-top-content {
    margin-bottom: 1.875rem;
  }

  .rt-team-member-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 1.875rem;
  }

  .rt-team-member-image {
    object-position: 50% 0%;
  }

  .rt-team-member-details-wrap {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: static;
  }

  .rt-testimonial-v2 {
    padding-bottom: 8.125rem;
  }

  .rt-testimonial-v2:where(.w-variant-ba617d0e-5121-6188-e5bf-79b141401b6a), .rt-testimonial-v2.rt-overflow-hidden.section-bottom-gap-79 {
    padding-bottom: 8rem;
  }

  .rt-contact-information-card {
    padding: 1.4rem 1.3rem;
  }

  .rt-testimonial-v2-left-wrapper {
    background-color: var(--_colors---transparent);
  }

  .rt-testimonial-image-outer-wrap {
    max-width: 13rem;
    max-height: 13rem;
  }

  .rt-comment-wrap {
    top: -23%;
  }

  .rt-testimonial-image-wrap-one, .rt-testimonial-image-wrap-two, .rt-testimonial-image-wrap-three, .rt-testimonial-image-wrap-six {
    display: none;
  }

  .rt-hero-v4 {
    padding-top: 9.375rem;
  }

  .rt-hero-v4-main-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .rt-hero-v4-main-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .rt-hero-v4-text-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.875rem;
    bottom: -54%;
  }

  .rt-button-arrow-wrap {
    margin-top: 0;
  }

  .rt-hero-v4-short-description {
    margin-bottom: 1.4rem;
  }

  .rt-latest-blogs {
    padding-bottom: 1.875rem;
  }

  .rt-blog-card-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .rt-author-information {
    padding: 1.875rem 1.25rem 1.6rem;
  }

  .rt-service-promo {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-post-summary {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rt-cta-v1 {
    background-image: linear-gradient(#0003, #0003), url('../images/assurix-cta-image-1.webp');
    background-position: 0 0, 0%;
    background-attachment: scroll, scroll;
    padding-top: 15rem;
    padding-bottom: 3rem;
  }

  .rt-cta-v1:where(.w-variant-f79e1d4f-61d9-0446-df63-62568407083c), .rt-cta-v1.cta-two {
    background-image: url('../images/assurix-CTA-image.webp');
  }

  .rt-cta-v1-content {
    padding: 1.875rem .9375rem;
  }

  .rt-article-v1-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: repeat(auto-fit, minmax(24.37rem, 1fr));
    place-items: center stretch;
  }

  .rt-article-v1-card-wrapper.rt-desktop-full-width {
    place-items: stretch stretch;
  }

  .rt-article-card-right-wapper {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(18.12rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-article-card-list-item {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .rt-article-v1-date-wrapper {
    padding: .75rem .9375rem;
  }

  .rt-service-v4-card-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-service-v6-main-content {
    flex-flow: column;
  }

  .rt-service-v6-left-wrapper {
    max-width: none;
    margin-top: 0;
    position: static;
  }

  .rt-service-v6-card-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-service-v6-card-item {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .rt-service-v6-card-content {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: center;
    align-items: center;
  }

  .rt-service-v5-card {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-service-v5-card-icon {
    padding: 1.25rem .5rem 1rem;
  }

  .rt-feature-v4-bottom-wrapper {
    grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
    grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-feature-v4-card-two {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
    display: block;
  }

  .rt-overlay-v6 {
    background-image: linear-gradient(#000000b0, #000000b0);
    display: none;
  }

  .rt-feature-v4-card-one {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
    display: block;
  }

  .rt-feature-v4-card-content {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-feature-v4 {
    padding-bottom: var(--_container-and-gaps---gaps--section-gap-medium);
  }

  .rt-feature-v4-top-content {
    max-width: none;
  }

  .rt-feature-v4-bottom-content.rt-radius-large.rt-tab-gap {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
  }

  .rt-hero-v6 {
    padding-top: 8.85rem;
    padding-bottom: 3.75rem;
  }

  .rt-hero-v6-main-wrapper {
    margin-top: 7.12rem;
  }

  .rt-overlay-v7 {
    height: 15rem;
  }

  .rt-hero-v7-title {
    flex: 1;
  }

  .rt-service-v7-top-wrapper {
    margin-bottom: 1.875rem;
  }

  .rt-service-v7-card-list {
    grid-template-columns: repeat(auto-fit, minmax(15.62rem, 1fr));
    margin-bottom: 1.875rem;
  }

  .rt-service-v7-card-image-wrapper.rt-radius-xxl.rt-overflow-hidden.is-style {
    width: 150px;
    height: 150px;
  }

  .rt-main-img {
    margin-top: -10rem;
  }

  .rt-benefit-card.rt-radius-small.rt-benefit-card-v3 {
    width: 100%;
    max-width: 100%;
  }

  .rt-benefit-card.rt-radius-small.rt-benefit-card-v4 {
    max-width: none;
  }

  .rt-card-icon-wrapper.rt-radius-small.rt-card-icon-wrapper-v3, .rt-card-icon-wrapper.rt-radius-xxl.rt-responsive-sizing {
    flex: none;
  }

  .rt-progress-bar.rt-second-bar.rt-responsive-progress-bar {
    width: 60%;
  }

  .rt-progress-bar.rt-third-bar.rt-responsive-bar, .rt-progress-bar.rt-first-bar.rt-responsive-progress-bar {
    width: 90%;
  }

  .rt-progress-bar-wrapper.rt-progress-bar-wrapper-v4 {
    width: 100%;
  }

  .rt-overlay-v8 {
    display: none;
  }

  .rt-service-v8-card-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .rt-service-v8-card-v1, .rt-service-v8-card-v2 {
    max-width: none;
  }

  .rt-service-card-wrapper.rt-service-mask-v1 {
    -webkit-mask: none;
    mask: none;
  }

  .rt-hero-v8 {
    padding-top: 9rem;
  }

  .rt-menu-button-main {
    padding: .8125rem 0 .6875rem 1.25rem;
  }

  .rt-menu-button-main.w--open {
    background-color: #c8c8c800;
  }

  .rt-menu-text {
    display: flex;
  }

  .rt-menu-text.rt-responsive-gap {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .rt-mobile-menu-button-line {
    background-color: var(--_colors---dark-midnight-blue);
    width: 1.33rem;
    height: .125rem;
    margin-bottom: .28125rem;
  }

  .rt-mobile-menu-button-line.rt-middile-line.rt-change {
    margin-bottom: .34375rem;
  }

  .rt-mobile-menu-button-line.rt-bottom-line {
    width: .6875rem;
    margin-bottom: 0;
  }

  .rt-mega-menu-block {
    width: auto;
    min-width: auto;
    max-width: none;
    padding: .9375rem .9375rem .5625rem;
    display: block;
  }

  .rt-brand-logo {
    max-width: 5.6rem;
  }

  .rt-nav-wrapper {
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 .25rem 2.375rem #dde7ea9e;
  }

  .rt-nav-wrapper:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
    background-color: var(--_colors---white);
    position: fixed;
  }

  .rt-nav-wrapper:where(.w-variant-c022c8eb-3b8f-da2a-b7aa-98962994aefb) {
    box-shadow: 0 .9rem 1rem #dde7ea;
  }

  .rt-dropdown-link {
    margin-top: 10px;
  }

  .rt-dropdown-link.rt-padding-off {
    margin-top: 0;
  }

  .rt-mega-menu-wrap {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    padding: 0 .9375rem;
    display: grid;
  }

  .rt-nav-dropdown-list {
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 .25rem 1.875rem #00000026;
  }

  .rt-nav-dropdown-list.rt-mega-menu-dropdown-list.w--open {
    border-radius: .6rem;
    position: relative;
  }

  .rt-navbar:where(.w-variant-c022c8eb-3b8f-da2a-b7aa-98962994aefb) {
    box-shadow: none;
  }

  .rt-megamenu-image {
    display: none;
  }

  .rt-nav-toggle {
    justify-content: space-between;
    align-items: center;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .rt-nav-menu {
    padding: 1rem var(--_container-and-gaps---gaps--container-gap) .9375rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: .0625rem solid var(--_colors---silver-blue);
    background-color: var(--_colors---white);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0%;
    box-shadow: 0 .25rem 2.375rem #dde7ea;
  }

  .rt-nav-dropdown {
    width: 100%;
  }

  .rt-mega-menu-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .rt-mega-menu-link.main-page {
    padding-top: 0;
  }

  .rt-nav-link {
    padding: .1rem .9375rem;
  }

  .rt-nav-link.rt-padding-off {
    padding-top: .12rem;
    padding-bottom: .12rem;
  }

  .rt-navbar-wrapper {
    grid-template-columns: .5fr 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rt-nav-top-bar:where(.w-variant-6eb3d8d3-83e7-7855-7492-bfa44103abf3) {
    background-color: var(--_colors---dark-midnight-blue);
  }

  .rt-nav-arrow-v2, .rt-hero-card.rt-radius-small.rt-hero-card-v2.rt-card-2 {
    display: none;
  }

  .rt-service-v3-content-wrapper {
    margin-left: 1.875rem;
  }

  .rt-graph-bar {
    width: 100%;
    height: 100%;
  }

  .rt-service-v3-right-wrapper {
    flex: 1;
    position: static;
  }

  .rt-service-v3-left-wrapper {
    flex: 1;
  }

  .rt-button {
    padding: 1rem 2rem;
  }

  .rt-icon {
    width: 2.5rem;
  }

  .rt-contact-top-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .rt-contact-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .rt-form-submit-button-wrap, .rt-schedule {
    margin-top: 0;
  }

  .rt-circle {
    width: 12rem;
    height: 12rem;
  }

  .rt-hero-v11 {
    padding-top: 9.2rem;
    padding-bottom: 22.125rem;
  }

  .rt-main-blog-image {
    height: 34rem;
  }

  .rt-feature-v4-card-three {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
    display: block;
  }

  .rt-hero-left-wrap {
    width: 41%;
  }

  .rt-utility-page-wrap {
    padding-top: 9.3125rem;
  }

  .rt-button-2 {
    padding: 1rem 2rem;
  }

  .rt-text-style-h2-2 {
    font-size: 1.875rem;
  }

  .rt-service-v7-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rt-service-v7-card-list-2 {
    grid-template-columns: repeat(auto-fit, minmax(15.62rem, 1fr));
    margin-bottom: 1.875rem;
  }

  .rt-service-v3-2.rt-overflow-hidden {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rt-service-v3-card-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.4375rem;
  }

  .rt-service-v3-card-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-service-v3-card-list-2.rt-service-v3-card-list-v2.is-grid {
    grid-template-columns: 1fr;
  }

  .rt-service-v3-wrap-2.rt-desktop-full-width.is-align {
    flex-flow: wrap;
  }

  .rt-service-v3-3.rt-overflow-hidden.is-paddinng {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rt-service-v3-card-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.4375rem;
  }

  .rt-text-style-h2-3.is-color {
    color: #0c0c0c;
    font-size: 1.5625rem;
  }

  .rt-gap-off-6 {
    font-size: 28px;
  }

  .rt-button-wrap-2 {
    flex-flow: wrap;
  }

  .rt-button-6 {
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font-sizes--h2: 1.5625rem;
    --line-height--h2-line-height: 1.184;
    --font-weight--medium: 500;
    --letter-spacing--h2-letter-spacing: -.0625rem;
    --font-sizes--h3: 1.375rem;
    --line-height--h3-line-height: 1.266;
    --letter-spacing--h3-letter-spacing: -.0625rem;
    --font-sizes--h4: 1.25rem;
    --line-height--h4-line-height: 1.416;
    --letter-spacing--h4-letter-spacing: -.03125rem;
    --font-sizes--h5: .9rem;
    --line-height--h5-line-height: 1.263;
    --letter-spacing--h5-letter-spacing: -.01875rem;
    --font-sizes--h6: .8125rem;
    --line-height--h6-line-height: 1.1;
    --font-sizes--h1: 2.1875rem;
    --line-height--h1-line-height: 1.14;
    --letter-spacing--h1-letter-spacing: -.1375rem;
    --font-sizes--small-text-v2: .8125rem;
    --font-weight--semi-bold: 600;
    --font-sizes--sub-text: .875rem;
    --line-height--sub-text-line-height: 1.428;
    --letter-spacing--sub-text-letter-spacing: -.01875rem;
    --font-sizes--button: .8125rem;
    --line-height--button-line-height: 1;
    --line-height--small-text-v2-line-height: 1;
    --font-sizes--small-text-v1: .5rem;
    --line-height--small-text-v1-line-height: 1.666;
    --font-sizes--small-text-v3: .625rem;
    --line-height--small-text-v3-line-height: 1.666;
    --font-sizes--large-text-v1: 8rem;
    --line-height--large-text-v1-line-height: .91;
    --letter-spacing--large-text-v1-letter-spacing: -.625rem;
    --font-sizes--nav-text: .9375rem;
    --line-height--nav-text-line-height: 1;
    --letter-spacing--nav-text-letter-spacing: -.01875rem;
    --font-weight--regular: 400;
    --font-sizes--body: .875rem;
    --letter-spacing--h6-letter-spacing: -.0125rem;
    --line-height--body-line-height: 1.666;
    --_container-and-gaps---gaps--container-gap: .9375rem;
    --_container-and-gaps---container--container: 82.5rem;
    --_container-and-gaps---element-gaps--gap-tiny: .5rem;
    --_container-and-gaps---element-gaps--gap-large: 1.15rem;
    --_container-and-gaps---gaps--section-gap-medium: 3.1875rem;
    --_container-and-gaps---gaps--section-gap-large: 3.75rem;
    --_container-and-gaps---container--container-small: 69.6875rem;
    --_container-and-gaps---element-gaps--gap-xl: 1.125rem;
    --_container-and-gaps---container--container-medium: 95.625rem;
    --_container-and-gaps---element-gaps--gap-xxl: 1.875rem;
    --_container-and-gaps---element-gaps--gap-medium: .9375rem;
    --_container-and-gaps---element-gaps--gap-small: .5rem;
    --_container-and-gaps---container--container-large: 117.5rem;
    --_font-family---heading-font: Lexend, sans-serif;
    --_font-family---body-font: Lexend, sans-serif;
    --_colors---dark-midnight-blue: #001d28;
    --_colors---dark-slate-blue: #2c436b;
    --_colors---silver-blue: #bfc8cc;
    --_colors---white: white;
    --_colors---dark-gray: #6c6c6c;
    --_colors---light-gray: #f4f5f5;
    --_colors---transparent: #fff0;
    --_colors---light-steel-blue: #d3dde8;
    --_colors---verdant-green: #3b742a;
    --_colors---teal-blue: #0b7b8b;
    --_colors---light-bluish-gray: #d2dee1;
    --_colors---dark-prussian-blue: #022633;
    --_colors---forest-green: #438047;
    --_colors---light-grayish-blue: #f4f9fe;
    --_colors---very-light-gray: #6d6969;
    --_colors---bright-gray: #edeff0;
    --_colors---very-pale-green-gray: #f1f9ee;
    --_colors---cloud-blue-gray: #dce3e4;
    --_colors---pale-cyan-gray: #e3edee;
    --_colors---alice-blue: #e8f0fa;
    --_colors---light-moss-green: #c6d7c1;
    --_colors---dark-cyan-blue: #0f5069;
    --_colors---light-pastel-green: #e2ebdf;
    --_colors---black: #000;
    --_colors---ice-green: #eaf4e5;
    --_colors---light-green: #4a8b35;
    --_colors---light-ice-blue: #e5f2f6;
    --_colors---pastel-blue: #a8c4ca;
    --_colors---frost-gray: #f2f3f3;
    --_colors---light-beige: #f7f1eb;
    --_colors---very-light-green: #def3cf;
    --_colors---orange: #bd5623;
  }

  h1 {
    font-size: 2.1875rem;
  }

  .rt-landscape-display-none {
    display: none;
  }

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

  .rt-gap-off.rt-checkbox-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-hero-v1-left-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .rt-hero-v1-left-wrapper.is-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-hero-v1-text-width {
    max-width: none;
  }

  .rt-radius-medium.rt-overflow-hidden.rt-image-wrap-v1 {
    width: 100%;
    max-width: none;
  }

  .rt-desktop-full-width.rt-service-v3-bottom-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-logo-wrapper {
    padding: 1.875rem;
  }

  .rt-service-v2-main-wrapper {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(18.14rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-service-v2-left-wrapper, .rt-gap-small.rt-testimonial-v2-text-width {
    max-width: none;
  }

  .rt-parallax-animation.rt-image-radius-v2 {
    border-radius: 1.5625rem;
  }

  .rt-parallax-animation.rt-image-radius-v3 {
    border-bottom-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v3 {
    min-height: 30.9rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v6 {
    min-height: 20rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v11 {
    min-height: 35rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v32 {
    min-height: 28rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-34 {
    min-height: 33rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v20 {
    min-height: 21rem;
  }

  .rt-cover-image.rt-parallax.rt-image-v18 {
    background-position: 30%;
  }

  .rt-service-v3-card-list.rt-service-v3-card-list-v2 {
    max-width: none;
  }

  .rt-service-v3-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-radius-small.rt-overflow-hidden.rt-image-wrap-v3 {
    margin-right: .625rem;
  }

  .rt-service-v3-card-icon-wrap {
    width: 2.8125rem;
  }

  .rt-testimonial-v1-wrapper {
    padding-bottom: 5rem;
  }

  .rt-testimonial-v1-slider {
    width: 100%;
  }

  .rt-testimonial-v1-profile-icons {
    max-width: 9.375rem;
    margin-bottom: 1rem;
  }

  .rt-testimonial-v1-profile-icons.rt-overflow-hidden.rt-testimonial-v2-image-wrap {
    max-width: 4rem;
  }

  .rt-left-arrow {
    inset: auto auto -74% 50%;
    transform: translate(-85%);
  }

  .rt-left-arrow.rt-radius-tiny.rt-left-arrow-v2 {
    bottom: 19%;
    left: 52%;
  }

  .rt-right-arrow {
    inset: auto 50% -74% auto;
    transform: translate(128%);
  }

  .rt-right-arrow.rt-radius-tiny.rt-right-arrow-v2 {
    bottom: 19%;
    right: 48%;
  }

  .rt-article-v1.rt-change-background {
    background-attachment: fixed;
  }

  .rt-article-v1-card-list {
    grid-template-columns: 1fr 1fr;
  }

  .rt-feature-v2-card-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
  }

  .rt-feature-v2-main-content {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-feature-v2-content {
    max-width: none;
  }

  .rt-insurance-benefits-v1 {
    padding-top: 1.875rem;
    padding-bottom: 2.3125rem;
  }

  .rt-bottom-list-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .rt-health-insurance-image-wrap {
    z-index: 4;
  }

  .rt-counter-v1 {
    height: 1.8rem;
  }

  .rt-counter-v1.rt-counter-v2 {
    height: 1.1rem;
  }

  .rt-about-v1-main-wrap {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(17.06rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-about-v1-main-wrap.rt-radius-xl {
    border-radius: 1.25rem;
  }

  .rt-about-v1-right-wrap.rt-about-v1-right-wrap-v3 {
    max-width: none;
  }

  .rt-about-v1-left-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .rt-radius-xxl.rt-overflow-hidden.rt-change-image-radius {
    border-radius: 1.5625rem;
  }

  .rt-hero-v1-inner-wrapper {
    padding-top: 7.1875rem;
  }

  .rt-hero-v1-inner-wrapper.rt-hero-v1-inner-wrapper-v2 {
    flex-flow: column;
    padding-bottom: 8.25rem;
  }

  .rt-success-rate {
    top: 5%;
    left: 55%;
  }

  .rt-footer-top-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .rt-social-links-main-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-social-link {
    width: 1.4375rem;
  }

  .rt-footer-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-footer-col-v2 {
    grid-column-gap: .78rem;
    grid-row-gap: .78rem;
  }

  .rt-footer-links {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .rt-last-wrapper-inner-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .rt-top-content {
    margin-bottom: 1.25rem;
  }

  .rt-team-member-list {
    grid-template-columns: 1fr 1fr;
  }

  .rt-contact-information-main-wrapper {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(20.62rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-contact-left-wrapper {
    max-width: none;
  }

  .rt-contact-right-wrapper {
    grid-column-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .rt-cta-v2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .rt-cta-v2-main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .rt-cta-v2-left-wrap {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .rt-cta-right-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-testimonial-v2 {
    padding-bottom: 3.75rem;
  }

  .rt-testimonial-v2-main-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .rt-testimonial-v2-left-wrapper {
    background-color: #2a42404a;
    flex: 0 auto;
    width: 100%;
    max-width: 27rem;
    height: 27rem;
  }

  .rt-testimonial-v2-right-wrapper {
    width: 100%;
    max-width: none;
  }

  .rt-testimonial-image-outer-wrap {
    background-color: var(--_colors---transparent);
    max-width: 14rem;
    max-height: 14rem;
  }

  .rt-comment-wrap {
    width: 4rem;
    height: 4rem;
    top: -3%;
  }

  .rt-comment-image-wrap {
    max-width: 2rem;
  }

  .rt-testimonial-image-wrap-one {
    display: block;
    bottom: 63%;
    right: -.8rem;
  }

  .rt-testimonial-image-wrap-two, .rt-testimonial-image-wrap-three {
    display: block;
  }

  .rt-testimonial-image-wrap-four {
    max-width: 6rem;
    display: block;
    bottom: 0%;
    left: 1.4rem;
  }

  .rt-testimonial-image-wrap-five {
    display: block;
    left: -1.3rem;
  }

  .rt-testimonial-image-wrap-six {
    display: block;
  }

  .rt-hero-v4 {
    padding-top: 7.1rem;
  }

  .rt-hero-v4-main-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .rt-hero-v4-image-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rt-hero-v4-text-wrapper {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-bottom: 2.6rem;
    padding-right: 1.875rem;
    bottom: -87%;
  }

  .rt-blog-card-list {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .rt-blog-card-top-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-post-author-details {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
  }

  .rt-latest-blogs-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-summury-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .rt-summury-left {
    max-width: none;
    position: static;
  }

  .rt-summury-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rt-author-information {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .rt-service-promo {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/assurix-shakehands.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .rt-post-summary {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-cta-v1:where(.w-variant-f79e1d4f-61d9-0446-df63-62568407083c), .rt-cta-v1.cta-two {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .rt-article-v1-card-wrapper {
    grid-column-gap: 7.375rem;
    grid-row-gap: 7.375rem;
  }

  .rt-article-card-list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-article-v1-date-wrapper {
    margin-top: .25rem;
  }

  .rt-article-v1-card-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-service-v4-card-list {
    grid-template-columns: repeat(auto-fit, minmax(10.62rem, 1fr));
  }

  .rt-service-v4-card-item {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
  }

  .rt-service-v4-card-icon-wrapper {
    max-width: 2.5rem;
  }

  .rt-feature-v3-main-wrapper-v1.rt-feature-v3-main-wrapper-v2 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(19.5rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-feature-v3-left-wrapper, .rt-feature-v3-right-wrapper {
    max-width: none;
  }

  .rt-service-v5-card-list {
    grid-row-gap: 2.2rem;
    grid-template-columns: 1fr 1fr;
  }

  .rt-service-v6-left-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-feature-v4-bottom-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(17.02rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-overlay-v6 {
    background-image: linear-gradient(to bottom, var(--_colors---dark-midnight-blue), var(--_colors---dark-midnight-blue));
  }

  .rt-feature-v4-card-one {
    height: 25rem;
  }

  .rt-feature-v4-card-content {
    height: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .rt-feature-v4-top-content {
    max-width: none;
  }

  .rt-feature-v4-bottom-content.rt-radius-large.rt-tab-gap {
    background-color: var(--_colors---transparent);
  }

  .rt-hero-v5-text-width {
    max-width: none;
  }

  .rt-service-v3-wrap {
    flex-flow: column;
  }

  .rt-service-v3-right-image-wrapper {
    max-width: none;
  }

  .rt-hero-v6 {
    padding-top: 7rem;
  }

  .rt-hero-v6-main-wrapper {
    grid-column-gap: var(--_container-and-gaps---element-gaps--gap-large);
    grid-row-gap: var(--_container-and-gaps---element-gaps--gap-large);
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(15.75rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-v6-left-content, .rt-hero-v6-right-content, .rt-hero-v6-image-wrap-wrapper {
    max-width: none;
  }

  .rt-about-hero-image {
    display: none;
  }

  .rt-overlay-v7 {
    height: 12.75rem;
  }

  .rt-home-insurance-image-wrap {
    max-width: none;
  }

  .rt-hero-v7 {
    padding-top: 6.8125rem;
    padding-bottom: 3rem;
  }

  .rt-service-v7-top-wrapper {
    margin-bottom: 1.25rem;
  }

  .rt-service-v7-card {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
  }

  .rt-service-v7-card-image-wrapper {
    max-width: 12rem;
  }

  .rt-service-v7-card-image-wrapper.rt-radius-xxl.rt-overflow-hidden.is-style {
    width: 100px;
    height: 100px;
  }

  .rt-hero-v7-main-wrapper {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(18.15rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-v7-counter-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    display: grid;
  }

  .rt-counter-row-1 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    padding-bottom: 1.4rem;
  }

  .rt-counter-row-1.rt-last-row {
    border-bottom-style: solid;
  }

  .rt-main-img {
    margin-top: 0;
  }

  .rt-card-icon-wrapper.rt-radius-xxl.rt-responsive-sizing {
    width: 4rem;
    height: 4rem;
  }

  .rt-service-v8-card-v2 {
    padding-top: 15rem;
  }

  .rt-feature-v5-image-wrapper.rt-mask-v3 {
    -webkit-mask-size: 120% 110%;
    mask-size: 120% 110%;
  }

  .rt-hero-v8 {
    padding-top: 7.25rem;
  }

  .rt-hero-v8.rt-overflow-hidden.is-height {
    padding-top: 3.5rem;
  }

  .rt-hero-v8-main-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .rt-hero-v8-right-content {
    max-width: none;
  }

  .rt-brand-logo {
    max-width: 5.3rem;
  }

  .rt-brand-logo.w--current {
    width: 8.125rem;
  }

  .rt-mega-menu-wrap {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .rt-service-v3-right-wrapper {
    max-width: none;
  }

  .rt-plan-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-service-v3-left-wrapper {
    width: auto;
  }

  .rt-card-small-line {
    width: 1.9rem;
    left: 54%;
  }

  .rt-line-v9 {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .rt-emergency-call-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-schedule {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .rt-checkbox {
    margin-top: .1rem;
  }

  .rt-utility-main-wrapper {
    flex-flow: column;
  }

  .rt-utility-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .rt-checkbox-label {
    margin-bottom: -.1875rem;
  }

  .rt-hero-v11 {
    padding-top: 6.9rem;
    padding-bottom: 25.375rem;
  }

  .rt-main-blog-image {
    height: 25rem;
  }

  .rt-hero-left-wrap {
    order: -9999;
    width: 100%;
  }

  .rt-roatate-shape {
    display: none;
  }

  .rt-utility-page-wrap {
    padding-top: 7.3125rem;
  }

  .rt-text-style-h2-2 {
    font-size: 1.5625rem;
  }

  .rt-service-v7-card-2 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
  }

  .rt-service-v3-card-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-service-v3-card-list-2.rt-service-v3-card-list-v2 {
    max-width: none;
  }

  .rt-service-v3-wrap-2, .rt-service-v3-wrap-2.rt-desktop-full-width.is-align {
    flex-flow: column;
  }

  .rt-service-v3-card-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rt-hero-v7-main-wrapper-2 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(18.15rem, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-hero-v7-counter-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    display: grid;
  }

  .rt-roatate-shape-2 {
    display: none;
  }

  .rt-roatate-shape-2.is-style {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    --font-sizes--h2: 1.5625rem;
    --line-height--h2-line-height: 1.184;
    --font-weight--medium: 500;
    --letter-spacing--h2-letter-spacing: -.0625rem;
    --font-sizes--h3: 1.375rem;
    --line-height--h3-line-height: 1.266;
    --letter-spacing--h3-letter-spacing: -.0625rem;
    --font-sizes--h4: 1.25rem;
    --line-height--h4-line-height: 1.416;
    --letter-spacing--h4-letter-spacing: -.03125rem;
    --font-sizes--h5: .9rem;
    --line-height--h5-line-height: 1.263;
    --letter-spacing--h5-letter-spacing: -.01875rem;
    --font-sizes--h6: .8125rem;
    --line-height--h6-line-height: 1.1;
    --font-sizes--h1: 2.1875rem;
    --line-height--h1-line-height: 1.14;
    --letter-spacing--h1-letter-spacing: -.1375rem;
    --font-sizes--small-text-v2: .8125rem;
    --font-weight--semi-bold: 600;
    --font-sizes--sub-text: .875rem;
    --line-height--sub-text-line-height: 1.428;
    --letter-spacing--sub-text-letter-spacing: -.01875rem;
    --font-sizes--button: .8125rem;
    --line-height--button-line-height: 1;
    --line-height--small-text-v2-line-height: 1;
    --font-sizes--small-text-v1: .5rem;
    --line-height--small-text-v1-line-height: 1.666;
    --font-sizes--small-text-v3: .625rem;
    --line-height--small-text-v3-line-height: 1.666;
    --font-sizes--large-text-v1: 8rem;
    --line-height--large-text-v1-line-height: .91;
    --letter-spacing--large-text-v1-letter-spacing: -.625rem;
    --font-sizes--nav-text: .9375rem;
    --line-height--nav-text-line-height: 1;
    --letter-spacing--nav-text-letter-spacing: -.01875rem;
    --font-weight--regular: 400;
    --font-sizes--body: .875rem;
    --letter-spacing--h6-letter-spacing: -.0125rem;
    --line-height--body-line-height: 1.666;
    --_font-family---heading-font: Lexend, sans-serif;
    --_font-family---body-font: Lexend, sans-serif;
    --_colors---dark-midnight-blue: #001d28;
    --_colors---dark-slate-blue: #2c436b;
    --_colors---silver-blue: #bfc8cc;
    --_colors---white: white;
    --_colors---dark-gray: #6c6c6c;
    --_colors---light-gray: #f4f5f5;
    --_colors---transparent: #fff0;
    --_colors---light-steel-blue: #d3dde8;
    --_colors---verdant-green: #3b742a;
    --_colors---teal-blue: #0b7b8b;
    --_colors---light-bluish-gray: #d2dee1;
    --_colors---dark-prussian-blue: #022633;
    --_colors---forest-green: #438047;
    --_colors---light-grayish-blue: #f4f9fe;
    --_colors---very-light-gray: #6d6969;
    --_colors---bright-gray: #edeff0;
    --_colors---very-pale-green-gray: #f1f9ee;
    --_colors---cloud-blue-gray: #dce3e4;
    --_colors---pale-cyan-gray: #e3edee;
    --_colors---alice-blue: #e8f0fa;
    --_colors---light-moss-green: #c6d7c1;
    --_colors---dark-cyan-blue: #0f5069;
    --_colors---light-pastel-green: #e2ebdf;
    --_colors---black: #000;
    --_colors---ice-green: #eaf4e5;
    --_colors---light-green: #4a8b35;
    --_colors---light-ice-blue: #e5f2f6;
    --_colors---pastel-blue: #a8c4ca;
    --_colors---frost-gray: #f2f3f3;
    --_colors---light-beige: #f7f1eb;
    --_colors---very-light-green: #def3cf;
    --_colors---orange: #bd5623;
    --_container-and-gaps---gaps--container-gap: .9375rem;
    --_container-and-gaps---container--container: 82.5rem;
    --_container-and-gaps---element-gaps--gap-tiny: .5rem;
    --_container-and-gaps---element-gaps--gap-large: 1.15rem;
    --_container-and-gaps---gaps--section-gap-medium: 3.1875rem;
    --_container-and-gaps---gaps--section-gap-large: 3.75rem;
    --_container-and-gaps---container--container-small: 69.6875rem;
    --_container-and-gaps---element-gaps--gap-xl: 1.125rem;
    --_container-and-gaps---container--container-medium: 95.625rem;
    --_container-and-gaps---element-gaps--gap-xxl: 1.875rem;
    --_container-and-gaps---element-gaps--gap-medium: .9375rem;
    --_container-and-gaps---element-gaps--gap-small: .5rem;
    --_container-and-gaps---container--container-large: 117.5rem;
  }

  .rt-mobile-display-none {
    display: none;
  }

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

  .rt-gap-off.rt-gap-medium.rt-checkbox-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-hero-v1-left-wrapper.is-align {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-button-wrap.rt-responsive-element-align-center {
    justify-content: center;
    align-items: center;
  }

  .rt-hero-v1-text-width.rt-gap-medium.is-color.is-align {
    text-align: center;
  }

  .rt-desktop-full-width.rt-article-top-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .rt-service-v2-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rt-content-grid-box {
    min-height: 450px;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v3 {
    min-height: 24rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v4 {
    min-height: 30rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v7 {
    min-height: 25rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v11 {
    min-height: 27rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v18 {
    min-height: 29rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v19 {
    min-height: 14rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v32 {
    min-height: 33rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-34 {
    min-height: 27rem;
  }

  .rt-content-grid-box.rt-desktop-full-width.rt-image-v20 {
    min-height: 16rem;
  }

  .rt-cover-image.rt-parallax.rt-image-v23 {
    background-position: 0 0, 50% 0;
  }

  .rt-cover-image.rt-parallax.rt-image-v2 {
    background-position: 100%;
  }

  .rt-service-v3-card-list {
    grid-template-columns: repeat(auto-fit, minmax(13.15rem, 1fr));
  }

  .rt-service-v3-card-list.rt-service-v3-card-list-v2 {
    grid-template-columns: repeat(auto-fit, minmax(10.63rem, 1fr));
  }

  .rt-service-v3-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-radius-small.rt-overflow-hidden.rt-image-wrap-v3 {
    left: .9375rem;
  }

  .rt-left-arrow, .rt-right-arrow {
    bottom: -50%;
  }

  .rt-article-v1-card-list {
    grid-template-columns: repeat(auto-fit, minmax(13.15rem, 1fr));
  }

  .rt-article-v1-content {
    justify-content: center;
    align-items: center;
  }

  .rt-feature-v2-card-list {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  }

  .rt-benefits-list-wrapper {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .rt-about-v1-main-wrap {
    grid-template-columns: repeat(auto-fit, minmax(15.06rem, 1fr));
  }

  .rt-about-v1-main-wrap.rt-radius-xl {
    border-radius: .9375rem;
  }

  .rt-hero-v1-inner-wrapper.rt-hero-v1-inner-wrapper-v2.rt-overflow-hidden.is-style {
    grid-template-columns: 1fr;
  }

  .rt-footer-col-v1 {
    max-width: 17rem;
  }

  .rt-footer-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-footer-bottom-content {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rt-team-member-list {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  .rt-team-member-details-wrap {
    padding-bottom: 1.3rem;
  }

  .rt-contact-information-main-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(16.82rem, 1fr));
  }

  .rt-testimonial-v2-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rt-testimonial-v2-left-wrapper {
    max-width: 17rem;
    height: 17rem;
  }

  .rt-comment-wrap, .rt-testimonial-image-wrap-one, .rt-testimonial-image-wrap-two, .rt-testimonial-image-wrap-three, .rt-testimonial-image-wrap-four, .rt-testimonial-image-wrap-five, .rt-testimonial-image-wrap-six {
    display: none;
  }

  .rt-hero-v4-image-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .rt-hero-v4-main-image-wrapper {
    order: -9999;
  }

  .rt-hero-v4-text-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    position: static;
    transform: none;
  }

  .rt-author-details-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1rem;
  }

  .rt-line-v4 {
    margin-bottom: 1rem;
  }

  .rt-latest-blogs-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-summury-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-post-summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rt-cta-v1 {
    padding-top: 7rem;
  }

  .rt-article-v1-card-wrapper {
    margin-bottom: var(--_container-and-gaps---element-gaps--gap-xxl);
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: repeat(auto-fit, minmax(18.37rem, 1fr));
  }

  .rt-service-v4-card-list {
    grid-template-columns: repeat(auto-fit, minmax(8.62rem, 1fr));
  }

  .rt-service-v5-card-list, .rt-service-v6-card-list {
    grid-template-columns: 1fr;
  }

  .rt-feature-v4-bottom-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(15.62rem, 1fr));
  }

  .rt-feature-v4-card-two, .rt-feature-v4-card-one {
    height: 411px;
  }

  .rt-feature-v4-top-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .rt-feature-v4-left-wrapper, .rt-hero-v5-left-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-hero-v6-main-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .rt-hero-v6-right-content {
    justify-content: flex-start;
    align-items: center;
  }

  .rt-hero-v6-image-wrap-wrapper {
    border-radius: 1.5625rem;
  }

  .rt-round-shape-image {
    max-width: 17rem;
  }

  .rt-hero-v7-title {
    margin-top: 0;
  }

  .rt-hero-v7-counter-wrapper {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .rt-counter-row-1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
  }

  .rt-service-v8-card-list {
    grid-template-columns: 1fr;
  }

  .rt-hero-v8-right-content.is-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .rt-all-post-v1 {
    display: none;
  }

  .rt-all-post-v2 {
    display: block;
  }

  .rt-collection-list-wrapper {
    margin-bottom: var(--_container-and-gaps---element-gaps--gap-xxl);
  }

  .rt-mega-menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-service-v3-content-wrapper {
    max-width: none;
    margin-left: .9375rem;
    right: .9375rem;
  }

  .rt-get-in-touch {
    margin-bottom: 1.4rem;
  }

  .rt-form-wrap {
    grid-column-gap: var(--_container-and-gaps---element-gaps--gap-medium);
    grid-row-gap: var(--_container-and-gaps---element-gaps--gap-medium);
    flex-flow: column;
    align-items: stretch;
  }

  .rt-line-v9 {
    margin-top: 1rem;
  }

  .rt-contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-emergency-call-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-form-field {
    padding-top: 0;
    padding-bottom: .3125rem;
  }

  .rt-hero-v11 {
    padding-bottom: 3.75rem;
  }

  .rt-service-v7-card-2.rt-radius-medium.rt-middle-card.is-style {
    padding-bottom: 2.5rem;
  }

  .rt-service-v3-card-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-service-v3-card-list-2 {
    grid-template-columns: repeat(auto-fit, minmax(13.15rem, 1fr));
  }

  .rt-service-v3-card-list-2.rt-service-v3-card-list-v2 {
    grid-template-columns: repeat(auto-fit, minmax(10.63rem, 1fr));
  }

  .rt-service-v3-card-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rt-hero-v7-counter-wrapper-2 {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .rt-shape-two {
    width: 300px;
    height: 300px;
  }

  .rt-text-style-h2-3.is-color.is-letter {
    letter-spacing: 0;
  }

  .rt-gap-off-6 {
    font-size: 26px;
  }

  .rt-gap-off-6.is-letter {
    letter-spacing: 0;
  }

  .rt-gap-off-6.is-letter.is-color.is-align {
    text-align: center;
  }

  .rt-button-wrap-2.rt-responsive-element-align-center, .rt-button-wrap-2.rt-responsive-element-align-center.is-align {
    justify-content: center;
    align-items: center;
  }
}

#w-node-f7485941-8609-6786-baec-6977154b8fb3-154b8fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7485941-8609-6786-baec-6977154b9008-154b8fa2 {
  justify-self: stretch;
}

#w-node-b2fa10ec-85c2-93ea-ff69-82a3bf811390-d8d0455d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2fa10ec-85c2-93ea-ff69-82a3bf811391-d8d0455d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch start;
}

#w-node-b2fa10ec-85c2-93ea-ff69-82a3bf8113d7-d8d0455d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2fa10ec-85c2-93ea-ff69-82a3bf8113d8-d8d0455d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch start;
}

#w-node-b2fa10ec-85c2-93ea-ff69-82a3bf811402-d8d0455d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2fa10ec-85c2-93ea-ff69-82a3bf811403-d8d0455d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch start;
}

#w-node-bd0c931a-6b8b-b7a7-3812-31821ff4b72b-01da3f19 {
  justify-self: center;
}

#w-node-bd0c931a-6b8b-b7a7-3812-31821ff4b72d-01da3f19 {
  justify-self: end;
}

#w-node-_2d6a7ad0-502a-991b-0125-55c6c1127fac-2afb9bc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d6a7ad0-502a-991b-0125-55c6c1127ffc-2afb9bc6 {
  justify-self: stretch;
}

#w-node-d667135a-e4a5-4f2d-513e-70fbbc5d1e52-504406b6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-d21f95d0-b275-0664-24fe-0fe660e2e9e0-504406b6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_737c1f9a-40f3-f137-60a7-9c6cde8db99e-504406b6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-b24a8b32-db1e-012b-b38c-8afc64618d5d-504406b6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start end;
}

@media screen and (min-width: 1920px) {
  #w-node-f7485941-8609-6786-baec-6977154b9026-154b8fa2, #w-node-_2d6a7ad0-502a-991b-0125-55c6c112801b-2afb9bc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b45ea4f-5b80-2f47-db3b-6c2b9c20a444-0222fc93 {
    align-self: stretch;
  }

  #w-node-cf01257f-991a-a54d-52d5-80d1652a9db8-99411ed8 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7485941-8609-6786-baec-6977154b8ff2-154b8fa2 {
    align-self: end;
  }

  #w-node-_3b7c7ea6-1f09-d004-3bc1-0d2ad74d54ee-4ca452b8, #w-node-ec040ebd-0249-9347-924c-206d9a585d30-f1ff263f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec040ebd-0249-9347-924c-206d9a585d5d-f1ff263f {
    justify-self: end;
  }

  #w-node-ec040ebd-0249-9347-924c-206d9a585d67-f1ff263f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d6a7ad0-502a-991b-0125-55c6c1127fea-2afb9bc6 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_71b42b77-34d8-915d-78a8-8b3f5eb5ff69-99411ed8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-cf01257f-991a-a54d-52d5-80d1652a9db8-99411ed8 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }
}


