.devices img {
    max-height: 450px;
}

section.section {
    margin: 320px auto;
}

.products {
    max-width: 100%;
    margin: 120px auto;
    display: block;
    text-align: center;
}

.products > .container {
    width: 100%;
}

.section h1 {
    text-transform: uppercase;
    font-family: "KantarBrown Bold", sans-serif;
    font-size: 45px;
    color: #222;
    position: relative;
    text-align: center;
}

.detailed {
    margin-top: 120px;
}

.detailed > a {
    color: #555;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "KantarBrown Thin", sans-serif;
}

.detailed > a:hover {
    transition: .2s;
    color: #444;
    text-decoration: none;
    transform: scale(1.1);
    display: block;
    margin-left: 100px;
    margin-right: 100px;
}

.detailed > a:after {
    content: "\2939";
    display: block;
    font-size: 65px;
    top: -40px;
    left: -116px;
    font-weight: 200;
    position: relative;
}

.section h1::after {
    content: '';
    height: 3px;
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -100px;
    background: #d7aa47;
    text-align: center;
}

.no-pad {
    padding: 0;
}

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

.products .row h3 {
    font-size: 100px;
    color: rgba(215, 170, 71, .95);
}

.mobile-login {
    visibility: hidden;
}

.products .row .col {
    margin: 14px 0;
    padding: 22px 30px;
    box-shadow: 0 -5px 77px -43px rgba(0, 0, 0, 0.42);
    cursor: pointer;
    background: #fff;
}

.products .row .col-item {
    padding: 30px;
    cursor: pointer;
    position: relative;
    background: #fff;
    background-position: inherit;
    background-size: inherit;
    min-height: 500px;
}

.products .col-sm-3:hover .col-item,
.products .col-sm-4:hover .col-item {
    transition: .5s;
    filter: grayscale(0);
}

.products .row .col-item div {
    z-index: 1001;
    color: #fff;
}

.products .row .col-item .description {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-family: KantarBrown Light, sans-serif;
    text-align: left;
    display: block;
}

.products .row .col-item h5 {
    font-family: KantarBrown Bold, sans-serif;
    font-size: 41px;
    text-transform: uppercase;
    padding: 8px 0;
    color: #fff;
    line-height: 150px;
    text-align: left;
}

.products .row .col:hover {
    transition: .3s;
    transform: scale(1.05);
}

.products .row .col.active {
    transform: scale(1.05);
    font-size: 12px;
}

.products .row .col h5 {
    font-family: KantarBrown Bold, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding: 8px 0;
    color: #222;
}

.products .row .col h5:before {
    content: '';
    display: block;
    width: 50%;
    background: #eee;
    margin: 10px auto;
}

.products .row .col .description {
    font-family: "KantarBrown Light", sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #666;
    padding: 15px 0 25px 0;
}

.about .row .bg-1 {
    background: url("./images/bg_about.jpg");
    background-size: cover !important;
    min-height: 500px;
}

