.error-msg {
    font-size: 14px;
    color: red;
    text-align: center;
}
.form-group.error .custom-select-val,
input.error {
border-color: red !important;
color: red !important;
box-shadow: 0px 3px 8px 0px rgba(255, 0, 0, 0.12) !important;
}
input.error::placeholder {
    color: red !important;
    opacity: 0.5;
}
.big-textt {
    font-size: 40px;
}
.custom-text {
    font-size: 18px;
    line-height: 1.5;
}
.custom-text b {
    font-family: 'Nunito Sans' !important;
    font-weight: 900 !important;
}
.partners-title {
    padding: 80px 0;
    background: #31468c;
    color: #fff;
}
.skw-pages {
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.skw-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.skw-page__half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    transition: transform 1s;
}
.skw-page__half--left {
    left: 0;
    transform: translate3d(-32.4vh, 100%, 0);
    width: 40%;
}
.skw-page__half--right {
    left: 50%;
    transform: translate3d(32.4vh, -100%, 0);
    width: 60%;
}
.skw-page.active .skw-page__half {
    transform: translate3d(0, 0, 0);
}
.skw-page__skewed {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 140%;
    height: 100%;
    transform: skewX(-18deg);
    background: #fff;
}
.skw-page__half--left .skw-page__skewed {
    left: -40.5%;
}
.skw-page__half--right .skw-page__skewed {
    right: -23%;
}
.skw-page__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30%;
    color: #000;
    transform: skewX(18deg);
    transition: transform 1s, opacity 1s;
    background-size: cover;
}
.skw-page__half--left .skw-page__content {
    padding-left: 20%;
    padding-right: 20%;
    transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {
    padding-left: 20%;
    padding-right: 20%;
    transform-origin: 0 100%;
}
.skw-page.inactive .skw-page__content {
    opacity: 0.5;
    transform: skewX(18deg) scale(0.95);
}
.skw-page__heading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}
.skw-page__description {
    font-size: 18px;
    text-align: center;
}
.btn.btn-badge {
    width: 50px;
    padding: 0 10px;
    max-width: 50px;
    min-width: 50px;
}
.banner-content {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 50px 1vw;
    max-width: 650px
}
.blue {
    color: #30458b !important;
}
h1.head {
    font-size: 50px;
    line-height: 52px;
    font-family: 'Nunito Sans' !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}
