:root {
  --white: #fff;
  --relume-library-lite--rl-black: black;
  --navy: #000f20;
  --relume-library-lite--rl-white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100px;
}

.navbar {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cap20Thorp20-24.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 80vh;
  padding-left: 100px;
  display: flex;
}

.hero-text {
  width: 90%;
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.about-image {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.about-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.stats-cell {
  justify-content: flex-start;
  align-items: center;
}

.stats-number {
  font-family: DM Serif Text, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.stats-text {
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.1em;
}

.paragraph {
  color: #fff;
  max-width: 750px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2em;
}

.hero-button {
  color: #000f20;
  text-align: center;
  background-color: #fff;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .4s;
}

.hero-button:hover {
  border-color: var(--white);
  box-shadow: 0 0 5px 5px var(--relume-library-lite--rl-black);
  color: #fff;
  background-color: #075e54;
}

.hero-button.contact {
  background-color: var(--navy);
  color: var(--white);
}

.hero-button.contact:hover {
  border-style: none;
  border-color: var(--white);
  box-shadow: 0 0 5px 5px var(--relume-library-lite--rl-black);
  color: var(--white);
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3em;
}

.oc-section {
  background-color: #fff2e2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.oc-section-text {
  text-align: center;
  width: 1000px;
}

.oc-grid {
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.oc-grid-cell {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  box-shadow: 0 2px 5px #0003;
}

.oc-grid-heading {
  text-align: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.oc-grid-paragraph {
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.pricing-header {
  text-align: center;
  width: 1000px;
}

.pricing-grid {
  padding-left: 0;
  padding-right: 0;
}

.pricing-grid-cell {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid #dcd9d4;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
}

.pricing-grid-cell.exclusive {
  background-color: #000f20;
}

.pricing-grid-header {
  font-family: DM Serif Text, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.pricing-grid-header.exclusive {
  color: #fff;
}

.pricing-grid-paragraph {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2em;
}

.pricing-grid-paragraph.exclusive {
  color: #fff;
}

.pricing-grid-list {
  padding-left: 0;
  list-style-type: none;
}

.pricing-grid-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.pricing-grid-list-item.exclusive {
  color: #fff;
}

.pricing-grid-list-text {
  background-image: url('../images/tick.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px;
}

.pricing-grid-list-text.exclusive {
  background-image: url('../images/tick-1.webp');
}

.pricing-grid-header-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #000f20;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 30px 20px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Serif Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.button-2 {
  color: #000f20;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .4s;
}

.button-2:hover {
  color: var(--navy);
  box-shadow: 0 0 5px 2px #ffffffd1;
}

.pricing-grid-button {
  background-color: #000f20;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  transition: all .4s;
}

.pricing-grid-button:hover {
  box-shadow: 0 0 5px 2px #000f20d1;
}

.pricing-grid-button.exclusive {
  color: #000f20;
  background-color: #fff;
}

.pricing-grid-button.exclusive:hover {
  box-shadow: 0 0 5px 2px #ffffffd1;
}

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

.testimonials-section {
  background-color: var(--navy);
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock2556034947.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 50px;
}

.container-6 {
  max-width: 1500px;
  padding-left: 100px;
  padding-right: 100px;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Text, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_testimonial {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: #fff2e2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 20px;
  display: grid;
}

.rl_testimonial17_spacing-block-4, .rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl_testimonial17_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.contact-section {
  background-color: #fff2e2;
  padding-top: 100px;
  padding-bottom: 40px;
}

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

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

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

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

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-input {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border: 1px solid #c2c2c2;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

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

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

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl-form-radio-label {
  color: #333;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--navy);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .4s;
}

.rl-button:hover {
  box-shadow: 0 0 5px 2px #000f20d1;
}

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

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

.rl_contact6_spacing-block-5, .rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.rl-form-text-area {
  background-color: var(--relume-library-lite--rl-white);
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

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

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact6_button-wrapper {
  flex-flow: column;
  display: flex;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

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

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-field-label {
  color: #333;
  margin-bottom: .5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.bold-text, .bold-text-2 {
  font-weight: 300;
}

.container-7 {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.button-3 {
  background-color: #075e54;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3em;
  transition: all .4s;
}

.button-3:hover {
  box-shadow: 0 0 5px 2px #075e54cc;
}

.button-4 {
  border: 3px solid var(--white);
  text-align: center;
  background-color: #3898ec00;
  width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.button-4:hover {
  background-color: var(--white);
  color: var(--navy);
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.about-paragraph {
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4em;
}

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

.rl_footer4_link {
  color: var(--white);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-black);
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_legal-link {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

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

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

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

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  text-align: center;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: block;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-social-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

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

.rl_footer4_logo {
  filter: invert();
  width: 200px;
}

.oc-grid-icon {
  width: 50px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .hero-text {
    text-align: center;
    width: auto;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-image {
    justify-content: center;
    align-items: center;
  }

  .about-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .oc-section {
    padding-top: 20px;
  }

  .oc-section-text {
    width: 720px;
  }

  .oc-grid {
    width: 720px;
    margin-top: 0;
  }

  .oc-grid-cell {
    justify-content: space-around;
  }

  .oc-grid-heading {
    height: auto;
    font-size: 1.3rem;
  }

  .container-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-header, .pricing-grid {
    width: 720px;
  }

  .pricing-grid-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-grid-header {
    font-size: 1.7rem;
  }

  .pricing-grid-paragraph, .pricing-grid-list-text {
    font-size: 1rem;
  }

  .div-block {
    width: 720px;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3, .button-2 {
    font-size: 1.1rem;
  }

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

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr 1fr 1fr;
    width: 720px;
  }

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

  .contact-section {
    padding-top: 40px;
  }

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

  .rl_contact6_form {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .rl-form-radio-label {
    font-size: .9rem;
  }

  .rl-button {
    font-size: 1.1rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-text-style-medium-2 {
    font-size: 1.1rem;
  }

  .rl-field-label {
    font-size: .9rem;
  }

  .button-3 {
    font-size: 1.1rem;
  }

  .about-paragraph {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

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

  .rl_footer4_bottom-wrapper {
    margin-top: 10px;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_logo {
    width: 150px;
  }

  .image-2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    font-size: 3.4rem;
  }

  .hero-button.contact {
    margin-top: 0;
  }

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

  .oc-section-text {
    width: auto;
  }

  .oc-grid {
    width: 350px;
  }

  .container-4 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-header {
    width: auto;
  }

  .pricing-grid {
    width: 400px;
  }

  .div-block {
    flex-flow: column;
    width: 350px;
  }

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

  .heading-3 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    margin-top: 20px;
  }

  .container-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr;
    width: 400px;
  }

  .rl_testimonial17_spacing-block-4, .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_contact6_spacing-block-6, .rl_contact6_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

  .rl-text-style-medium-2 {
    text-align: center;
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact6_contact-list {
    justify-items: center;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-auto-flow: row;
    justify-items: center;
    display: block;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-image {
    width: 95%;
  }

  .heading {
    font-size: 2.3rem;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .hero-button {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5em;
  }

  .heading-2 {
    font-size: 1.9rem;
  }

  .oc-section {
    padding-top: 30px;
  }

  .oc-grid {
    width: 300px;
  }

  .oc-grid-cell {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-grid {
    width: 300px;
  }

  .div-block {
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-2 {
    font-size: 1rem;
  }

  .testimonials-section {
    padding-top: 30px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rl_testimonial17_testimonial-list {
    width: 300px;
  }

  .rl_contact6_form {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .rl-button {
    font-size: 1.05rem;
  }

  .rl_content6_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .button-3 {
    text-align: center;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.05rem;
  }

  .button-4 {
    font-size: 1.1rem;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .about-paragraph {
    font-size: 1.1rem;
  }

  .image-2 {
    width: 100%;
  }
}

#w-node-_9d287b31-b1e6-e559-e9b7-876dab8be1b1-a232152f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_21984786-ea15-deb1-2df7-6c0faeae08e3-a232152f, #w-node-e9c84b78-7eab-8fef-35a0-f6e5b62dc1ad-a232152f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7dba7d2c-a41e-56a7-0dde-d632da9be17d-a232152f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7c6a1a10-5deb-d808-5e13-05cf019952a9-a232152f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7c6a1a10-5deb-d808-5e13-05cf019952ae-a232152f, #w-node-_7c6a1a10-5deb-d808-5e13-05cf019952b3-a232152f {
  align-self: start;
}

#w-node-_7c6a1a10-5deb-d808-5e13-05cf019952bb-a232152f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c6a1a10-5deb-d808-5e13-05cf019952f9-a232152f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c6a1a10-5deb-d808-5e13-05cf019952fb-a232152f, #w-node-_669331b1-6578-6233-51f8-394f52991768-a232152f {
  justify-self: start;
}

#w-node-_669331b1-6578-6233-51f8-394f52991775-a232152f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_21984786-ea15-deb1-2df7-6c0faeae08e3-a232152f, #w-node-e9c84b78-7eab-8fef-35a0-f6e5b62dc1ad-a232152f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_669331b1-6578-6233-51f8-394f52991768-a232152f, #w-node-_669331b1-6578-6233-51f8-394f52991775-a232152f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21984786-ea15-deb1-2df7-6c0faeae08e3-a232152f, #w-node-e9c84b78-7eab-8fef-35a0-f6e5b62dc1ad-a232152f, #w-node-_7dba7d2c-a41e-56a7-0dde-d632da9be17d-a232152f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_669331b1-6578-6233-51f8-394f52991784-a232152f {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_669331b1-6578-6233-51f8-394f52991768-a232152f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