section .row .col-content {
    position: relative;
    padding: 30px 50px;
    line-height: 2.75rem;
    font-size: 1.75rem;
    font-family: "KantarBrown Thin", sans-serif;
    color: #000;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

section .row .col-content i {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 55px;
    color: #d7aa47;
    opacity: .7;
}

.content-link {
    color: #222;
    display: contents;
    font-family: "KantarBrown Regular", sans-serif;
}

.content-link:hover {
    transition: .3s;
    color: #000;
    text-decoration: none;
}

section.first-section {
    margin-top: 450px;
}

.join-item {
    min-height: 550px;
    margin: 25px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.join-item .name {
    position: absolute;
    background: rgba(255, 255, 255, .96);
    color: #000;
    padding: 6px 12px;
    font-size: 18px;
    text-align: center;
    font-family: "KantarBrown Bold", sans-serif;
    text-transform: uppercase;
    width: 100%;
    top: 40%;
}

.join-item:hover {
    transition: .4s;
    transform: scale(1.05);
}

.join-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(255, 255, 255, .36);
    z-index: 1000;
}

.join-item:hover:after {
    transition: .1s;
    height: 100%;
    transform: scale(1.01);
}

.join-item:hover .name {
    background: #ddbc73;
    z-index: 10001;
}

.join-item-1 {
    background: url('./images/Picture1.jpg') top center;
    background-size: cover;
}

.join-item-2 {
    background: url('./images/Picture2.jpg') top center;
    background-size: cover;
}

.join-item-3 {
    background: url('./images/Picture3.jpg') top center;
    background-size: cover;
}

section.promotion .row .bg-1 {
    background: url('./images/promotion.jpg') top center;
    background-size: cover;
    min-height: 500px;
}

section.confidential .row .bg-1 {
    background-size: cover;
    min-height: 500px;
}

section > h1 {
    margin-bottom: 70px;
}

.contact-us {
    padding: 65px 0;
    text-transform: uppercase;
    color: #555;
    font-size: 20px;
}

.contact-icons {
    min-height: 200px;
    padding: 50px 0;
}

.contact-icons > div {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.contact-icons > div > .col > a > i {
    font-size: 140px;
    color: #111;
}

.contact-icons > div > .col > a:hover {
    display: block;
    transition: 700ms;
    transform: rotate(360deg);
}

.contact-icons > div > .col > a:hover i {
    color: #d7aa47;
}

.support-mail {
    padding: 25px 0;
    font-size: 15px;
    color: #555;
    font-family: "KantarBrown Light", sans-serif;
    text-transform: uppercase;
    line-height: 21px;
    margin: 0 -50px;
}

.faq-accordion {
    max-width: 720px;
    margin: 0 auto;
}

.faq-panel {
    background: #fff;
    border-radius: 4px;
    border: 3px solid transparent;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.faq-panel.is-open {
    border-color: #1a73e8;
}

.faq-panel + .faq-panel {
    margin-top: 18px;
}

.faq-panel .panel-heading {
    padding: 0;
    border: 0;
}

.faq-panel .panel-collapse {
    display: none;
    background: #fff;
}

.faq-panel .panel-collapse.show {
    display: block;
}

.faq-panel .panel-body {
    padding: 0;
}

.faq-trigger,
.faq-child-trigger {
    background: #fff;
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 28px 40px;
    color: #111;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
}

.faq-trigger,
.panel-title {
    font-family: "KantarBrown Bold", sans-serif;
}

.faq-trigger:focus,
.faq-child-trigger:focus,
.faq-trigger:hover,
.faq-child-trigger:hover,
.faq-trigger:active,
.faq-child-trigger:active {
    outline: 0;
    box-shadow: none;
    background: #fff;
    color: #111;
    border: 0;
}

.panel {
    border: none;
    position: relative;
}

.panel-group {
    max-width: 650px;
    margin: 0 auto;
}

.panel-group .panel {
    border: none;
    margin: 10px 0;
    border-radius: 3px;
}

.panel-group .panel + .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background: #fff;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.panel-group .panel-heading {
    z-index: 1000;
    position: relative;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default:hover {
    transition: .4s;
    color: #000;
}

.panel-default:focus,
.panel-default > a:focus {
    background: #fff;
    text-decoration: none;
}

.panel-default:hover > a,
.panel-default:active > a {
    text-decoration: none;
}

.panel-body {
    padding: 0;
}

.panel-title {
    border-radius: 0;
    display: block;
    padding: 8px 10px;
    color: #111;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-children .faq-child-panel,
.panel-group .panel-child {
    margin: 0;
}

.faq-children .faq-child-panel {
    border-top: 1px solid #efefef;
    box-shadow: none;
    border-radius: 0;
}

.panel-group .panel-child .panel-heading .panel-title {
    font-size: 15px;
    color: #222;
    padding: 22px 28px;
    font-family: KantarBrown Regular, sans-serif;
    font-weight: 400;
}

.panel-group .panel-child .panel-collapse .panel-body {
    color: #555;
    border-top: 1px solid #ccc;
    padding: 18px 28px 22px;
    font-family: KantarBrown Light, sans-serif;
    line-height: 1.6;
    font-size: 15px;
}

.panel-root .panel-heading::after {
    content: "";
    position: absolute;
    background: #111;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
}

.panel-root .panel-heading:hover::after {
    transition: .4s;
    width: 100%;
    z-index: 1;
}

.panel-body i {
    padding: 10px;
    color: #ccc;
    font-size: 20px;
}

.panel-title > i {
    color: #d3961b;
    position: relative;
    top: 0;
    font-size: 24px;
    padding-right: 18px;
    flex: 0 0 auto;
}

.faq-child-trigger::before,
.faq-panel .panel-body i.fa-long-arrow-up {
    display: none;
}

.faq-panel .child-body {
    float: none;
    width: 100%;
}

.faq-panel .child-body a {
    color: #222;
    font-family: KantarBrown Regular, sans-serif;
}

.charity-row {
    display: flex;
    align-items: stretch;
}

.charity-content {
    padding: 42px 60px;
}

.col-content .btn-kantar {
    margin: 25px 0 0;
    background: transparent;
    color: #111;
    border: 2px solid #333;
    padding: 9px;
    max-width: 195px;
}

@media screen and (max-width: 1399px) {
    .devices img {
        max-height: 100% !important;
        height: 100% !important;
        width: 100%;
        margin: 75px 0;
    }

    .products .row .col-item h5 {
        font-size: 25px;
    }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
    .content .intro .slogan {
        padding-top: 165px;
    }

    .content .intro .slogan h1 {
        font-size: clamp(42px, 7vw, 58px);
        min-height: 130px;
        margin-bottom: 10px;
    }

    .content .intro .slogan h2 {
        font-size: 20px;
        line-height: 26px;
        min-height: 104px;
    }

    .content .intro .slogan a.btn-register {
        margin-top: 18px;
    }
}

@media screen and (max-width: 991px) {
    .charity-row {
        display: block;
    }

    .charity-content {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 640px) {
    .col.bg-1 {
        background-size: cover !important;
        min-height: 300px !important;
    }

    .panel-group,
    .faq-accordion {
        max-width: 90%;
        margin: 10px auto;
    }

    .section h1 {
        font-size: 25px;
        margin: 0 0 37px;
    }

    .section.section {
        margin: 80px auto;
    }

    .section .row .col-content {
        padding: 19px 20px;
        line-height: 30px;
        font-size: 20px;
        min-height: auto;
        margin: 0 10px;
    }

    .devices,
    .panel-title > i,
    .detailed > a {
        display: none;
    }

    .mobile-login {
        visibility: visible;
    }

    .products .row .col-item {
        filter: grayscale(10%);
    }

    .products .row .col-item h5 {
        font-size: 36px;
        padding: 8px 0;
        line-height: 90px;
    }

    .products .row .col-item .description {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        font-family: KantarBrown Light, sans-serif;
        text-transform: uppercase;
    }

    .panel-group .panel,
    .faq-panel {
        margin: 0;
        border-radius: 0;
    }

    .panel-group .panel-heading {
        border-bottom: none;
    }

    .panel-body {
        padding: 15px;
        background: #fff;
    }

    .contact-us {
        padding: 20px 0;
    }

    .contact-icons > div > .col {
        padding-right: 25px;
    }

    .contact-icons > div > .col > a > i {
        font-size: 70px;
    }

    .support-mail {
        padding: 15px 0;
        font-size: 12px;
        color: #333;
        line-height: 20px;
        margin: 0;
    }
}