p.text {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.hero-list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.hero-list li i {
    color: #c7cb50;
}
.f-16 {
    font-size: 16px !important;
}
.custom-text {
    font-size: 18px;
    line-height: 1.4;
}
.skw-arrows {
    position: absolute;
    bottom: 40px;
    left: 80px;
    z-index: 111;
    display: flex;
    gap: 20px;
}
.skw-arrow:hover {
    background: #e5e5e5;
}
.skw-arrow {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50px;
    user-select: none;
    cursor: pointer;
}
.btn-youtube {
    height: 48px;
    transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
}
.btn-youtube:hover {
    opacity: 0.6;
}
.btn-youtube img {
    height: 100%;
}
.open-account .account-box {
    padding: 60px 40px 60px;
    border-radius: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 49px 0px rgba(51, 42, 147, 0.54);
    box-shadow: 0px 5px 49px 0px rgba(51, 42, 147, 0.54);
}
.open-account .account-box .thrty-six {
    font-size: 36px !important;
    line-height: 46px;
    color: #31468c;
}
.open-account .account-box p.text {
    color: #31468c;
    font-size: 18px !important;
}
.open-account .account-box .form-group input {
    width: 100%;
    border: 1px solid #31468c;
    background-color: rgba(38, 13, 76, 0);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 162, 255, 0.22);
    box-shadow: 0px 3px 8px 0px rgba(0, 88, 255, 0.12);
    height: 58px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #31468c;
    padding: 0px 30px 0px;
}
.open-account .account-box .form-group {
    padding: 10px 0px 10px !important;
    position: relative;
}
.currency_sign {
    position: absolute;
    top: 25px;
    left: 20px;
    font-weight: 500;
    color: #31468c;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
}
.button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0px;
    min-width: 160px;
    padding: 5px 25px;
    height: 50px;
    /* text-transform: uppercase; */
    background: #31468c;
    transition: all 0.25s ease-in-out 0s;
}
.big-button:hover, .button-1:hover, .button-2:hover {
    color: #ffffff;
    background: #182a68;
}
@keyframes pulse-border {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.elementor-icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c7cb50;
    margin-left: 20px;
    border-radius: 50%;
    color: #fff;
    /* transition: all 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s; */
}
.elementor-icon i {
    position: relative;
    left: 2px;
}
.elementor-icon:hover {
    color: #fff;
    background: #919430 !important;
}
a.elementor-icon:before {
    animation: pulse-border 1.3s linear infinite;
}
a.elementor-icon:after {
    animation: pulse-border 1s linear infinite;
}
a.elementor-icon::before,
a.elementor-icon::after {
    position: absolute;
    content: "";
    /* left: 50%;
    top: 50%; */
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba(199, 203, 80, 0.45);
    /* transform-origin: center center !important;
    transform: translate(-50%, -50%) scale(0.8); */
}
.swiper-media-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #31468c;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 111;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #30478e;
    padding: 6px;
}
#media a {
    display: block;
    width: 100%;
    position: relative;
}
#media .img-fluid {
    max-width: none;
    height: 140px;
    margin: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: 75px !important;
    color: #31468c;
    height: 30px;
    width: 20px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: auto;
    left: 0;
    top: 75px !important;
    color: #31468c;
    height: 30px;
    width: 20px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 35px;
}
.card-container {
    margin-bottom: 30px;
}
.card-container.static:hover .card,
.card-container.static.hover .card {
    transform: none;
}
.card {
    transition: transform .5s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    background-color: #FFF;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14); */
}
.front {
    z-index: 2;
}
.back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.25s ease-in-out 0s;
    background-color: rgba(0,0,0,0);
}
.back .btn.green-bg {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
}
.card:hover .back {
    background-color: rgba(0,0,0,0.35);
}
.card:hover .back .btn.green-bg {
    top: 50%;
}
.back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
    width: 100%;
    height: 540px;
    border-radius: 15px;
    overflow: hidden;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 215px;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
}
.card .footer .social-links{
    font-size: 18px;
}
.card .footer .social-links a{
    margin: 0 7px;
}
.card .footer .btn-simple{
    margin-top: -6px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container{
    width: 100%;
    margin-top: 50px;
}
.card .stats{
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

.card .stats:first-child{
    border-right: 1px solid #EEEEEE;
}
.card .stats:last-child{
    border-left: 1px solid #EEEEEE;
}
.card .stats h4{
    font-weight: 300;
    margin-bottom: 5px;
}
.card .stats p{
    color: #777777;
}
.card p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.imgg {
    position: relative;
}
.sold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7cb50;
    font-size: 30px;
    background: rgba(49, 70, 140, 0.7);
}
.partners-logos img {
    max-width: 300px;
}
p.text {
font-family: "Roboto", sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: 300;
}
.proven-list li {
    color: #000;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}
.f-3 {
    font-size: 30px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 900;
    color: #31468c;
    margin-bottom: 5px;
    height: 25px;
}
.f-3:has(small) {
    height: 35px;
}
.f-3 small {
    font-size: 14px;
    font-family: Roboto;
    display: block;
}
.pill-icon svg {
height: 26px;
width: 20px;
position: relative;
top: -2px;
}
.blue.f-24.pill-icon > div {
    display: flex;
    gap: 6px;
    align-items: center;
}
.blue.f-24.pill-icon {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px !important;
}
.pill-with-icon {
    display: flex;
    gap: 8px;
    align-items: center;
    background: #e7ecff;
    padding: 5px 15px;
    border-radius: 80px;
    white-space: nowrap;
}
.pill-with-icon svg{
    height: 20px;
    width: auto;
}
.for-farmers p {
    font-size: 20px;
}
.for-farmers {
    position: absolute;
    top: -30px;
    width: 40%;
    right: 0%;
    z-index: 1;
}

.with-skew {
    overflow: hidden;
}
.blue-skew-right {
    z-index: 1;
}
.blue-skew-right::before {
    content: "";
    width: 200px;
    height: 130%;
    left: calc(100% - 140px);
    z-index: -1;
    background: #31468c;
    position: absolute;
    transform: skew(-10deg);
}
@media (min-width: 767px) {
    .media-section .swiper-button-next, .media-section .swiper-button-prev {
        display: none !important;
    }
}
@media(max-width: 1880px){
    h1.head {
        font-size: 42px !important;
        line-height: 42px;
    }
    p.text {
        font-size: 22px;
        line-height: 26px;
    }
    .hero-list li {
        font-size: 22px;
        margin-bottom: 3px;
    }
}
@media(max-width: 1600px){
    .skw-page__half--left .skw-page__content {
        padding-left: 15%;
        padding-right: 23%;
    }
}
@media(max-width: 1480px){
    .skw-page__half--right .skw-page__skewed {
        right: -27%;
    }
    .skw-page__half--left .skw-page__skewed {
        left: -34.5%;
    }
    .skw-page__half--left .skw-page__content {
        padding-left: 15%;
    }
    .banner-content {
        row-gap: 15px;
        padding: 50px 1vw 50px 0vw;
    }
    .btn-youtube {
        height: 44px;
    }
    .for-farmers {
        width: 38%;
        right: 4%;
    }
    .for-farmers p {
        font-size: 18px;
        line-height: 32px;
    }
    h1.head {
        font-size: 34px !important;
        line-height: 35px;
    }
    p.text {
        font-size: 18px;
        line-height: 22px;
    }
    .hero-list li {
        gap: 10px;
        font-size: 18px;
        margin-bottom: 4px;
    }
    .custom-text {
        font-size: 14px !important;
    }
}
@media(max-width: 1367px){
    .eu-banner {
        width: 100%;
    }
    .banner-content {
        row-gap: 15px;
        padding: 50px 1vw 50px 0vw;
    }
    .btn-youtube {
        height: 44px;
    }
    p {
        line-height: 30px;
        font-size: 20px;
    }
    h1.head {
        font-size: 34px !important;
        line-height: 35px;
    }
    p.text {
        font-size: 18px;
        line-height: 22px;
    }
    .hero-list li {
        gap: 10px;
        font-size: 18px;
        margin-bottom: 4px;
    }
    .custom-text {
        font-size: 14px !important;
    }
    .btn {
        min-height: 44px;
        font-weight: 900;
        font-size: 14px;
    }
    .btn.btn-badge {
        width: 44px;
        padding: 0 10px;
        max-width: 44px;
        min-width: 44px;
    }
    .skw-arrows {
        left: 55px;
    }
}
@media(max-width: 1280px){
    .skw-page__half--left .skw-page__content {
        padding-left: 12%;
        padding-right: 23%;
    }   
    h1, .h1 {
        font-size: 42px !important;
    } 
    .for-farmers {
        top: -50px;
    }
}
@media(max-width: 1024px){
    h1, .h1 {
        font-size: 36px !important;
        line-height: 1 !important;
    } 
    p {
        line-height: 25px;
        font-size: 16px;
    }
    .for-farmers .h1 {
        margin-bottom: 30px !important;
    }
    .for-farmers p {
        font-size: 16px;
        line-height: 25px;
    }
    #farmers ul li {
        color: #000;
        font-size: 18px;
    }    
    .proven-list li {
        font-size: 18px;
        line-height: 25px;
    }
    .skw-page__half--left .skw-page__content {
        padding-left: 10%;
        padding-right: 23%;
    }
    .skw-page__half--left .skw-page__skewed {
        left: -33.5%;
    }
    .skw-page__half--left {
        width: 48%;
    }
    .skw-page__half--right {
        left: 50%;
        transform: translate3d(32.4vh, -100%, 0);
        width: 52%;
    }
    .skw-page__half--right .skw-page__skewed {
        right: -42%;
    }
}
@media(max-width: 767px){
    .partners-title {
        padding: 40px 0 40px;
        background: #31468c;
        color: #fff;
    }
    .custom-text {
        font-size: 16px;
        line-height: 1.45;
    }
    .hero-container h3 {
        margin-bottom: 20px;
        font-size: 18px !important;
        margin-top: 20px;
        font-weight: 400 !important;
    }
    /* NEW */
    h1.head {
        font-family: "Roboto", sans-serif;
        font-size: 32px;
        line-height: 35px;
        font-weight: 400;
    }
    p.text {
        font-size: 18px !important;
    }
    .hero-list li {
        display: flex;
        align-items: baseline;
        gap: 10px;
        font-size: 18px;
        margin-bottom: 4px;
        font-weight: 500;
    }
    .banner-content {
        row-gap: 15px;
        padding: 50px 20px 20px;
    }
    .open-account .account-box {
        padding: 40px 20px 40px;
    }
    .open-account .account-box .form-group input {
        height: 48px;
    }
    #book-a-call-form .row:not(.reverse-row):not(.contact-form) > .col-6 + .col-6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .open-account .account-box .thrty-six {
        font-size: 24px;
        line-height: 46px;
    }
    .popup p.text {
        font-size: 16px;
        line-height: 24px;
    }
    .currency_sign {
        top: 20px;
    }
    .elementor-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
    .mob-buttons {
        display: flex;
        justify-content: space-evenly !important;
        gap: 20px;
    }
    .mob-buttons a {
        margin: 0 !important;
    }
    #investment_oportunities > .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row:not(.reverse-row):not(.contact-form) > .col-6 + .col-6 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .front .col-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .front .p-2 {
        padding-bottom: 0 !important;
    }
    .card-container, .front, .back {
        height: auto !important;
    }
    .f-3 {
        transform: translateY(0px) !important;
    }
    .tbd-container .f-3 {
        transform: translateY(24px) !important;
    }
    .tbd-container .col-6 {
        display: none;
    }
    .for-farmers {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        right: auto !important;
        z-index: 1 !important;
        padding: 0 15px;
    }

    .traktor {
        max-width: 140% !important;
    }
    .proven-list li {
        font-size: 20px !important;
    }
    .proven-list li i {
        position: relative;
        top: 4px;
    }
    .col-6.text-center > img {
        margin: 20px auto;
    }
    .social {
        margin-bottom: 30px;
    }
    #mce-EMAIL {
        text-align: left !important;
    }
    .imgg,
    .imgg img {
        height: 180px !important;
    }
    .card {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .back {
        position: relative;
        top: auto;
        left: auto;
        background-color: rgb(247, 247, 247);
        height: 60px !important;
        padding-bottom: 20px;
    }
    .blue-skew-right::before {
        display: none;
    }
    .back .btn.green-bg {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        transition: all 0.25s ease-in-out;
    }
    .mb-mob-3 {
        margin-bottom: 30px !important;
    }
}