@font-face {
    font-family: 'Raleway';
    src: url('Raleway-SemiBoldItalic.eot');
    src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'),
        url('../fonts/raleway/Raleway-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraLightItalic.eot');
    src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'),
        url('../fonts/raleway/Raleway-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-MediumItalic.eot');
    src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'),
        url('../fonts/raleway/Raleway-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraBoldItalic.eot');
    src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'),
        url('../fonts/raleway/Raleway-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Regular.eot');
    src: local('Raleway'), local('Raleway-Regular'),
        url('../fonts/raleway/Raleway-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraBold.eot');
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
        url('../fonts/raleway/Raleway-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-BlackItalic.eot');
    src: local('Raleway Black Italic'), local('Raleway-BlackItalic'),
        url('../fonts/raleway/Raleway-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Light.eot');
    src: local('Raleway Light'), local('Raleway-Light'),
        url('../fonts/raleway/Raleway-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Black.eot');
    src: local('Raleway Black'), local('Raleway-Black'),
        url('../fonts/raleway/Raleway-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Medium.eot');
    src: local('Raleway Medium'), local('Raleway-Medium'),
        url('../fonts/raleway/Raleway-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraLight.eot');
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
    url('../fonts/raleway/Raleway-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Italic.eot');
    src: local('Raleway Italic'), local('Raleway-Italic'),
        url('../fonts/raleway/Raleway-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Thin.eot');
    src: local('Raleway Thin'), local('Raleway-Thin'),
    url('../fonts/raleway/Raleway-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-SemiBold.eot');
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
        url('../fonts/raleway/Raleway-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-LightItalic.eot');
    src: local('Raleway Light Italic'), local('Raleway-LightItalic'),
        url('../fonts/raleway/Raleway-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Bold.eot');
    src: local('Raleway Bold'), local('Raleway-Bold'),
        url('../fonts/raleway/Raleway-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Raleway';
  font-size: 20px;
}


html { overflow:auto; }
body {
  font-family: Raleway;
  font-weight: 400;
  background: #000;
    max-width: 100vw;
  animation-fill-mode: both;
}
body {
  margin: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* a {
  text-decoration: none;
  transition: all 0.3s ease;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a:hover,
a:focus {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}


p {
color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 20px;
font-weight: 400;
line-height: 130%;
letter-spacing: 0;
text-align: left;
}

h1 {
  color: rgb(255, 255, 255);
  font-size: 161px;
  font-weight: 400 !important;
  line-height: 100%;
  letter-spacing: -3px;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 161px;
font-weight: 400;
line-height: 100%;
letter-spacing: -3px;
text-align: right;
text-transform: uppercase;
}
h3 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 124px;
font-weight: 400;
line-height: 100%;
letter-spacing: -3px;
text-align: left;
text-transform: uppercase;
}
h4 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 60px;
font-weight: 400;
line-height: 100%;
letter-spacing: -3px;
text-align: left;
}
h5 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 30px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0;
text-align: left;
text-transform: uppercase;
}
section {
    margin-bottom: 300px;
}
ul {
    list-style: "- ";
    padding-left: 15px;
    color: #fff;
}
.container {
    max-width: 1720px;
    margin: 0 auto;
}
.orange {
    color: rgb(240, 124, 34);
}
.mob {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .mob {
        display: block;
    }
}
@media only screen and (max-width: 1800px) {
    .container {
        max-width: unset;
        width: unset;
        margin: 0 50px;
    }
    section {
        margin-bottom: 200px;
    }
}
@media only screen and (max-width: 768px) {
    .container {
        max-width: unset;
        margin: 0 15px;
    }
    section {
        margin-bottom: 150px;
    }
    p {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
    }
}
.arrow-pane div {
    cursor: pointer;
}

