:root {
    --untitled-ui-white: white;
    --untitled-ui-gray300: #d0d5dd;
    --saddle-brown: #8d5b19;
    --untitled-ui-gray600: #475467;
    --untitled-ui-primary600: #7f56d9;
    --untitled-ui-gray200: #eaecf0;
    --untitled-ui-gray50: #f9fafb;
    --untitled-ui-gray500: #667085;
    --untitled-ui-gray900: #101828;
    --untitled-ui-gray800: #1d2939;
    --untitled-ui-gray100: #f2f4f7;
    --untitled-ui-primary700: #6941c6;
    --untitled-ui-primary100: #f4ebff;
    --untitled-ui-gray700: #344054;
    --untitled-ui-primary500: #9e77ed;
    --untitled-ui-primary50-2: #f9f5ff;
    --untitled-ui-primary300: #d6bbfb;
}

.formulario-contato{
    width: 80%;
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 1.5;
}

.titulo-envio-contato{
    color: #b97a32;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0px;
}

.formulario-contato .submit{
    text-align: center;
}

#resposta-envio{
    padding: 10px 25px;
    margin-bottom: 100px;
}

.formulario-contato button{
    background-color: #b97a32;
    color: var(--untitled-ui-primary50-2);
    font-size: 1.125rem;
    border: 1px solid #b97a32;
    padding: 10px 25px;
    margin-bottom: 100px;
    border-radius: 8px;
    cursor: pointer;
}

.formulario-contato input, .formulario-contato textarea{
    width: 100%;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid var(--untitled-ui-gray600);
    margin-bottom: 15px;
}

.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-embed-youtubevideo {
    width: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

.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;
}

.w-form-formradioinput--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
}

body {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: .9;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
}

h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

p {
    margin-bottom: 0;
}

a {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
}

a:hover {
    color: #f88282;
    font-weight: 500;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.5rem;
}

li {
    margin-bottom: .25rem;
}

img {
    max-width: 100%;
    display: inline-block;
}

label {
    margin-bottom: .25rem;
    font-weight: 500;
}

