/* ======================================
 * Landing
====================================== */
.tbr_mr--10 { margin-right: 10px; }
.tbr_mr--20 { margin-right: 20px; }
.tbr_mr--30 { margin-right: 30px; }

.tbr_main--wrapper section:not(.tbr_section--widget-footer) {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.tbr_section--title {
    font-size: 50px;
    font-weight: 700;
    color: #6866E9;
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
    .tbr_section--title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .tbr_section--title {
        font-size: 28px;
    }

    .tbr_main--wrapper {
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
    }
}

.tbr_section--hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 0px);
    color: #FFFFFF;
    text-align: center;
    position: relative;
    background-color: #6866E9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tbr_main--content {
    margin-top: 0;
}

.tbr_section--hero .tbr_section--heading-1,
.tbr_section--hero .tbr_section--heading-2,
.tbr_section--hero .tbr_section--heading-3 {
    color: #FFFFFF;
}

.tbr_section--hero .tbr_section--heading-1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.tbr_section--hero .tbr_section--heading-2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.tbr_section--hero .tbr_section--heading-3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
    letter-spacing: .5px;
}

@media only screen and (max-width: 768px) {
    .tbr_section--hero .tbr_section--heading-1 {
        font-size: 36px;
    }

    .tbr_section--hero .tbr_section--heading-2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tbr_section--hero .tbr_section--heading-3 {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .tbr_section--hero .tbr_section--heading-1 {
        font-size: 28px;
    }

    .tbr_section--hero .tbr_section--heading-2 {
        font-size: 20px;
    }

    .tbr_section--hero .tbr_section--heading-3 {
        font-size: 16px;
        line-height: 28px;
    }
}

.tbr_section--schedule {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F2F3F8;
}

.tbr_section--requirement {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

.tbr_dynamic--content h1:last-child,
.tbr_dynamic--content h2:last-child,
.tbr_dynamic--content h3:last-child,
.tbr_dynamic--content h4:last-child,
.tbr_dynamic--content h5:last-child,
.tbr_dynamic--content h6:last-child,
.tbr_dynamic--content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tbr_dynamic--content ul,
.tbr_dynamic--content ol {
    padding-left: 48px;
    margin: 16px 0;
}

.tbr_dynamic--content ul li {
    position: relative;
    list-style-type: none;
}

.tbr_dynamic--content ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: -24px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #FFA800;
}

@media only screen and (max-width: 768px) {
    .tbr_dynamic--content ul li::before {
        top: 9px;
        left: -20px;
        width: 5px;
        height: 5px;
        border-radius: 5px;
    }
}

.tbr_section--flow {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F2F3F8;
}

.tbr_flow--wrapper {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.tbr_flow--image {
    width: 100%;
    height: auto;
}

html .mfp-figure:after {
    box-shadow: none;
    background: #FFFFFF;
}

.tbr_btn--cta {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: .3px;
    padding: 14px 26px;
    height: initial;
    min-height: initial;
    border-radius: 8px;
}

.tbr_btn--cta span {
    line-height: 26px;
}

html.tbr_landing footer.tbr_footer {
    margin-top: 0;
}

.tbr_section--widget-footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    background-image: url('../images/Footer-Background.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #EEF0F8;
}

.tbr_widget--card {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #F2F3F8;
    padding: 20px 26px;
    background-size: initial;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.tbr_wdc--icon {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
}

.tbr_wdc--contents {
    width: calc(100% - 70px);
    min-width: calc(100% - 70px);
    max-width: calc(100% - 70px);
}

.tbr_wcd--address { background-image: url('../svg/Pin-Background.svg'); }
.tbr_wcd--phone { background-image: url('../svg/Phone-Background.svg'); }
.tbr_wcd--whatsapp { background-image: url('../svg/WhatsApp-Background.svg'); }

.tbr_wdc--title {
    font-size: 16px;
    font-weight: 600;
    color: #1D2127;
    margin-bottom: 6px;
}

.tbr_wdc--desc {
    line-height: 22px;
}

.tbr_phone--number {
    font-size: 20px;
    color: #1D2127;
    font-weight: 700;
    margin-top: 10px;
}

.tbr_widget--social-media {
    margin-top: 10px;
    text-align: center;
}

.tbr_widget--social-media p {
    margin-bottom: 17px;
}

.tbr_social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.tbr_social_media li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tbr_social_media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 54px;
    background-color: #F2F3F8;
    margin: 8px;
}

@media only screen and (max-width: 768px) {
    .tbr_social_media li a {
        width: 46px;
        height: 46px;
    }
}

.tbr_social_media li a svg {
    opacity: .6;
}

.tbr_social_media li:hover a svg {
    opacity: 1;
}

.tbr_social_media .tbr_scm--facebook a { background-color: #1674EA; }
.tbr_social_media .tbr_scm--twitter a { background-color: #1D9BF0; }
.tbr_social_media .tbr_scm--linkedin a { background-color: #087BB7; }
.tbr_social_media .tbr_scm--youtube a { background-color: #F20000; }
.tbr_social_media .tbr_scm--pinterest a { background-color: #E80029; }
.tbr_social_media .tbr_scm--tiktok a { background-color: #010101; }
.tbr_social_media .tbr_scm--instagram a { 
    background: rgb(245,133,41);
    background: linear-gradient(45deg, rgba(245,133,41,1) 0%, rgba(221,42,123,1) 40%, rgba(129,52,175,1) 80%, rgba(121,58,181,1) 100%);
}

.tbr_social_media .tbr_scm--facebook a:hover,
.tbr_social_media .tbr_scm--facebook a:focus,
.tbr_social_media .tbr_scm--facebook a:active {
    box-shadow: 0px 8px 24px 0px rgba(22, 116, 234, 0.20);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(22, 116, 234, 0.20);
    -moz-box-shadow: 0px 8px 24px 0px rgba(22, 116, 234, 0.20);
}

.tbr_social_media .tbr_scm--twitter a:hover,
.tbr_social_media .tbr_scm--twitter a:focus,
.tbr_social_media .tbr_scm--twitter a:active {
    box-shadow: 0px 8px 24px 0px rgba(29, 155, 240, 0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(29, 155, 240, 0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(29, 155, 240, 0.2);
}

.tbr_social_media .tbr_scm--linkedin a:hover,
.tbr_social_media .tbr_scm--linkedin a:focus,
.tbr_social_media .tbr_scm--linkedin a:active {
    box-shadow: 0px 8px 24px 0px rgba(8, 123, 183, 0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(8, 123, 183, 0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(8, 123, 183, 0.2);
}

.tbr_social_media .tbr_scm--youtube a:hover,
.tbr_social_media .tbr_scm--youtube a:focus,
.tbr_social_media .tbr_scm--youtube a:active {
    box-shadow: 0px 8px 24px 0px rgba(242, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(242, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(242, 0, 0, 0.2);
}

.tbr_social_media .tbr_scm--pinterest a:hover,
.tbr_social_media .tbr_scm--pinterest a:focus,
.tbr_social_media .tbr_scm--pinterest a:active {
    box-shadow: 0px 8px 24px 0px rgba(232, 0, 41, 0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(232, 0, 41, 0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(232, 0, 41, 0.2);
}

.tbr_social_media .tbr_scm--pinterest a:hover,
.tbr_social_media .tbr_scm--pinterest a:focus,
.tbr_social_media .tbr_scm--pinterest a:active {
    box-shadow: 0px 8px 24px 0px rgba(232, 0, 41, 0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(232, 0, 41, 0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(232, 0, 41, 0.2);
}

.tbr_social_media .tbr_scm--tiktok a:hover,
.tbr_social_media .tbr_scm--tiktok a:focus,
.tbr_social_media .tbr_scm--tiktok a:active {
    box-shadow: 0px 8px 24px 0px rgba(1, 1, 1, 0.2);
    -webkit-box-shadow: 0px 8px 24px 0px rgba(1, 1, 1, 0.2);
    -moz-box-shadow: 0px 8px 24px 0px rgba(1, 1, 1, 0.2);
}

/* ======================================
 * Spacing
====================================== */
.tbr_section--hero {
    padding: 134px 0 60px;
    margin: 0;
    z-index: 9;
}

.tbr_section--schedule {
    padding: 80px;
    margin-top: -64px;
    border-top: 64px solid transparent;
    z-index: 8;
}

.tbr_section--requirement {
    padding: 80px 0;
    margin-top: -64px;
    border-top: 64px solid transparent;
    z-index: 7;
}

.tbr_section--flow {
    padding: 80px 0;
    margin-top: -64px;
    border-top: 64px solid transparent;
    z-index: 6;
}

.tbr_section--widget-footer {
    padding: 60px 0 52px;
    margin-top: -64px;
    border-top: 64px solid transparent;
    z-index: 5;
}

@media only screen and (max-width: 768px) {
    .tbr_section--hero {
        padding: 104px 0 40px 0;
    }

    .tbr_section--schedule,
    .tbr_section--requirement,
    .tbr_section--flow,
    .tbr_section--widget-footer {
        margin-top: -64px;
        border-top: 64px solid transparent;
    }

    .tbr_section--schedule,
    .tbr_section--requirement,
    .tbr_section--flow {
        padding: 40px 0;
    }

    .tbr_section--widget-footer {
        padding: 40px 0 30px;
    }
}

/* ======================================
 * Drawer
====================================== */
.tbr_nav_drawer {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1053;
    background: #6866E9;
    overflow-y: hidden;
    -webkit-box-shadow: 13px -2px 17px -12px rgba(41, 50, 66, 0.1);
    box-shadow: 13px -2px 17px -12px rgba(41, 50, 66, 0.1);
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}

.tbr_nav_drawer .tbr_nav_drawer_scroller {
    height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbr_nav_drawer ul.tbr_mobile_main_menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.tbr_nav_drawer ul.tbr_mobile_main_menu > li {
    list-style-type: none;
}

.tbr_nav_drawer ul.tbr_mobile_main_menu > li > a {
    position: relative;
    display: block;
    display: block;
    padding: 10px 30px;
    margin-bottom: .5rem;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.tbr_nav_drawer ul.tbr_mobile_main_menu > li > a:hover,
.tbr_nav_drawer ul.tbr_mobile_main_menu > li > a.active {
    color: #FFFFFF;
    background: #6866E9;
}

.tbr_nav_drawer ul.tbr_mobile_main_menu > li > a > span {
    opacity: .6;
}

.tbr_nav_drawer ul.tbr_mobile_main_menu > li > a:hover > span,
.tbr_nav_drawer ul.tbr_mobile_main_menu > li > a.active > span {
    opacity: 1;
}

.tbr_nav_drawer .tbr_nd_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 13px 20px 9px;
    background-color: #FFFFFF;
    border-top: 1px solid #ECECF0;
}

.tbr_nav_drawer .tbr_nd_footer ul {
    padding: 0;
    margin: 0;
}

.tbr_nav_drawer .tbr_nd_footer ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.tbr_nav_drawer .tbr_nd_footer ul li:last-child {
    margin-right: 0;
}

.tbr_nav_drawer .tbr_nd_footer ul li a {
    color: #959CB6;
    font-size: 16px;
}

.tbr_nav_drawer.active {
    transform: none;
}

.tbr_drawer--close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #7776EB;
    border-radius: 5px;
    cursor: pointer;
}

.tbr_drawer--close svg path {
    fill: #FFFFFF;
}

/* ======================================
 * Transition
====================================== */
.tbr_primary--menu li a,
.tbr_primary--menu li a:hover,
.tbr_primary--menu li a:focus,
.tbr_primary--menu li a:active,
.tbr_primary--menu li a.active,
.tbr_primary--menu li a::after,
.tbr_nav_drawer ul.tbr_mobile_main_menu li a,
.tbr_nav_drawer ul.tbr_mobile_main_menu li a span,
.tbr_social_media a,
.tbr_social_media a:hover,
.tbr_social_media a:focus,
.tbr_social_media a:active,
.tbr_social_media li a svg,
.tbr_social_media li:hover a svg {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ======================================
 * Header
====================================== */
.tbr_landing .tbr_page_title {
    display: none;
}

.tbr_landing:not(.tbr_header--fixed) .tbr_profile_box .dropdown-menu {
    margin-top: 20px;
}