@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,900&display=swap');
@font-face {
    font-family: 'Title'; 
    src: url('../../../assets/fonts/neuropol-x-free/neuropol.otf') format('opentype'); 
    /* Дополнительные форматы шрифта, если нужно */
     /*👉src: url('../../../assets/fonts/unbounded/TTF/Unbounded-Blond.ttf') format('truetype'),👈*/  
}
@font-face {
    font-family: 'Comfortaa'; 
    src: url('../../../assets/fonts/comfortaa/static/Comfortaa-Regular.ttf') format('truetype');      
}
.btn-call{
    display: none;
}
.right {
    /*👉overflow: hidden;👈*/
    z-index: 1;
    pointer-events: none;
    text-align: right;
    margin-top: 18%;
    -webkit-animation-name: subH1;
    animation-name: subH1;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 1400ms;
    animation-duration: 1400ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.hero-paral {
    position: absolute;
    left: 0;
    top: 0;
}
/*👉.hero-paral .slick-active {
    
}👈*/
.button {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    min-width: 285px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1d2027;
    border: 1px solid #1d2027;
    transition: background-color 0.35s ease-in, color 0.25s ease-in-out;
}
.button:hover {
    background-color: #fffd52;
    color: #1d2027;
}
.link {
    font-family:  'Comfortaa', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 5px;
    overflow: hidden;
    display: inline-block;
}
.linkb {
    font-family:  'Comfortaa', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 5px;
    overflow: hidden;
    display: inline-block;
}
.link::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    transition: transform 0.35s ease-out;
}
.card-description .link::after {
    background-color: #fff;
}
.link:hover::after {
    transform: translateX(100%);
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    /*👉position: absolute;👈*/
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 12px;
    padding: 0;
    background-color: #df8ed1;
    border-radius: 100%;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background-color: #f46772;
}
.slick-dots li::before {
    display: none;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 65px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    left: 0;
}
.slick-next {
    left: auto;
    right: 0;
}
.slick-dots li.slick-active button:before {
    color: black;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}
