:root {
    --main-text-color: #6c6c6c;
    
    --block-bg: #f3f3f3;
    --navi-bg: #f7f7f7;
    --navi-text-color: #404041;
    --navi-text-color-highlight: #606061;
    --banner-t1-color: #373737;
    --bg-breadcrumb: #fafafa;
    
    --bg-glambot: #b0875f;
    --bg-glambot-highlight: #b0875f;
    --bg-glambot2: #5e5e5e;
    --bg-glambot2-highlight: #5e5e5e;
    --bg-glambot3: #404041;
    --bg-glambot4: #f7f7f7;
    --bg-glambot5: #8c8c8c;
    --bg-glambot6: #e6e6e6;
    
    --text-glambot: #b0875f;
    --text-glambot-t: #fadfc4;
    --text-glambot2: #373737;
    --text-glambot3: #5e5e5e;
    --text-glambot4: #444444;
    --text-glambot5: #232323;
    --text-glambot6: #7e7e7e;
    --text-glambot7: #898989;
    --text-glambot8: #aeaeae;
    --text-glambot9: #8b8b8b;

    --breadcrumb-link: #a7a7a7;
    --breadcrumb-link-active: #404041;
}

@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-display: swap;
  src: url('../../../fonts/lato/Lato-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 200;
  font-display: swap;
  src: url('../../../fonts/lato/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/lato/Lato-Regular.ttf?#iefix') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 600;
  font-display: swap;
  src: url('../../../fonts/lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-display: swap;
  src: url('../../../fonts/lato/Lato-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/playfair_display/static/PlayfairDisplay-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-display: swap;
  src: url('../../../fonts/playfair_display/static/PlayfairDisplay-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 600;
  font-display: swap;
  src: url('../../../fonts/playfair_display/static/PlayfairDisplay-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-display: swap;
  src: url('../../../fonts/playfair_display/static/PlayfairDisplay-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 800;
  font-display: swap;
  src: url('../../../fonts/playfair_display/static/PlayfairDisplay-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-display: swap;
  src: url('../../../fonts/playfair_display/static/PlayfairDisplay-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display SC';
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/playfair_display_sc/PlayfairDisplaySC-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display SC';
  font-weight: 600;
  font-display: swap;
  src: url('../../../fonts/playfair_display_sc/PlayfairDisplaySC-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display SC';
  font-weight: 900;
  font-display: swap;
  src: url('../../../fonts/playfair_display_sc/PlayfairDisplaySC-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Antro Vectra';
  font-weight: 400;
  font-display: swap;
  src: url('../../../fonts/antro_vectra/Antro_Vectra.otf') format('opentype');
}

@font-face {
  font-family: 'Antro Vectra';
  font-weight: 600;
  font-display: swap;
  src: url('../../../fonts/antro_vectra/Antro_Vectra_Bolder.otf') format('opentype');
}

body {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: var(--main-text-color);
}

b,
strong {
    font-weight: 600;
}

p {
    color: var(--main-text-color);
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #cecece;
    border-bottom: 1px solid white;

    margin-top: 15px;
    margin-bottom: 15px;
}

.fslightbox-container {
    background: linear-gradient(rgba(227,227,227,.9),#fff 1810%) !important;
}

.breadcrumb {
    display: block !important;
    background-color: var(--bg-breadcrumb);
}

.breadcrumb-bg {
    background-color: var(--bg-breadcrumb) !important;
}

span.breadcrumb-link,
a.breadcrumb-link,
a.breadcrumb-link:link {
    color: var(--breadcrumb-link) !important;
}

a.breadcrumb-link:hover,
a.breadcrumb-link:focus {
    color: var(--breadcrumb-link) !important;
}

span.breadcrumb-link.active {
    color: var(--breadcrumb-link-active) !important;
}

.navi-bg {
    background-color: var(--navi-bg);
}

.block-bg {
    background-color: var(--block-bg);
}

.btn,
.btn:focus,
.btn:link {
    border: none;
}

.w-lg-100 {
    width: 100% !important;
}

.bg-glambot-gray {
    background-color: var(--navi-bg);
}

.text-main {
    color: var(--main-text-color) !important;
}

.text-glambot {
    color: var(--text-glambot) !important;
}

.text-glambot-t {
    color: var(--text-glambot-t) !important;
}

.text-glambot-n {
    color: var(--navi-text-color) !important;
}

.text-glambot-2 {
    color: var(--text-glambot2) !important;
}

.text-glambot-3 {
    color: var(--text-glambot3) !important;
}

.text-glambot-4 {
    color: var(--bg-glambot3) !important;
}

.text-glambot-4e {
    color: var(--text-glambot4) !important;
}

.text-glambot-5 {
    color: var(--text-glambot5) !important;
}

.text-glambot-6 {
    color: var(--text-glambot6) !important;
}

.text-glambot-7 {
    color: var(--text-glambot7) !important;
}

.text-glambot-8 {
    color: var(--text-glambot8) !important;
}

.text-glambot-9 {
    color: var(--text-glambot9) !important;
}

.sign-text {
    font-family: 'Antro Vectra', Arial, sans-serif;
    font-size: 50px;
    color: var(--main-text-color);
}

a,
a:hover,
a:focus,
a:link {
    cursor: pointer;
    text-decoration: none;
}

.z0 {
    z-index: 0;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-900 {
    font-weight: 900;
}

.fs-11 {
    font-size: 11.48px !important;
    line-height: 13px !important;
}

.fs-12 {
    font-size: 12.5px !important;
    line-height: 14px !important;
}

.fs-13 {
    font-size: 13.33px !important;
    line-height: 15px !important;
}

.fs-14 {
    font-size: 14.25px !important;
    line-height: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 17px !important;
}

.fs-16 {
    font-size: 16.67px !important;
    line-height: 19px !important;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 20px !important;
}

.fs-19 {
    font-size: 19.4px !important;
    line-height: 21px !important;
}

.fs-21 {
    font-size: 20.95px !important;
    line-height: 23px !important;
}

.fs-21-2 {
    font-size: 21.13px !important;
    line-height: 23px !important;
}

.fs-22 {
    font-size: 22.95px !important;
    line-height: 25px !important;
}

.fs-25 {
    font-size: 25px !important;
    line-height: 27px !important;
}

.fs-29 {
    font-size: 29.17px !important;
    line-height: 32px !important;
}

.fs-33 {
    font-size: 33.33px !important;
    line-height: 36px !important;
}

.fs-37-dot-5 {
    font-size: 37.5px !important;
    line-height: 39px !important;
}

.fs-41 {
    font-size: 41.67px !important;
    line-height: 44px !important;
}

.fs-44 {
    font-size: 44.39px !important;
    line-height: 47px !important;
}

.fs-45 {
    font-size: 45.83px !important;
    line-height: 48px !important;
}

.fs-47 {
    font-size: 47.48px !important;
    line-height: 50px !important;
}

.fs-50 {
    font-size: 50px !important;
    line-height: 52px !important;
}

.fs-54 {
    font-size: 54.17px !important;
    line-height: 57px !important;
}

.fs-58 {
    font-size: 58.33px !important;
    line-height: 60px !important;
}

.fs-66 {
    font-size: 66.67px !important;
    line-height: 69px !important;
}

.fs-73 {
    font-size: 73.82px !important;
    line-height: 76px !important;
}

.fs-91 {
    font-size: 91.67px !important;
    line-height: 94px !important;
}

.fs-122 {
    font-size: 122.77px !important;
    line-height: 125px !important;
}

.lh-21 {
    line-height: 21px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-41 {
    line-height: 41px !important;
}

.lh-47 {
    line-height: 47px !important;
}

.ff-lato {
    font-family: 'Lato', Arial, sans-serif !important;
}

.ff-playfair-display {
    font-family: 'Playfair Display', Arial, sans-serif !important;
}

.ff-playfair-display-sc {
    font-family: 'Playfair Display SC', Arial, sans-serif !important;
}

.glambot-input {
    width: 100%;
    outline: none !important;
    border: 0 !important;

    border-radius: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 16.67px;
    color: var(--text-color-9);
}

.glambot-input.error,
.glambot-select.error,
.message-content.error {
    border: 1px solid red !important;
}

.glambot-select {
    width: 100%;
    outline: none !important;
    border: 0 !important;

    border-radius: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 16.67px;
    background-color: white;
    color: var(--text-color-9);
    
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 5px;
}

.aspect-ratio-1-1 {
    aspect-ratio: 1 / 1;
}

.bw-3 {
    border-width: 3px !important;
}

.br-20 {
    border-radius: 20px;
}

.br-r-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.br-30 {
    border-radius: 30px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.hover-image-box {
    position: relative;
}

.navi-link,
.navi-link:link {
    font-size: 18px;
    font-family: 'Playfair Display', Arial, sans-serif;
    color: var(--navi-text-color);
}

.link-line::after,
.link-line:link::after {
    display: block;
    content: '';
    width: 0px;
    height: 4px;
    background: var(--bg-glambot);
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 6px;

    transition: width linear .2s;
}

.navi-link:hover,
.navi-link:focus {
    color: var(--navi-text-color-highlight);
}

.link-line:hover::after,
.link-line:focus::after,
.link-line.active::after,
.link-line.active:hover::after,
.link-line.active:focus::after,
.link-line.active:link::after {
    display: block;
    content: '';
    width: 25px;
    height: 4px;
    background: var(--bg-glambot);
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 6px;

    transition: width linear .2s;
}

.animation.fade {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.animation.fade.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.animation.fade-up {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.animation.fade-up.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.animation.fade-late {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transition-delay: .4s;
}

.animation.fade-late.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition-delay: none;
}

.banner img.animation.fade:not(.visible) {
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.banner .t1 {
    font-family: 'Playfair Display SC', Arial, sans-serif;
    font-size: 110.93px;
    line-height: 115px;
    color: var(--banner-t1-color);
}

.banner .t2 {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 18px;
    color: var(--navi-text-color);
}

.banner .t2 .shadowed {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .45);
}

.banner .btn {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 20.95px;
    font-weight: 600;
    
    border-radius: 30px;
}

.bg-glambot {
    background-color: var(--bg-glambot);
}

.bg-glambot-2t {
    background-color: var(--bg-glambot2);
}

.bg-glambot-2 {
    background-color: var(--bg-glambot3);
}

.bg-glambot-3 {
    background-color: var(--bg-glambot4);
}

.bg-glambot-5 {
    background-color: var(--bg-glambot5);
}

.bg-glambot-6 {
    background-color: var(--bg-glambot6);
}

.bg-with-background {
    background-color: #f3f3f3;
    background-image: url('/assets/images/bg-logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.bg-with-background-r {
    background-color: white;
    background-image: url('/assets/images/bg-logo-r.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.btn-glambot,
.btn-glambot:link {
    background-color: var(--bg-glambot);
    color: white;
    
    min-width: 226px;
    min-height: 60px;
}

.btn-glambot:hover,
.btn-glambot:focus {
    background-color: var(--bg-glambot-highlight) !important;
    color: white !important;
}

.btn-glambot-2,
.btn-glambot-2:link {
    background-color: var(--bg-glambot2);
    color: white;
    
    min-width: 226px;
    min-height: 60px;
}

.btn-glambot-2:hover,
.btn-glambot-2:focus {
    background-color: var(--bg-glambot2-highlight) !important;
    color: white !important;
}

.btn-glambot-3,
.btn-glambot-3:link {
    background-color: white;
    color: black;
    
    min-width: 226px;
    min-height: 60px;
}

.btn-glambot-3:hover,
.btn-glambot-3:focus {
    background-color: white !important;
    color: black !important;
    
    opacity: .75;
}

.btn-glambot-4,
.btn-glambot-4:link {
    background-color: black;
    color: white;
    
    min-width: 226px;
    min-height: 60px;
}

.btn-glambot-4:hover,
.btn-glambot-4:focus {
    background-color: black !important;
    color: white !important;
    
    opacity: .75;
}

.btn-glambot-shadow,
.btn-glambot-shadow:link {
    border: 3px solid var(--bg-glambot);
    background-color: rgba(0, 0, 0, .26);
    color: white;
}

.btn-glambot-shadow:hover,
.btn-glambot-shadow:focus {
    border: 3px solid var(--bg-glambot);
    background-color: rgba(0, 0, 0, .26) !important;
    color: white !important;
    
    opacity: .75;
}

.btn-white-shadow,
.btn-white-shadow:link {
    border: 3px solid white;
    background-color: rgba(255, 255, 255, .26);
    color: white;
}

.btn-white-shadow:hover,
.btn-white-shadow:focus {
    border: 3px solid white !important;
    background-color: rgba(255, 255, 255, .26) !important;
    color: white !important;
    
    opacity: .75;
}

.banner .btn-white-shadow {
    border-radius: 37px;
    min-width: 226px;
    min-height: 71px;
}

.event .title {
    font-size: 58.33px;
    line-height: 73px;
    font-family: 'Playfair Display SC';
}

.event .title .text-glambot {
    font-family: 'Playfair Display';
}

.event .title .text-glambot small {
    font-size: 17.95px;
    line-height: 22px;
}

.event .badge:not(.on-pic):not(.on-pic2) {
    position: static;
    left: 0;
    
    margin-top: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    
    border-left: 3px solid var(--bg-glambot);
    text-align: left;
    min-width: 100%;
}

.event .hover-image-box .badge.on-pic,
.event .hover-image-box:link .badge.on-pic,
.event .hover-image-box:hover .badge.on-pic,
.event .hover-image-box:focus .badge.on-pic {
    background: var(--bg-glambot);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border-left: 3px solid white;
    left: 8px;
    top: 5px;
}

.event .hover-image-box .badge.on-pic2,
.event .hover-image-box:link .badge.on-pic2,
.event .hover-image-box:hover .badge.on-pic2,
.event .hover-image-box:focus .badge.on-pic2  {
    font-size: 21px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: auto;
    text-align: center;
}

.event .hover-image-box .border-on-pic2,
.event .hover-image-box:link .border-on-pic2,
.event .hover-image-box:hover .border-on-pic2,
.event .hover-image-box:focus .border-on-pic2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    display: flex;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    border: 8px solid transparent;
}

.event .hover-image-box .border-on-pic,
.event .hover-image-box:link .border-on-pic,
.event .hover-image-box:hover .border-on-pic,
.event .hover-image-box:focus .border-on-pic {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    display: flex;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    border: 8px solid transparent;
    background: rgba(0, 0, 0, .4);
}

.event .hover-image-box .border-on-pic::after,
.event .hover-image-box:link .border-on-pic::after,
.event .hover-image-box:hover .border-on-pic::after,
.event .hover-image-box:focus .border-on-pic::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;

    border: 3px solid var(--bg-glambot);
}

.action321 .title {
    font-size: 58.33px;
    line-height: 73px;
    font-family: 'Playfair Display SC';
}

.action321 .title .text-glambot {
    font-family: 'Playfair Display';
}

.action321 .title .text-glambot small {
    font-family: 'Lato';
    font-size: 17.95px;
    line-height: 22px !important;
    color: #5d5d5d;
}

.action321 .btn.btn-white-shadow {
    min-width: 230px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

.glamtvart .header .t1 {
    font-family: 'Playfair Display SC';
    font-size: 58.33px;
    line-height: 55px;
}

.glamtvart .header .t1 span {
    font-family: 'Playfair Display';
    font-size: 50px;
    line-height: 55px;
}

.glamtvart .header .t2 {
    font-family: 'Playfair Display';
    font-size: 20.83px;
    line-height: 8px;
}

.glamtvart .header .t3 {
    font-family: 'Playfair Display SC';
    font-size: 75px;
    line-height: 85px;
}

.glamtvart .header .t3 span {
    font-family: 'Playfair Display';
}

.b-glamtv {
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .2);
}

.b-glamtv .image {
    border: 1px solid white;
}

.badge {
    position: absolute;
    left: 2px;
    top: 0;
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    
    border-left: 2px solid var(--bg-glambot);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    
    background-color: white;
    color: black;
    
    font-family: 'Playfair display SC';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    
    z-index: 20;
}

.badge * {
    text-wrap: balance;
}

.badge2 {
    position: absolute;
    left: 2px;
    top: 0;
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    
    background-color: var(--bg-glambot2);
    color: black;
    
    font-family: 'Playfair display SC';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    
    z-index: 20;
}

.badge2 * {
    text-wrap: balance;
}

.block-5 .title {
    font-size: 58.33px;
    line-height: 73px;
    font-family: 'Playfair Display SC';
}

.block-5 .title.text-glambot-2 small {
    font-family: 'Lato', Arial, sans-serif;
    text-transform: none;
    
    font-size: 17.95px;
    line-height: 22px;
}

.block-5 .badge {
    left: 6px;
    
    padding-left: 1rem;
    padding-right: 1rem;
    
    border-left: 3.5px solid var(--bg-glambot);
    text-align: left;
    min-width: 195px;
}

.reviews .title {
    font-size: 58.33px;
    line-height: 73px;
    font-family: 'Playfair Display SC';
}

.reviews .title .text-glambot-3 small {
    font-family: 'Lato', Arial, sans-serif;
    text-transform: none;
    
    font-size: 17.95px;
    line-height: 22px;
}

.reviews .badge {
    border-width: 5px;
}

.reviews .avatar {
    width: 100%;
    max-width: 120px;
}

.reviews .fa-star {
    color: #ffc000;
}

.reviews .br-glambot,
.reviews .br-glambot:link {
    border: 3px solid var(--bg-glambot);
    
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: -3.5rem;
    margin-bottom: .5rem;
    
    padding-top: 6.25rem;
}

.reviews .br-glambot:hover,
.reviews .br-glambot:focus {
    border: 3px solid var(--bg-glambot);
    
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: -3.5rem;
    margin-bottom: .5rem;
    
    padding-top: 6.25rem;
}

.reviews .br-glambot-2,
.reviews .br-glambot-2:link {
    border: 3px solid var(--bg-glambot);
}

.reviews .br-glambot-2:hover,
.reviews .br-glambot-2:focus {
    border: 3px solid var(--bg-glambot);
}

.tab-link,
.tab-link:link {
    color: #a7a7a7;
}

.tab-link:hover,
.tab-link:focus,
.tab-link.active,
.tab-link.active:link,
.tab-link.active:hover,
.tab-link.active:focus {
    color: #373737;
}

.tab-link::after,
.tab-link:link::after {
    display: block;
    content: '';
    width: 0px;
    height: 3px;
    background: var(--bg-glambot);
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 6px;

    transition: width linear .2s;
}

.tab-link:hover::after,
.tab-link:focus::after,
.tab-link.active::after,
.tab-link.active:link::after,
.tab-link.active:hover::after,
.tab-link.active:focus::after {
    display: block;
    content: '';
    width: 25px;
    height: 3px;
    background: var(--bg-glambot);
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 6px;

    transition: width linear .2s;
}

[tab-id],
[tab-id].d-flex {
    display: none !important;
}

[tab-id].active {
    display: block !important;
}

[tab-id].d-flex.active {
    display: flex !important;
}

.splidetab1 .splide__track {
    margin-left: 85px;
    margin-right: 85px;
}

.splidetab1 .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-left: 3px;
    margin-right: 3px;
}

.splidetab1 .splide__pagination__page {
    margin: 0;
    padding:0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidetab1 .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidetab1 .splide__arrow {
    opacity: 1;
    background-color: white;
}

.splidetab2 .splide__track {
    margin-left: 30px;
    margin-right: 30px;
}

.splidetab2 .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-top: 30px;

    margin-left: 3px;
    margin-right: 3px;
}

.splidetab2 .splide__pagination__page {
    margin: 0;
    padding:0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidetab2 .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidetab2 .splide__arrow {
    opacity: 1;
    background-color: white;
}

.splidetab3 .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-top: 30px;

    margin-left: 3px;
    margin-right: 3px;
}

.splidetab3 .splide__pagination__page {
    margin: 0;
    padding:0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidetab3 .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidetab3 .splide__arrow {
    opacity: 1;
    background-color: white;
}

.splidelogos .splide__track {
    margin-left: 85px;
    margin-right: 85px;
}

.splidelogos .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-top: 30px;

    margin-left: 3px;
    margin-right: 3px;
}

.splidelogos .splide__pagination__page {
    margin: 0;
    padding:0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidelogos .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidelogos .splide__arrow {
    border: 1px solid #d3d3d3;
    opacity: 1;
    background-color: white;
    top: calc(50% - 30px);
}

.splidelogos img,
.splidelogos img:link {
    filter: grayscale(1);
    transition: filter linear .2s;
}

.splidelogos img:hover,
.splidelogos img:focus {
    filter: grayscale(0);
    transition: filter linear .2s;
}

.separate-line {
    width: 25px;
    height: 3px;
    background: var(--bg-glambot);

    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.mobi-nav {
    display: none;
}

.glambot-about-us-banner {
    min-height: 890px;
}

.splidepersons .splide__track {
    margin-left: 85px;
    margin-right: 85px;
}

.splidepersons2 .splide__track {
    margin-left: 55px;
    margin-right: 55px;
}

.splidepersons .splide__pagination > [role='presentation'],
.splidepersons2 .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-left: 3px;
    margin-right: 3px;
}

.splidepersons .splide__pagination__page,
.splidepersons2 .splide__pagination__page {
    margin: 0;
    padding:0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidepersons .splide__pagination__page.is-active,
.splidepersons2 .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splidepersons .splide__arrow,
.splidepersons2 .splide__arrow {
    opacity: 1;
    background-color: white;
}

.filter-label {
    background-color: #e5e5e5 !important;
    min-width: 120px;
}

.filter-label.active {
    background-color: #5e5e5e !important;
    color: white !important;
}

.spliderealizations .splide__track {
    margin-left: 85px;
    margin-right: 85px;
}

.spliderealizations .splide__pagination {
    position: static;
    margin-top: 25px;
}

.spliderealizations .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-left: 3px;
    margin-right: 3px;
}

#movie_player {
    display: none !important;
}

.spliderealizations .splide__pagination__page {
    margin: 0;
    padding: 0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.spliderealizations .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.spliderealizations .splide__arrow {
    opacity: 1;
    background-color: white;
}

.realization_description {
    font-size: 18px;
    line-height: 24px;
}

.splide_realization_reels .splide__track {
    margin-left: 85px;
    margin-right: 85px;
}

.splide_realization_reels .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-left: 3px;
    margin-right: 3px;
}

.splide_realization_reels .splide__pagination__page {
    margin: 0;
    padding: 0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splide_realization_reels .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splide_realization_reels .splide__arrow {
    opacity: 1;
    background-color: white;
    box-shadow: 0px 0px 5px #d3d3d2;
}

.splide_cooperate_photos .splide__track {
    margin-left: 50px;
    margin-right: 50px;
}

.splide_cooperate_photos .splide__pagination {
    position: static;
    margin-top: 20px;
}

.splide_cooperate_photos .splide__pagination > [role='presentation'] {
    background-color: white;
    border-radius: 50%;

    border: 1px solid #d2d2d2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    margin-left: 3px;
    margin-right: 3px;
}

.splide_cooperate_photos .splide__pagination__page {
    margin: 0;
    padding: 0;
    background-color: white;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splide_cooperate_photos .splide__pagination__page.is-active {
    margin: 0;
    padding: 0;
    background-color: #d2d2d2;
    width: 8px;
    height: 8px;
    transform: scale(1);
}

.splide_cooperate_photos .splide__arrow {
    opacity: 1;
    background-color: white;
    box-shadow: 0px 0px 5px #d3d3d2;
}

.splide_cooperate_photos .splide__arrow--prev {
    left: 5px;
}

.splide_cooperate_photos .splide__arrow--next {
    right: 5px;
}

.meet-glambotart {
    height: 850px;
    background-color: black;
    background-image: url('/assets/images/meet-glambotart-banner.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.searcher input {
    outline: unset !important;
    border: unset !important;
}

.faq-element {
    height: 540px;
    overflow: auto;
    width: 100%;
}

.bl-glambot-3 {
    border-left: 3px solid var(--bg-glambot);
}

.btn-smaller-width {
    min-width: 160px;
}

.btn-smaller-height {
    min-height: 45px;
}

@media screen and (min-width: 993px) and (max-width: 1750px)
{
    .btn-glambot-2, .btn-glambot-2:link,
    .btn-glambot, .btn-glambot:link {
        min-width: 206px;
        min-height: 55px;
    }

    .btn-smaller-width {
        min-width: 160px;
    }

    .btn-smaller-height {
        min-height: 45px;
    }

    .fs-11 {
        font-size: 10.48px !important;
        line-height: 12px !important;
    }

    .fs-13 {
        font-size: 12.33px !important;
        line-height: 14px !important;
    }

    .fs-14 {
        font-size: 13.25px !important;
        line-height: 15px !important;
    }

    .fs-15 {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .fs-16 {
        font-size: 15.67px !important;
        line-height: 18px !important;
    }

    .fs-18 {
        font-size: 17px !important;
        line-height: 19px !important;
    }

    .fs-19 {
        font-size: 18.4px !important;
        line-height: 20px !important;
    }

    .fs-21 {
        font-size: 19.95px !important;
        line-height: 22px !important;
    }

    .fs-21-2 {
        font-size: 20.13px !important;
        line-height: 22px !important;
    }

    .fs-25 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .fs-29 {
        font-size: 28.17px !important;
        line-height: 31px !important;
    }

    .fs-33 {
        font-size: 32.33px !important;
        line-height: 35px !important;
    }

    .fs-37-dot-5 {
        font-size: 36.5px !important;
        line-height: 38px !important;
    }

    .fs-41 {
        font-size: 40.67px !important;
        line-height: 43px !important;
    }

    .fs-44 {
        font-size: 43.39px !important;
        line-height: 46px !important;
    }

    .fs-45 {
        font-size: 44.83px !important;
        line-height: 47px !important;
    }

    .fs-47 {
        font-size: 46.48px !important;
        line-height: 49px !important;
    }

    .fs-50 {
        font-size: 49px !important;
        line-height: 51px !important;
    }

    .fs-54 {
        font-size: 53.17px !important;
        line-height: 56px !important;
    }

    .fs-58 {
        font-size: 57.33px !important;
        line-height: 59px !important;
    }

    .fs-66 {
        font-size: 65.67px !important;
        line-height: 68px !important;
    }

    .fs-73 {
        font-size: 72.82px !important;
        line-height: 75px !important;
    }

    .fs-91 {
        font-size: 90.67px !important;
        line-height: 93px !important;
    }

    .fs-122 {
        font-size: 121.77px !important;
        line-height: 124px !important;
    }

    .lh-21 {
        line-height: 20px !important;
    }

    .lh-24 {
        line-height: 23px !important;
    }

    .lh-41 {
        line-height: 40px !important;
    }

    .lh-47 {
        line-height: 46px !important;
    }

    .badge {
        font-size: 15px;
    }

    .splidetab2 .me-2 {
        margin-right: 2px !important;
    }

    .splidetab2 .me-1.fa-star {
        margin-right: 1px !important;
        font-size: 14px;
    }

    .border-on-pic {
        padding-left: 10px;
        padding-right: 10px;
    }

    .border-on-pic > div {
        padding-left: 12px !important;
        padding-right: 12px !important;

        width: 100%;
    }

    .border-on-pic2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .border-on-pic2 > div {
        padding-left: 12px !important;
        padding-right: 12px !important;

        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px)
{
    .event .title {
        font-size: 55px !important;
        line-height: 70px !important;
    }

    .event .title .text-glambot small,
    .block-5 .title.text-glambot-2 small {
        font-size: 15.95px !important;
        line-height: 20px !important;
    }

    .block-5 .title {
        font-size: 55px !important;
        line-height: 70px !important;
    }

    .fs-11 {
        font-size: 9.48px !important;
        line-height: 11px !important;
    }

    .fs-13 {
        font-size: 11.33px !important;
        line-height: 13px !important;
    }

    .fs-14 {
        font-size: 12.25px !important;
        line-height: 14px !important;
    }

    .fs-15 {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .fs-16 {
        font-size: 14.67px !important;
        line-height: 17px !important;
    }

    .fs-18 {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .fs-19 {
        font-size: 17.4px !important;
        line-height: 19px !important;
    }

    .fs-21 {
        font-size: 17.95px !important;
        line-height: 20px !important;
    }

    .fs-21-2 {
        font-size: 18.13px !important;
        line-height: 21px !important;
    }

    .fs-25 {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    .fs-29 {
        font-size: 25.17px !important;
        line-height: 28px !important;
    }

    .fs-33 {
        font-size: 29.33px !important;
        line-height: 31px !important;
    }

    .fs-37-dot-5 {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    .fs-41 {
        font-size: 37.67px !important;
        line-height: 39px !important;
    }

    .fs-44 {
        font-size: 42.39px !important;
        line-height: 45px !important;
    }

    .fs-45 {
        font-size: 43.83px !important;
        line-height: 46px !important;
    }

    .fs-47 {
        font-size: 38px !important;
        line-height: 40px !important;
    }

    .fs-50 {
        font-size: 41px !important;
        line-height: 44px !important;
    }

    .fs-54 {
        font-size: 44px !important;
        line-height: 46px !important;
    }

    .fs-58 {
        font-size: 46px !important;
        line-height: 48px !important;
    }

    .fs-66 {
        font-size: 58px !important;
        line-height: 60px !important;
    }

    .fs-73 {
        font-size: 64px !important;
        line-height: 66px !important;
    }

    .fs-91 {
        font-size: 81px !important;
        line-height: 83px !important;
    }

    .fs-122 {
        font-size: 110px !important;
        line-height: 112px !important;
    }

    .lh-21 {
        line-height: 18px !important;
    }

    .lh-24 {
        line-height: 21px !important;
    }

    .lh-41 {
        line-height: 36px !important;
    }

    .lh-47 {
        line-height: 42px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1600px)
{
    .action321 .title {
        font-size: 50px;
        line-height: 62px;
        font-family: 'Playfair Display SC';
    }

    .action321 .title .text-glambot small {
        font-family: 'Lato';
        font-size: 15.95px;
        line-height: 20px !important;
        color: #5d5d5d;
    }

    .btn-glambot-2, .btn-glambot-2:link,
    .btn-glambot, .btn-glambot:link {
        min-width: 166px;
        min-height: 50px;
    }

    .btn-smaller-width {
        min-width: auto;
    }

    .btn-smaller-height {
        min-height: 45px;
    }

    .event .title,
    .block-5 .title {
        font-size: 50px !important;
        line-height: 65px !important;
    }

    .event .title .text-glambot small,
    .block-5 .title.text-glambot-2 small {
        font-size: 14.95px !important;
        line-height: 19px !important;
    }

    .fs-21 {
        font-size: 18.95px !important;
        line-height: 21px !important;
    }

    .fs-21-2 {
        font-size: 19.13px !important;
        line-height: 21px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1330px)
{
    .wrap-mid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wrap-mid .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .fs-50 {
        font-size: 33px !important;
    }

    .fs-66 {
        font-size: 44px !important;
    }

    .event .title,
    .block-5 .title {
        font-size: 45px !important;
        line-height: 55px !important;
    }

    .event .title .text-glambot small,
    .block-5 .title.text-glambot-2 small {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .splidetab1 .splide__track {
        margin-left: 25px;
        margin-right: 25px;
    }

    .banner .t1 {
        font-size: 90px !important;
        line-height: 95px !important;
    }
}

@media screen and (max-width: 991px){
    .fs-lg-13 {
        font-size: 13.5px !important;
        line-height: 15px !important;
    }

    .fs-lg-15 {
        font-size: 15px !important;
        line-height: 17px !important;
    }

    .fs-lg-16 {
        font-size: 16.67px !important;
        line-height: 19px !important;
    }

    .fs-lg-21 {
        font-size: 20.83px !important;
        line-height: 23px !important;
    }

    .fs-lg-27 {
        font-size: 27px !important;
        line-height: 29px !important;
    }

    .fs-lg-34 {
        font-size: 33.95px !important;
        line-height: 36px !important;
    }

    .fs-lg-37 {
        font-size: 37.5px !important;
        line-height: 39px !important;
    }

    .fs-lg-41 {
        font-size: 41.67px !important;
        line-height: 44px !important;
    }

    .fs-lg-50 {
        font-size: 50px !important;
        line-height: 52px !important;
    }

    .fs-lg-58 {
        font-size: 58px !important;
        line-height: 60px !important;
    }

    .fs-lg-64 {
        font-size: 64px !important;
        line-height: 66px !important;
    }

    .lh-lg-20 {
        line-height: 20px !important;
    }

    .lh-lg-27 {
        line-height: 27px !important;
    }

    .banner .fs-lg-34 {
        top: 3.75rem !important;
    }

    .banner img {
        width: 60%;
        max-width: 60%;
        padding-bottom: 6rem !important;
    }

    .banner .btn.btn-glambot,
    .banner .btn.btn-glambot-2 {
        font-size: 14px;
        line-height: 18px;

        min-width: auto;
        min-height: auto;

        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;

        min-width: 157px !important;
    }

    .banner .video-button-holder {
        padding-bottom: 0 !important;
        margin-bottom: 15px !important;
    }

    .banner .btn-white-shadow {
        font-size: 14px;
        line-height: 18px;

        min-width: auto;
        min-height: auto;

        margin-top: auto;
        margin-bottom: 0;

        font-size: 19px;
        line-height: 23px;

        padding-left: 55px !important;
        padding-right: 55px !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;

        border-color: #5e5e5e;
        color: #5e5e5e;
    }

    .banner .z2 {
        bottom: 0px;
    }

    .banner .shadowed {
        font-size: 16px;
        line-height: 19px;
    }

    .event .btn.btn-glambot {
        font-size: 14px !important;
        line-height: 18px !important;

        min-width: 163px !important;
        min-height: auto !important;

        width: auto !important;
        height: auto !important;

        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .event .col-lg-2 .glamartevent {
        padding-left: 35px;
        padding-right: 35px;
    }

    .splidetab1 .splide__track {
        margin-left: 50px;
        margin-right: 50px;
    }

    .splidetab1 .splide__arrow--prev {
        left: .4rem;
    }
    
    .splidetab1 .splide__arrow--next {
        right: .4rem;
    }
    
    .action321 .btn-white-shadow {
        padding: 17px 65px;
        border-radius: 35px;
    }

    .glamtvart .btn-glambot-3,
    .glamtvart .btn-glambot-4 {
        font-size: 14px !important;
        line-height: 18px !important;

        min-width: 170px !important;
        min-height: auto !important;

        width: auto !important;
        height: auto !important;

        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important;
        
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .block-5 .btn-glambot,
    .block-5 .btn-glambot-2 {
        font-size: 14px !important;
        line-height: 18px !important;

        min-width: 158px !important;
        min-height: auto !important;

        width: auto !important;
        height: auto !important;

        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 9.5px !important;
        padding-bottom: 9.5px !important;
        
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .splidetab2 .br-glambot {
        padding-top: 4.5rem !important;
    }

    .splidetab3 .splide__track {
        margin-left: 55px;
        margin-right: 55px;
    }

    .splidetab3 .splide__arrow--prev {
        left: .4rem;
    }
    
    .splidetab3 .splide__arrow--next {
        right: .4rem;
    }

    .splidelogos .splide__track {
        margin-left: 0;
        margin-right: 0;
    }

    .mobi-no-bg-image {
        background-image: unset !important;
    }

    .mobi-bg-with-background {
        background-color: #f3f3f3;
        background-image: url('/assets/images/bg-logo.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
    }

    .mobi-bg-with-background-r {
        background-color: white;
        background-image: url('/assets/images/bg-logo-r.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
    }

    .mobi-nav {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: 0px;

        background-color: white;
        transition: height linear .3s;
    }

    .mobi-nav.opened {
        transition: height linear .3s;
    }

    .mobi-nav a {
        border-left: 4px solid var(--bg-glambot);
        background-color: #f7f7f7;
        margin-top: 5px;
        padding: 10px;
    }

    .glambot-about-us-banner {
        min-height: 445px;
    }

    .spliderealizations .splide__track {
        margin-left: 20px;
        margin-right: 20px;
    }

    .spliderealizations .splide__pagination {
        position: static;
        margin-top: 20px;
    }

    .spliderealizations .splide__pagination > [role='presentation'] {
        background-color: white;
        border-radius: 50%;

        border: 1px solid #d2d2d2;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 16px;
        height: 16px;

        margin-left: 3px;
        margin-right: 3px;
    }

    .spliderealizations .splide__pagination__page {
        margin: 0;
        padding: 0;
        background-color: white;
        width: 8px;
        height: 8px;
        transform: scale(1);
    }

    .spliderealizations .splide__pagination__page.is-active {
        margin: 0;
        padding: 0;
        background-color: #d2d2d2;
        width: 8px;
        height: 8px;
        transform: scale(1);
    }

    .spliderealizations .splide__arrow {
        top: 33.3%;
        opacity: 1;
        background-color: white;
        box-shadow: 0px 0px 5px #d3d3d2;
    }

    .spliderealizations .w-50 {
        width: 100% !important;
    }

    .splide_realization_reels .splide__track {
        margin-left: 40px;
        margin-right: 40px;
    }

    .splide_realization_reels .splide__pagination {
        position: static;
        margin-top: 20px;
    }

    .splide_realization_reels .splide__pagination > [role='presentation'] {
        background-color: white;
        border-radius: 50%;

        border: 1px solid #d2d2d2;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 16px;
        height: 16px;

        margin-left: 3px;
        margin-right: 3px;
    }

    .splide_realization_reels .splide__pagination__page {
        margin: 0;
        padding: 0;
        background-color: white;
        width: 8px;
        height: 8px;
        transform: scale(1);
    }

    .splide_realization_reels .splide__pagination__page.is-active {
        margin: 0;
        padding: 0;
        background-color: #d2d2d2;
        width: 8px;
        height: 8px;
        transform: scale(1);
    }

    .splide_realization_reels .splide__arrow {
        opacity: 1;
        background-color: white;
        box-shadow: 0px 0px 5px #d3d3d2;
    }

    .splide_realization_reels .splide__arrow--prev {
        left: 0;
    }

    .splide_realization_reels .splide__arrow--next {
        right: 0;
    }

    .splide_realization_photos .splide__track {
        margin-left: 20px;
        margin-right: 20px;
    }

    .splide_realization_photos .splide__pagination {
        position: static;
        margin-top: 20px;
    }

    .splide_realization_photos .splide__pagination > [role='presentation'] {
        background-color: white;
        border-radius: 50%;

        border: 1px solid #d2d2d2;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 16px;
        height: 16px;

        margin-left: 3px;
        margin-right: 3px;
    }

    .splide_realization_photos .splide__pagination__page {
        margin: 0;
        padding: 0;
        background-color: white;
        width: 8px;
        height: 8px;
        transform: scale(1);
    }

    .splide_realization_photos .splide__pagination__page.is-active {
        margin: 0;
        padding: 0;
        background-color: #d2d2d2;
        width: 8px;
        height: 8px;
        transform: scale(1);
    }

    .splide_realization_photos .splide__arrow {
        opacity: 1;
        background-color: white;
        box-shadow: 0px 0px 5px #d3d3d2;
    }

    .splide_realization_photos .splide__arrow--prev {
        left: 0;
    }

    .splide_realization_photos .splide__arrow--next {
        right: 0;
    }

    .r-badge {
        position: absolute !important;
        top: 15px;
        left: 0px;
    }

    .enableAllFilters {
        width: auto !important;
    }

    .rel-class-container .btn.btn-glambot,
    .rel-class-container .btn.btn-glambot-2 {
        margin-top: 0 !important;
        margin-left: 5px;
        margin-right: 5px;

        font-size: 15px !important;
        line-height: 17px !important;

        min-width: 160px;
        min-height: 44px;
    }

    .rel-class {
        background-color: white;
        background-image: url('/assets/images/bg-logo.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
    }
    
    .w-nlg-100 {
        width: 100% !important;
    }

    .w-lg-100 {
        width: auto !important;
    }

    .aspect-ratio-1-1 {
        aspect-ratio: unset;
    }

    .realization_description {
        padding-left: 10px;
        padding-right: 10px;

        font-size: 15px !important;
        line-height: 20px !important;
    }

    .meet-glambotart {
        height: 400px;
        background-color: black;
        background-image: url('/assets/images/meet-glambotart-banner.webp');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .faq-element {
        height: 150px;
        overflow: auto;
        width: 100%;
    }
}