:root {
    --fontMedium: 'Work Sans Medium', sans-serif;
    --fontBold: 'Work Sans Bold', sans-serif;
}

.su-wrapper {
    max-width: 1342px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.comm-page-home .siteforceContentArea .comm-layout-column:not(:empty) {
    padding: 0;
}

/*fixed the footer to the bottom*/
.siteforceThemeLayoutStarter .body {
    min-height: calc(100vh - 616px);
}

/*header*/
.header .forceCommunityThemeNav .mainNavItem .linkBtn {
    font: 16px/24px var(--fontMedium);
}

.siteforceThemeLayoutStarter .header {
    position: relative;
}

/*Carousel Home Page*/
.comm-page-home .siteforceContentArea .carousel {
    overflow-x: hidden;
}

.comm-page-home .siteforceContentArea .carousel .carousel-cell {
    position: relative;
}

.comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title {
    width: 100%;
    padding: 0 15px;
    justify-content: flex-end;
    max-width: 1200px;
}

.comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text {
    max-width: 50%;
}

.comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text p {
    font: 55px/55px var(--fontBold);
}

.comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text span.slds-text-body--regular {
    font: 18px/30px var(--fontMedium);
}

.comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text button {
    width: 160px;
    padding: 3px;
    border-radius: 50px;
    background: #fff;
    color: #46698C;
    font: 18px/39px var(--fontMedium);
    border: none;
    transition: .3s ease;
}

.comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text button:hover {
    background: #003366;
    color: #fff;
}

.comm-page-home .siteforceContentArea .carousel .slds-image__crop img {
    object-fit: cover;
}

/*tiles on Home page*/
.su-tiles-section {
    padding: 112px 0;
    background: #fff;
}

.tiles-caption-region {
    text-align: center;
}

.tiles-caption-region .tiles-caption-region__row {
    font: 16px/24px var(--fontBold);
    color: #D29F13;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.tiles-caption-region .tiles-caption-region__title {
    margin: 16px 0;
    font: 48px/58px var(--fontBold);
    color: #036;
}

.tiles-caption-region .tiles-caption-region__subtitle {
    font: 18px/27px var(--fontMedium);
    color: #4A4A4A;
}

.su-tiles-section .tiles-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-top: 80px;
}

.su-tiles-section .tiles-content .tile-link {
    position: relative;
    padding: 24px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 51, 102, 0.05);
    transition: box-shadow .3s ease;
}

.su-tiles-section .tiles-content .tile-link:hover {
    text-decoration: none;
    box-shadow: 0px 4px 60px 0px rgba(0, 51, 102, 0.2);
}

.su-tiles-section .tiles-content .tile-item__image {
    margin-bottom: 24px;
    padding: 12px;
    background: #036;
    border-radius: 100px;
}

.su-tiles-section .tiles-content .tile-item__title {
    margin-bottom: 24px;
    font: 700 24px/36px var(--fontBold);
    color: #4A4A4A;
}

.su-tiles-section .tiles-content .tile-item__subtitle {
    margin-bottom: 60px;
    font: 16px/24px var(--fontMedium);
    color: #4A4A4A;
}

.su-tiles-section .tiles-content .tile-item__button {
    position: absolute;
    bottom: 24px;
    font: 16px/24px var(--fontMedium);
    color: #4A4A4A;
    transition: .3s ease;
}

.su-tiles-section .tiles-content .tile-item__button img {
    transition: .3s ease;
}

.su-tiles-section .tiles-content .tile-item__button:hover img {
    transform: translateX(5px);
}

/*contact us form*/
.contacts-section .contact-form input,
.contacts-section .contact-form textarea {
    padding: 12px;
    font: 16px/24px var(--fontMedium);
    color: #4A4A4A;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}

.contacts-section .contact-form lightning-input label,
.contacts-section .contact-form lightning-textarea label {
    margin-bottom: 8px;
    font: 14px/21px var(--fontMedium);
    color: #4A4A4A;
}

.contacts-section .contact-form .slds-checkbox__label .slds-form-element__label {
    font: 16px/24px var(--fontMedium);
    color: #4A4A4A;
}

.contacts-section .contact-form .slds-checkbox_faux {
    border: 1px solid #D9D9D9;
    border-radius: 0;
}

.contacts-section .contact-form .contact-form-button button {
    padding: 12px 48px;
    font: 16px/24px var(--fontBold);
    color: #FFF;
    background: #C00;
    border-radius: 0;
    border: none;
    transition: .3s ease;
}

.contacts-section .contact-form .contact-form-button button:hover {
    background: #d29f13;
}

/*new footer*/
.su-footer {
    background: #1c3664;
}

.su-footer-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 33px 15px 25px;
}

