@import url('https://fonts.cdnfonts.com/css/inter');

/* Resetting margins and padding for all elements */
* {
    margin: 0;
    padding: 0;
}

/* Content styles */
.Content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

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

/* HeadingAndSubheading styles */
.HeadingAndSubheading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* Subheading styles */
.Subheading {
    align-self: stretch;
    text-align: center;
    color: #E67C15;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

/* Heading styles */
.Heading {
    width: 636px;
    text-align: center;
    color: #101828;
    font-size: 2rem;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 60px;
    word-wrap: break-word;
}

/* SupportingText styles */
.SupportingText {
    width: 492px;
    text-align: center;
    color: #475467;
    font-size: 1rem;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
}

#calc {
    margin-top: 190px !important;
    margin-bottom: 100px;
}

.Content {
    margin-bottom: 25px;
}

/* Styles for the progress bar */
.progress-bar-abc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.step-xyz {
    position: relative;
    text-align: center;
}

.dot-123 {
    width: 25px;
    height: 25px;
    background-color: #DEECFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 7px solid #fff;
    z-index: 1;
}

.line-pqr {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 17%;
    transform: translateY(-50%);
    z-index: -1;
    width: 50%;
}

#w-22 {
    left: 50%;
}

.completed-456 .dot-123 {
    background-color: #0269EF;
    border-color: #fff;
    box-shadow: 0px 0px 0px 4px #DEECFF, 0px 0px 0px 4px transparent;
    /* Add box-shadow */
    color: white;
}


.dot-123.active-789 {
    background-color: #0269EF;
    border-color: white;
    box-shadow: 0px 0px 0px 4px #DEECFF, 0px 0px 0px 4px transparent;
    /* Add box-shadow */
    color: white;
}

.title-xyz {
    margin-top: 10px;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word;
}

.active-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.completed-456-bar {
    background-color: #0269EF !important;
}

.completed-456 .title-xyz {
    color: #0269EF;
}

.completed-456 .active-name {
    color: #014398;
}

#tt {
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #475467;
    font-size: 20px;
    font-family: Inter;
    line-height: 30px;
    word-wrap: break-word;
}

/* styles.css */

/* Styles for the Cta */
.w_sform_Cta {
    width: 286px;
    height: 308px;
    padding: 36px 20px;
    background: white;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    border: 1px #EAECF0 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.w_sform_Cta>div {
    margin-bottom: 20px;
}

/* Styles for the FeaturedIcon */
.w_sform_FeaturedIcon {
    width: 64px;
    height: 64px;
    padding: 18.61px 18.50px;
    background: #FAE3CC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for the Taxcalculator */
.w_sform_Taxcalculator {
    width: 26px;
    height: 26.79px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

/* Styles for the Group */
.w_sform_Group {
    width: 26.05px;
    height: 26.79px;
    position: relative;
}

/* Styles for the Vectors */
.w_sform_Vector {
    position: absolute;
    background: #E67C15;
}

/* Styles for the TextAndSupportingText */
.w_sform_TextAndSupportingText {
    height: 108px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

/* Styles for the Text */
.w_sform_Text {
    align-self: stretch;
    text-align: center;
    color: #344054;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

/* Styles for the SupportingText */
.w_sform_SupportingText {
    align-self: stretch;
    height: 76px;
    text-align: center;
    color: #475467;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

/* Styles for the StartSaving */
.w_sform_StartSaving {
    color: #0269EF;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
    cursor: pointer;
}

.step_w_f_1 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 26px;
}

.step_w_f_1>div {
    margin: 15px;
}

#s_w_title {
    color: #101828;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    line-height: 28px;
    word-wrap: break-word;
}

.subtext_s_w {
    color: #667085;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.s_w_inputField {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #98A2B3;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 9px;
    margin: 5px 0px;
}

.s_w_inputField>i {
    color: #98A2B3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding: 5px;
    border: none;
}

.s_w_inputField>input {
    color: #2C3E50;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding: 5px;
    margin: 0 10px !important;
    border: none;
    flex: 1;
}

.s_w_inputField>select {
    color: #2C3E50;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding: 5px;
    margin: 0 10px !important;
    border: none;
    width: 98%;
    text-decoration: none;
}

select:focus {
    outline: none;
}

.w_01_card {
    width: 70%;
    padding: 30px 20px;
    transition: 0.7s;
}

.w_s_n_m_card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_w_card {
    width: 70%;
    border-radius: 8px;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.7s;
    background-color: #fff;
}

.s_w_card>div {
    margin: 7px auto;
}

.w_sm_contacts {
    width: 70%;
    padding: 30px 20px;
    transition: 0.7s;
}

@media(max-width: 991px) {
    .s_w_card {
        width: 90%;
        transition: 0.7s;
    }

    .w_01_card,
    .w_sm_contacts {
        width: 100%;
        transition: 0.7s;
    }
}

.s_w_btnWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-top: 28px !important;
}

.s_w_btn {
    color: white;
    font-size: 18px;
    padding: 12px 20px;
    background: #E67C15;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
    cursor: pointer;
    transition: 0.7s;
}

.s_w_btn:hover {
    opacity: 0.9;
    transition: 0.7s;
}

.s_w_b_title {
    color: #101828;
    font-size: 22px;
    font-family: Inter;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

#s_w_sp {
    height: 2px;
}

/* Hide the arrows on number inputs for all browsers */
input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
    appearance: textfield;
    /* Other modern browsers */
}

/* Hide the arrows on number inputs for Webkit-based browsers (e.g., Chrome, Safari) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

select option {
    /* Styles for the dropdown options */
    background-color: #f0f0f0;
    color: #333;
    scroll-behavior: smooth;
}

.w_01_nettis {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    margin: 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    background-color: #fff;
}

.w_01_nettis>div {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.w_01_nettis>div:nth-child(2) {
    flex: 1;
    justify-content: flex-end;
}

.w_01_nettis>div:nth-child(2)>div {
    margin: 3px 30px;
}

.w_01_n_01 {
    color: #101828;
    font-size: 18px;
    font-family: Inter;
    font-weight: 500;
    word-wrap: break-word;
    margin: 14px 0px;
}

.w_n_time {
    color: #475467;
    font-size: 0.8rem;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word
}

.w_n_ammount {
    color: #4CA30D;
    font-size: 1.6rem;
    font-family: Inter;
    font-weight: 600;
    line-height: 44px;
    white-space: nowrap;
}

@media(max-width: 991px) {
    .w_01_n_01 {
        font-size: 1rem;
    }

    .w_n_ammount {
        font-size: 1rem;
    }

    .w_n_time {
        font-size: 0.6rem;
    }
}

.w_01_n_02_01 {
    text-align: right;
}

.w_sm_noview {
    display: none;
}

.w_sm_rel_card {
    position: relative;
    flex-direction: column;
}

.w_sm_rel_card>img {
    border-radius: 6px;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.w_sqd_t1 {
    color: #667085;
    font-size: 36px;
    font-family: Inter;
    font-weight: 600;
    line-height: 44px;
    word-wrap: break-word;
}

.w_sm_contacts {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.w_sqd_t2 {
    color: #475467;
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
    line-height: 30px;
    word-wrap: break-word;
}

.w_sqd_contact {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 70%;
    margin-top: 30px;
    padding: 15px 35px;
    border-radius: 10px;
    background-color: #fff;
}

.w_sqd_contact>div {
    margin: 20px 0px;
}

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

.w_sqd_names>div {
    display: flex;
    flex-direction: column;
    width: 49% !important;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.w_sqd_contact>div>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.w_sqd_contact>div>div>div {
    width: 100%;
    text-align: left;
}

@media(max-width: 991px) {
    .w_sqd_contact {
        width: 90%;
    }
}

.w_sqd_contact input,
.w_sqd_contact select {
    color: #2C3E50;
    font-size: 1rem;
    font-family: Inter;
    font-weight: 400;
    line-height: 1rem;
    word-wrap: break-word;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    margin: 5px 0px;
    font-family: 'Inter', sans-serif;
}

.w_sqd_tt {
    color: #344054;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    margin: 7px 0px;
}

.w_sqd_btnWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 35px !important;
}

.w_sqd_btn {
    color: white;
    font-size: 18px;
    padding: 12px 20px;
    background: #E67C15;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
    cursor: pointer;
    transition: 0.7s;
    width: auto !important;
}

.w_sqd_btn:hover {
    opacity: 0.9;
    transition: 0.7s;
}

.w_spg_custom-iframe {
    border: 0px #ffffff none;
    height: 930px;
    width: 100%;
    margin-top: 20px;
}

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

.w_spg_1row>div {
    text-align: center;
    color: #475467;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    line-height: 30px;
    word-wrap: break-word
}

.w_spg_1row>div:nth-child(1) {
    width: 58%;
}

.w_spg_1row>div:nth-child(2),
.w_spg_dek_cal {
    width: 40%;
}

@media(max-width: 991px) {
    .w_spg_1row {
        display: block;
    }

    .w_spg_1row>div {
        width: 100% !important;
    }
}

.w-209 {
    margin-top: 20px;
}


.custom-video-containerx>#kancha,
#kancha2,
#kancha3 {
    max-width: 100%;
    border-radius: 12px;
}

@media(max-width: 900px) {

    .custom-video-containerx>#kancha,
    #kancha2 {
        max-height: 100%;
        max-width: 100%;
    }
}

/* Styling for the custom video container */
.custom-video-containerx {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin: 3% 0;
}


/* Style the custom play button */
.custom-play-buttonx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(1, 1, 1, 0.6);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.4s;
}

/* Style the custom play button icon (You can use your own play icon) */
.custom-play-buttonx::before {
    content: "\25B6";
    /* Play icon (triangle right) */
}

/* Style the custom play button on hover */
.custom-play-buttonx:hover {
    background-color: #9B9FA1;
    /* Hover background color */
    transition: 0.4s;
}

/* Styles for the Table */
.w_res_spg_Table {
    width: 100%;
    background: white;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    overflow: hidden;
    border-top: 1px #EAECF0 solid;
    border-bottom: 1px #EAECF0 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

/* Styles for the Content */
.w_res_spg_Content {
    align-self: stretch;
    background: white;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

/* Styles for the Column */
.w_res_spg_Column {
    width: 524px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

@media(max-width: 700px) {
    .proj {
        display: none;
    }
}

/* Styles for the TableHeaderCell */
.w_res_spg_TableHeaderCell {
    align-self: stretch;
    height: 44px;
    padding: 12px 24px;
    background: #FCFCFD;
    border-bottom: 1px #EAECF0 solid;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    font-weight: bold;
}

.s_w_229 .w_res_spg_TableHeaderCell,
.s_w_229 .w_res_spg_TableCell {
    justify-content: flex-end;
}

/* Styles for the TableHeader */
.w_res_spg_TableHeader {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.w_res_spg_Text {
    text-align: left;
    font-weight: normal;
}

/* Styles for the Text */
.w_res_spg_Text,
.w_res_spg_Text>div,
.w_res_spg_Text>i {
    color: #475467;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    word-wrap: break-word;
    display: inline-flex;
    align-items: center;
}

.w_res_spg_Text>i {
    margin: 0px 5px;
}

/* Styles for the TableCell */
.w_res_spg_TableCell {
    align-self: stretch;
    height: 72px;
    padding: 16px 24px;
    border-bottom: 1px #EAECF0 solid;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

/* Styles for the TextAndSupportingText */
.w_res_spg_TextAndSupportingText {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

/* Styles for the SupportingText */
.w_res_spg_SupportingText {
    color: #475467;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.last,
.lastP {
    background-color: #FCFCFD;
}

.last div,
.lastP div,
.lastP i {
    font-size: 0.9rem;
    font-weight: bold;
}

.lastP>div>div,
.lastP>div>i {
    color: #4CA30D;
}

@media(max-width: 991px) {
    .hide_s {
        height: 0;
        width: 0;
        transition: 0.7s;
        overflow: hidden;
    }
}

.hide_s {
    transition: 0.7s;
    overflow: hidden;
}

.sp_op {
    margin-bottom: 2.3rem;
}

#crx_1,
#crx_2,
#crx_3 {
    display: none;
    overflow: hidden;
}

#s_t_types {
    transition: 0.3s;
    overflow: hidden;
}

#crx_summ {
    display: none;
}

.a_tab {
    width: 100% !important;
}

.weighted {
    font-weight: 800;
}

.torun {
    display: none;
}

.capg,
.annual,
.w2 {
    display: none;
}

.savedtax {
    font-size: 17px !important;
    color: green !important;
}

.bweight {
    font-weight: 800;
    text-decoration: underline;
}

.fres_sq {
    display: none;
}

.summy {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.s_w_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_w_btn>div {
    margin: 0px 10px;
}

.loader {
    width: 20px;
    aspect-ratio: 1;
    --c: no-repeat radial-gradient(farthest-side, #fff 92%, #0000);
    background:
        var(--c) 50% 0,
        var(--c) 50% 100%,
        var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 5px 5px;
    animation: l18 1s infinite;
    position: relative;
    display: none;
}

.rebaku {
    display: none;
}

.loader::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: 3px;
    background: repeating-conic-gradient(#0000 0 35deg, #fff 0 90deg);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
    border-radius: 50%;
}

@keyframes l18 {
    100% {
        transform: rotate(.5turn)
    }
}

.mobCal {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.mobCal div {
    width: 100%;
    text-align: center;
}

.mobCal iframe {
    height: 1600px;
}

.sps {
    margin-top: 40pt;
    color: #475467;
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
    line-height: 30px;
    word-wrap: break-word;
}

@media(min-width: 991px) {

    .mobCal {
        display: none;
    }
}

.erx {
    color: #FF0000;
    /* Red color for error text */
    font-size: 14px;
    font-weight: bold;
    /* You can adjust the font weight as needed */
    margin-top: 5px;
    /* Adds space above the error text */
    width: 100%;
    text-align: center;
    padding-top: 15px;
    display: none;
}

.page_1_v_3 {
    display: none;
}

body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

#hlog {
    width: 100%;
    margin-bottom: 15px;
}

#nl {
    color: #fff;
    cursor: pointer;
}

.one {
    width: 23% !important;
    margin-right: 2%;
}

@media(max-width: 768px) {
    .one {
        width: 100% !important;
    }
}

.footer {
    margin-top: 20px;
    width: 100%;
}

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

ul {
    list-style: none;
}

#cc {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--secondary-color-h);
}

#cc>div>h4 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.elist>a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
}

.elist>a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.7s;
}

@media(max-width: 768px) {
    #cc {
        display: grid;
    }

    #cc>div {
        width: 100%;
    }
}

.footer {
    background-color: #001633;
    padding: 40px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: var(--secondary-color-h);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
    z-index: 1;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: .875rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

/*responsive*/
@media(max-width: 850px) {
    .footer-col {
        width: 35%;
        margin-bottom: 30px;
    }
}

/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

.w-input,
.w-select,
a {
    font-family: SANS-SERIF;
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

#Name {
    margin-bottom: 5px !important;
}

#sub {
    font-size: 12pt;
    font-weight: 600;
    color: #fff;
    background-color: var(--main-color-h);
    border-radius: 12pt;
    padding: 10px;
    margin-top: 10px;
    width: fit-content;
    cursor: pointer;
}

#sub:hover {
    transition: 0.7s;
    background-color: #014398;
}

.form-input {
    height: auto;
    min-height: 2.75rem;
    margin-bottom: 0px;
    padding: 0.5rem 0.75rem;
    border-style: solid;
    border-width: 1px;
    border-color: #eaecf0;
    border-radius: 8px;
    background-color: #fff;
    color: #001633;
    font-size: 1rem;
    line-height: 1.6;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#hubspot-messages-iframe-container.widget-align-right {
    right: 0 !important;
}

#hubspot-messages-iframe-container {
    display: initial !important;
    z-index: 2147483647;
    position: fixed !important;
    bottom: 0 !important;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
    margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext> :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 990px) and (max-width: 1250px) {
    .calculate-tax-savings {
        display: none !important;
    }
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
    pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
    pointer-events: auto;
}

/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/*Hide focus outline for main content element*/
main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* Make sure containers never lose their center alignment*/
.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}

/*Reset selects, buttons, and links styles*/
.w-input,
.w-select,
a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

