/*Block 1*/
.hidden-iframe {
    display: none;
    visibility: hidden;
}

/*END Block 1*/

/*Block 2*/

#navbar_wrap #nav_main li a {
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
}

#navbar_wrap #nav_main li:hover a {
    color: #c1c1c1;
    border-color: #c1c1c1;
}

#navbar_wrap #nav_main li.active a {
    border-color: #fff;
}

#navbar_wrap #nav_main li.active:hover a {
    border-color: #c1c1c1;
}

#navbar_wrap.bgnav {
    background: #2f373b;
    background: rgba(47, 55, 59, 0.95);
}

#navbar_wrap.bgnav #nav_main li a {
    color: #fff;
    color:
}

#navbar_wrap.bgnav #nav_main li:hover a {
    color: #c1c1c1;
    border-color: #c1c1c1;
    color: ;
    border-color: ;
}

#navbar_wrap.bgnav #nav_main li.active a {
    border-color: #fff;
    border-color: ;
}

#navbar_wrap.bgnav #nav_main li.active:hover a {
    border-color: #c1c1c1;
    border-color: ;
}

#header-main.mobile-open .nav-bar,
#header-main.mobile-open #nav-main-controls {
    background: #2f373b;
    background: rgba(47, 55, 59, 0.95);
}

#header-main.mobile-open #nav_main a {
    color: #fff;
    color:
}

#nav-main-toggle>.icon-bar {
    background-color: #000000;
    background-color: #fff;
}