.su-footer__upper-part {
    display: flex;
    justify-content: space-between;
    gap: 140px;
}

.su-footer__upper-part .logo-block {
    text-align: center;
}

.su-footer__upper-part .logo-block img {
    margin: -20px 0 0 30px;
    width: 310px;
}

.adress-block__social-medias {
    display: flex;
    gap: 8px;
    margin-bottom: 31px;
}

.adress-block__social-medias img {
    width: 35px;
    height: 35px;
}

.adress-block__social-medias a:last-child img {
    border-radius: 7px;
}

.su-footer__upper-part .adress-block__text p,
.su-footer__upper-part .info-block {
    font: 16px/27px var(--fontMedium);
    color: #fafbfb;
    letter-spacing: .3px;
}

.su-footer__upper-part .adress-block__text p:nth-child(2) {
    font: 13px/22px var(--fontMedium);
    font-style: italic;
    margin-bottom: 22px;
    letter-spacing: .3px;
}
.su-footer__upper-part .adress-block__text p:first-child,
.su-footer__upper-part .info-block p span {
    font-family: var(--fontBold)
}

.su-footer__upper-part .info-block p:first-child {
    font: 18px/30px var(--fontBold);
    letter-spacing: .3px;
}

.su-footer__upper-part .info-block {
    width: 325px;
}

.su-footer .su-footer__lower-part p {
    font: 14px/25px var(--fontMedium);
    color: #fff;
    text-align: center;
    margin-top: 60px;
    letter-spacing: .3px;
}

/*additional informative section on Home Page*/
.su-info-section {
    margin: 40px 0 100px;
}

.su-info-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.su-info-section__middle .statistics-item {
    display: flex;
    gap: 10px;
}

.su-info-section__middle .statistics-item:not(:last-child) {
    margin-bottom: 25px;
}

.su-info-section__middle {
    position: relative;
    padding: 34px 15px;
    width: 44%;
    height: fit-content;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
    background: rgba(232, 230, 230, 0.2);
}

.su-info-section__middle .frame {
    position: absolute;
    background: url(../img/frame.png) no-repeat;
    height: 154px;
    width: 168px;
}

.su-info-section__middle .frame:first-child {
    background-position: 0 0;
    left: -13px;
    top: -15px;
}

.su-info-section__middle .frame:nth-child(2) {
    background-position: 100% 0;
    right: -15px;
    top: -14px;
}

.su-info-section__middle .frame:nth-child(3) {
    background-position: 0 100%;
    bottom: -13px;
    left: -14px;
}

.su-info-section__middle .frame:nth-child(4) {
    background-position: 100% 100%;
    bottom: -14px;
    right: -16px;
}

.su-info-section-wrapper .su-info-section__subtitle {
    font: 16px/24px var(--fontMedium);
    color: #000;
    letter-spacing: .3px;
}

.su-info-section__middle .statistics-item img {
    width: 58px;
}

.su-info-section__middle .statistics-item.members img {
    height: 44px;
    width: 56px;
}

.su-info-section__middle .statistics-item.partners img {
    height: 44px;
    width: 65px;
}

.su-info-section__left,
.su-info-section__right {
    width: 28%;
}

.su-info-section__right > img {
    margin: 10px 0 20px;
}

.su-info-section__left > img {
    margin: -10px 0 60px;
    width: 80%;
}

.su-info-section-wrapper .su-info-section__left .su-info-section__subtitle {
    margin-bottom: 70px;
}


.statistics-item .statistics-item__text h4 {
    font: 22px/24px var(--fontBold);
    color: #003366;
}