/*Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Apply "..." at 100% width */
.truncate-width {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Adds inline flex display */
.display-inlineflex {
    display: inline-flex;
}

/* These classes are never overwritten */
.hide {
    display: none !important;
}

@media screen and (max-width: 991px) {

    .hide,
    .hide-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile-landscape {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .hide-mobile {
        display: none !important;
    }
}

.margin-0 {
    margin: 0rem !important;
}

.padding-0 {
    padding: 0rem !important;
}

.spacing-clean {
    padding: 0rem !important;
    margin: 0rem !important;
}

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

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

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

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

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

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

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

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

.margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

input:focus{
    outline: none !important;
}

@media(min-height: 890px) {
    body {
        zoom: 100%;
    }
}

@media(max-height: 890px) {
    body {
        zoom: 90%;
    }
}

@media(max-height: 785px) {
    body {
        zoom: 80%;
    }
}

@media(max-height: 395px) {
    body {
        zoom: 70%;
    }
}

@media(max-width: 768px) {
    body {
        zoom: 90% !important;
    }
}

@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap);

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block;
}

audio:not([controls]) {
    height: 0;
    display: none;
}

[hidden],
template {
    display: none;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

.w-layout-grid a {
    color: #fff;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: webflow-icons;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
    content: "î˜€";
}

.w-icon-slider-left:before {
    content: "î˜";
}

.w-icon-nav-menu:before {
    content: "î˜‚";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
    content: "î¤€";
}

.w-icon-file-upload-icon:before {
    content: "î¤ƒ";
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

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

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

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

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

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: rgba(0, 0, 0, 0) !important;
}

.w-webflow-badge,
.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
}

.w-webflow-badge>img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: bold;
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
}

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

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

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0 0 10px;
}

figcaption {
    text-align: center;
    margin-top: 5px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

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

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
[type="button"],
[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

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

.w-input,
.w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
}

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

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

.w-radio:after {
    clear: both;
}

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

.w-file-upload {
    margin-bottom: 10px;
    display: block;
}

.w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block;
}

.w-file-upload-error {
    margin-top: 10px;
    display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

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

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

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

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333%;
}

.w-col-2 {
    width: 16.6667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.3333%;
}

.w-col-5 {
    width: 41.6667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.3333%;
}

.w-col-8 {
    width: 66.6667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.3333%;
}

.w-col-11 {
    width: 91.6667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 1000px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333%;
    }

    .w-col-medium-2 {
        width: 16.6667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.3333%;
    }

    .w-col-medium-5 {
        width: 41.6667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.3333%;
    }

    .w-col-medium-8 {
        width: 66.6667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.3333%;
    }

    .w-col-medium-11 {
        width: 91.6667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333%;
    }

    .w-col-small-2 {
        width: 16.6667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.3333%;
    }

    .w-col-small-5 {
        width: 41.6667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.3333%;
    }

    .w-col-small-8 {
        width: 66.6667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.3333%;
    }

    .w-col-small-11 {
        width: 91.6667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333%;
    }

    .w-col-tiny-2 {
        width: 16.6667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.3333%;
    }

    .w-col-tiny-5 {
        width: 41.6667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.3333%;
    }

    .w-col-tiny-8 {
        width: 66.6667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.3333%;
    }

    .w-col-tiny-11 {
        width: 91.6667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

.w-widget-map label {
    width: auto;
    display: inline;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    text-align: center;
}

.w-widget-map .gm-style-iw>button {
    display: none !important;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.w-background-video>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.w-background-video--control>[hidden] {
    display: none !important;
}

.w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
}

.w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-nav.w-round>div {
    border-radius: 100%;
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em;
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
    color: #fff;
}

.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert>div.w-active {
    background-color: #222;
}

.w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-dropdown-list {
    min-width: 100%;
    overflow: hidden;
    background: #ddd;
    position: absolute;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-dropdown-link:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

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

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-richtext figure {
    max-width: 60%;
    position: relative;
}

.w-richtext figure>div:before {
    cursor: default !important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
}

.w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
    display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
    caption-side: bottom;
    display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

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

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    float: right;
    position: relative;
}

[data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    width: 100%;
    display: block;
    height: 0;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 1000px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

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

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-tab-link.w--current {
    background-color: #c8c8c8;
}

.w-tab-link:focus {
    outline: 0;
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
    display: none !important;
}

.wf-layout-layout {
    display: grid;
}

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.w-pagination-previous,
.w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
}

body {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
}

h4 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
}

h5 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
}

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

p {
    color: #475467;
    margin-bottom: 0;
}

a {
    color: #000;
    border-color: #000;
    text-decoration: underline;
}

ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