[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}
[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}
[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}
[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}
[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}
[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
[data-aos="zoom-in"] {
    transform: scale(0.6);
}
[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos="zoom-out"] {
    transform: scale(1.2);
}
[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}
[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}
[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}
[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}
[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}
.hero {
    position: relative;
}
.hero .row {
    min-height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.hero .row .content-col h1 {
    max-width: 80%;
    line-height: 108%;
}
.hero .row .content-col p {
    max-width: 92%;
}
.hero .row .content-col p:last-of-type {
    margin-bottom: 60px;
}
.hero .row .content-col .link {
    display: inline-block;
    margin-right: 50px;
}
.hero .row .content-col .linkb {
    margin-right: 50px;
}
.hero .row .content-col .linkb{
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background-color: #1d2027;
    border-radius: 33px;
    padding: 12px;
    color:#ffffff;
    border: 1px solid #1d2027;
} 
.hero .row .content-col .linkb:hover{ 
    background-color: #ffffff;
    border-radius: 33px;
    color:#1d2027; 
    border: 1px solid #1d2027;
    fill:#1d2027;
} 
.svghovb path{
    fill: currentColor;
}
.hero .row .content-col .link:last-of-type {
    margin-right: 0;
}
.hero .row .arrow-box {
    position: absolute;
    bottom: 120px;
}
.hero .row .arrow-box .slick-dots {
    width: auto;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.hero .row .arrow-box .slick-dots li {
    width: 6px;
    height: 6px;
    background-color: #1d2027;
    opacity: 0.2;
}
.hero .row .arrow-box .slick-dots li.slick-active {
    opacity: 1;
    width: 20px;
    height: 2px;
    border-radius: none;
}
.hero .slick-active .frame-text {
    animation: toUp 1s both 0.5s;
    visibility: visible;
}
.hero .slick-active h1 {
    animation: toUp 1s both 1s;
    visibility: visible;
}
.hero .slick-active p {
    animation: toUp 1s both 1.5s;
    visibility: visible;
}
.hero .slick-active .link, .linkb{
    animation: toUp 1s both 2s;
    visibility: visible;
}
@keyframes toUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.icon_contact {
    margin-right: 68px;
}
.icon_contact:nth-last-child(1) {
    margin-right: 0;
}
.messenger {
    height: 32px;
}
@media only screen and (max-width: 991px) {
    .hero {
        padding-top: 120px;
    }
    .messenger {
        height: 26px;
    }
    .card-description {
        bottom:50vw;
    }
    .psmob {
        display: none;
    }
}
.hero-small {
    padding-top: calc(120px + 6.77083333vw);
    padding-bottom: calc(60px + 2.60416667vw);
}
.hero-small .row .col-lg-6 {
    width: 100%;
}
.hero-small .row p {
    max-width: 100%;
}
.hero-small .row ul {
    margin-bottom: 30px;
    -moz-columns: 2;
    columns: 2;
}
.hero-image + .hero-small {
    padding-top: calc(50px + 1.82291667vw);
    padding-bottom: calc(50px + 1.82291667vw);
}
@media only screen and (max-width: 767px) {
    .hero-small {
        padding-bottom: 30px;
        padding-top: 100px;
    }
    .hero-small .row ul {
        -moz-columns: 1;
        columns: 1;
    }
    .hero-small + .featured-article {
        padding-top: 0;
    }
    .messenger {
        height: 22px;
    }
}
.project-slider {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.project-slider .bg {
    background-position: center;
    background-size: cover;
}
.project-slider .row {
    min-height: 100vh;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: calc(80px + 5.20833333vw);
}
.project-slider .row h2,
.project-slider .row p,
.project-slider .row a {
    visibility: hidden;
}
.project-slider .row p {
    max-width: 95%;
}
.project-slider .row.white-font {
    color: #fff;
}
.project-slider .row.white-font .link {
    color: #fff;
}
.project-slider .row.white-font .link:after {
    background-color: #fff;
}
.project-slider .slick-active h2 {
    animation: toUp 1s both 1s;
    visibility: visible;
}
.project-slider .slick-active p {
    animation: toUp 1s both 1.5s;
    visibility: visible;
}
.project-slider .slick-active .link {
    animation: toUp 1s both 2s;
    visibility: visible;
}
@keyframes toUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.two-cols-links {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}
.two-cols-links .row {
    min-height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.two-cols-links .row .glitch {
    max-width: 92%;
    margin-bottom: calc(20px + 1.04166667vw);
}
.two-cols-links .row p {
    max-width: 92%;
}
.two-cols-links .row p:last-of-type {
    margin-bottom: 0;
}
.two-cols-links .row .frame-text {
    margin-bottom: 40px;
}
.two-cols-links .row ul {
    list-style: none;
    padding-left: 0;
}
.two-cols-links .row ul li:before {
    display: none !important;
}
.two-cols-links .row ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 8px;
}
.two-cols-links .row ul li h3 {
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 18px;
}
.two-cols-links .row .content-slider .slick-dots {
    width: auto;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    bottom: -50px;
}
.two-cols-links .row .content-slider .slick-dots li {
    width: 6px;
    height: 6px;
    background-color: #1d2027;
    opacity: 0.2;
}
.two-cols-links .row .content-slider .slick-dots li.slick-active {
    opacity: 1;
    width: 20px;
    height: 2px;
    border-radius: none;
}
@media only screen and (max-width: 991px) {
    .two-cols-links [class^="col-"]:last-of-type {
        margin-top: 30px;
    }
    .two-cols-links [class^="col-"]:last-of-type h2 {
        margin-bottom: 30px;
    }
}
.testimonials {
    padding-top: calc(50px + 1.82291667vw);
    padding-bottom: calc(50px + 1.82291667vw);
}
.testimonials .row .slick-track {
    display: -ms-flexbox;
    display: flex;
}
.testimonials .row .slick-slide {
    margin: 0 15px;
}
.testimonials .row .slick-list {
    margin: 0 -30px;
}
.testimonials .row .slick-prev,
.testimonials .row .slick-next {
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #1d2027;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    left: -100px;
    background-image: none;
    transform: rotate(-90deg);
    transition: color 0.3s ease-in;
}
.testimonials .row .slick-prev::before,
.testimonials .row .slick-next::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -65px;
    height: 2px;
    width: 50px;
    background-color: #1d2027;
    vertical-align: middle;
    margin-right: 30px;
    transform: scaleX(0.75);
    transition: transform 0.2s ease-in, background-color 0.2s ease-in;
}
.testimonials .row .slick-prev::after,
.testimonials .row .slick-next::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -65px;
    height: 2px;
    width: 50px;
    background-color: #1d2027;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 30px;
    transform: scaleX(0.75);
    transition: transform 0.2s ease-in, background-color 0.2s ease-in;
}
.testimonials .row .slick-prev:hover,
.testimonials .row .slick-next:hover {
    color: #fc51b2;
}
.testimonials .row .slick-prev:hover::before,
.testimonials .row .slick-next:hover::before,
.testimonials .row .slick-prev:hover::after,
.testimonials .row .slick-next:hover::after {
    transform: scaleX(1);
    background-color: #fc51b2;
}
.testimonials .row .slick-next {
    left: auto;
    right: -100px;
    transform: rotate(90deg);
}
.testimonials .row .slick-next::before {
    left: -50px;
}
.testimonials .row .slick-next::after {
    right: -50px;
}
.testimonials .row .box {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
}
.testimonials .row .box .bg {
    padding: calc(30px + 2.08333333vw) calc(15px + 1.5625vw);
    border-radius: 5px;
    height: 100%;
}
.testimonials .row .box .bg .f30 {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.testimonials .row .box .bg .name,
.testimonials .row .box .bg .position {
    line-height: 1;
}
.testimonials .row .box .bg .name {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-bottom: 5px;
}
.testimonials .row .box .bg .position {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-bottom: 0;
}
.testimonials .row .google-review-col {
    margin-top: 30px;
}
@media only screen and (max-width: 1470px) {
    .testimonials .row .slick-list {
        padding: 0 50px;
    }
    .testimonials .row .slick-prev {
        left: -10px;
    }
    .testimonials .row .slick-next {
        right: -10px;
    }
}
@media only screen and (max-width: 1320px) {
    .testimonials .row .slick-prev,
    .testimonials .row .slick-next {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.testimonials.one-slide .slick-track {
    width: 100% !important;
}
.testimonials.one-slide .slick-track .box {
    width: 100% !important;
}
.featured-article {
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-article .row .photo-box {
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.featured-article .row .photo-box div:nth-child(1) {
    width: 100%;
    transition: transform 0.2s ease-in;
    background-position: center;
    background-size: cover;
}
.featured-article .row .photo-box div:nth-child(1)::before {
    content: "";
    display: block;
    padding-top: 129%;
}
.featured-article .row .photo-box div:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(29, 32, 39, 0) 20%, rgba(29, 32, 39, 0.5) 100%);
}
.featured-article .row .photo-box p {
    position: absolute;
    max-width: 70%;
    font-size: calc(20px + 0.52083333vw);
    line-height: calc(20px + 0.52083333vw);
    margin-bottom: calc(30px + 0.625vw);
    margin-bottom: 0;
    color: #fff;
    left: calc(20px + 1.5625vw);
    bottom: calc(20px + 1.04166667vw);
}
.featured-article .row article {
    max-width: 70%;
    margin-top: 15px;
    margin-left: calc(20px + 1.5625vw);
    margin-right: calc(20px + 1.5625vw);
}
@media only screen and (max-width: 991px) {
    .featured-article .col-md-4 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .featured-article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.brands {
    padding-top: calc(50px + 1.82291667vw);
    padding-bottom: calc(50px + 1.82291667vw);
}
.brands .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: calc(30px + 2.08333333vw);
    max-width: 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
}
@media only screen and (max-width: 767px) {
    .brands {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .brands .col {
        max-width: 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}
.featured-projects {
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-projects .frame-text {
    margin-bottom: 40px;
}
.featured-projects [class^="col-"] a {
    border-radius: 5px;
    display: block;
    position: relative;
}
.featured-projects [class^="col-"] a img {
    display: block;
    border-radius: 5px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .featured-projects {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .featured-projects [class^="col-"] {
        margin-bottom: 30px;
    }
    .featured-projects [class^="col-"] img {
        width: 100%;
    }
}
.showcase {
    padding-top: 55px;
    padding-bottom: 40px;
}
.showcase .filter-col {
    position: relative;
    z-index: 2;
}
.showcase .filter-col .filters {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.showcase .filter-col .filters .filter {
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    margin-bottom: 0;
}
.showcase .filter-col .filters .filter::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #1d2027;
    width: 20px;
    height: 1px;
    transition: all 0.2s ease-in;
}
.showcase .filter-col .filters .filter::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #1d2027;
    width: 20px;
    height: 1px;
    transition: all 0.2s ease-in;
}
.showcase .filter-col .filters .filter:hover::before {
    right: 8px;
}
.showcase .filter-col .filters .filter:hover::after {
    right: 12px;
}
.showcase .filter-col .filters .filter.show:hover::before {
    right: 15px;
}
.showcase .filter-col .filters .filter.show:hover::after {
    right: 15px;
}
.showcase .filter-col .filters .filter.show:before {
    transform: rotate(45deg);
    top: 12px;
}
.showcase .filter-col .filters .filter.show::after {
    transform: rotate(-45deg);
    top: 12px;
}
.showcase .filter-col .filters .filter-result {
    display: block;
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.showcase .filter-col .filters .filter-result.hide {
    display: none;
}
.showcase .filter-col .filters .filter-result span {
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}
.showcase .filter-col .filters .filter-result span::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 7px;
    background-color: #1d2027;
    width: 20px;
    height: 1px;
    transition: all 0.2s ease-in;
    transform: rotate(45deg);
}
.showcase .filter-col .filters .filter-result span::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 7px;
    background-color: #1d2027;
    width: 20px;
    height: 1px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in;
}
.showcase .filter-col .filters .filter-result span:hover::after {
    background-color: #fc51b2;
}
.showcase .filter-col .filters .filter-result span:hover::before {
    background-color: #fc51b2;
}
.showcase .filter-col .filters .filters-nav {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    background-color: #fff;
    border: 1px solid #1d2027;
    border-radius: 0 5px 5px 5px;
    padding: 15px 30px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s linear;
}
.showcase .filter-col .filters .filters-nav ul {
    list-style: none;
    padding-left: 0;
    -moz-columns: 3;
    columns: 3;
}
.showcase .filter-col .filters .filters-nav ul li:before {
    display: none !important;
}
.showcase .filter-col .filters .filters-nav ul li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}
.showcase .filter-col .filters .filters-nav ul li a {
    position: relative;
    font-size: 12px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}
.showcase .filter-col .filters .filters-nav ul li a::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-101%);
    transition: transform 0.35s ease-out;
}
.showcase .filter-col .filters .filters-nav ul li a:hover::after {
    transform: translateX(0);
}
.showcase .filter-col .filters .filters-nav ul li a.active::after {
    transform: translateX(0);
}
.showcase .filter-col .filters .filters-nav ul li label {
    position: relative;
    font-size: 12px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}
.showcase .filter-col .filters .filters-nav ul li label::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.35s ease-out;
}
.showcase .filter-col .filters .filters-nav ul li label:hover::after {
    transform: translateX(0);
}
.showcase .filter-col .filters .filters-nav ul li label.active::after {
    transform: translateX(0);
}
.showcase .filter-col .filters .filters-nav.show {
    opacity: 1;
    transform: scale(1);
}
.showcase .container1650 {
    position: relative;
    z-index: 0;
}
.showcase .container1650 .showcase-content .col-lg-4 {
    display: block;
}
.showcase .container1650 .showcase-content .col-lg-4.hide {
    display: none;
}
.showcase [class^="col-"] {
    margin-bottom: 30px;
}
.showcase [class^="col-"] .link-anim img {
    display: block;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 568px) {
    .showcase .filter-col .filters .filters-nav ul {
        -moz-columns: 2;
        columns: 2;
    }
}
.cta > a {
    padding-top: calc(70px + 3.90625vw);
    padding-bottom: 70px;
    display: block;
    background-color: #1d2027;
    transition: background-color 0.3s ease-in;
}
.cta > a .row h4 {
    color: #fff;
    transition: color 0.3s ease-in 0.25s;
}
.cta > a .row .link {
    color: #fff;
    transition: color 0.2s ease-in 0.25s;
}
.cta > a .row .link::after {
    background-color: #fff;
    transition: background-color 0.3s ease-in 0.25s;
}
.cta > a:hover {
    background-color: #fffd52;
}
.cta > a:hover .row h4 {
    color: #1d2027;
}
.cta > a:hover .row .link {
    color: #1d2027;
}
.cta > a:hover .row .link::after {
    background-color: #1d2027;
}
.blog-archive {
    padding-top: calc(50px + 2.34375vw);
    padding-bottom: 65px;
}
.blog-archive [class^="col-"] {
    margin-bottom: 40px;
}
.blog-archive [class^="col-"] .img-link {
    display: block;
    margin-bottom: 35px;
}
.blog-archive [class^="col-"] .img-link img {
    display: block;
    border-radius: 5px;
}
.blog-archive [class^="col-"] .title {
    margin-bottom: 15px;
}
.blog-archive [class^="col-"] .title a {
    transition: color 0.2s linear;
}
.blog-archive [class^="col-"] .title a:hover {
    color: #fc51b2;
}
.hero-image {
    padding-top: calc(125px + 4.6875vw);
}
.hero-image .heading img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .hero-image {
        padding-top: 100px;
    }
    .hero-image + .hero-small {
        padding-top: 30px;
    }
}
.article {
    padding-top: calc(70px + 3.90625vw);
}
.article .date {
    margin-bottom: 75px;
}
.article .row {
    margin-bottom: calc(40px + 1.82291667vw);
}
.article .author-social [class^="col-"] .author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.article .author-social [class^="col-"] .author img {
    margin-right: 20px;
}
.article .author-social #share .jssocials-shares {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
}
.article .author-social #share .jssocials-share {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: blue;
    margin-right: 10px;
    transition: background-color 0.2s linear;
}
.article .author-social #share .jssocials-share:last-of-type {
    margin-right: 0;
}
.article .author-social #share .jssocials-share.jssocials-share-facebook {
    background-color: #3b5998;
}
.article .author-social #share .jssocials-share.jssocials-share-facebook:hover {
    background-color: #718dc8;
}
.article .author-social #share .jssocials-share.jssocials-share-twitter {
    background-color: #00aced;
}
.article .author-social #share .jssocials-share.jssocials-share-twitter:hover {
    background-color: #54d0ff;
}
.article .author-social #share .jssocials-share.jssocials-share-email {
    background-color: #3490f3;
}
.article .author-social #share .jssocials-share.jssocials-share-email:hover {
    background-color: #94c5f9;
}
.article .author-social #share .jssocials-share .jssocials-share-link {
    font-size: 18px;
    color: #fff;
}
.article .author-social #share .jssocials-share {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .article {
        padding-top: 30px;
    }
    .article .author-social #share {
        margin-top: 30px;
    }
    .article .author-social #share .jssocials-shares {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.featured-projects-details {
    padding-top: calc(50px + 1.82291667vw);
    padding-bottom: calc(50px + 1.82291667vw);
}
.featured-projects-details [class^="col-"] {
    position: relative;
}
.featured-projects-details [class^="col-"].heading-col {
    margin-bottom: 35px;
}
.featured-projects-details [class^="col-"] .photo-link {
    display: block;
    margin-bottom: 30px;
}
.featured-projects-details [class^="col-"] .photo-link img {
    border-radius: 5px;
}
.featured-projects-details [class^="col-"] h2 .title {
    text-decoration: none;
    display: block;
    font-size: calc(20px + 0.52083333vw);
    line-height: calc(20px + 0.52083333vw);
    margin-bottom: calc(30px + 0.625vw);
    transition: color 0.2s linear;
}
.featured-projects-details [class^="col-"] h2 .title:hover {
    color: #fc51b2;
}
.featured-projects-details [class^="col-"] p {
    margin-bottom: 60px;
}
.featured-projects-details [class^="col-"] .link {
    position: absolute;
    bottom: 0;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .featured-projects-details [class^="col-"] {
        margin-bottom: 45px;
    }
}
.showcase-nav {
    padding-top: calc(50px + 6.51041667vw);
    padding-bottom: calc(50px + 6.51041667vw);
}
.showcase-nav [class^="col-"] .nav {
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.showcase-nav [class^="col-"] .nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    transition: all 0.2s linear;
}
.showcase-nav [class^="col-"] .nav:hover::after {
    transform: translateX(0);
}
.showcase-nav [class^="col-"] .title {
    font-size: calc(24px + 1.5625vw);
    line-height: calc(40px + 1.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw);
}
.showcase-nav [class^="col-"] .title a {
    text-decoration: none;
    transition: all 0.2s linear;
}
.showcase-nav [class^="col-"] .title a:hover {
    text-decoration: underline;
}
.showcase-nav [class^="col-"]:first-of-type {
    padding-right: calc(30px + 3vw);
}
.showcase-nav [class^="col-"]:last-of-type {
    padding-left: calc(30px + 3vw);
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .showcase-nav [class^="col-"] {
        margin-bottom: 30px;
    }
}
.contact {
    padding-top: calc(120px + 7.03125vw);
    padding-bottom: 70px;
    min-height: 100vh;
}
.contact .row {
    margin-bottom: 20px;
}
.contact .office-details {
    margin-bottom: 40px;
}
.contact .office-details [class^="col-"] div {
    border-radius: 5px;
    padding: calc(30px + 0.78125vw);
}
.contact .office-details [class^="col-"] div a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
    color: #1d2027;
}
.contact .office-details [class^="col-"] div a::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-101%);
    transition: transform 0.35s ease-out;
}
.contact .office-details [class^="col-"] div a:hover::after {
    transform: translateX(0);
}
.contact .submit-col {
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.contact .submit-col .button {
    margin-right: 30px;
}
.contact .succces-msg div {
    border-radius: 5px;
    padding: calc(30px + 0.78125vw);
}
.contact .succces-msg div h2 {
    margin-bottom: 20px;
}
.contact .succces-msg div p {
    margin-bottom: 40px;
}
@media only screen and (max-width: 568px) {
    .contact .office-details [class^="col-"] {
        max-width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-bottom: 15px;
    }
    .contact .office-details [class^="col-"] div {
        padding: 30px;
    }
    .contact .office-details [class^="col-"] div a {
        display: table;
    }
    .contact .submit-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact .submit-col .error-msg {
        margin-top: 15px;
    }
}
.members [class^="col-"] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(30px + 2.34375vw);
}
.members [class^="col-"] .photo {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    padding-right: 15px;
}
.members [class^="col-"] .photo img {
    border-radius: 5px;
}
.members [class^="col-"] .details {
    padding-left: 15px;
}
.members [class^="col-"] .details h2 {
    margin-bottom: 0;
}
.members [class^="col-"] .details h2 a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 7px;
}
.members [class^="col-"] .details h2 a::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.35s ease-out;
}
.members [class^="col-"] .details h2 a:hover::after {
    transform: translateX(0);
}
.members [class^="col-"] .details h3 {
    font-size: 16px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .members [class^="col-"] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .members [class^="col-"] .photo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .members [class^="col-"] .photo img {
        width: 100%;
    }
    .members [class^="col-"] .details {
        padding-left: 0;
    }
}
.member-bio {
    padding-top: calc(120px + 6.77083333vw);
    padding-bottom: 80px;
}
.member-bio .row p {
    max-width: 92%;
}
.member-bio .row p:last-of-type {
    margin-bottom: 0;
}
.text-module {
    padding-top: calc(120px + 6.77083333vw);
    padding-bottom: 80px;
}
.text-module .date {
    font-size: 20px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.text-module p {
    margin-bottom: 30px;
}
.text-module ol {
    counter-reset: item;
    padding-left: 0;
}
.text-module ol li > ol {
    padding-left: 20px;
}
.text-module ol li {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.text-module ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    padding-right: 20px;
}
.text-image {
    padding-top: 60px;
    padding-bottom: 60px;
}
.text-image .row {
    -ms-flex-align: center;
    align-items: center;
}
.text-image .row .photo-col {
    padding-left: 0;
}
.text-image .row .content-col {
    padding-right: 17.3vw;
}
.text-image .row .content-col .text-background {
    margin-bottom: 40px;
}
.text-image .row .content-col .text-background .name {
    margin-bottom: 0;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.text-image .row .content-col .text-background .position {
    margin-bottom: 0;
}
.text-image .row .content-col .links-list {
    padding-left: 0;
    -moz-columns: 2;
    columns: 2;
}
.text-image .row .content-col .links-list li {
    list-style: none;
}
.text-image .row .content-col .links-list li a {
    font-size: 18px;
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.text-image .row.flex-row-reverse .photo-col {
    padding-left: 15px;
    padding-right: 0;
}
.text-image .row.flex-row-reverse .content-col {
    padding-right: 15px;
    padding-left: 17.3vw;
}
@media only screen and (max-width: 1750px) {
    .text-image .row .content-col {
        padding-right: 80px;
    }
    .text-image .row.flex-row-reverse .content-col {
        padding-left: 80px;
    }
}
@media only screen and (max-width: 1450px) {
    .text-image .row .content-col {
        padding-right: 15px;
    }
    .text-image .row.flex-row-reverse .content-col {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .text-image .row .photo-col {
        margin-bottom: 30px;
    }
    .text-image .row .photo-col img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .text-image {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pdng{
        padding-bottom: 36px;
    }
    .slick-dots li{
        width: 10px;
        height: 10px;
    }
}
.map-module .container1240 {
    padding-top: 70px;
    position: relative;
}
.map-module .container1240::before {
    content: "";
    background-color: #1d2027;
    width: calc(100% - 30px);
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.map-module .container1240 .heading-col {
    margin-bottom: 75px;
}
.map-module .container1240 .heading-col h2 {
    font-size: calc(30px + 1.5625vw);
    line-height: calc(30px + 1.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw);
}
.map-module .container1240 .directions {
    margin-bottom: 30px;
}
.map-module .container1240 .directions [class^="col-"] div {
    border-radius: 5px;
    padding: calc(30px + 0.78125vw);
    height: 100%;
}
.map-module .container1240 .directions [class^="col-"] div h3 {
    font-size: calc(20px + 0.52083333vw);
    line-height: calc(20px + 0.52083333vw);
    margin-bottom: calc(30px + 0.625vw);
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
    color: #1d2027;
}
.map-module .container1240 .directions [class^="col-"] div h3::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.35s ease-out;
}
.map-module .container1240 .directions [class^="col-"] div h3:hover::after {
    transform: translateX(0);
}
.map-module .container1240 .directions [class^="col-"] div p {
    margin-bottom: 0;
}
.map-wrapper {
    position: relative;
    height: 68vh;
}
.map-wrapper .map-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68vh;
}
.map-wrapper .map-box .map {
    width: 100%;
    height: 100%;
}
.map-wrapper .map-box.hide {
    display: none;
}
@media only screen and (max-width: 568px) {
    .map-module .container1240 .directions [class^="col-"] div {
        padding: 15px;
    }
}
.showcase-details img {
    display: block;
}
.awards {
    padding-top: calc(50px + 1.82291667vw);
    padding-bottom: calc(50px + 1.82291667vw);
}
.awards .row {
    -ms-flex-align: center;
    align-items: center;
}
.awards .row .heading-col {
    margin-bottom: 25px;
}
.awards .row [class^="col-"]:not(.heading-col) {
    max-width: 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
}
.awards .row [class^="col-"]:not(.heading-col) img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 767px) {
    .awards .row [class^="col-"]:not(.heading-col) {
        margin-bottom: 30px;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
.video-module {
    padding-top: calc(50px + 1.82291667vw);
    padding-bottom: calc(50px + 1.82291667vw);
}
.video-module .heading-col {
    margin-bottom: 25px;
}
.video-module .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 75px;
}
.video-module .video-container .video-poster {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.2s linear;
}
.video-module .video-container .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-module .video-container .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-module .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-module .video-container .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    border-radius: 0;
}
.video-module .video-container:hover .video-poster {
    transform: scale(1.05);
}
header {
    position: fixed;
    z-index: 3;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    top: 70px;
    transition: all 0.3s ease-in;
}
header .row {
    -ms-flex-align: center;
    align-items: center;
}
header .logo-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    z-index: 12;
}
header .logo-col svg {
    width: 130px;
}
header .nav-col {
    text-align: right;
}
header .nav-col nav ul {
    padding-left: 0;
    margin-bottom: 0;
}
header .nav-col nav ul li {
    list-style: none;
    display: inline-block;
    padding-right: 45px;
    padding-left: 0;
}
header .nav-col nav ul li:last-of-type {
    padding-right: 0;
    text-align: center;
}
header .nav-col nav ul li a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 5px;
    color: #1d2027;
}
header .nav-col nav ul li a::after {
    content: "";
    background-color: #1d2027;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-102%);
    transition: transform 0.35s ease-out;
}
header .nav-col nav ul li a:hover::after {
    transform: translateX(0);
}
header .nav-col nav ul li a.active::after {
    transform: translateX(0);
}
header .nav-col nav ul li.tel a {
    font-weight: 600 !important;
}
header .nav-col nav ul li.contact-btn a {
    display: inline-block;
    height: 50px;
    line-height: 46px;
    color: #fff;
    border-radius: 5px;
    padding-left: 28px;
    padding-right: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1d2027;
    transition: background-color 0.35s ease-in, color 0.25s ease-in-out;
}
header .nav-col nav ul li.contact-btn a::after {
    display: none;
}
header .nav-col nav ul li.contact-btn a:hover {
    background-color: #fffd52;
    color: #1d2027;
}
header .menu-trigger {
    display: none;
    position: absolute;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    right: 15px;
}
header .menu-trigger span {
    transition: all 200ms linear;
    background-color: #1d2027;
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
}
header .menu-trigger span:nth-of-type(1) {
    top: 12px;
    left: -10px;
    transform: rotate(-45deg);
}
header .menu-trigger span:nth-of-type(2) {
    top: 12px;
    left: 5px;
    transform: rotate(-45deg);
}
header .menu-trigger.opened span {
    width: 30px;
}
header .menu-trigger.opened span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 12px;
    left: 0;
}
header .menu-trigger.opened span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 12px;
    left: 0;
}
header.scroll {
    padding-top: 20px;
    padding-bottom: 15px;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 13px 7px rgba(0, 0, 0, 0.08);
    border-radius: 33px;
}
@media only screen and (max-width: 1450px) {
    header {
        padding-left: 0;
        padding-right: 0;
    }
    header .nav-col nav ul li {
        padding-right: 25px;
    }
}
@media only screen and (max-width: 991px) {
    header {
        top: 0;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    header .nav-col {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translateY(-100%);
        background-color: #fff;
        transition: transform 0.25s ease-in;
        overflow: hidden;
    }
    header .nav-col nav {
        height: 100vh;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header .nav-col nav ul {
        opacity: 0;
        transition: opacity 0.25s ease-in 0.6s;
        padding-left: 20px;
    }
    header .nav-col nav ul li {
        display: block;
        text-align: left;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    header .nav-col nav ul li:nth-child(4) {
        margin-bottom: 60px;
    }
    header .nav-col nav ul li:last-of-type {
        padding-right: 15px;
    }
    header .nav-col nav ul li a {
        font-size: 25px;
    }
    header .nav-col nav .socials-box {
        margin-top: 0;
    }
    header .nav-col nav .socials-box ul {
        padding-left: 0;
    }
    header .nav-col nav .socials-box ul li {
        list-style: none;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-left: 10px;
        padding-right: 10px;
    }
    header .nav-col nav .socials-box ul li a {
        width: 30px;
        height: 30px;
    }
    header .nav-col nav .socials-box ul li a svg {
        height: 30px;
    }
    header .nav-col nav .socials-box ul li a svg path {
        transition: all 0.2s linear;
    }
    header .nav-col nav .socials-box ul li a:hover svg path {
        fill: #fc51b2;
    }
    header .nav-col.opened {
        transform: translateY(0);
    }
    header .nav-col.opened nav::before {
        top: 47%;
    }
    header .nav-col.opened nav::after {
        top: 68%;
    }
    header .nav-col.opened nav ul {
        opacity: 1;
    }
    header .menu-trigger {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    header .nav-col.opened nav::after {
        top: 67%;
    }
}
@media only screen and (max-width: 568px) {
    header .logo-col {
        -ms-flex: 0 0 33%;
        flex: 0 0 80%;
    }
    header .nav-col.opened nav::before {
        top: 46%;
    }
}
footer {
    padding-top: calc(30px + 3.64583333vw);
    padding-bottom: calc(30px + 3.64583333vw);
}
footer .social {
    margin-bottom: 30px;
}
footer .social a {
    padding-right: 30px;
}
footer .social a img {
    height: 20px;
}
footer form {
    max-width: 75%;
    margin-left: 0;
    margin-bottom: 20px;
    position: relative;
}
footer form input[type="email"] {
    padding-left: 0;
    border: none;
    border-bottom: 2px solid #1d2027;
    border-radius: 0;
    padding-bottom: 15px;
    font-size: 16px;
}
footer form input[type="email"]:focus {
    border: none;
    border-bottom: 2px solid #fc51b2;
}
footer form input[type="submit"] {
    position: absolute;
    background-image: url(../images/circle.svg);
    background-color: transparent;
    width: 20px;
    height: 20px;
    right: 0;
    top: 10px;
    font-size: 0;
    transition: opacity 0.2s linear;
}
footer form input[type="submit"]:hover {
    opacity: 0.4;
}
footer .link-list li {
    display: inline-block;
    padding-left: 0;
    padding-right: 15px;
}
footer .link-list li:last-of-type {
    padding-right: 0;
}
footer .link-list li a {
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
}
footer .link-list li a:hover {
    text-decoration: underline;
}
footer .link-list li::before {
    display: none;
}
footer .offices h4 {
    font-size: calc(20px + 0.52083333vw);
    line-height: calc(20px + 0.52083333vw);
    margin-bottom: calc(30px + 0.625vw);
    margin-bottom: 30px;
}
footer .offices p {
    margin-bottom: 30px;
}
footer .offices ul li {
    list-style: none;
    padding-left: 0;
    display: block;
    margin-bottom: 20px;
}
footer .offices ul li a {
    position: relative;
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}
footer .offices ul li a::before {
    content: "";
    background-color: #1d2027;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: transform 0.35s ease-out;
    transform: translateX(0);
}
footer .offices ul li a:hover::before {
    transform: translateX(100%);
}
@media only screen and (max-width: 991px) {
    footer .social {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .social a:last-of-type {
        padding-right: 0;
    }
    footer .col-12 {
        text-align: center;
        margin-bottom: 30px;
    }
    footer .col-12 form {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 767px) {
    footer [class^="col-"] {
        margin-bottom: 30px;
        text-align: center;
    }
    footer .offices {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
        border-radius: 3px;
    }
    footer .offices h4,
    footer .offices p {
        margin-bottom: 10px;
    }
    footer .offices ul {
        margin-bottom: 0;
    }
    footer .offices ul li {
        margin-bottom: 0;
    }
    .btn-call {
        display: block;
        background: #38a3fd;
        border: 2px solid #38a3fd;
        border-radius: 50%;
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
        cursor: pointer;
        height: 60px;
        width: 60px;
        text-align: center;
        position: fixed;
        left: 25px;
        bottom: 25px;
        z-index: 999;
        transition: .3s;
        -webkit-animation: hoverWave linear 1s infinite;
        animation: hoverWave linear 1s infinite;
        display: flex;
        justify-content: center;
        align-items: center;
            text-decoration: none;
    }
    
    .btn-call__ico {
        display: flex;
        justify-content: center;
        align-items: center;
        animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
        color: white;
        font-size: 30px;
        padding-top: 5px;
        transition: .3s all;
    }
    
    .btn-call:hover {
        background-color: #fff;
    }
    
    .btn-call:hover .btn-call__ico {
        color: #38a3fd;
    }
    
    @-webkit-keyframes hoverWave {
        0% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
        }
    
        40% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
        }
    
        80% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
        }
    
        100% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
        }
    }
    
    @keyframes hoverWave {
        0% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
        }
    
        40% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
        }
    
        80% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
        }
    
        100% {
            box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
        }
    }
    
    /* animations icon */
    
    @keyframes shake {
        0% {
            transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
        }
    
        10% {
            transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
        }
    
        20% {
            transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
        }
    
        30% {
            transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
        }
    
        40% {
            transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
        }
    
        50% {
            transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
        }
    
        60% {
            transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
        }
    
        70% {
            transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
        }
    
        80% {
            transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
        }
    
        90% {
            transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
        }
    
        100% {
            transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
        }
    }
    
    @-webkit-keyframes shake {
        0% {
            transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
        }
    
        10% {
            transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
        }
    
        20% {
            transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
        }
    
        30% {
            transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
        }
    
        40% {
            transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
        }
    
        50% {
            transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
        }
    
        60% {
            transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
        }
    
        70% {
            transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
        }
    
        80% {
            transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
        }
    
        90% {
            transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
        }
    
        100% {
            transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
        }
    }
}
* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
}
html,
body {
    overflow-x: hidden;
}
body {
    position: relative;
    z-index: 1;
}
img {
    max-width: 100%;
}
html {
    overflow-x: hidden;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.container1240 {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.container1650 {
    max-width: 1680px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.pt250 {
    padding-top: calc(120px + 6.77083333vw);
}
.pb250 {
    padding-bottom: calc(120px + 6.77083333vw);
}
.pt225 {
    padding-top: calc(80px + 7.55208333vw);
}
.pb225 {
    padding-bottom: calc(80px + 7.55208333vw);
}
.pt175 {
    padding-top: calc(50px + 6.51041667vw);
}
.pb175 {
    padding-bottom: calc(50px + 6.51041667vw);
}
.pt145 {
    padding-top: calc(70px + 3.90625vw);
}
.pb145 {
    padding-bottom: calc(70px + 3.90625vw);
}
.pt95 {
    padding-top: calc(50px + 2.34375vw);
}
.pb95 {
    padding-bottom: calc(50px + 2.34375vw);
}
.pt85 {
    padding-top: calc(50px + 1.82291667vw);
}
.pb85 {
    padding-bottom: calc(50px + 1.82291667vw);
}
.frame-text {
    display: inline-block;
    border: 1px solid #1d2027;
    border-radius: 3px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #1d2027;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 12px;
    margin-bottom: 40px;
}
.text-background {
    background-color: #e9fffe;
    padding: calc(30px + 1.04166667vw) calc(30px + 0.52083333vw);
}
.text-background p {
    margin-bottom: 25px;
}
.text-background p:last-of-type {
    margin-bottom: 0;
}
.text-background p a {
    text-decoration: none;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.text-background p a:hover {
    text-decoration: underline;
}
.glitch {
    position: relative;
}
.glitch:before {
    animation: textNoise1 8s infinite linear alternate both;
    color: inherit;
    content: attr(data-text);
    left: 0;
    margin: inherit;
    position: absolute;
    right: 0;
    text-shadow: -2px 0 #10d6cd;
    top: 0;
    width: 100%;
}
.glitch:after {
    animation: textNoise2 8s infinite linear alternate both;
    color: inherit;
    content: attr(data-text);
    left: 0;
    margin: inherit;
    position: absolute;
    right: 0;
    text-shadow: 2px 0 #fc51b2;
    top: 0;
    width: 100%;
}
@keyframes textNoise1 {
    0% {
        -webkit-clip-path: inset(99% 0 24% 0);
        clip-path: inset(99% 0 24% 0);
    }
    10% {
        -webkit-clip-path: inset(29% 0 55% 0);
        clip-path: inset(29% 0 55% 0);
    }
    20% {
        -webkit-clip-path: inset(21% 0 21% 0);
        clip-path: inset(21% 0 21% 0);
    }
    30% {
        -webkit-clip-path: inset(22% 0 11% 0);
        clip-path: inset(22% 0 11% 0);
    }
    40% {
        -webkit-clip-path: inset(12% 0 37% 0);
        clip-path: inset(12% 0 37% 0);
    }
    50% {
        -webkit-clip-path: inset(67% 0 3% 0);
        clip-path: inset(67% 0 3% 0);
    }
    60% {
        -webkit-clip-path: inset(64% 0 63% 0);
        clip-path: inset(64% 0 63% 0);
    }
    70% {
        -webkit-clip-path: inset(54% 0 54% 0);
        clip-path: inset(54% 0 54% 0);
    }
    80% {
        -webkit-clip-path: inset(3% 0 17% 0);
        clip-path: inset(3% 0 17% 0);
    }
    90% {
        -webkit-clip-path: inset(50% 0 1% 0);
        clip-path: inset(50% 0 1% 0);
    }
    100% {
        -webkit-clip-path: inset(37% 0 42% 0);
        clip-path: inset(37% 0 42% 0);
    }
}
@keyframes textNoise2 {
    0% {
        -webkit-clip-path: inset(99% 0 24% 0);
        clip-path: inset(99% 0 24% 0);
    }
    10% {
        -webkit-clip-path: inset(77% 0 53% 0);
        clip-path: inset(77% 0 53% 0);
    }
    20% {
        -webkit-clip-path: inset(7% 0 11% 0);
        clip-path: inset(7% 0 11% 0);
    }
    30% {
        -webkit-clip-path: inset(74% 0 52% 0);
        clip-path: inset(74% 0 52% 0);
    }
    40% {
        -webkit-clip-path: inset(67% 0 72% 0);
        clip-path: inset(67% 0 72% 0);
    }
    50% {
        -webkit-clip-path: inset(73% 0 17% 0);
        clip-path: inset(73% 0 17% 0);
    }
    60% {
        -webkit-clip-path: inset(86% 0 19% 0);
        clip-path: inset(86% 0 19% 0);
    }
    70% {
        -webkit-clip-path: inset(99% 0 4% 0);
        clip-path: inset(99% 0 4% 0);
    }
    80% {
        -webkit-clip-path: inset(32% 0 71% 0);
        clip-path: inset(32% 0 71% 0);
    }
    90% {
        -webkit-clip-path: inset(86% 0 18% 0);
        clip-path: inset(86% 0 18% 0);
    }
    100% {
        -webkit-clip-path: inset(67% 0 83% 0);
        clip-path: inset(67% 0 83% 0);
    }
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #78f3ec;
}
:root {
    scrollbar-color: #16ffef #fff;
    scrollbar-track-color: #fff;
    scrollbar-width: thin;
}
.upper {
    text-transform: uppercase;
}
.margin-auto {
    margin-left: auto;
    margin-right: auto;
}
.relative {
    position: relative;
    z-index: 1;
}
.img-responsive {
    width: 100%;
}
.padding-0-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.h-100vw {
    min-height: 100vh;
}
@media only screen and (min-height: 1000px) {
    .h-100vw {
        min-height: 1000px;
    }
}
.cleanUl {
    list-style: none;
    padding-left: 0;
}
.cleanUl li:before {
    display: none !important;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.creed {
    position: fixed;
    z-index: 2;
    bottom: 180px;
    transform: rotate(-90deg);
}
.creed a {
    font-size: 18px;
    font-weight: 600;
}
.coordinates {
    position: fixed;
    z-index: 2;
    bottom: 180px;
    right: 0;
    transform: rotate(-90deg);
    display: -ms-flexbox;
    display: flex;
}
.coordinates .length,
.coordinates .width {
    font-size: 18px;
    font-weight: 600;
}
.coordinates .length {
    margin-right: 25px;
}
@media only screen and (max-width: 1650px) {
    .creed {
        left: -50px;
    }
    .coordinates {
        right: -50px;
    }
}
@media only screen and (max-width: 1450px) {
    .creed {
        left: -77px;
    }
    .coordinates {
        right: -90px;
    }
}
@media only screen and (max-width: 1280px) {
    .creed,
    .coordinates {
        display: none;
    }
}
@keyframes toDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes toUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes opc {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.hero-small h1,
.member-bio h1 {
    opacity: 0;
    animation-name: toDown;
    animation-delay: 200ms;
    animation-duration: 1000ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.hero-small p,
.hero-small ul,
.member-bio h3 {
    opacity: 0;
    animation-name: toDown;
    animation-delay: 500ms;
    animation-duration: 1000ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.hero-small .link,
.member-bio p {
    opacity: 0;
    animation-name: toUp;
    animation-delay: 800ms;
    animation-duration: 1000ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.hero-image .heading,
.contact {
    opacity: 0;
    animation-name: toDown;
    animation-delay: 200ms;
    animation-duration: 1000ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
form p.error-msg {
    color: #dd1f50 !important;
    font-size: 14px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-bottom: 0;
}
form fieldset {
    padding: 0;
    right: 0;
    border: none;
    position: relative;
    margin-bottom: 22px;
}
form fieldset.error p.error {
    color: #dd1f50 !important;
    font-size: 14px;
    margin-bottom: 15px;
}
form fieldset.error input,
form fieldset.error select,
form fieldset.error textarea {
    background-color: #dd1f50;
    border-color: #dd1f50;
    padding-right: 100px;
}
form fieldset.error span {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50px;
    font-size: 14px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
form fieldset.error select + span {
    right: 30px;
}
form fieldset.error p {
    color: #dd1f50 !important;
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 12px;
    margin: 0 !important;
}
form fieldset.small-margin {
    margin-bottom: 5px;
}
form label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #1d2027;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
form .chbox {
    margin-top: 30px;
}
form .chbox label {
    margin-right: 19px;
    display: inline-block;
    max-width: 250px;
}
form .chbox > span {
    display: inline-block;
    font-weight: 500;
    vertical-align: text-top;
    line-height: 19px;
    margin: 0;
    width: 291px;
    margin-right: 100px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="textarea"],
form select,
form textarea {
    width: 100%;
    border: 1px solid #1d2027;
    display: block;
    height: 56px;
    padding-left: 18px;
    transition: border-color 200ms linear;
    font-size: 18px;
    color: #1d2027;
}
/*👉form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="textarea"]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
    opacity: 0.3;
}👈*/
/*👉form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="textarea"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    opacity: 0.3;
}👈*/
/*👉form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="password"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="textarea"]::placeholder,
form select::placeholder,
form textarea::placeholder {
    opacity: 0.3;
}👈*/
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="textarea"]:focus,
form select:focus,
form textarea:focus {
    border-color: #fc51b2;
}
form textarea {
    min-height: 220px;
    padding-top: 20px;
}
form input[type="submit"] {
    outline: 0;
    cursor: pointer;
    border: none;
}
form input[type="submit"]:focus {
    outline: 0;
}
form button {
    background-color: transparent;
    width: 100%;
    border: none;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    overflow: hidden;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAPElEQVQImWNkYGBYxcDAIMiACWaxMDAwvGdgYAhFk3jPwMBwD8aZycDA8B+K3zEwMBijGzMTlwQMoNgNADVRCe8KCdztAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}
form select::-ms-expand {
    display: none;
}
form ::-moz-placeholder {
    font-size: 16px;
    color: #1d2027;
    opacity: 0.3;
}
form :-ms-input-placeholder {
    font-size: 16px;
    color: #1d2027;
    opacity: 0.3;
}
form ::placeholder {
    font-size: 16px;
    color: #1d2027;
    opacity: 0.3;
}
form select:required:invalid {
    color: #1d2027;
    opacity: 0.2;
}
.smartPlaceholderBox {
    position: absolute;
    width: 100% !important;
    margin: 5px 15px 5px 10px !important;
    top: -45px !important;
    font-size: 11px;
    background-color: transparent !important;
    will-change: all;
}
input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
input[type="radio"] + label {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}
input[type="radio"] + label b {
    margin-right: 5px;
}
input[type="radio"] + label a {
    position: relative;
    z-index: 2;
}
input[type="radio"] + label i {
    position: static;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}
input[type="radio"] + label i:before {
    content: url("../images/circle.svg");
    position: absolute;
    top: 3px;
    width: 15px;
}
input[type="radio"]:checked + label i:before {
    content: url("../images/circle-check.svg");
}
label a {
    color: #1d2027;
    text-decoration: underline;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}
input[type="checkbox"] + label b {
    margin-right: 5px;
}
input[type="checkbox"] + label i {
    position: static;
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}
input[type="checkbox"] + label i:before {
    content: url("../images/square.svg");
    position: absolute;
    top: 3px;
    width: 15px;
}
input[type="checkbox"]:checked + label i:before {
    content: url("../images/square-check.svg");
}
.add-info {
    font-size: 14px;
    margin-bottom: 10px;
}
label a {
    color: #1d2027;
    text-decoration: underline;
}
.file-upload input[type="file"] {
    display: none;
}
.file-upload span {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
}
.file-upload-button {
    max-width: 100%;
}
.error input + label {
    color: #dd1f50;
    margin-bottom: 25px;
}
.error input + label + span {
    color: #dd1f50;
    left: 0;
    top: 25px;
}
.munIta {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}
.mun {
    font-family:  'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.munSemiIta {
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}
.munSemi {
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.munBold {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.munBoldIta {
    font-family:  'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family:'Comfortaa', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 30px;
}
.txt_clr {
    color: #161616;
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 26px;
    }
}
p {
    margin-bottom: calc(20px + 1.04166667vw);
    margin-top: 0;
}
p.mb80 {
    margin-bottom: calc(30px + 2.60416667vw);
}
a {
    color: inherit;
    text-decoration: none;
}
p a,
li a {
    text-decoration: underline;
}
ul {
    padding-left: 0;
}
ul li {
    list-style-type: "-";
    padding-left: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Title', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
}
h1 {
    font-family: 'Title', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: calc(30px + 1.5625vw);
    line-height: calc(30px + 2.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw);
}
h2 {
    font-family: 'Title', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: calc(20px + 0.52083333vw);
    line-height: calc(20px + 0.52083333vw);
    margin-bottom: calc(30px + 0.625vw);
}
.f60 {
    font-size: calc(30px + 1.5625vw);
    line-height: calc(42px + 1.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw);
}
.f30 {
    font-size: calc(20px + 0.52083333vw);
    line-height: calc(20px + 0.52083333vw);
    margin-bottom: calc(30px + 0.625vw);
} /*!
 * Bootstrap Reboot v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 992px){
    .slick-dotted.slick-slider {
        margin-top: 11%;
    }
    .right {
        margin-top: 10%;
    }
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
} /*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
 
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.row-cols-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .container1240 .offices {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.justify-content-evenly {
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.order-first {
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.order-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.order-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
}
.order-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.order-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
}
.order-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
}
@media (min-width: 576px) {
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-sm-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
}
@media (min-width: 768px) {
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-md-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-lg-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .input-rows {
        display: flex;
        gap: 10px;
    }
    
}
@media (min-width: 1200px) {
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .order-xl-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
}
@media (min-width: 1400px) {
    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

 .planContainer {
	 display: flex;
	 flex-wrap: wrap;
	 margin: 1em;
	 display: flex;
	 flex-direction: row;
	 align-items: flex-start;
	 justify-content: center;
}
 .plan {
	 background: white;
	 width: 20em;
	 box-sizing: border-box;
	 text-align: center;
	 margin: 1em;
	 margin-bottom: 1em;
     box-shadow: 0 0 10px 2px #1d2027;
     min-height: 41em;
}
.planmain{
    min-height: auto;
}
.plan:hover {  
    box-shadow: 0 0 10px 2px #fffd52;   
}
 .plan .titleContainer {
	 background-color: #1d2027;
	 padding: 1em;
}
 .plan .titleContainer .title {
	 font-size: 1.6em;
	 text-transform: uppercase;
	 color: white;
	 font-weight: 700;
	 line-height: 32px;
}
 .plan .titleContainer .price {
	 font-size: 1.0875em;
	 padding-top: 1em;
	 padding-bottom: 0.25em;
	 color: white;
	 font-weight: 500;
	 margin-top: 0;
	 display: inline-block;
	 width: 80%;
}
 .plan .titleContainer .price p {
	 font-size: 1.0875em;
	 display: inline-block;
	 margin: 0;
}
 .plan .titleContainer .price span {
	 font-size: 1.45em;
	 display: inline-block;
}
 .plan .infoContainer {
	 padding: 1em;
	 color: #2d3b48;
	 box-sizing: border-box;
}
 .plan .infoContainer .desc {
	 padding: 1em 0;
	 border-bottom: 2px solid #efefef;
	 margin: 0 auto;
	 width: 90%;
}
 .plan .infoContainer .desc em {
	 font-size: 1em;
	 font-weight: 500;
}
 .plan .infoContainer .features {
	 font-size: 0.8em;
	 list-style: none;
	 padding-left: 0;
}
 .plan .infoContainer .features li {
	 padding: 0.5em;
     list-style-type: none;
}
 .plan .infoContainer .selectPlan {
	 border: 2px solid #1d2027;
	 padding: 0.75em 1em;
	 border-radius: 2.5em;
	 cursor: pointer;
	 transition: all 0.25s;
	 margin: 1em auto;
	 box-sizing: border-box;
	 max-width: 70%;
	 display: block;
	 font-weight: 700;
}
 .plan .infoContainer .selectPlan:hover {
	 background-color: #fffd52;
	 color: #1d2027;
}
 @media screen and (max-width: 24em) {
	 .planContainer {
		 margin: 0;
	}
	 .planContainer .plan {
		 width: 100%;
		 margin: 1em 0;
	}
}
.cnt-l {
    list-style-type: none;
    display: flex;
    font-size: calc(20px + 0.52083333vw);  
}
.cnt-2 {
    list-style-type: none;
    display: flex;   
}
.tbld{
    font-weight: bold;
}
.lbld{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@-webkit-keyframes pulse {
    to {
      box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
  }
  @-moz-keyframes pulse {
    to {
      box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
  }
  @-ms-keyframes pulse {
    to {
      box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
  }
  @keyframes pulse {
    to {
      box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
  }
  .social-button:hover {
    animation: paused;
  }
  .social-buttone:focus {
    outline: none;
  }
.social-button {
    transition: all 0.4s;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #ff299c;
    color: #fff;
    font-size: 24px;
  /*👉  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);👈*/
    cursor: pointer;
    transition-delay: 1s;
    z-index: 1000;
    transition: 0.4s;
  box-shadow: 0 0 0 0 #ff299c;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  .social-button-open {
    transition-delay: 0s;
    bottom: 85px;
    background-color: #d81558;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  }
  .social-button .social-point{
    transition: all 0.4s;
    opacity: 0;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    visibility: hidden;
  }
  .social-button .social-point:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  }
  .social-button .social-point:nth-child(2) {
    transition-delay: 0.3s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #25D366;
  }
  .social-button .social-point:nth-child(3) {
    transition-delay: 0.4s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #1da1f2;
  }
  .social-button .social-point:nth-child(4) {
    transition-delay: 0.5s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #7360f2;
  }
  .social-button .social-point:nth-child(5) {
    transition-delay: 0.6s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color: #0088cc;
  }
  .social-button .social-point:nth-child(6) {
    transition-delay: 0.7s;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background-color:#7360f2;
  }
  .social-button-open .social-point-open{
    opacity: 1;
    width: 50px;
    height: 50px;
    visibility: visible;
  }
  .social-button-open .social-point-open:nth-child(2) {
    right: 5px;
    bottom: 80px;
  }
  .social-button-open .social-point-open:nth-child(2):hover {
    transition-delay: 0s;
    background-color: #038d36;
  }
  .social-button-open .social-point-open:nth-child(3) {
    right: 65px;
    bottom: 65px;
  }
  .social-button-open .social-point-open:nth-child(3):hover {
    transition-delay: 0s;
    background-color: #0571b4;
  }
  .social-button-open .social-point-open:nth-child(4) {
    right: 80px;
    bottom: 5px;
  }
  .social-button-open .social-point-open:nth-child(4):hover {
    transition-delay: 0s;
    background-color: #482df3;
  }
  .social-button-open .social-point-open:nth-child(5) {
    right: 65px;
    bottom: -65px;
  }
  .social-button-open .social-point-open:nth-child(5):hover {
    transition-delay: 0s;
    background-color: #035279;
  }
  .social-button-open .social-point-open:nth-child(6) {
    right: 5px;
    bottom: -80px;
  }
  .social-button-open .social-point-open:nth-child(6):hover {
    transition-delay: 0s;
    background-color: 	#4e34f7;
  }
.placeholderclr::placeholder {
    color: #1d2027;
    opacity: 1;
    font-weight: 600;
  }
  .radiusbutton {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family:  'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1d2027;
    border: 1px solid #1d2027;
    transition: background-color 0.35s ease-in, color 0.25s ease-in-out;
}
.radiusbutton:hover {
    background-color: #ffffff00;
    color: #1d2027;
}
.svghov {
    fill: white;
    transition: fill 0.3s ease; /* Плавность перехода */
}
.radiusbutton:hover .svghov {
    fill: #1d2027;
}
.radiusbutton span {
    position: relative;
    top: -2px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

:root {
    --color-text: #161616;
    --color-text-muted: #161616;
    --color-purple: slateblue;
  }
  .accordion {
    width: 42rem;
    padding: 1.2rem 0;
    border-radius: 1rem;
    background: white;
    margin: 0 auto;
    box-shadow: 0 0 5rem lightgrey;
  }
  
  .accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem;
  }
  
  .accordion__item:not(:last-child) {
    border-bottom: 1px solid lightgrey;
  }
  
  .accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.4rem;
    background: white;
    border: none;
    outline: none;
    color: var(--color-text);
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
  }
  .accordion__btn:hover {
    color: var(--color-purple);
    background: hsl(248, 53%, 97%);
  }
  
  .accordion__item--active .accordion__btn {
    color: var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    background: hsl(248, 53%, 97%);
  }
  
  .fa-lightbulb {
    padding-right: 1rem;
  }
  .accordion__icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    opacity: 0.9;
  }
  .accordion__item--active .accordion__icon {
    transform: rotate(135deg);
  }
  
  .accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: var(--color-text-muted);
    transform: translateX(16px);
    transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
  }
  .accordion__content p {
    padding: 1rem 1.8rem;
  }
  
  .accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0px);
    max-height: 100vh;
  }  
  
.cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-wrapper {
  border-radius: 12px;
  padding: 20px;
  min-height: 200px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* Мобильная версия: горизонтальный скролл */
@media (max-width: 768px) {
  .cards-wrapper {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    gap: 0px;
  }

  .card-wrapper {
    min-width: 80vw;
    scroll-snap-align: start;
    padding:14px;
  }
  .card-contents {
      height: 300px!important;
  }
      .card-description {
        bottom: 14vw !important;
    }
    .card-description p {
        display:none;
    }
    .card-description .f60 {
        font-size: calc(28px + 1.5625vw);
    }
    h1 {
        font-size: calc(20px + 1.5625vw);
    }
} 
@media (min-width: 558px) and (max-width: 767px){
     .card-description {
        bottom: 8vw !important;
    }
} 
h1.ttlm{
    font-family: 'Title', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: calc(30px + 1.5625vw);
    line-height: calc(30px + 2.04166667vw);
    margin-bottom: calc(25px + 0.67708333vw)
}
  
  
  
