@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

:root {
    --main: #4D4D4D;
    --gold: #BA9051;
    --grey: #A6A6A6;
    --light-grey: #F6F6F6;
    --grey-60: #666666;
    --grey-40: #A6A6A6;
    --grey-20: #D8D8D8;
    --blue: #4AA0D6;
    --green: #78A450;
    --dark-green: #004438;
    --red: #B8303C;
    --blue-bg: #F3FAFD;
    --default-shadow: 0 4px 16px 0 #4D4D4D1A;
}

.main {
    padding-top: 48px;
}

#header {
    /*margin-top: -48px;*/
}

.sws-page, .test-tt, .sws-body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--main);
    font-size: 16px;
    line-height: 1.7;
}

.top-main-block {
    width: 100%;
    height: 810px;
    position: relative;
    margin-bottom: 96px;
}

.top-main-block-image {
    width: auto;
    max-width: none;
    min-width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.top-main-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /*max-width: 1280px;*/
    text-align: left;
    z-index: 1;
    display: none !important;
}

.top-main-block-title {
    color: #fff;
    /*font-size: 48px;*/
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    margin: 8px auto 0;
    text-transform: none;
    text-align: left;
    width: 100%;
}

.top-main-block-scroll-btn {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../svg/down_icon_white.svg") no-repeat center/100%;
    cursor: pointer;
}

.top-main-block .breadcrumbs-wrapper {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
}

.top-main-block .breadcrumbs-wrapper .breadcrumbs > *, .breadcrumbs-wrapper a {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.sws-container {
    width: 90% !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sws-tiles-block {

}

.sws-tile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 96px;
}

.sws-tile:nth-of-type(even) .sws-tile-image-wrapper {
    order: 1;
}

.sws-tile-image-wrapper {
    width: 49%;
    flex-shrink: 0;
}

.sws-tile-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-width: none;
}

.sws-tile-content-wrapper {
    width: calc( 50% - 8px );
    max-width: 530px;
}

.sws-tile:nth-of-type(even) .sws-tile-content-wrapper,
.sws-isa-block .sws-tile:nth-of-type(odd) .sws-tile-content-wrapper {
    order: 2;
}

/*.sws-tiles-block:not(.sws-image-first) .sws-tile:nth-of-type(even) .sws-tile-content-wrapper {*/
/*    order: 2;*/
/*}*/

/*.sws-tiles-block.sws-image-first .sws-tile:nth-of-type(odd) .sws-tile-content-wrapper {*/
/*    order: 1;*/
/*}*/

/*.sws-tiles-block.sws-image-first .sws-tile:nth-of-type(odd) .sws-tile-image-wrapper {*/
/*    order: 2;*/
/*}*/

.sws-tile-content-wrapper .sws-standard-btn {
    margin-top: 24px;
    padding: 10px 20px;
    min-height: 50px;
}

.video-container {
    border-radius: 8px;
    overflow: hidden;
}

.sws-tile-title {
    width: 100%;
    text-transform: none;
    /*font-size: 48px;*/
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 24px;
    text-align: left;
    display: block;
    color: var(--gold);
}

.sws-tile-title span {
    color: var(--gold);
}

.sws-tile-content > * + * {
    margin-top: 24px;
}

.sws-text, .sws-tile-content p {
    font-size: 18px;
    line-height: 1.7;
    color: var(--main);
    font-weight: 400;
}

.sws-standard-btn {
    min-height: 64px;
    padding: 12px 32px;
    transition: .3s;
    cursor: pointer;
    background: var(--gold);
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    border: none;
}

.sws-infinite-list-block {
    margin-bottom: 96px;
}

.sws-block-title {
    /*font-size: 48px;*/
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
    color: var(--gold);
    width: 100%;
    padding: 0;
    margin: 0 auto 24px;
    text-align: center;
}

.sws-block-subtitle {
    max-width: 848px;
    text-align: center;
    margin: 0 auto 24px;
    font-size: 18px;
    line-height: 1.7;
}

.sws-infinite-list:not(.slick-initialized),
.sws-reviews-list:not(.slick-initialized),
.sws-featured-winners-list:not(.slick-initialized) {
    opacity: 0;
}

.sws-logo-item {
    width: 260px !important;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    background-color: var(--light-grey);
    border: 1px solid var(--light-grey);
    transition: .3s;
}

.sws-logo-item:hover {
    transition: .3s;
    border-color: var(--gold);
    background-color: #fff;
}

.sws-logo-item img {
    width: 100%;
    display: block;
    height: auto;
}

.sws-benefits-block {
    padding: 96px 0 80px;
    background: var(--light-grey) url("../qa-real-estate-form.html") no-repeat center/cover;
    margin-bottom: 96px;
}

.sws-container {

}

.sws-benefits-list {
    width: calc( 100% + 16px );
    margin: 64px -8px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.sws-benefits-list {
    margin-top: 0 !important;
}

.sws-benefits-block .sws-block-title {
    color: #fff;
}

.sws-benefit-item {
    width: calc( 25% - 16px );
    margin: 0 8px 16px;
    text-align: center;
    padding: 32px 16px;
    border-radius: 8px;
    background: #f5f5f5;
}

.sws-benefit-item-icon {
    width: auto;
    height: 64px;
    margin: 0 auto 20px;
    display: block;
}

.sws-benefit-item-title {
    text-align: center;
    /*font-size: 48px;*/
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 500;
}

.sws-benefit-item-desc {
    text-align: center;
    color: var(--grey-60);
    font-size: 16px;
    line-height: 1.4;
}

.sws-reasons-block {
    margin-bottom: 96px;
}

.sws-reasons-list {
    width: 100%;
}

.sws-reason-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.sws-reason-item:nth-of-type(even) .sws-reason-item-image-wrapper {
    order: 1;
}

.sws-reason-item:nth-of-type(even) .sws-reason-item-content-wrapper {
    order: 2;
}

.sws-reason-item-content-wrapper {
    width: 49%;
    flex-shrink: 0;
    max-width: 524px;
}

.sws-reason-item-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 100px;
    position: relative;
}

.sws-reason-item-title-number {
    color: var(--light-grey);
    font-size: 160px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
}

.sws-reason-item-content li {
    margin-top: 32px;
    list-style: disc inside;
    font-size: 18px;
    line-height: 1.7;
}

.sws-reason-item-content li::marker,
.sws-reason-item-content li b,
.sws-reason-item-content li strong {
    color: var(--gold);
    font-weight: 500 !important;
}

.sws-reason-item-image-wrapper {

}

.sws-reason-item-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.sws-reason-item-image-caption {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    color: var(--grey);
}

.sws-center-container {
    display: flex;
    justify-content: center;
}

.sws-reviews-block {
    margin-bottom: 96px;
}

.sws-reviews-list {
    width: 100%;
}

.sws-review {
    padding: 8px;
}

.sws-reviews-list .slick-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
}

.sws-review-inner {
    border-radius: 8px;
    background: #fff;
    padding: 32px 40px;
    box-shadow: 0 2px 8px 0 #4D4D4D1A;
}

.sws-review-image {
    width: auto;
    height: 128px;
    display: block;
    margin-bottom: 24px;
    border-radius: 50%;
}

.sws-review-text {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
}

.sws-text-gold {
    color: var(--gold);
}

.sws-input-label + .sws-form-tip {
    margin: -2px 0 8px;
}

.sws-text-underline {
    text-decoration: underline;
}

.sws-text-italic {
    font-style: italic;
}

.sws-review .sws-text-gold, .sws-testimonial-card .sws-text-gold {
    font-weight: 700;
}

.sws-review-name {
    margin-top: 24px;
    color: var(--gold);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}

.sws-review-position {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey);
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

a.sws-review-position:hover {
    transition: .3s;
    color: var(--gold);
}

.sws-page .slick-arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid var(--gold);
    background: #fff url("../svg/arrow_right_gold.svg") no-repeat center/10px;
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    z-index: 1;
    transition: .3s;
}

.slick-disabled {
    display: none !important;
    transition: .3s;
}

.sws-page .slick-arrow.slick-prev {
    right: auto;
    left: -32px;
    text-indent: 9999px;
    transform: translateY(-50%) rotate(180deg);
}

.sws-award-categories-block {
    margin-bottom: 96px;
    padding: 96px 0;
    background: var(--light-grey);
}

.sws-award-categories-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.sws-award-category-item {
    width: calc( 50% - 16px );
    min-height: 80px;
    margin: 0 8px 16px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 24px 10px 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 #4D4D4D1A;
    text-decoration: none;
}

.sws-award-category-item.sws-visible-item {
    display: flex;
}

.sws-award-category-item-label {
    padding-left: 36px;
    /*background: url("../images/crown_icon.svg") no-repeat left -1px/24px;*/
    background: url("../svg/crown_icon.svg") no-repeat left -4px/24px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: var(--main);
    transition: .3s;
}

a.sws-award-category-item:hover .sws-award-category-item-label {
    color: var(--gold);
    transition: .3s;
}

.sws-standard-btn.sws-white-btn {
    background: #fff;
    color: var(--gold);
    border: 2px solid var(--gold);
}

.sws-award-categories-block .sws-standard-btn {
    margin-top: 16px;
}

.sws-selection-criteria-block {
    margin-bottom: 96px;
}

.sws-selection-criteria-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-flow: wrap;
}

.sws-selection-criteria-content {
    width: 568px;
    height: 568px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sws-selection-criteria-desc {
    width: 150px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: var(--gold);
    padding-top: 64px;
    background: url("../svg/crown_icon.svg") no-repeat center top/56px;
}

.sws-selection-criteria-image {
    width: 100%;
    display: block;
}

.sws-selection-criterion {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column;
    margin-top: 48px;
    text-align: right;
}

.sws-selection-criterion-inner {
    height: 152px;
    /*width: 308px;*/
    width: 312px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: column;
    text-align: right;
}

.sws-selection-criterion:first-of-type .sws-selection-criterion-inner, .sws-selection-criterion:nth-of-type(2) .sws-selection-criterion-inner {
    justify-content: flex-end;
}

.sws-selection-criterion:nth-of-type(3) .sws-selection-criterion-inner, .sws-selection-criterion:nth-of-type(4) .sws-selection-criterion-inner,
.sws-selection-criterion:nth-of-type(9) .sws-selection-criterion-inner, .sws-selection-criterion:nth-of-type(10) .sws-selection-criterion-inner {
    justify-content: flex-start;
}

.sws-selection-criterion:first-of-type, .sws-selection-criterion:nth-of-type(2) {
    margin-top: 0;
}

.sws-selection-criterion:nth-of-type(even) {
    align-items: flex-start;
    text-align: left;
}

.sws-selection-criterion:nth-of-type(even) .sws-selection-criterion-inner {
    align-items: flex-start;
    text-align: left;
}

.sws-selection-criterion:first-of-type, .sws-selection-criterion:nth-of-type(9) {
    padding-right: 56px;
}

.sws-selection-criterion:nth-of-type(2), .sws-selection-criterion:nth-of-type(10) {
    padding-left: 56px;
}

.sws-selection-criterion:nth-of-type(3), .sws-selection-criterion:nth-of-type(7) {
    padding-right: 288px;
}

.sws-selection-criterion:nth-of-type(4), .sws-selection-criterion:nth-of-type(8) {
    padding-left: 288px;
}

.sws-selection-criterion:nth-of-type(5) {
    padding-right: 332px;
}

.sws-selection-criterion:nth-of-type(6) {
    padding-left: 332px;
}

.sws-selection-criterion:nth-of-type(5), .sws-selection-criterion:nth-of-type(6),
.sws-selection-criterion:nth-of-type(7), .sws-selection-criterion:nth-of-type(8) {
    margin-top: 28px;
}

.sws-selection-criterion-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.sws-selection-criterion-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--grey-60);
}

.sws-featured-winners-block {
    margin-bottom: 96px;
}

.sws-featured-winners-list {
    margin-bottom: 96px;
}

.sws-featured-winners-list .slick-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
}

.sws-featured-winner-card {
    margin: 0 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.sws-featured-winner-card-image {
    width: 100%;
    height: 100%;
}

.sws-featured-winner-card-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}

.sws-featured-winner-card-badge-icon {
    width: 64px;
}