li {
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-left: .5rem;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

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

.hide {
    display: none;
}

.text-style-link {
    color: #0269ef;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.utility_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_form-block {
    max-width: 20rem;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.utility_form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.utility_image {
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
}

.main-wrapper {
    margin-top: 4rem;
}

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

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

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

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

.margin-xsmall {
    margin: 1rem;
}

.margin-small {
    margin: 1.5rem;
}

.margin-medium {
    margin: 2rem;
}

.margin-large {
    margin: 3rem;
}

.margin-xlarge {
    margin: 4rem;
}

.margin-xxlarge {
    margin: 5rem;
}

.margin-huge {
    margin: 6rem;
}

.margin-xhuge {
    margin: 7rem;
}

.margin-xxhuge {
    margin: 10rem;
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

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

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

.padding-xsmall {
    padding: 1rem;
}

.padding-small {
    padding: 1.5rem;
}

.padding-medium {
    padding: 2rem;
}

.padding-large {
    padding: 3rem;
}

.padding-xlarge {
    padding: 4rem;
}

.padding-xxlarge {
    padding: 5rem;
}

.padding-huge {
    padding: 6rem;
}

.padding-xhuge {
    padding: 7rem;
}

.padding-xxhuge {
    padding: 10rem;
}

.margin-top,
.margin-top.margin-custom1,
.margin-top.margin-huge,
.margin-top.margin-small,
.margin-top.margin-tiny,
.margin-top.margin-custom3,
.margin-top.margin-medium,
.margin-top.margin-xxsmall,
.margin-top.margin-xxhuge,
.margin-top.margin-custom2,
.margin-top.margin-xsmall,
.margin-top.margin-large,
.margin-top.margin-xxlarge,
.margin-top.margin-xlarge,
.margin-top.margin-0,
.margin-top.margin-xhuge {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-medium,
.margin-bottom.margin-custom3,
.margin-bottom.margin-custom1,
.margin-bottom.margin-tiny,
.margin-bottom.margin-small,
.margin-bottom.margin-large,
.margin-bottom.margin-0,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xhuge,
.margin-bottom.margin-xxhuge,
.margin-bottom.margin-huge,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-custom2,
.margin-bottom.margin-xsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-left,
.margin-left.margin-tiny,
.margin-left.margin-xxlarge,
.margin-left.margin-0,
.margin-left.margin-small,
.margin-left.margin-xsmall,
.margin-left.margin-large,
.margin-left.margin-huge,
.margin-left.margin-xlarge,
.margin-left.margin-custom3,
.margin-left.margin-xxsmall,
.margin-left.margin-custom1,
.margin-left.margin-custom2,
.margin-left.margin-xhuge,
.margin-left.margin-xxhuge,
.margin-left.margin-medium {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.margin-right,
.margin-right.margin-huge,
.margin-right.margin-xsmall,
.margin-right.margin-xxhuge,
.margin-right.margin-small,
.margin-right.margin-medium,
.margin-right.margin-xlarge,
.margin-right.margin-custom3,
.margin-right.margin-custom2,
.margin-right.margin-xxsmall,
.margin-right.margin-xhuge,
.margin-right.margin-custom1,
.margin-right.margin-large,
.margin-right.margin-0,
.margin-right.margin-xxlarge,
.margin-right.margin-tiny {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.margin-vertical,
.margin-vertical.margin-medium,
.margin-vertical.margin-xlarge,
.margin-vertical.margin-xxsmall,
.margin-vertical.margin-xxlarge,
.margin-vertical.margin-huge,
.margin-vertical.margin-0,
.margin-vertical.margin-xxhuge,
.margin-vertical.margin-tiny,
.margin-vertical.margin-xsmall,
.margin-vertical.margin-custom1,
.margin-vertical.margin-small,
.margin-vertical.margin-large,
.margin-vertical.margin-xhuge,
.margin-vertical.margin-custom2,
.margin-vertical.margin-custom3 {
    margin-left: 0;
    margin-right: 0;
}

.margin-horizontal,
.margin-horizontal.margin-medium,
.margin-horizontal.margin-tiny,
.margin-horizontal.margin-custom3,
.margin-horizontal.margin-0,
.margin-horizontal.margin-xxlarge,
.margin-horizontal.margin-xhuge,
.margin-horizontal.margin-huge,
.margin-horizontal.margin-xlarge,
.margin-horizontal.margin-custom1,
.margin-horizontal.margin-xxsmall,
.margin-horizontal.margin-xsmall,
.margin-horizontal.margin-large,
.margin-horizontal.margin-custom2,
.margin-horizontal.margin-small,
.margin-horizontal.margin-xxhuge {
    margin-top: 0;
    margin-bottom: 0;
}

.padding-top,
.padding-top.padding-xhuge,
.padding-top.padding-xxhuge,
.padding-top.padding-0,
.padding-top.padding-large,
.padding-top.padding-custom2,
.padding-top.padding-xlarge,
.padding-top.padding-huge,
.padding-top.padding-xxsmall,
.padding-top.padding-custom3,
.padding-top.padding-tiny,
.padding-top.padding-medium,
.padding-top.padding-xxlarge,
.padding-top.padding-small,
.padding-top.padding-xsmall,
.padding-top.padding-custom1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.padding-bottom,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-small,
.padding-bottom.padding-xxhuge,
.padding-bottom.padding-large,
.padding-bottom.padding-xhuge,
.padding-bottom.padding-custom2,
.padding-bottom.padding-xxsmall,
.padding-bottom.padding-xxlarge,
.padding-bottom.padding-custom3,
.padding-bottom.padding-custom1,
.padding-bottom.padding-xsmall,
.padding-bottom.padding-huge,
.padding-bottom.padding-tiny,
.padding-bottom.padding-medium,
.padding-bottom.padding-0 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.padding-left,
.padding-left.padding-xhuge,
.padding-left.padding-xlarge,
.padding-left.padding-0,
.padding-left.padding-small,
.padding-left.padding-xsmall,
.padding-left.padding-medium,
.padding-left.padding-xxhuge,
.padding-left.padding-huge,
.padding-left.padding-custom1,
.padding-left.padding-tiny,
.padding-left.padding-xxsmall,
.padding-left.padding-custom3,
.padding-left.padding-custom2,
.padding-left.padding-xxlarge,
.padding-left.padding-large {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.padding-right,
.padding-right.padding-xxhuge,
.padding-right.padding-custom2,
.padding-right.padding-large,
.padding-right.padding-xlarge,
.padding-right.padding-tiny,
.padding-right.padding-custom3,
.padding-right.padding-custom1,
.padding-right.padding-xsmall,
.padding-right.padding-xxlarge,
.padding-right.padding-xxsmall,
.padding-right.padding-medium,
.padding-right.padding-xhuge,
.padding-right.padding-huge,
.padding-right.padding-0,
.padding-right.padding-small {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.padding-vertical,
.padding-vertical.padding-0,
.padding-vertical.padding-xxhuge,
.padding-vertical.padding-large,
.padding-vertical.padding-custom3,
.padding-vertical.padding-medium,
.padding-vertical.padding-tiny,
.padding-vertical.padding-xxlarge {
    padding-left: 0;
    padding-right: 0;
}

.padding-vertical.padding-xxlarge.footer-padding {
    padding-bottom: 2rem;
}

.padding-vertical.padding-custom1,
.padding-vertical.padding-xsmall,
.padding-vertical.padding-xhuge,
.padding-vertical.padding-xlarge,
.padding-vertical.padding-custom2,
.padding-vertical.padding-xxsmall,
.padding-vertical.padding-huge,
.padding-vertical.padding-small {
    padding-left: 0;
    padding-right: 0;
}

.padding-horizontal,
.padding-horizontal.padding-xxsmall,
.padding-horizontal.padding-0,
.padding-horizontal.padding-custom3,
.padding-horizontal.padding-huge,
.padding-horizontal.padding-xsmall,
.padding-horizontal.padding-medium,
.padding-horizontal.padding-xxlarge,
.padding-horizontal.padding-large,
.padding-horizontal.padding-xhuge,
.padding-horizontal.padding-custom1,
.padding-horizontal.padding-tiny,
.padding-horizontal.padding-custom2,
.padding-horizontal.padding-xxhuge,
.padding-horizontal.padding-small,
.padding-horizontal.padding-xlarge {
    padding-top: 0;
    padding-bottom: 0;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-auto {
    overflow: auto;
}

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

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

.text-size-medium.margin-bottom-4rem {
    margin-bottom: 4rem;
}

.rl-styleguide-message-delete-this {
    height: 100vh;
    text-align: center;
    background-color: #f1f0ee;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

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

.margin-top-auto {
    margin-top: auto;
}

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

.icon-embed-small {
    width: 2rem;
    height: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

.rl-styleguide_tutorial-callout {
    grid-column-gap: 2rem;
    background-color: #fff;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem .75rem .75rem 1rem;
    display: flex;
}

.rl-styleguide_callout-link-wrapper {
    width: 100%;
    background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
}

.rl-styleguide_heading {
    z-index: 4;
    color: #fff;
    background-color: #000;
    padding: .25rem .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

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

.background-color-gray-50 {
    background-color: #f9fafb;
}

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

.rl-styleguide_item-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 15rem 1fr;
    align-items: center;
}

.icon-1x1-xsmall {
    width: 1.5rem;
    height: 1.5rem;
}

.rl-styleguide_empty-space {
    z-index: -1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    display: flex;
    position: relative;
}

.shadow-xxlarge {
    box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
}

.icon-embed-medium {
    width: 3rem;
    height: 3rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

.heading-style-h5 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
}

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

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

.form-checkbox-icon {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    color: #475467;
    cursor: pointer;
    border: 1px solid #deecff;
    border-radius: 5px;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: .5rem;
    transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
    box-shadow: none;
    background-color: #000;
    background-size: 16px 16px;
    border-width: 1px;
    border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
}

.form-checkbox-label {
    margin-bottom: 0;
}

.form-checkbox-label.text-size-small {
    color: #101828;
}

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

.field-label {
    color: #101828;
    margin-bottom: .5rem;
    font-weight: 400;
}

.button {
    color: #fff;
    text-align: center;
    background-color: #e67c15;
    border: 1px solid #e67c15;
    border-radius: 8px;
    padding: .7rem 1.3rem;
    font-weight: 500;
    transition: all .2s;
}

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

.button.is-link {
    color: #e67c15;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: .25rem 0;
    line-height: 1;
    text-decoration: none;
}

.button.is-link.is-alternate {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
}

.button.is-icon {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button.is-icon.is-large {
    padding: 1rem 1.7rem;
    font-size: 1.2rem;
}

.button.is-secondary {
    color: #e67c15;
    background-color: rgba(0, 0, 0, 0);
    transition: all .2s;
}

.button.is-secondary:hover {
    background-color: rgba(230, 124, 21, .2);
}

.button.is-secondary.is-alternate {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}

.button.is-secondary.is-small.is-icon.is-header {
    font-size: .9rem;
}

.button.is-secondary.is-icon:hover {
    background-color: rgba(230, 124, 21, .2);
    border-color: #e67c15;
}

.button.is-secondary.is-icon.is-large {
    padding: 1rem 1.7rem;
    font-size: 1.2rem;
}

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

.button.is-small.is-header {
    font-size: .9rem;
}

.button.is-small.is-header.primary {
    border-width: 2px;
}

.button.is-alternate {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.button.large {
    padding-left: 9rem;
    padding-right: 9rem;
    font-size: 1.3rem;
}

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

.heading-style-h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
}

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

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

.form-radio-label {
    margin-bottom: 0;
}

.rl-styleguide_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    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: 1rem;
    display: grid;
}

.rl-styleguide_item.is-stretch {
    grid-row-gap: 1rem;
    justify-items: stretch;
}

.icon-1x1-xlarge {
    width: 6.5rem;
    height: 6.5rem;
}

.shadow-xlarge {
    box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
    color: #fff;
    white-space: nowrap;
    cursor: context-menu;
    background-color: #0073e6;
    padding: .25rem .5rem;
    font-size: .75rem;
    display: inline-block;
}

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

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

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

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

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

.icon-height-xlarge {
    height: 6.5rem;
}

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

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

.form-input {
    height: auto;
    min-height: 2.75rem;
    color: #001633;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    margin-bottom: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
}

.form-input:focus {
    color: #001633;
    border-color: #000;
}

.form-input:focus-visible {
    color: #001633;
}

.form-input[data-wf-focus-visible] {
    color: #001633;
}

.form-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
    color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
    height: auto;
    min-height: 11.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    overflow: auto;
}

.form-input.is-select-input {
    background-image: none;
}

.rl-styleguide_paste-text {
    color: rgba(0, 0, 0, .5);
    text-align: center;
    border: 1px dashed rgba(0, 0, 0, .15);
    padding: 1rem;
}

.rl-styleguide_button-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    align-items: center;
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: grid;
}

.rl-styleguide_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 4rem;
}

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

.rl-styleguide_color {
    padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
    background-color: #000;
}

.rl-styleguide_color.is-gray {
    background-color: #f4f4f4;
}

.rl-styleguide_color.is-white {
    background-color: #fff;
}

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

.button-group.is-center {
    justify-content: center;
}

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

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

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

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

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

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

.icon-embed-large {
    width: 5rem;
    height: 5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.shadow-xxsmall {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-gray-600 {
    color: #475467;
}

.icon-embed-xxsmall {
    width: 1rem;
    height: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

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

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

.shadow-xsmall {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
    width: 1.25rem;
    height: 1.25rem;
}

.rl-styleguide_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
}

.rl-styleguide_subheading {
    z-index: 3;
    color: #000;
    background-color: #d3d3d3;
    padding: .25rem .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
}

.form-radio-icon {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 100px;
    margin-top: 0;
    margin-left: -1.125rem;
    margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
    background-color: #fff;
    background-image: none;
    border-width: 6px;
    border-color: #000;
}

.form-radio-icon.w--redirected-focus {
    box-shadow: none;
    border-color: #000;
    margin-top: 0;
}

.rl-styleguide_shadows-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
}

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

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

.rl-styleguide_callout-link {
    background-color: #fff;
    background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
    justify-content: space-between;
    align-items: center;
    padding: 1px;
    display: flex;
}

.icon-height-custom1 {
    height: 1.25rem;
}

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

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

.text-size-small.text-weight-semibold.text-inline {
    display: inline;
}

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

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

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

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

.shadow-large {
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
    width: 6.5rem;
    height: 6.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

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

.class-label-row {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

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

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

.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 a {
    text-decoration: underline;
}

.text-rich-text figcaption {
    text-align: left;
    border-left: 2px solid #000;
    margin-top: .5rem;
    padding-left: .5rem;
    font-size: .875rem;
}

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

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

.shadow-small {
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

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

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

.shadow-medium {
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.icon-height-xsmall {
    height: 1.5rem;
}

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

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

.rl-styleguide_empty-box {
    z-index: -1;
    height: 3rem;
    min-width: 3rem;
    background-color: #eee;
    position: relative;
}

.rl-styleguide_spacing {
    border: 1px dashed #d3d3d3;
}

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

.padding-global.youtube-embed {
    padding-bottom: 25%;
}

.padding-global.padding-top-7rem {
    padding-top: 7rem;
}

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

.padding-section-medium.remove-padding-top {
    padding-top: 0;
}

.padding-section-medium.remove-padding-top.post-image {
    height: 55vh;
}

.padding-section-medium.remove-padding-bottom {
    padding-bottom: 0;
}

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

.padding-section-large.remove-padding-bottom {
    padding-bottom: 0;
}

.padding-section-large.padding-bottom-2rem {
    padding-bottom: 2rem;
}

.padding-section-large.golf-header {
    min-height: 31rem;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.heading {
    font-weight: 600;
}

.is-blue-200 {
    background-color: #deecff;
}

.is-blue-300 {
    background-color: #58a0fe;
}

.is-blue-400 {
    background-color: #0269ef;
}

.is-blue-500 {
    background-color: #014398;
}

.is-blue-600,
.is-blue-700 {
    background-color: #01387e;
}

.is-orange {
    background-color: #e67c15;
}

.is-gray-50,
.is-gray-100,
.is-gray-100-copy {
    background-color: #f9fafb;
}

.text-color-gray-900 {
    color: #101828;
}

.text-color-blue-500 {
    color: #014398;
}

.text-color-blue-300 {
    color: #58a0fe;
}

.text-color-orange {
    color: #e67c15;
}

.text-color-gray-200 {
    color: #eaecf0;
}

.navbar1_component {
    width: 100%;
    height: auto;
    min-height: 5.4rem;
    background-color: #fff;
    border-bottom: 1px solid #f2f4f7;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
}

.navbar1_container {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

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

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

.navbar1_link {
    color: #475467;
    padding: .5rem .8rem;
    font-size: .9rem;
    font-weight: 500;
}

.navbar1_link:hover {
    color: #101828;
}

.navbar1_link.w--current {
    color: #01316f;
}

.navbar1_link.w--current:hover {
    color: #e67c15;
}

.navbar1_dropdown-toggle {
    color: #475467;
    padding: .5rem 2.5rem .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
}

.navbar1_dropdown-toggle:hover {
    color: #101828;
}

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

.navbar1_dropdown-list.w--open {
    background-color: #fff;
    border-radius: 16px;
    padding: .5rem;
}

.navbar1_dropdown-list.shadow-medium {
    background-color: #f4f4f4;
}

.navbar1_dropdown-link {
    color: #475467;
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
}

.navbar1_dropdown-link:hover {
    color: #101828;
}

.navbar1_dropdown-link.w--current {
    color: #01316f;
}

.navbar1_menu-buttons {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: 1rem;
    display: flex;
}

.navbar1_menu-button {
    padding: 0;
}

.section_header1.fix-header.padding-bottom-5rem.background-color-gray-100.remove-bottom-padding {
    padding-bottom: 0;
}

.section_header1.fix-header-calendly {
    margin-top: 8rem;
}

.section_header1.fix-header-calendly.padding-bottom-5rem.background-color-gray-100.remove-bottom-padding {
    padding-bottom: 0;
}

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

.header1_image-wrapper {
    margin-right: -40px;
}

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

.section_logo3 {
    overflow: hidden;
}

.logo3_component {
    display: flex;
}

.logo3_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    white-space: nowrap;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    justify-items: start;
    margin-right: 2rem;
    display: grid;
}

.logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.logo3_logo {
    max-height: 3.5rem;
}

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

.layout31_component.align-top {
    align-items: start;
}

.layout31_component.align-top.boxed {
    background-color: #f4f4f4;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 48px;
}

.layout31_component.boxed {
    background-color: #f4f4f4;
    border-radius: 16px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 48px;
}

.layout31_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.layout31_item {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
}

.layout31_item.justify-top {
    height: 100%;
    justify-content: space-between;
}

.layout31_image-wrapper.left-float {
    margin-left: -15vw;
}

.layout31_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.margin-bottom-8px {
    margin-bottom: 8px;
}

.background-color-gray-100 {
    background-color: #f2f4f7;
}

.background-color-blue-700 {
    background-color: #001633;
}

.background-color-blue-600 {
    background-color: #01387e;
}

.background-color-blue-500 {
    background-color: #014398;
}

.background-color-blue-400 {
    background-color: #0269ef;
}

.background-color-blue-300 {
    background-color: #58a0fe;
}

.margin-top-4rem {
    margin-top: 4rem;
}

.seperator {
    width: 100%;
}

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

.button-group-center.margin-top-2rem.cta-book-call {
    background-color: rgba(230, 124, 21, .1);
    border-radius: 16px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

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

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

.margin-top-3rem {
    margin-top: 3rem;
}

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

.testimonial17_content {
    width: 100%;
    color: #475467;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 2rem 2rem;
    display: flex;
}

.testimonial17_rating-wrapper {
    margin-bottom: 1.5rem;
    display: flex;
}

.testimonial17_rating-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: rgba(0, 0, 0, 0);
    flex-direction: column;
    margin-right: .25rem;
    display: flex;
}

.testimonial17_client {
    text-align: left;
    align-items: center;
    display: flex;
}

.testimonial17_client-image-wrapper {
    margin-right: 1rem;
}

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

.logo-review {
    width: 66%;
}

.star-rating {
    width: 35%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.margin-bottom-24px {
    margin-bottom: 24px;
}

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

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

.blog46_image-link {
    width: 100%;
    margin-bottom: 1rem;
}

.blog46_image-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

.blog46_image-wrapper.shadow-medium {
    border-radius: 16px;
}

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

.blog46_meta-wrapper {
    margin-bottom: 1rem;
}

.blog46_category-link {
    color: #014398;
    background-color: #deecff;
    border-radius: 30px;
    padding: .4rem .8rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
}

.blog46_category-link.w--current {
    border-bottom: 2px solid #000;
}

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

.blog46_button-wrapper {
    margin-top: 1.5rem;
    display: flex;
}

.remove-all-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.remove-top-padding {
    padding-top: 0;
}

.footer1_component {
    background-color: #001633;
}

.footer1_top-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    align-items: start;
}

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

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

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

.footer1_form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-bottom: .75rem;
    display: flex;
}

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

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

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

.footer1_link-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: flex-start;
    justify-items: start;
    display: flex;
}

.footer1_link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    text-decoration: none;
}

.footer1_social-link {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    text-decoration: none;
    display: flex;
}

.footer1_social-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.line-divider {
    width: 100%;
    height: 1px;
    background-color: #01387e;
}

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

.footer1_credit-text {
    color: #eaecf0;
    font-size: .875rem;
}

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

.footer1_legal-link {
    color: #eaecf0;
    font-size: .875rem;
    text-decoration: underline;
}

.section_cta51 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: relative;
}

.cta51_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #fff;
    background-color: #fff;
    border: 2px solid #e67c15;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.cta51_card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 4rem;
    display: flex;
}

.layout31_image-wrapper-services {
    margin-right: -40px;
}

.top-banner-contact {
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}

.header-contact-link {
    color: #fff;
    align-items: center;
    margin-left: 24px;
    font-size: .8rem;
    font-weight: 500;
    display: flex;
}

.header-cta {
    margin-left: 8px;
    font-size: .7rem;
    font-weight: 500;
}

.fixed-header {
    z-index: 9999;
    width: 100%;
    position: fixed;
    top: 0;
}

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

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

.layout107_item {
    display: flex;
}

.layout107_item-icon-wrapper {
    flex: none;
    align-self: flex-start;
    margin-right: 1rem;
}

.layout107_lightbox {
    width: 100%;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.layout107_lightbox-image {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.lightbox-play-icon {
    z-index: 2;
    width: 64px;
    height: 64px;
    color: #fff;
    position: absolute;
}

.video-overlay-layer {
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://uploads-ssl.webflow.com/63f7a2a4ef5a48fb00e6a312/640a3a14640b0539ac670bc6_90656.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 16px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.div-block {
    border-radius: 16px;
}

.img-kc {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.layout31_component-large-gap {
    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;
}

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

.layout121_content-right {
    margin-top: -40px;
}

.layout121_timeline-wrapper {
    position: relative;
}

.layout121_progress-bar-wrapper {
    width: 2px;
    height: 75%;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    top: 10%;
    left: 2.4375rem;
    right: auto;
}

.layout121_progress-bar {
    width: 2px;
    height: 100%;
    background-color: #dadee3;
}

.layout121_timeline-step {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
}

.layout121_timeline-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    position: relative;
}

.layout121_timeline-icon-wrapper {
    z-index: 1;
    background-color: #f2f4f7;
    margin-top: -1rem;
    padding: 1rem;
    position: relative;
}

.layout121_timeline-right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

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

.layout47_item-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.section_testimonial24 {
    overflow: hidden;
}

.testimonial24_component {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 5rem;
    position: relative;
}

.testimonial24_mask {
    width: 40%;
    overflow: visible;
}

.testimonial24_slide {
    padding-right: 2rem;
}

.testimonial24_content {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3rem;
    display: flex;
}

.testimonial24_logo-wrapper {
    margin-bottom: 1rem;
}

.testimonial24_logo {
    width: 40%;
    max-height: 3rem;
    margin-bottom: 2rem;
}

.testimonial24_client {
    text-align: left;
    align-items: center;
    display: flex;
}

.testimonial24_client-image-wrapper {
    margin-right: 1rem;
}

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

.button-wrapper {
    display: flex;
}

.testimonial24_arrow {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.testimonial24_arrow.is-left {
    left: 4rem;
}

.testimonial24_slide-nav {
    height: 1.75rem;
    font-size: .5rem;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.background-color-blue-100 {
    background-color: #deecff;
}

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

.layout2_lightbox {
    width: 100%;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.layout2_lightbox-image {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

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

.layout289_item {
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

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

.layout31_component-image-left {
    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;
}

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

.layout31_component-large-gap-02 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.layout31_component-large-gap-02.align-top {
    align-items: start;
}

.layout31_component-podcast-guest {
    grid-column-gap: 12.5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

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

.pricing1_component {
    background-color: #fff;
    border-radius: 16px;
    padding: 2rem;
}

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

.pricing1_feature {
    display: flex;
}

.pricing1_icon-wrapper {
    flex: none;
    align-self: flex-start;
    margin-right: 1rem;
}

.layout31_component-align-top {
    grid-column-gap: 10rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

.padding-top-2rem {
    padding-top: 2rem;
}

.rounded-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.rounded-image.shadow-large.main-image-post {
    object-fit: cover;
}

.margin-bottom-16px {
    margin-bottom: 16px;
}

.blog46_list-resources-overview {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}

.next {
    background-color: #fff;
    border-width: 0;
}

.previous {
    border-width: 0;
}

.pagination-label {
    margin-left: 8px;
    margin-right: 8px;
}

.cont-nav-pagination {
    color: #101828;
    border-top: 1px solid #eaecf0;
    margin-top: 4rem;
    padding-top: 16px;
    font-weight: 600;
}

.section_cta58 {
    overflow: hidden;
}

.cta58_form-block {
    max-width: 30rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.signup-form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}

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

.error-text {
    color: #e23939;
}

.button-blue {
    color: #fff;
    text-align: center;
    background-color: #0269ef;
    border: 1px solid #0269ef;
    border-radius: 8px;
    padding: .7rem 1.3rem;
    font-weight: 500;
}

.button-blue.is-link {
    color: #e67c15;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: .25rem 0;
    line-height: 1;
    text-decoration: none;
}

.button-blue.is-link.is-alternate {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.button-blue.is-link.is-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
}

.button-blue.is-icon {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-blue.is-secondary {
    color: #e67c15;
    background-color: rgba(0, 0, 0, 0);
}

.button-blue.is-secondary.is-alternate {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}

.button-blue.is-secondary.is-small.is-icon.is-header {
    font-size: .9rem;
}

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

.button-blue.is-small.is-header {
    font-size: .9rem;
}

.button-blue.is-small.is-header.primary {
    border-width: 2px;
}

.button-blue.is-alternate {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.author-wrapper {
    border-top: 1px solid #eaecf0;
    margin-top: 1.5rem;
    padding-top: 16px;
    display: flex;
}

.rich-text-block {
    margin-bottom: 3rem;
}

.rich-text-block h3 {
    margin-bottom: 2rem;
}

.rich-text-block h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.blogpost1_title-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

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

.breadcrumb-link {
    color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.breadcrumb-link.w--current {
    font-weight: 600;
}

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

.blogpost1_content-top {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.blogpost1_author-wrapper {
    align-items: center;
    display: flex;
}

.blogpost1_author-image-wrapper {
    margin-right: 1rem;
}

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

.blogpost1_date-wrapper {
    margin-top: .25rem;
    display: flex;
}

.blogpost1_text-divider {
    margin-left: .5rem;
    margin-right: .5rem;
}

.blogpost1_share {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    justify-items: start;
    display: grid;
}

.blogpost1_social-link {
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: .25rem;
}

.blogpost1_social-icon {
    width: 1.5rem;
    height: 1.5rem;
    opacity: .5;
}

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

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

.blogpost1_content {
    margin-bottom: 4rem;
}

.blogpost1_content-bottom {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.blogpost1_share-wrapper {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blogpost1_tag-list-wrapper {
    width: 50%;
}

.blogpost1_tag-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
}

.blogpost1_tag-item {
    background-color: #f4f4f4;
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
}

.blogpost1_tag-item.w--current {
    border-bottom: 2px solid #000;
}

.blogpost1_divider {
    width: 100%;
    height: 1px;
    max-width: 48rem;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

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

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

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

.contact8_form-block.max-width-medium {
    display: flex;
}

.contact8_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5px;
    display: grid;
}

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

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

.contact23_item {
    width: 100%;
    min-height: 310px;
    text-align: left;
    background-color: #fff;
    border: 2px solid #e67c15;
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    display: flex;
}

.html-embed {
    position: relative;
    top: -100px;
}

.div-block-2 {
    height: 730px;
    overflow: hidden;
}

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

.header3_lightbox {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.header3_lightbox-image {
    object-fit: cover;
}

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

.hide-all {
    display: none;
}

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

.gallery9_lightbox-link {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.gallery9_image-wrapper-large {
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery9_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.gallery9_image-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    position: relative;
}

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

.gallery4_lightbox-link {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.gallery4_image-wrapper {
    width: 100%;
    border-radius: 16px;
    padding-top: 100%;
    position: relative;
}

.gallery4_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

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

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

.team18_item {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: .35fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

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

.team18_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 90px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

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

.team18_social {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: flex-start;
    margin-top: 1.5rem;
    display: grid;
}

.social-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.layout31_component-services {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

.logo2_component {
    grid-column-gap: 4rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
}

.logo2_content-left {
    max-width: 20rem;
}

.logo2_logo-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: grid;
}

.logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.logo2_logo {
    min-height: 4rem;
}

.background-color-blue-650 {
    background-color: #01316f;
}

.cta51_component-02 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #fff;
    background-color: #deecff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

.layout31_item-services-eot {
    text-align: center;
    background-color: #fff;
    border: 2px solid #e67c15;
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    display: flex;
}

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

.pricing10_feature-list.text-color-blue-300 {
    align-content: start;
}

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

.pricing10_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
}

.text-size-medium-2 {
    font-size: 1.125rem;
}

.pricing10_content {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.button-2 {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .75rem 1.5rem;
}

.pricing10_plan {
    background-color: #fff;
    border-radius: 16px;
    padding: 2rem;
}

.pricing10_feature {
    display: flex;
}

.pricing10_icon-wrapper {
    flex: none;
    align-self: flex-start;
    margin-right: 1rem;
}

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

.heading-style-h6-2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

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

.team15_item {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: 2rem;
    display: grid;
}

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

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

.team15_social {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: flex-start;
    margin-top: 1.5rem;
    display: grid;
}

.cont-event {
    border-bottom: 1px solid #eaecf0;
    border-radius: 0;
    padding: 24px;
}

.layout31_component-large-gap-2-4 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.layout31_component-large-gap-2-4.align-top {
    align-items: start;
}

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

.layout12_component.align-top {
    grid-template-columns: .75fr 1fr;
    align-items: start;
}

.layout12_item-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.layout12_image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.fix-anchor-scroll {
    width: 100%;
    height: 5rem;
}

.pagination1_component {
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.pagination1_button {
    min-height: 2.5rem;
    min-width: 6.5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: .5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
}

.pagination1_button.is-previous {
    justify-content: flex-start;
    margin-right: auto;
}

.pagination1_button.is-next {
    justify-content: flex-end;
    margin-left: auto;
}

.pagination1_page-button-wrapper {
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
}

.pagination1_page-button {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 1rem;
    display: flex;
}

.pagination1_page-button.w--current {
    border-color: rgba(0, 0, 0, 0);
}

.section_header66 {
    position: relative;
}

.header66_background-video-wrapper {
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.header66_background-video {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery10_component {
    column-count: 3;
    column-gap: 2rem;
}

.gallery10_lightbox-link {
    width: 100%;
    margin-bottom: 2rem;
}

.gallery10_image {
    border-radius: 16px;
}

.faq4_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: start;
    justify-items: stretch;
    display: grid;
}

.faq4_accordion {
    background-color: #f2f4f7;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.faq4_question {
    color: #01316f;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    display: flex;
}

.faq-05_icon {
    width: 2rem;
    align-self: flex-start;
    margin-left: 1.5rem;
}

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

.section_header65 {
    position: relative;
}

.header65_background-image-wrapper {
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-overlay-layer {
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

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

.grid {
    grid-template-rows: auto;
}

.layout228_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
}

.layout228_item {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.link-services:hover {
    color: #01316f;
}

.subheader-cta {
    margin-left: 8px;
    font-size: .7rem;
    font-weight: 500;
}

.urgent-contact-link {
    grid-column-gap: 10px;
    color: #e67c15;
    align-items: center;
    margin-left: 24px;
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
}

.wrapper-embed-video {
    width: 100%;
    height: 0;
    border-radius: 16px;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

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

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

.border-radius-16 {
    border-radius: 16px;
}

.border-radius-16.margin-bottom-2rem.hide-mobile-landscape.fix-height {
    min-height: 220px;
    object-fit: cover;
}

.contact8_component-copy {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}

.pricing10_component-3-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray-50-2 {
    background-color: #f9fafb;
}

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

.link-services-2:hover {
    color: #01316f;
}

.button-blue-2 {
    color: #fff;
    text-align: center;
    background-color: #0269ef;
    border: 1px solid #0269ef;
    border-radius: 8px;
    padding: .7rem 1.3rem;
    font-weight: 500;
}

.navbar1_dropdown-link-2 {
    color: #475467;
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
}

.navbar1_dropdown-link-2:hover {
    color: #e67c15;
}

.navbar1_dropdown-link-2.w--current {
    color: #01316f;
}

.navbar1_dropdown-toggle-2 {
    color: #475467;
    padding: .5rem 2.5rem .5rem 1rem;
    font-size: .9rem;
    font-weight: 500;
}

.navbar1_link-2 {
    color: #475467;
    padding: .5rem .8rem;
    font-size: .9rem;
    font-weight: 500;
}

.navbar1_link-2:hover {
    color: #101828;
}

.navbar1_link-2.w--current {
    color: #01316f;
}

.navbar1_link-2.w--current:hover {
    color: #e67c15;
}

.button-3 {
    color: #fff;
    text-align: center;
    background-color: #e67c15;
    border: 1px solid #e67c15;
    border-radius: 8px;
    padding: .7rem 1.3rem;
    font-weight: 500;
    transition: all .2s;
}

.button-3:hover {
    background-color: #014398;
    border-color: #014398;
}

.button-3.is-secondary {
    color: #e67c15;
    background-color: rgba(0, 0, 0, 0);
    transition: all .2s;
}

.button-3.is-secondary:hover {
    background-color: rgba(230, 124, 21, .2);
}

.button-3.is-secondary.is-small.is-icon.is-header {
    font-size: .9rem;
}

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

.button-3.is-small.is-header {
    font-size: .9rem;
}

.button-3.is-small.is-header.primary {
    border-width: 2px;
}

.form-input-2 {
    height: auto;
    min-height: 2.75rem;
    color: #001633;
    background-color: #fff;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    margin-bottom: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
}

.form-input-2:focus {
    color: #001633;
    border-color: #000;
}

.form-input-2:focus-visible {
    color: #001633;
}

.form-input-2[data-wf-focus-visible] {
    color: #001633;
}

.form-input-2::-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.form-input-2::placeholder {
    color: rgba(0, 0, 0, .6);
}

.navbar1_dropdown-list-2.w--open {
    background-color: #fff;
    border-radius: 16px;
    padding: .5rem;
}

.navbar1_dropdown-list-2.shadow-medium {
    background-color: #f4f4f4;
}

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

.header-contact-link-2 {
    color: #fff;
    align-items: center;
    margin-left: 24px;
    font-size: .8rem;
    font-weight: 500;
    display: flex;
}

.footer1_component-2 {
    background-color: #001633;
}

.cta51_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #fff;
    background-color: #fff;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

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

.footer1_legal-link-2 {
    color: #eaecf0;
    font-size: .875rem;
    text-decoration: underline;
}

.navbar1_component-2 {
    width: 100%;
    height: auto;
    min-height: 5.4rem;
    background-color: #fff;
    border-bottom: 1px solid #f2f4f7;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
}

.text-color-orange-2 {
    color: #e67c15;
}

.footer1_credit-text-2 {
    color: #eaecf0;
    font-size: .875rem;
}

.line-divider-2 {
    width: 100%;
    height: 1px;
    background-color: #01387e;
}

.fs-cc-prefs2_option {
    border-bottom: 1px solid rgba(192, 192, 192, .3);
    padding-top: 16px;
    padding-bottom: 16px;
}

.fs-cc-prefs2_close {
    color: #fff;
    cursor: pointer;
    background-color: #f4f4f4;
    border-radius: 60px;
    padding: 12px;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
}

.fs-cc-prefs2_overlay {
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 24, 40, .9);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.fs-cc-prefs2_label {
    color: #014398;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 32px;
    font-size: 16px;
    font-weight: 600;
}

.fs-cc-prefs2_form-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 30px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.fs-cc-banner2_component {
    z-index: 999;
    width: 450px;
    color: #fff;
    background-color: #f4f4f4;
    border-top-right-radius: 16px;
    padding: 30px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
}

.fs-cc-prefs2_checkbox-label {
    display: none;
}

.fs-cc-manager2_button {
    width: 40px;
    color: #e67c15;
    cursor: pointer;
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    padding: 8px;
    transition: color .2s;
    display: flex;
}

.fs-cc-manager2_button:hover {
    color: #4353ff;
}

.fs-cc-manager2_component {
    z-index: 900;
    border-radius: 8px;
    display: none;
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
}

.fs-cc-banner2_text {
    color: #01387e;
    font-size: 15px;
}

.fs-cc-prefs2_title {
    color: #010440;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
}

.fs-cc-banner2_text-link {
    color: #e67c15;
    border-bottom: 2px solid #fff;
    font-weight: 400;
    text-decoration: none;
}

.fs-cc-prefs2_button {
    text-align: center;
    background-color: #e67c15;
    border: 1px solid #e67c15;
    border-radius: 6px;
    padding: 12px 20px;
    font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
    color: #014398;
    background-color: #fff;
    border-color: #0540f2;
    margin-bottom: 12px;
}

.fs-cc-banner2_container {
    width: 100%;
    max-width: 990px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.fs-cc-prefs2_content {
    height: 100%;
    color: #000;
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
    border-width: 2px;
    border-color: #01387e;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
    background-color: #0540f2;
    background-size: auto;
    border-color: #0540f2;
}

.fs-cc-prefs2_form {
    width: 100%;
    max-height: 85vh;
    max-width: 400px;
    color: #fff;
    background-color: #333;
    margin-bottom: 0;
    position: relative;
}

.fs-cc-prefs2_submit {
    text-align: center;
    background-color: #014398;
    border-radius: 6px;
    margin-top: 12px;
    padding: 12px 20px;
    font-weight: 700;
}

.fs-cc-prefs2_component {
    z-index: 997;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 32px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.fs-cc-prefs2_space-small {
    margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
    width: 24px;
    height: 24px;
    color: #01387e;
}

.fs-cc-banner2_buttons-wrapper {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 16px;
    display: flex;
}

.fs-cc-banner2_button {
    min-width: 120px;
    color: #fff;
    text-align: center;
    text-transform: none;
    background-color: #e67c15;
    border-radius: 6px;
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 20px;
    font-weight: 600;
}

.fs-cc-banner2_button.fs-cc-button-alt {
    color: #475467;
    background-color: #fff;
    margin-left: 0;
}

.fs-cc-prefs2_buttons-wrapper {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    margin-top: 16px;
    display: flex;
}

.fs-cc-prefs2_checkbox-field {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 2px;
    display: flex;
    position: relative;
}

.video-overlay-layer-book-kc {
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    background-image: url("https://uploads-ssl.webflow.com/63f7a2a4ef5a48fb00e6a312/640d9a57561700405fe2026c_KC%20-%20at%20Brad%20Lea%20Dropping%20Bombs-3.webp");
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.show-more {
    margin-bottom: 3rem;
    display: none;
}

.calendly-iframe {
    height: 1200px;
    padding-top: 3rem;
}

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

.layout289_component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    justify-items: center;
    margin-top: 3rem;
    margin-left: 8rem;
    margin-right: 6rem;
    display: grid;
}

.layout31_component-webinar {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}

.layout31_component-webinar.align-top {
    align-items: start;
}

.layout31_component-webinar.align-top.boxed {
    background-color: #f4f4f4;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 48px;
}

.layout31_component-webinar.boxed {
    background-color: #f4f4f4;
    border-radius: 16px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 48px;
}

.grid-mobile-inline {
    grid-template-rows: auto;
}

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

.cta51_component-no-border {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #fff;
    background-color: #fff;
    border: 1px #e67c15;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}

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

.layout31_item-center.justify-top {
    height: 100%;
    justify-content: space-between;
}

.text-block,
.text-block-2 {
    color: #014398;
    text-align: center;
    font-weight: 700;
}

.heading-2,
.heading-3 {
    color: #e67c15;
    text-align: center;
    font-size: 1.25rem;
}

.text-field {
    -webkit-text-stroke-color: #001633;
}

.field-label-2,
.field-label-3 {
    color: #101828;
    font-weight: 400;
}

.text-field-2 {
    min-height: 2.75rem;
    color: #001633;
    margin-bottom: 0;
    padding: .5rem .75rem;
}

.empty-state {
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 3.25rem;
    }

    h2 {
        font-size: 2.75rem;
    }

    h3 {
        font-size: 2.25rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    .hide-tablet {
        display: none;
    }

    .container-large.center-nav-tablet {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

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

    .margin-large {
        margin: 2.5rem;
    }

    .margin-xlarge {
        margin: 3.5rem;
    }

    .margin-xxlarge {
        margin: 4.5rem;
    }

    .margin-huge {
        margin: 5rem;
    }

    .margin-xhuge {
        margin: 6rem;
    }

    .margin-xxhuge {
        margin: 7.5rem;
    }

    .padding-large {
        padding: 2.5rem;
    }

    .padding-xlarge {
        padding: 3.5rem;
    }

    .padding-xxlarge {
        padding: 4.5rem;
    }

    .padding-huge {
        padding: 5rem;
    }

    .padding-xhuge {
        padding: 6rem;
    }

    .padding-xxhuge {
        padding: 7.5rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .rl-styleguide_icons-list {
        grid-auto-flow: row;
    }

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

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

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

    .padding-global.youtube-embed {
        padding-bottom: 0%;
    }

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

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

    .navbar1_menu {
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        padding: 1rem 5% 2rem;
        position: absolute;
        overflow: auto;
    }

    .navbar1_menu.is-page-height-tablet {
        height: 100vh;
        padding-bottom: 15rem;
    }

    .navbar1_link {
        width: auto;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .navbar1_menu-dropdown {
        width: 100%;
        font-size: 1.125rem;
    }

    .navbar1_dropdown-toggle {
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        font-size: 1.125rem;
        display: flex;
    }

    .dropdown-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        top: auto;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .navbar1_dropdown-list {
        position: static;
        overflow: hidden;
    }

    .navbar1_dropdown-list.w--open {
        border-style: none;
        padding: 0;
    }

    .navbar1_dropdown-link {
        width: auto;
        padding: .75rem 0 .75rem 5%;
    }

    .navbar1_menu-buttons {
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-top: 1.5rem;
        margin-left: 0;
    }

    .navbar1_menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .menu-icon1 {
        width: 48px;
        height: 48px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .menu-icon1_line-top {
        width: 24px;
        height: 2px;
        background-color: #101828;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon1_line-middle {
        width: 24px;
        height: 2px;
        background-color: #001633;
        justify-content: center;
        align-items: center;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon1_line-bottom {
        width: 24px;
        height: 2px;
        background-color: #001633;
        padding-bottom: 0;
        padding-right: 0;
    }

    .header1_component {
        min-height: auto;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .layout31_component {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .layout31_component.align-top.boxed {
        padding: 24px;
    }

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

    .blog46_list {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .footer1_top-wrapper {
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
    }

    .cta51_card {
        padding: 3rem;
    }

    .layout31_image-wrapper-services {
        margin-right: -20px;
    }

    .layout107_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
    }

    .layout107_lightbox-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .layout31_component-large-gap {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .layout121_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
    }

    .layout121_timeline-step {
        grid-column-gap: 24px;
    }

    .layout47_component {
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
    }

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

    .testimonial24_mask {
        width: 50%;
    }

    .layout2_component {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .layout2_lightbox-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

    .layout31_component-image-left,
    .layout31_component-large-gap-02,
    .layout31_component-podcast-guest,
    .layout31_component-align-top {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .blog46_list-resources-overview {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr 1fr;
    }

    .blogpost1_title-wrapper {
        margin-bottom: 4rem;
    }

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

    .blogpost1_content {
        margin-bottom: 3rem;
    }

    .contact8_component {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

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

    .header3_component {
        min-height: auto;
        grid-column-gap: 0rem;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .header3_lightbox-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .layout31_component-large-gap-top-align {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

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

    .team18_component {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .team18_list {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr;
    }

    .layout31_component-services {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .logo2_component {
        grid-column-gap: 3rem;
    }

    .logo2_content-left {
        max-width: 16rem;
    }

    .logo2_logo-list {
        grid-template-columns: 1fr 1fr;
    }

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

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

    .team15_list {
        grid-column-gap: 2rem;
        grid-template-columns: 1fr;
    }

    .layout31_component-large-gap-2-4,
    .layout12_component {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .layout228_component {
        grid-column-gap: 2rem;
    }

    .subheader-cta {
        display: none;
    }

    .header1_component-services {
        min-height: auto;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .contact8_component-copy {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .navbar1_menu-2 {
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        border-bottom: 1px solid #000;
        padding: 1rem 5% 2rem;
        position: absolute;
        overflow: auto;
    }

    .navbar1_menu-2.is-page-height-tablet {
        height: 100vh;
        padding-bottom: 15rem;
    }

    .navbar1_dropdown-link-2 {
        width: auto;
        padding: .75rem 0 .75rem 5%;
    }

    .navbar1_dropdown-toggle-2 {
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        font-size: 1.125rem;
        display: flex;
    }

    .navbar1_link-2 {
        width: auto;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .navbar1_dropdown-list-2 {
        position: static;
        overflow: hidden;
    }

    .navbar1_dropdown-list-2.w--open {
        border-style: none;
        padding: 0;
    }

    .menu-icon1_line-top-2 {
        width: 24px;
        height: 2px;
        background-color: #101828;
        padding-bottom: 0;
        padding-right: 0;
    }

    .menu-icon1_line-middle-2 {
        width: 24px;
        height: 2px;
        background-color: #001633;
        justify-content: center;
        align-items: center;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .menu-icon1_line-bottom-2 {
        width: 24px;
        height: 2px;
        background-color: #001633;
        padding-bottom: 0;
        padding-right: 0;
    }

    .layout289_component-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

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

    .layout31_component-webinar {
        min-height: auto;
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .layout31_component-webinar.align-top.boxed {
        padding: 24px;
    }

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

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1.125rem;
    }

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

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

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

    .margin-small {
        margin: 1.25rem;
    }

    .margin-medium {
        margin: 1.5rem;
    }

    .margin-large {
        margin: 2rem;
    }

    .margin-xlarge {
        margin: 2.5rem;
    }

    .margin-xxlarge {
        margin: 3rem;
    }

    .margin-huge {
        margin: 3.5rem;
    }

    .margin-xhuge {
        margin: 4rem;
    }

    .margin-xxhuge {
        margin: 5rem;
    }

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

    .padding-small {
        padding: 1.25rem;
    }

    .padding-medium {
        padding: 1.5rem;
    }

    .padding-large {
        padding: 2rem;
    }

    .padding-xlarge {
        padding: 2.5rem;
    }

    .padding-xxlarge {
        padding: 3rem;
    }

    .padding-huge {
        padding: 3.5rem;
    }

    .padding-xhuge {
        padding: 4rem;
    }

    .padding-xxhuge {
        padding: 5rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .text-style-quote {
        font-size: 1.125rem;
    }

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

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

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

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

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

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

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

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

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

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

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

    .navbar1_component {
        height: auto;
        min-height: 4rem;
    }

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

    .header1_component {
        grid-row-gap: 3rem;
    }

    .header1_image-wrapper {
        margin-right: 0;
    }

    .logo3_list {
        grid-column-gap: 1rem;
        grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 1fr 1fr;
        padding-top: 0;
    }

    .logo3_wrapper {
        padding: .75rem 1rem;
    }

    .logo3_logo {
        max-height: 3rem;
    }

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

    .layout31_component.boxed {
        padding: 24px;
    }

    .layout31_item-list {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

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

    .testimonial17_content {
        padding: 1.5rem;
    }

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

    .testimonial17_client-image-wrapper {
        margin-bottom: 1rem;
        margin-right: 0;
    }

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

    .footer1_top-wrapper {
        grid-row-gap: 3rem;
    }

    .footer1_menu-wrapper {
        grid-column-gap: 1.5rem;
    }

    .footer1_bottom-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-bottom: 1rem;
    }

    .footer1_credit-text {
        margin-top: 1.5rem;
    }

    .footer1_legal-list {
        grid-column-gap: 0rem;
        grid-row-gap: 1rem;
        grid-auto-flow: row;
    }

    .cta51_component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

    .cta51_card {
        padding: 2rem;
    }

    .layout31_image-wrapper-services {
        margin-right: 0;
    }

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

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

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

    .layout121_progress-bar-wrapper {
        left: 2rem;
    }

    .layout121_timeline-icon-wrapper {
        padding-left: .5rem;
        padding-right: .5rem;
    }

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

    .testimonial24_mask {
        width: 80%;
    }

    .testimonial24_slide {
        padding-right: 1.5rem;
    }

    .testimonial24_content {
        padding: 1.5rem;
    }

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

    .testimonial24_client-image-wrapper {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .testimonial24_arrow.is-left {
        right: 3.5rem;
    }

    .layout2_component,
    .layout289_component,
    .layout31_component-image-left,
    .layout31_component-large-gap-02,
    .layout31_component-podcast-guest {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .pricing1_component {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .layout31_component-align-top,
    .blog46_list-resources-overview {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .blogpost1_title-wrapper {
        margin-bottom: 3rem;
    }

    .blogpost1_content {
        margin-bottom: 2rem;
    }

    .blogpost1_divider {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .contact8_component,
    .contact23_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .html-embed {
        top: -80px;
    }

    .header3_component {
        grid-row-gap: 3rem;
    }

    .layout31_component-large-gap-top-align {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

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

    .gallery9_image-wrapper-large {
        padding-top: 100%;
    }

    .gallery4_component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

    .team18_component,
    .team18_list {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

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

    .team18_item.margin-bottom.margin-large {
        grid-template-columns: 1fr;
    }

    .team18_image-wrapper {
        display: none;
    }

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

    .logo2_component {
        grid-row-gap: 2rem;
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .logo2_content-left {
        max-width: none;
    }

    .logo2_logo-list {
        grid-column-gap: 1rem;
        padding-top: 1rem;
    }

    .logo2_wrapper {
        padding: .75rem 1rem;
    }

    .logo2_logo {
        max-height: 3rem;
    }

    .cta51_component-02 {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

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

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

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

    .pricing10_plan {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

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

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

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

    .team15_item {
        grid-template-columns: max-content 1fr;
    }

    .layout31_component-large-gap-2-4,
    .layout12_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .pagination1_page-button-wrapper {
        display: none;
    }

    .gallery10_component {
        column-count: 1;
        column-gap: 1.5rem;
        display: block;
    }

    .faq4_question {
        padding: 1rem 1.25rem;
    }

    .faq-05_icon {
        width: 1.75rem;
    }

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

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

    .header1_component-services {
        grid-row-gap: 3rem;
    }

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

    .pricing10_component-3-row {
        grid-template-columns: 1fr;
    }

    .cta51_component-2 {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }

    .navbar1_component-2 {
        height: auto;
        min-height: 4rem;
    }

    .footer1_credit-text-2 {
        margin-top: 1.5rem;
    }

    .fs-cc-prefs2_title {
        font-size: 20px;
    }

    .fs-cc-banner2_text-link {
        margin-right: 8px;
    }

    .fs-cc-banner2_container {
        flex-direction: column;
        align-items: flex-start;
    }

    .fs-cc-banner2_buttons-wrapper {
        margin-top: 12px;
    }

    .fs-cc-banner2_button {
        margin-left: 0;
        margin-right: 8px;
    }

    .calendly-iframe {
        height: 920px;
    }

    .layout289_component-3,
    .layout289_component-2,
    .layout31_component-webinar {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .layout31_component-webinar.boxed {
        padding: 24px;
    }

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

    .cta51_component-no-border {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2.5rem;
    }

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

    .main-wrapper {
        margin-top: 5rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .button.large {
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .padding-global.padding-top-7rem {
        padding-top: 3rem;
    }

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

    .logo3_list {
        justify-content: center;
    }

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

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

    .layout31_component.align-top.boxed,
    .layout31_component.boxed {
        padding: 16px;
    }

    .layout31_item-list {
        grid-template-columns: 1fr;
    }

    .footer1_top-wrapper {
        grid-row-gap: 48px;
    }

    .footer1_form {
        grid-row-gap: 12px;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .footer1_menu-wrapper {
        grid-row-gap: 2.5rem;
        grid-template-columns: 1fr;
    }

    .layout31_image-wrapper-services {
        display: none;
    }

    .layout107_component,
    .layout31_component-large-gap,
    .layout121_component,
    .layout47_component {
        grid-template-columns: 1fr;
    }

    .layout47_item-list {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial24_mask {
        width: 95%;
    }

    .layout2_component,
    .layout289_component,
    .layout31_component-image-left,
    .layout31_component-large-gap-02,
    .layout31_component-podcast-guest,
    .layout31_component-align-top {
        grid-template-columns: 1fr;
    }

    .signup-form-wrapper {
        grid-row-gap: .75rem;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .blogpost1_content-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .blogpost1_author-wrapper {
        margin-bottom: 1rem;
    }

    .blogpost1_content-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .blogpost1_share-wrapper {
        width: 100%;
        margin-bottom: 2rem;
    }

    .blogpost1_tag-list-wrapper {
        width: 100%;
    }

    .blogpost1_tag-list {
        justify-content: flex-start;
    }

    .contact8_component,
    .contact23_component {
        grid-template-columns: 1fr;
    }

    .html-embed {
        top: -80px;
    }

    .header3_component,
    .layout31_component-large-gap-top-align,
    .team18_component {
        grid-template-columns: 1fr;
    }

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

    .team18_item.margin-bottom.margin-large {
        margin-bottom: 0;
    }

    .team18_image-wrapper {
        padding-top: 66%;
    }

    .layout31_component-services {
        grid-template-columns: 1fr;
    }

    .logo2_logo-list {
        justify-content: center;
    }

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

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

    .layout31_component-large-gap-2-4,
    .layout12_component,
    .layout12_item-list {
        grid-template-columns: 1fr;
    }

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

    .wrapper-embed-video {
        padding-bottom: 50%;
    }

    .header1_component-services,
    .contact8_component-copy {
        grid-template-columns: 1fr;
    }

    .fs-cc-prefs2_close {
        padding: 8px;
    }

    .fs-cc-prefs2_label {
        font-size: 14px;
    }

    .fs-cc-banner2_component {
        width: 100%;
    }

    .fs-cc-prefs2_title {
        font-size: 18px;
    }

    .fs-cc-prefs2_button.fs-cc-button-alt {
        margin-bottom: 8px;
    }

    .fs-cc-prefs2_content {
        padding: 24px;
    }

    .fs-cc-prefs2_submit {
        margin-top: 8px;
    }

    .fs-cc-prefs2_component {
        padding: 24px;
    }

    .calendly-iframe {
        height: 760px;
    }

    .layout289_component-3,
    .layout289_component-2,
    .layout31_component-webinar {
        grid-template-columns: 1fr;
    }

    .layout31_component-webinar.align-top.boxed,
    .layout31_component-webinar.boxed {
        padding: 16px;
    }

    .grid-mobile-inline {
        grid-template-columns: 1fr;
    }
}

#w-node-_057e1620-1ee5-220b-f31a-c09e392da058-c1e6a316,
#w-node-_704ddf06-97a7-82de-6381-cdf58e3c1453-c1e6a316,
#w-node-_40c819c9-cec1-fe0e-548a-213ab808de2a-c1e6a316,
#w-node-_2cc1e9a2-cb00-c134-2b60-0d4414d9179f-c1e6a316,
#w-node-_12314ddb-962c-05bd-e2c3-5f1084781263-c1e6a316,
#w-node-_690349aa-8f27-e246-3fc2-c70b55701575-c1e6a316 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f22530d-1bcf-136d-607b-88c86a2b3a2b-4b343730,
#w-node-_875a92e7-eda1-b1c3-dfb8-f068e5e31ff8-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b34373b-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b34373d-4b343730,
#w-node-_3e6cd3ee-9ba8-4f1f-99e8-7666309761ee-4b343730,
#w-node-_0e17bbfb-36c8-fb16-aa9b-9678bdefce21-4b343730,
#w-node-ba35c7aa-e0a4-edf8-bca0-feac792bcee2-4b343730,
#w-node-b6877d31-9ecc-c4e4-0b1b-4ff1ae887ba0-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b34373f-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b343741-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b343743-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b343745-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b343747-4b343730,
#w-node-a3e57c53-989c-4c35-58de-9ef64b343749-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84d9-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84db-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84dd-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84df-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84e1-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84e3-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84e5-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84e7-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84e9-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84eb-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84ed-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84ef-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84f1-4b343730,
#w-node-_73038298-51f7-1e5e-d7d2-96216cbe84f3-4b343730 {
    justify-self: center;
}

#w-node-_31ad053a-330b-6351-3e9a-bb50a383eca3-f78a93e2,
#w-node-_0312bdc1-aeae-fa2b-bdac-693252575cd3-3b080a5a,
#w-node-e4f6b2ca-a501-bf7a-c993-57b0aec5ac3e-992bc432,
#w-node-e4f6b2ca-a501-bf7a-c993-57b0aec5ac41-992bc432,
#w-node-e4f6b2ca-a501-bf7a-c993-57b0aec5ac44-992bc432,
#w-node-e4f6b2ca-a501-bf7a-c993-57b0aec5ac47-992bc432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3babc93b-f7c0-dd65-789c-c5b01ab521dd-306900db {
    justify-self: start;
}

#w-node-b92850da-ba5a-fefb-356e-ce5782b194bd-306900db,
#w-node-_02bff28e-d9da-0e6b-d8a9-a48415967258-306900db,
#w-node-_373bc434-1542-ea7e-441c-c5b521006af0-306900db,
#w-node-d97d4995-a8f3-4e66-3888-4c851c1d2fef-306900db {
    align-self: stretch;
}

#w-node-bd6a1996-f6da-ee56-aff7-9bf0c50049eb-c50049e0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bd6a1996-f6da-ee56-aff7-9bf0c50049f1-c50049e0,
#w-node-bd6a1996-f6da-ee56-aff7-9bf0c50049ee-c50049e0,
#w-node-bd6a1996-f6da-ee56-aff7-9bf0c50049f4-c50049e0,
#w-node-bd6a1996-f6da-ee56-aff7-9bf0c50049f7-c50049e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07b8ba6c-4a48-d369-1b8f-c18b433ed54b-e2cfbb6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bb1-0ded7753,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bb6-0ded7753,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bbb-0ded7753,
#w-node-_05cd0efe-2601-41ac-2635-56835ac20742-0ded7753,
#w-node-f33a89d5-dbe8-9424-1cb5-e8fdbd021762-0ded7753,
#w-node-ef911441-9c84-6553-5c8a-7f05fc51877e-0ded7753,
#w-node-fd4c1ae9-d0e1-1d78-cb56-f9294c75462d-0ded7753,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4ec-0ded7753,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4f1-0ded7753,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4f6-0ded7753,
#w-node-_103f511d-0dc3-7590-ad4c-edc71eed7b2d-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf10-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf15-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf1a-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf1f-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf24-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf29-0ded7753,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf30-0ded7753 {
    align-self: start;
}

#w-node-_3babc93b-f7c0-dd65-789c-c5b01ab521dd-76b2ef0c {
    justify-self: start;
}

#w-node-_2991d8ac-97ff-90f7-6293-76ef579ecffa-341190b2 {
    justify-self: center;
}

#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bb1-50119278,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bb6-50119278,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bbb-50119278,
#w-node-_05cd0efe-2601-41ac-2635-56835ac20742-50119278,
#w-node-f33a89d5-dbe8-9424-1cb5-e8fdbd021762-50119278,
#w-node-ef911441-9c84-6553-5c8a-7f05fc51877e-50119278,
#w-node-fd4c1ae9-d0e1-1d78-cb56-f9294c75462d-50119278,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4ec-50119278,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4f1-50119278,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4f6-50119278,
#w-node-_103f511d-0dc3-7590-ad4c-edc71eed7b2d-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf10-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf15-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf1a-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf1f-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf24-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf29-50119278,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf30-50119278,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bb1-bef033bb,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bb6-bef033bb,
#w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45bbb-bef033bb,
#w-node-_05cd0efe-2601-41ac-2635-56835ac20742-bef033bb,
#w-node-f33a89d5-dbe8-9424-1cb5-e8fdbd021762-bef033bb,
#w-node-ef911441-9c84-6553-5c8a-7f05fc51877e-bef033bb,
#w-node-fd4c1ae9-d0e1-1d78-cb56-f9294c75462d-bef033bb,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4ec-bef033bb,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4f1-bef033bb,
#w-node-_59d4489c-3204-db9e-3a38-2e48b9aca4f6-bef033bb,
#w-node-_103f511d-0dc3-7590-ad4c-edc71eed7b2d-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf10-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf15-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf1a-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf1f-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf24-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf29-bef033bb,
#w-node-_7151b904-8b0f-b809-33c4-2ce9affddf30-bef033bb {
    align-self: start;
}

#w-node-a8bda3d4-cc59-c4d3-d0cb-7a10478d458d-d903a0fb,
#w-node-ec012d2c-726c-969b-0389-ad1b2a337e20-d903a0fb,
#w-node-_496f50f6-03e8-7e8b-410a-fd0361c55a9b-d903a0fb,
#w-node-_496f50f6-03e8-7e8b-410a-fd0361c55a9f-d903a0fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce431a0-f6a1-89e3-25fd-ec8b3be5dbc6-90085076 {
    justify-self: start;
}

#w-node-_1d35a59d-6cb7-43e0-a9e8-3d6a89972ebf-90085076 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec00456b-bbf1-dd28-6c0e-1b4decd0b1ca-90085076,
#w-node-ec00456b-bbf1-dd28-6c0e-1b4decd0b1cf-90085076,
#w-node-ec00456b-bbf1-dd28-6c0e-1b4decd0b1d4-90085076,
#w-node-_135f7f0f-186c-776d-110c-e2383974b696-90085076,
#w-node-a718d55b-ba54-e3c5-971d-512ccae27058-90085076,
#w-node-_51a6cb08-3c86-5f53-9025-c2aa8e9a10dd-90085076,
#w-node-dddb4df6-e626-d84a-ffe3-82a61b6b8101-90085076,
#w-node-_078e4a89-8469-fa32-271a-34c8431692ce-90085076,
#w-node-_2317d986-e913-f146-df15-2d474f69b892-90085076,
#w-node-_2317d986-e913-f146-df15-2d474f69b897-90085076,
#w-node-_2317d986-e913-f146-df15-2d474f69b89c-90085076 {
    align-self: start;
}

#w-node-be9f65f0-ddc3-ef83-b25a-a71831a209ef-90085076 {
    grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-be9f65f0-ddc3-ef83-b25a-a71831a209f2-90085076,
#w-node-be9f65f0-ddc3-ef83-b25a-a71831a209f5-90085076,
#w-node-be9f65f0-ddc3-ef83-b25a-a71831a209f8-90085076,
#w-node-be9f65f0-ddc3-ef83-b25a-a71831a209fb-90085076,
#w-node-_75025074-8ce1-4d59-56ed-db3481a08d68-aea264d3,
#w-node-d7598c88-db33-b4a7-2adf-3b21f91e7862-aea264d3,
#w-node-d7598c88-db33-b4a7-2adf-3b21f91e7866-aea264d3,
#w-node-d7598c88-db33-b4a7-2adf-3b21f91e7869-aea264d3,
#w-node-d7598c88-db33-b4a7-2adf-3b21f91e786d-aea264d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8bda3d4-cc59-c4d3-d0cb-7a10478d458d-9a168d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec012d2c-726c-969b-0389-ad1b2a337e20-9a168d1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496f50f6-03e8-7e8b-410a-fd0361c55a9b-d2776b0b {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_496f50f6-03e8-7e8b-410a-fd0361c55a9f-d2776b0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {

    #w-node-_1a21f17a-20c1-00eb-0a32-d5fca4afa815-c1e6a316,
    #w-node-_7c98faec-a985-314c-9e30-08a5764481e2-c1e6a316 {
        order: -9999;
    }

    #w-node-b109e9d6-116a-43bc-b924-a5965ab669ea-f78a93e2 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-b9e6e151-fd98-4883-5633-b0b6ba50400b-3b080a5a,
    #w-node-_1dd1a11f-dfb1-daaa-d63b-de67e3790d90-3b080a5a,
    #w-node-_5fc8623a-2c39-bf01-aaa2-1653fcda811e-3b080a5a,
    #w-node-_28e8a2ba-03c1-7776-3f61-c82e9b14c35d-3b080a5a,
    #w-node-a8bf78f5-55c3-79aa-c964-cf794f2cff84-1af7b7bc {
        order: 9999;
    }

    #w-node-e546e561-32f6-09e3-a8d8-559cf4dec93b-e2cfbb6c,
    #w-node-e546e561-32f6-09e3-a8d8-559cf4dec93d-e2cfbb6c {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_50b42327-4f46-4aa9-ddb2-eda1ab2086b0-33e03062 {
        order: -9999;
    }

    #w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45ba6-0ded7753 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-b9e6e151-fd98-4883-5633-b0b6ba504045-0ded7753 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_6f457047-ff3a-df4b-259d-fe4e2dd45339-ca61588a {
        order: -9999;
    }

    #w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45ba6-50119278 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-b9e6e151-fd98-4883-5633-b0b6ba504045-50119278 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_13802a32-ae4f-eaf9-b5b4-bae23bf45ba6-bef033bb {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-b9e6e151-fd98-4883-5633-b0b6ba504045-bef033bb,
    #w-node-ec00456b-bbf1-dd28-6c0e-1b4decd0b1f5-90085076 {
        order: -9999;
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-ec00456b-bbf1-dd28-6c0e-1b4decd0b1bd-90085076 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-be9f65f0-ddc3-ef83-b25a-a71831a209ef-90085076 {
        grid-area: span 2 / span 2 / span 2 / span 2;
    }

    #w-node-d7598c88-db33-b4a7-2adf-3b21f91e7862-aea264d3,
    #w-node-d7598c88-db33-b4a7-2adf-3b21f91e7869-aea264d3 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}

@media screen and (max-width: 479px) {
    #w-node-bbf2e2a8-e334-fcbe-5446-da70801f35d7-801f35c9 {
        order: -9999;
    }
}

#s9-share-inline {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Roboto'
}

#s9-share-inline .s9-btn-share {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    cursor: pointer
}

#s9-share-inline .s9-btn-share:not(:last-child) {
    margin-right: 5px
}

#s9-share-inline .s9-btn-share:focus {
    outline: none
}

#s9-share-inline .s9-btn-share .s9-icon-wrap {
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 32px;
    height: 32px
}

#s9-share-inline .s9-btn-share .s9-icon-wrap svg {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    fill: #fff
}

#s9-share-inline .s9-btn-share .s9-label {
    font-size: 10pt;
    padding: 0 15px 0 0;
    margin: 0 0 0 5px;
    background: none
}

@media screen and (max-width: 640px) {
    #s9-share-inline .s9-btn-share .s9-label {
        display: none
    }
}

#s9-share-inline .s9-btn-share.s9-facebook {
    background-color: #3b5998
}

#s9-share-inline .s9-btn-share.s9-twitter {
    background-color: #1da1f2
}

#s9-share-inline .s9-btn-share.s9-linkedin {
    background-color: #0077b5
}

#s9-share-inline .s9-btn-share.s9-print {
    background-color: #738a8d
}

#s9-share-inline .s9-btn-share.s9-email {
    background-color: #848484
}

#s9-share-inline .s9-btn-share.s9-pinterest {
    background-color: #cb2027
}

#s9-share-inline .s9-btn-share.s9-blogger {
    background-color: #f57d00
}

#s9-share-inline .s9-btn-share.s9-buffer {
    background-color: #000
}

#s9-share-inline .s9-btn-share.s9-digg {
    background-color: #000
}

#s9-share-inline .s9-btn-share.s9-evernote {
    background-color: #7fce2c
}

#s9-share-inline .s9-btn-share.s9-gmail {
    background-color: #d84437
}

#s9-share-inline .s9-btn-share.s9-myspace {
    background-color: #d84437
}

#s9-share-inline .s9-btn-share.s9-reddit {
    background-color: #ff5700
}

#s9-share-inline .s9-btn-share.s9-skype {
    background-color: #00aff0
}

#s9-share-inline .s9-btn-share.s9-slack {
    background-color: #e01563
}

#s9-share-inline .s9-btn-share.s9-tumblr {
    background-color: #37455c
}

#s9-share-inline .s9-btn-share.s9-wechat {
    background-color: #2dc100
}

#s9-share-inline .s9-btn-share.s9-whatsapp {
    background-color: #4dc247
}

#s9-share-inline .s9-btn-share.s9-yahoomail {
    background-color: #3a234f
}

#s9-share-inline .s9-btn-share.s9-vkontakte {
    background-color: #638aa8
}

#s9-share-inline .s9-btn-share.s9-social9 {
    background-color: #4285f4
}

#s9-share-inline .s9-btn-share.s9-line {
    background-color: #00b900
}

#s9-share-inline .s9-btn-share.s9-telegram {
    background-color: #08c
}

#s9-share-inline .s9-btn-share.s9-googlebookmarks {
    background-color: #4285f4
}

#s9-share-inline .s9-btn-share.s9-pocket {
    background-color: #ee4056
}

#s9-share-inline .s9-btn-share.s9-flipboard {
    background-color: #f52828
}

#s9-share-inline .s9-btn-share.s9-share-counter .s9-share-count-container .s9-share-count {
    font-size: 10pt;
    padding: 0 15px 0 0
}

#s9-share-inline .s9-total-counter {
    margin-bottom: 5px;
    text-align: center
}

#s9-share-inline .s9-total-counter.jambo {
    font-family: 'Roboto';
    display: inline-block;
    text-align: center;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    margin-right: 20px
}

#s9-share-inline .s9-total-counter.jambo .s9-total-counter-count {
    font-size: 60px;
    line-height: 60px
}

#s9-share-inline .s9-total-counter.jambo .s9-total-counter-text {
    font-size: 18px;
    line-height: 18px
}

#s9-share-inline .s9-total-counter .s9-total-counter-count {
    font-size: 17px;
    line-height: 1.25em
}

#s9-share-inline .s9-total-counter .s9-total-counter-text {
    font-size: 9px;
    line-height: 1.25em;
    letter-spacing: 1px
}

.s9-inline.bounce .s9-btn-share {
    transition: all 0.2s
}

.s9-inline.bounce .s9-btn-share:hover {
    transform: translateY(-3px)
}

.s9-inline.background-effect .s9-btn-share {
    position: relative
}

.s9-inline.background-effect .s9-btn-share:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.s9-inline.background-effect .s9-btn-share:hover:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.s9-inline.background-effect .s9-btn-share .s9-icon-wrap,
.s9-inline.background-effect .s9-btn-share .s9-label {
    position: relative;
    z-index: 2
}

.s9-inline.slide-effect .s9-btn-share:hover .s9-label {
    transition: all 0.2s;
    margin: 0 0 0 10px !important
}

.s9-inline.slide-effect .s9-btn-share .s9-label {
    transition: all 0.2s
}

.s9-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.s9-modal .s9-modal-content {
    padding: 25px 20px;
    background-color: #fff;
    text-align: left;
    width: 84%;
    max-width: 600px;
    position: fixed;
    z-index: 999999999;
    left: 50%;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    top: 50%;
    -webkit-transform: translate;
    transform: translate;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.s9-modal .s9-modal-content #s9-share-inline {
    flex-wrap: wrap
}

.s9-modal .s9-modal-content #s9-share-inline .s9-btn-share {
    width: calc(25% - 8px);
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.s9-modal .s9-modal-content #s9-share-inline .s9-btn-share:not(:last-child) {
    margin-right: 10px
}

.s9-modal .s9-modal-content #s9-share-inline .s9-btn-share:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width: 700px) {
    .s9-modal .s9-modal-content #s9-share-inline .s9-btn-share {
        width: calc(50% - 15px)
    }

    .s9-modal .s9-modal-content #s9-share-inline .s9-btn-share:not(:last-child) {
        margin-right: 10px
    }

    .s9-modal .s9-modal-content #s9-share-inline .s9-btn-share:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 480px) {
    .s9-modal .s9-modal-content #s9-share-inline .s9-btn-share {
        width: 100%
    }

    .s9-modal .s9-modal-content #s9-share-inline .s9-btn-share:not(:last-child) {
        margin-right: 0px
    }
}

.s9-modal .s9-modal-content #s9-share-inline .s9-btn-share .s9-label {
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0
}

@media screen and (max-width: 640px) {
    .s9-modal .s9-modal-content #s9-share-inline .s9-btn-share .s9-label {
        display: block
    }
}

.s9-modal .s9-modal-content .s9-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.s9-modal .s9-modal-content .s9-content-header h2 {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: bold
}

.s9-modal .s9-modal-content .s9-popup-content {
    max-height: 300px;
    overflow: auto;
    padding: 10px 10px 10px 0
}

.s9-modal .s9-close {
    color: #aaaaaa;
    float: right;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700
}

.s9-modal .s9-close:hover,
.s9-modal .s9-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.branding-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.branding-footer p {
    display: flex;
    margin-bottom: 0
}

.branding-footer svg {
    height: 20px;
    margin-left: 5px;
    width: 107.69px
}

#s9-share-floating {
    padding: 0;
    margin: 0;
    top: 20%;
    font-family: 'Roboto';
    bottom: auto
}

#s9-share-floating a:focus {
    outline: none
}

#s9-share-floating.s9-position-left {
    left: 0;
    float: left;
    right: auto
}

#s9-share-floating.s9-position-right {
    right: 0;
    float: right;
    left: auto
}

#s9-share-floating.s9-position-top {
    position: fixed;
    top: 20%;
    width: 46px;
    z-index: 100020;
    background: none
}

#s9-share-floating.s9-position-top .s9-btn-share {
    border: 0;
    padding: 0
}

#s9-share-floating.s9-position-top .s9-btn-share .s9-icon-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-facebook {
    background-color: #3b5998
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-twitter {
    background-color: #1da1f2
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-linkedin {
    background-color: #0077b5
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-print {
    background-color: #738a8d
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-email {
    background-color: #848484
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-pinterest {
    background-color: #cb2027
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-blogger {
    background-color: #f57d00
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-buffer {
    background-color: #000
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-digg {
    background-color: #000
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-evernote {
    background-color: #7fce2c
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-gmail {
    background-color: #d84437
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-myspace {
    background-color: #d84437
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-reddit {
    background-color: #ff5700
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-skype {
    background-color: #00aff0
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-slack {
    background-color: #e01563
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-tumblr {
    background-color: #37455c
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-wechat {
    background-color: #2dc100
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-whatsapp {
    background-color: #4dc247
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-yahoomail {
    background-color: #3a234f
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-vkontakte {
    background-color: #638aa8
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-social9 {
    background-color: #4285f4
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-line {
    background-color: #00b900
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-telegram {
    background-color: #08c
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-googlebookmarks {
    background-color: #4285f4
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-pocket {
    background-color: #ee4056
}

#s9-share-floating.s9-position-top .s9-btn-share.s9-flipboard {
    background-color: #f52828
}

#s9-share-floating.s9-position-top .s9-btn-share .s9-icon {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    fill: #fff
}

#s9-share-floating.s9-position-top .s9-btn-share,
#s9-share-floating.s9-position-top a {
    position: relative;
    display: block;
    width: 46px;
    margin: 0;
    outline-offset: -1px;
    text-align: center;
    float: left;
    transition: width 0.15s ease-in-out;
    overflow: hidden;
    background: #e8e8e8;
    z-index: 100030;
    cursor: pointer
}

#s9-share-floating .s9-btn-share.s9-share-counter .s9-icon-wrap {
    padding: 8px 0 16px 0
}

#s9-share-floating .s9-btn-share.s9-share-counter .s9-icon-wrap .s9-share-count-container {
    line-height: 16px;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    color: #fff;
    font-family: 'Roboto'
}

#s9-share-floating .s9-total-counter {
    font-family: 'Roboto';
    display: inline-block;
    text-align: center;
    width: 46px
}

#s9-share-floating .s9-total-counter-count {
    font-size: 17px;
    line-height: 1.25em
}

#s9-share-floating .s9-total-counter-text {
    font-size: 9px;
    line-height: 1.25em;
    letter-spacing: 1px
}

.s9-visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden
}

.s9-floating.background .s9-btn-share:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.s9-floating.background .s9-btn-share:hover:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.s9-floating.background .s9-btn-share .s9-icon-wrap,
.s9-floating.background .s9-btn-share .s9-label {
    position: relative;
    z-index: 2
}

.s9-floating.grow .s9-btn-share {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.s9-floating.grow .s9-btn-share:hover {
    width: 56px !important
}

#s9-share-floating.mob-bottom {
    display: flex;
    justify-content: center;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    text-align: center
}

#s9-share-floating.mob-bottom a {
    display: inline-block
}

#s9-share-floating.mob-top {
    display: flex;
    justify-content: center;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    text-align: center
}

#s9-share-floating.mob-top a {
    display: inline-block
}

.s9-popup-wrapper {
    font-family: 'Roboto', sans-serif;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    position: fixed;
    visibility: visible;
    z-index: 2000000000;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
}

.s9-popup-wrapper.popup-with-right-image .s9-popup-container,
.s9-popup-wrapper.popup-with-left-image .s9-popup-container {
    flex-direction: row;
    -webkit-flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
    min-height: 500px
}

.s9-popup-wrapper.popup-with-right-image .s9-popup-container>div,
.s9-popup-wrapper.popup-with-left-image .s9-popup-container>div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-color: transparent;
    max-width: 50%;
    z-index: 0;
    padding: 0px;
    flex: 0 1 50%
}

@media screen and (max-width: 768px) {

    .s9-popup-wrapper.popup-with-right-image .s9-popup-container>div,
    .s9-popup-wrapper.popup-with-left-image .s9-popup-container>div {
        max-width: 100%;
        flex: 0 1 100%
    }
}

.s9-popup-wrapper.popup-with-right-image .s9-popup-container>div img,
.s9-popup-wrapper.popup-with-left-image .s9-popup-container>div img {
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    height: 100%
}

.s9-popup-wrapper.popup-with-right-image .s9-popup-container>div:first-child,
.s9-popup-wrapper.popup-with-left-image .s9-popup-container>div:first-child {
    padding: 32px
}

.s9-popup-wrapper.popup-full-width .s9-popup-container {
    width: 100vw;
    flex-direction: row;
    align-items: center;
    min-height: 50px;
    padding: 0 44px
}

@media screen and (max-width: 768px) {
    .s9-popup-wrapper.popup-full-width .s9-popup-container {
        max-width: 100%
    }
}

.s9-popup-wrapper.popup-full-width .s9-popup-container>div {
    padding: 20px;
    flex: 1 0 auto
}

.s9-popup-wrapper.popup-full-width .s9-popup-container>div .s9-popup-heading {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0
}

.s9-popup-wrapper.popup-full-width .s9-popup-container>div .s9-popup-subheading {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0
}

.s9-popup-wrapper.popup-full-width .s9-popup-container>div .s9-popup-link {
    padding: 20px 0 0
}

.s9-popup-wrapper.popup-with-background-image .s9-popup-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.s9-popup-wrapper.popup-with-background-image .s9-popup-container>div {
    padding: 48px
}

.s9-popup-wrapper.popup-with-background-image .s9-popup-container>div .s9-popup-heading,
.s9-popup-wrapper.popup-with-background-image .s9-popup-container>div .s9-popup-subheading {
    color: #fff
}

.s9-popup-wrapper.popup-with-background-image .s9-popup-container>div .s9-popup-link a {
    color: #fff
}

.s9-popup-wrapper.popup-with-background-image .s9-popup-modal-inner .s9-popup-close a {
    color: #fff
}

.s9-popup-wrapper.popup-with-background-image.popup-with-right-image .s9-popup-container>div:nth-child(2),
.s9-popup-wrapper.popup-with-background-image.popup-with-left-image .s9-popup-container>div:nth-child(2) {
    padding: 0
}

.s9-popup-wrapper.popup-no-image .s9-popup-container {
    width: 800px
}

@media screen and (max-width: 480px) {
    .s9-popup-wrapper.popup-no-image .s9-popup-container {
        max-width: 300px
    }
}

.s9-popup-wrapper.popup-no-image .s9-popup-container>div {
    padding: 48px
}

.s9-popup-wrapper.popup-with-top-image .s9-popup-container {
    width: 460px;
    flex-direction: column-reverse
}

@media screen and (max-width: 480px) {
    .s9-popup-wrapper.popup-with-top-image .s9-popup-container {
        max-width: 300px
    }
}

.s9-popup-wrapper.popup-with-top-image .s9-popup-container>div:first-child {
    padding: 32px
}

.s9-popup-wrapper.popup-with-top-image .s9-popup-container>div:nth-child(2) {
    min-height: 200px;
    position: relative
}

.s9-popup-wrapper.popup-with-top-image .s9-popup-container>div img {
    position: absolute;
    object-fit: cover;
    object-position: 50% 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.s9-popup-wrapper.popup-with-top-image .s9-popup-modal-inner .s9-popup-close a {
    color: #fff
}

.s9-popup-wrapper.popup-with-bottom-image .s9-popup-container {
    width: 460px;
    flex-direction: column
}

.s9-popup-wrapper.popup-with-bottom-image .s9-popup-container>div:first-child {
    padding: 32px
}

.s9-popup-wrapper.popup-with-bottom-image .s9-popup-container>div:nth-child(2) {
    min-height: 200px;
    position: relative
}

.s9-popup-wrapper.popup-with-bottom-image .s9-popup-container>div img {
    position: absolute;
    object-fit: cover;
    object-position: 50% 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.s9-popup-wrapper.popup-with-left-image .s9-popup-container {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse
}

@media screen and (max-width: 768px) {

    .s9-popup-wrapper.popup-with-left-image .s9-popup-container,
    .s9-popup-wrapper.popup-with-right-image .s9-popup-container {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 480px
    }
}

@media screen and (max-width: 480px) {

    .s9-popup-wrapper.popup-with-left-image .s9-popup-container,
    .s9-popup-wrapper.popup-with-right-image .s9-popup-container {
        max-width: 300px
    }
}

.s9-popup-wrapper.s9-left .s9-popup-modal-inner {
    left: 15px
}

.s9-popup-wrapper.s9-right .s9-popup-modal-inner {
    right: 15px
}

.s9-popup-wrapper.s9-top .s9-popup-modal-inner {
    top: 15px
}

.s9-popup-wrapper.s9-top.popup-full-width .s9-popup-modal-inner {
    top: 0
}

.s9-popup-wrapper.s9-bottom .s9-popup-modal-inner {
    bottom: 15px
}

.s9-popup-wrapper.s9-bottom.popup-full-width .s9-popup-modal-inner {
    bottom: 0
}

.s9-popup-wrapper.s9-top-left .s9-popup-modal-inner {
    left: 15px;
    top: 15px
}

.s9-popup-wrapper.s9-top-right .s9-popup-modal-inner {
    right: 15px;
    top: 15px
}

.s9-popup-wrapper.s9-bottom-left .s9-popup-modal-inner {
    left: 15px;
    bottom: 15px
}

.s9-popup-wrapper.s9-bottom-right .s9-popup-modal-inner {
    right: 15px;
    bottom: 15px
}

.s9-popup-wrapper.s9-popup-medium .s9-popup-container {
    width: 600px
}

@media screen and (max-width: 768px) {
    .s9-popup-wrapper.s9-popup-medium .s9-popup-container {
        width: 100%;
        max-width: 480px
    }
}

@media screen and (max-width: 480px) {
    .s9-popup-wrapper.s9-popup-medium .s9-popup-container {
        max-width: 300px
    }
}

.s9-popup-wrapper.s9-popup-small .s9-popup-container {
    width: 400px
}

@media screen and (max-width: 480px) {
    .s9-popup-wrapper.s9-popup-small .s9-popup-container {
        max-width: 300px
    }
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container {
    width: 200px
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container>div {
    padding: 30px 15px
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container .s9-popup-heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container .s9-popup-subheading {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 15px
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container form input[type='email'] {
    padding: 14px 16px
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container form button[type='submit'] {
    padding: 14px 16px
}

.s9-popup-wrapper.s9-popup-x-small .s9-popup-container button[type='submit'] {
    padding: 14px 16px
}

.s9-popup-wrapper .s9-popup-container>div .s9-popup-header .s9-popup-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: #000;
    margin-bottom: 20px
}

.s9-popup-wrapper .s9-popup-container>div .s9-popup-header .s9-popup-subheading {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(31, 45, 61, 0.84);
    margin-bottom: 20px
}

.s9-popup-wrapper .s9-popup-container>div form {
    margin-bottom: 20px
}

.s9-popup-wrapper .s9-popup-container>div form input[type='email'] {
    box-sizing: border-box;
    line-height: normal;
    background-color: #fff;
    background-clip: padding-box;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding: 16px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #e5e9f2;
    margin-bottom: 10px
}

.s9-popup-wrapper .s9-popup-container>div form button[type='submit'] {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    background: #da0829;
    padding: 20px 16px;
    border: 0;
    cursor: pointer
}

.s9-popup-wrapper.text-center .s9-popup-container>div {
    text-align: center
}

.s9-popup-wrapper.text-left .s9-popup-container>div {
    text-align: left
}

.s9-popup-wrapper.text-right .s9-popup-container>div {
    text-align: right
}

.s9-popup-overlay {
    position: fixed;
    z-index: 1;
    pointer-events: all;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.38);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s ease
}

.s9-popup-modal {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    z-index: 2
}

.s9-popup-modal-inner {
    position: absolute;
    z-index: 3
}

.s9-popup-modal .s9-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.s9-popup-modal .s9-popup-close a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777
}

.s9-popup-modal .s9-popup-close a:hover svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.s9-popup-modal .s9-popup-close a:focus {
    color: #000
}

.s9-popup-container {
    pointer-events: auto;
    position: relative;
    box-sizing: border-box;
    width: 800px;
    min-height: 150px;
    background-color: #fff;
    box-shadow: #333 0px 0px 0px 0px;
    font-size: 16px;
    color: #5e5e64;
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    max-height: 600px;
    overflow: auto;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .s9-popup-container {
        width: 100%;
        max-width: 480px
    }
}

@media screen and (max-width: 480px) {
    .s9-popup-container {
        max-width: 300px
    }
}

.s9-popup-container button[type='submit'] {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    background: #da0829;
    padding: 20px 16px;
    border: 0;
    cursor: pointer
}

.s9-popup-container div#s9-popup-share-inline {
    display: flex;
    justify-content: center
}

.s9-popup-container div#s9-popup-share-inline #s9-share-inline {
    justify-content: center
}

.s9-popup-link a {
    color: #95959e;
    font-size: 14px
}

.s9-popup-link a:hover {
    color: #000
}

.s9-popup-small div#s9-popup-share-inline div#s9-share-inline .s9-btn-share .s9-label,
.s9-popup-x-small div#s9-popup-share-inline div#s9-share-inline .s9-btn-share .s9-label {
    display: none
}

.s9-popup-hidden {
    display: none !important
}

a {
    cursor: pointer
}

#s9-share-floating,
#s9-share-inline,
#s9-Modal {
    font-family: "Roboto", sans-serif
}

*,
:after,
:before {
    box-sizing: border-box
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a {
    text-decoration: none;
}

#menu_oc {
    display: none;
}


#menu_oc>.menu-icon1_line-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-styles: preserve-3d;
}

#menu_oc>.menu-icon1_line-middle {
    width: 0px;
    height: 2px;
}

#menu_oc>.menu-icon_line-middle-inner {}

#menu_oc>.menu-icon1_line-bottom {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-styles: preserve-3d;
}

.mobile {
    transition: 0.7s;
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 131px;
    z-index: 999;
}

body {
    margin-top: 135px !important;
}

.w--open>div {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-styles: preserve-3d;
    transition: 0.75s;
}

.w-embed {
    transition: 0.75s;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

#petro {
    position: relative;
    margin-top: 1%;
    width: 100%;
    height: 55vh;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    border-radius: 5pt;
    border: 1px groove var(--secondary-color);
}

#meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
}

#state {
    font-size: 24px;
    /* Adjust the font size as needed */
    font-weight: bold;
    text-transform: uppercase;
    /* Convert text to uppercase */
    letter-spacing: 2px;
    /* Adjust letter spacing for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    /* Add a subtle text shadow */
    margin-bottom: 20px;
    /* Adjust the margin as needed */
}

/* Define styles for the individual grid items */
.grid-item {
    width: 250px;
    height: 250px;
    background-color: #3498db;
    color: white;
    text-align: center;
    margin: 10px;
    line-height: 100px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#petro2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    border-radius: 12pt;
    border: 1px groove #F9FAFB;
}

#rounded {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 320px;
    height: 320px;
    background-attachment: scroll;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    overflow: hidden;
}

#iop {
    margin-bottom: 5px;
}

#Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#HeaderP {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#HeaderP>img {
    margin-right: 10px;
}

#nid {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

#nidx {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

#log {
    display: none;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

#nid>a,
#log>a,
#nidx>a {
    padding: 10px 18px;
    text-decoration: none;
    margin-left: 2%;
}

#sup {
    text-align: center;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
    background: var(--main-color-h);
    border: 1px solid #FCD200;
    font-size: 16px;
    padding: 0 11px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

#sup:hover {
    transition: 0.7s;
    background: #FE8029;
    border-color: #F2C200;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}

.cardx {
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .08);
}

.cardx {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: .2rem;
}

#supns {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    /* Gray/600 */
    border-radius: 8px;
    color: #475467;
    transition: 0.7s;
}

#supns:hover {
    transition: 0.7s;
    opacity: 0.8;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}

