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

body {
  color: #000;
  background-color: #f0f1ee;
  font-family: Thicccboi, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  background-color: #f4f9fc;
  padding: 4rem;
}

.padding-xlarge.padding-vertical {
  background-color: #f4f9fc;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

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

.text-color-black {
  color: #000;
}

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: .0625rem dashed #0073e6;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

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

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.align-center {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #000;
}

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

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

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

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

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

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

.hide {
  display: none;
}

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

.container {
  width: 90%;
  max-width: 71.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.text-align-center.n-d-text-cent {
  text-align: left;
}

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

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

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

.rl_navbar1_menu-button {
  padding: 0;
}

.first-btn {
  width: 100%;
  text-align: center;
  background-color: #4f5a5f;
  border-radius: .4375rem;
  padding: 1rem 1.9rem;
  text-decoration: none;
}

.first-btn.big {
  width: 100%;
  width: 100%;
  background-color: #4f5a5f;
  border-radius: .4375rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.menu-buttons.nav {
  margin-left: auto;
}

.rl_navbar1_dropdown-list.w--open {
  min-width: 19.375rem;
  background-color: #e4e5e2;
  border-radius: 1.375rem;
  padding: 2.5rem 2.8125rem 2.5rem 2.5rem;
  right: -44%;
  box-shadow: 0 6px 1.5rem #9d9d9d;
}

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

.rl_navbar1_dropdown-toggle {
  padding: 2.75rem 2.3rem 2.75rem .8rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .2s;
}

.rl_navbar1_dropdown-toggle:hover {
  color: #9d9d9d;
}

.rl_navbar1_link {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 2.75rem .8rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
}

.rl_navbar1_link:hover, .rl_navbar1_link.w--current {
  color: #9d9d9d;
}

.rl_navbar1_link.dropdown-links {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
}

.rl_navbar1_link.dropdown-links:hover {
  color: #9d9d9d;
}

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

.rl_navbar1_menu.is-page-height-tablet {
  width: 63%;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  width: 63%;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  margin-left: auto;
}

.rl_navbar1_logo {
  width: 34px;
  max-width: 12.3rem;
}

.rl_navbar1_logo-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.rl_navbar1_logo-link.hide-mobile-landscape.w--current {
  align-items: center;
  display: flex;
}

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rl_navbar1_component {
  z-index: 5;
  width: 95%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.first-styled-btn-link {
  opacity: 1;
  color: #fff;
  border-radius: .4375rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.first-styled-btn-link.nav-popup {
  width: 100%;
}

.second-styled-btn {
  min-width: 7.5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: .4375rem;
  padding: 1rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 1px 6px #9d9d9d;
}

.second-styled-btn:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 9px #9d9d9d;
}

.second-styled-btn.big {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pink-span {
  color: #ff3868;
}

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

.d-flex-center.text-align-center {
  position: relative;
}

.div-block {
  color: #000;
  background-color: #e4e5e2;
  border-radius: 625rem;
  align-items: center;
  padding: .5rem 1.2rem .5rem .6rem;
  display: flex;
  box-shadow: 0 4px 5px rgba(79, 90, 95, .55);
}

.greadient-bg {
  border-radius: 62.5rem;
  position: relative;
}

.green {
  filter: blur(1.25rem);
  background-color: #9d9d9d;
}

.purple {
  filter: blur(1.25rem);
  background-color: #fff;
}

.cyan {
  filter: blur(1.25rem);
  background-color: #9d9d9d;
}

.div-block-2 {
  z-index: -1;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(.9, .7, 1);
}

.div-block-3 {
  opacity: 1;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: 62.5rem;
  padding: .625rem 1.0625rem;
  font-weight: 600;
}

.heading {
  color: #0061a6;
  font-size: 4.5rem;
  line-height: 5.3rem;
}

.span-greadent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #929292, #454545);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph._16px {
  font-size: 1rem;
}

.paragraph._20px {
  font-size: 1.25rem;
}

.paragraph._18px {
  font-size: 1.125rem;
}

.paragraph._18px.thistle {
  text-decoration: none;
}

.paragraph._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph._18px.footer {
  color: #0061a6;
  font-weight: 600;
  text-decoration: none;
}

.paragraph._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph._22px {
  font-size: 1.375rem;
}

.paragraph._30px {
  font-size: 1.875rem;
}

.paragraph._18px-copy {
  font-size: 1.125rem;
}

.paragraph._18px-copy.thistle {
  text-decoration: none;
}

.paragraph._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph._18px-copy.footer:hover {
  color: #9d9d9d;
}

.white-bold {
  color: #fff;
}

.image {
  width: 90%;
}

.image-2 {
  width: 22%;
  height: auto;
  object-fit: fill;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 10%;
  right: auto;
  transform: translate(0, -2.5rem);
}

.image-3 {
  width: 22%;
  height: auto;
  object-fit: fill;
  border-radius: .9rem;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 9%;
  transform: translate(0, -6rem);
}

.div-block-4 {
  grid-column-gap: .6875rem;
  background-color: #e4e5e2;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: flex;
  box-shadow: 0 0 .8rem -2px #9d9d9d;
}

.div-block-5 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-56 {
  font-size: 3.5rem;
  line-height: 4.125rem;
}

.div-block-7 {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  align-items: center;
  display: flex;
}

.servers-icons-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: left;
  background-color: #e4e5e2;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 .5rem #9d9d9d;
}

.servers-icons-wrapper._2nd {
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.servers-icons-wrapper.result {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.thistle {
  color: #b7b4c7;
}

.icons-card {
  width: 3.6875rem;
  max-height: 3.6875rem;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: .625rem;
  padding: .6875rem;
  display: flex;
}

.image-5 {
  border-radius: 1.375rem;
}

.div-block-8 {
  background-image: linear-gradient(to right, #9d9d9d, #e4e5e2);
  padding: .5625rem;
}

.div-block-9 {
  max-width: 45.3125rem;
}

.heading-40 {
  font-size: 2.5rem;
  line-height: 2.9375rem;
}

.gradient-elem {
  z-index: -1;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(.9, .7, 1);
}

.gradient-elem._2nd {
  opacity: .5;
  transform-style: preserve-3d;
  transform: none;
}

.div-block-copy {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #e4e5e2;
  border-radius: 1.375rem;
  justify-content: space-between;
  align-items: center;
  padding: 4.4375rem 2.5rem;
  display: flex;
  box-shadow: 0 2px 8px #9d9d9d;
}

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

.grid-3 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.div-block-10 {
  max-width: 84rem;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.white-bg {
  background-image: linear-gradient(to right, #e4e5e2, #9d9d9d);
  border-radius: 1.375rem;
  padding: .5625rem;
  position: relative;
}

.span-pink {
  color: #ff3868;
}

.span-purple {
  color: #7d4ee1;
}

.grid-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.card-warapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #e4e5e2;
  border-radius: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
  box-shadow: 2px 2px .5rem #9d9d9d;
}

.div-block-13 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.8125rem 2.5rem;
  display: flex;
}

.icons-card-copy {
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  display: flex;
}

.white-link {
  color: #fff;
}

.rl_layout1_image {
  transform: translate(13rem)scale(2);
}

.rl_layout1_image.not-huge {
  transform: none;
}

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

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

.rl-padding-global-3 {
  background-color: #e4e5e2;
}

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

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_line-divider {
  width: 100%;
  height: .0625rem;
  background-color: #5e5b71;
}

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

.rl_footer1_link-list {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

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

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

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #f4f4f4;
  border: .0625rem solid #9d9d9d;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input::-ms-input-placeholder {
  color: #9d9d9d;
}

.form-input::placeholder {
  color: #9d9d9d;
}

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

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

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

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

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

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

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

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

.div-block-15 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #9d9d9d;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-block-15:hover {
  background-color: #4f5a5f;
}

.image-11 {
  width: 1.5rem;
}

.image-12 {
  width: 2.1875rem;
}

.social-link {
  padding: .3rem;
}

.social-link.greadient-bg-icon {
  background-image: linear-gradient(134deg, #ff3868, #7d4ee1);
  border-radius: .625rem;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.image-13 {
  width: 2.1875rem;
}

.div-block-17 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.image-14 {
  width: 2rem;
}

.div-block-18 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-20 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-15 {
  width: 3.75rem;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section {
  position: relative;
}

.glow {
  z-index: -1;
  width: 25rem;
  height: 25rem;
  filter: blur(6.25rem);
  background-color: rgba(79, 90, 95, .6);
  position: absolute;
  top: 95%;
  bottom: auto;
  left: -12.5rem;
  right: auto;
}

.glow.purple-right {
  background-color: rgba(79, 90, 95, .7);
  background-image: none;
  top: 65%;
  bottom: auto;
  left: auto;
  right: -12.5rem;
}

.glow._4th {
  opacity: .5;
  background-color: #9d9d9d;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 16%;
}

.glow._5th {
  background-color: #9d9d9d;
  background-image: none;
  top: 25%;
}

.glow._4th-page-2 {
  opacity: .5;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 35%;
}

.team-group-img {
  border-radius: 1.37rem;
}

.hide-desktop {
  display: none;
}

.heading-76 {
  font-size: 4.75rem;
  line-height: 5.25rem;
}

.grid-2-page2 {
  width: 100%;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-img {
  width: 100%;
  border-radius: 1.25rem;
}

.team-img.absoute {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #e4e5e2;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .9375rem .9375rem 1.8rem;
  display: flex;
  box-shadow: 0 0 .3rem #9d9d9d;
}

.relative {
  position: relative;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-about-us {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  background-color: #e4e5e2;
  border: .0625rem solid rgba(94, 91, 113, .5);
  border-radius: 1.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 .2rem #9d9d9d;
}

.about-card-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icons-card-about {
  max-height: 3.6875rem;
  background-color: #302c3f;
  border-radius: .625rem;
}

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

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

.reviews {
  width: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.review-card {
  width: 100%;
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: left;
  background-color: #e4e5e2;
  border: .0625rem solid #302c3f;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1.8rem;
  display: inline-block;
  box-shadow: 0 0 .4rem #9d9d9d;
}

.div-block-27 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.reviewerr-profile {
  max-height: 3.6875rem;
  background-color: #302c3f;
  border-radius: 50%;
}

.image-18 {
  width: 75%;
}

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

.html-embed {
  width: 100%;
  display: inline-block;
}

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

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

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

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

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

.rl_contact6_button-wrapper {
  max-width: 9.375rem;
}

.rl_contact6_button-wrapper.max-width-full {
  min-width: 100%;
}

.rl-form-text-area {
  height: auto;
  min-height: 8.125rem;
  background-color: #302c3f;
  border: .0625rem solid #302c3f;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: background-color .2s;
  overflow: auto;
}

.rl-form-text-area:hover {
  background-color: #13111a;
}

.rl-form-text-area:focus {
  border-color: #000;
}

.rl-field-label {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl-form-input-2 {
  height: auto;
  min-height: 2.75rem;
  background-color: #302c3f;
  border: .0625rem solid #302c3f;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: background-color .2s;
}

.rl-form-input-2:hover {
  background-color: #13111a;
}

.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_contact6_form-field-2col.secrate-page {
  flex-direction: column;
  display: flex;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #13111a;
  border: .125rem solid #5e5b71;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3.125rem 3.125rem 2.5rem;
  display: grid;
}

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

.rl_contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

.rl_content6_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

.image-19 {
  border-radius: .4375rem;
}

.discord {
  width: 100%;
  height: 100vh;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  width: 2rem;
  height: 2rem;
  background-color: #1d1a27;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.5rem;
  display: flex;
}

.faq-wrapper {
  background-color: #1d1a27;
  border-radius: 1.375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.faqicon {
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(100deg, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .125rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-29 {
  width: 55%;
  height: .125rem;
  background-color: #fff;
  border-radius: .3125rem;
  position: absolute;
}

.div-block-29.vertical {
  transform: rotate(90deg);
}

.bold-text {
  color: #b7b4c7;
  text-decoration: underline;
}

.secrets-page-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.secrets-page-hero._2nd {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1.5fr 1fr;
}

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

.grid-secrets.text-align-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1.25fr;
}

.div-block-30 {
  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;
}

.div-block-31 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.secrets-animation-cards {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: left;
  background-color: #13111a;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 4.625rem rgba(0, 0, 0, .59);
}

.secrets-animation-cards.text-align-center {
  text-align: center;
}

.price-card {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: left;
  background-color: #13111a;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 4.625rem rgba(0, 0, 0, .59);
}

.price-card.text-align-center {
  text-align: center;
  border: .125rem solid #5e5b71;
}

.grid-3-vertical {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.heading-77 {
  font-size: 2.5rem;
}

.grid-12323 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
}

.div-block-32 {
  z-index: -1;
  width: 30rem;
  height: 31.25rem;
  background-color: #302c3f;
  border-radius: 1.25rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-33 {
  padding-top: 2rem;
  padding-left: 2rem;
  position: relative;
}

.border-r-22px {
  border-radius: 1.375rem;
}

.div-block-34 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.first-styled-btn-link-2 {
  opacity: 1;
  color: #fff;
  background-image: linear-gradient(100deg, #6f86ff, #b372ce 49%, #ff7586);
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  padding: .1875rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.pink-2 {
  filter: blur(1.25rem);
  background-color: #ff3868;
}

.span-greadent-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff3868, #7d4ee1);
  -webkit-background-clip: text;
  background-clip: text;
}

.rl-form-input-3 {
  height: auto;
  min-height: 2.75rem;
  color: #fff;
  background-color: #302c3f;
  border: .0625rem solid #302c3f;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: background-color .2s;
}

.rl-form-input-3:hover {
  background-color: #13111a;
}

.rl-form-input-3.secreate-page {
  padding: 1rem;
}

.rl_contact6_form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #13111a;
  border: .125rem solid #5e5b71;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3.125rem 3.125rem 2.5rem;
  display: grid;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr 2fr;
}

.table-elem {
  border: 1px solid #fff;
  padding: 2rem 1rem;
}

.div-block-35 {
  height: 20%;
  opacity: .3;
  filter: blur(80px);
  background-color: #ff3868;
}

.div-block-35._2nd {
  height: 80%;
  background-color: #7d4ee1;
}

.div-block-35.purple {
  background-color: #7d4ee1;
}

.div-block-36 {
  z-index: -2;
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-pop {
  z-index: 999999;
  width: 90%;
  display: none;
  position: absolute;
  top: 10%;
}

.nav-server-setups {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #13111a;
  border-radius: 1.375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4.4375rem 3.1rem;
  display: flex;
}

.menu-buttons-nav-popup {
  width: 40vw;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 20px;
  height: 20px;
  margin-top: 2rem;
  margin-right: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.green-span {
  color: #9d9d9d;
}

.primary-btn {
  opacity: 1;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 13px #9d9d9d;
}

.primary-btn:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 7px #9d9d9d;
}

.primary-btn.small {
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary-btn.form {
  width: 100%;
}

.grey-link {
  color: #4f5a5f;
}

.cursor {
  z-index: 100;
  width: 50px;
  height: 50px;
  border: 2px solid #4f5a5f;
  border-radius: 50%;
  position: absolute;
}

.mouse-cursor-hover {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.icon-2 {
  width: 30px;
  height: 20px;
  color: #9d9d9d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  width: 100%;
  height: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.image-23 {
  width: 40%;
  height: auto;
  object-fit: fill;
  border-radius: 1.5rem;
}

.image-24 {
  object-fit: fill;
}

.logo {
  width: 10rem;
}

.logo-text {
  color: #4f5a5f;
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.paricles {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-textareaa {
  height: auto;
  min-height: 6rem;
  color: #000;
  background-color: #f4f4f4;
  border: .0625rem solid #9d9d9d;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-textareaa::-ms-input-placeholder {
  color: #9d9d9d;
}

.form-textareaa::placeholder {
  color: #9d9d9d;
}

.div-block-39 {
  color: #fff;
  white-space: nowrap;
  background-color: #9d9d9d;
  border-radius: .75rem;
  padding: .75rem 1rem;
  position: absolute;
  top: 35px;
}

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

.preloader-wrp {
  z-index: 1000;
  background-color: #f0f1ee;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.preloader-content.hide-mobile-landscape.w--current {
  align-items: center;
  display: flex;
}

.logo-copy {
  width: 3rem;
}

.preload-logo {
  width: 7rem;
}

.pre-text {
  color: #4f5a5f;
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 2.3rem;
  font-weight: 300;
}

.div-block-40 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.8125rem 2.5rem;
  display: flex;
}

.div-block-41 {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  align-items: center;
  display: flex;
}

.icon-3 {
  width: 30px;
  height: 20px;
  color: #9d9d9d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 15px;
  right: auto;
}

.heading-78 {
  color: #0061a6;
  font-size: 3.5rem;
  line-height: 4.125rem;
}

.form-textareaa-2 {
  height: auto;
  min-height: 6rem;
  color: #000;
  background-color: #f4f4f4;
  border: .0625rem solid #9d9d9d;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-textareaa-2::-ms-input-placeholder {
  color: #9d9d9d;
}

.form-textareaa-2::placeholder {
  color: #9d9d9d;
}

.grey-link-2 {
  color: #4f5a5f;
}

.rl_footer1_line-divider-2 {
  width: 100%;
  height: .0625rem;
  background-color: #5e5b71;
}

.image-26 {
  width: 22%;
  height: auto;
  object-fit: fill;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 10%;
  right: auto;
  transform: translate(0, -2.5rem);
}

.image-27 {
  width: 90%;
}

.image-28 {
  width: 20px;
  height: 20px;
  margin-top: 2rem;
  margin-right: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-42 {
  opacity: 1;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: 62.5rem;
  padding: .625rem 1.0625rem;
  font-weight: 600;
}

.div-block-43 {
  color: #fff;
  white-space: nowrap;
  background-color: #9d9d9d;
  border-radius: .75rem;
  padding: .75rem 1rem;
  position: absolute;
  top: 35px;
}

.heading-79 {
  font-size: 2.5rem;
  line-height: 2.9375rem;
}

.preloader-wrp-2 {
  z-index: 1000;
  background-color: #f0f1ee;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icons-card-2 {
  width: 3.6875rem;
  max-height: 3.6875rem;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: .625rem;
  padding: .6875rem;
  display: flex;
}

.image-29 {
  width: 22%;
  height: auto;
  object-fit: fill;
  border-radius: .9rem;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 9%;
  transform: translate(0, -6rem);
}

.rl-padding-global-4 {
  background-color: #e3eefb;
}

.div-block-44 {
  max-width: 100%;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #f4f4f4;
  border: .0625rem solid #9d9d9d;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2::-ms-input-placeholder {
  color: #9d9d9d;
}

.form-input-2::placeholder {
  color: #9d9d9d;
}

.image-30 {
  width: 40%;
  height: auto;
  object-fit: fill;
  border-radius: 1.5rem;
}

.green-2 {
  filter: blur(1.25rem);
  background-color: #9d9d9d;
}

.icons-card-copy-2 {
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  background-color: #4f5a5f;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  display: flex;
}

.div-block-45 {
  width: 100%;
  height: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.rl_navbar1_link-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 2.75rem .8rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
}

.rl_navbar1_link-2:hover, .rl_navbar1_link-2.w--current {
  color: #9d9d9d;
}

.div-block-46 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-server-setups-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #13111a;
  border-radius: 1.375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4.4375rem 3.1rem;
  display: flex;
}

.div-block-47 {
  z-index: -1;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(.9, .7, 1);
}

.primary-btn-2 {
  opacity: 1;
  color: #fff;
  background-color: #fa9a17;
  border-radius: .4375rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 13px #9d9d9d;
}

.primary-btn-2:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 7px #9d9d9d;
}

.primary-btn-2.small {
  background-color: #fa9a17;
  padding-left: 2rem;
  padding-right: 2rem;
}

.primary-btn-2.form {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
}

.cursor-2 {
  z-index: 100;
  width: 50px;
  height: 50px;
  border: 2px solid #4f5a5f;
  border-radius: 50%;
  position: absolute;
}

.card-warapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #e4e5e2;
  border-radius: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  overflow: hidden;
  box-shadow: 2px 2px .5rem #9d9d9d;
}

.div-block-48 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #0061a6;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.div-block-48:hover {
  background-color: #4f5a5f;
}

.first-styled-btn-link-3 {
  opacity: 1;
  color: #fff;
  border-radius: .4375rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.first-styled-btn-link-3.nav-popup {
  width: 100%;
}

.div-block-copy-2 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #e4e5e2;
  border-radius: 1.375rem;
  justify-content: space-between;
  align-items: center;
  padding: 4.4375rem 2.5rem;
  display: flex;
  box-shadow: 0 2px 8px #9d9d9d;
}

.logo-text-2 {
  color: #4f5a5f;
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.div-block-49 {
  color: #000;
  background-color: #0061a6;
  border-radius: 625rem;
  align-items: center;
  padding: .5rem 1.2rem .5rem .6rem;
  display: flex;
  box-shadow: 0 4px 5px rgba(79, 90, 95, .55);
}

.div-block-50 {
  background-image: linear-gradient(to right, #9d9d9d, #e4e5e2);
  padding: .5625rem;
}

.pre-text-2 {
  color: #4f5a5f;
  white-space: nowrap;
  margin-top: .3rem;
  font-size: 2.3rem;
  font-weight: 300;
}

.div-block-51 {
  grid-column-gap: .6875rem;
  background-color: #e4e5e2;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: flex;
  box-shadow: 0 0 .8rem -2px #9d9d9d;
}

.cyan-2 {
  filter: blur(1.25rem);
  background-color: #9d9d9d;
}

.image-32 {
  width: 1.5rem;
}

.div-block-52 {
  max-width: 45.3125rem;
}

.rl_navbar1_component-2 {
  z-index: 5;
  width: 100%;
  background-color: #f4f9fc;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.servers-icons-wrapper-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  text-align: left;
  background-color: #e4e5e2;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem;
  display: flex;
  box-shadow: 0 0 .5rem #9d9d9d;
}

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

.padding-xlarge-copy {
  background-color: #f4f9fc;
  padding: 4rem;
}

.padding-xlarge-copy.padding-vertical {
  background-color: #e3eefb;
}

.padding-xlarge-copy.padding-vertical-copy {
  background-color: #f4f9fc;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._20px-copy {
  color: #000;
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  color: #000;
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.padding-xlarge-copy {
  background-color: #f4f9fc;
  padding: 4rem;
}

.padding-xlarge-copy.padding-vertical {
  background-color: #e3eefb;
}

.padding-xlarge-copy.padding-vertical-copy {
  background-color: #f4f9fc;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.bold-black {
  color: #000;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._20px-copy {
  font-size: 1.25rem;
}

.paragraph-copy {
  color: #0061a6;
  font-size: 1.5rem;
}

.paragraph-copy._16px {
  font-size: 1rem;
}

.paragraph-copy._20px {
  font-size: 1.25rem;
}

.paragraph-copy._18px {
  font-size: 1.125rem;
}

.paragraph-copy._18px.thistle {
  text-decoration: none;
}

.paragraph-copy._18px.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._22px {
  font-size: 1.375rem;
}

.paragraph-copy._30px {
  font-size: 1.875rem;
}

.paragraph-copy._18px-copy {
  font-size: 1.125rem;
}

.paragraph-copy._18px-copy.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-copy.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-copy.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-copy.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-copy.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-copy.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-white {
  color: #fff;
  font-size: 1.125rem;
}

.paragraph-copy._18px-white.thistle {
  text-decoration: none;
}

.paragraph-copy._18px-white.thistle.footer {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-copy._18px-white.thistle.footer:hover {
  color: #0fa;
}

.paragraph-copy._18px-white.thistle.footer.w--current {
  color: #9d9d9d;
}

.paragraph-copy._18px-white.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-white.footer:hover {
  color: #9d9d9d;
}

.paragraph-copy._18px-white.footer {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-copy._18px-white.footer:hover {
  color: #9d9d9d;
}

.heading-80 {
  color: #0061a6;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

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

.text-block-2 {
  font-size: 1.75rem;
  font-weight: 700;
}

.text-block-3 {
  font-weight: 700;
}

.image-36 {
  object-fit: contain;
}

.image-37 {
  display: inline-block;
}

.grid-12324 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-38, .image-39 {
  max-width: 100%;
}

.image-40 {
  max-width: 50%;
}

.image-41 {
  max-width: 100%;
}

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

.text-block-4 {
  font-size: 1.75rem;
  font-weight: 700;
}

.text-block-5 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 1280px) {
  .rl_navbar1_component {
    width: 90%;
  }

  .servers-icons-wrapper, .card-warapper, .card-warapper-2 {
    background-color: #e4e5e2;
  }

  .rl_navbar1_component-2 {
    width: 90%;
  }

  .servers-icons-wrapper-2 {
    background-color: #e4e5e2;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-10, .div-block-44 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .main-wrapper {
    background-color: #f4f9fc;
  }

  .rl_navbar1_container {
    max-width: 1440px;
  }

  .image-27 {
    width: 50%;
  }

  .preloader-wrp-2 {
    display: none;
  }

  .div-block-50 {
    background-image: none;
  }

  .image-34, .image-35 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .container.text-align-center.n-d-text-cent {
    text-align: center;
  }

  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 4rem;
    height: 4rem;
    background-color: #4f5a5f;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .menu-buttons.nav {
    justify-content: flex-start;
    margin: 1.5rem 1.5rem 1.5rem auto;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.5625rem;
  }

  .rl_navbar1_link {
    padding: .75rem 0;
    font-size: 1.4rem;
  }

  .rl_navbar1_link.w--current {
    color: #ff3868;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: .0625rem solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    width: 100%;
    width: 100%;
    background-color: #f0f1ee;
    border-bottom-style: none;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    overflow: visible;
    box-shadow: 0 2px 5px #9d9d9d;
  }

  .rl_navbar1_container {
    justify-content: space-between;
    padding: 1.2rem 1.875rem;
  }

  .rl_navbar1_component {
    width: 100%;
    background-color: #f0f1ee;
    padding-left: 0;
    padding-right: 0;
  }

  .greadient-bg {
    width: 100%;
  }

  .greadient-bg.not-100 {
    width: auto;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .servers-icons-wrapper._2nd {
    align-items: center;
  }

  .image-5 {
    width: 100%;
  }

  .div-block-copy {
    text-align: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-12321 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .grid-3, .grid-3._5th {
    grid-template-columns: 1fr 1fr;
  }

  .rl_layout1_image {
    transform: none;
  }

  .rl_layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 4.5rem;
  }

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

  .rl_footer1_form-block {
    max-width: none;
  }

  .rl_footer1_logo {
    width: 70%;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-16 {
    max-width: 30rem;
  }

  .div-block-19 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .section.hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .glow {
    width: 12.5rem;
    height: 12.5rem;
    left: -6.25rem;
  }

  .glow.purple-right {
    right: -6.25rem;
  }

  .glow._4th, .glow._4th-page-2 {
    top: 30%;
    bottom: auto;
    right: 38%;
  }

  .hide-desktop {
    display: block;
  }

  .grid-2-page2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .card-about-us {
    flex-direction: column;
  }

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

  .secrets-page-hero {
    min-height: auto;
    grid-column-gap: 3rem;
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .secrets-page-hero._2nd {
    grid-template-columns: 1.5fr;
  }

  .grid-secrets, .grid-secrets.text-align-left, .grid-12323 {
    grid-template-columns: 1fr;
  }

  .nav-server-setups {
    text-align: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-buttons-nav-popup {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .reverse {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    display: flex;
  }

  .rl_menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link-2 {
    padding: .75rem 0;
    font-size: 1.4rem;
  }

  .rl_navbar1_link-2.w--current {
    color: #ff3868;
  }

  .nav-server-setups-2, .div-block-copy-2 {
    text-align: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-51 {
    flex-direction: column;
  }

  .rl_navbar1_component-2 {
    width: 100%;
    background-color: #f0f1ee;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xlarge-copy {
    padding: 3rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 3rem 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-buttons.nav {
    align-items: center;
  }

  .rl_navbar1_link {
    margin-right: 0;
  }

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

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .heading {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }

  .div-block-4 {
    flex-direction: row;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-56 {
    font-size: 3.1rem;
    line-height: 3.6rem;
  }

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

  .grid-3._5th {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .card-warapper {
    flex-direction: column-reverse;
    display: flex;
  }

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

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

  .rl_footer1_bottom-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 2rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 3rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .div-block-21 {
    flex-wrap: wrap;
  }

  .section.hero {
    height: 86dvh;
  }

  .heading-76 {
    font-size: 4rem;
    line-height: 4.8rem;
  }

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

  .reviews {
    flex-direction: column;
    display: flex;
  }

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

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

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .secrets-page-hero {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .div-block-30, .grid-3-vertical {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    padding-top: 0;
    padding-left: 0;
  }

  .image-20 {
    width: 100%;
  }

  .menu-buttons-nav-popup {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .image-25 {
    width: 100%;
    max-height: 450px;
  }

  .preloader-content {
    padding-left: 0;
  }

  .preload-logo {
    width: 5.5rem;
  }

  .pre-text {
    font-size: 1.9rem;
  }

  .heading-78 {
    font-size: 3.1rem;
    line-height: 3.6rem;
  }

  .div-block-44 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-31 {
    width: 100%;
    max-height: 450px;
  }

  .rl_navbar1_link-2 {
    margin-right: 0;
  }

  .div-block-46 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .card-warapper-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-49 {
    text-align: left;
  }

  .pre-text-2 {
    font-size: 1.9rem;
  }

  .div-block-51 {
    flex-direction: row;
  }

  .rl_navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .padding-xlarge-copy {
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-buttons.nav {
    align-items: stretch;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

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

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .section.hero {
    height: 100%;
  }

  .rl_content6_component, .secrets-page-hero {
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: .95rem;
  }

  .text-block-2 {
    font-size: 1.75rem;
  }
}

#w-node-d7f2c7d1-6303-f063-5a53-fc269690dedc-77c828f1, #w-node-_27240fe7-ef59-f034-a913-d1a0dfefbe3d-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690deeb-77c828f1, #w-node-_2d53a0f4-6da6-4dc2-b94e-0587184c2745-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690def1-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690defd-77c828f1, #w-node-c3dd8fbd-7793-9eae-bd6b-9846a012da48-77c828f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7f2c7d1-6303-f063-5a53-fc269690df1d-77c828f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7f2c7d1-6303-f063-5a53-fc269690df8f-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df91-77c828f1, #w-node-_62d9d298-48e9-47f2-f736-5be344ced730-77c828f1, #w-node-_62d9d298-48e9-47f2-f736-5be344ced732-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df9f-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfa1-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfaf-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfb1-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfbe-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfc0-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfcd-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690dfcf-77c828f1, #w-node-d7fc9e28-73b0-ca44-e634-18636454ce5b-77c828f1, #w-node-eeafe1e2-a113-d87b-a268-e479cb4c3fa8-77c828f1, #w-node-_27b6916b-128a-8d41-9e59-7d732b3f0dee-77c828f1, #w-node-_9eabf088-72c4-2b4c-8bdf-74dae4f72261-77c828f1, #w-node-c6408e98-e6d6-8408-a24d-2275603c9771-77c828f1, #w-node-afdb3160-d8d3-39c6-3ee9-b38e5bc86790-77c828f1, #w-node-d2e514ce-365c-1518-b492-41d7b23b17cd-77c828f1, #WebflowAgent-Message.w-node-d7f2c7d1-6303-f063-5a53-fc269690e027-77c828f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d7f2c7d1-6303-f063-5a53-fc269690df1d-77c828f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7f2c7d1-6303-f063-5a53-fc269690df34-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df3e-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df49-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df54-77c828f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7f2c7d1-6303-f063-5a53-fc269690df1d-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df34-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df3e-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df49-77c828f1, #w-node-d7f2c7d1-6303-f063-5a53-fc269690df54-77c828f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}