.hero-container {
  display: flex;
}
.hero {
    max-width: 100vw;
    overflow: hidden;
}
.hero h1 {
    margin-top: 55px;
    margin-bottom: -16px;
}
.hero-left {
width: 55%;
background-repeat: no-repeat;
min-height: 700px;
    background-size: contain;
    filter: contrast(1.5);
}
.hero-right {
    max-width: 851px;
    margin-top: 80px;
}
.hero-right > span {
  color: rgb(240, 124, 34);
font-family: Raleway;
font-size: 161px;
font-weight: 500;
line-height: 110%;
letter-spacing: -3px;
text-align: right;
text-transform: uppercase;
    margin-top: 16px;
}
.hero-right  div {
    margin-top: 20px;
}
.hero-right  p {
  color: rgb(255, 255, 255);
font-size: 26px;
font-weight: 400;
line-height: 130%;
letter-spacing: 0%;
text-align: left;
}
.hero-right > h5 {
  color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0 150px 0
}
.hero-right .cool-link {
    margin-bottom: 40px;
}
.hero-right > div li {
    color: white;
}
@media only screen and (max-width: 1750px) {
    .hero h1, .hero-right > span {
        font-size: 8vw;
    }
    .hero-left {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .hero-left.pc {
        max-width: 300px;
        margin: 50px auto;
        height: 342px;
        min-height: unset;
    }
    .hero{
        margin-bottom: 110px;
    }
    .hero h1 {
        font-size: 58px;
        line-height: 1;
        font-weight: 400;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .hero-container {
        display: flex;
        flex-direction: column;
    }
    .hero-left {
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
        background-repeat: no-repeat;
        min-height: 119vw;
        background-size: cover;
    }
    .hero-right {
        max-width: 787px;
        margin-top: 0;
    }
    .hero-right > span {
        font-size: 58px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: -2px;
        text-align: left;
    }
    .hero-right > div * {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        color: #fff;
    }
    .hero-right > h5 {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 0px;
        margin-left: 5px;
    }
    .hero-right div {
        margin-top: 0px;
    }
    #htext_content {
        margin-top: 20px;
    }
}
.hero {
    margin-bottom: 150px;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
    padding: 30px 0;
}
.header-nav ul {
  display: flex;
  align-items: center;
    list-style: none;
}
.header-nav ul li {
  margin-right: 70px;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 100;
    line-height: 23px;
    color: white;
}
.header-buttons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1750px) {
    .header-nav ul li {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 1400px) {
    .header-nav ul li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1300px) {
    .header-nav ul li {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 1205px) {
    header {
        display: none;
    }
}

.cool-link {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 25px 0;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition-timing-function: cubic-bezier(.29, 1.01, 1, -0.68);
}
.cool-link * {
    cursor: pointer;
}
.bttn-txt {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0px !important;
    text-align: left;
}
.cool-link input {
    border: unset !important;
    height: unset;
    margin: 0;
    padding: 0;
}
.cool-link::before {
    position: absolute;
    width: 40px;
    height: 60px;
    background: #F07C22;
    content: "";
    z-index: -1;
    transition: width 0.3s;
    animation-direction: reverse;
}
.cool-link:hover::before {
    width: 440px;
    height: 60px;
}
@media only screen and (max-width: 768px) {
    .cool-link::before {
        height: 35px;
        width: 28px;
    }
    .cool-link {
        padding: 0;
    }
    .hero-right .cool-link {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .cool-link:hover::before {
        width: 28px; //calc(100vw - 30px);
        height: 35px;
    }
    .bttn-txt {
        color: rgb(255, 255, 255);
        font-size: 18px !important;
        font-weight: 400;
        line-height: 24px;
    }
    .bttn-txt .wpcf7-spinner {
        display: none;
    }
    .bttn-txt input {
        font-size: 18px;
    }
    .cool-link svg {
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
    }

    .cool-link br {
        display: none;
    }
    .hero-left.mob{
        display: block !important;
    }

}



.second-section {
}
.second-title_container {
    color: white;
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 161px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.second-title_container {}
.second-title_container {}

.col-orange {}
.second-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.scards {
    max-width: 415px;
    min-width: 280px;
    min-height: 420px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(23, 23, 23);

}
.scards-empty {opacity: 0}
.window-panel {
    padding: 8px 20px;
    background: rgb(240, 124, 34);
    display: flex;
}
.window-panel > div {
    width: 14px;
    height: 14px;
    background: rgb(0, 0, 0);
    margin-right: 5px;
    border-radius: 100%;
    padding: 0 !important;

}
.scards h5 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    text-transform: unset;

}
.scards div {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    padding: 8px 20px;
}
.scard_con ul {
    padding-left: 10px;
}
.scard_con div {
    padding: 0;
}
@media only screen and (max-width: 1801px) {
    .scards-empty {
        display: none;
    }
}
@media only screen and (max-width: 1500px) {
    .second-title_container {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1280px) {
    .second-title_container {
        font-size: 100px;
        line-height: 100px;
    }
}
@media only screen and (max-width: 678px) {
    .second-title_container {
        font-size: 56px;
        line-height: 58px;
        font-weight: 400;
    }
    .second-container {
        gap: 10px;
    }
    .scards {
        max-width: unset;
        min-width: 280px;
        min-height: unset;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        background: rgb(23, 23, 23);

    }
    .window-panel > div {
        width: 6px;
        height: 6px;
        margin-right: 3px;
    }
    .scards div {
        padding: 5px 10px;
    }
    .scard_con div {
        padding: 0;
    }
    .scard_con {
        display: flex;
        align-items: start;
        padding: 10px 10px !important;
    }
    .window-panel {
        padding: 8px 20px;
        background: rgb(240, 124, 34);
        display: flex;
    }
    .scards h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        padding: 8px 0;
        min-width: 140px;
        margin-right: 5px;
        margin-top: 0;
        padding-top: 0;

    }
    .scards  {
        min-width: 140px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .scard_con ul {
        padding-left: 8px;
    }
    .scard_con li {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
}




.possibility-element img {
    opacity: 0;
    transition: all 0.4s;
}

.swiper-slide-first img {
    opacity: 1;
}
.swiper-slide-first h5 , .swiper-slide-first p {
    color: black;
}
.swiper-slide-first h5::before {
    position: absolute;
    width: 40px;
    height: 100%;
    background: #F07C22;
    content: "";
    z-index: -1;
}
.swiper-slide-first.possibility-element {
    background: white;
}

.possibilities * {
    user-select: none;
}
.third-title_container{
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.arrow-pane {
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    user-select: none;
}
.arrow-pane div {
    padding: 20px 0;
}
.slick-possibilities {
    padding-top: 40px;
}
.possibility-element {
    min-height: 600px;
    width: 100%;
    border-radius: 20px;
    background: rgb(23, 23, 23);
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.possibility-element img {
    position: absolute;
    top: -40px;
    max-height: 360px;
}
.possibility-element h5 {
    position: relative;
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.possibility-element p {
    min-height: 105px;
}
@media only screen and (max-width: 1500px) {
    .third-title_container {
        display: flex;
        flex-direction: column;
    }
    .possibility-element img {
        max-width: 80%;
    }
    .possibility-element {
        min-height: 550px;
    }
}
@media only screen and (max-width: 1280px) {
    .third-title_container {
        font-size: 80px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .possibilities .third-title_container {
        margin-bottom: 0px;
    }
    .slick-possibilities__nav-prev svg {
        width: 80px;
    }
    .slick-possibilities__nav-next svg {
        width: 80px;
    }
    .slick-possibilities__nav-prev3 svg {
        width: 80px;
    }
    .slick-possibilities__nav-next3 svg {
        width: 80px;
    }
    .arrow-pane {
        max-width: 280px;
        margin-left: unset;
    }
    .third-title_container{
        font-size: 40px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }
    .possibility-element h5 {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
    .possibility-element {
        max-width: 232px;
        min-height: 350px;
        min-width: unset;
    }
    .possibility-element img {
        width: 100%;
        max-width: 190px;
        max-height: 220px;

    }
    .possibility-element p {
        min-height: 64px;
    }
    .possibility-element h5::before {
        width: 30px;
    }
}



.sticky {
    opacity: 1;
    transition: opacity 1.5s ease;
}

.sticky.transparent {
    opacity: 0.4;
}


.leoppm {

}
.leoppm h2 {
    color: rgb(240, 124, 34);
    font-family: Raleway;
    font-size: 18vw;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:200px;
}
.leocont {
    position: relative;
    height: 1500px;

}
.gridcontainer {
    display: flex;
    justify-content: space-between;
    max-width: 1295px;
    margin: 0 auto;
//gap: 75px;
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
}
.col1 {
    width: calc((100% - 75px - 75px) / 3);
}
.col2 {
    width: calc((100% - 75px - 75px) / 3);
}
.col3 {
    width: calc((100% - 75px - 75px) / 3);
}
.gcards {}
.col1 .gcards:nth-child(1) {
    margin-bottom: 412px;
}
.col1 .gcards:nth-child(2) {
    margin-top: 410px;
}
.col1 .gcards:nth-child(3) {
    margin-top: 190px;
}
.col2 > .gcards:nth-child(1) {
    margin-top: 350px;
}
.col2 .gcards:nth-child(2) {
    margin-top: 300px;
}
.col3 .gcards:nth-child(1) {
    margin-top: 110px;
}
.col3 .gcards:nth-child(2) {
    margin-top: 190px;
}

.gcards > h5 {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: left;
    padding: 0px 20px;
    text-transform: unset;
    margin-top: 60px;
    margin-bottom: 0;

}
.gcards > p {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    padding: 0px 20px;
    margin-top: 20px;
}

.gcards {
    max-width: 380px;
    min-width: 280px;
    min-height: 310px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(23, 23, 23);
}

.window-panel-white {
    padding: 8px 20px;
    background: #fff;
    display: flex;
}
.window-panel-white > div {
    width: 14px;
    height: 14px;
    background: rgb(0, 0, 0);
    margin-right: 5px;
    border-radius: 100%;

}
@media only screen and (max-width: 768px) {
    .leoppm h2 {
        font-size: 19vw;
        margin-bottom: 30px;
    }
    .gridcontainer {
        flex-direction: column;
    }
    .col1, .col2, .col3 {
        width: 100%;
    }
    .window-panel-white {
        padding: 5px 10px;
    }
    .window-panel-white > div {
        width: 6px;
        height: 6px;
        margin-right: 3px;
    }
    .gcards {
        max-width: 172px;
        min-width: 150px;
        min-height: 157px;
        border-radius: 10px;
    }
    .gcards > h5 {
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        padding: 0 10px;
        text-transform: unset;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .gcards > p {
        font-size: 12px;
        line-height: 15.5px;
        margin-top: 0px;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .col1 .gcards:nth-child(1) {
        margin-bottom: 35px;
        margin-left: 50px;
    }
    .col1 .gcards:nth-child(2) {
        margin-top: 35px;
        margin-left: auto;
    }
    .col1 .gcards:nth-child(3) {
        margin-top: 35px;
    }
    .col2 > .gcards:nth-child(1) {
        margin-top: 35px;
        margin-left: auto;
    }
    .col2 .gcards:nth-child(2) {
        margin-top: 35px;
        margin-left: 50px;
    }
    .col3 .gcards:nth-child(1) {
        margin-top: 35px;
        margin-left: auto;
    }
    .col3 .gcards:nth-child(2) {
        margin-top: 35px;
    }
    .leocont {
        height: 1325px;
    }
}

.integrations h2 {
    color: rgb(240, 124, 34);
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.integrations h3 {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: unset;
    max-width: 1140px;
    margin-top: 0;
    margin-bottom: 50px;
}
.form_container {
    display: flex;
    gap: 37px;
}
.integrations img {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .integrations h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    .integrations h3 {
        font-size: 20px;
        font-weight: 500;
        max-width: unset;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .integrations img.mob {
        display: block !important;
    }
}




.section-form h2 {
    color: rgb(240, 124, 34);
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-form h3 {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
    max-width: 1140px;
    margin-bottom: 50px;
}
.form_container {
    display: flex;
    gap: 37px;
}
.form_container div{
    width: calc((100% - 37+37)/3);
}
.wpcf7 form .wpcf7-response-output {
    color: red;
}
.arrow_svg {
//opacity: 0.7;
}
.cool-link input {
    color: #fff;
}
form a.cool-link:hover::before {
    width: 345px;
    height: 60px;
}
input {
    height: 77px;
    color: #ffffff5e;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0%;
    opacity: 0.8;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff5e !important;
    outline: none;
    max-width: 398px;
    padding: 20px 0;
    margin-bottom: 20px;
    background: transparent;
    border-radius: 0;
}
input::placeholder {
    color: #ffffff5e;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: left;
}
textarea {
    margin-bottom: 20px;
    border-radius: 0;
    outline: none;
    padding: 20px 0;
    border: none;
    height: 77px;
    background: transparent;
    border-bottom: 1px solid #ffffff5e;
    color: #ffffff5e;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    text-align: left;
    max-width: 398px;
}
textarea::placeholder {
    color: #ffffff5e;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .section-form h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .section-form h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0px;
        max-width: unset;
        margin-bottom: 40px;
    }
    .form_container {
        gap: 0px;
        flex-direction: column;
    }
    .form_container div{
        width: unset;
        display: unset;

    }


    input {
        width: 100%;
        height: 50px;
        color: #fff;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    input::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
    }
    textarea {
        margin-bottom: 20px;
        width: 100%;
        outline: none;
        padding: 10px 0;
        height: 77px;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }
    textarea::placeholder {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.lightbox .lb-image {
    width: 1000px !important;
    height: 600px !important;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 1100px){
    .lightbox .lb-image {
        width: 100% !important;
        height: unset !important;
    }
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



.lightboxOverlay {
    outline: none;

}
.video-presentation h2 {
    color: #fff;
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.video-presentation h3 {
    color: rgb(240, 124, 34);
    font-family: Raleway;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
    max-width: 1140px;
    margin-bottom: 50px;
}
.video_contaiter {
    width: 100%;
    cursor: pointer;
    margin-bottom: 60px;
}
.video_contaiter video {
    width: 100%;
}
.video-slider-container {

}
.video-slide {
    max-width: 850px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.video-slide img{
    margin-bottom: 10px;
    width: 100%;
    cursor: zoom-in;
}
.video-slide p {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    line-height: 130%;
    user-select: none;
}
.lb-dataContainer {
    display: none !important;
}
.lb-outerContainer {
    position: fixed;
    top: 20vh;
    /*left: -50%;*/
    /*right: -50%;*/
}
.lightbox .lb-image {
    border: unset;
}
@media only screen and (max-width: 1768px) {

}
@media only screen and (max-width: 768px) {
    .lb-outerContainer {
        width: 100vw !important;
    }
    .lb-outerContainer {
        top: 35vh;
    }
    .video-presentation h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
    .video-presentation h3 {
        font-size: 20px;
        font-weight: 500;
        max-width: unset;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .video_contaiter {
        margin-bottom: 20px;
    }
    .video_contaiter video {
    //width: 100%;
    }
    .video-slider-container {

    }
    .video-slide {
        max-width: unset;

    }
    .video-slide img{
        margin-bottom: 10px;
    }
    .video-slide p {
        font-size: 18px;
        font-weight: 300;
        line-height: 130%;
    }
}


.schema h2 {
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
}
.schema img {
    width: 100%;
}
@media only screen and (max-width: 678px) {
    .schema h2 {
        margin-top: 0px;
        margin-bottom: 25px;
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -2px;
    }
    .schema img.mob {
        display: block !important;
    }
}



.history-element1 {
    margin: 0;
    min-height: 530px;
    width: 100%;
    border-radius: 10px;
    background: rgb(23, 23, 23);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.history-element1 p {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}
.history-element1 a {
    color: #F07C22;
    font-size: 30px;
    line-height: 39px;
    text-decoration: underline;
}
@media only screen and (max-width: 1500px) {
    .video-history .third-title_container {
        flex-direction: row;
    }
}
@media only screen and (max-width: 768px) {
    .video-history .third-title_container {
        display: flex;
        justify-content: flex-start;
        gap: 15px;
        flex-direction: row;
    }
    .video-history .arrow-pane.mob {
        display: flex !important;
    }
    .history-element1 {
    //max-width: 232px;
        min-height: 328px;
    }
    .history-element1 p {
        font-size: 18px;
        font-width: 700;
        line-height: 21px;
    }
    .history-element1 a {
        font-size: 14px;
        line-height: 26px;
    }
}


.video-presentation1 h2 {
    color: #fff;
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.rev-cont {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.rev-cont img{
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.history-element {
//max-width: 560px;
//min-width: 280px;
    min-height: 662px;
    width: 100%;
    border-radius: 10px;
    background: rgb(23, 23, 23);
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
//justify-content: flex-end;
}
.history-element p {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
    .history-element {
        min-height: 760px;
    }
}
@media only screen and (max-width: 1680px) {
    .history-element {
        min-height: 708px;
    }
}
@media only screen and (max-width: 768px) {
    .rev-cont {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    .rev-cont img{
        width: 54px;
        height: 70px;
        object-fit: cover;
        border-radius: 10px;
    }
    .history-element {
        min-height: 390px;
    }
    .history-element p {
        margin-bottom: 20px;
    }
    .testimonials .arrow-pane {
        padding-bottom: 0;
    }
    .testimonials {
        margin-bottom: 120px;
    }

}
@media only screen and (max-width: 400px) {
    .history-element {
        min-height: 430px;
    }
}
@media only screen and (max-width: 380px) {
    .history-element {
        min-height: 440px;
    }
}
@media only screen and (max-width: 360px) {
    .history-element {
        min-height: 470px;
    }
}

.partners {}
.partners-box {
    display: flex;
    row-gap: 20px;
    column-gap: 10px;
    flex-wrap: wrap;
}
.partners-box div {
    max-width: 237px;
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background: rgb(31, 31, 31);
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-box img {

}
@media only screen and (max-width: 768px) {
    partners-box {
        row-gap: 5px;
        column-gap: 5px;
    }
    .partners-box div {
        width: calc(100% / 5 - 8px);
        max-width: 69px;
        height: 40px;
        border-radius: 5px;
        padding: 5px;
    }
    .partners-box img {
        max-width: 95%;
        max-height: 95%;

    }
}


.faq {
    user-select: none;
}
.faq-h {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: rgb(85, 76, 67);
    margin-bottom: 20px;
    padding: 20px 30px;
}

.faq-heading {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
    text-align: left;
    user-select: none;
}
.faq-arrow svg {
    transition: transform 0.5s ease; /* Плавный переход */
}
.faq-arrow svg.rotate {
    transform: rotate(180deg); /* Поворот на 180 градусов */
}
.faq-text {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    user-select: none;
    text-align: left;
    padding: 0;
    height: 0;
    display: block;
    overflow: hidden;
    transition: all .4s ease;
    opacity: 0;
}
.faq-text.active {
    height: unset;
    opacity: 1;

    padding: 20px 30px 20px 30px;
}

.faq {
    width: 100%;
    position: relative;

}
.faq label {
    user-select: none;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 44px;
    height: 44px;
}

@media only screen and (max-width: 768px) {
    .faqs .second-title_container span {
        font-size: 40px;
    }
    .faqs .second-title_container {
        flex-direction: row;
        margin-bottom: 30px;
    }
    .faq-h {
        margin-bottom: 10px;
        padding: 15px 10px;
    }
    .faq-heading {
        font-size: 18px;
    }
    .faq-text {
        font-size: 12px;
    }
    .faq-arrow svg {
        width: 40px;
        height: 40px;
    }
    .faq label {
        margin-bottom: 0px;
    }
    .faq-text.active {
        padding:  0 10px 15px 10px;
    }
}


.contacts {
    color: white;
}
.contacts-title_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 124px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}
.contacts-container1 {
    display: flex;
    gap: 110px;
}
.contacts-container2 {
    display: flex;
    gap: 20px;
    margin-top: 142px;
}
.contacts-container2  div {
    width: 50%;
}
.contacts-container2 span {
    display: block;
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -3px;
    max-width: 742px;
}
.boys {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.boy-card {
    display: flex;
    gap: 25px;
}
.boy-card-left {
    width: 170px;
}
.boy-card-left img {
    width: 100%;
}
.boy-card-right {
    max-width: 559px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.boy-card-right span {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.boy-card-right p {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 20px;
}
.boy-card-right a {
    color: rgb(240, 124, 34);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    line-height: 130%;
    text-decoration-line: underline;
    margin-bottom: 0;
}
.continfo {}
.continfo a {
    margin-bottom: 15px;
    display: block;
    color: rgb(240, 124, 34);
    font-family: Raleway;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    text-decoration-line: underline;
}
.contacts-container2-col1 {
    margin-top: 48px;
}
.contacts-container2-col2 {
    margin-top: 96px;
}
.underline {
    text-decoration-line: underline;
}
@media only screen and (max-width: 1600px) {
    .contacts-title_container  {
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px) {
    .contacts-title_container {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: -2px;
    }
    .contacts-container1 {
        gap: 50px;
    }
    .boys {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .boy-card {
        display: flex;
        gap: 10px;
    }
    .boy-card-left {
        width: 88px;
    }
    .boy-card-left img {
        width: 88px
    }
    .boy-card-right {
        max-width: 559px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .boy-card-right span {
        color: rgb(255, 255, 255);
        font-family: Raleway;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0;
    }
    .boy-card-right p {
        color: rgb(255, 255, 255);
        font-family: Raleway;
        font-size: 18px;
        font-weight: 300;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .boy-card-right a {
        font-size:18px;
        font-weight: 300;
        line-height: 23px;
    }



    .contacts {
        margin-bottom: 70px;
    }
    .contacts-container2 {
        display: none;
    }
    .contacts-container1 {
        flex-direction: column;
    }
    .continfo {
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
        gap: 70px;
    }
    .contacts-container2-col2, .contacts-container2-col1 {
        margin: 0;
    }
    .continfo a {
        margin-bottom: 15px;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 700;
    }

}
.grecaptcha-badge {
    width: 0 !important;
}

.Tblack {display: block}
.Twhite { display: none}
.hero-left.mob.Twhite { display: none !important;}
.schema img.mob.Twhite { display: none !important;}
.integrations img.mob.Twhite { display: none !important;}


@media (prefers-color-scheme: light) {

.leoppm-pricing .pricing-card {
        background: #f9f9f9; /* Світло-сірий фон картки */
        border: 1px solid #333333; /* Темний бордер замість світлого */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .leoppm-pricing .card-header {
        background: #F07C22; /* Помаранчевий заголовок */
        color: #ffffff;
        border-bottom: 1px solid #333333; /* Темний поділ під заголовком */
    }

    .leoppm-pricing .card-body h4, 
    .leoppm-pricing .card-body li,
    .leoppm-pricing h2,
    .bottom-text {
        color: #000000; /* Чорний текст для максимальної читабельності */
    }

    .leoppm-pricing .card-body li::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11%2013.75V8.25%22%20stroke%3D%22%23333333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M13.75%2011H8.25%22%20stroke%3D%22%23333333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M19.25%206.41667L19.25%2015.5833C19.25%2017.6%2017.6%2019.25%2015.5833%2019.25L6.41667%2019.25C4.4%2019.25%202.75%2017.6%202.75%2015.5833L2.75%206.41667C2.75%204.4%204.4%202.75%206.41667%202.75L15.5833%202.75C17.6%202.75%2019.25%204.4%2019.25%206.41667Z%22%20stroke%3D%22%23333333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
	
	
	
	.Tblack {display: none}
    .Twhite { display: block}
    @media only screen and (max-width: 768px) {
        .hero-left.mob.Twhite { display: block !important;}
        .hero-left.mob.Tblack { display: none !important;}
        .schema img.mob.Twhite { display: block !important;}
        .schema img.mob.Tblack { display: none !important;}
    }
    @media only screen and (max-width: 768px) {
        .integrations img.mob.Twhite { display: block !important;}
        .integrations img.mob.Tblack { display: none !important;}
    }
    body {
        background: #fff;
        transition: .3s background;
    }
    p {
        color: #000;
    }

    h1, h2, h3, h4, h5, h6, ul, .header-nav ul li a, .hero-right > h5, .bttn-txt, .scards h5, .third-title_container, .gcards > h5, .gcards > p, .second-title_container,
    input, textarea, .cool-link input, input::placeholder, textarea::placeholder, .section-form h3, .section-form h2, .video-presentation h2, .video-slide p,
    .schema h2, .boy-card-right p, .faq-heading, .faq-text, .contacts-title_container, .boy-card-right span, .boy-card-right span, .contacts, .contacts-container2 span, .hero-right > div li{
        color: #000;
    }
    .window-panel > div{
        background-color: #fff;
    }
    .window-panel{
        background-color: #F07C22;
    }
    input, textarea {
        border-bottom: 1px solid #000 !important;
    }
    .cool-link {
        border-bottom: 3px solid #000;
    }
    .scards, .possibility-element, .gcards, .history-element1, .history-element, .partners-box div {
        background-color: #ECECEC;
    }
    .leoppm .window-panel-white {
        background: #000;
    }
    .leoppm .window-panel-white div{
        background: #fff;
    }
    .swiper-slide-first h5 , .swiper-slide-first p {
        color: white;
    }
    footer a {
        color: white !important;
    }
    .design_link {
        color: white;
    }
    .dev_link {
        color: white;
    }
    .partners-box img {
        filter: invert(1);
    }
    .swiper-slide-first.possibility-element {
        background: #000;
    }
    .faq-h {
        background: #ECE1D8;
    }
    .slick-possibilities__nav-prev3, .slick-possibilities__nav-next3, .testimonials .slick-possibilities__nav-prev, .testimonials .slick-possibilities__nav-next {
        filter: invert(1);
    }
}


@media (prefers-color-scheme: dark) {
    .leoppm-pricing {
        background-image: url('https://www.leoppm.com/wp-content/uploads/2026/04/Vector-3-1.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .leoppm-pricing .pricing-card {
        background: #00000020;
        border: 0.5px solid #000000;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .leoppm-pricing .card-header {
        background: #F07C22;
        color: #fff;
    }

    .leoppm-pricing .card-body li::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M11%2013.75V8.25%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M13.75%2011H8.25%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M19.25%206.41667L19.25%2015.5833C19.25%2017.6%2017.6%2019.25%2015.5833%2019.25L6.41667%2019.25C4.4%2019.25%202.75%2017.6%202.75%2015.5833L2.75%206.41667C2.75%204.4%204.4%202.75%206.41667%202.75L15.5833%202.75C17.6%202.75%2019.25%204.4%2019.25%206.41667Z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
}