.sws-featured-winner-card:after {
    content: '';
    width: 100%;
    height: 184px;
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231F20 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sws-featured-winner-card-content {
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 24px 12px 4px;
}

.sws-featured-winner-card-nomination {
    margin-bottom: 8px;
    font-style: italic;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.sws-featured-winner-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
}

.sws-featured-winner-card-website {
    margin-top: 12px;
    display: inline-block;
    text-decoration: underline;
    padding-right: 16px;
    background: url("../svg/arrow_right_top_white_icon.svg") no-repeat right center/16px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.sws-center-container + .sws-center-container {
    margin-top: 16px;
}

.sws-page .slick-dots {
    height: 12px;
    bottom: -48px;
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-page .slick-dots button {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid var(--gold);
    transition: .3s;
    margin: 0;
}

.sws-page .slick-dots .slick-active button {
    background: var(--gold);
    transition: .3s;
}

.sws-page .slick-dots li {
    margin: 0 6px;
}

.sws-testimonials-block {
    margin-bottom: 96px;
}

.sws-testimonials-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    opacity: 0;
    transition: .3s;
}

.sws-testimonials-list.sws-visible {
    opacity: 1;
    transition: .3s;
}

.sws-testimonial-card {
    width: calc( 100% / 3 );
    padding: 8px;
}

.sws-testimonial-card:not(.sws-visible-testimonial-item) {
    display: none;
}

.sws-banner-block {
    margin-bottom: 96px;
}

.sws-banner-block-container {
    min-height: 320px;
    padding: 74px 40px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: url("https://luxurylifestyleawards.com/wp-content/uploads/2024/09/award_main_image.jpg") no-repeat center/cover;*/
}

.sws-banner-block-container .sws-standard-btn {
    margin-top: 24px;
}

.sws-banner-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.sws-banner-wrapper {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.sws-banner-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8px;
}

.sws-banner-desc {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
}

.sws-content-block {
    margin-bottom: 96px;
}

.sws-content-block img {
    margin: 0 auto;
    display: block;
}

.sws-top-100-slider, .sws-title-with-image-block {
    margin-bottom: 96px;
}

.sws-title-image {
    display: block;
    width: auto;
    margin: 0 auto 24px;
}

.sws-reason-item-image-wrapper {
    width: calc( 50% - 8px );
    flex-shrink: 0;
}

.sws-image-first.sws-tiles-block .sws-tile:nth-of-type(even) .sws-tile-image-wrapper {
    order: 2;
}

.sws-image-first.sws-tiles-block .sws-tile:nth-of-type(odd) .sws-tile-image-wrapper {
    order: 1;
}

.sws-image-first.sws-tiles-block .sws-tile:nth-of-type(even) .sws-tile-content-wrapper {
    order: 1;
}

.sws-image-first.sws-tiles-block .sws-tile:nth-of-type(odd) .sws-tile-content-wrapper {
    order: 2;
}

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
    background: rgba(255,255,255,.8);
    border-radius: 16px;
    overflow: hidden;
}

body > .loader-container {
    position: fixed;
}

.site-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: rgba(255,255,255,1);
}

.lds-roller {
    display: inline-block;
    position: absolute;
    top: 150px;
    left: calc( 50% - 40px );
    z-index: 10;
    width: 80px;
    height: 80px;
}

body > .loader-container > .lds-roller {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* form styles start */

.sws-form-block {
    min-height: 100vh;
    padding: 210px 0 96px;
    background: url("../hero-1920x810.html") no-repeat fixed center center/100vw auto;
}

.sws-form-container {
    max-width: 1080px;
}

.sws-form-title {
    width: 100%;
    color: #fff;
    /*font-size: 48px;*/
    font-size: 40px;
    line-height: 1.3;
    margin: 0 auto 24px;
    font-weight: 500;
    text-transform: none;
}

.sws-form-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 24px;
    color: #fff;
}

.sws-first-step-content {
    text-align: center;
}

.sws-form-content-container {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 40px 110px 64px;
    background: #fff;
}

.sws-form-steps-list {
    width: 100%;
}

.sws-form-step-wrapper {

}

.sws-form-step-wrapper.active {

}

.sws-form-step-title-wrapper {
    transition: .3s;
    padding: 24px 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--grey-20);
}

.sws-form-step-title-wrapper:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;

}

.sws-body .breadcrumbs-wrapper {
    display: block !important;
    color: #fff;
    margin: 0;
}

.sws-body .breadcrumbs-wrapper a {
    color: #fff;
}

.sws-body .breadcrumbs-wrapper a:hover {
    color: var(--gold);
}

.page-template-template-exclusive-editions-inner-1-php .breadcrumbs-wrapper .breadcrumbs > *, .page-template-template-exclusive-editions-inner-1-php .breadcrumbs-wrapper a,
.sws-body .breadcrumbs-wrapper .breadcrumbs > *, .sws-body .breadcrumbs-wrapper a {
    color: var(--grey-40);
    font-style: italic;
    font-size: 12px;
}

.page-template-template-exclusive-editions-inner-1-php .breadcrumbs-wrapper a:hover, .sws-body .breadcrumbs-wrapper a:hover {
    color: var(--gold);
}

.page-template-template-exclusive-editions-inner-1-php .breadcrumbs-wrapper, .sws-body .breadcrumbs-wrapper {
    display: block !important;
    position: relative;
    left: auto;
    top: auto;
    color: var(--grey-40);
    font-style: italic;
    font-size: 12px;
    margin: 24px auto;
    padding: 0;
    width: 90%;
    max-width: 1280px;
}

.sws-form-step-wrapper.current .sws-form-step-title-wrapper {
    border-color: var(--gold);
}

.sws-form-step-wrapper.current .sws-form-step-title-wrapper:after {
    display: block;
}

.sws-form-step-title-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--grey-40);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: var(--grey-40);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: .1s;
    font-weight: 700;
    background: url("../svg/sws_checked_icon_green.svg") no-repeat center/0;
}

.sws-form-step-wrapper.current .sws-form-step-title-number {
    color: var(--gold);
    border-color: var(--gold);
    transition: .1s;
}

.sws-form-step-wrapper.validated:not(.current) .sws-form-step-title-number {
    color: transparent;
    background-size: 12px;
    border-color: var(--green);
}

.sws-form-step-title {
    font-size: 24px;
    /*line-height: 1.3;*/
    line-height: 1;
    font-weight: 500;
    color: var(--grey-40);
    transition: .3s;
}

.sws-form-step-wrapper.current .sws-form-step-title {
    color: var(--gold);
    transition: .3s;
}

.sws-form-step-wrapper.validated .sws-form-step-title-wrapper {
    cursor: pointer;
}

.sws-form-step-edit-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    color: var(--blue);
    font-size: 14px;
    line-height: 1.4;
    display: none;
}

.sws-form-step-wrapper.validated:not(.current) .sws-form-step-edit-btn {
    display: block;
}

.sws-form-step-inner {
    max-width: 525px;
    display: none;
    margin: 0 auto 32px;
}

.sws-form-step-wrapper.current .sws-form-step-inner {
    display: block;
}

.sws-input-block {
    margin-top: 32px;
}

.sws-input-block textarea {
    height: 96px;
    resize: vertical;
}

.sws-input-label {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--main);
    display: inline-block;
    position: relative;
}

.sws-input-label-number {
    color: var(--gold);
}

.sws-input {
    padding: 11px 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main);
    font-weight: 500;
    border: 1px solid var(--grey-60);
    border-radius: 4px;
}

.sws-validate-form-step-btn, .sws-form-step-wrapper .sws-standard-btn {
    width: 100%;
    display: flex;
    margin-top: 32px;
}

.sws-input.error {
    border-color: var(--red) !important;
}

.sws-input-error-text {
    color: var(--red);
    font-weight: 500;
    font-size: 14px;
    /*margin: 5px 0 -25px;*/
    margin: 5px 0 0;
}

.sws-input-block label.error {
    color: var(--red);
    font-weight: 500;
    font-size: 14px;
    /*margin: 5px 0 -25px;*/
    margin: 5px 0 0;
    position: relative;
    left: 0;
}

.sws-form-content-container {
    display: none;
}

.sws-form-thanks-wrapper {
    display: none;
    padding-top: 160px;
    background: url("../svg/sws_checked_icon_rounded_green.svg") no-repeat center top/128px;
    text-align: center;
}

.sws-form-thanks-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--gold);
    text-transform: uppercase;
}

.sws-form-thanks-text {
    margin: 24px auto 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--main);
}

.sws-form-thanks-text a {
    color: var(--blue);
    text-decoration: underline;
}

.sws-qa-form, .sws-overlay {
    font-family: "Montserrat", sans-serif;
}

.sws-qa-form * {
    font-family: "Montserrat", sans-serif;
}

.qa-manufacturer-real-estate-form .sws-form-block {
    background-image: url("../qa-manufacturer-real-estate-form.html");
}

.qa-real-estate-form .sws-form-block {
    background-image: url('../qa-real-estate-form.html');
}

.qa-art-form .sws-form-block {
    background-image: url('../jpg/qa-art-form.jpg');
}

.qa-banking-form .sws-form-block {
    background-image: url('../jpg/qa-banking-form.jpg');
}

.qa-real-estate-development-form .sws-form-block {
    background-image: url('../qa-real-estate-development-form.html');
}

.qa-top-100-sustainable-real-estate-developers-brokers-architects-and-designers-of-the-world-form .sws-form-block {
    background-image: url('../qa-top-100-sustainable-real-estate-developers-brokers-architects-and-designers-of-the-world-form.html');
}

.qa-top-100-luxury-restaurants-form .sws-form-block {
    background-image: url('../qa-top-100-luxury-restaurants-form.html');
}

.qa-top-100-luxury-spas-form .sws-form-block {
    background-image: url('../qa-top-100-luxury-spas-form.html');
}

.qa-top-100-travel-agencies-and-tour-operators-qualification-assessment-form .sws-form-block {
    background-image: url('../qa-top-100-travel-agencies-and-tour-operators-qualification-assessment-form-2.html');
}

.qa-luxury-jewelry-form .sws-form-block {
    background-image: url('../qa-luxury-jewelry-form.html');
}

.qa-premium-wine-and-spirits-brands-form .sws-form-block {
    background-image: url('../qa-premium-wine-and-spirits-brands-form.html');
}

.qa-premium-food-and-beverages-form .sws-form-block {
    background-image: url('../qa-premium-food-and-beverages-form.html');
}

.qa-luxury-lifestyle-awards-form .sws-form-block {
    background-image: url('../qa-luxury-lifestyle-awards-form.html');
}

.qa-international-sustainability-awards-form .sws-form-block {
    background-image: url('../qa-international-sustainability-awards-form.html');
}

.single-subscription-form .sws-form-block {
    background-image: url('../png/img-thankyou-subscribe2.png');
}

.sws-body.sws-without-main-image .main {
    /*padding-top: 160px;*/
    padding-top: 208px;
}

.sws-body {
    font-family: "Montserrat", sans-serif;
}

select.sws-input option[value=""] {
    opacity: 0.5;
}

.sws-input-block .intl-tel-input .selected-flag {
    height: 48px;
}

.sws-file-types-list {
    margin: 12px auto 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-file-type-btn {
    background-color: #fff;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    transition: .3s;
    color: var(--grey-40);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border: 1px solid var(--grey-40);
}

.sws-file-type-btn-inner {
    background: url("../svg/sws_attach_icon_white.svg") no-repeat left center/16px;
    padding-left: 20px;
}

.sws-file-type-btn:first-of-type {
    border-radius: 4px 0 0 4px;
}

.sws-file-type-btn:last-of-type {
    border-radius: 0 4px 4px 0;
}

.sws-file-type-btn.active {
    background-color: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.sws-file-type-link-btn .sws-file-type-btn-inner {
    background-image: url("../svg/sws_attach_icon_grey.svg");
}

.sws-file-type-link-btn.active .sws-file-type-btn-inner {
    background-image: url("../svg/sws_attach_icon_white.svg");
}

.sws-file-type-image-btn .sws-file-type-btn-inner {
    background-image: url("../svg/sws_share_icon_grey.svg");
}

.sws-file-type-image-btn.active .sws-file-type-btn-inner {
    background-image: url("../svg/sws_share_icon_white.svg");
}

.sws-file-types-tabs {

}

.sws-file-type-tab {
    display: none;
}

.sws-file-type-tab.active {
    display: block;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 18px !important;
    color: var(--blue);
    font-weight: 500 !important;
}

.codedropz-upload-handler {
    border-color: var(--blue);
}

.codedropz-upload-inner h3 {
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

.codedropz-upload-inner span {
    font-size: 14px !important;
}

.sws-selection-inputs-block {
    display: none;
}

.wpcf7-radio.sws-input {
    padding: 0;
    border: none;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sws-input .wpcf7-list-item {
    margin: 12px 0 0 0 !important;
    position: relative;
    /*text-transform: capitalize;*/
    line-height: 24px;
    /*padding-left: 32px;*/
}

.sws-input .wpcf7-list-item:first-letter {
    text-transform: uppercase;
}

.sws-input .wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.sws-input .wpcf7-list-item label input {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
}

.sws-form-description {
    display: none;
    margin: 0 auto;
}

.sws-form-step-wrapper.current .sws-form-description {
    display: block;
}

.sws-form-desc-subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--main);
    margin-bottom: 4px;
}

.sws-form-desc-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--main);
}