blockquote {
    border-left: .25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

figcaption {
    text-align: center;
    margin-top: .25rem;
}

.utility-page_component {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.utility-page_wrapper {
    max-width: 20rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.utility-page_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.utility-page_image {
    margin-left: auto;
    margin-right: auto;
}

.global-styles {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.margin-custom2 {
    margin: 2.5rem;
}

.padding-xlarge {
    padding: 4rem;
}

.margin-xlarge {
    margin: 4rem;
}

.margin-xsmall {
    margin: .5rem;
}

.padding-xhuge {
    padding: 8rem;
}

.margin-custom1 {
    margin: 1.5rem;
}

.padding-0 {
    padding: 0;
}

.padding-xxhuge {
    padding: 12rem;
}

.padding-huge {
    padding: 6rem;
}

.margin-large {
    margin: 3rem;
}

.padding-xxlarge {
    padding: 5rem;
}

.margin-xxsmall {
    margin: .25rem;
}

.padding-custom3 {
    padding: 3.5rem;
}

.padding-large {
    padding: 3rem;
}

.margin-tiny {
    margin: .125rem;
}

.padding-small {
    padding: 1rem;
}

.padding-custom2 {
    padding: 2.5rem;
}

.margin-custom3 {
    margin: 3.5rem;
}

.padding-custom1 {
    padding: 1.5rem;
}

.margin-huge {
    margin: 6rem;
}

.padding-medium {
    padding: 2rem;
}

.padding-xsmall {
    padding: .5rem;
}

.margin-xxlarge {
    margin: 5rem;
}

.padding-xxsmall {
    padding: .25rem;
}

.margin-xhuge {
    margin: 8rem;
}

.padding-tiny {
    padding: .125rem;
}

.margin-small {
    margin: 1rem;
}

.margin-medium {
    margin: 2rem;
}

.margin-xxhuge {
    margin: 12rem;
}

.margin-0 {
    margin: 0;
}

.margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.margin-vertical {
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.padding-vertical {
    padding-left: 0;
    padding-right: 0;
}

.padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
}

.margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.form_checkbox {
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    padding-left: 0;
    display: flex;
}

.form_checkbox-icon {
    width: .875rem;
    height: .875rem;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(185, 122, 51, .35);
    border-radius: 50rem;
    margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
    width: .875rem;
    height: .875rem;
    background-color: #b97a33;
    background-size: 90%;
    border-color: #b97a33;
    border-radius: 50rem;
    margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
    width: .875rem;
    height: .875rem;
    border-radius: .125rem;
    margin: 0 .5rem 0 0;
    box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.fs-styleguide_spacing {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: stretch;
    display: grid;
    position: relative;
}

.icon-1x1-small {
    width: 1rem;
    height: 1rem;
    flex: none;
}

.overflow-auto {
    overflow: auto;
}

.spacing-clean {
    margin: 0;
    padding: 0;
}

.icon-1x1-large {
    width: 2.5rem;
    height: 2.5rem;
}

.z-index-2 {
    z-index: 2;
    position: relative;
}

.fs-styleguide_background-space {
    width: 1px;
    height: 1px;
    margin: 5rem;
}

.text-weight-semibold {
    font-weight: 600;
}

.text-style-strikethrough {
    text-decoration: line-through;
}

.fs-styleguide_item {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    border-bottom: 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;
}

.fs-styleguide_item.is-stretch {
    justify-items: stretch;
}

.max-width-full {
    width: 100%;
    max-width: none;
}

.fs-styleguide_item-header {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
    font-size: 6rem;
}

.background-color-black {
    color: #f5f5f5;
    background-color: #000;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

.text-color-black {
    color: #000;
}

.text-color-grey {
    color: gray;
}

.fs-styleguide_2-col {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.fs-styleguide_2-col.is-align-start {
    align-items: start;
}

.form_message-success {
    padding: 1.25rem;
}

.fs-styleguide_row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.heading-style-h3 {
    color: #0e5360;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.text-rich-text h5,
.text-rich-text h6 {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.text-rich-text p {
    margin-bottom: 1rem;
}

.text-rich-text ul,
.text-rich-text ol {
    margin-bottom: 1.5rem;
}

.container-small {
    width: 100%;
    max-width: 64rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.icon-height-small {
    height: 1rem;
}

.icon-1x1-medium {
    width: 2rem;
    height: 2rem;
}

.heading-style-h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.heading-style-h1.text-style-allcaps {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1.4;
    transform: translate(-154px);
}

.page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.text-weight-normal {
    font-weight: 400;
}

.padding-vertical-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.max-width-small {
    width: 100%;
    max-width: 20rem;
}

.text-color-white {
    color: #fff;
}

.text-style-italic {
    font-style: italic;
}

.text-weight-medium {
    font-weight: 500;
}

.overflow-hidden {
    overflow: hidden;
}

.fs-styleguide_section-header {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 3rem;
    line-height: 1.4;
    display: grid;
}

.text-size-tiny {
    font-size: .75rem;
}

.max-width-xxlarge {
    width: 100%;
    max-width: 80rem;
}

.fs-styleguide_1-col {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.overflow-visible {
    overflow: visible;
}

.fs-styleguide_empty-box {
    z-index: -1;
    height: 3rem;
    min-width: 3rem;
    background-color: rgba(45, 64, 234, .05);
    border: 1px dashed #2d40ea;
    position: relative;
}

.text-weight-light {
    font-weight: 300;
}

.fs-styleguide_heading-medium {
    font-size: 4rem;
}

.max-width-xsmall {
    width: 100%;
    max-width: 16rem;
}

.fs-styleguide_4-col {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.text-size-regular {
    font-size: 1rem;
    line-height: 1.5;
}

.text-weight-xbold {
    font-weight: 800;
}

.text-align-right {
    text-align: right;
}

.text-weight-bold {
    font-weight: 700;
}

.max-width-medium {
    width: 100%;
    max-width: 32rem;
}

.fs-styleguide_item-wrapper {
    width: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.max-width-large {
    width: 100%;
    max-width: 48rem;
}

.fs-styleguide_header-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    display: grid;
}

.background-color-white {
    background-color: #fff;
}

.text-style-muted {
    opacity: .6;
}

.text-size-small {
    font-size: .875rem;
}

.heading-style-h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}

.form_radio-icon {
    width: .875rem;
    height: .875rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
    width: .875rem;
    height: .875rem;
    border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
    width: .875rem;
    height: .875rem;
    box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
    white-space: nowrap;
}

.text-align-left {
    text-align: left;
}

.background-color-grey {
    background-color: #f5f5f5;
}

.form_input {
    min-height: 3rem;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: .75rem;
    padding: .5rem 1rem;
}

.form_input.is-text-area {
    min-height: 8rem;
    padding-top: .75rem;
}

.heading-style-h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.padding-vertical-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.fs-styleguide_3-col {
    width: 100%;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}

.fs-styleguide_3-col.is-align-start {
    align-items: start;
}

.text-style-link {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}

.text-size-large {
    font-size: 1.5rem;
    line-height: 1.3;
}

.text-size-large.width-65 {
    width: 65%;
    color: #003243;
}

.fs-styleguide_header {
    background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

.heading-style-h2.text-color-white {
    color: var(--untitled-ui-white);
}

.fs-styleguide_label {
    color: #fff;
    background-color: #2d40ea;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: .25rem .75rem .3rem;
    font-weight: 600;
    display: flex;
}

.fs-styleguide_label.is-tag {
    background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
    color: #000;
    background-color: #f5f5f5;
}

.fs-styleguide_version {
    z-index: 5;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.heading-style-h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
}

.container-large {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.icon-height-medium {
    height: 2rem;
}

.text-style-allcaps {
    text-transform: uppercase;
}

.overflow-scroll {
    overflow: scroll;
}

.form_message-error {
    margin-top: .75rem;
    padding: .75rem;
}

.icon-height-large {
    height: 3rem;
}

.text-align-center {
    text-align: center;
}

.form_component {
    margin-bottom: 0;
}

.max-width-xxsmall {
    width: 100%;
    max-width: 12rem;
}

.layer {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.text-style-quote {
    border-left: .25rem solid #e2e2e2;
    margin-bottom: 0;
    padding: 0 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
}

.button {
    color: #fff;
    text-align: center;
    background-color: #b97a32;
    border-radius: 50px;
    padding: .75rem 1.5rem;
    font-weight: 600;
    transition: all .2s, opacity .2s;
}

.button:hover {
    background-color: var(--untitled-ui-gray300);
    color: #000;
    font-weight: 600;
}

.button.is-text {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
    padding: .5rem 1.25rem;
    font-size: .9rem;
}

.button.is-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.button.is-secondary {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.button.is-secondary:hover {
    background-color: var(--saddle-brown);
}

.button.is-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.button.button1 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 2.5rem;
}

.button.button1:hover {
    background-color: var(--untitled-ui-gray300);
}

.fs-styleguide_classes {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.text-size-medium {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.3;
}

.text-size-medium.text-color-white {
    color: var(--untitled-ui-white);
}

.fs-styleguide_section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: start;
    display: grid;
}

.fs-styleguide_section.is-vertical {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
}

.button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.hide {
    display: none;
}

.padding-vertical-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.container-medium {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.form_radio {
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    padding-left: 0;
    display: flex;
}

.fs-styleguide_spacing-all {
    display: none;
}

.fs-styleguide_color.is-1 {
    background-color: #000;
}

.fs-styleguide_color.is-2 {
    background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
    background-color: #fff;
}

.spacer-huge {
    width: 100%;
    padding-top: 6rem;
}

.spacer-medium {
    width: 100%;
    padding-top: 2rem;
}

.fs-styleguide_spacer-box {
    width: 100%;
    background-color: rgba(45, 64, 234, .1);
    border: 1px dashed #2d40ea;
    position: relative;
}

.spacer-xsmall {
    width: 100%;
    padding-top: .5rem;
}

.spacer-small {
    width: 100%;
    padding-top: 1rem;
}

.spacer-xhuge {
    width: 100%;
    padding-top: 8rem;
}

.spacer-tiny {
    width: 100%;
    padding-top: .125rem;
}

.spacer-xxsmall {
    width: 100%;
    padding-top: .25rem;
}

.spacer-xxhuge {
    width: 100%;
    padding-top: 12rem;
}

.spacer-xlarge {
    width: 100%;
    padding-top: 4rem;
}

.spacer-large {
    padding-top: 3rem;
}

.spacer-xxlarge {
    width: 100%;
    padding-top: 5rem;
}

.background-gradient1 {
    background-image: linear-gradient(#b97a33, #3f3f3f);
}

.section_hero {
    background-color: #f1f1f1;
}

.uui-heroheader01_fileupload-image2 {
    z-index: 7;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: .5rem;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
}

.uui-heroheader01_fileupload-image1 {
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: .5rem;
    margin-bottom: .75rem;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper {
    width: 12rem;
    position: absolute;
    top: auto;
    bottom: 14%;
    left: auto;
    right: 11%;
}

.uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
    z-index: 5;
    width: 34%;
    height: 15%;
    top: auto;
    bottom: 23%;
    left: auto;
    right: 10%;
}

.uui-heroheader01_image {
    z-index: 3;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.uui-heroheader01_image-wrapper {
    min-height: 60vh;
    position: relative;
    overflow: visible;
}

.uui-button-wrapper.max-width-full-mobile-landscape {
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
    position: relative;
}

.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-icon.is-icon-large {
    width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    min-width: 1.5rem;
}

.uui-button-row {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.uui-button-row.is-reverse-mobile-landscape {
    align-items: center;
    position: relative;
}

.uui-space-large {
    width: 100%;
    min-height: 3rem;
}

.uui-text-size-xlarge {
    color: #003243;
    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.25rem;
    line-height: 1.5;
}

.uui-max-width-medium {
    width: 100%;
    max-width: 35rem;
}

.uui-space-small {
    width: 100%;
    min-height: 1.5rem;
    color: #003243;
}

.uui-heroheader01_content {
    flex-direction: column;
    padding-left: 2rem;
    display: flex;
}

.uui-heroheader01_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
    position: relative;
}

.section5 {
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.divider-horizontal {
    width: 75%;
    height: 3px;
    color: #0e5360;
    background-color: #0e5360;
    border-radius: 50px;
}

.divider-horizontal.background-color-white {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.top-border {
    height: 10px;
    background-color: #b97a33;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.uui-heroheader17_image-wrapper {
    width: 100%;
    max-width: 800px;
    min-height: 27rem;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.uui-max-width-xlarge {
    width: 100%;
    max-width: 64rem;
}

.uui-text-align-center {
    text-align: center;
}

.uui-heroheader17_component {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.section_video {
    background-color: #f1f1f1;
    overflow: hidden;
}

.uui-heroheader08_image {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

.uui-max-width-small {
    width: 100%;
    max-width: 30rem;
}

.uui-heroheader08_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 5rem;
    display: grid;
}

.section3 {
    position: relative;
}

.section-top1 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.section-top1.background-gradient1 {
    z-index: -1;
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.uui-heroheader08_image-2 {
    width: 100%;
    height: 40rem;
    object-fit: cover;
}

.uui-heroheader08_component-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.uui-text-size-xlarge-2 {
    color: var(--untitled-ui-gray600);
    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.25rem;
    line-height: 1.5;
}

.uui-space-small-2 {
    width: 100%;
    min-height: 1.5rem;
}

.uui-text-align-center-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.uui-text-size-medium-2 {
    color: var(--untitled-ui-gray600);
    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: 1rem;
    line-height: 1.5;
}

.uui-space-xxsmall {
    width: 100%;
    min-height: .5rem;
}

.uui-heading-xxsmall {
    color: #0e5360;
    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.25rem;
    font-weight: 600;
    line-height: 1.5;
}

.uui-layout32_text-wrapper {
    text-align: left;
}

.uui-layout32_timeline-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.uui-icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
    color: #785a3b;
}

.uui-icon-featured-outline-large {
    width: 3.5rem;
    height: 3.5rem;
    color: var(--untitled-ui-primary600);
    background-color: rgba(168, 114, 52, .65);
    border: .5rem solid rgba(140, 100, 56, .92);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.uui-layout32_timeline-icon-wrapper {
    z-index: 1;
    background-color: #fff;
    margin-top: -1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.uui-layout32_timeline-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
}

.uui-layout32_timeline-step {
    grid-column-gap: 2.5rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
    width: 2px;
    height: 100%;
    background-color: #a97236;
}

.uui-layout32_progress-bar-wrapper {
    width: 2px;
    height: 75%;
    background-color: var(--untitled-ui-gray200);
    position: absolute;
    top: 10%;
    left: 1.75rem;
    right: auto;
}

.uui-layout32_timeline-wrapper {
    position: relative;
}

.uui-space-medium {
    width: 100%;
    min-height: 2rem;
}

.uui-space-xxlarge {
    width: 100%;
    min-height: 5rem;
}

.uui-icon-1x1-xsmall-2 {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-featured-square-large {
    width: 3rem;
    height: 3rem;
    color: var(--untitled-ui-white);
    background-color: #906a3e;
    border-radius: .625rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.uui-layout94_item {
    width: 100%;
    background-color: rgba(144, 106, 62, .1);
    border: 2px solid #906a3e;
    border-radius: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
}

.uui-layout94_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: start;
    display: grid;
}

.uui-space-xsmall {
    width: 100%;
    min-height: 1rem;
}

.uui-max-width-large-2 {
    width: 100%;
    max-width: 48rem;
}

.big-text {
    overflow: hidden;
}

.uui-heroheader02_image {
    width: 100%;
    height: 100%;
}

.uui-heroheader02_image-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.uui-space-large-2 {
    width: 100%;
    min-height: 3rem;
}

.uui-max-width-small-2 {
    width: 100%;
    max-width: 30rem;
}

.uui-heroheader02_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.section_bonus {
    overflow: hidden;
}

.uui-cta07_content {
    flex: 1;
}

.uui-cta07_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    background-color: var(--untitled-ui-gray50);
    border-radius: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    padding: 4rem;
    display: grid;
}

.text-span {
    color: #906a3e;
    -webkit-text-stroke-color: #906a3e;
}

.colon-style {
    width: 11px;
    height: 42px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    display: flex;
}

.flowgiri-hours.flowgiri-countdown-number-design {
    width: 54px;
    height: 42px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    display: flex;
}

.flowgiri-countdown-item.flowgiri-countdown-item-box {
    width: 579px;
    height: 140px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
}

.flowgiri-countdown-item.flowgiri-countdown-item-box.flowgiri-countdown-item-box-bg-grad {
    background-image: none;
}

.flowgiri-seconds.flowgiri-countdown-number-design {
    width: 54px;
    height: 42px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    display: flex;
}

.flowgiri-countdown-text-design {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    font-weight: 500;
    line-height: 1;
    display: flex;
}

.flowgiri-minutes.flowgiri-countdown-number-design,
.flowgiri-days.flowgiri-countdown-number-design {
    width: 54px;
    height: 42px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    display: flex;
}

.flowgiri-countdown-box {
    width: 54px;
    height: 42px;
}

.uui-heroheader01_fileupload-image-wrapper-2 {
    width: 23rem;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: -16%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-2.hide-mobile-landscape {
    z-index: 10;
    width: 30%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 20%;
    overflow: hidden;
}

.uui-heroheader01_fileupload-image-wrapper-3 {
    width: 23rem;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: -16%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-3.hide-mobile-landscape {
    bottom: -22%;
    left: 44%;
}

.uui-heroheader01_image-2 {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10rem;
    position: absolute;
}

.uui-testimonial05_slide-nav {
    height: 1.75rem;
    font-size: .5rem;
}

.uui-button-icon-3 {
    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-testimonial05_arrow {
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--untitled-ui-gray200);
    color: var(--untitled-ui-gray500);
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
}

.uui-testimonial05_arrow:hover {
    background-color: var(--untitled-ui-gray50);
}

.uui-testimonial05_arrow.hide-mobile-landscape {
    color: #fff;
    background-color: #73583b;
}

.uui-text-size-medium-3 {
    color: var(--untitled-ui-gray600);
    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: 1rem;
    line-height: 1.5;
}

.uui-heading-tiny {
    color: var(--untitled-ui-gray900);
    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: 600;
    line-height: 1.5;
}

.uui-testimonial05_client-image {
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
    min-width: 4rem;
    object-fit: cover;
    border-radius: 100%;
}

.uui-testimonial05_client-image-wrapper {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.uui-heading-medium-2 {
    color: var(--untitled-ui-gray900);
    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: 2.25rem;
    font-weight: 600;
    line-height: 1.3;
}

.uui-heading-medium-2.text-weight-medium {
    font-weight: 500;
}

.uui-testimonial05_logo {
    max-height: 3rem;
    display: none;
}

.uui-testimonial05_logo-wrapper {
    margin-bottom: 2rem;
}

.uui-testimonial05_content {
    height: 100%;
    max-width: 64rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.uui-testimonial05_slide {
    padding-left: 4rem;
    padding-right: 4rem;
}

.uui-testimonial05_component {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 4rem;
    display: none;
}

.uui-icon-1x1-xsmall-3 {
    width: 1.5rem;
    height: 1.5rem;
}

.uui-pricing09_feature-icon-wrapper {
    flex: none;
    align-self: flex-start;
    margin-right: .75rem;
}

.uui-pricing09_feature {
    text-align: left;
    align-self: flex-start;
    display: flex;
}

.list-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 1px solid #fff;
    border-radius: 12px;
    flex-direction: column;
    padding: 30px;
    display: flex;
}

.list-wrapper.background-gradient1 {
    align-items: center;
    padding: 4rem 2rem;
}

.content-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 12px;
    flex-direction: column;
    padding: 4rem 2rem;
    display: flex;
}

.content-box.background-gradient1 {
    width: 80%;
}

.heading {
    color: #003243;
}

.image {
    z-index: 0;
    height: 100%;
    position: absolute;
    top: -2%;
    bottom: 0%;
    right: 12%;
}

.image-2 {
    height: 100%;
    position: absolute;
    top: 10px;
    left: 40px;
}

.image-3 {
    width: 207px;
    margin-bottom: 35px;
}

.image-4 {
    width: 35px;
    background-color: var(--untitled-ui-white);
    border-radius: 44px;
    padding: 10px;
    position: absolute;
    top: -15%;
    bottom: 0%;
    left: auto;
    right: -10%;
}

.bold-text,
.bold-text-2 {
    color: #094f5c;
    font-weight: 800;
}

.image-5 {
    z-index: 11;
    width: 50%;
    margin: auto auto auto 7rem;
    position: absolute;
    top: 5%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.text-color-gold {
    color: #b07635;
}

.text-gold-bold {
    color: var(--saddle-brown);
    font-weight: 700;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy {
    width: 23rem;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: -16%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy.hide-mobile-landscape {
    z-index: 10;
    width: 6rem;
    height: 6rem;
    top: 17%;
    bottom: auto;
    left: auto;
    right: 12%;
    overflow: hidden;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy-copy {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: auto;
    bottom: 8%;
    left: 8%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy-copy.hide-mobile-landscape {
    z-index: 10;
    width: 6rem;
    height: 6rem;
    top: 17%;
    bottom: auto;
    left: auto;
    right: 12%;
    overflow: hidden;
}

.list-items {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.uui-heroheader01_fileupload-image1-copy {
    z-index: 3;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: .5rem;
    margin-bottom: .75rem;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.sectiobn_about {
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.uui-heroheader01_image-3 {
    width: 130%;
    max-width: none;
    object-fit: cover;
    border-top-left-radius: 10rem;
    position: absolute;
    top: -9%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.uui-heroheader01_fileupload-image-wrapper-copy {
    width: 15rem;
    position: absolute;
    top: auto;
    bottom: 19%;
    left: -3%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-copy.hide-mobile-landscape {
    z-index: 5;
    width: 34%;
    height: 13%;
    bottom: 34%;
    left: 2%;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy-copy-copy {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 24%;
    bottom: auto;
    left: 11%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy-copy {
    width: 23rem;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: -16%;
    right: auto;
}

.uui-heroheader01_fileupload-image-wrapper-2-copy-copy.hide-mobile-landscape {
    z-index: 10;
    width: 6rem;
    height: 6rem;
    top: auto;
    bottom: 26%;
    left: auto;
    right: 21%;
    overflow: hidden;
}

.uui-heroheader01_fileupload-image-wrapper3 {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: auto;
    bottom: 8%;
    left: 8%;
    right: auto;
}

.lesson-detail {
    background-color: var(--untitled-ui-gray800);
    color: #fff;
    background-image: none;
    border-radius: 100px;
    align-items: center;
    padding: 18px 35px;
    display: flex;
}

.arrow-right {
    width: 55px;
    height: 55px;
    background-color: #000;
    border-radius: 100px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -25px;
    box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.detail-text {
    color: #001a49;
    font-weight: 500;
}

.title-paragraph-white {
    max-width: 590px;
    color: rgba(255, 255, 255, .85);
    letter-spacing: -.03em;
    margin-bottom: 32px;
    font-weight: 400;
}

.content-white-h2 {
    color: #fff;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 54px;
    line-height: 1;
}

.slide-wrap {
    min-height: 350px;
    background-color: var(--untitled-ui-gray100);
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    padding: 90px 60px 50px;
    display: flex;
}

.side-pattern-right {
    z-index: -1;
    filter: grayscale();
    position: absolute;
    top: 10%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.faq-wrapper {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.avatar {
    width: 62px;
    height: 62px;
    border: 4px solid #fff;
    border-radius: 100px;
}

.avatar.avatar-02 {
    position: relative;
    left: -20px;
}

.avatar.avatar-03 {
    position: relative;
    left: -40px;
}

.profile-details {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.standard-paragraph {
    color: #000;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.line-break-large {
    width: 1px;
    height: 100%;
    background-color: #e7eaeb;
    margin-left: 24px;
    margin-right: 24px;
}

.faq-question-wrap {
    cursor: pointer;
    border: 1px solid rgba(141, 91, 25, .35);
    border-radius: 21px;
    margin-top: 10px;
    margin-bottom: 26px;
    padding: 28px 40px;
}

.side-pattern {
    z-index: -1;
    filter: grayscale();
    position: absolute;
    top: 5%;
    bottom: auto;
    left: -5%;
    right: auto;
}

.instructor-image {
    width: 70%;
}

.video-block {
    height: 100%;
    max-height: 420px;
    min-height: 350px;
    background-color: var(--untitled-ui-gray500);
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.title-paragraph {
    max-width: 590px;
    letter-spacing: -.03em;
    margin-bottom: 32px;
    font-weight: 400;
}

.lesson-block-wrap {
    align-items: center;
    display: flex;
}

.feature-block {
    height: 182px;
    object-fit: fill;
    background-color: #fff;
    border: 1px solid #e7eaeb;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    margin-bottom: 132px;
    padding: 48px;
    display: flex;
}

.counter {
    color: #001a49;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 1.1;
}

.title-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: flex;
}

.line-break {
    width: 1px;
    min-height: 30px;
    background-color: var(--untitled-ui-gray100);
    margin-left: 24px;
    margin-right: 24px;
}

.lesson-block {
    width: 100%;
    min-height: 172px;
    border: 2px solid var(--untitled-ui-gray500);
    background-color: rgba(208, 213, 221, .75);
    border-radius: 22px;
    align-items: center;
    margin-bottom: 32px;
    padding: 29px;
    text-decoration: none;
    transition: all .35s;
    display: flex;
}

.lesson-block:hover {
    color: #000;
}

.lesson-grid {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
}

.testimonial-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.video-link {
    width: 82px;
    height: 82px;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: none;
}

.feature-card {
    width: 33%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.question-title {
    color: #001a49;
    letter-spacing: -.03em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.icon-circle {
    width: 55px;
    height: 55px;
    min-height: 55px;
    min-width: 55px;
    background-color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-right: 32px;
    padding: 6px;
    display: flex;
    box-shadow: 11px 11px 25px rgba(0, 0, 0, .06);
}

.slider {
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(221, 221, 221, 0);
}

.avatar-wrap {
    align-items: center;
    display: flex;
}

.bg-shape-80 {
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 80%;
    background-color: var(--untitled-ui-gray100);
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.content-h2 {
    color: #001a49;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 54px;
    line-height: 1.1;
}

.testimonial-section {
    background-color: var(--untitled-ui-gray500);
    justify-content: center;
    align-items: center;
    padding: 132px 3% 163px;
    position: relative;
    overflow: hidden;
}

.hero-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

.faq-question-bar {
    color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    text-decoration: none;
    display: flex;
}

.faq-circle {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    background-color: var(--untitled-ui-gray100);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.profile-block {
    align-items: center;
    margin-top: 40px;
    display: flex;
}

.faq-content {
    overflow: hidden;
}

.instructor-image-wrap {
    justify-content: center;
    display: flex;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.arrow-left {
    width: 55px;
    height: 55px;
    background-color: #000;
    border-radius: 100px;
    top: 0%;
    bottom: 0%;
    left: -25px;
    right: auto;
    box-shadow: 0 5px 10px rgba(27, 45, 69, .1);
}

.faq-title {
    color: #000;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
}

.author-title {
    opacity: .7;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

.content-section {
    padding: 132px 3% 96px;
    position: relative;
}

.icon {
    filter: sepia();
}

.slide {
    background-color: #fff;
    border: 1px rgba(70, 137, 215, .2);
    border-radius: 15px;
    margin-right: 50px;
    padding: 0;
    overflow: hidden;
}

.mask {
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    box-shadow: 0 20px 50px rgba(70, 137, 215, .2);
}

.image-6 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-paragraph {
    color: #4f596a;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
}

.bg-shape-40 {
    z-index: -1;
    width: 100%;
    height: 100%;
    max-height: 520px;
    max-width: 43%;
    background-color: #001a49;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 13px 30px 44px #818a8c;
}

.instructor-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

.arrow-icon {
    filter: invert();
    color: #1b2d45;
    font-size: 15px;
}

.profile-image {
    border: 3px solid #000;
    border-radius: 100px;
    margin-right: 25px;
}

.slide-nav {
    display: none;
}

.hero {
    min-height: 90vh;
    justify-content: center;
    align-items: center;
    padding: 132px 3% 164px;
    display: flex;
    position: relative;
}

.text-block {
    font-weight: 500;
    position: relative;
    left: -20px;
}

.faq-arrow {
    filter: grayscale();
}

.paragraph {
    font-size: 16px;
}

.lesson-wrap-2 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 33% 33% 33%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 16px;
    display: grid;
}

.lesson-block-2 {
    width: 100%;
    min-height: 172px;
    border: 2px solid var(--untitled-ui-gray500);
    background-color: rgba(208, 213, 221, .75);
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    padding: 29px;
    text-decoration: none;
    transition: all .35s;
    display: flex;
}

.lesson-block-2:hover {
    color: #000;
}

.title-wrap-2 {
    width: 90%;
    max-width: 80rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--untitled-ui-gray100);
    text-align: center;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    display: flex;
    box-shadow: 0 4px 7px 4px rgba(0, 0, 0, .2);
}

.content-section-2 {
    padding: 100px 3%;
    position: relative;
}

.content-h2-2 {
    color: #001a49;
    letter-spacing: -.03em;
    margin-top: 0;
    font-size: 54px;
    line-height: 1.1;
}

.uui-button-row-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.uui-button-row-3.button-row-center {
    justify-content: center;
}

.uui-space-medium-2 {
    width: 100%;
    min-height: 2rem;
}

.uui-text-size-large-3 {
    width: 80%;
    color: var(--untitled-ui-gray600);
    letter-spacing: normal;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    line-height: 1.5;
}

.uui-space-xsmall-3 {
    width: 100%;
    min-height: 1rem;
}

.uui-heading-medium-3 {
    color: var(--untitled-ui-gray900);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.uui-text-align-center-4 {
    text-align: center;
}

.uui-cta09_component {
    background-color: #fff;
    border-radius: 1rem;
    padding: 4rem;
    box-shadow: 0 3px 7px 6px rgba(29, 41, 57, .5);
}

.uui-padding-vertical-xhuge-4 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.uui-container-large-4 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.uui-page-padding-4 {
    background-color: #f1f1f1;
    padding-left: 2rem;
    padding-right: 2rem;
}

.uui-section_cta09 {
    position: relative;
}

.testimonials-grid {
    margin-top: 40px;
}

.video-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.countdown-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
}

.clock-countdown {
    margin-right: 20px;
}

.clock-downdown-image {
    width: 40px;
}

.countdown-block {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 0;
    padding: 0;
    font-weight: 900;
    display: inline-block;
}

.countdown-time {
    min-width: 70px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 60px;
    line-height: 50px;
    position: static;
    overflow: visible;
}

.countdown-detail {
    font-size: 11px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.4rem;
    }

    .padding-xlarge {
        padding: 3rem;
    }

    .margin-xlarge {
        margin: 3rem;
    }

    .padding-xhuge {
        padding: 6rem;
    }

    .padding-xxhuge {
        padding: 8rem;
    }

    .padding-huge {
        padding: 5rem;
    }

    .margin-large {
        margin: 2.5rem;
    }

    .padding-xxlarge {
        padding: 4rem;
    }

    .padding-large {
        padding: 2.5rem;
    }

    .margin-huge {
        margin: 5rem;
    }

    .padding-medium {
        padding: 1.5rem;
    }

    .margin-xxlarge {
        margin: 4rem;
    }

    .margin-xhuge {
        margin: 6rem;
    }

    .margin-medium {
        margin: 1.5rem;
    }

    .margin-xxhuge {
        margin: 8rem;
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hide-tablet {
        display: none;
    }

    .fs-styleguide_2-col {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-columns: 1fr;
    }

    .max-width-full-tablet {
        width: 100%;
        max-width: none;
    }

    .container-small {
        display: block;
    }

    .fs-styleguide_1-col {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .fs-styleguide_heading-medium {
        font-size: 3rem;
    }

    .fs-styleguide_4-col {
        grid-template-columns: 1fr;
    }

    .padding-vertical-large {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .fs-styleguide_3-col {
        grid-template-columns: 1fr;
    }

    .text-size-large.text-weight-bold.text-color-white {
        padding-left: 4rem;
    }

    .heading-style-h2 {
        font-size: 2.4rem;
    }

    .fs-styleguide_section {
        grid-column-gap: 2.5rem;
        grid-template-columns: 1fr;
    }

    .padding-vertical-medium {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .uui-heroheader01_fileupload-image2 {
        height: 100%;
    }

    .uui-heroheader01_fileupload-image-wrapper {
        left: -2.5%;
    }

    .uui-heroheader01_fileupload-image-wrapper.hide-mobile-landscape {
        bottom: 20%;
    }

    .uui-heroheader01_image-wrapper {
        justify-content: center;
        display: flex;
    }

    .uui-space-large {
        min-height: 2.5rem;
    }

    .uui-heroheader01_component {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .uui-heroheader17_image-wrapper {
        min-height: 23rem;
    }

    .uui-heroheader08_content {
        padding-left: 2rem;
    }

    .uui-heroheader08_component {
        min-height: auto;
        grid-column-gap: 0rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        margin-top: 10rem;
    }

    .uui-heroheader08_component-2 {
        min-height: auto;
        grid-column-gap: 0rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .uui-layout32_timeline-step {
        grid-column-gap: 24px;
    }

    .uui-space-xxlarge {
        min-height: 4.5rem;
    }

    .uui-layout94_list {
        grid-template-columns: 1fr 1fr;
    }

    .uui-heroheader02_image-wrapper {
        grid-template-columns: 1fr;
    }

    .uui-space-large-2 {
        min-height: 2.5rem;
    }

    .uui-heroheader02_component {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .uui-cta07_content {
        margin-right: 0;
    }

    .uui-cta07_component {
        grid-template-columns: 1fr;
        padding: 3rem;
    }

    .uui-heroheader01_fileupload-image-wrapper-2 {
        left: -2.5%;
    }

    .uui-heroheader01_fileupload-image-wrapper-2.hide-mobile-landscape {
        width: 30%;
        left: 45%;
    }

    .uui-heroheader01_fileupload-image-wrapper-3 {
        left: -2.5%;
    }

    .uui-heroheader01_image-2 {
        width: 80%;
        position: static;
    }

    .uui-heading-medium-2.text-weight-medium {
        font-family: Lato, sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.2;
    }

    .section_testimonials {
        overflow: hidden;
    }

    .content-box.background-gradient1 {
        width: 100%;
    }

    .image-5 {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy {
        left: -2.5%;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy.hide-mobile-landscape {
        width: 9rem;
        height: 9rem;
        top: 12%;
        bottom: auto;
        left: auto;
        right: 11%;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy-copy {
        width: 9rem;
        height: 9rem;
        top: auto;
        bottom: 19%;
        left: 8%;
        right: auto;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy-copy.hide-mobile-landscape {
        width: 22%;
        height: 35%;
        left: 61%;
    }

    .list-items {
        grid-template-columns: 1fr;
    }

    .uui-heroheader01_image-3 {
        width: 59%;
        padding-left: 0%;
        position: static;
        left: 131px;
    }

    .uui-heroheader01_fileupload-image-wrapper-copy {
        left: -2.5%;
    }

    .uui-heroheader01_fileupload-image-wrapper-copy.hide-mobile-landscape {
        bottom: 29%;
    }

    .testimonial-content {
        width: 100%;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy-copy-copy {
        width: 7rem;
        height: 7rem;
        top: auto;
        bottom: 41%;
        left: 15%;
        right: auto;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy-copy {
        left: -2.5%;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy-copy.hide-mobile-landscape {
        width: 7rem;
        height: 7rem;
        top: 12%;
        bottom: auto;
        left: auto;
        right: 22%;
    }

    .uui-heroheader01_fileupload-image-wrapper3 {
        width: 9rem;
        height: 9rem;
        top: auto;
        bottom: 19%;
        left: 8%;
        right: auto;
    }

    .arrow-right {
        right: -10px;
    }

    .side-pattern {
        left: -20%;
    }

    .lesson-block {
        padding: 16px;
    }

    .icon-circle {
        margin-right: 20px;
    }

    .bg-shape-80 {
        width: 100%;
        max-width: 90%;
        border-top-right-radius: 90px;
    }

    .hero-grid {
        grid-row-gap: 55px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .arrow-left {
        left: -10px;
    }

    .bg-shape-40 {
        display: none;
    }

    .hero {
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .lesson-block-2 {
        padding: 16px;
    }

    .content-h2-2 {
        font-size: 38px;
    }

    .uui-cta09_component {
        padding: 3rem;
    }

    .uui-padding-vertical-xhuge-4 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .countdown-row {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: .875rem;
    }

    .padding-xlarge {
        padding: 2rem;
    }

    .margin-xlarge {
        margin: 2rem;
    }

    .padding-xhuge {
        padding: 4rem;
    }

    .padding-xxhuge {
        padding: 4.5rem;
    }

    .padding-huge {
        padding: 3.5rem;
    }

    .margin-large {
        margin: 1.5rem;
    }

    .padding-xxlarge {
        padding: 3rem;
    }

    .padding-large {
        padding: 1.5rem;
    }

    .margin-huge {
        margin: 3.5rem;
    }

    .padding-medium {
        padding: 1.25rem;
    }

    .margin-xxlarge {
        margin: 3rem;
    }

    .margin-xhuge {
        margin: 4rem;
    }

    .margin-medium {
        margin: 1.25rem;
    }

    .margin-xxhuge {
        margin: 4.5rem;
    }

    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .hide-mobile-landscape {
        display: none;
    }

    .fs-styleguide_heading-large {
        font-size: 3rem;
    }

    .heading-style-h3 {
        font-size: 1.5rem;
    }

    .heading-style-h1 {
        font-size: 2.5rem;
    }

    .heading-style-h1.text-style-allcaps {
        font-size: 4.8rem;
    }

    .page-padding {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .padding-vertical-small {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .fs-styleguide_section-header {
        font-size: .875rem;
    }

    .fs-styleguide_heading-medium {
        font-size: 2rem;
    }

    .max-width-full-mobile-landscape {
        width: 100%;
        max-width: none;
    }

    .heading-style-h4 {
        font-size: 1rem;
    }

    .text-style-nowrap {
        white-space: normal;
    }

    .heading-style-h6 {
        font-size: .75rem;
    }

    .padding-vertical-large {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .text-size-large {
        font-size: 1.25rem;
    }

    .text-size-large.width-65 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .heading-style-h2 {
        font-size: 2rem;
    }

    .fs-styleguide_version,
    .heading-style-h5 {
        font-size: .875rem;
    }

    .padding-vertical-medium {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .uui-heroheader01_image {
        border-top-left-radius: 6rem;
    }

    .uui-button-wrapper.max-width-full-mobile-landscape {
        width: auto;
        justify-content: center;
        align-self: center;
        display: flex;
    }

    .uui-button-icon.is-icon-large {
        width: 1.25rem;
        height: 1.25rem;
    }

    .uui-button-row {
        align-self: stretch;
    }

    .uui-button-row.is-reverse-mobile-landscape {
        flex-direction: column-reverse;
    }

    .uui-space-large {
        min-height: 2rem;
    }

    .uui-text-size-xlarge {
        font-size: 1.125rem;
    }

    .uui-space-small {
        min-height: 1.25rem;
    }

    .uui-heroheader01_content {
        align-items: center;
        padding-left: 0;
    }

    .divider-horizontal {
        width: 60%;
    }

    .uui-heroheader17_image-wrapper {
        min-height: 18rem;
        margin-bottom: 4rem;
    }

    .uui-heroheader08_image,
    .uui-heroheader08_image-2 {
        height: 22rem;
    }

    .uui-text-size-xlarge-2 {
        font-size: 1.125rem;
    }

    .uui-space-small-2 {
        min-height: 1.25rem;
    }

    .uui-heading-xxsmall {
        font-size: 1.125rem;
    }

    .uui-space-medium {
        min-height: 1.5rem;
    }

    .uui-space-xxlarge {
        min-height: 3rem;
    }

    .uui-layout94_item {
        padding: 1.5rem;
    }

    .uui-layout94_list {
        grid-template-columns: 1fr;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .uui-space-xsmall {
        min-height: .75rem;
    }

    .uui-space-large-2 {
        min-height: 2rem;
    }

    .uui-cta07_content {
        margin-right: 0;
    }

    .uui-cta07_component {
        flex-direction: column;
        padding: 2.5rem 1.5rem;
    }

    .uui-cta07_component.background-gradient1 {
        grid-template-columns: 100%;
    }

    .flowgiri-countdown-item.flowgiri-countdown-item-box.flowgiri-countdown-item-box-bg-grad {
        width: 100%;
    }

    .uui-heroheader01_image-2 {
        height: auto;
        border-top-left-radius: 6rem;
    }

    .uui-testimonial05_arrow:hover {
        background-color: var(--untitled-ui-white);
    }

    .uui-heading-medium-2 {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .uui-testimonial05_logo {
        max-height: 2.5rem;
    }

    .uui-testimonial05_slide {
        padding-left: 0;
        padding-right: 0;
    }

    .uui-testimonial05_component {
        padding-bottom: 3rem;
    }

    .image,
    .image-2 {
        height: 80%;
    }

    .image-5 {
        width: 90%;
        right: 18%;
    }

    .uui-heroheader01_image-3 {
        height: auto;
        border-top-left-radius: 6rem;
    }

    .uui-heroheader01_fileupload-image-wrapper-2-copy-copy-copy,
    .uui-heroheader01_fileupload-image-wrapper3 {
        display: none;
    }

    .slide-wrap {
        padding: 90px 50px;
    }

    .faq-question-wrap {
        padding-left: 32px;
        padding-right: 32px;
    }

    .side-pattern {
        left: -35%;
    }

    .lesson-block-wrap {
        text-align: center;
        flex-direction: column;
    }

    .feature-block {
        height: auto;
        flex-flow: column wrap;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .lesson-block {
        padding: 38px 44px;
    }

    .lesson-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 2fr;
    }

    .feature-card {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .avatar-wrap {
        flex-wrap: wrap;
    }

    .hero {
        padding-bottom: 60px;
    }

    .lesson-block-2 {
        padding: 38px 44px;
    }

    .uui-button-row-3 {
        align-self: stretch;
    }

    .uui-button-row-3.button-row-center.is-reverse-mobile-landscape,
    .uui-button-row-3.is-reverse-mobile-landscape {
        flex-direction: column-reverse;
    }

    .uui-space-medium-2 {
        min-height: 1.5rem;
    }

    .uui-text-size-large-3 {
        font-size: 1rem;
    }

    .uui-space-xsmall-3 {
        min-height: .75rem;
    }

    .uui-heading-medium-3 {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .uui-cta09_component {
        padding: 2.5rem 1.5rem;
    }

    .uui-padding-vertical-xhuge-4 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .uui-page-padding-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .margin-vertical {
        margin-left: 0;
        margin-right: 0;
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }

    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }

    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .max-width-full-mobile-portrait {
        width: 100%;
        max-width: none;
    }

    .heading-style-h1.text-style-allcaps {
        font-size: 2.8rem;
    }

    .text-color-white.text-size-medium {
        font-size: 1.1rem;
    }

    .hide-mobile-portrait {
        display: none;
    }

    .text-size-large.width-65 {
        width: 85%;
    }

    .text-size-large.text-weight-bold.text-color-white {
        padding-left: 0;
    }

    .heading-style-h2.text-color-white.max-width-large,
    .text-align-center {
        font-size: 1.6rem;
    }

    .button.is-secondary,
    .button.is-icon {
        font-size: .9rem;
    }

    .button.button1 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: .5rem 2rem .5rem 1rem;
        font-size: .9rem;
    }

    .uui-heroheader01_image {
        width: 100%;
        height: 100%;
        border-top-left-radius: 4rem;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .uui-heroheader01_image-wrapper {
        min-height: 40vh;
    }

    .uui-button-wrapper.max-width-full-mobile-landscape {
        align-self: center;
    }

    .uui-button-row.is-reverse-mobile-landscape {
        justify-content: center;
    }

    .uui-heroheader01_content {
        padding-left: 0;
    }

    .uui-heroheader01_component {
        grid-template-columns: 1fr;
    }

    .divider-horizontal {
        width: 85%;
    }

    .uui-heroheader17_image-wrapper {
        min-height: 10rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .uui-heroheader08_image {
        height: 17.5rem;
    }

    .uui-heroheader08_content {
        padding-left: 0;
    }

    .uui-heroheader08_component {
        grid-template-columns: 1fr;
    }

    .section3 {
        overflow: hidden;
    }

    .uui-heroheader08_image-2 {
        height: 17.5rem;
    }

    .uui-heroheader08_component-2 {
        grid-template-columns: 1fr;
    }

    .section4 {
        overflow: hidden;
    }

    .uui-heroheader02_image {
        display: none;
    }

    .uui-heroheader02_image-wrapper {
        grid-template-columns: 1fr;
    }

    .uui-space-large-2 {
        display: none;
    }

    .uui-heroheader02_component {
        grid-template-columns: 1fr;
    }

    .uui-heroheader01_image-2 {
        width: 100%;
        border-top-left-radius: 4rem;
        left: 0;
    }

    .uui-heading-medium-2.text-weight-medium {
        font-size: 1.2rem;
    }

    .list-wrapper.background-gradient1,
    .content-box.background-gradient1 {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .image {
        width: 55%;
        height: auto;
        top: -9%;
        right: -3%;
    }

    .image-2 {
        width: 50%;
        height: auto;
        top: -23px;
        left: -10px;
    }

    .image-4 {
        width: 45px;
    }

    .image-5 {
        margin-left: auto;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .uui-heroheader01_image-3 {
        width: 100%;
        height: auto;
        border-top-left-radius: 4rem;
        left: 0;
    }

    .slide-wrap {
        padding: 38px;
    }

    .question-title {
        flex: 1;
    }

    .avatar-wrap {
        justify-content: flex-start;
    }

    .profile-block {
        flex-wrap: wrap;
    }

    .profile-image {
        margin-bottom: 15px;
    }

    .text-block {
        left: 0;
    }

    .uui-text-size-large-3 {
        width: 100%;
    }

    .clock-countdown {
        margin-right: 0;
    }

    .countdown-time {
        min-width: 55px;
        padding-left: 0;
        padding-right: 0;
        font-size: 30px;
    }

    .countdown-detail {
        font-size: 9px;
    }
}

#w-node-_4c592c18-3925-24da-5d4a-2f5a0a334e03-425edc06,
#w-node-_2e3e0c76-d266-8e3a-c1ee-fd04ecab1961-425edc06,
#w-node-_74d800e2-d3b3-62b5-38d5-88dac5b73fe3-425edc06 {
    order: -9999;
}

#w-node-_74d800e2-d3b3-62b5-38d5-88dac5b73fe4-425edc06,
#w-node-_9d4daece-93cc-d651-2de9-f4bc3575b1b0-425edc06,
#w-node-_01ce65f7-9231-593d-e22b-74d983e3b7ac-425edc06,
#w-node-_9cba611d-e50e-431c-3900-a22e19fde06a-425edc06,
#w-node-_9cba611d-e50e-431c-3900-a22e19fde06b-425edc06,
#w-node-_884465b1-5307-b266-30ce-905ac880245e-425edc06,
#w-node-_884465b1-5307-b266-30ce-905ac880245f-425edc06,
#w-node-_7b5b838b-555b-4f36-14cc-3f2e7a18c1e6-425edc06,
#w-node-_7b5b838b-555b-4f36-14cc-3f2e7a18c1e7-425edc06,
#w-node-_96087ea8-c786-4a7d-c111-518739407ac5-425edc06,
#w-node-_96087ea8-c786-4a7d-c111-518739407ac6-425edc06,
#w-node-e4c595c4-f291-fb49-7341-fdc6a69f6305-425edc06,
#w-node-e4c595c4-f291-fb49-7341-fdc6a69f6306-425edc06,
#w-node-_076d205b-0448-811b-649d-48bc37fe2ce7-425edc06,
#w-node-_076d205b-0448-811b-649d-48bc37fe2ce8-425edc06,
#w-node-d8f3df52-6a64-ed9c-ff89-7f8369395db3-425edc06,
#w-node-d8f3df52-6a64-ed9c-ff89-7f8369395db4-425edc06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f0f1e00-b901-bf5e-9d21-cefb22c02baa-425edc06,
#w-node-_59048637-e43f-91f0-d4ef-5c24ac88d7ce-425edc06,
#w-node-_59048637-e43f-91f0-d4ef-5c24ac88d7db-425edc06 {
    order: -9999;
}

#w-node-b1fa759e-3ecc-0604-aab2-7495ee09a8db-425edc06 {
    order: 9999;
}

#w-node-b1fa759e-3ecc-0604-aab2-7495ee09a8e7-425edc06 {
    order: -9999;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-425edc09 {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-425edc09 {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-425edc09 {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-425edc09,
#w-node-_9075a55b-f429-7822-7550-2e969366d621-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-425edc09 {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-425edc09 {
    justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef403-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef408-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef40d-425edc09,
#w-node-_30684373-af34-3818-02a4-e58b3ffef412-425edc09 {
    justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-425edc09 {
    justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-425edc09,
#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-425edc09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-425edc09 {
    justify-self: start;
}

@media screen and (max-width: 991px) {

    #w-node-_4c592c18-3925-24da-5d4a-2f5a0a334e03-425edc06,
    #w-node-_59048637-e43f-91f0-d4ef-5c24ac88d7ce-425edc06 {
        order: 9999;
    }
}

@media screen and (max-width: 479px) {

    #w-node-_7b8a1931-7d50-fb59-fec5-429ab88c1036-425edc06,
    #w-node-_4c592c18-3925-24da-5d4a-2f5a0a334e03-425edc06 {
        order: -9999;
    }
}