/* === FONTS === */
@font-face {
    font-family: 'TCCC-UnityHeadline';
    src: url('https://unoapp.com/shared/fonts/TCCC-UnityText/TCCC-UnityHeadline-Black.woff2') format('woff2'),
        url('https://unoapp.com/shared/fonts/TCCC-UnityText/TCCC-UnityHeadline-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC-UnityText';
    src: url('https://unoapp.com/shared/fonts/TCCC-UnityText/TCCC-UnityText-Regular.woff2') format('woff2'),
        url('https://unoapp.com/shared/fonts/TCCC-UnityText/TCCC-UnityText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC-UnityText';
    src: url('https://unoapp.com/shared/fonts/TCCC-UnityText/TCCC-UnityText-Bold.woff2') format('woff2'),
        url('https://unoapp.com/shared/fonts/TCCC-UnityText/TCCC-UnityText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* === ROOT SYSTEM === */
/* (Change your colours and fonts under this section) */
:root {
    --brand01: #E41E2B;
    --brand02: #000000;
    --brand03: #000000;
    --brand04: #ffffff;


    --text-primary: #000000;
    --text-secondary: #333333;
    --text-brand: var(--brand01);
    --text-brand-2: var(--brand02);
    --text-cta-btn: #ffffff;

    --border-primary: var(--brand01);

    --surface-primary: white;
    --surface-secondary: white;
    --surface-tetriary: #F1F1F1;
    --surface-brand: var(--brand01);
    --surface-brand-2: var(--brand02);

    --font-title: 'TCCC-UnityHeadline', sans-serif;
    --font-subtitle: 'TCCC-UnityHeadline', sans-serif;
    --font-body: 'TCCC-UnityText', sans-serif;
}

/* === GENERAL SETTINGS === */
div.widget-section {
    background: var(--background-main-image) !important;
    background-size: contain !important;
    background-repeat: repeat;
    background-attachment: fixed !important;
}

/* === FONT SETTING === */
*,
html,
body {
    font-size: 16px;
    margin: 0;
}

html {
    background: var(--surface-primary);
}

body,
html,
p,
a,
b,
i,
u,
em {
    font-family: var(--font-body);
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--text-brand);
    margin: 0 auto;
}

h1 {
    line-height: 1;
    font-size: 36px;
}

h2 {
    line-height: 1;
    font-size: 32px;
}

.winner_disclaimer {
    font-family: var(--font-title);
}

h3,
.en_h3,
.fr_h3 {
    line-height: 1.2;
    font-size: 24px;
}

h4 {
    line-height: 1.2;
    font-size: 20px;
}

h5 {
    line-height: 1.2;
    font-size: 18px;
}

h6 {
    font-size: 14px;
    line-height: 1.2 !important;
}

p,
li {
    line-height: 1.5;
    font-weight: 300;
    color: var(--text-primary);
}

.p-sm {
    font-size: 14px;
}

.p-lg {
    font-size: 20px;
}

b {
    font-weight: bold;
    color: inherit;
}

a:hover {
    opacity: 0.8;
    color: inherit;
}

i.fa {
    font-family: 'FontAwesome' !important;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    *,
    html,
    body {
        font-size: 14px;
    }

    .p-lg {
        font-size: 20px;
    }

}

/* === END OF FONT SETTING === */

/* Padding to all custom HTML sections */
.hero {
    padding: 0 !important;
}

.main-container {
    max-width: 1024px;
    padding: 24px 0px;
    margin: 0 auto;
}

.first-section {
    padding-top: 96px !important;
}

@media screen and (max-width: 1024px) {

    .main-container,
    .homepage-container {
        padding: 24px 16px;
    }
}

@media screen and (max-width: 768px) {
    .first-section {
        padding-top: 32px !important;
    }
}

/* === Global CTA buttons  === */

.button {
    font-family: var(--font-title);
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.submitbtn {
    font-size: 24px;
    padding: 16px 48px;
    border-radius: 64px;
    width: fit-content;
}

/* When a button is disabled, add this class to the button */
.disabled-btn {
    background: #636363 !important;
    color: #484848 !important;
}

.main-btn {
    background: var(--surface-brand);
    color: var(--text-cta-btn);
    text-transform: uppercase;
}

.secondary-btn {
    border: 1px solid var(--color-primary);
    background: rgba(2555, 255, 255, 0.3);
    color: var(--text-primary);
}

.tertiary-btn {
    text-decoration: none;
    font-weight: normal;
    font-family: var(--font-body);
    color: var(--text-cta-btn);
    padding-bottom: 2px;
    background: transparent;
}

.main-btn:hover {
    opacity: 0.8;
    color: var(--text-cta-btn);
    box-shadow: 0 0 10px var(--color-primary);
}

.secondary-btn:hover {
    opacity: 0.8;
    color: var(--text-primary);
    box-shadow: 0 0 10px var(--color-primary);
}

.tertiary-btn:hover {
    text-decoration: underline;
}

/*AODA: NOTICEABLE OUTLINE FOR KEYBOARD FOCUS*/
a:focus,
a:active,
button:focus,
button:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 1px solid #000000;
    box-shadow: none;
}


.mobile-btn {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .mobile-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px;
        background: var(--surface-primary);
        z-index: 999;
    }

    .mobile-btn .button {
        width: 100%;
        display: block;
    }
}

/* === End of CTA buttons  === */

/* === Section titles === */
.section-title {
    margin: 8px auto;
    text-align: center;
    color: var(--text-brand);
}

.section-title h2 {
    color: var(--text-brand);
}

.section-title p {
    margin-top: 48px;
}

.section-title img {
    width: 400px;
    margin: 0 auto 48px;
}

@media screen and (max-width: 400px) {
    .section-title img {
        width: 100%;
    }

    .section-title {
        margin-top: 24px;
    }
}

/* === V2 DEFAULT SETTINGS === */
/* Default Nav Bar*/
#header_wrap,
#header_wrap #social,
#soc_med_bar,
.footer {
    display: none !important;
}

#navbar_wrap {
    background-color: var(--surface-brand) !important;
    z-index: 49 !important;
}

#nav_main li a {
    color: var(--text-cta-btn) !important;
    font-family: var(--font-title) !important;
    font-weight: bold;
}

#nav-main-toggle>.icon-bar {
    background: var(--text-primary) !important;
}

#header-main.mobile-open .nav-bar,
#header-main.mobile-open #nav-main-controls {
    background: var(--surface-brand) !important;
}

#header-main li:last-child a {
    background: var(--surface-primary);
    color: var(--text-brand) !important;
    width: fit-content !important;
    margin: 0 auto;
    padding: 16px 16px !important;
    display: block;
    border-radius: 64px !important;
}

#header-main li:last-child a span {
    font-size: 20px !important;
}

@media screen and (max-width: 991px) {

    #navbar_wrap.bgnav {
        box-shadow: none !important;
    }

    #navbar_wrap .logo-header {
        display: block;
        margin: -10px auto;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    #nav_main li:first-child {
        display: none !important;
    }
}

/* === End of  Misc. V2-Default Stuff === */