.sws-form-desc-text + .sws-form-desc-text {
    margin-top: 16px;
}

.sws-form-desc-text a {
    text-decoration: underline;
    color: var(--main);
}

.sws-form-desc-text a:hover {
    color: var(--gold);
    text-decoration: underline;
}

/* form styles end */

.sws-ebooks-block .winner-book-item-title.winner-book-item-title-new {
    font-size: 18px;
}

.sws-ebooks-block .filters-wrapper {
    padding: 0;
    margin-bottom: 16px;
    background: transparent;
}

.sws-ebooks-block .y-filter-item+.y-filter-item:before, .sws-filter-item + .sws-filter-item:before {
    display: none !important;
}

.sws-ebooks-block .y-filter-item, .sws-filter-item {
    height: 40px;
    padding: 8px 16px;
    border-radius: 100px;
    border: 2px solid var(--gold);
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gold);
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 16px;
}

.sws-ebooks-block .y-filter-item.active, .sws-ebooks-block .y-filter-item:hover,
.sws-filter-item.active, .sws-filter-item:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.sws-ebooks-block .y-filter-item + .y-filter-item, .sws-filter-item + .sws-filter-item {
    margin-left: 16px;
}

.page-template-template-form-page .subscribe-modal.subscribe-popup {
    display: none !important;
}

.sws-form-tip {
    font-size: 12px;
    line-height: 1.3;
    margin: 4px 0 0;
}

.sws-text-blue {
    color: var(--blue);
} 

.sws-text-underline {
    text-decoration: underline;
}

