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

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

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

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

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

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

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

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

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

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

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

body {
  color: #33312d;
  background-color: #191816;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

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

label {
  margin-bottom: 5px;
  display: block;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #800020;
  border: 1px solid #a41d21;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  background-color: #6b0820;
  border-color: #861013;
}

.uui-button:focus {
  background-color: #a41d21;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #ffebeb;
}

.uui-button.btnregister {
  min-width: 260px;
  background-color: #800020;
}

.uui-button.paypal {
  height: 80px;
  opacity: .01;
  margin-top: -150px;
  margin-left: 4%;
  margin-right: 46%;
  position: relative;
}

.uui-button.profiles {
  color: #33312d;
  background-color: #f4917a;
  border-color: #f4917a;
  margin-right: 10px;
  padding: .6rem;
}

.uui-button.profiles:hover {
  background-color: #d87862;
}

.select-field {
  height: 2.6rem;
  opacity: 1;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  margin-bottom: 0;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.register-input-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f1d6a0;
  border-radius: 8px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
  box-shadow: 0 8px 20px 8px rgba(0, 0, 0, .2);
}

.flh-justify-center {
  justify-content: center;
  display: flex;
}

.mtb-20 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.hero-section {
  min-height: 80svh;
  position: relative;
}

.hero-container {
  width: 100%;
  max-width: 65rem;
  min-height: 90dvh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hero-logo {
  width: 50%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.mt-20 {
  margin-top: 2em;
}

.uui-text-size-medium {
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-section_testimonial01 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.text-lineheight-tall {
  line-height: 1.7;
}

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

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

.heading-small {
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.button-link {
  grid-column-gap: .5rem;
  color: #116aa8;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: #475467;
}

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

.text-size-medium {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.text-size-medium.text-lineheight-normal.text-align-center.hidden {
  display: none;
}

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

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.text-size-regular {
  letter-spacing: normal;
  font-size: 1rem;
  font-style: normal;
}

.button-secondary {
  grid-column-gap: .5rem;
  text-align: center;
  white-space: nowrap;
  background-color: #98a2b3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary:hover {
  color: #f9fafb;
  background-color: #116aa8;
}

.button-secondary.selected {
  background-color: #116aa8;
}

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

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

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #fad6a5;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .8rem .625rem .125rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-large {
  padding: .25rem .75rem;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .2rem .5rem;
  font-size: .75rem;
}

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

.heading-large {
  font-size: 2.75rem;
  line-height: 1.2;
}

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

.text-lineheight-normal {
  line-height: 1.5;
}

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

.text-color-primary {
  color: #fad6a5;
}

.mt-10 {
  margin-top: 1em;
}

.slider {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.mask {
  flex: 1;
}

.slide-wrapper {
  height: 100%;
  max-width: 1200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.uui-layout92_list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.service-wrapper {
  width: 100%;
  min-height: 20rem;
  color: #344054;
  background-color: #ffefd9;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 2rem 2rem;
  transition: all .2s;
  display: flex;
}

.service-wrapper:hover {
  color: #116aa8;
  box-shadow: 0 10px 20px #344054;
}

.service-wrapper.fliped {
  min-height: 25rem;
  padding-top: 3rem;
  transition-duration: .4s;
  overflow: visible;
}

.bg_light {
  background-color: #1e1e1e;
}

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

.default-padding {
  padding: 2rem;
}

.img-128 {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
}

.bg_ultralight {
  background-color: #33312d;
}

.grid3x1 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.journaygrid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

.uui-text-size-small {
  letter-spacing: normal;
  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: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.secondary {
  opacity: .7;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid rgba(250, 214, 165, .51);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_link {
  color: #fad6a5;
  text-align: center;
  padding: .5rem;
  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: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: #116aa8;
}

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

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer_component {
  background-color: #800020;
}

.error-text {
  color: #e23939;
}

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

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

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

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: #191816;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #a41d21;
}

.uui-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #a41d21;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #a41d21;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #ffebeb;
}

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

.uui-form_input {
  height: 2.75rem;
  min-height: 2.75rem;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: #800020;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px rgba(255, 139, 143, .3);
}

.uui-form_input::-ms-input-placeholder {
  color: #33312d;
}

.uui-form_input::placeholder {
  color: #33312d;
}

.uui-field-label {
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

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

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

.uui-form-grid.default-padding-rl {
  grid-row-gap: 1rem;
}

.uui-form-wrapper {
  height: 100%;
  background-color: #fef5e8;
  flex-direction: column;
  align-items: stretch;
  padding: 4rem;
}

.uui-side_content-wrapper {
  height: 100%;
  color: #fad6a5;
  text-align: center;
  background-color: #33312d;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  display: flex;
}

.uui-component-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #33312d;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin: 2rem;
  display: grid;
  overflow: hidden;
}

.padding-vertical-xhuge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.uui-pricing11_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #667085;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing11_tab-link.w--current {
  color: #fefcf3;
  background-color: #a41d21;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.uui-pricing11_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #f9fafb;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 5rem;
  padding: .375rem;
  display: grid;
}

.uui-gendercomponent {
  width: 217px;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -40px;
  padding-left: 50px;
  display: block;
}

.horizontal-separator {
  height: 1px;
  opacity: .6;
  background-color: rgba(145, 145, 145, .4);
}

.flh-justify-start {
  justify-content: flex-start;
  display: flex;
}

.vertical-separator {
  width: 1px;
  background-color: #98a2b3;
}

.mb-10 {
  margin-bottom: 1rem;
}

.uui-form_input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  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: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #ff8b8f;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #ffebeb;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.flh-justify-sb {
  justify-content: space-between;
  display: flex;
}

.progress-wrapper {
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #344054;
  background-image: radial-gradient(circle closest-side, #727272, #576172 42%, #344054);
  border: 10px solid #f4917a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-container {
  width: 100%;
  max-width: 80rem;
  color: #fff;
  padding: .3rem 2rem;
}

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

.mrl-5 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.header {
  height: 60px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(128, 0, 32, .8);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header.blur {
  display: none;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.profile-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 150px) 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding: 10px;
  transition: all .4s;
  display: grid;
  overflow: hidden;
}

.profile-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.mr-5 {
  margin-right: .5rem;
}

.mtb-10 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mtb-5 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.imgprofileitem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fad6a5;
  border-radius: .5rem;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-text-size-large {
  letter-spacing: normal;
  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.125rem;
  line-height: 1.5;
}

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

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-avatar-group_item, .uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-faq01_cta {
  color: #fbefdf;
  background-color: #33312d;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: #a41d21;
}

.uui-faq01_heading {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  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.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid rgba(250, 214, 165, .5);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_list {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-text-style-link-02 {
  color: #191816;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.mtb-40 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.flv-justify-sb {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.default-radius {
  border-radius: 1rem;
}

.default-shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.uui-profilepage-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(100svh, max-content);
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin: 2rem;
  display: grid;
  position: relative;
}

.lightboxgallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.sticky-profile {
  z-index: 4;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  left: auto;
  right: auto;
  overflow: hidden;
}

.mrl-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 200px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

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

.navbar-brand, .navbar-brand.w--current {
  width: 50px;
  display: block;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.nav-menu-two {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.side {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem;
  font-size: .8rem;
  transition: all .2s;
}

.nav-link.side:hover {
  color: #83ccff;
}

.nav-link.side.w--current {
  text-transform: uppercase;
  font-size: .8rem;
}

.nav-link.side.w--current:hover {
  color: #83ccff;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-logout-wrapper {
  display: none;
}

.icon {
  width: 26px;
  height: 26px;
  min-height: 26px;
  min-width: 26px;
}

.selectfield-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding-left: .3rem;
  padding-right: .3rem;
}

.grow {
  flex: 1;
}

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

.profile-gallery-slider {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.gallery-slide-nav {
  height: 32px;
}

.reset-account-form {
  margin-top: 2rem;
  margin-bottom: 0;
}

.video-wrapper {
  color: #191816;
  text-align: center;
  background-color: #fefcf3;
  border-radius: 1rem;
  padding: 1rem;
}

.rich-text-block {
  font-size: 1rem;
  line-height: 1.5;
}

.position-absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-absolute.modal {
  z-index: 10;
  width: 100svw;
  background-color: rgba(0, 0, 0, .25);
  flex-direction: column;
  padding-top: 10svh;
  padding-bottom: 10svh;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.position-absolute.modal.privacy, .position-absolute.modal.terms {
  display: none;
}

.modal-container {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.modal-container.default-shadow {
  overflow: auto;
}

.notificationgrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.profile-stats {
  color: #475467;
  text-align: center;
  background-color: #fad6a5;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  padding: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.profile-stats:hover {
  color: #116aa8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.featured-profile {
  width: 100%;
  height: 100%;
  background-color: #fbefdf;
  border-radius: .5rem;
  position: relative;
}

.notification-btn {
  grid-column-gap: .5rem;
  color: #33312d;
  text-align: center;
  white-space: nowrap;
  background-color: #f4917a;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.notification-btn:hover {
  color: #fff;
  background-color: #d87862;
}

.notification-btn:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.notification-info {
  height: 1.5rem;
  color: #fff;
  background-color: #116aa8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
  position: absolute;
  top: -12px;
  bottom: auto;
  right: -8px;
}

.profile-heading-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) minmax(20%, 1fr) minmax(20%, 1fr) minmax(20%, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-link {
  color: #800020;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.text-link:hover {
  color: #116aa8;
}

.contact-form {
  margin-top: 0;
  margin-bottom: 0;
}

.uui-tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #33312d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.uui-tab-link:hover {
  background-color: rgba(0, 0, 0, .1);
}

.uui-tab-link.w--current {
  color: #344054;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.uui-tab-link.selected {
  background-color: #fff;
}

.uui-tabs-menu {
  max-width: 500px;
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #f4917a;
  border: 1px solid #f2f4f7;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: .375rem;
  display: grid;
}

.muted {
  opacity: .75;
}

.italic {
  font-style: italic;
}

.mb-20 {
  margin-bottom: 2rem;
}

.uui-text-size-xlarge {
  letter-spacing: normal;
  font-size: 2rem;
  line-height: 1.5;
}

.filter-form {
  color: #fad6a5;
  text-align: left;
  margin-bottom: 0;
  padding-top: 1rem;
  overflow: auto;
}

.iconwrapper {
  background-color: #fad6a5;
  border-radius: .7rem;
  padding: .2rem;
}

.update-profile-img {
  color: #800020;
  background-color: #fbefdf;
  border-radius: 6px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-weight: 700;
  transition: all .4s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hidden {
  display: block;
}

.quickregisterwrapper {
  background-color: #fad6a5;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .5rem;
}

.sidebar-list {
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 13px;
  list-style-type: none;
  overflow: auto;
}

.sidebar-list.default-padding-rl {
  flex-direction: column;
  display: flex;
}

.sidebar-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: rgba(251, 239, 223, .1);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 60px;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  padding: 1.3rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.sidebar-link:hover {
  background-color: #116aa8;
}

.sidebar-link.selected {
  grid-template-columns: 1fr;
}

.upload-img-wrapper {
  color: #fbefdf;
  text-align: center;
  background-color: #191816;
  border-radius: .5rem;
  padding: 1rem;
}

.flv-align-start {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.splitview {
  background-color: #33312d;
  border-radius: 1rem;
  flex: 1;
  margin: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebarview {
  width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto minmax(auto, 100%);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: auto;
}

.contentview {
  width: 100%;
  background-color: #fbefdf;
  position: relative;
  overflow: auto;
}

.chat-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f9f5ff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 52px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.chat-item:hover {
  background-color: #08578f;
}

.chat-item.selected {
  background-color: #116aa8;
}

.profile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.profile.small {
  width: 52px;
  height: 52px;
  max-height: 52px;
  max-width: 52px;
  min-height: 52px;
  min-width: 52px;
  border-radius: .25rem;
}

.profile.sidebar {
  max-height: 120px;
  max-width: 120px;
  margin-top: 1rem;
}

.paragraph-max-2-line {
  max-height: 56px;
  font-size: 15px;
  line-height: 1.2;
  overflow: hidden;
}

.default-padding-rl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph {
  max-width: 80%;
  color: #33312d;
  background-color: #fad6a5;
  border-radius: .5rem;
  padding: .5rem;
  font-weight: 500;
  line-height: 1.25;
}

.paragraph.left {
  background-color: #fff;
  border-bottom-left-radius: 0;
  margin-right: auto;
}

.paragraph.right {
  border-bottom-right-radius: 0;
  margin-left: auto;
}

.sticky-bottom {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(0, 0, 0, .15);
  flex-direction: column;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chat-form {
  display: flex;
}

.content-list {
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 2rem;
  list-style-type: none;
  display: flex;
  overflow: auto;
}

.sticky-top {
  z-index: 1;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.selected {
  background-color: #116aa8;
}

.chat-max-2-line {
  max-height: 32px;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.2;
  overflow: hidden;
}

.stats-tabs-menu {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #f4917a;
  border: 1px solid #f2f4f7;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin: 2rem 2rem 0;
  padding: .375rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.bg_dark {
  background-color: #191816;
}

.default-wrapper {
  color: #fad6a5;
  background-color: #191816;
  border-radius: .5rem;
  flex: 1;
  padding: 1rem;
}

.interests-tabs-menu {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #f4917a;
  border: 1px solid #f2f4f7;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin: 2rem 2rem 0;
  padding: .375rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-4col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #800020;
}

.checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #800020;
  border-radius: .25rem;
}

.checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #800020;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #ffebeb;
}

.checkbox-label {
  color: #344054;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.btn-sidebar {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #fad6a5;
  background-image: url('../images/sidebar2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: .5rem;
  margin-right: 1rem;
}

.btndismiss {
  display: none;
}

.btn-close {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: rgba(251, 239, 223, .2);
  background-image: url('../images/cross2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: .5rem;
  display: none;
}

.btn-filter {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #fad6a5;
  background-image: url('../images/filter2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: .5rem;
  display: none;
}

.btn-label {
  margin-right: .25rem;
}

.default-container-fixed {
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.wrap {
  flex-wrap: wrap;
  display: flex;
}

.nav-profile {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  background-image: url('../images/P1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-menu-gap {
  flex: 1;
}

.hide-on-desktop {
  display: none;
}

.search-form {
  margin-bottom: 0;
}

.bg-watermark {
  z-index: -1;
  opacity: .2;
  background-image: url('../images/C2C_Logo.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chat-wrapper {
  height: 100%;
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

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

.chat-input-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(0, 0, 0, .15);
  padding: 1rem 2rem 2rem;
}

.chat-list {
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
  overflow: auto;
}

.message-item {
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.suggestion-btn-grid {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #f4917a;
  border: 1px solid #f2f4f7;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin: 2rem;
  padding: .375rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.email-logo {
  width: 170px;
  margin-bottom: 2rem;
}

.email-header {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  background-color: #800020;
  background-image: linear-gradient(rgba(128, 0, 32, .7), rgba(128, 0, 32, .7)), url('../images/email-header-bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.email-wrapper {
  max-width: 40rem;
  border-radius: 1rem;
  margin: 5rem auto;
  overflow: hidden;
}

.email-content {
  color: #fad6a5;
  background-color: #33312d;
  padding: 2rem 4rem 4rem;
  font-size: 1rem;
  line-height: 1.5;
}

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

.email-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #800020;
  border: 1px solid #a41d21;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.email-button:hover {
  background-color: #6b0820;
  border-color: #861013;
}

.email-button:focus {
  background-color: #a41d21;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #ffebeb;
}

.email-button.secondary {
  color: rgba(208, 213, 221, .9);
  background-color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .6);
  font-size: .8rem;
}

.email-button.secondary.small {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .4rem 1rem;
}

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

.hero-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.6rem;
}

.hero-description {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
}

.hero-slider {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slide-2 {
  background-image: url('../images/hero_slide2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.hero-slide-3 {
  background-image: url('../images/hero_slide3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-1 {
  background-image: url('../images/hero_slide1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-4 {
  background-image: url('../images/hero_slide4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

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

.uui-button-link {
  grid-column-gap: .5rem;
  color: #861013;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #7a2a3e;
}

.uui-heading-xsmall {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  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.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog02_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.uui-blog02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog02_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blog02_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.uui-blog02_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.uui-heading-large {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-text-rich-text {
  margin-top: 2rem;
  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: 1rem;
  line-height: 1.4;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 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;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-style: italic;
}

.uui-text-rich-text li {
  margin-top: 1rem;
  font-weight: 800;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: #667085;
  text-align: left;
  margin-top: 1rem;
  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: .875rem;
}

.uui-blogpost01_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-breadcrumb-link {
  color: #800020;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: #344054;
}

.uui-breadcrumb-link.w--current {
  color: #861013;
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: #53389e;
}

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

.uui-blogpost01_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.blogpost-wrapper {
  height: 100%;
  background-color: #fef5e8;
  flex-direction: column;
  align-items: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .register-input-wrapper {
    grid-template-columns: minmax(10%, 1fr) minmax(10%, 1fr) minmax(10%, 1fr) repeat(auto-fit, minmax(10%, 1fr));
    display: flex;
  }

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

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

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

  .uui-layout92_list, .grid3x1 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-form-wrapper {
    border-radius: 0;
  }

  .uui-component-grid {
    border-radius: 0;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 0;
  }

  .padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-on-tablet {
    display: none;
  }

  .header-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .header {
    z-index: 5;
    height: 80px;
  }

  .header.blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(128, 0, 32, 0);
    display: block;
  }

  .uui-faq01_component {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-profilepage-grid {
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    margin: 0;
  }

  .sticky-profile {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 1rem;
  }

  .navbar-brand {
    width: 50px;
    display: block;
  }

  .navbar-brand.w--current {
    display: block;
  }

  .nav-menu-wrapper {
    height: 100svh;
    background-color: #66001a;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-two {
    width: 300px;
    height: 100svh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    overflow: auto;
  }

  .nav-link.side {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0;
    font-size: .9rem;
    display: block;
  }

  .nav-link.side.w--current {
    text-align: left;
    font-size: .9rem;
  }

  .nav-divider {
    width: auto;
    height: 1px;
    background-color: rgba(251, 239, 223, .3);
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 3;
    color: #fff;
    background-color: rgba(166, 177, 191, .25);
    border-radius: .5rem;
  }

  .nav-logout-wrapper {
    display: block;
  }

  .selectfield-wrapper {
    flex: 1;
  }

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

  .notificationgrid {
    margin-top: 3rem;
  }

  .notification-info {
    right: -10px;
  }

  .splitview {
    border-radius: 0;
    margin: 0;
  }

  .sidebarview {
    z-index: 6;
    width: 380px;
    background-color: #33312d;
    grid-template-rows: auto;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .contentview {
    margin-top: 80px;
  }

  .btndismiss {
    z-index: 5;
    background-color: rgba(51, 49, 45, .4);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn-close {
    display: block;
  }

  .btn-filter {
    display: none;
  }

  .default-container-fixed {
    margin-top: 0;
  }

  .nav-profile {
    z-index: 3;
    margin-right: 1rem;
    position: relative;
  }

  .nav-menu-gap {
    flex: 0 auto;
  }

  .hide-on-desktop {
    display: block;
  }

  .bg-watermark {
    background-size: 60%;
  }

  .sickytoplistitem {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .uui-blog02_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blogpost-wrapper {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #a41d21;
    border-color: #a41d21;
  }

  .uui-button.profiles {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .85rem;
  }

  .uui-button.search {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .register-input-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-medium {
    font-size: .9rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

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

  .button-link:hover {
    color: #6941c6;
  }

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

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    background-color: #f9f5ff;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .badge {
    padding: .125rem .5rem;
  }

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

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

  .slider {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider.bg_light.text-color-primary {
    height: 500px;
  }

  .slide {
    text-align: center;
  }

  .uui-layout92_list {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .default-padding {
    padding: 1rem;
  }

  .img-128 {
    width: 5rem;
    height: 5rem;
  }

  .grid3x1 {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-form-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-form-wrapper {
    border-radius: 0;
    padding: 2rem;
  }

  .uui-form-wrapper.default-radius {
    border-radius: 0;
  }

  .uui-side_content-wrapper {
    padding: 1rem;
  }

  .padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .progress-wrapper {
    width: 70px;
    height: 70px;
  }

  .header-container, .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .profile-item {
    grid-template-columns: minmax(100px, 100px) 1fr;
    margin-bottom: 1.2rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq01_list {
    padding: 2rem;
  }

  .default-radius {
    border-radius: .5rem;
  }

  .navbar-brand {
    z-index: 11;
    padding-left: 0;
  }

  .nav-menu-two {
    overflow: scroll;
  }

  .nav-link {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8rem;
  }

  .nav-divider {
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-logout-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .icon {
    color: #f9fafb;
  }

  .grow {
    flex: 1;
  }

  .profile-stats {
    font-size: .8rem;
  }

  .notification-btn {
    padding: .75rem .6rem;
  }

  .notification-btn:hover {
    color: #344054;
    background-color: #fff;
  }

  .profilestatusgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-tab-link {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .uui-tabs-menu {
    max-width: none;
    margin-top: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1rem;
  }

  .sidebar-list {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .default-padding-rl, .sticky-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-list {
    padding: 1rem;
  }

  .sticky-top {
    padding: 1rem 1rem .5rem;
  }

  .chat-max-2-line {
    max-height: 32px;
    font-size: 13px;
  }

  .stats-tabs-menu {
    max-width: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    top: 1rem;
  }

  .interests-tabs-menu {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    top: 1rem;
  }

  .btn-sidebar, .btn-close, .btn-filter {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .chat-input-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .suggestion-btn-grid {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    top: 1rem;
  }

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

  .email-button:hover {
    background-color: #a41d21;
    border-color: #a41d21;
  }

  .hero-header {
    font-size: 2.25rem;
  }

  .hero-description {
    font-size: 1.75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #861013;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog02_image-link:hover {
    box-shadow: none;
  }

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

  .uui-blog02_component {
    margin-top: 2rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .blogpost-wrapper {
    border-radius: 0;
  }
}

@media screen and (max-width: 479px) {
  .uui-button {
    border-radius: .3rem;
  }

  .uui-button.btnregister {
    min-width: 100%;
  }

  .uui-button.profiles {
    margin-right: 6px;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .uui-button.search {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .register-input-wrapper {
    grid-template-columns: 1fr;
  }

  .button-secondary-gray {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-large {
    font-size: 1.75rem;
  }

  .slider {
    text-align: center;
  }

  .slider.bg_light.text-color-primary {
    height: 600px;
  }

  .slide-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .uui-form_input.select {
    height: 2.5rem;
    min-height: 2.5rem;
  }

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

  .uui-form-grid.default-padding-rl {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .uui-form-wrapper {
    border-radius: 0;
    padding: 1rem;
  }

  .uui-component-grid, .signup-grid-3x1 {
    grid-template-columns: 1fr;
  }

  .profile-item {
    grid-row-gap: 10px;
    grid-template-columns: minmax(80px, 80px) 1fr;
  }

  .uui-faq01_list {
    padding: 1rem;
  }

  .sticky-profile {
    min-width: 100%;
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu-wrapper {
    min-width: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-two {
    width: 100%;
  }

  .icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

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

  .notificationgrid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .profile-stats {
    margin-top: 10px;
    padding-top: 0;
  }

  .notification-btn {
    border-radius: .3rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .notification-info {
    top: -22%;
    right: -5px;
  }

  .profile-heading-info-grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)) minmax(23%, 1fr) minmax(23%, 1fr) minmax(23%, 1fr);
  }

  .profilestatusgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .uui-tab-link {
    padding: .5rem .7rem;
  }

  .uui-tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .paragraph-max-2-line {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .stats-tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .interests-tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-radio-4col {
    grid-column-gap: .25rem;
    grid-template-columns: 1fr 1fr;
  }

  .btn-label {
    font-size: .75rem;
  }

  .bg-watermark {
    background-size: 70%;
  }

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

  .suggestion-btn-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .email-button {
    border-radius: .3rem;
  }

  .hero-header {
    margin-bottom: 0;
    font-size: 1.7rem;
  }

  .hero-description {
    font-size: 1.25rem;
  }

  .uui-heading-large {
    font-size: 1.75rem;
  }

  .blogpost-wrapper {
    border-radius: 0;
  }
}

#w-node-_75b6d560-5fe1-4ff7-8aae-300ef6c6e7ff-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_8475b46f-4b72-eaaa-1072-d15e04be1b49-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cfcb7425-090a-05f6-020a-0d8cbb69994c-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c2a2e198-27d6-61e8-012b-f1cced8d497c-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_8c20e288-bcd9-3126-bfcd-37e984c64f6a-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4451e89b-8deb-f57a-d6ab-499ecf4010a6-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-af146b30-b9ae-361e-c322-d55a5bb40533-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_2930ab86-147b-a7a5-fdf3-5f343a90be26-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca929a09-2549-4e62-1e4a-dfe153566182-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb751a40-fe07-f319-8f71-11dd14730dec-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-d66e18f9-9b0e-b831-3703-3acaf64b745b-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_765b4a23-43c0-f675-6d57-4df465ad73dc-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_623ef720-85dd-4d98-8c0e-b0f2151b2199-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-b24779d4-9391-1ea3-4d74-3707b9b91f9e-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a28e0ec-4617-dd6f-c876-fab3728fce05-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3b848809-0a17-0f30-f1ab-3aaa8b9469ab-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_03bd7397-3c29-7f47-e6e9-675ae656ac10-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f66fec4c-837a-a46f-6038-1714ded64f5c-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_12a675af-38e7-e84a-5c6b-97dd601783c9-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-db725f4f-b942-7533-2be4-0e52094b96af-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3f815826-e002-2b7c-959a-1ac8c2b8cae0-aa26f5cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d95ee82c-a3df-5713-2ebf-757ed5e51e6c-aa26f5cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-_7cf022f5-584a-4c1c-72b8-087850cf9526-aa26f5cb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e41cae56-c3e6-9a45-21b7-aeec45f8dd3e-45f8dd39, #w-node-e41cae56-c3e6-9a45-21b7-aeec45f8dd44-45f8dd39, #w-node-e41cae56-c3e6-9a45-21b7-aeec45f8dd4a-45f8dd39 {
  align-self: stretch;
}

#w-node-fcabcbdb-6659-c12c-31c2-fa7b2b8daabb-4ffc986a, #w-node-_4cdb54f3-b217-2ffa-a79c-b02888ad06c1-4ffc986a, #w-node-_741873c0-ff06-3256-6c6f-6b51908cc4f9-4ffc986a, #w-node-ea945d1a-8c44-1441-64b7-a791599b456b-4ffc986a, #w-node-ef7a0c5d-7194-031b-8763-9083e00c3e8e-8ea70f32, #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af1-8ea70f32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9ee810b-217b-f1ef-7485-bc5db0231af3-8ea70f32, #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af5-8ea70f32, #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af9-8ea70f32, #w-node-_1edb778f-6693-244a-8615-db69ad377fe3-8ea70f32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bb642b28-93ee-0735-6bff-b07d45b5191d-8ea70f32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a53beae9-5d02-86c9-e922-29333d7df792-8ea70f32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b5dbdeb2-394a-803b-d0dd-e7f8fc37b3a1-8ea70f32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a53beae9-5d02-86c9-e922-29333d7df797-8ea70f32 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fb7216b4-5b5e-a16a-4659-2bc9c0d2cae2-8ea70f32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea945d1a-8c44-1441-64b7-a791599b456b-8ea70f32, #w-node-_844a1b3e-82a0-cb13-b523-973ac5eabd93-8ea70f32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_844a1b3e-82a0-cb13-b523-973ac5eabd94-8ea70f32, #w-node-_0cd4c019-6f80-950f-3cde-7c151327867c-8ea70f32, #w-node-b863f95f-b9b8-e673-d77b-f7faf3647ed6-8ea70f32 {
  justify-self: center;
}

#w-node-_622309fc-d029-24a1-7750-2f79635bc900-e9805955 {
  align-self: start;
}

#w-node-c7d1f4a5-71f5-6eea-3562-65787591d889-e9805955, #w-node-_01c485a3-21af-78fd-c96c-406c872f92a7-e9805955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f2951e7-dd81-cd5f-889b-7037569aeb5d-569aeb5c {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_8f2951e7-dd81-cd5f-889b-7037569aeb5e-569aeb5c, #w-node-_01f74d81-8898-bf2b-8c2f-65d8362e4a78-589b71d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bc53544-1ad8-cecf-024d-d5a042d212d7-589b71d3 {
  align-self: start;
}

#w-node-_4d0b2107-f529-f134-f9ae-0c957e7c8359-589b71d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0b2107-f529-f134-f9ae-0c957e7c835a-589b71d3 {
  justify-self: center;
}

#w-node-_455c03db-4096-83e6-f56f-d6d168614b80-bb4746c1, #w-node-cb61ba68-3bee-be8a-bb76-e1b8c76eb086-bb4746c1, #w-node-_76ae3c4d-01f9-097a-9bda-0763cae7b352-bb4746c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76ae3c4d-01f9-097a-9bda-0763cae7b353-bb4746c1 {
  justify-self: center;
}

#w-node-_214ec5d7-2420-ccf8-b581-b86efc2fa8f9-6dc8c6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21e83794-20da-69ad-7116-14466b4c7973-6dc8c6f0, #w-node-_4c864116-4257-3529-e7cc-7220c4f69531-6dc8c6f0, #w-node-_3b0ad5eb-82b2-5bdc-7b83-4f402f723c44-6dc8c6f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d05533f-ec35-558f-3565-f7650226d043-6dc8c6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd6e1c5d-16f6-5d25-f67a-29ab51b3509c-6dc8c6f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c5b307bc-d93d-86f8-0180-12378e6d060b-6dc8c6f0 {
  justify-self: end;
}

#w-node-_239e900e-87a4-2ea5-40f4-82e864bd450a-6dc8c6f0, #w-node-f8973cd3-21f3-56e9-2270-d23c9ff499ee-6dc8c6f0, #w-node-a4f557d1-35db-1b08-4e68-b8e67193e5ac-6dc8c6f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cd1e0299-76de-5215-f664-71135b3efed2-6dc8c6f0, #w-node-_68e0dcaf-3947-9743-8b35-41cf4c2b1413-6dc8c6f0, #w-node-_4a6e966a-3ff0-8eb4-4b34-c5296754cf45-6dc8c6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c2ecdc2-79ec-c767-c0c9-545a0f24efbf-6dc8c6f0 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_45e8b922-267b-d9b6-6345-f3a6f18b24f9-6dc8c6f0 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6babe8e6-70ba-7d6b-2fa6-af71aca2ed64-6dc8c6f0 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_2ac485b4-4da0-3515-9dad-0644b88ea991-6dc8c6f0 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_01f74d81-8898-bf2b-8c2f-65d8362e4a78-52f21ef1, #w-node-_4d0b2107-f529-f134-f9ae-0c957e7c8359-52f21ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0b2107-f529-f134-f9ae-0c957e7c835a-52f21ef1 {
  justify-self: center;
}

#w-node-e6865422-5306-9b93-c098-20666ff6544b-888ddfa2, #w-node-b80e373e-ebd0-f2e9-fb16-fd0b93db6d60-888ddfa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af3-8ea70f32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af9-8ea70f32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1edb778f-6693-244a-8615-db69ad377fe3-8ea70f32 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_21e83794-20da-69ad-7116-14466b4c7973-6dc8c6f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3b0ad5eb-82b2-5bdc-7b83-4f402f723c44-6dc8c6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4f557d1-35db-1b08-4e68-b8e67193e5ac-6dc8c6f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4cd7711-0931-9654-9dac-692869749bb8-121a7efe {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b5dbdeb2-394a-803b-d0dd-e7f8fc37b3a1-8ea70f32 {
    justify-self: center;
  }

  #w-node-cd6e1c5d-16f6-5d25-f67a-29ab51b3509c-6dc8c6f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c5b307bc-d93d-86f8-0180-12378e6d060b-6dc8c6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-a4f557d1-35db-1b08-4e68-b8e67193e5ac-6dc8c6f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0c2ecdc2-79ec-c767-c0c9-545a0f24efbf-6dc8c6f0, #w-node-_45e8b922-267b-d9b6-6345-f3a6f18b24f9-6dc8c6f0, #w-node-_6babe8e6-70ba-7d6b-2fa6-af71aca2ed64-6dc8c6f0, #w-node-_2ac485b4-4da0-3515-9dad-0644b88ea991-6dc8c6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af3-8ea70f32, #w-node-b9ee810b-217b-f1ef-7485-bc5db0231af9-8ea70f32, #w-node-_1edb778f-6693-244a-8615-db69ad377fe3-8ea70f32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8f2951e7-dd81-cd5f-889b-7037569aeb5d-569aeb5c {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2448d622-60e3-035f-aa59-279122f0d8cf-569aeb5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b0ad5eb-82b2-5bdc-7b83-4f402f723c44-6dc8c6f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f8973cd3-21f3-56e9-2270-d23c9ff499ee-6dc8c6f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d7f30a94-0146-9b6d-e3ce-920a474d263d-6dc8c6f0, #w-node-_6589ef5e-a2aa-7a61-ca27-c2cca6f39338-6dc8c6f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4f557d1-35db-1b08-4e68-b8e67193e5ac-6dc8c6f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_176f5381-e028-191c-23e9-3992d494dadd-6dc8c6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c2ecdc2-79ec-c767-c0c9-545a0f24efbf-6dc8c6f0, #w-node-_45e8b922-267b-d9b6-6345-f3a6f18b24f9-6dc8c6f0, #w-node-_6babe8e6-70ba-7d6b-2fa6-af71aca2ed64-6dc8c6f0, #w-node-_2ac485b4-4da0-3515-9dad-0644b88ea991-6dc8c6f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


