@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@500&display=swap');

.usps-container.ui.statistics {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    max-width: calc(100vw - 40px);
}
.usps-container.ui.statistics > .usp.ui.statistic {
    margin-right: 30px;
    min-width: calc(33.33333% - 20px) !important;
    max-width: calc(33.33333% - 20px) !important;
    background-color: #f5f5f5;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 17%);
}
.usps-container.ui.statistics > .statistic:last-child {
    margin-right: 0 !important;
}
.usps-container.ui.statistics > .usp.ui.statistic > .icon {
    width: 105px;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #7286a0;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.usps-container.ui.statistics > .usp.ui.statistic > .icon svg {
    width: 100%;
}
.usps-container.ui.statistics > .usp.ui.statistic > .value {
    font-weight: 600;
    color: #7286A0;
    margin-bottom: 15px;
    font-size: 6rem !important;
}
.usps-container.ui.statistics > .usp.ui.statistic > .label {
    text-transform: none;
    font-size: 1.2rem !important;
    white-space: normal;
}
.objects-container {
    margin-top: 100px;
}
#objects-overviewModal .navigationPane.logo {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center 30%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
#objects-overviewModal .navigationPane.logo .title {
    height: 33%;
    line-height: 25px;
}
#objects-overviewModal .ui.slider.testimonials {
    width: 800px;
    margin-top: 100px;
}
#objects-overviewModal .ui.slider.testimonials .card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
#objects-overviewModal .ui.slider.testimonials .card .event > .label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 170px;
}
#objects-overviewModal .ui.slider.testimonials .card .event > .label .summary {
    color: #000000;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    line-height: 14px;
}
#objects-overviewModal .ui.slider.testimonials .ui.feed > .event > .content .extra.text {
    font-size: 1.5rem;
    font-style: italic;
}
#objects-overviewModal .ui.slider.testimonials .card .event > .label img {
    /*border: none; */
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
#objects-overviewModal .ui.slider.testimonials .card .event > .content {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-left: 50px;
    margin-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#objects-overviewModal .ui.slider.testimonials .card .event > .content:before, #objects-overviewModal .ui.slider.testimonials .card .event > .content:after {
    font-family: 'Catamaran', sans-serif !important;
    content: '"';
    position: absolute;
    font-size: 100px;
    color: #febe10;
    font-weight: 500;
}
#objects-overviewModal .ui.slider.testimonials .card .event > .content:before {
    left: -35px;
    top: -35px;
    transform: rotate(180deg);
}
#objects-overviewModal .ui.slider.testimonials .card .event > .content:after {
    right: -35px;
    bottom: -35px;
}

body .header .header-content> .right img {
    background-image: url(mock-imens.jpg);
}
/*body .header .header-content> .right:hover:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    top: 10px;
    bottom: 10px;
    background-color: rgba(0,0,0,0.66);
    z-index: 2;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}*/
body .header .header-content > .right > a.ui.button {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #febe10;
}
body .header .nav> .right a.button + a.button {
    margin-left: 8px;
}
body .header .nav> .right a.button.secondary {
    background-color: transparent;
    border: 2px solid #7286A0;
    color: #7286A0;
}

body .product-content {
    padding: 0;
    margin-top: 100px;
}
body .product-content:before {
    content: none;
}
body .product-content> div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body .product-content> div.left {
    padding: 0;
}
body .product-content> div.right {
    background-color: #7286A0;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 80px !important;
}
body .product-content> div.right h1 {
    text-transform: none;
    margin-bottom: 25px;
}
body .product-content> div.right h3 {
    text-transform: none;
    font-weight: 100 !important;
    width: 100%;
    margin: 0 0 25px;
}
body .product-content> div.right .sending.form {
    max-width: 100%;
    width: 100%;
}
body .product-content> div.right .form .field label {
    display: none;
}
body .product-content> div.right .form .field input[type="checkbox"] + label, body .product-content> div.right .form .field input[type="radio"] + label {
    display: initial;
}
body .product-content> div.right .form .field .button {
    margin-top: 15px;
}

body .bottom.header {
    margin-top: 100px;
}

#email-form {
    flex-direction: row;
    display: flex;
    align-items: flex-end;
}
#email-form .field.obliged {
    flex: 1;
}
#email-form .field.obliged input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
}
#email-form .field label {
    display: none;
}
#email-form .field input[type="checkbox"] + label, #email-form .field input[type="radio"] + label {
    display: initial;
}
#email-form .field .button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 37.7px;
    /*background-color: transparent;
    color: #7286A0;
    border: 2px solid #7286A0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui.form .field .button .text {
    text-transform: none !important;
}
#download-form.ui.form .field[class*="right aligned"] {
    text-align: left;
}

.popup-animation.form {
    background-color: #F2F2F2;
    padding: 25px;
}
.popup-animation.form .ui.form > .field:first-child {
    font-size: 1.2rem;
}
.popup-animation.form .ui.form > .field h3 {
    text-transform: none;
    margin-bottom: 15px;
    font-size: 1.7rem;
}
.popup-animation.form .field label {
    display: none;
}
.popup-animation.form .field input[type="checkbox"] + label, .popup-animation.form .field input[type="radio"] + label {
    display: initial;
}

span.marked {
    padding: 5px;
    background-color: #febe10;
    color: #000000;
}
.section-divider {
    width: 100%;
}

svg.divider {
    margin-bottom: -5px;
}

@media screen and (max-width: 800px) {
    .usps-container.ui.statistics > .usp.ui.statistic > .value {
        font-size: 3.2rem !important;
    }
    .header .nav> .left {
        padding-right: 0;
    }
    .header .nav> .left img.logo {
        max-width: 130px;
    }
}
@media screen and (max-width: 600px) {
    .header a.ui.button.secondary {
        display: none;
    }
    #email-form {
        display: none;
    }
    .usps-container.ui.statistics, .objects-container, #objects-overviewModal .ui.slider.testimonials, body .product-content, body .bottom.header {
        margin-top: 50px;
    }
    #objects-overviewModal .ui.slider .event {
        flex-direction: column-reverse;
    }
    #objects-overviewModal .ui.slider.testimonials .card .event > .label {
        margin-top: 25px;
    }
    #objects-overviewModal .ui.slider.testimonials .card .event > .content {
        margin: 36px;
    }
    body .product-content> div.right h1 {
        font-size: 1.8rem;
        line-height: 34px;
    }
    body .product-content> div.right h3 {
        font-size: 1.1rem;
    }
    .usps-container.ui.statistics > .usp.ui.statistic > .value, body #objects-overviewModal h3, .header .header-buttons-title h1 {
        font-size: 2.2rem !important;
    }
    .usps-container.ui.statistics > .usp.ui.statistic > .label, #objects-overviewModal .navigationPane.logo .title, #objects-overviewModal .ui.slider.testimonials .ui.feed > .event > .content .extra.text {
        font-size: 1.1rem;
    }
    .usps-container.ui.statistics > .usp.ui.statistic {
        min-width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 10px auto;
    }
    .usps-container.ui.statistics > .statistic:last-child {
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 400px) {
    .header .nav> .left img.logo {
        max-width: 100px;
    }
}