#free {
    font-family: 'Gotham', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(89.47deg, #194794 0.28%, #499DD6 95.23%);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border: none;
    border-radius: 5px;
    transition: 0.7s;
}

#free:hover {
    background: linear-gradient(89.47deg, #4f5b70 0.28%, #041432 95.23%);
    transition: 0.7s;
}

@media(max-width: 768px) {}

#supx {
    text-align: center;
    font-size: 16pt;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    background-color: var(--main-color-h);
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10pt;
    transition: 0.7s;
}

#supx:hover {
    transition: 0.7s;
    opacity: 0.85;
}

#freex {
    text-align: center;
    font-size: 16pt;
    font-weight: 600;
    width: fit-content;
    cursor: pointer;
    background-color: var(--main-color-h);
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10pt;
    transition: 0.7s;
}

#freex:hover {
    transition: 0.7s;
    opacity: 0.85;
}

#pitero2 {
    width: 100%;
}

#Header>img {
    max-height: 45pt !important;
    width: auto;
}

#HeaderP>img {
    max-height: 45pt !important;
    width: auto;
}

#prof {
    padding-bottom: 0 !important;
}

@media(max-width: 900px) {

    #sup,
    #supns,
    #free {
        font-size: 14px !important;
        line-height: 14px;
    }

    #Header>img {
        height: 40px !important;
        width: auto;
    }

    #HeaderP>img {
        height: 40px !important;
        width: auto;
    }

    #soc {
        display: flex;
    }

    #pitero {
        width: 100%;
    }

    #calp {
        display: none;
    }
}

