:root {
  --white: white;
  --black: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  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;
}

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.margin-large {
  margin: 3rem;
}

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

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

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

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

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

.margin-medium {
  margin: 2rem;
}

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

.rv-styleguide-logo {
  max-width: 45%;
}

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

.rv-styleguide-message {
  height: 100vh;
  text-align: center;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-nav {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
}

.link {
  text-decoration: none;
}

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

.rv-styleguide_page-header {
  height: 75vh;
  background-color: #0a0a0a;
  border-bottom: .0625rem solid #2b2b2b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rv-styleguide-header_content {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.rv-styleguide-header_subheader {
  color: #ec4067;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.rv-styleguide-header_heading {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.875rem;
  line-height: 1em;
}

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

.rv-styleguide-header_paragraph {
  max-width: 33ch;
  color: rgba(255, 255, 255, .9);
  letter-spacing: -.03125rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.4em;
}

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

.padding-section-large {
  border-bottom: 1px solid #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.fs-styleguide_section-n {
  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-n.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

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

.text-color-red {
  color: #ec4067;
}

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

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

.rv-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px 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;
}

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

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

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

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

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

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

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

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

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

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

.rv-styleguide_heading-tags, .rv-styleguide_other-tags {
  background-color: #fff;
}

.fs-styleguide_2-col-n {
  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-n.is-align-start {
  align-items: start;
}

.rv-styleguide_heading-styles {
  background-color: #fff;
}

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

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

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

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

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

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

.rv-styleguide_text-classes {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rv-styleguide_buttons {
  background-color: #fff;
}

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

.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: 2px solid #000;
  border-bottom-width: .125rem;
}

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

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

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

.rv-styleguide_colors {
  background-color: #fff;
}

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

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

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

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

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

.rv-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.rv-styleguide_icons {
  background-color: #fff;
}

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

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

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

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

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

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

.hide {
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.rv-styleguide_webflow-elements {
  background-color: #fff;
}

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.rv-styleguide_section {
  z-index: 1;
  color: #000;
  background-color: #fcfcfc;
  border-bottom: .0625rem solid #2b2b2b;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rv-styleguide_section.black {
  color: #fff;
  background-color: #0a0a0a;
}

.rv-styleguide_section-header-long {
  width: 80%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.rv-styleguide_header-container {
  padding: 3rem;
}

.rv-styleguide_header-wrap {
  width: 100%;
  color: #dfbf6c;
  align-items: center;
  display: flex;
}

.rv-styleguide-heading-white {
  color: #fff;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rv-styleguide-description {
  color: #c5c5c5;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.rv-styleguide_2-col {
  width: 80%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  margin-top: 6rem;
}

.styleguide-container {
  background-color: #161616;
  border: .0625rem solid #333;
  padding: 3rem;
  transition: border-color .2s;
  position: relative;
}

.rv-styleguide-heading {
  color: #fff;
  font-size: 1.5rem;
  line-height: 125%;
}

.rv-styleguide_section-header {
  width: 80%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.rv-styleguide-icon {
  height: 2.5rem;
  margin-right: 1rem;
}

.rv-styleguide-link {
  color: #ec4067;
  transition: color .2s;
}

.rv-styleguide-link:hover {
  color: rgba(236, 64, 103, .85);
}

.rv-styleguide-header_dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rv-styleguide-header_do {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-right: 1.25rem;
  transition: all .2s;
}

.rv-styleguide-header_do:hover {
  transform: translate(0, -.3125rem);
}

.rv-styleguide-header_do.is-red {
  background-color: #ec4067;
}

.rv-styleguide-header_do.is-gold {
  background-color: #facb00;
}

.rv-styleguide-header_do.is-blue {
  background-color: #0265d8;
  margin-right: 0;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 1.25%;
  left: auto;
  right: 1.25rem;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: rgba(236, 64, 103, .9);
  text-decoration: none;
  transform: scale(1.05);
}

.body {
  color: #f1f1f1;
  background-color: #252422;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/gyuhijo.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  font-family: Montserrat, sans-serif;
}

.body.privacy {
  background-image: none;
  background-position: 0 0;
}

.nav-link {
  color: #f1f1f1;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .7);
}

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

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

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  height: 2.3rem;
}

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

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

.button-primary {
  color: #f1f1f1;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/red.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.nav-link-accent {
  color: #f1f1f1;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(255, 255, 255, .7);
}

.navbar-brand {
  font-size: 1.1rem;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3%;
}

.text-span-4 {
  color: #f1f1f1;
  line-height: 1.5;
}

.pricing-details {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.red-link {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}

.pricing-details-text {
    text-decoration: underline;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
  position: relative;
}

.pricing-block {
  margin-bottom: 0;
}

.spam-green {
  color: #4ba30c;
  font-weight: 500;
}

.spam-green.red {
  color: red;
  font-weight: 500;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.pricing-divider-two {
  height: 1px;
  background-color: #e4ebf3;
  margin: 9px -16px 16px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-columns: .5fr 1fr;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1920px;
  flex-direction: column;
  margin-top: 30px;
  padding-bottom: 0;
  display: block;
}

.container-2.privacy {
  max-width: 1300px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.pricing-card-two {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/gyuhijo.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  background-clip: border-box;
  border-radius: 20px;
  outline: 3px #333;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 40px 32px;
  display: flex;
}

.div-block-3 {
  width: 460px;
  height: 460px;
  background-image: url('../images/destroyer.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -8%;
  right: auto;
}

.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.link-block {
  z-index: 3;
  width: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial-main-content {
  width: 360px;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.text-span {

  font-weight: 700;
}

.margin-bottom-24px {
  color: #f1f1f1;
  margin-bottom: 0;
}

.cell {
  background-image: url('../images/gyuhijo.webp'), url('../images/1-a5bdfd06f23b0676a1f52f3358c84d4e.webp');
  background-position: 100%, 100%;
  background-repeat: repeat, no-repeat;
  background-size: 960px, 50%;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.cell._3 {
  background-image: url('../images/heroes-1.webp'), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/gyuhijo.webp');
  background-position: 100% 100%, 0 0, 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, 960px;
  background-attachment: scroll, scroll, scroll;
}

.cell._2 {
  background-image: url('../images/wiki.webp'), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/gyuhijo.webp');
  background-position: 100% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, 960px;
  background-attachment: scroll, scroll, scroll;
}

.cell._4 {
  background-image: url('../images/elfs-1.webp'), linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/gyuhijo.webp');
  background-position: 100% 100%, 0 0, 0%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, 960px;
  background-attachment: scroll, scroll, scroll;
}

.cell._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/gyuhijo.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, 960px;
  background-attachment: scroll, scroll;
}

.tagline {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-2 {
  width: 200px;
  height: 280px;
  max-width: 100%;
  flex: none;
  margin-right: 24px;
}

.testimonial-block-main {
  background-color: #252422;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/gyuhijo.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.quick-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.text-span-3 {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.pricing-content {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/gyuhijo.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  align-content: stretch;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block {
  color: #f1f1f1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.2rem;
  font-weight: 600;
}

.pricing-info {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1920px;
  box-shadow: none;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/gyuhijo.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 32px;
}

.circle {
  object-fit: fill;
  background-image: url('../images/orange.gif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 80px;
  margin-bottom: 10px;
  padding: 16px;
}

.space-links {
  width: 40px;
  height: 1px;
}

.features-metrics {
  border-bottom: 1px #e4ebf3;
  margin: 24px auto 60px;
  padding: 0 3%;
  position: relative;
}

.testimonial-image {
  width: 32px;
  height: 32px;
}

.testimonial-image._2 {
  width: 28px;
  height: 28px;
}

.links {
  color: rgba(175, 175, 175, .5);
  flex-direction: row;
  justify-content: flex-end;
  font-size: 12.5px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.links:hover {
  color: rgba(241, 241, 241, .8);
}
.links-telegram {
  color: rgba(175, 175, 175, .5);
  flex-direction: row;
  justify-content: flex-end;
  font-size: 12.5px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.links-telegram:hover {
  color: rgba(241, 241, 241, .8);
}

.frames {
  width: 94px;
  height: 94px;
  object-fit: cover;
  background-image: url('../images/circle_upscayl_4x_realesrgan-x4plus-anime.webp');
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 35px;
  left: auto;
  right: auto;
}

.frames._1 {
  top: 40px;
}

.div-links {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}
.div-links-telegram {
 flex-wrap: wrap;
    align-content: revert-layer;
    justify-content: flex-end;

    display: flex;
}
.features-title {
  color: #f1f1f1;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.features-block {
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.container-4 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  text-decoration: none;
}

.text-span-5 {
  color: #fa4848;
}

.link-privacy {
  color: #cc2b2f;
  text-decoration: none;
}

.heading-38 {
  color: #f1f1f1;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.heading-38._2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.paragraph {
  color: rgba(241, 241, 241, .96);
  margin-bottom: 0;
  font-size: 1rem;
}

.bold-text-4 {
  color: #cc2b2f;
}

.div-block-41 {
  background-color: rgba(27, 27, 27, .6);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.f-glossary-card {
  grid-row-gap: 24px;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .05);
}

.f-sub-heading-large {
  color: #f12d15;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-glossary-block {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-glossary-word-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.f-sub-heading-small {
  color: #f1f1f1;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-paragraph-regular {
  color: rgba(241, 241, 241, .9);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link-8 {
  color: #f12d15;
  font-weight: 500;
}

.text-span-20 {
  color: #f12d15;
}

.f-sub-heading-small-2 {
  color: #f1f1f1;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-paragraph-regular-2 {
  color: #f1f1f1;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.f-glossary-card-2 {
  grid-row-gap: 24px;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .05);
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  list-style-type: disc;
  display: flex;
}

.text-span-21 {
  color: #f1f1f1;
}

.f-glossary-card-list {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.f-glossary-card-3 {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 3px rgba(0, 0, 0, .05);
}

.f-sub-heading-small-3 {
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-paragraph-regular-3 {
  color: rgba(241, 241, 241, .9);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.reg-content {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: auto;
  display: flex;
}

.reg-box {
  border-radius: 2em;
}

.button-2 {
  width: 100%;
  background-color: #000;
  border-radius: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
  transition: background-color .3s;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, .4);
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 80px;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-color: #9a9589;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 13px;
}

.field-wrap {
  width: 100%;
  text-align: left;
}

.field-wrap.margin {
  margin-bottom: 30px;
}

.pargraph-margin {
  margin-bottom: 40px;
}

.checkbox-wrap {
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.wrapper {
  width: 50%;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  text-align: center;
  background-color: rgba(255, 255, 255, .07);
  border-left: 1px solid rgba(255, 255, 255, .15);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  max-width: 450px;
  background-color: #504343;
  margin-left: auto;
  margin-right: auto;
}

.field-input {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #41534b;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.field-input::-ms-input-placeholder {
  font-size: 16px;
}

.field-input::placeholder {
  font-size: 16px;
}

.field-label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.link-9 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.form-block {
  margin-top: 0;
  margin-bottom: 15px;
}

.p-15 {
  font-size: 15px;
}

.div-block-42 {
  max-width: 60em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.reg-info {
  background-color: rgba(90, 90, 90, .4);
  border-radius: 2em 0 0 2em;
  padding: 5em;
}

.reg {
  background-color: #272727;
  border-radius: 20px;
}

.glass_wrapper {
  min-width: 34rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(13, 13, 14, .5);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5rem;
  display: flex;
}

.form-error-msg {
  text-align: center;
  background-color: rgba(40, 39, 41, .5);
  border-radius: 1rem;
  margin-top: 0;
  padding: 2rem;
}

.form-text-field {
  min-height: 3.5rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f8fa;
  border: 1px #fff;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition-property: none;
}

.button-3:hover {
  opacity: .8;
}

.button-3.is-form {
  border-radius: 1rem;
}

.glass_img-bottom {
  z-index: -1;
  width: 13rem;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -11%;
}

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

.glass-title-tip {
  opacity: .8;
  color: rgba(251, 249, 252, .5);
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}

.glass_component {
  position: absolute;
}

.form-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.heading-3 {
  color: #243843;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
}

.heading-3.is-white {
  color: #fbf9fc;
  text-shadow: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.glass_img-top {
  z-index: -1;
  width: 13rem;
  position: absolute;
  top: -13%;
  bottom: 0%;
  left: -12%;
  right: 0%;
}

.form-success-msg {
  background-color: rgba(40, 39, 41, .5);
  border-radius: 1rem;
  padding: 2rem;
}

.wrapper-2 {
  width: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-items: center;
  display: flex;
}

.form-wrap-2 {
  width: 100%;
}

.form-fields {
  margin-bottom: 60px;
}

.cappitalize {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-3 {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 100px 60px;
  display: flex;
}

.left {
  width: 50%;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 20px 0 0 20px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-icon {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.link-icon:hover {
  transform: scale(1.1);
}

.form-holder {
  width: 100%;
  align-self: center;
  display: flex;
}

.button-4 {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: rgba(241, 241, 241, 0);
  border: 1px solid #f1f1f1;
  padding: 10px 20px;
  transition: background-color .2s, border .2s;
}

.button-4:hover {
  background-color: #1d1d1d;
}

.line {
  width: 1px;
  height: 100%;
  background-color: rgba(179, 206, 195, .6);
}

.mb-30 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.or-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.links-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: center;
  display: flex;
}

.form-block-2 {
  height: 100%;
  margin-bottom: 0;
}

.form-label {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-label.resume {
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 40px;
}

.text-field {
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .5);
  margin-bottom: 40px;
  padding: 10px;
  transition: border .2s;
}

.text-field:hover {
  border-right-color: rgba(0, 0, 0, 0);
}

.text-field:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}

.right {
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.p-14 {
  font-size: 14px;
}

.link-10 {
  color: #f12d15;
  border-bottom: 1px solid rgba(11, 139, 80, 0);
  font-weight: 600;
  text-decoration: none;
  transition: border .2s;
}

.link-10:hover {
  border-bottom-color: #f1f1f1;
}

.dropdown {
  background-color: #2f2e2a;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/gyuhijo.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
  border-radius: 10px;
}

.text-block-2, .icon {
  color: #f1f1f1;
}

.tabs, .tabs-menu {
  border-radius: 20px;
}

.tab-link-tab-1 {
  background-color: #2f2f29;
  border-radius: 20px 0 0;
}

.tab-link-tab-1.w--current {
  background-color: #d1d1d1;
  background-image: url('../images/orange.gif');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 16px 0 0;
}

.tab-link-tab-3, .tab-link-tab-3.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.text-block-3 {
  color: #f1f1f1;
}

.text-block-4 {
  color: #f1f1f1;
  font-weight: 600;
}

.tab-link-tab-2 {
  background-color: #2f2f29;
}

.tab-link-tab-2.w--current {
  background-image: url('../images/orange.gif');
  background-position: 50% 100%;
  background-size: cover;
}

.text-block-5 {
  color: #f1f1f1;
  font-weight: 600;
}

.caption-regular {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-700 {
  color: #49575a;
}

.caption-regular.text-color-gray-700.dop {
  color: rgba(241, 241, 241, .7);
  font-size: 14px;
}

.alert-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 26px;
  height: 26px;
}

.image-18.f {
  width: 30px;
  height: 30px;
}

.integration-logo-small {
  width: 54px;
  height: 54px;
  box-shadow: none;
  background-color: #f8f8fc;
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: border-color .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.integration-logo-small:hover {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  box-shadow: 0 2px 4px rgba(148, 165, 168, .25);
}

.integration-logo-small.dop {
  box-shadow: none;
  background-color: rgba(0, 0, 0, .1);
  border-style: solid;
  border-color: rgba(241, 241, 241, .3);
  transition-property: none;
}

.grid-integration {
  background-color: rgba(0, 0, 0, .2);
  border: 1px #e6e6e6;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
  padding: 24px;
}

.icon-alert {
  width: 26px;
  height: 26px;
  color: #f12d15;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-dashboard-analytics-wrapper {
  background-color: #fff;
  border: 1px #dedfe3;
  border-radius: 14px;
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  display: flex;
  overflow: auto;
  box-shadow: 0 1px 1px rgba(118, 135, 154, .24), 0 3px 8px rgba(118, 135, 154, .08);
}

.a-dashboard-analytics-wrapper.dop {
  box-shadow: none;
  background-color: rgba(0, 0, 0, .2);
}

.integration-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.integration-app-title {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.integration-app-title.do {
  font-size: 1.2rem;
}

.integration-line-light {
  width: 100%;
  height: 1px;
  max-width: 80%;
  background-color: #e4e6f1;
  justify-content: flex-end;
  margin-top: 16px;
  margin-left: auto;
}

.integration-line-light.dop {
  background-color: rgba(241, 241, 241, .3);
}

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

.button-small {
  color: #323c3e;
  text-transform: uppercase;
  background-color: #f8f8fc;
  border: 1px solid #e4e6f1;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-small:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #282828;
  outline-style: none;
}

.button-small.dop {
  color: #f1f1f1;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/gyuhijo.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-style: none;
  border-radius: 20px;
  flex: 0 auto;
}

.button-small.dop:hover {
  color: #fff;
}

.integration-detail {
  flex-direction: column;
  margin-bottom: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small-4 {
  color: #454f5f;
  letter-spacing: 0;
  white-space: normal;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.do {
  color: rgba(241, 241, 241, .7);
}

.div-block-43 {
  width: 100%;
  max-width: 1200px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.grid-integration-2 {
  background-color: #fff;
  border: 1px #e6e6e6;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 16px;
  padding: 24px;
}

.grid-integration-2.dop {
  background-color: rgba(0, 0, 0, .2);
}

.div-block-44 {
  max-width: 700px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
   
  .div-block-3 {
    width: 500px;
    height: 500px;
    left: -4%;
  }
}

@media screen and (min-width: 1440px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-3 {
    height: 500px;
    left: -8%;
  }

  .testimonial-main-content {
    width: 350px;
  }

  .reg-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .a-dashboard-analytics-wrapper {
    max-height: 590px;
  }

  .grid-integration-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-3 {
    width: 580px;
    height: 580px;
    left: -9%;
  }

  .testimonial-main-content {
    width: 380px;
  }
}
@media screen and (max-width: 1280px) {
      .l2hop{display: none;}
}
@media screen and (max-width: 991px) {
   
  .margin-large {
    margin: 2.5rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .rv-styleguide-wrapper {
    margin-left: 0;
  }

  .rv-styleguide-header_subheader {
    justify-content: center;
    display: flex;
  }

  .rv-styleguide-header_heading {
    line-height: 1em;
  }

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

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

  .fs-styleguide_section-n {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rv-styleguide_heading-medium {
    font-size: 3rem;
  }

  .rv-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .fs-styleguide_2-col-n {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rv-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .rv-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .rv-styleguide_section-header-long {
    width: 90%;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .rv-styleguide_header-container {
    padding: 2rem;
  }

  .rv-styleguide_2-col {
    width: 90%;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-items: start;
  }

  .rv-styleguide_section-header {
    width: 90%;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .nav-link {
    color: #1a1a1a;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-accent {
    color: #1a1a1a;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    color: #fff;
    padding: 12px;
    font-size: 2rem;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .testimonial-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
    display: block;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .div-block-3 {
    width: 420px;
    height: 420px;
    top: -10.5%;
    bottom: auto;
  }

  .quick-stack {
    margin-top: 24px;
  }

  .features-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .15);
  }

  .button-3 {
    white-space: nowrap;
  }

  .wrapper-2 {
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
  }

  .form-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left {
    width: 100%;
    display: none;
  }

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

  .a-dashboard-analytics-wrapper {
    max-height: none;
  }

  .div-block-44 {
    height: 100%;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .margin-large {
    margin: 1.5rem;
  }

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rv-styleguide-header_heading {
    letter-spacing: -.0625rem;
    font-size: 2.75rem;
  }

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

  .rv-styleguide-header_paragraph {
    font-size: 1.375rem;
  }

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

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

  .fs-styleguide_section-header-n {
    font-size: .875rem;
  }

  .rv-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

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

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

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

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

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

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

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

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

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .rv-styleguide_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rv-styleguide-heading-white {
    font-size: 2rem;
  }

  .rv-styleguide_2-col {
    margin-top: 5rem;
  }

  .styleguide-container {
    padding: 1rem;
  }

  .rv-styleguide-icon {
    height: 1.5rem;
  }

  .rv-styleguide-header_do {
    width: .9375rem;
    height: .9375rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .grid {
    flex-direction: column;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-3 {
    width: 300px;
    height: 300px;
    display: none;
    top: -60px;
    left: auto;
    right: 28.6vw;
  }

  .testimonial-main-content {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    width: 0;
    height: 230px;
    display: none;
  }

  .testimonial-block-main {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -50px;
  }

  .features-metrics {
    padding: 0 15px 60px;
  }

  .frames {
    display: none;
    top: 248px;
  }

  .frames._1 {
    display: none;
    top: 93px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .glass_wrapper {
    min-width: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .form-fields {
    margin-bottom: 40px;
  }

  .cappitalize {
    margin: 10px 20px;
  }

  .form-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-holder {
    flex-direction: column;
  }

  .line {
    width: 100%;
    height: 1px;
  }

  .or-wrap {
    flex-direction: row;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .links-wrap {
    grid-column-gap: 30px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .form-label.resume {
    margin-top: -20px;
  }

  .alert-wrapper {
    flex-flow: row;
    flex: 1;
    align-content: stretch;
    justify-content: center;
    align-items: center;
  }

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

  .icon-alert {
    display: flex;
  }

  .integration-line-light {
    margin-top: 24px;
  }

  .grid-integration-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rv-styleguide-header_content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .rv-styleguide_header-container {
    padding-left: 1rem;
  }

  .rv-styleguide_header-wrap {
    flex-wrap: wrap;
  }

  .rv-styleguide-icon {
    margin-bottom: 1rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: -10px;
  }

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

  .pricing-block {
    margin-bottom: 10px;
  }

  .grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .pricing-card-two {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    display: block;
  }

  .div-block-3 {
    top: -8%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .testimonial-main-content {
    width: auto;
    min-width: 120px;
    flex-wrap: wrap;
    align-content: center;
  }

  .tagline {
    flex-wrap: nowrap;
    align-content: flex-start;
    display: flex;
  }

  .testimonial-block-main {
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .f-glossary-card, .f-glossary-card-2, .f-glossary-card-3 {
    padding: 24px;
  }

  .reg-content {
    padding-bottom: 60px;
  }

  .button-2 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 17px;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .checkbox {
    width: 13px;
    height: 13px;
    margin-right: 9px;
  }

  .field-input {
    height: 45px;
  }

  .field-label {
    font-size: 15px;
  }

  .link-9, .p-15 {
    font-size: 13px;
  }

  .glass_wrapper {
    min-width: 0;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .form-error-msg {
    margin-bottom: 0;
  }

  .glass_img-bottom {
    width: 8rem;
  }

  .glass-title-tip {
    font-size: 1rem;
    display: none;
  }

  .heading-3.is-white {
    font-size: 1.5rem;
  }

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

  .glass_img-top {
    width: 7rem;
  }

  .form-3 {
    padding: 20px;
  }

  .mb-30 {
    font-size: 2.2rem;
  }

  .or-wrap {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: 100%;
  }

  .tab-link-tab-1 {
    border-top-right-radius: 20px;
  }

  .tab-link-tab-1.w--current {
    border-top-right-radius: 16px;
  }

  .text-block-4 {
    color: #f1f1f1;
  }

  .caption-regular.text-color-gray-700 {
    text-align: center;
  }

  .alert-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .a-dashboard-analytics-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .integration-app-title {
    text-align: center;
  }

  .integration-line-light {
    max-width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .integration-apps {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
  }

  .integration-detail {
    flex-flow: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }

  .paragraph-small-4 {
    text-align: center;
    align-self: auto;
  }
}

#w-node-_22589f8d-9717-31cf-6622-8225eeaa7df6-4081045f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_22589f8d-9717-31cf-6622-8225eeaa7e0b-4081045f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_22589f8d-9717-31cf-6622-8225eeaa7e0c-4081045f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22589f8d-9717-31cf-6622-8225eeaa7e12-4081045f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e90a90b8-a2c9-4b34-d055-304bfb0bfdf2-408104ac, #w-node-e90a90b8-a2c9-4b34-d055-304bfb0bfdff-408104ac, #w-node-e90a90b8-a2c9-4b34-d055-304bfb0bfe0c-408104ac, #w-node-e90a90b8-a2c9-4b34-d055-304bfb0bfe19-408104ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_22589f8d-9717-31cf-6622-8225eeaa7e0b-4081045f {
    justify-self: auto;
  }

  #w-node-_22589f8d-9717-31cf-6622-8225eeaa7e0c-4081045f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_22589f8d-9717-31cf-6622-8225eeaa7e12-4081045f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_22589f8d-9717-31cf-6622-8225eeaa7e0c-4081045f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22589f8d-9717-31cf-6622-8225eeaa7e12-4081045f {
    display: grid;
  }
}



/* Адаптивность для мобильных устройств */
@media screen and (max-width: 767px) {
  .countdown-title {
    font-size: 2rem;
  }
  
  .countdown-timer {
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .countdown-block {
    min-width: 80px;
    padding: 15px 10px;
  }
  
  .countdown-number {
    font-size: 2.5rem;
  }
  
  .countdown-label {
    font-size: 0.8rem;
  }
  
  .countdown-separator {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .countdown-title {
    font-size: 1.5rem;
  }
  
  .countdown-timer {
    gap: 5px;
    flex-wrap: wrap;
  }
  
  .countdown-block {
    min-width: 70px;
    padding: 10px 8px;
  }
  
  .countdown-number {
    font-size: 2rem;
  }
  
  .countdown-label {
    font-size: 0.7rem;
  }
  
  .countdown-separator {
    font-size: 1.5rem;
  }
}


