
.rd-container {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 120rem;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center !important;
}

.log-sign-in {
    padding: 0 1.5625rem 2.1875rem;
    background-color: white;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    margin-top: -1.25rem;
    display: flex;
    flex-wrap: wrap;
}

.title-h3 {
    font-size: 2.25rem;
    font-family: "Teko", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5
}

@media (min-width: 768px) {
    .title-h3 {
        font-size: 2.5rem
    }
}

@media (min-width: 1024px) {
    .title-h3 {
        font-size: 2.3rem
    }
}

.title-h3-desktop {
    font-size: 2.25rem !important;
    font-family: "Teko", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    font-size: 2.75rem
}

@media (min-width: 768px) {
    .title-h3-desktop {
        font-size: 2.5rem
    }
}

@media (min-width: 1024px) {
    .title-h3-desktop {
        font-size: 2.3rem
    }
}

.cover__title {
    font-family: "Teko", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    line-height: 1.2;
    font-size: 3.2rem !important;
}

.cover__description {
    margin: 0;
    font-size: .875rem;
}

@media (min-width: 768px) {
    .cover__title {
        font-size: 3.125rem !important;
    }
}

@media (min-width: 1024px) {
    .cover__title {
        font-size: 4.375rem !important;
    }
}

.py-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.block-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-100 {
    width: 100% !important;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.log-sign-in {
    padding: 0 1.5625rem 2.1875rem;
    background-color: white;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    margin-top: -1.25rem;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .log-sign-in {
        width: calc(100% - 10px)
    }
}

.log-sign-in__log-form {
    margin-bottom: 1.5625rem
}

@media (min-width: 1024px) {
    .log-sign-in__log-form {
        margin-bottom: 0
    }
}

.log-sign-in__log-form, .log-sign-in__social-auth {
    width: 100%
}

@media (min-width: 1024px) {
    .log-sign-in__log-form, .log-sign-in__social-auth {
        width: calc(50% - 30px)
    }
}

.log-sign-in__line {
    display: none
}

@media (min-width: 1024px) {
    .log-sign-in__line {
        display: block;
        position: relative;
        width: 3.75rem
    }

    .log-sign-in__line:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        border-left: 1px dashed #c4c4c4
    }
}

.px-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.text-14 {
    font-size: 1.5rem;
}

.fw-bold {
    font-weight: 700 !important;
}

.m-0 {
    margin: 0 !important;
}

.button-social-auth {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background-color: white;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0.25rem;
    width: 100%;
}

.mt-15 {
    margin-top: 1.5rem;
}

.button-social-auth .icon + span {
    margin-left: 0.75rem;
    width: 15rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
}

.icon {
    display: block;
    width: 2.5rem;
    height: 3.5rem;
    color: inherit;
    cursor: pointer;
    position: relative;
}

.login-div a {
    color: black;
}

.link:hover {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--bs-link-hover-color);
}

a:hover {
    color: var(--bs-link-hover-color);
}

.link {
    text-decoration: underline;
    color: inherit;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.mb-25 {
    margin-bottom: 2.5625rem;
}

.button--green:hover {
    background-color: white;
    color: #0FA50C;
}

.button:hover {
    text-decoration: none;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.login-div .button--green {
    text-decoration: none !important;
    color: white !important;
    background-color: #0FA50C !important;
    border-color: #0FA50C !important;
}

.login-div .button--block {
    width: 100% !important;
}

.login-div .button {
    height: 50px;
    color: white;
    font-size: 15px;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid transparent !important;
    cursor: pointer !important;
    padding: 0 !important;
    line-height: 1 !important;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

.button--blue {
    text-decoration: none;
    color: white;
    background-color: #00A3FF;
    border-color: #00A3FF;
}

@media (min-width: 1024px) {
    .text-lg-start {
        text-align: left !important;
    }
}

.text-center {
    text-align: center;
}

.mb-10 {
    margin-bottom: 1.2rem;
}

.mt-25 {
    margin-top: 2.5625rem;
}

.cover {
    height: 25rem;
    overflow: hidden;
    position: relative;
    color: white
}

.cover--contact .cover__arrow, .cover--login .cover__arrow {
    margin-bottom: 2rem
}

.cover--magazine {
    height: 12.5rem
}

@media (min-width: 768px) {
    .cover--magazine {
        height: 22.5rem
    }
}

@media (min-width: 768px) {
    .cover--article {
        height: 36.25rem
    }
}

.cover--article .cover__title {
    margin-bottom: 2.25rem
}

.cover__shadow {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25rem;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

@media (min-width: 768px) {
    .cover__shadow {
        height: 25rem
    }
}

.cover__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(100% + 200px)
}

.cover__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.cover__container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.cover__title {
    font-size: 2.5rem;
    font-family: "Teko", sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 3px 3px 0 black;
    line-height: 1.2
}

@media (min-width: 768px) {
    .cover__title {
        font-size: 3.125rem
    }
}

@media (min-width: 1024px) {
    .cover__title {
        font-size: 4.375rem
    }
}

.cover__description {
    margin: 0; /**/
    font-size: 1.5rem
}

.cover__description p {
    margin: 0
}

.cover__description.compressed {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cover__arrow {
    cursor: pointer;
    margin: .25rem auto .75rem auto
}

.cover__arrow.open {
    transform: rotate(180deg)
}

.cover__arrow.hidden {
    visibility: hidden
}

@media (max-width: 767.98px) {
    .cover__arrow.hidden {
        height: 0
    }
}

.cover-intro {
    position: relative
}

.cover-intro:before {
    content: '';
    pointer-events: none;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.5625rem;
    background-color: black
}

.cover-intro:after {
    content: '';
    pointer-events: none;
    z-index: 2;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: calc(100% - 20px);
    height: 15rem;
    max-width: 115rem;
    background-color: white;
    box-shadow: 0px -40px 15px 5px rgba(0, 0, 0, 0.1)
}

.cover-intro--gray-100:before {
    height: 5rem;
    background-color: #f2f2f2
}

@media (min-width: 768px) {
    .cover-intro--gray-100:before {
        height: 3.125rem
    }
}

.cover-intro--gray-100:after {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1)
}

.cover-intro > div {
    z-index: 3;
    position: relative
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem
}

@media (min-width: 768px) {
    .breadcrumbs {
        font-size: 1.5rem
    }
}

.breadcrumbs__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.breadcrumbs__item:not(:last-child):after {
    content: '|'
}

.breadcrumbs__link {
    display: block;
    color:white;
    padding: .125rem .3125rem
}

.breadcrumbs__link:hover {
    text-decoration: underline
}

