@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap');

body {
    font-family: "Lora";
    font-size: 1.2rem;
}

@media (min-width: 1080px) {
    .container {
        width: 1060px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.hf,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans";
    font-weight: 800;
}

.mf {
    font-family: "Lora";
}

.c-1 {
    color: #F79298;
}

.c-2 {
    color: #e76d76;
}

.c-2-line-through {
    text-decoration: #e76d76 solid line-through;
}

@media (max-width: 767px) {

    h1.hero,
    .h1-hero {
        font-size: 3.0rem;
        letter-spacing: -0.15rem;
        margin-bottom: 1rem;
    }

}

@media (min-width: 768px) {

    h1.hero,
    .h1-hero {
        font-size: 4.5rem;
        letter-spacing: -0.15rem;
        margin-bottom: 1rem;
    }
}

.mth-0 {
    margin-top: 40px;
}

.mth-1 {
    margin-top: 80px;
}

.mth-2 {
    margin-top: 140px;
}

.mbh-0 {
    margin-bottom: 40px;
}

.mbh-1 {
    margin-bottom: 80px;
}

.mbh-2 {
    margin-bottom: 140px;
}

.mlh-0 {
    margin-left: 40px;
}

.bl-4 {
    border-left: 4px solid #F79298;
    padding-left: 16px;
}

.bl-4-muted {
    border-left: 4px solid #e6e6e6;
    padding-left: 16px;
}

.ba-4-muted {
    border: 4px solid #eaeaea;
    padding: 16px;
}

.hidden {
    display: none;
}

p.lead,
.lead {
    font-size: 1.51rem;
}

p.lead-2,
.lead-2 {
    font-size: 1.81rem;
}

p.mn {
    margin-bottom: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-lg {
    font-size: 1.6rem;
}

.text-muted {
    color: #6c757d !important;
    font-size: 1.0rem;
}

a,
.mc {
    color: #F79298;
}

a:hover {
    color: #000;
}

a.navbar-brand {
    font-size: 1.8rem;
    color: #000;
}

.navbar-links a.nav-link {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.75rem 1.75rem;
}

.navbar-links a.nav-link:hover,
.navbar-links a.nav-link-active {
    background-image: url('/assets/brush2.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 90% 55%;
}

.navbar-links a.nav-link-mint:hover,
.navbar-links a.nav-link-mint-active {
    background-image: url('/assets/brush2_mint.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 90% 55%;
}

p.lead strong,
.lead strong,
p.lead b,
.lead b {
    font-weight: bold;
}

.img-preview {
    border: 1px solid #ccc;
}

.img-web-preview {
    border: 1px solid #ccc;
    transition: transform .2s;
}

.img-web-preview-bs {
    border: 1px solid transparent;
    transition: transform .2s;
}

.img-web-preview:hover {
    transform: scale(1.05);
}

.btn-extra-lg {
    padding: 0.7rem 1.7rem;
    margin-top: .5rem;
    font-size: 1.25rem;
    border-radius: .45rem;
}

.btn-link {
    color: #F79298;
}

.btn-link:hover {
    color: #000
}

.btn-main {
    color: #000;
    background-color: #F79298;
    border: 2px solid #F79298;
}

.btn-muted {
    color: #000;
    background-color: rgba(247, 146, 152, 0.6);
    border: 2px solid rgba(247, 146, 152, 0.13);
}

.btn-main:hover,
.btn-muted:hover,
.btn-main-outline:hover {
    background-color: #e76d76;
    border: 2px solid #e76d76;
}

.btn:focus,
.btn:active,
.btn-muted:active,
.btn-muted:focus {
    box-shadow: 0 0 0 0.25rem #ffd4d7;
}

.bg .btn-main,
.blog .bg .btn-main {
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
}

.bg .btn-main:hover,
.blog .bg .btn-main:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}

.bg a,
.blog .bg a {
    color: #333;
}

.bg a:hover,
.blog .bg a:hover {
    color: #000;
}

.btn-main-outline {
    color: #000;
    border: 2px solid #F79298;
}

.btn-arrow-left,
.btn-arrow-right {
    min-width: 200px;
    font-weight: bold;
    color: #F79298;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 200px;
    transition: 0.15s filter ease-in-out;
}

.btn-arrow-left:hover,
.btn-arrow-right:hover {
    color: #F79298;
    filter: brightness(76%) contrast(131%);
    transition: 0.15s filter ease-in-out;
}

.btn-arrow-left {
    background-image: url('/assets/arrow_left.svg');
    background-position: center bottom;
}

.btn-arrow-right {
    background-image: url('/assets/arrow_right.svg');
    background-position: center bottom;
}

.blockquote-footer {
    margin: -7px;
}

.blockquote-ref {
    font-size: .875em;
    font-style: italic;
}

a.social-icon {
    text-decoration: none;
    padding: 10px;
}

a.social-icon svg {
    width: 40px;
    height: 40px;
}

a.social-icon:hover {
    color: #e76d76
}

.pagination a.page-link {
    color: #F79298;
}

.pagination .page-item.active a.page-link {
    color: #fff;
    border-color: #F79298;
    background-color: #F79298;
}

.bg {
    background-color: #F79298;
    border-radius: .4rem;
}

.bg-50 {
    background-color: rgb(247, 146, 152, 0.5);
    border-radius: .4rem;
}

.bg-25 {
    background-color: rgb(247, 146, 152, 0.25);
    border-radius: .4rem;
}

.outline-box {
    padding: 0.3rem 0.5rem;
    border: 2px solid #F79298;
    border-radius: .8rem;
}

.outline-box-2 {
    padding: 0.3rem 0.5rem;
    border: 6px solid #F79298;
    border-radius: .8rem;
}

.outline-box-mint {
    padding: 0.3rem 0.5rem;
    border: 2px solid #8FE3D9;
    border-radius: .8rem;
}

.outline-box-filler-y {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.outline {
    padding: 0.3rem 0.5rem;
    border: 16px solid #F79298;
}

.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 120;
}

.cookie-consent-content {
    background: #ffe2e5;
    padding: 1.3rem 2.1rem;
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
    font-size: 0.9em;
    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;
}

.cookie-consent-buttons,
.cookie-consent-settings {
    display: none;
}

.form-switch .form-check-input:focus,
.form-switch .form-check-input:active {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffd4d7;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
    background-color: #F79298;
    border-color: #F79298;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.form-check-input:checked {
    background-color: #F79298;
    border-color: #F79298;
}

.form-check-input:focus,
.form-check-input:active,
.form-control:focus,
.form-control:active {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #eee;
}

.form-label.required:after {
    content: "*";
    color: #e76d76;
}

/*
----------------------------------------------------------------

    Brushes

----------------------------------------------------------------
*/

.brush-1 {
    background-image: url('/assets/brush1.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 95%;
}

.brush-2 {
    background-image: url('/assets/brush2.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 95%;
}

.brush-2-mint {
    background-image: url('/assets/brush2_mint.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.brush-3 {
    background-image: url('/assets/brush3_underline.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.brush-3-mint {
    background-image: url('/assets/brush3_underline_mint.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

/*
----------------------------------------------------------------

    Blog specific styles

----------------------------------------------------------------
*/

.blog .btn-link {
    color: #61d1c4;
}

.blog .btn-link:hover {
    color: #000
}

.btn-main-mint {
    color: #000;
    background-color: #8FE3D9;
    border-color: #8FE3D9;
}

.btn-main-mint-bright {
    background-color: #d3f0ec;
}

.btn-main-mint:hover,
.btn-main-outline-mint:hover {
    background-color: #8FE3D9;
    border-color: #8FE3D9;
}

.btn-main-outline-mint {
    color: #000;
    border: 2px solid #8FE3D9;
}

.btn-main-outline-gray {
    color: #000;
    border: 2px solid #d1d1d1;
}

.btn-main-gray,
.btn-main-outline-gray:hover {
    background-color: #d1d1d1;
    border: 2px solid #d1d1d1;
}

.blog .btn:focus,
.blog .btn:active,
.btn-main-mint:focus,
.btn-main-mint:active,
.btn-main-outline-mint:focus,
.btn-main-outline-mint:active,
.btn-main-mint-bright:focus,
.btn-main-mint-bright:active,
.blog a.btn-arrow-left:active,
.blog a.btn-arrow-right:active,
.blog a.btn-arrow-left:focus,
.blog a.btn-arrow-right:focus {
    box-shadow: 0 0 0 0.25rem #8FE3D9;
}

.btn-main-gray:focus,
.btn-main-outline-gray:active {
    box-shadow: 0 0 0 0.25rem #d1d1d1;
}

.blog a {
    color: #61d1c4;
}

.blog a:hover {
    color: #000;
}

.blog a.btn {
    color: #000;
}

.blog .pagination a.page-link {
    color: #61d1c4;
}

.blog .pagination .page-item.active a.page-link {
    color: #fff;
    border-color: #8FE3D9;
    background-color: #8FE3D9;
}

.blog-subheader a {
    color: #000;
    text-decoration: none;
}

.blog hr {
    background-color: #61d1c4;
    border: 2px solid #61d1c4;
    opacity: 0.66;
}

.blog .img-profile {
    width: 11rem;
    padding: 0 .9rem .9rem 0;
}

.blog .btn-arrow-down {
    font-weight: bold;
    color: #61d1c4;
    height: 250px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-image: url('/assets/arrow_down.svg');
    background-position: center center;
}

.blog a.btn-arrow-left,
.blog a.btn-arrow-right {
    min-width: 200px;
    font-weight: bold;
    color: #61d1c4;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 200px;
    transition: 0.15s filter ease-in-out;
}

.blog .btn-arrow-left:hover,
.blog .btn-arrow-right:hover {
    color: #61d1c4;
    filter: brightness(76%) contrast(131%);
    transition: 0.15s filter ease-in-out;
}

.blog .btn-arrow-left {
    background-image: url('/assets/arrow_left_mint.svg');
    background-position: center bottom;
}

.blog .btn-arrow-right {
    background-image: url('/assets/arrow_right_mint.svg');
    background-position: center bottom;
}

.blog .badge {
    z-index: 100;
    white-space: normal;
    text-align: left;
    line-height: 1.2;
}

.blog .post-badges a {
    color: #000
}

.blog #search-result em {
    background-color: #8FE3D9;
}

.blog #search-result h2 a {
    color: #000;
    text-decoration: none;
}

.blog .aff-links-row {
    margin: 0 .2rem;
    padding-bottom: .2rem;
    border-radius: .4rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.blog img.my-story-image {
    width: 30rem;
}

.blog .cookie-consent-content {
    background-color: #ededed;
}

.blog .form-switch .form-check-input:checked {
    background-color: #61d1c4;
    border-color: #61d1c4;
}

.blog .form-switch .form-check-input:focus,
.blog .form-switch .form-check-input:active {
    box-shadow: 0 0 0 0.25rem #8FE3D9;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 3.4rem;
    margin-bottom: 1rem;
}

.post-content li {
    margin-bottom: 0.5rem;
}

.blog .bg {
    background-color: #8FE3D9;
    border-radius: .4rem;
}

.aG9uZXlwb3QK-wrapper {
    overflow: hidden;
    position: relative;
}

#aG9uZXlwb3QK {
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    top: 50px;
}

/*
----------------------------------------------------------------

    Skoleni

----------------------------------------------------------------
*/
.feature-block {
    margin-bottom: 42px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    border-radius: 30px;
    background-color: #F79298;
}

.feature-icon svg {
    width: 30px;
    height: 30px;
    margin: 15px;
    fill: #333;
}

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

.collapse-btn {
    display: block;
    padding: 8px 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.collapse-btn svg {
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 8px;
    fill: #333;
}

.collapse-btn svg:hover {
    fill: #000;
}

.collapse-container {
    margin-bottom: 6px;
    border: 2px solid #e6e6e6;
    border-radius: 12px;
}

.testimonial {
    margin-bottom: 3rem;
}

.testimonial-text>p {
    font-style: italic;
}

@media (max-width: 768px) {
    .testimonial-image {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}

#confirmation {
    display: none;
}