.statistics-item .statistics-item__text p {
    font: 16px/24px var(--fontMedium);
    color: #000;
}

.learn-more-btn__containter {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.su-info-section-wrapper a.learn-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font: 15px/29px var(--fontMedium);
    width: 160px;
    padding: 3px;
    border-radius: 50px;
    background: #cb2026;
    color: #fff;
    transition: .3s ease;
}

.su-info-section-wrapper a.learn-more-btn img {
    width: 14px;
    height: 14px;
    transition: .3s ease;
}

.su-info-section-wrapper a.learn-more-btn:hover {
    background: #7795b3;
    text-decoration: none;
    color: #fff;
}

.su-info-section-wrapper a.learn-more-btn:hover img {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1240px) {
    .comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text p {
        font: 40px/48px var(--fontBold);
    }

    /*new footer*/
    .su-footer__upper-part {
        gap: 70px;
    }

    .su-footer__upper-part .logo-block img {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    /*Carousel*/
    .comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text {
        max-width: 500px;
    }

    /*tiles*/
    .su-tiles-section .tiles-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    /*additional informative section on Home Page*/
    .su-info-section__middle {
        max-width: 400px;
        width: 100%;
    }

    .su-info-section__left,
    .su-info-section__right {
        width: 200px;
    }
}

@media screen and (max-width: 890px) {
    .comm-page-home .siteforceContentArea .carousel .slds-image__crop img {
        object-position: right;
    }
}

@media screen and (max-width: 767px) {
    /*new footer*/
    .su-footer__upper-part {
        flex-direction: column;
        gap: 50px;
    }

    .su-footer__upper-part .logo-block {
        text-align: left;
    }

    .su-footer__upper-part .logo-block img {
        width: 210px;
        margin-top: 0;
    }

    /*additional informative section on Home Page*/
    .su-info-section-wrapper {
        flex-direction: column;
    }

    .su-info-section__middle {
        margin: 0 auto;
    }

    .su-info-section__left,
    .su-info-section__right {
        width: 100%;
    }

    .su-info-section__left > img,
    .su-info-section__right > img {
        width: 230px;
    }

    .su-info-section {
        margin: 40px 0;
    }

    .su-info-section__middle .frame {
        width: 140px;
    }

    .su-info-section__middle .statistics-item.members img {
        height: 64px;
    }

    /*Carousel*/
    .comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text button {
        font: 16px / 29px var(--fontMedium);
    }

    .comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title {
        height: fit-content !important;
    }

    /*tiles*/
    .su-tiles-section {
        padding: 60px 0;
    }

    .tiles-caption-region .tiles-caption-region__title {
        font: 38px/50px var(--fontBold);
    }

    .su-tiles-section .tiles-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 40px;
    }

    .su-tiles-section .tiles-content .tile-link {
        box-shadow: 0px 4px 60px 0px rgba(0, 51, 102, 0.1);
    }

    .su-tiles-section .tiles-content .tile-item__title {
        margin-bottom: 15px;
    }

    .su-tiles-section .tiles-content .tile-item__subtitle {
        margin-bottom: 20px;
    }

    .su-tiles-section .tiles-content .tile-item__button {
        position: static;
    }

    /*contact us*/
    .contacts-section .contact-form input, 
    .contacts-section .contact-form textarea {
        padding: 8px 12px;
    }
}

@media screen and (max-width: 500px) {
    /*tiles*/
    .tiles-caption-region .tiles-caption-region__title {
        font: 30px/40px var(--fontBold);
    }

    .su-tiles-section .tiles-content .tile-item__title {
        font: 700 20px/30px var(--fontBold);
    }

    /*additional informative section on Home Page*/
    .statistics-item .statistics-item__text h4 {
        font-size: 18px;
    }

    /*carousel*/
    .comm-page-home .siteforceContentArea .carousel figcaption.slds-image__title .slds-image__text p {
        font: 35px/40px var(--fontBold);
    }

    .comm-page-home .siteforceContentArea .carousel .cloudx_cmsSS_uiImageBanner .slds-image__crop {
        height: 500px !important;
    }

    /*footer*/
    .su-footer__upper-part .info-block {
        width: unset;
    }
}