@media(min-width: 900px) {
    #soc {
        display: none;
    }

    #pitero {
        width: 65%;
    }

    #calp {
        margin-left: 2%;
        width: 35%;
    }
}

#pet,
#pet1,
#pet2,
#pet3,
#pet4 {
    width: 100% !important;
    position: relative;
}

.mailer {
    padding: 8px 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Gray/700 */

    color: #344054;
    border-radius: 8px;
}

#vd {
    display: flex;
}

#bbddff>a {
    color: cornflowerblue;
    cursor: pointer !important;
}

#saiki,
#saiki2 {
    text-align: left;
}



#nmv {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#overlay {
    position: fixed;
    z-index: 999;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 0.5%;
    border-radius: 5pt;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(171, 171, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ababab", GradientType=1);
    opacity: 0;
}

#ttime {
    text-align: right !important;
}

#but {
    text-align: center !important;
    font-size: 12pt;
    font-weight: 600;
    font-family: roboto;
    color: #fff;
    background-color: var(--secondary-color);
    padding: 5px;
    border-radius: 5pt;
    cursor: pointer;
}

#but:hover {
    background-color: #0269EF;
    opacity: 0.9;
    transition: 0.7s;
}

#runymia {
    margin-bottom: 20px !important;
}

#overlay:hover {
    opacity: 0.92;
    transition: 0.7s;
}