.skip {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ===  CUSTOM FOOTER CSS === */
.faux-footer {
    background: var(--surface-secondary) !important;
    padding: 24px 16px 120px !important;
}

.faux-footer .main-container {
    padding: 0;
}

.faux-footer div {
    text-align: center;
}

.footer-links {
    display: flex;
    gap: 36px;
    justify-content: center;
    margin-bottom: 24px;
}

.footer-links a {
    color: var(--text-primary) !important;
}

@media screen and (max-width: 600px) {
    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

/* ===  END OF CUSTOM FOOTER CSS === */

/* === White Rounded Background === */
.content-bg {
    background: var(--surface-primary);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
}

.content-bg .orange-title {
    margin: 0 auto 16px;
}

@media screen and (max-width: 600px) {
    .content-bg {
        padding: 16px;
    }
}

/* === Internal Nav CSS === */
.nav-container {
    padding: 8px 16px !important;
}

.leader-selection .nav-container {
    width: 100% !important;
}

.nav-container .main-btn {
    width: 100%;
}

.nav-container>div {
    gap: 16px;
    display: grid;
}

@media screen and (max-width: 600px) {
    .nav-container {
        padding: 0 !important;
    }
}

/* === VIDEOS === */
video {
    max-width: 100%;
}

.video-container {
    padding: 32px 0;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 756px) {
    .video-container {
        padding: 8px 0;
    }
}

/* === Column Settings === */
.col-one {
    grid-template-columns: 1fr;
}

.col-two {
    grid-template-columns: repeat(2, 1fr);
}

.col-three {
    grid-template-columns: repeat(3, 1fr);
}

.col-four {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 600px) {

    .col-two,
    .col-three,
    .col-four {
        grid-template-columns: 1fr;
    }
}

/* === Mobile/Desktop Settings === */
.mobile_only,
.mobile_en,
.desktop_fr,
.mobile_fr,
.fr_h3 {
    display: none;
}


@media screen and (max-width: 600px) {

    .desktop_only,
    .desktop_en {
        display: none;
    }

    .mobile_only,
    .mobile_en {
        display: block;
    }
}

/* === Jump to Sections === */
#a,
#b,
#c {
    scroll-margin-top: 130px;
}


/* === Custom NavBar === 

commit: c501224a6699a0eee39120643f1d60731ca295ce */

/* Removing v2 Default Nav Bar*/
#navbar_wrap {
    display: none !important;
}

/* FIX to prevent the mobile navigation from scrolling */
#page-section {
    overflow: visible;
}

nav.top-navbar {
    background: #E41E2B;
    color: white;
    position: sticky;
    top: 0;
    z-index: 999;
}

.top-navbar--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .top-navbar--container {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

@media (min-width: 1025px) {
    .top-navbar--container {
        height: 64px;
    }
}

.top-navbar--container.container-fluid {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
}

.top-navbar .logo img {
    display: block;
    max-width: 133px;
}

.top-navbar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
}

@media (min-width: 1025px) {
    .top-navbar ul {
        height: 100%;
    }
}

.top-navbar ul li {
    text-transform: uppercase;
    font-family: TCCC-UnityText, Open Sans, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
}

.top-navbar ul ul li {
    font-weight: 700;
}

.top-navbar ul a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    display: block;
}

@media (min-width: 1025px) {
    .top-navbar ul a {
        padding-left: 16px;
        padding-right: 16px;
        display: inline-flex;
        align-items: center;
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .top-navbar ul a {
        padding: 16px;
        line-height: 18px;
    }
}

.top-navbar ul>li:hover>a {
    background: #333;
    background: #CE1B27;
    text-decoration: underline;
}

.top-navbar ul ul>li a:hover {
    background: #FDE9EA;
    text-decoration: none;
}

.top-navbar ul ul>li:hover a {
    color: black;
}

.top-navbar ul ul a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    padding: 8px 16px;
    border: none;
    display: block;
    color: black;
    text-transform: uppercase;
}

.top-navbar ul ul {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
}

@media (min-width: 1025px) {
    .top-navbar ul li:hover>ul {
        display: block;
        width: 100%;
        height: auto;
    }
}

.top-navbar__right {
    position: relative;
}

@media (min-width: 1025px) {
    .top-navbar__right {
        height: 100%;
    }
}

.top-navbar__right input,
.top-navbar__right>span {
    display: none;
}