.sws-form-step-tip {
    display: none;
    width: 100%;
    margin-top: 32px;
    padding: 16px 24px 16px 56px;
    background: var(--blue-bg) url("../svg/sws_info_icon_blue.svg") no-repeat 24px 16px/24px;
    border: 1px solid var(--blue);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.sws-form-step-wrapper.current .sws-form-step-tip {
    display: block;
}

.sws-skip-form-step-btn {
    cursor: pointer;
}

.sws-form-image {
    width: auto;
    height: 128px;
    display: block;
    margin: 0 auto 24px;
}

.sws-input-block-title {
    text-align: center;
    color: var(--gold);
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.sws-checkboxes-list {
    padding: 0;
    border: none;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}

.sws-checkboxes-list .wpcf7-list-item {
    width: 50%;
    margin-top: 16px !important;
    padding-right: 10px;
}

.sws-fullwidth-list.sws-checkboxes-list .wpcf7-list-item {
    width: 100%;
}

.sws-checkboxes-list + .sws-input {
    margin-top: 16px;
}

.top-main-block-title, .sws-tile-title, .sws-block-title {
    text-transform: uppercase;
}

.sws-selection-criterion-icon {
    display: none;
}

.sws-testimonials-center-container {

}

.sws-top-100-slider, .top-100-slide-image, .top-100-slide-image-mobile {
    border-radius: 8px;
}

.page-template-template-exclusive-edition-page .sws-tile:nth-of-type(2) {
    margin-top: 140px;
}

.slick-slide > .sws-main-slider-content {
    display: flex !important;
}

.sws-main-slider-content {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1280px;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #fff;
    padding-top: 100px;
}

.sws-main-slider-content-title {
    font-size: 150px;
    line-height: 1;
    font-family: "AGaramondPro-Regular", sans-serif;
    /*margin-bottom: 15px;*/
    font-style: italic;
}

.sws-main-slider-content-subtitle {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 32px;
    font-family: "Montserrat", sans-serif;
}

.sws-main-slider-content .standard-btn {

}

.banner-2025-block {
    min-height: 0 !important;
    padding: 40px 0;
    background: url("../banner_2025_image_bg.html") no-repeat center/cover;
}

.banner-2025-block-inner {
    width: 90%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.banner-2025-block-image {
    width: 35%;
}

.banner-2025-block-content {
    color: #fff;
    text-align: center;
    padding: 30px;
}

.banner-2025-block-content .sws-main-slider-content-title {
    font-size: 96px;
    color: var(--gold);
    margin-bottom: 5px;
}

.banner-2025-block-content .sws-main-slider-content-subtitle {
    font-size: 40px;
    margin-bottom: 24px;
}

.nomination-2025-banner-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    min-height: 0 !important;
    background: url("../banner_2025_image_bg_2.html") no-repeat center/cover;
    padding: 16px;
    border-radius: 8px;
}

.nomination-2025-banner-block-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nomination-2025-banner-block-image {
    width: 248px;
}

.text-gold {
    color: var(--gold);
}

.nomination-2025-banner-block-title {
    text-align: center;
    margin: 0 128px 0 20px;
    color: #fff;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.header-banner-2025 {
    width: 100%;
    background: linear-gradient(0deg, #161515 0%, #2A2A2A 100%);
    position: relative;
    z-index: 1;
}

.header-banner-2025-inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 12px 0;
}

.header-banner-2025-title {
    text-align: center;
    padding: 0 76px;
    color: #fff;
    background: url("../svg/ornament-left.svg") no-repeat left center/36px, url("../svg/ornament-right.svg") no-repeat right center/36px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 500;
}

.header-banner-2025-title a {
    color: var(--gold);
    text-decoration: underline;
}

.text-italic {

}

.sws-required-input-sign {
    color: var(--red);
}

body.single-winner .header-top-contacts > p, body.single-winner .header-top-contacts > p a,
body.single-winner .header-top-contacts > div > a {
    /*color: var(--gold);*/
}

body.single-winner .header-top-contacts > div > ul > li > a {
    /*background-color: var(--gold);*/
}

.sws-selection-criterion.alignment-center {
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 !important;
}

.sws-selection-criterion.alignment-center .sws-selection-criterion-inner {
    align-items: center;
    text-align: center;
}

.page-id-96462 .sws-award-category-item-label, .page-id-96462 .sws-selection-criteria-desc {
    background-image: url("../svg/isa_leaf_icon.svg");
}

.page-id-96462 .sws-award-category-item-label {
    background-position: left 4px;
}

.page-id-96462 .top-main-block-title, .page-id-96462 .sws-tile-title, .page-id-96462 .sws-block-title,
.page-id-96462 .sws-selection-criteria-desc {
    color: var(--dark-green);
}

.sws-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 88888;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.sws-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    background: #fff;
    display: block;
    margin: 0;
    width: 90%;
    max-width: 630px;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    padding: 48px;
    text-align: center;
    border-radius: 8px;
}

.sws-popup-form {
    max-width: 415px;
    margin: 0 auto;
}

.sws-popup-form .submit-container {
    max-width: none;
}

.sws-popup-form .submit-container input[type=submit]:not(.sws-standard-btn) {
    width: 100%;
    border: none;
}

.sws-popup-form .intl-tel-input {
    margin-bottom: 0;
}

.sws-popup-form .input-block {
    width: 100%;
    text-align: left;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion {
    padding: 0 !important;
    margin: 0;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion.alignment-center {
    justify-content: flex-start;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion-inner {
    height: 240px;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion:nth-of-type(even) .sws-selection-criterion-inner {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion:nth-of-type(odd) .sws-selection-criterion-inner {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion.alignment-center .sws-selection-criterion-inner {
    height: auto !important;
    min-height: 165px;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: center !important;
}

.sws-selection-criteria-list.type-2 .sws-selection-criterion.alignment-center:first-of-type .sws-selection-criterion-inner {
    justify-content: flex-start !important;
}

body.page-id-96462 .sws-selection-criteria-list.type-2 .sws-selection-criterion.alignment-center:first-of-type .sws-selection-criterion-inner {
    min-height: 120px;
}

body.page-id-96462 .sws-selection-criteria-list.type-2 .sws-selection-criterion.alignment-center {
    margin-top: 20px;
}

.awards-archive-list {
    justify-content: center;
}

.awards-archive-list .main-page-winner-inner {
    border-radius: 8px;
    overflow: hidden;
}

.awards-archive-list .main-page-winner-item {
    width: calc(100% / 3);
}

.awards-archive-list .main-page-winner-item .main-page-winner-inner {
    /*min-height: 250px;*/
    min-height: 0;
    padding-top: 60%;
    /*padding-top: 40%;*/
    border-radius: 8px;
    overflow: hidden;
}

.awards-archive-list .main-page-winner-item .main-page-winner-inner > div:not(.main-page-winner-button) {
    position: absolute;
    top: 0;
    left: 0;
}

.awards-archive-list .main-page-winner-item .main-page-winner-inner:after {
    display: none;
}

.awards-archive-list .main-page-winner-item.root-cat-item .main-page-winner-button {
    font-size: 18px;
    font-weight: 700;
    bottom: -56px;
    transition: .3s;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 16px 30px;
    /*background: linear-gradient(to top, rgba(9, 9, 9, 0.81) 0%, rgba(75, 75, 75, 0) 68.92%);*/
    background: linear-gradient(to top, rgba(9, 9, 9, 0.81) 0%, rgba(75, 75, 75, 0) 80%);
}

.awards-archive-list .main-page-winner-item.root-cat-item .main-page-winner-button:hover {
    color: #fff;
}

.awards-archive-list .main-page-winner-button .sws-standard-btn {
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 12px;
    min-height: 40px;
}

.awards-archive-list .main-page-winner-item.root-cat-item:hover .main-page-winner-button {
    transition: .3s;
    bottom: 0;
}

.awards-archive-list .main-page-winner-image img, .awards-archive-list .main-page-winner-item.root-cat-item:hover .main-page-winner-image img {
    transition: .3s;
}

.awards-archive-list .main-page-winner-item > a {
    overflow: visible;
    position: relative;
    height: 100%;
}

.awards-archive-list .main-page-winner-inner:before {
    display: none;
}

.sws-overlay .subscribe-popup .popup-close-span {
    top: 16px;
    right: 16px;
}

.sws-overlay .popup-title {
    max-width: 415px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 auto 8px;
    color: var(--main);
    text-transform: none;
}

.sws-overlay .popup-text {
    max-width: 415px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 auto 32px;
    color: var(--grey);
}

.main-page-winner-item[data-term_id="1234"], .main-page-winner-item[data-term_id="1303"],
.main-page-winner-item[data-term_id="1305"], .main-page-winner-item[data-term_id="1225"]{
    display: none !important;
}

.sws-apply-options-block {
    /*margin-bottom: 96px;*/
    margin-bottom: 0 !important;
    padding: 96px 0;
    background: var(--light-grey);
}

.sws-apply-options-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.sws-apply-option-item {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
    padding: 32px 40px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    transition: .3s;
    box-shadow: 0 4px 16px #4D4D4D1A;
}

.sws-apply-option-item-icon {
    width: auto;
    height: 248px;
    margin-bottom: 24px;
}

.sws-apply-option-item-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--gold);
    font-weight: bold;
}

.sws-apply-option-item-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--grey-60);
}

.sws-apply-option-item .standard-btn {
    margin-top: 24px;
}

.learn-more-btn {
    color: var(--blue);
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 24px;
}

.sws-features-block {
    margin-bottom: 72px;
}

.sws-content-block.sws-with-bg-image .sws-features-block {
    margin-bottom: 0;
}

.sws-features-block .sws-block-title {
    color: #fff;
}

.sws-features-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.sws-feature-item {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 24px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.sws-with-bg-image .sws-feature-item {
    padding: 32px 16px;
    border-radius: 8px;
    background: #fff;
}

.sws-feature-item-inner {
    max-width: 336px;
    margin: 0 auto;
}

.sws-feature-item-icon {
    width: auto;
    height: 80px;
    margin: 0 auto 16px !important;
}

.sws-feature-item-title {
    font-size: 18px;
    line-height: 1.3;
    color: var(--main);
    font-weight: bold;
}

.sws-feature-item-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-60);
}

.sws-tile-title-wrapper.with-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sws-tile-title-icon {
    /*width: 92px;*/
    width: auto;
    height: 120px;
    margin-right: 24px;
    flex-shrink: 0;
}

.sws-tile-title-wrapper .sws-tile-title {
    margin-bottom: 0;
}

.sws-tile-title-wrapper {
    margin-bottom: 24px;
}

.sws-faq-block {
    margin-bottom: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.sws-faq-list {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.sws-faq-item {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    transition: .3s;
}

.sws-faq-item.active {
    transition: .3s;
    border-color: var(--gold);
}

.sws-faq-item-inner {
    width: 100%;
    padding: 32px 24px;
    background: #fff;
}

.sws-faq-item-question {
    padding-right: 48px;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: var(--grey-60);
    font-weight: 500;
    cursor: pointer;
}

.sws-faq-item.active .sws-faq-item-question {
    transition: .3s;
    color: var(--gold);
}

.sws-faq-item-question-toggle-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.sws-faq-item-question-toggle-btn:before, .sws-faq-item-question-toggle-btn:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--grey-60);
    z-index: 1;
    transition: .3s;
    transform-origin: center;
}

.sws-faq-item .sws-faq-item-question-toggle-btn:before {
    transition: .3s;
    transform: translate(-50%, -50%) rotate(90deg);
}

.sws-faq-item.active .sws-faq-item-question-toggle-btn:before {
    transition: .3s;
    transform: translate(-50%, -50%);
}

.sws-faq-item.active .sws-faq-item-question-toggle-btn:before, .sws-faq-item.active .sws-faq-item-question-toggle-btn:after {
    transition: .3s;
    background: var(--gold);
}

.sws-faq-item-answer {
    display: none;
    font-size: 18px;
    line-height: 1.8;
    color: var(--main);
}

.sws-faq-item-answer > * {
    margin-top: 16px;
}

.sws-faq-item-answer * {
    font-size: 18px;
    line-height: 1.8;
    color: var(--main);
}

.sws-faq-item-answer a {
    color: var(--blue);
    text-decoration: none;
}

.sws-faq-item-answer a:hover {
    color: var(--blue);
    text-decoration: underline;
}

body.term-772 .page-filters-block.for-winners, body.term-771 .page-filters-block.for-winners {
    max-width: none;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion {

}

.sws-selection-criteria-list.type-3 .sws-selection-criterion {
    margin-top: 75px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:first-of-type, .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(2) {
    margin-top: 15px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(3), .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(4) {
    margin-top: 105px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(5), .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(6) {
    margin-top: 0;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(3) {
    padding-right: 332px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(4) {
    padding-left: 332px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criteria-content {
    transform: translate(-50%, -53%);
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(3) .sws-selection-criterion-inner, .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(4) .sws-selection-criterion-inner,
.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(5) .sws-selection-criterion-inner, .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(6) .sws-selection-criterion-inner{
    justify-content: center;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(2), .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(8) {
    padding-left: 116px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion:first-of-type, .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(7) {
    padding-right: 116px;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion .sws-selection-criterion-inner {
    height: auto;
}

.sws-selection-criteria-list.type-3 .sws-selection-criterion + .sws-selection-criterion + .sws-selection-criterion .sws-selection-criterion-inner {
    height: 180px;
}

.sws-selection-criteria-list.type-3 {

}

.sws-tile-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.sws-banner-icon {
    width: auto;
    height: 160px;
    margin: 0 auto 24px;
}

.sws-with-bg-color {
    padding: 96px 0;
}

.sws-isa-block, .sws-isa-block p {
    color: #fff;
}

.sws-awards-procedure-block {
    margin-bottom: 96px;
}

.sws-awards-procedure-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.sws-awards-procedure-item {
    width: calc( 25% - 16px );
    margin: 0 8px 16px;
    padding: 80px 16px 32px;
    background: #ECDFCB;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.sws-awards-procedure-item:nth-of-type(2) {
    width: calc( 50% - 16px );
}

.sws-awards-procedure-item-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sws-awards-procedure-item-number {
    width: 64px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #5E5532;
}

.sws-awards-procedure-item-icon {
    width: auto;
    height: 64px;
}

.sws-awards-procedure-item-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.sws-awards-procedure-item-desc {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
}

.sws-awards-procedure-item-subtitle {
    font-size: 14px;
    line-height: 1.4;
}

body.page-template-template-apply-now-2 .sws-main-slider, .sws-isa-block {
    margin-bottom: 96px;
}

.sws-isa-block {
    padding-bottom: 1px !important;
}

.sws-content-block.sws-container .sws-center-container, .sws-testimonials-center-container {
    margin-top: 32px;
}

.sws-faq-item-answer ul li {
    list-style: disc inside;
}

.sws-awards-procedure-block .sws-center-container {
    margin-top: 12px;
}

.sws-awards-procedure-item-desc-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 16px;
}

.sws-awards-procedure-item-desc-list:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 1;
}

.sws-awards-procedure-item-desc-list > p:not(.sws-awards-procedure-item-desc-separator) {
    width: calc( 50% - 22px );
}

.sws-awards-procedure-item-desc-separator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 10px;
    line-height: 1;
}

.sub-menu {
    display: none !important;
}

.menu-item.menu-item-has-children {
    position: relative;
}

.menu-item.menu-item-has-children:hover > .sub-menu {
    width: auto;
    /*background: rgba(92, 92, 92, 0.45);*/
    background: rgba(92, 92, 92, 0.85);
    padding: 5px 16px 12px;
    position: absolute;
    top: 100%;
    left: -16px;
    z-index: 10;
    min-width: calc( 100% + 32px );
}

.menu-item.menu-item-has-children:hover > .sub-menu {
    display: block !important;
}

.main-menu-wrapper > ul > li {
    /*margin-left: 32px;*/
    margin-left: 24px;
}

.menu-item.menu-item-has-children:hover > .sub-menu a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 5px 0;
    display: inline-block;
    font-weight: 700;
    transition: .3s;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.menu-item.menu-item-has-children:hover > .sub-menu a:hover {
    color: var(--gold);
    transition: .3s;
}

header .menu-item a {

}

.main-menu-wrapper > ul > li > a,
ul.fixed-nav-list > li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /*font-size: 16px;*/
}

.main-menu-wrapper > ul > li:hover > a,
ul.fixed-nav-list > li:hover > a {
    color: var(--gold);
}

.main-menu-wrapper > ul > li.menu-item-has-children:hover > a:after,
li.menu-item-has-children:hover > a:after {
    transition: .3s;
    background-image: url("../svg/arrow_down_icon_gold.svg") !important;
}

.menu-item.menu-item-has-children a {
    padding-right: 18px;
    position: relative;
}

header .menu-item a {
    white-space: nowrap;
}

header .menu.mob-nav-top .menu-item a {
    white-space: normal;
}

.menu-item.menu-item-has-children > a:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../svg/arrow_down_icon_white.svg") no-repeat center center;
    transition: .3s;
}

.main-menu-wrapper > ul {
    /*padding-right: 34px !important;*/
    padding-right: 90px !important;
    padding-left: 0 !important;
    /*padding-right: 16px !important;*/
    /*padding-left: 8px !important;*/
}

.main-menu-wrapper > ul > li:nth-of-type(6) {
    /*margin-left: 32px;*/
    margin-left: 24px;
}

.main-menu-wrapper > ul > li.nav-gold {
    width: 120px;
}

.main-menu-wrapper > ul > li:nth-of-type(5) {
    /*margin-left: 242px;*/
    /*margin-left: 220px;*/
}

.main-menu-wrapper > ul > li.separator-menu-item {
    margin-left: 220px;
}

.fixed-nav .sub-menu li > a {
    line-height: 1.7;
    height: auto;
    margin: 6px 0 !important;
}

footer .menu-item.menu-item-has-children a {
    padding-right: 0 !important;
}

footer .menu-item.menu-item-has-children > a:after {
    display: none !important;
}

body.page-template-sws-award-archive-template .top-main-block {
    height: auto !important;
}

body.page-template-sws-award-archive-template .top-main-block-image {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}

.sws-with-bg-color .sws-banner-block {
    margin-bottom: 0 !important;
}

.main-menu-wrapper {
    background: rgba(92, 92, 92, 0.85);
}

.current-menu-item > a, .current-page-ancestor > a {
    color: var(--gold) !important;
}

.current-menu-item > a:after, .current-page-ancestor > a:after {
    transition: .3s;
    background-image: url('../svg/arrow_down_icon_gold.svg') !important;
}

.top-main-block-image.sws-mobile-image, .top-main-block-image.sws-tablet-image {
    display: none;
}

.sws-features-list.four-columns .sws-feature-item {
    width: calc(25% - 16px);
}

.sws-banner-cards-container {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.sws-banner-cards-container .sws-banner-block-container {
    width: calc( 50% - 8px );
}

.sws-banner-cards-container .sws-banner-block-container .sws-standard-btn {
    padding: 8px 16px;
    min-height: 48px;
}

.sws-banner-cards-container .sws-banner-title {
    text-transform: uppercase;
}

body footer .footer-nav .sub-menu,
body footer .footer-nav .menu-item.menu-item-has-children:hover > .sub-menu {
    display: none !important;
}

.sws-tile-content p > img {
    width: auto;
    max-width: 350px;
    height: auto;
    margin-bottom: 24px;
}

.sws-tile-content .text {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 12px;
}

.sws-tile-content .text .text-main {
    color: var(--gold);
}

.sws-map-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sws-map-image {
    width: calc(100% - 324px);
    height: auto;
}

.sws-map-items-list {
    flex-shrink: 0;
    width: 308px;
    margin-left: 16px;
    padding: 36px 40px;
    background: var(--light-grey);
    border-radius: 8px;
}

.sws-map-item {
    padding-left: 24px;
    background: url('../svg/location_icon.svg') no-repeat left 3px/16px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-60);
    font-weight: 500;
}

.sws-map-item + .sws-map-item{
    margin-top: 16px;
}

.sws-logos-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.sws-partner-logo-item {
    width: calc(100% / 7 - 16px);
    margin: 0 8px 16px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-partner-logo-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.team-members-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.team-member-item {
    width: calc( 100% / 3 - 16px );
    min-height: 344px;
    margin: 0 8px 16px;
    box-shadow: var(--default-shadow);
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /*padding: 40px 32px;*/
    padding: 40px 16px;
}

.team-member-item-image {
    width: auto;
    height: 144px;
    border-radius: 50%;
}

.team-member-item-inner {
    text-align: center;
}

.team-member-item-name {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 16px;
}

.team-member-item-position {
    font-size: 13px;
    line-height: 1.7;
    color: var(--grey-60);
    margin-top: 8px;
}

.team-member-item-link {
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
    background: url("../svg/linkedin_logo.svg") no-repeat center/100%;
    display: block;
}

.team-member-item-link.disabled {
    background-image: url("../svg/linkedin_icon_disabled.svg");
}

.team-members-filters-list {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.team-members-filter {
    margin: 0 8px 16px;
    cursor: pointer;
    transition: .3s;
    border-radius: 100px;
    flex-shrink: 0;
    padding: 4px 16px 6px;
    background: #fff;
    border: 2px solid var(--gold);
    color: var(--gold);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.team-members-filter.active, .team-members-filter:hover {
    transition: .3s;
    background: var(--gold);
    color: #fff;
}

.quantity-item {
    vertical-align: super;
    font-size: 12px;
    margin-left: 2px;
}

.sws-team-member-photo {
    width: auto;
    height: 144px;
}

.sws-reason-item-title {
    margin-bottom: 24px;
}

.our-vision-block .sws-tile .sws-tile-title {
    padding-top: 100px;
    font-style: italic;
    /*font-weight: 700;*/
    background: url("../svg/vision_icon.svg") no-repeat top left/auto 128px;
}

.our-vision-block .sws-tile:first-of-type .sws-tile-title {
    background-image: url("../svg/mission_icon.svg");
}

.page-template-sws-our-process .sws-selection-criteria-list {
    margin-top: 32px;
}

.page-template-sws-our-process .sws-selection-criterion:first-of-type .sws-selection-criterion-inner,
.page-template-sws-our-process .sws-selection-criterion:nth-of-type(2) .sws-selection-criterion-inner,
.page-template-sws-our-process .sws-selection-criterion.alignment-center .sws-selection-criterion-inner {
    height: auto;
}

.page-template-sws-our-process .sws-selection-criterion.alignment-center {
    margin-top: 0;
}

.page-template-sws-our-process .sws-selection-criteria-content {
    top: 49%;
}

.copy-new {
    text-decoration: none;
}

.sws-faq-block .sws-container {
    padding: 48px;
    border-radius: 16px;
    background: #fff;
}

.sws-category-filters-list {
    width: calc( 100% + 16px );
    margin: 0 -8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.sws-category-filter-item {
    margin: 0 8px 16px;
}

.sws-category-filter-item-inner {
    min-height: 40px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    font-weight: 500;
    border-radius: 100px;
    border: 2px solid var(--gold);
    font-size: 16px;
    line-height: 1.5;
    color: var(--gold);
    text-decoration: none;
}

.sws-category-filter-item-inner.active, .sws-category-filter-item-inner:hover {
    transition: .3s;
    background: var(--gold);
    color: #fff;
}

.sws-media-publications-block {

}

.sws-media-publications-block .pagination {
    margin: 32px auto 0;
}

.sws-media-publications-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.sws-media-publication-card {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
    text-align: center;
    box-shadow: 0 4px 16px #4D4D4D1A;
    background: #fff;
    padding: 32px 32px 24px;
}

.sws-media-publication-card-image-wrapper {
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.sws-media-publication-card-image {
    width: 100%;
    height: auto;
}

.sws-media-publication-card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 1.3;
    color: var(--main);
    margin-bottom: 12px;
    font-weight: 500;
}

.sws-media-publication-card .learn-more-btn {
    font-style: italic;
    margin: 0 auto;
    font-size: 12px;
}

.single-winners-in-media .header-nav-holder {
    background: #ccc;
}

.sws-single-media-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sws-single-media-content-wrapper {
    width: calc( 50% - 16px );
    max-width: 524px;
}

.sws-back-link {
    padding-left: 32px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--grey-60);
    cursor: pointer;
    background: url("../svg/back_arrow_icon.svg") no-repeat left center/24px;
    display: inline-flex;
    margin-bottom: 20px;
    text-decoration: none;
}

.sws-single-media-wrapper .sws-block-title {
    text-align: left;
}

.sws-single-media-content {
    font-size: 18px;
    line-height: 1.7;
    color: var(--main);
}

.sws-single-media-content > * + * {
    margin-top: 24px;
}

.sws-single-media-wrapper .sws-standard-btn {
    margin-top: 32px;
}

.sws-single-media-image-wrapper {
    width: calc( 50% - 16px );
    padding-top: 40px;
}

.sws-single-media-image {
    width: 100%;
    height: auto;
    display: block;
}

.sws-more-items-block .sws-center-container {
    margin-top: 24px;
}

.single-winners-in-media .breadcrumbs-wrapper .breadcrumbs {
    text-align: center;
}

.sws-single-media-image.sws-mobile-image {
    display: none;
}

.sws-category-filter-item {
    margin: 0 4px 8px;
}

.sws-content-block .brand-expirience-main.for-news {
    padding: 0;
    max-width: 1280px;
    width: 90%;
    display: flex;
    flex-flow: wrap;
}

.sws-all-btn {
    min-width: 200px;
}

.brand-expirience-main-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px #4D4D4D1A;
    text-align: center;
}

.brand-expirience-main-item > *:last-child {
    padding-bottom: 24px;
}

.brand-expirience-button {
    padding: 0 24px;
    text-align: center;
}

.brand-expirience-main.for-news .brand-expirience-main-item, .brand-expirience-main-item {
    margin-bottom: 20px;
}

.brand-expirience-main.for-news.without-isotope .brand-expirience-main-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.brand-expirience-main + .sws-center-container {
    margin-top: 20px;
}

.brand-expirience-main.without-isotope li + li {
    /*margin-left: calc( 40px / 3 );*/
}

.brand-expirience-main-item .learn-more-btn {
    margin: 16px 0 0;
    display: inline-flex;
}

.mb-5 {
    margin-bottom: 5px;
}

.sws-text-center {
    text-align: center;
}

.sws-back-link {
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 32px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: var(--grey-60);
    background: url('../svg/back_arrow_icon.svg') no-repeat left center / 24px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

body.newsletter .header-nav-holder {
    background: #ccc;
}

.sws-tile-content-wrapper .sws-standard-btn + .sws-standard-btn {
    margin-left: 10px;
}

.anchor-title, .sws-anchor-block {
    padding-top: 96px !important;
    margin-top: -96px !important;
}

.sws-media-publications-block {
    /*padding-top: 60px !important;*/
    /*margin-top: -60px !important;*/
}

.sws-banner-subscribe-form {
    width: 560px;
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-banner-subscribe-form .signup-input-holder {
    width: 416px;
    margin: 0;
}

.sws-banner-subscribe-form .sws-standard-btn {
    width: 126px;
    flex-shrink: 0;
    margin: 0 0 0 16px;
    min-height: 48px;
    font-size: 12px;
}

.sws-banner-subscribe-form .signup-input-holder > .field-subscribe-email {
    margin: 0;
    width: 100%;
}

.sws-banner-subscribe-form .signup-input-holder > .field-subscribe-email > input {
    height: 48px;
    border: none;
    font-size: 16px;
}

.sws-other-input, .sws-other-input-block {
    display: none;
}

.sws-new-form-step-title-wrapper .sws-form-title {
    color: var(--gold);
}

.sws-new-form-step-title-wrapper .sws-form-subtitle {
    color: var(--main);
}

.sws-new-form-icon {
    width: auto;
    height: 128px;
    display: block;
    margin: 0 auto 32px;
}

.sws-new-form-description {
    margin: 32px auto 16px;
    background: #FAF8F4;
    color: var(--grey-60);
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.sws-new-form-description a {
    color: var(--blue);
    text-decoration: underline;
}

.sws-new-form-description a:hover {
    color: var(--gold);
}

.brand-expirience-main-item > p {
    font-size: 14px;
    padding: 0 10px;
}

/*.brand-expirience-main.for-news.without-isotope {*/
/*    justify-content: space-between;*/
/*}*/

.brand-expirience-main.for-news.without-isotope {
    justify-content: flex-start;
    gap: 20px;
}

.ms-options-wrap {
    position: relative;
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options > .no-result-message {
    padding: 4px 5px;
    display: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ms-options-wrap > .ms-options > ul label {
    color: var(--main);
    font-size: 16px;
    padding: 6px 4px 6px 25px;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 12px;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    padding: 11px 16px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main);
    font-weight: 500;
    border: 1px solid var(--grey-60);
    border-radius: 4px;
    min-height: 48px !important;
}

.ms-options-wrap > .ms-options {
    display: none;
}

.ms-options-wrap.ms-active > .ms-options {
    display: block;
}

.sws-multiselect {
    display: none;
}

input[type="checkbox"] {
    min-height: 0;
    width: auto;
    padding: 0;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.winner-item {
    padding-bottom: 32px;
    line-height: 1.3;
}

.winner-item-logos {
    width: 100% !important;
    max-width: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-flow: wrap;
    position: absolute;
    z-index: 3;
    top: -74px;
    left: 0;
}

.winner-item-box > li:first-of-type > a, .winner-item-box > li:first-of-type > div {
    width: 164px !important;
    height: 90px !important;
    padding: 12px 16px !important;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 22px #4D4D4D1A !important;
}

.winner-item-description {
    padding: 32px 32px 0 !important;
}

.winner-item-title {
    font-size: 24px;
    text-align: center;
    margin: 10px auto 20px !important;
    transition: .3s;
    font-family: "AGaramondPro-Regular", sans-serif;
}

.winner-item-description > a {
    font-size: 24px;
}

.winner-item-box > li.location-box {
    width: 100% !important;
    flex-flow: row !important;
    justify-content: space-between !important;
}

.winner-info-item {
    width: 50%;
    padding: 0 5px;
    margin: 0 !important;
    background: transparent !important;
}

.winner-item-buttons {
    margin-top: 24px;
    display: flex;
    flex-flow: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 16px;
}

.winner-item-box > li:first-of-type > a > img, .winner-item-box > li:first-of-type > div > img {
    max-height: 100% !important;
}

.winner-item-buttons .sws-standard-btn {
    min-width: 192px;
    min-height: 48px;
    font-size: 12px;
}

.winner-item-buttons .learn-more-btn {
    font-style: italic;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}

.winner-info-item-label {
    font-size: 12px;
    margin-bottom: 4px;
    font-style: italic;
}

.winner-item-location, .winner-item-category {
    padding: 0 !important;
    background: transparent !important;
    font-size: 12px;
    font-weight: 500;
    color: var(--main);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.gold-title, .brands-icons > .gold-title, .news-container > h1, .content-block-title, .brands-icons .small-title, .main-page h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

iframe {
    border: none;
}

.input-label {
    line-height: 24px;
    font-size: 15px;
}

body.page-template-sws-award-celebration-index .breadcrumbs {
    text-align: center;
}

.sws-award-celebration-container {
    margin-bottom: 96px;
}

.sws-award-celebration-list {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    opacity: 0;
}

.sws-award-celebration-card {
    width: calc( 100% / 3 - 12px );
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px #4D4D4D1A;
    margin-bottom: 16px;
    position: relative;
}

.sws-award-celebration-card:hover .sws-award-celebration-card-image {
    transition: .3s;
    transform: scale(1.05);
}

.sws-award-celebration-card.with-video:hover .sws-award-celebration-card-image-wrapper:before {
    /*transition: .3s;*/
    /*transform: translate(-50%, -50%) scale(1.05);*/
}

.sws-award-celebration-card-image-wrapper {
    position: relative;
    overflow: hidden;
}

.sws-award-celebration-card.with-video .sws-award-celebration-card-image-wrapper:before {
    content: '';
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../svg/play_video_icon_white.svg') no-repeat right center/auto 100%;
    z-index: 2;
    cursor: pointer;
    transform-origin: center;
    transition: .3s;
}

.sws-award-celebration-card-content {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sws-award-celebration-card > .sws-award-celebration-card-content {
    padding: 16px 24px 24px;
}

.sws-award-celebration-card-image {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transition: .3s;
    transform-origin: center;
}

.sws-award-celebration-card-avatar-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
    cursor: pointer;
}

.sws-award-celebration-card-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
}

.sws-award-celebration-card-desc-wrapper {
    text-align: left !important;
    padding: 4px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

.sws-award-celebration-card-desc-wrapper > * + * {
    margin-top: 12px;
}

.sws-award-celebration-card > .sws-award-celebration-card-content > .sws-award-celebration-card-desc-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.sws-award-celebration-card-desc-wrapper span {
    font-weight: bold;
    cursor: pointer;
}

.sws-award-celebration-card-link {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff url('../svg/gold_arrow_icon.svg') no-repeat center/10px;
    /*box-shadow: 0 4px 16px #4D4D4D1A;*/
    transition: .3s;
    border: 1px solid var(--gold);
}

.sws-award-celebration-container .pagination {
    margin-top: 16px;
}

.sws-award-celebration-container .sws-standard-btn {
    width: auto;
    height: auto;
    border-radius: 4px;
    display: inline-flex;
}

.filters-wrapper.without-bg {
    background: transparent;
    padding: 0;
    margin: 0 auto;
}

.sws-filter-item {
    transition: .3s;
    cursor: pointer;
}

.award-celebration-popup.sws-popup {
    max-width: 880px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.sws-popup {
    border-radius: 8px;
}

.sws-popup-inner {
    overflow-y: auto;
    padding: 56px;
    background: #fff;
    max-height: 90vh;
}

.award-celebration-slider-wrapper {

}

.award-celebration-slider {
    width: 100%;
}

.award-celebration-slider .slick-list, .award-celebration-slider .slick-track {
    /*width: 100% !important;*/
}

.award-celebration-slide {
    /*width: 100% !important;*/
    /*height: auto !important;*/
}

.award-celebration-slide-inner {
    box-shadow: 0 4px 16px #4D4D4D1A;
    border-radius: 8px;
    overflow: hidden;
}

.award-celebration-slide-inner img {
    width: 100%;
    height: auto;
}

.award-celebration-slide video {
    width: 100%;
    height: auto;
    /*display: none;*/
}

.sws-award-celebration-card-content {

}

.award-celebration-popup-inner.award-celebration-vertical {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.award-celebration-popup-inner.award-celebration-vertical .award-celebration-slider-wrapper {
    width: 340px;
    flex-shrink: 0;
    margin-right: 16px;
}

.award-celebration-popup-inner.award-celebration-vertical .sws-award-celebration-card-content {
    padding: 0 16px;
}

.award-celebration-popup-inner:not(.award-celebration-vertical) .sws-award-celebration-card-content {
    margin-top: 16px;
}



.sws-video {
    display: block;
}

.sws-close-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url("../svg/close_icon_grey.svg") no-repeat center/100%;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
}

.award-celebration-popup .sws-standard-btn {
    margin-top: 16px;
    min-height: 48px;
    font-size: 12px;
    background: var(--gold) !important;
    color: #fff !important;
    padding: 10px 24px;
    line-height: 24px;
}

.sws-btn-inner {
    padding-right: 28px;
    background: url("../svg/new_tab_arrow_white.svg") no-repeat right -3px top -3px/28px;
}

.main > .sws-block-title, .main > .sws-block-subtitle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

body.page-template-sws-award-celebration-index #modalSubscribeId, body.page-template-sws-award-celebration-index #modalSubscribeBackId {
    display: none !important;
}

body.page-id-110660 .nomination-2025-banner-block:not(.wlcc-banner-block) {
    display: none !important;
}

body.page-id-110660 .nomination-2025-banner-block-title {
    margin: 0 15px;
}

body:not(.page-id-110660) .wlcc-banner-block {
    display: none !important;
}

body.page-id-110660 .winners-books-list {
    max-width: 500px;
}

body.page-id-110660 .winner-book-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.page-id-110660 .filters-wrapper {
    display: none;
}

.sws-review-image-wrapper {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 24px;
    position: relative;
}

.sws-review-image-wrapper .sws-review-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    border-radius: 0;
    z-index: 1;
}

.sws-testimonials-block .sws-block-subtitle > * + * {
    margin-top: 16px;
}

.sws-standard-btn.disabled {
    pointer-events: none;
}

@media screen and (max-width: 1499px) {
    .sws-award-celebration-container {
        margin-bottom: 76px;
    }

    .gold-title, .brands-icons > .gold-title, .news-container > h1, .content-block-title, .brands-icons .small-title, .main-page h2 {
        font-size: 36px;
    }

    .main-menu-wrapper > ul > li:nth-of-type(6) {
        /*margin-left: 24px;*/
    }

    .menu-item.menu-item-has-children:hover > .sub-menu a {
        font-size: 13px;
    }

    .main-menu-wrapper > ul > li > a {
        font-size: 13px;
    }

    .main-menu-wrapper > ul > li {
        margin-left: 24px;
    }

    .main-menu-wrapper > ul {
        padding-right: 155px;
    }

    .main-menu-wrapper > ul > li:nth-of-type(5) {
        /*margin-left: 180px;*/
    }

    .main-menu-wrapper > ul {
        /*padding-left: 5px !important;*/
        /*padding-left: 30px !important;*/
    }

    .sws-awards-procedure-item-title {
        font-size: 22px;
    }

    body.page-template-template-apply-now-2 .sws-main-slider, .sws-isa-block, .sws-faq-block {
        margin-bottom: 76px;
    }

    .sws-features-block {
        margin-bottom: 52px;
    }

    .sws-tile-content h3 {
        font-size: 22px;
    }

    .sws-with-bg-color {
        padding: 76px 0;
    }

    .sws-apply-options-block {
        margin-bottom: 76px;
        padding: 76px 0;
    }

    .sws-apply-option-item-title {
        font-size: 16px;
    }

    .sws-content-block {
        margin-bottom: 76px;
    }

    .sws-top-100-slider, .sws-title-with-image-block {
        margin-bottom: 76px;
    }

    .top-main-block {
        height: 650px;
    }

    .top-main-block, .sws-tile, .sws-infinite-list-block, .sws-benefits-block, .sws-reasons-block, .sws-reviews-block, .sws-award-categories-block,
    .sws-selection-criteria-block, .sws-featured-winners-block, .sws-testimonials-block, .sws-banner-block {
        margin-bottom: 76px;
    }

    .top-main-block-title, .sws-tile-title, .sws-block-title, .sws-benefit-item-title {
        font-size: 36px;
    }

    .sws-text, .sws-tile-content p, .sws-block-subtitle, .sws-reason-item-content li, .sws-selection-criterion-title, .sws-review-text {
        font-size: 16px;
    }

    .sws-review-name, .sws-review-position {
        font-size: 14px;
    }

    .sws-selection-criterion-desc {
        font-size: 12px;
    }

    .sws-selection-criterion-inner {
        width: 280px;
    }

    .sws-award-category-item {
        min-height: 72px;
    }

    .sws-award-category-item-label {
        font-size: 16px;
    }

    .sws-reason-item-title {
        font-size: 20px;
        padding-top: 80px;
    }

    .sws-logo-item {
        width: 224px !important;
        height: 126px;
    }

    .sws-benefits-block {
        padding: 64px 0 48px;
    }

    .sws-reason-item-title-number {
        font-size: 120px;
    }

    .sws-award-categories-block {
        padding: 64px 0;
    }
}

@media screen and (max-width: 1299px) {
    .main-menu-wrapper > ul > li:nth-of-type(5) {
        /*margin-left: 180px;*/
    }

    .main-menu-wrapper > ul > li.separator-menu-item {
        margin-left: 170px;
    }
}

@media screen and (max-width: 1250px) {
    .sws-award-celebration-container {
        margin-bottom: 56px;
    }

    .main-menu-wrapper > ul > li.separator-menu-item {
        margin-left: 140px;
    }

    .main-menu-wrapper > ul {
        padding-right: 95px !important;
    }

    .gold-title, .brands-icons > .gold-title, .news-container > h1, .content-block-title, .brands-icons .small-title, .main-page h2 {
        font-size: 32px;
    }

    .main-menu-wrapper > ul > li.logo-box {
        width: 110px;
        height: 110px;
    }

    .sws-faq-item-answer * {
        font-size: 16px;
    }

    .sws-faq-block .sws-container {
        padding: 32px;
    }

    .sws-reason-item-title {
        margin-bottom: 16px;
    }

    .team-member-item {
        padding: 24px 16px;
    }

    .sws-map-item {
        background: url('../svg/location_icon.svg') no-repeat left 2px / 16px;
        font-size: 14px;
    }

    .sws-map-items-list {
        padding: 24px 32px;
    }

    .main-menu-wrapper > ul > li:nth-of-type(6) {
        /*margin-left: 16px;*/
    }

    .main-menu-wrapper > ul {
        /*padding-left: 6px !important;*/
        padding-left: 0 !important;
        /*padding-right: 5px !important;*/
        /*padding-left: 10px !important;*/
    }

    .menu-item.menu-item-has-children:hover > .sub-menu a {
        font-size: 11px;
    }

    .main-menu-wrapper > ul > li > a {
        /*font-size: 11px;*/
        font-size: 10px;
    }

    .main-menu-wrapper > ul > li {
        margin-left: 16px;
    }

    .main-menu-wrapper > ul {
        padding-right: 125px;
    }

    .main-menu-wrapper > ul > li:nth-of-type(5) {
        /*margin-left: 140px;*/
    }

    .sws-awards-procedure-item {
        width: calc(100% / 3 - 16px);
    }

    .sws-awards-procedure-item:nth-of-type(2) {
        width: calc(100% / 3 * 2 - 16px);
    }

    .sws-feature-item-title {
        font-size: 16px;
    }

    .sws-feature-item-desc {
        font-size: 14px;
    }

    .sws-feature-item {
        width: calc(100% / 3 - 32px) !important;
        margin: 0 16px 24px;
    }

    .sws-banner-desc br {
        display: none;
    }

    .sws-faq-item-question {
        padding-right: 40px;
        font-size: 20px;
        line-height: 28px;
    }

    .sws-faq-item-question-toggle-btn {
        width: 28px;
        height: 28px;
    }

    .sws-faq-item-inner {
        padding: 24px 16px;
    }

    .sws-awards-procedure-block {
        margin-bottom: 76px;
    }

    .sws-apply-option-item-icon {
        height: 160px;
    }

    .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(4) {
        padding-left: 246px;
    }

    .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(3) {
        padding-right: 246px;
    }

    .sws-selection-criteria-list.type-3 .sws-selection-criterion {
        margin-top: 50px;
    }

    .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(3), .sws-selection-criteria-list.type-3 .sws-selection-criterion:nth-of-type(4) {
        margin-top: 50px;
    }

    .sws-selection-criteria-list.type-3 .sws-selection-criterion + .sws-selection-criterion + .sws-selection-criterion .sws-selection-criterion-inner {
        height: 150px;
    }

    .awards-archive-list .main-page-winner-item.root-cat-item .main-page-winner-button {
        font-size: 16px;
    }

    .awards-archive-list .main-page-winner-button .sws-standard-btn {
        display: none;
    }

    .awards-archive-list .main-page-winner-item.root-cat-item .main-page-winner-button {
        bottom: 0;
    }

    .sws-selection-criteria-list.type-2 .sws-selection-criterion-inner {
        height: 150px;
    }

    .nomination-2025-banner-block-title {
        font-size: 24px;
    }

    .slick-slide > .sws-main-slider-content {
        padding-top: 100px;
    }

    .sws-main-slider-content-title {
        font-size: 120px;
    }

    .sws-main-slider-content-subtitle {
        font-size: 32px;
    }

    .page-template-template-exclusive-edition-page .sws-tile:nth-of-type(2) {
        margin-top: 100px;
    }

    .sws-body.sws-without-main-image .main {
        /*padding-top: 120px;*/
        padding-top: 168px;
    }

    .sws-top-100-slider, .sws-title-with-image-block {
        margin-bottom: 56px;
    }

    .sws-content-block {
        margin-bottom: 56px;
    }

    .top-main-block-title, .sws-tile-title, .sws-block-title, .sws-benefit-item-title {
        font-size: 32px;
    }

    .sws-tile-content-wrapper, .sws-reason-item-content-wrapper {
        max-width: 400px;
    }

    .sws-reason-item-title {
        padding-top: 40px;
    }

    .sws-reason-item-content li {
        margin-top: 24px;
    }

    .sws-reason-item-title-number {
        font-size: 80px;
        left: 0;
        top: -10px;
    }

    .top-main-block {
        height: 576px;
    }

    .top-main-block, .sws-tile, .sws-infinite-list-block, .sws-benefits-block, .sws-reasons-block, .sws-reviews-block, .sws-award-categories-block,
    .sws-selection-criteria-block, .sws-featured-winners-block, .sws-testimonials-block, .sws-banner-block {
        margin-bottom: 56px;
    }

    .sws-form-title {
        font-size: 40px;
    }

    .sws-form-thanks-title {
        font-size: 28px;
    }

    .sws-form-thanks-text {
        font-size: 16px;
    }

    .sws-form-block {
        padding-top: 160px;
    }

    .sws-form-subtitle {
        font-size: 16px;
    }

    .sws-review-inner {
        padding: 24px;
    }

    .sws-selection-criteria-desc {
        font-size: 12px;
        padding-top: 50px;
        background-size: 40px;
    }

    .sws-selection-criteria-content {
        width: 418px;
        height: 418px;
        transform: translate(-50%, calc( -50% - 10px ));
    }

    .sws-selection-criterion-desc {
        line-height: 1.5;
    }

    .sws-selection-criterion:nth-of-type(4), .sws-selection-criterion:nth-of-type(8) {
        padding-left: 209px;
    }

    .sws-selection-criterion:nth-of-type(6) {
        padding-left: 243px;
    }

    .sws-selection-criterion:nth-of-type(5) {
        padding-right: 243px;
    }

    .sws-selection-criterion:nth-of-type(3), .sws-selection-criterion:nth-of-type(7) {
        padding-right: 209px;
    }

    .sws-selection-criterion:nth-of-type(2), .sws-selection-criterion:nth-of-type(10) {
        padding-left: 24px;
    }

    .sws-selection-criterion:first-of-type, .sws-selection-criterion:nth-of-type(9) {
        padding-right: 24px;
    }

    .sws-selection-criterion:nth-of-type(9) .sws-selection-criterion-inner, .sws-selection-criterion:nth-of-type(10) .sws-selection-criterion-inner {
        height: auto;
    }

    .sws-selection-criterion-inner {
        /*width: 220px;*/
        width: 260px;
        height: 112px;
    }

    .sws-selection-criterion {
        margin-top: 36px;
    }
}

@media screen and (max-width: 1023px) {
    .sws-award-celebration-card {
        width: calc(50% - 8px);
    }

    .award-celebration-popup-inner.award-celebration-vertical .award-celebration-slider-wrapper {
        width: 240px;
    }

    .gold-title, .brands-icons > .gold-title, .news-container > h1, .content-block-title, .brands-icons .small-title, .main-page h2 {
        font-size: 30px;
    }

    .sws-single-media-image.sws-mobile-image {
        display: block;
        max-width: 524px;
        margin: 0 0 24px;
    }

    .sws-single-media-wrapper {
        flex-flow: column;
    }

    .sws-single-media-image-wrapper {
        display: none;
    }

    .sws-single-media-content-wrapper {
        width: 100%;
        max-width: none;
    }

    .sws-media-publication-card-title {
        font-size: 22px;
    }

    .sws-media-publication-card {
        width: calc(50% - 16px);
    }

    .our-vision-block .sws-tile .sws-tile-title {
        padding-top: 60px;
        background-size: auto 70px;
    }

    .sws-reason-item-title {
        margin-bottom: 10px;
    }

    .sws-partner-logo-item {
        width: calc(100% / 5 - 16px) !important;
    }

    .sws-map-container {
        flex-flow: wrap;
    }

    .sws-map-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 16px;
    }

    .sws-map-item, .sws-map-item + .sws-map-item {
        margin: 0 12px 16px;
        white-space: nowrap;
        font-size: 12px;
        padding-left: 20px;
    }

    .sws-map-items-list {
        width: 100%;
        margin: 0;
        padding: 24px 24px 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: wrap;
    }

    .global-coverage-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 16px;
    }

    .sws-banner-cards-container .sws-banner-block-container {
        width: 100%;
    }

    .sws-banner-cards-container .sws-banner-block-container + .sws-banner-block-container {
        margin-top: 32px;
    }

    .top-main-block-image.sws-tablet-image {
        display: block;
    }

    .top-main-block-image.sws-desktop-image {
        display: none;
    }

    .menu-item.menu-item-has-children a {
        padding-right: 0;
    }

    .menu-item.menu-item-has-children > a:after {
        display: none;
    }

    body header .menu-item.menu-item-has-children:hover > .sub-menu,
    body.test-tt header .menu-item.menu-item-has-children:hover > .sub-menu {
        display: none !important;
    }

    .sws-awards-procedure-item-title {
        font-size: 20px;
    }

    body.page-template-template-apply-now-2 .sws-main-slider, .sws-isa-block, .sws-faq-block {
        margin-bottom: 56px;
    }

    .sws-features-block {
        margin-bottom: 32px;
    }

    .sws-awards-procedure-block {
        margin-bottom: 56px;
    }

    .sws-apply-option-item-title {
        font-size: 14px;
    }

    .sws-apply-option-item-desc {
        font-size: 14px;
    }

    .sws-apply-option-item {
        padding: 32px 20px;
    }

    .sws-tile-content h3 {
        font-size: 20px;
    }

    .sws-with-bg-color {
        padding: 48px 0;
    }

    .sws-apply-options-block {
        margin-bottom: 48px;
        padding: 48px 0;
    }

    .awards-archive-list .main-page-winner-item {
        padding-bottom: 0;
        width: 50%;
    }

    .awards-archive-list .main-page-winner-item.root-cat-item .main-page-winner-button {
        font-size: 16px;
    }

    body.page-id-96462 .sws-selection-criteria-list.type-2 .sws-selection-criterion {
        background-color: var(--dark-green) !important;
        color: #fff !important;
    }

    body.page-id-96462 .sws-selection-criteria-list.type-2 .sws-selection-criterion .sws-selection-criterion-desc {
        color: #fff !important;
    }

    .fixed-top {
        z-index: 1;
    }

    .header-banner-2025-title {
        padding: 0;
        background: transparent;
    }

    .nomination-2025-banner-block-title {
        font-size: 18px;
        margin-right: 40px;
    }

    .nomination-2025-banner-block-image {
        width: 200px;
    }

    .nomination-2025-banner-block-inner .standard-btn {
        white-space: nowrap;
    }

    .banner-2025-block-content .sws-main-slider-content-title {
        font-size: 72px;
    }

    .banner-2025-block-content .sws-main-slider-content-subtitle {
        font-size: 24px;
    }

    .slick-slide > .sws-main-slider-content {
        padding-top: 50px;
    }

    .sws-main-slider-content-title {
        font-size: 100px;
    }

    .sws-main-slider-content-subtitle {
        font-size: 24px;
    }

    .sws-body.sws-without-main-image .main {
        /*padding-top: 100px;*/
        padding-top: 148px;
    }

    .sws-featured-winner-card-badge-icon {
        width: 40px;
    }

    .sws-featured-winner-card-info {
        padding: 16px;
    }

    .sws-featured-winner-card-content {
        padding: 0;
    }

    .sws-featured-winner-card-nomination, .sws-featured-winner-card-website {
        font-size: 10px;
    }

    .sws-featured-winners-list {
        margin-bottom: 80px;
    }

    .sws-featured-winner-card-title {
        font-size: 18px;
    }

    .sws-selection-criterion-title {
        font-size: 16px;
    }

    .sws-selection-criteria-list {
        width: calc( 100% + 16px );
        margin: 0 -8px;
        justify-content: normal;
        align-items: normal;
    }

    .sws-selection-criteria-content {
        display: none;
    }

    .sws-selection-criterion, .sws-selection-criteria-list.type-2 .sws-selection-criterion, .sws-selection-criterion.alignment-center {
        padding: 16px !important;
        background: #fff !important;
        width: calc(50% - 16px) !important;
        margin: 0 8px 16px !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-flow: row !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 16px 0 #4D4D4D1A !important;
    }

    .sws-selection-criterion-inner, .sws-selection-criteria-list.type-2 .sws-selection-criterion.alignment-center .sws-selection-criterion-inner {
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .sws-selection-criterion-icon {
        display: block;
        flex-shrink: 0;
        width: 64px;
        height: auto;
        margin-right: 16px;
        border-radius: 50%;
    }

    .top-main-block-title, .sws-tile-title, .sws-block-title, .sws-benefit-item-title {
        font-size: 24px;
    }

    .sws-text, .sws-tile-content p, .sws-block-subtitle, .sws-reason-item-content li {
        font-size: 14px;
    }

    .sws-review-text {
        font-size: 16px;
    }

    .sws-review-name {
        font-size: 16px;
        margin-top: 16px;
    }

    .sws-review-position {
        font-size: 16px;
        margin-top: 8px;
    }

    .sws-benefit-item-desc {
        font-size: 14px;
    }

    .sws-benefits-list {
        margin-top: 0;
    }

    .sws-reason-item-title-number {
        font-size: 40px;
        left: 0;
        top: -10px;
    }

    .sws-reason-item-title {
        padding-top: 5px;
        font-size: 18px;
    }

    .sws-page .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .sws-page .slick-arrow.slick-prev {
        left: -20px;
    }

    .sws-page .slick-arrow.slick-next {
        right: -20px;
    }

    .sws-testimonial-card {
        width: calc(100% / 2);
        padding: 8px;
    }

    .sws-banner-title {
        font-size: 24px;
    }

    .sws-banner-desc {
        font-size: 16px;
    }

    .sws-banner-block-container {
        min-height: 216px;
        padding: 32px;
    }

    .sws-award-category-item {
        padding: 10px 24px;
    }

    .sws-award-category-item-label {
        font-size: 14px;
    }

    .sws-standard-btn {
        min-height: 48px;
        font-size: 14px;
    }

    .sws-reason-item-content li {
        margin-top: 16px;
    }

    .sws-logo-item {
        width: 164px !important;
        height: 92px;
    }

    .sws-tile-content-wrapper, .sws-reason-item-content-wrapper {
        max-width: 328px;
    }

    .sws-tile-title br {
        display: none;
    }

    .sws-form-block {
        background-size: 1024px auto;
    }

    .qa-manufacturer-real-estate-form .sws-form-block {
        background-image: url('../qa-manufacturer-real-estate-form-mob.html');
    }

    .qa-real-estate-form .sws-form-block {
        background-image: url('../qa-real-estate-form-mob.html');
    }

    .qa-real-estate-development-form .sws-form-block {
        background-image: url('../qa-real-estate-development-form-mob.html');
    }

    .qa-top-100-sustainable-real-estate-developers-brokers-architects-and-designers-of-the-world-form .sws-form-block {
        background-image: url('../qa-top-100-sustainable-real-estate-developers-brokers-architects-and-designers-of-the-world-form-mob.html');
    }

    .qa-top-100-luxury-restaurants-form .sws-form-block {
        background-image: url('../qa-top-100-luxury-restaurants-form-mob.html');
    }

    .qa-top-100-luxury-spas-form .sws-form-block {
        background-image: url('../qa-top-100-luxury-spas-form-mob.html');
    }

    .qa-luxury-jewelry-form .sws-form-block {
        background-image: url('../qa-luxury-jewelry-form-mob.html');
    }

    .qa-premium-wine-and-spirits-brands-form .sws-form-block {
        background-image: url('../qa-premium-wine-and-spirits-brands-form-mob.html');
    }

    .qa-premium-food-and-beverages-form .sws-form-block {
        background-image: url('../qa-premium-food-and-beverages-form-mob.html');
    }

    .qa-luxury-lifestyle-awards-form .sws-form-block {
        background-image: url('../qa-luxury-lifestyle-awards-form-mob.html');
    }

    .qa-international-sustainability-awards-form .sws-form-block {
        background-image: url('../qa-international-sustainability-awards-form-mob.html');
    }

    .codedropz-upload-inner h3, .codedropz-upload-inner span {
        display: none !important;
    }

    .sws-form-title br, .sws-form-subtitle br {
        display: none;
    }

    .sws-form-block {
        padding-top: 120px;
    }

    .sws-form-title {
        font-size: 32px;
    }

    .sws-form-content-container {
        padding: 40px 40px 64px;
    }
}

@media screen and (max-width: 767px) {
    .sws-popup-inner {
        padding: 40px 24px;
    }

    .sws-close-btn {
        top: 6px;
        right: 6px;
    }

    .award-celebration-popup-inner {
        display: block !important;
    }

    .sws-award-celebration-card {
        width: 100%;
    }

    .award-celebration-slider-wrapper {
        width: 100% !important;
        max-width: 350px;
        margin: 0 auto 24px;
    }

    .sws-award-celebration-container {
        margin-bottom: 40px;
    }

    .gold-title, .brands-icons > .gold-title, .news-container > h1, .content-block-title, .brands-icons .small-title, .main-page h2 {
        font-size: 28px;
    }

    .winner-item-title {
        font-size: 20px;
    }

    .winner-item-description > a {
        font-size: 20px;
    }

    .winner-item-box > li.location-box {
        flex-flow: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 16px;
    }

    .winner-info-item {
        width: 100% !important;
        padding: 0 !important;
    }

    .ms-options-wrap > button:focus, .ms-options-wrap > button,
    .ms-options-wrap > .ms-options > ul label {
        font-size: 13px;
    }

    .sws-banner-subscribe-form {
        width: 100%;
        max-width: 416px;
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
        margin-top: 16px;
    }

    .banner-signup-form, .sws-banner-subscribe-form .signup-input-holder {
        width: 100%;
    }

    .sws-banner-subscribe-form .signup-input-holder > .field-subscribe-email > input {
        text-align: center;
    }

    .sws-banner-block-container .sws-banner-subscribe-form .sws-standard-btn {
        max-width: 100%;
    }

    .sws-form-thanks-wrapper {
        padding-top: 110px;
        background-size: 80px;
    }

    .sws-new-form-description {
        font-size: 14px;
    }

    .sws-form-title {
        font-size: 24px;
    }

    .sws-new-form-icon {
        height: 80px;
        margin: 0 auto 24px;
    }

    .sws-tile-content-wrapper .sws-standard-btn + .sws-standard-btn {
        margin-left: 0;
    }

    .brand-expirience-main-item .learn-more-btn {
        margin-top: 12px;
    }

    .brand-expirience-main-item > *:last-child {
        padding-bottom: 16px;
    }

    .brand-expirience-button {
        padding: 0 16px;
    }

    .brand-expirience-main.for-news .brand-expirience-main-item, .brand-expirience-main-item {
        margin: 0;
    }

    .brand-expirience-main-item + .brand-expirience-main-item,
    .brand-expirience-main.for-news .brand-expirience-main-item + .brand-expirience-main-item {
        margin-top: 20px;
    }

    .brand-expirience-main.for-news.without-isotope .brand-expirience-main-item + .brand-expirience-main-item {
        margin-top: 0 !important;
    }

    .sws-category-filter-item-inner {
        min-height: 32px;
        padding: 2px 14px;
        border: 1px solid var(--gold);
        font-size: 12px;
    }

    .sws-media-publication-card-title {
        font-size: 20px;
    }

    .sws-more-items-block .sws-center-container {
        margin-top: 0;
    }

    .sws-media-publications-list {
        width: 100%;
        margin: 0 auto 8px;
    }

    .sws-media-publication-card {
        width: 100%;
        margin: 0;
        text-align: center;
        box-shadow: 0 4px 16px #4D4D4D1A;
        background: #fff;
        padding: 20px;
    }

    .sws-media-publication-card + .sws-media-publication-card {
        margin-top: 16px;
    }

    .sws-with-bg-image .sws-feature-item {
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px;
        padding: 20px 12px;
    }

    .sws-faq-block .sws-block-title {
        margin-bottom: 0;
    }

    .sws-faq-block .sws-container {
        padding: 24px;
    }

    .our-vision-block .sws-tile .sws-tile-title {
        padding-top: 40px;
        background-position: center top;
        background-size: auto 50px;
    }

    .top-main-block, .sws-tile, .sws-infinite-list-block, .sws-benefits-block, .sws-reasons-block, .sws-reviews-block, .sws-award-categories-block, .sws-selection-criteria-block, .sws-featured-winners-block, .sws-testimonials-block, .sws-banner-block,
    .sws-top-100-slider, .sws-title-with-image-block, .sws-content-block {
        margin-bottom: 40px;
    }

    .sws-tile, .sws-reason-item {
        flex-flow: wrap;
    }

    .sws-tile-image-wrapper, .sws-reason-item-image-wrapper {
        width: 100%;
        order: 2 !important;
        margin-top: 24px;
    }

    .sws-award-categories-block {
        padding: 48px 0;
    }

    .sws-award-categories-list {
        width: 100%;
        margin: 0 auto;
    }

    .sws-award-category-item.sws-visible-item {
        width: 100%;
    }

    .sws-award-category-item {
        min-height: 56px;
        margin: 0 0 8px;
    }

    .sws-tile-content-wrapper, .sws-reason-item-content-wrapper {
        width: 100%;
        max-width: none;
        order: 1 !important;
        text-align: center;
    }

    .sws-reason-item {
        margin-bottom: 24px;
    }

    .sws-tile-title {
        text-align: center;
        margin-bottom: 12px;
    }

    .sws-tile-title-wrapper.with-icon .sws-tile-title {
        text-align: left;
    }

    .sws-tile-title-icon {
        margin-right: 16px;
    }

    .sws-tile-content-wrapper .sws-standard-btn {
        margin: 16px auto 0;
        width: 100%;
        max-width: 450px;
    }

    .sws-tile-content > * + * {
        margin-top: 12px;
    }

    .sws-logo-item {
        width: 136px !important;
        height: 76px;
    }

    .sws-benefits-block {
        padding: 40px 0 24px;
    }

    .sws-benefit-item {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
        text-align: center;
    }

    .sws-benefit-item-icon {
        margin-bottom: 8px;
    }

    .sws-benefit-item-title {
        font-size: 24px;
    }

    .sws-reason-item {
        flex-flow: wrap;
    }

    .team-member-item {
        width: 85vw;
        flex-shrink: 0;
        max-width: 340px;
        margin: 0 !important;
        box-shadow: 0 4px 8px 0 #4D4D4D1A !important;
        min-height: 335px;
        justify-content: center;
    }

    .team-members-list {
        gap: 12px;
    }

    .team-members-filters-list, .team-members-list {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 8px 5vw !important;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        overflow-y: auto;
        margin: 0;
    }

    .team-members-filters-list::-webkit-scrollbar, .team-members-list::-webkit-scrollbar {
        display: none;
    }

    .team-members-filter {
        font-size: 14px;
        padding-top: 3px;
        margin: 0 4px;
    }

    .sws-partner-logo-item {
        width: calc(100% / 3 - 16px) !important;
    }

    .sws-map-item {
        margin: 0 8px 16px;
    }

    .sws-awards-procedure-item-title {
        font-size: 18px;
    }

    .sws-awards-procedure-item-icon {
        height: 48px;
    }

    .sws-awards-procedure-item-number {
        width: 48px;
        font-size: 18px;
    }

    .sws-awards-procedure-list {
        width: 100%;
        margin: 0;
    }

    .sws-awards-procedure-item {
        width: 100% !important;
        margin: 0;
        padding-top: 60px;
    }

    .sws-awards-procedure-item + .sws-awards-procedure-item {
        margin-top: 12px;
    }

    .sws-features-block {
        margin-bottom: 16px;
    }

    .sws-testimonials-center-container {
        margin-top: 0;
    }

    .sws-feature-item-title {
        font-size: 14px;
    }

    .sws-feature-item-desc {
        font-size: 12px;
    }

    .sws-feature-item {
        width: calc(50% - 32px) !important;
        margin: 0 16px 24px;
    }

    .sws-faq-item-question {
        padding-right: 40px;
        font-size: 16px;
        line-height: 24px;
    }

    .sws-faq-item-answer * {
        font-size: 14px;
    }

    .sws-faq-item-question-toggle-btn {
        width: 24px;
        height: 24px;
    }

    .sws-faq-item-inner {
        padding: 24px 0;
    }

    body.page-template-template-apply-now-2 .sws-main-slider, .sws-isa-block, .sws-faq-block {
        margin-bottom: 48px;
    }

    .sws-awards-procedure-block {
        margin-bottom: 48px;
    }

    .sws-with-bg-color {
        padding: 40px 0;
    }

    .sws-apply-options-block {
        margin-bottom: 40px;
        padding: 40px 0;
    }

    .sws-apply-option-item {
        width: calc(50% - 16px);
    }

    .sws-tile-content h3 {
        font-size: 18px;
    }

    .sws-tile-title-wrapper {
        margin-bottom: 12px;
    }

    .sws-overlay .popup-title {
        font-size: 24px;
    }

    .sws-popup {
        padding: 32px;
    }

    .awards-archive-list .main-page-winner-item {
        width: 100%;
        margin-bottom: 16px !important;
    }

    .sws-review-inner {
        text-align: center;
    }    

    .nomination-2025-banner-block-inner {
        flex-flow: column;
        justify-content: center;
    }

    .nomination-2025-banner-block-image {
        width: 100%;
    }

    .nomination-2025-banner-block-title {
        margin: 16px 0;
    }

    body.page-id-110660 .nomination-2025-banner-block-title {
        margin: 16px 0;
    }

    .banner-2025-block-image:last-of-type {
        display: none;
    }

    .banner-2025-block-image {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 24px;
    }

    .banner-2025-block {
        padding: 5vw 0 40px;
    }

    .banner-2025-block-inner {
        flex-flow: column;
    }

    .banner-2025-block-content {
        margin: 0 auto;
        max-width: 190px;
        padding: 0;
    }

    .banner-2025-block-content .standard-btn {
        width: 100%;
    }

    .banner-2025-block-content .sws-main-slider-content-title {
        font-size: 64px;
    }

    .banner-2025-block-content .sws-main-slider-content-subtitle {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .slick-slide > .sws-main-slider-content {
        padding-top: 50px;
    }

    .sws-main-slider-content-title {
        font-size: 80px;
    }

    .sws-main-slider-content-subtitle {
        font-size: 20px;
    }

    .page-template-template-exclusive-edition-page .sws-tile:nth-of-type(2) {
        margin-top: 70px;
    }

    .sws-ebooks-block .filters-wrapper {
        margin-bottom: 0;
    }

    .sws-block-subtitle {
        margin-bottom: 16px;
    }

    .winners-books-list {
        margin-bottom: 0;
    }

    .sws-ebooks-block .y-filter-item + .y-filter-item {
        margin-left: 8px;
    }

    .sws-ebooks-block .y-filter-item {
        font-size: 14px;
        padding: 8px;
        min-width: 68px;
    }

    .sws-center-container .sws-standard-btn {
        width: 100%;
        max-width: 450px;
        margin-top: 16px;
    }

    .sws-single-media-wrapper .sws-standard-btn {
        margin-top: 24px;
        width: 100%;
        max-width: 450px;
    }

    .sws-testimonials-center-container {
        display: flex;
    }

    .sws-testimonial-card {
        display: none;
    }

    .sws-visible-testimonial-item {
        display: flex;
    }

    .sws-banner-block-container {
        min-height: 0;
        padding: 16px;
    }

    .sws-banner-title {
        font-size: 20px;
    }

    .sws-banner-desc {
        font-size: 14px;
        text-align: center;
    }

    .sws-banner-block-container .sws-standard-btn {
        width: 100%;
        /*max-width: 450px;*/
        max-width: 200px;
        margin: 16px auto 0;
    }

    .sws-selection-criterion, .sws-selection-criteria-list.type-2 .sws-selection-criterion, .sws-selection-criterion.alignment-center {
        width: calc( 100% - 16px ) !important;
        margin: 0 8px 8px !important;
    }

    .sws-featured-winner-card-website {
        margin-top: 4px;
    }

    .sws-standard-btn {
        text-align: center;
    }

    .sws-review-text {
        font-size: 14px;
        text-align: center;
    }

    .sws-review-position, .sws-review-name {
        font-size: 12px;
        text-align: center;
    }

    .sws-block-title {
        margin-bottom: 16px;
    }

    .sws-reason-item-title-number {
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sws-testimonial-card {
        width: 100%;
    }

    .sws-form-content-container {
        padding: 20px 20px 44px;
    }

    .sws-form-step-title, .sws-input-block-title {
        font-size: 16px;
    }

    .sws-input-label {
        font-size: 15px;
    }

    .sws-input {
        font-size: 14px;
    }

    .top-main-block-content {
        text-align: center;
    }

    .top-main-block-title, .sws-tile-title, .sws-block-title, .sws-benefit-item-title {
        text-align: center;
        font-size: 20px;
    }

    .top-main-block-title br, .sws-tile-title br, .sws-block-title br, .sws-benefit-item-title br {
        display: none;
    }

    .top-main-block {
        height: 100vh;
    }
}

@media screen and (max-width: 550px) {
    .top-main-block-image.sws-mobile-image {
        display: block;
    }

    .top-main-block-image.sws-tablet-image {
        display: none;
    }

    .sws-apply-options-list {
        width: 100%;
        margin: 0;
    }

    .sws-apply-option-item {
        width: 100%;
        margin: 0;
    }

    .sws-apply-option-item + .sws-apply-option-item {
        margin-top: 16px;
    }

    .top-100-slide-title {
        font-size: 24px;
    }

    .top-100-slide-tag{
        font-size: 12px;
    }

    .top-100-slide-icon {
        max-height: 250px;
    }

    .top-100-slide-btn.standard-btn {
        font-size: 14px;
    }

    .top-100-slide {
        /*height: 500px;*/
    }

    .top-100-slider .slick-prev {
        left: -12px;
    }

    .top-100-slider .slick-next {
        right: -12px;
    }

    .sws-page .slick-arrow.slick-prev {
        left: -15px;
    }

    .sws-page .slick-arrow.slick-next {
        right: -15px;
    }

    .sws-reviews-list {
        opacity: 1 !important;
    }

    .sws-review {
        padding: 0;
    }

    .sws-review + .sws-review {
        margin-top: 16px;
    }

    .sws-review-image {
        height: 80px;
        margin: 0 auto 16px;
    }

    .sws-review-inner {
        padding: 16px;
    }
}