.mhov:hover {
    opacity: 0.92 !important;
    transition: 0.7s !important;
}

/* Add a style rule to hide the focus outline on touch devices */
@media (pointer: coarse) {
    .mhov:focus {
        outline: none;
    }

    #overlay:focus {
        outline: none;
    }
}

#play {
    display: none;
    width: 100%;
    height: 70%;
    font-size: 25vh;
    text-align: center;
    color: #111 !important;
    cursor: pointer;
}

#pause {
    display: block;
    width: 100%;
    height: 70%;
    font-size: 25vh;
    text-align: center;
    color: #111 !important;
    cursor: pointer;
}

#plays {
    display: grid;
    width: 100%;
    height: 90%;
    font-size: 25vh;
    text-align: center;
    color: #111 !important;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#mute,
#mute2 {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 20%;
    font-size: 5vh;
    color: #111 !important;
    text-align: center;
}

#mute {
    display: none;
}

#NHeader {
    display: block;
    width: 100%;
    height: 20%;
    align-items: end;
    text-align: left;
}

#iopx {
    height: 4.5vh;
    width: auto;
    margin-right: 10px;
}

#back {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    display: none;
    position: fixed;
    align-self: center;
    top: 0;
    left: 0;
    height: 1000vh;
    background: rgb(230, 245, 229);
    background: -moz-linear-gradient(90deg, rgba(230, 245, 229, 0.9528186274509804) 0%, rgba(255, 251, 251, 0.927608543417367) 49%, rgba(235, 250, 237, 0.9332107843137255) 100%);
    background: -webkit-linear-gradient(90deg, rgba(230, 245, 229, 0.9528186274509804) 0%, rgba(255, 251, 251, 0.927608543417367) 49%, rgba(235, 250, 237, 0.9332107843137255) 100%);
    background: linear-gradient(90deg, rgba(230, 245, 229, 0.9528186274509804) 0%, rgba(255, 251, 251, 0.927608543417367) 49%, rgba(235, 250, 237, 0.9332107843137255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6f5e5", endColorstr="#ebfaed", GradientType=1);
}

#soc {
    justify-content: space-between;
    margin-top: 3%;
}