.top-navbar__right input {
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

.top-navbar__right>span {
    width: 21px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #fff;
    border-radius: 1px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.top-navbar__right input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

.top-navbar__right input:checked~span.span-first {
    top: 0px !important;
    left: -15px !important;
}

.top-navbar__right input:checked~span.span-middle {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.top-navbar__right input:checked~span.span-third {
    transform: rotate(-45deg) translate(-2px, -2px);
}

@media (max-width: 1024px) {
    .top-navbar--container {
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
    }

    .top-navbar ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: #e41e2b;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .top-navbar ul ul {
        position: static;
        border: none;
    }

    .top-navbar ul ul a {
        text-align: left;
        padding: 8px 16px;
    }

    .top-navbar ul>li a:hover {
        text-decoration: none;
    }

    .top-navbar ul ul>li a:hover {
        text-decoration: none;
    }

    .top-navbar ul>li:hover ul a {
        background: transparent;
        text-decoration: none;
    }

    .top-navbar ul>li:hover ul a:hover {
        background: #FDE9EA;
        text-decoration: none;
    }

    .top-navbar__right {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
    }

    .top-navbar__right input,
    .top-navbar__right>span {
        display: block;
    }

    .top-navbar__right input {
        right: 10px;
        left: auto;
        top: -17px;
    }

    .top-navbar__right>span {
        top: -5px !important;
        right: 15px !important;
        margin-left: auto;
    }

    .top-navbar__right input~ul {
        transform-origin: 0% 0%;
        transform: translate(0%, 10px);
        opacity: 0;
        display: none;
        transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    .top-navbar__right input:checked~ul {
        opacity: 1;
        display: flex;
        min-height: calc(100vh - 55px);
    }

    .top-navbar .has-dropdown>a {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .top-navbar .has-dropdown>a:after {
        content: url("https://images.unoapp.com/boxdata/asset89116/images/ico-chevron.png");
        /* with class ModalCarrot ??*/
        width: 15px;
        line-height: 100%;
        display: block;
        transform: rotate(180deg);
        transition: transform 0.3s ease-in-out;
    }

    .top-navbar .open.has-dropdown>a:after {
        transform: rotate(0deg);
    }

    .top-navbar ul li.open>ul {
        display: block;
        width: 100%;
    }
}

@media (max-width: 1249px) {
    .top-navbar--container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.top-navbar .btn-pill {
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-navbar .btn-pill:hover a {
    background: #FDE9EA;
    color: black !important;
}

@media (max-width: 1024px) {
    .top-navbar .btn-pill {
        margin: 16px;
        margin-top: auto;
    }
}

.top-navbar .btn-pill a {
    border-radius: 64px;
    height: auto !important;
    color: #e41e2b !important;
    background: white;
    text-align: center;
}

@media (min-width: 1025px) {
    .top-navbar .btn-pill a {
        height: 40px !important;
        line-height: 40px;
        display: block;
    }
}

.top-navbar .btn-pill.disabled a {
    background: #c6c6c6;
    color: #797979 !important;
    opacity: .8;
}

.top-navbar .btn-pill.disabled:hover a {
    text-decoration: none;
}

/*# sourceMappingURL=nav.css.map */

.computed-vh-height {
    min-height: calc(var(--vh, 1vh) * 100 - 55px) !important;
}

/* === END - Custom NavBar === */

/* ========================================== */
/* ========== END OF GLOBAL STYLES ========== */
/* ========================================== */


/* =============================== */
/* ========== HOME PAGE ========== */
/* =============================== */

/* === HERO (#hero) === */
.logo-header {
    padding: 4px 16px;
}

/* Content Stuff */
.hero-content h1 {
    padding: 0;
    margin: 0;
}

.hero-content h2 {
    text-transform: initial;
    font-weight: normal;
    font-family: var(--font-body);
    color: inherit;
}

.hero-content b,
em {
    font-size: inherit;
    font-family: inherit;
    font-style: italic;
}

.hero-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.hero-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-content .hero-group:last-child {
    max-width: 50%;
}

.hero-content>*+* {
    margin-left: 16px;
}

.hero_img {
    max-width: 400px;
}

.results_img {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .hero-content>*+* {
        margin-left: 0px;
    }

    .hero-content {
        flex-direction: column;
        padding: 0 16px !important;
        height: fit-content;
        gap: 8px;
        text-align: center;
    }

    .hero-content h1 {
        margin-bottom: 8px;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    #hero {
        position: relative;
        z-index: 5 !important;
    }

    .hero_img {
        max-width: 300px;
        margin: 0 auto;
    }

    .hero-content .hero-group:last-child {
        max-width: 100%;
    }
}

/* === VIDEOS === */
.main-vid {
    max-width: 100%;
    width: 768px;
    height: 432px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 600px) {
    .main-vid {
        width: 550px;
        height: 309px;
    }
}

@media screen and (max-width: 400px) {
    .main-vid {
        width: 375px;
        height: 210px;
    }
}

.results_img img {
    max-width: 100%;
    margin: 8px 0;
    border-radius: 16px;
    border: 1px solid #fff;
}

/*Video pop-up thumbnails */
.popup-video-gallery {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}

.thumbnail-item {
    max-width: 130px;
}

.thumbnail-item__caption {
    margin: 0;
    margin-bottom: 4px;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.thumbnail-item__link img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width:768px) {
    .thumbnail-item {
        max-width: 190px;
    }
}

@media (max-width:767px) {
    .popup-video-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .thumbnail-item {
        margin-bottom: 8px;
    }
}

@media (max-width:420px) {
    .popup-thumb2 {
        margin-right: 0;
    }

    .thumbnail-item:last-child {
        margin-bottom: 0px;
    }
}

.vertical-vid {
    padding-top: 0 !important;
    aspect-ratio: 384 / 842;
    height: auto !important;
    height: 80vh !important;
}

.mfp-wrap {
    z-index: 999999 !important;
}

/*Inline Video*/
.mfp-inline-holder {
    max-width: 900px;
    position: static !important;
    margin-left: auto;
    margin-right: auto;
}

.wrap-video-inline {
    background: #000;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.wrap-video-inline video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

#inline-video-walkthrough,
#inline-video-checkin {
    height: 80vh;
    padding-top: 0 !important;
}

.video-tag-wrapper {
    display: none;
}

/* END - Video pop-up thumbnails */

/* === HTP (#how-to-play) ===*/
.how-to-play h2 {
    margin: 0 auto 24px;
    text-align: center;
    display: block;
}

.table-cell h3 {
    padding: 16px 0;
}

.how-to-play .table-group {
    max-width: 1024px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    display: grid;
    margin: 0 auto;
}

.table-cell {
    background: var(--surface-primary);
    padding: 16px 20px;
    text-align: center;
    border-radius: 16px;
}

.table-cell img {
    width: 100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .how-to-play .table-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .table-cell {
        padding: 16px 8px;
    }
}

/* === TIPS & FAQ (#tips_faq) === */
.tips-box>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.tips-item a {
    text-decoration: underline;
}

.tips-item {
    display: flex;
    align-items: center;
}

.tips-item>*+* {
    margin-left: 16px;
}

.tips-icon img {
    height: 80px;
}

@media screen and (max-width: 600px) {
    .tips-box>div {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* === FAQ CSS === */
.faq-category h3 {
    text-align: left;
    margin-bottom: 16px;
}

.faq-questions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.faq-ask {
    text-transform: initial;
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    transition: 0.4s;
    align-items: center;
    margin-bottom: 8px;
}

.faq-item {
    margin-bottom: 16px;
}

.faq-desc {
    display: none;
    overflow: hidden;
}

.faq-desc p {
    margin-bottom: 16px;
}

.faq-desc a {
    color: var(--text-main);
    text-decoration: underline;
}

.faq-desc ul {
    list-style: disc;
    padding: 0 0 0 30px;
    margin-top: -15px;
}

.fa {
    font-family: 'FontAwesome' !important;
    font-size: 14px;
    padding-left: 16px;
    color: var(--color-primary) !important;
}

.faq-ask.active .fa-plus {
    display: none !important;
}

.faq-ask:not(.active) .fa-minus {
    display: none;
}

@media screen and (max-width: 600px) {
    .faq-questions {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px;
    }
}

/* ========================================== */
/* ========== END OF HOME PAGE ========== */
/* ========================================== */

/* ============================== */
/* ========== PRIZING  ========== */
/* ============================== */
.prizing h3 {
    text-align: center;
    margin-bottom: 48px;
}

/* ============================== */
/* ========== END OF PRIZING  ========== */
/* ============================== */


/* ===================================== */
/* ========== PROGRAM DETAILS ========== */
/* ===================================== */
.program-row {
    border-bottom: 1px solid var(--border-primary);
    padding: 16px 0;
}

.program-row:last-child {
    border: none;
}

.program-split {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.program-split h3 {
    text-align: left;
    width: 100%;
    margin: 0;
}

/* === Types Section  === */
.type-title {
    text-align: center;
    margin: 24px auto 0;
}

nav.type-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
}

nav.type-nav a {
    font-size: 20px;
}

.type-cat {
    border: 1px solid var(--border-primary);
    padding: 8px;
    border-radius: 32px;
    margin: 24px auto;
}

.type-row {
    display: flex;
    margin: 8px auto;
}

.type-row img {
    max-width: 150px;
    width: 100%;
}

.type-title {
    margin-bottom: 24px;
}

.type-info {
    max-width: 290px;
    width: 100%;
}

.type-info h4 {
    color: var(--text-primary);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.type-info h5 {
    text-transform: initial;
}

.type-required p {
    margin: 0;
}

.type-required ul {
    list-style: disc;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 840px) {
    .type-row {
        flex-direction: column;
        gap: 8px;
    }

    .type-row img {
        margin: 0 auto;
    }

    .type-info {
        max-width: 225px;
    }

    .type-cat {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .type-row {
        flex: 1 1 auto;
        max-width: 45%;
    }

    .type-row h4,
    .type-row h5 {
        text-align: center;
    }
}

@media screen and (max-width: 740px) {
    nav.type-nav {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        margin-top: 16px;
    }

    .program-split {
        grid-template-columns: repeat(1, 1fr);
    }

    .type-info {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .type-cat {
        margin: 16px auto;
    }

    .type-row {
        max-width: 100%;
        padding: 0 16px;
    }
}

/* === Multiply section === */
.multiply p {
    margin: 0 auto 24px;
}

.multiply-cat h4 {
    color: var(--text-primary);
}

.multiply-cat {
    text-align: center;
    margin: 0 auto 24px;
}

.multiply-cat .multiply {
    border-radius: 32px;
    display: grid;
    justify-content: space-between;
    gap: 24px;
}

.multiply img {
    max-width: 100%;
    width: 100%;
}

.equations {
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--border-primary);
    border-radius: 32px;
    padding: 12px;
}

.examples {
    background: var(--surface-tetriary);
    border-radius: 32px;
    padding: 12px;
}

.examples-items {
    padding: 8px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 740px) {

    .examples-items,
    .equations {
        grid-template-columns: repeat(1, 1fr);
    }

    .examples {
        padding: 12px 8px;
    }
}

/*END Block 2*/

/*Block 3*/
.skip-link {
    background: #ca7c3c;
    color: white;
    font-weight: 700;
    left: 50%;
    padding: 5px 10px;
    position: absolute;
    transform: translateY(-500%);
    transition: transform 0.3s;
    z-index: 999;
}

a.skip-link:focus {
    transform: translateY(00%);
}

/*END Block 3*/

/*Block 4*/
.home-bg-default-layout {
    background-image: url('https://www.unoapp.com/app/source/resources/webbuilder/structure/3/home/layout_3.jpg');
}

.logo-placeholder {
    background-image: url('https://www.unoapp.com/app/source/images/logoplaceholder.png')
}

.content-social h1,
.headline h1 {
    font-family: 'Oswald';
    font-size: 32px;
    color: #fff;
    margin: 0px;
    font-weight: normal;
}

.content-social h2,
.headline h2 {
    font-family: 'Oswald';
    font-size: 24px;
    color: #fff;
    margin: 0px;
    font-weight: normal;
}

/*END Block 4*/

.color-white {
    color: #fff !important
}

.id-soc_med_bar-bg {
    background-color: rgb(60, 68, 72)
}

.footer {
    background-color: rgb(47, 55, 59)
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.color-inherit {
    color: inherit !important;
}

.height-400 {
    height: 400px !important;
}

.pad-3px {
    padding: 3px !important;
}

/*FIX content (except dynamic top-navbar) touching 
  browsers left-right edges
  between min-tablet, till iPad (1024px) */
@media (min-width:768px) and (max-width: 1035px) {      
    #page-section:not(.top-navbar) > div {
        padding: 15px;
    }
}