#soc>div {
    font-size: 16pt;
    color: var(--secondary-color);
    font-weight: bold;
    text-align: center;
    padding: 1%;
}

#twitter {
    font-size: 18pt;
    color: var(--secondary-color);
    font-weight: bold;
    padding: 1%;
}

@media(max-width:764px) {
    #soc>div {
        width: 100% !important;
    }

    #appoint {
        margin-left: 5px;
    }

    #twitter {
        margin-left: 5px;
    }
}

.calendly-inline-widget {
    min-height: 750px;
}

#fg,
#cal {
    overflow-x: hidden;
    overflow-y: hidden;
}

#cal {
    height: fit-content;
}

#cls {
    width: 100%;
    text-align: right;
    padding: 15px;
    top: 10%;
    right: 10%;
    font-size: 25pt;
    cursor: pointer;
    color: #fff;
}

#appoint {
    cursor: pointer;
    border-radius: 12pt;
    color: #fff !important;
    background-color: var(--secondary-color);
    transition: 0.7s;
}

#appoint:hover {
    opacity: 0.9;
    background-color: #0269EF;
}

#twitter {
    cursor: pointer;
    transition: 0.7s;
}

#twitter:hover {
    opacity: 0.9;
    transition: 0.7s;
}

#load {
    background-color: #fff;
    height: 1000vh;
    width: 100%;
    position: fixed;
    display: grid;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-content: center;
    z-index: 1999;
    background: #fff;
}

#loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: grid;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-content: center;
    z-index: 1999;
    background: #fff;
}

@keyframes ldio-fhporo7x2 {
    0% {
        transform: scale(1.1500000000000001)
    }

    100% {
        transform: scale(1)
    }
}

.ldio-fhporo7x2 div {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 13.333333333333336px;
    left: 13.333333333333336px;
    background: var(--secondary-color);
    animation: ldio-fhporo7x2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation-delay: -0.3s;
}

.ldio-fhporo7x2 div:nth-child(2) {
    top: 13.333333333333336px;
    left: 106.66666666666666px;
    background: var(--main-color);
    animation-delay: -0.2s;
}

.ldio-fhporo7x2 div:nth-child(3) {
    top: 106.66666666666666px;
    left: 13.333333333333336px;
    background: var(--main-color);
    animation-delay: 0s;
}

.ldio-fhporo7x2 div:nth-child(4) {
    top: 106.66666666666666px;
    left: 106.66666666666666px;
    background: var(--secondary-color);
    animation-delay: -0.1s;
}

.loadingio-spinner-cube-j3sqnpkgxi {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-fhporo7x2 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-fhporo7x2 div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */

.progressBar {
    position: relative;
    height: 10px;
    margin-top: 1%;
    background-color: var(--main-color);
}

.timeBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--secondary-color);
}

#time,
#ttime {
    height: 10px;
    margin-top: 1%;
    color: var(--secondary-color);
    font-weight: 600;
}

#pbar {
    display: flex;
    margin-bottom: 0;
    margin-top: 20px !important;
    justify-content: space-between;
    margin-bottom: 3%;
}

.volumeBar {
    font-size: 20px;
    color: var(--secondary-color);
    justify-content: space-between;
    text-align: left;
    width: 50%;
}

#minu {
    font-size: 30px !important;
    text-decoration: none;
}

input {
    margin: 0 !important;
    font-family: 'Bauhaus 93';
    font-size: small;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
        overflow: hidden;
        width: 80%;
        -webkit-appearance: none;
        background-color: var(--secondary-color);
    }
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input [type='range'] {
        overflow: hidden;
        width: 80%;
        -webkit-appearance: none;
        background-color: var(--secondary-color);
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 20px;
        -webkit-appearance: none;
        color: var(--secondary-color);
    }

    input[type='range']::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        height: 20px;
        cursor: ew-resize;
        background: var(--main-color);
        box-shadow: -1000px 0 0 1000px #194794;
    }
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: var(--secondary-color);
}

input[type="range"]::-moz-range-track {
    background-color: var(--secondary-color);
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: var(--secondary-color);
}

input[type="range"]::-ms-fill-upper {
    background-color: var(--secondary-color);
}

#head {
    display: flex;
    justify-content: flex-end;
    cursor: default;
}

#ula {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#labu {
    background-color: #fff !important;
    border: none !important;
}

#head>div {
    margin-left: 2%;
    margin-top: 1%;
    text-decoration: none;
    font-size: 12pt;
}

#head>div>a {
    text-decoration: none;
    color: #969696;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

#head>div>a:hover {
    color: #2F2E2E;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media(max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}

@media(max-width: 800px) {
    #head>div {
        font-size: 10pt;
    }
}

#subg {
    align-self: center;
    font-size: 12pt;
    font-weight: 600;
    color: #fff;
    border: 2px solid var(--main-color-h);
    background-color: var(--main-color-h);
    border-radius: 6pt;
    padding: 10px;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

#subge {
    align-self: center;
    font-size: 12pt;
    font-weight: 600;
    color: #fff;
    border: 2px solid var(--secondary-color-h);
    background-color: var(--secondary-color-h);
    border-radius: 6pt;
    padding: 10px;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    margin-left: 10pt;
}

#centeri {
    display: none;
    position: absolute;
    z-index: 124;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20pt;
}

#priv>#innodb {
    text-align: center;
}

#priv {
    display: grid;
    min-width: 300px;
    max-width: 800px;
    min-height: 800px;
    border-radius: 4pt;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    padding: 20pt;
}

#subgf {
    align-self: center;
    font-size: 12pt;
    font-weight: 600;
    color: #fff;
    border: 2px solid #111;
    background-color: #111;
    border-radius: 6pt;
    padding: 10px;
    margin-top: 10px;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    margin-left: 10pt;
}

#mailsss,
#mail2 {
    padding: 20px;
    border-radius: 5pt;
}

#mail2 {
    display: none;
}

/* Add some basic styles to the editor */
#editor,
#editors {
    width: 100%;
    min-height: 400px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4pt;
}

#moja {
    height: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: var(--secondary-color-h);
    overflow: hidden;
    transition: 0.7s;
}

/* Add some styles to the toolbar */
#toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#toolbar button {
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #111;
    border: 2px solid #111;
    font-weight: 300;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 5px;
    transition: 0.7s;
}

#toolbar button:hover {
    opacity: 0.9;
    transition: 0.7s;
}

#toolbar>select {
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px !important;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #111;
    border: 2px solid #111;
    font-weight: 300;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 5px;
}

/* Add some styles to the insert text field */
#insert-text {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1;
    background-color: var(--main-color-h);
    color: #fff;
    font-weight: 700;
}

#insert-text input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: var(--main-color-h);
    color: #fff;
    font-weight: 700;
}

#insert-text button {
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #eee;
    transition: background-color 0.2s ease-in-out;
}

#insert-text button:hover {
    background-color: #ccc;
}

#toolbars {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

#toolbars button {
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: var(--secondary-color-h);
    color: #fff;
    font-weight: 700;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 5px;
    transition: 0.7s;
}

#toolbars button:hover {
    opacity: 0.9;
    transition: 0.7s;
}

/* Hide the radio buttons */
input[type="radio"] {
    display: none;
}

.roonyklarim {
    max-width: 99%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAECF0;
}

#choose {
    text-align: left;
    margin-bottom: 15px;
}

#choosep {
    text-align: center;
    margin-bottom: 15px;
}


#ANu {
    display: none;
}


#choose>label {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: 700;
    cursor: pointer;
    transition: 0.7s;
    border: 2px solid var(--secondary-color-h);
}

#choose>div>label {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: 700;
    cursor: pointer;
    transition: 0.7s;
    border: 2px solid var(--secondary-color-h);
}

#choosep>label {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 16px;
    font-size: 14pt;
    font-weight: 700;
    cursor: pointer;
    transition: 0.7s;
    border: 2px solid var(--main-color-h);
}

#emailmx {
    color: #fff;
    background-color: var(--main-color-h);
}

#sevc {
    display: none;
}


@keyframes ldio-tt2opa77tvi {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-tt2opa77tvi>div>div {
    transform-origin: 100px 100px;
    animation: ldio-tt2opa77tvi 3.0303030303030303s linear infinite;
    opacity: 0.8
}

.ldio-tt2opa77tvi>div>div>div {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    border-radius: 70px 0 0 0;
    transform-origin: 100px 100px
}

.ldio-tt2opa77tvi>div div:nth-child(1) {
    animation-duration: 0.7575757575757576s
}

.ldio-tt2opa77tvi>div div:nth-child(1)>div {
    background: #194794;
    transform: rotate(0deg);
}

.ldio-tt2opa77tvi>div div:nth-child(2) {
    animation-duration: 1.0101010101010102s
}

.ldio-tt2opa77tvi>div div:nth-child(2)>div {
    background: #00dc99;
    transform: rotate(0deg);
}

.ldio-tt2opa77tvi>div div:nth-child(3) {
    animation-duration: 1.5151515151515151s
}

.ldio-tt2opa77tvi>div div:nth-child(3)>div {
    background: #e8edf8;
    transform: rotate(0deg);
}

.ldio-tt2opa77tvi>div div:nth-child(4) {
    animation-duration: 3.0303030303030303s
}

.ldio-tt2opa77tvi>div div:nth-child(4)>div {
    background: #34495e;
    transform: rotate(0deg);
}

.loadingio-spinner-wedges-qmo1iz02nw {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-tt2opa77tvi {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-tt2opa77tvi div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */

#loaderss {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: grid;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-content: center;
    justify-items: center;
    z-index: 1999;
    background: #fff;
}

#rander {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    /* or 136% */
    margin-top: 20px;
    text-align: center;
    color: #101828;
}

.micu {
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 60px;
    /* identical to box height, or 136% */


    color: #101828;
}

.panga {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    /* Gray/900 */

    color: #101828;
}

.nuri>li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    /* Gray/600 */

    color: #475467;
}

#nSubmit {
    display: flex;
}

.hidden {
    display: none;
}

.inactive {
    text-align: center;
    padding: 10px 16px;
    /* Base/White */
    margin: 4px;
    background: #FFFFFF;
    /* Gray/300 */

    border: 1px solid #D0D5DD;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Gray/700 */

    color: #344054;
}

.active {
    text-align: center;
    padding: 10px 16px;
    /* Blue-01 */

    margin: 4px;
    background: #194794 !important;
    /* Blue-01 */

    border: 1px solid #194794;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Base/White */

    color: #FFFFFF;
}

#dsubmit {
    margin-right: 15px;
    cursor: pointer;
    transition: 0.7s;
    margin-top: 20pt;
}

#dsubbmit>div,
#dsubmit>div,
#rsubmit>div,
#free,
#submit>div,
#gbut,
#nid>a {
    padding: 14px 20px !important;
    font-size: 16px !important;
}

#dsubbmit>div:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#nSubmit>div {
    margin-right: 15px;
    cursor: pointer;
    transition: 0.7s;
    margin-top: 20pt;
    padding: 14px 20px !important;
    font-size: 16px !important;
}

#nSubmit>div:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#nSubmit>div:nth-child(1) {
    text-align: center;
    /* Base/White */

    background: #FFFFFF;
    /* Gray/300 */

    border: 1px solid #D0D5DD;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Gray/700 */

    color: #344054;
}

#nSubmit>div:nth-child(2) {
    text-align: center;
    padding: 10px 16px;
    /* Blue-01 */

    background: #194794;
    /* Blue-01 */

    border: 1px solid #194794;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Base/White */

    color: #FFFFFF;
}

#rsubmit {
    display: flex;
}

@media(min-width: 900px) {
    #rsubmit {
        justify-content: flex-end;
    }
}

@media(max-width: 900px) {
    #rsubmit {
        justify-content: center;
    }
}

#rsubmit>div {
    margin-right: 15px;
    cursor: pointer;
    transition: 0.7s;
    margin-top: 20pt;
}

#rsubmit>div:hover {
    opacity: 0.8;
    transition: 0.7s;
}

#rsubmit>div:nth-child(1),
#rsubmit>div:nth-child(2) {
    text-align: center;
    padding: 10px 16px;
    /* Base/White */

    background: #FFFFFF;
    /* Gray/300 */

    border: 1px solid #D0D5DD;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Gray/700 */

    color: #344054;
}

#rsubmit>div:nth-child(3) {
    text-align: center;
    padding: 10px 16px;
    /* Blue-01 */

    background: #194794;
    /* Blue-01 */

    border: 1px solid #194794;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Base/White */

    color: #FFFFFF;
}

#mutro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#mutro>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15pt;
}

#mutro>div>div:nth-child(1) {
    width: 30%;
}

#mutro>div>div:nth-child(2) {
    width: 68%;
}

#mutro>div>div>div {
    display: flex;
    flex-wrap: wrap;
}

#mutro>div>div>div>div {
    margin-right: 10px;
}

#editor,
#editors {
    display: block !important;
}

.pikofall>div,
.pikofall>button {
    padding: 2px 10px;
    /* Gray/100 */

    background: #F2F4F7;
    mix-blend-mode: multiply;
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    text-align: center;
    /* Gray/700 */

    color: #344054;
    margin-bottom: 20px;
    cursor: pointer;
}

.pikofally>button {
    border: none;
    margin-right: 10px;
}

.mikooi>div,
.mikooi>button {
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #111;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
    margin-bottom: 5px;
    transition: 0.7s;
    margin-bottom: 20px;
}

#mutro>div {
    padding-bottom: 40pt;
    border-bottom: 1px solid #EAECF0;
}

#joyti {
    border-bottom: none !important;
}

#mutro>div>div>h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14pt;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Gray/700 */

    color: #344054;
}

#joyti>div>select {
    padding: 10px 16px;
    width: 50%;
    height: 40px;
    /* Base/White */

    background: #FFFFFF;
    /* Gray/300 */

    border: 1px solid #D0D5DD;
    /* Shadow/xs */

    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}

@media(max-width: 900px) {
    #joyti>div>select {
        width: 100%;
    }

    #mutro>div {
        display: block;
    }

    #mutro>div>div {
        width: 100% !important;
    }

    #rsubmit>div {
        font-size: 0.8rem !important;
    }

    #mutro>div>div>h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 16pt;
        line-height: 40px;
        /* identical to box height, or 143% */
        /* Gray/700 */

        color: #344054;
    }
}

#saiki {
    margin-top: 50pt;
    margin-bottom: 50pt;
    margin: 20pt;
}

.nuri {
    padding-right: 10%;
}

input:focus {
    outline: none;
}

code {
    color: #E01A76;
}

html {
    scroll-behavior: smooth;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

body {
    zoom: 100%;
    background-color: #F9FAFB;
}

body {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

#socialmobii {
    display: none;
}

#Rumally {
    width: auto;
    background-color: unset;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: .875rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#Rumally:hover {
    color: #ffffff;
    padding-left: 8px;
}

@media(max-width: 850px) {
    #Rumally {
        display: none;
    }

    #socialmob {
        display: none;
    }

    #socialmobii {
        display: block;
    }
}

@media(min-width: 850px) {
    #socialmobii {
        display: none;
    }

    #socialmob {
        display: block;
    }
}

:root {
    --main-color: #E67C15;
    /* Orange */
    --secondary-color: #014398;
    /* Blue */
    --main-color-h: #E67C15;
    /* Orange */
    --secondary-color-h: #014398;
    /* Blue */
    --main-color-hg: 25, 71, 148;
    /* Orange */
    --secondary-color-hg: 4, 20, 50;
    /* Blue */
    --red-1: #194794;
    --red-2: #041432;
}

* {
    font-family: 'Gotham', sans-serif;
    letter-spacing: 0.5px;
}

.ws_subtext{
    font-size: 14px;
    color: #344054;
    font-weight: 500;
    margin-bottom: 5px;
}

.ws-tcs{
    font-size: 10px;
    color: #6788A3;
    font-weight: 500;
    margin-bottom: 5px;
}

::selection {
    color: #DFEBF6;
    background-color: var(--secondary-color-h);
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    outline: none;
}