@charset "UTF-8";
.g-color {
    color: #e34133;
}
.g-bg-color {
    background-color: #e34133 !important;
}
.tw-color {
    color: #4EA5D9;
}
.fb-color {
    color: #4267B2;
}
.fb-bg-color {
    background-color: #4267B2;
}
.ln-color {
    color: #0077B5;
}
.ig-color {
    color: #2D333B;
}
.yt-color {
    color: #871b1e;
}
.transition1 {
    transition: all 0.25s ease-in-out 0s;
}
.transition2 {
    transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}
/* scrollbar */
::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #000;
}
* {
    scrollbar-color: #000 #e5e5e5;
    scrollbar-width: thin;
}
/* selection */
::-moz-selection {
    color: #fff;
    background: #000;
}
::selection {
    color: #fff;
    background: #000;
}
:focus {
    outline: none !important;
}
button:focus {
    outline: none !important;
}
p {
    font-family: "Roboto", sans-serif;
    line-height: 36px;
    font-size: 24px;
    word-break: break-word;
    font-weight: 300;
}
textarea {
    resize: vertical;
}
.max-180 {
    max-width: 180px;
}
.line-height-small {
    line-height: 1.1;
}
.line-height-normal {
    line-height: 1.5;
}
.line-height-big {
    line-height: 1.8;
}
.hidden {
    display: none;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.roboto {
    font-family: "Roboto", sans-serif !important;
}
.nunito {
    font-family: "Nunito Sans", sans-serif !important;
}
.normal {
    font-weight: 400 !important;
}
.medium {
    font-weight: 500 !important;
}
.semibold {
    font-weight: 600 !important;
}
b, strong, .bold {
    font-weight: 700 !important;
}
.white {
    color: #fff !important;
}
.lightGray {
    color: #F8F9FA !important;
}
.gray {
    color: #e5e5e5 !important;
}
.midGray {
    color: #969696 !important;
}
.darkGray {
    color: #333 !important;
}
.red {
    color: #871b1e !important;
}
.black {
    color: #000 !important;
}
.green {
    color: #C7CB50 !important;
}
.darkGreen {
    color: #919430 !important;
}
.blue {
    color: #31468C !important;
}
.white-bg {
    background-color: #fff !important;
}
.lightGray-bg {
    background-color: #F8F9FA !important;
}
.gray-bg {
    background-color: #e5e5e5 !important;
}
.midGray-bg {
    background-color: #969696 !important;
}
.darkGray-bg {
    background-color: #333 !important;
}
.red-bg {
    background-color: #871b1e !important;
}
.black-bg {
    background-color: #000 !important;
}
.green-bg {
    background-color: #C7CB50 !important;
}
.darkGreen-bg {
    background-color: #919430 !important;
}
.blue-bg {
    background-color: #31468C !important;
}
.btn.white-bg {
    color: #333;
    border: 1px solid #e5e5e5;
}
.btn.gray-bg {
    color: #333;
}
.btn.lightGray-bg {
    color: #333;
}
.btn.gray-bg {
    color: #333;
}
.btn.midGray-bg {
    color: #969696;
}
.btn.darkGray-bg {
    color: #fff;
}
.btn.red-bg {
    color: #fff;
}
.btn.blue-bg {
    color: #fff;
}
.btn.green-bg {
    color: #fff;
}
.btn-badge.white-bg:hover, body .btn.white-bg:hover, button.white-bg:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000;
}
.btn-badge.lightGray-bg:hover, .btn.lightGray-bg:hover, button.lightGray-bg:hover {
    background-color: #e5e5e5 !important;
}
.btn-badge.gray-bg:hover, .btn.gray-bg:hover, button.gray-bg:hover {
    background-color: #969696 !important;
}
.btn-badge.midGray-bg:hover, .btn.midGray-bg:hover, button.midGray-bg:hover {
    background-color: #333 !important;
}
.btn-badge.darkGray-bg:hover, .btn.darkGray-bg:hover, button.darkGray-bg:hover {
    background-color: #666 !important;
}
.btn-badge.red-bg:hover, .btn.red-bg:hover, button.red-bg:hover {
    background-color: #680a00 !important;
}
.btn-badge.black-bg:hover, .btn.black-bg:hover, button.black-bg:hover {
    background-color: #969696 !important;
}
.btn-badge.green-bg:hover, .btn.green-bg:hover, button.green-bg:hover {
    background-color: #919430 !important;
}
.btn-badge.blue-bg:hover, .btn.blue-bg:hover, button.blue-bg:hover {
    background-color: #182a68 !important;
}
.btn.fb-bg-color {
    background-color: #4267B2 !important;
}
.btn.fb-bg-color:hover {
    background-color: #224385 !important;
}
.btn.g-bg-color {
    background-color: #af2f23 !important;
}
.btn.g-bg-color:hover {
    background-color: #af2f23 !important;
}
.link.link-white:hover {
    color: #F8F9FA !important;
}
.link.link-lightGray:hover {
    color: #e5e5e5 !important;
}
.link.link-gray:hover {
    color: #969696 !important;
}
.link.link-midGray:hover {
    color: #333 !important;
}
.dark-form .link.link-midGray:hover {
    color: #fff !important;
}
.link.link-darkGray:hover {
    color: #000 !important;
}
.link.link-red:hover {
    color: #680a00 !important;
}
.link.link-black:hover {
    color: #666 !important;
}
.link:hover {
    text-decoration: underline;
}
.link {
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    line-height: 1;
}
.invert {
    filter: invert(1);
}
a:hover .invert {
    filter: invert(0) !important;
}
.m-auto {
    margin: auto;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 10px !important;
}
.m-2 {
    margin: 20px !important;
}
.m-3 {
    margin: 30px !important;
}
.m-4 {
    margin: 40px !important;
}
.m-5 {
    margin: 50px !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt--100 {
    margin-top: -100px !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.mb-5 {
    margin-bottom: 50px !important;
}
.mb-6 {
    margin-bottom: 60px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-150 {
    margin-bottom: 130px !important;
}
.ml-auto {
    margin-left: auto !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-05 {
    margin-left: 5px !important;
}
.ml-1 {
    margin-left: 10px !important;
}
.ml-2 {
    margin-left: 20px !important;
}
.ml-3 {
    margin-left: 30px !important;
}
.ml-4 {
    margin-left: 40px !important;
}
.ml-5 {
    margin-left: 50px !important;
}
.ml-6 {
    margin-left: 60px !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-05 {
    margin-right: 5px !important;
}
.mr-1 {
    margin-right: 10px !important;
}
.mr-2 {
    margin-right: 20px !important;
}
.mr-3 {
    margin-right: 30px !important;
}
.mr-4 {
    margin-right: 40px !important;
}
.mr-5 {
    margin-right: 50px !important;
}
.mr-6 {
    margin-right: 60px !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-05 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}
.mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}
.mx-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}
.mx-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto !important;
}
.my-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.my-05 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 10px !important;
}
.p-2 {
    padding: 20px !important;
}
.p-3 {
    padding: 30px !important;
}
.p-4 {
    padding: 40px !important;
}
.p-5 {
    padding: 50px !important;
}
.p-8 {
    padding: 80px !important;
}
.p-10 {
    padding: 100px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 10px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-3 {
    padding-top: 30px !important;
}
.pt-4 {
    padding-top: 40px !important;
}
.pt-5 {
    padding-top: 50px !important;
}
.pt-6 {
    padding-top: 60px !important;
}
.pt-7 {
    padding-top: 70px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-200 {
    padding-top: 200px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 10px !important;
}
.pb-2 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-3 {
    padding-bottom: 30px !important;
}
.pb-4 {
    padding-bottom: 40px !important;
}
.pb-5 {
    padding-bottom: 50px !important;
}
.pb-7 {
    padding-bottom: 70px !important;
}
.pb-8 {
    padding-bottom: 80px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 10px !important;
}
.pl-2 {
    padding-left: 20px !important;
}
.pl-3 {
    padding-left: 30px !important;
}
.pl-4 {
    padding-left: 40px !important;
}
.pl-5 {
    padding-left: 50px !important;
}
.pl-75 {
    padding-left: 75px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
.pl-120 {
    padding-left: 120px !important;
}
.pl-150 {
    padding-left: 150px !important;
}
.pl-200 {
    padding-left: 200px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 10px !important;
}
.pr-2 {
    padding-right: 20px !important;
}
.pr-3 {
    padding-right: 30px !important;
}
.pr-4 {
    padding-right: 40px !important;
}
.pr-5 {
    padding-right: 50px !important;
}
.pr-75 {
    padding-right: 75px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.pr-120 {
    padding-right: 120px !important;
}
.pr-150 {
    padding-right: 150px !important;
}
.pr-200 {
    padding-right: 200px !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}
.px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}
.f-0 {
    font-size: 0 !important;
}
.f-10 {
    font-size: 10px !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-32 {
    font-size: 32px !important;
}
.f-36 {
    font-size: 36px !important;
}
.f-40 {
    font-size: 40px !important;
}
.f-48 {
    font-size: 48px !important;
}
.f-64 {
    font-size: 64px !important;
}
.cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.no-border {
    border: none !important;
}
.left-border {
    border-left: 1px solid #e5e5e5 !important;
}
.top-border {
    border-top: 1px solid #e5e5e5 !important;
}
.right-border {
    border-right: 1px solid #e5e5e5 !important;
}
.bottom-border {
    border-bottom: 1px solid #e5e5e5 !important;
}
.radius-5 {
    border-radius: 5px !important;
}
.radius-10 {
    border-radius: 10px !important;
}
.radius-20 {
    border-radius: 20px !important;
}
.radius-50 {
    border-radius: 50px !important;
}
h1, .h1 {
    font-weight: 900;
    font-size: 52px !important;
    line-height: 70px;
}
h2, .h2-big {
    font-weight: 900;
    font-size: 48px !important;
    line-height: 64px;
}
h2, .h2 {
    font-weight: 900;
    font-size: 36px !important;
    line-height: 50px;
}
h3, .h3 {
    font-weight: 900;
    font-size: 24px !important;
}
h4, .h4 {
    font-weight: 900;
    font-size: 20px !important;
}
h5, .h5 {
    font-weight: 900;
    font-size: 16px !important;
}
h6, .h6 {
    font-weight: 900;
    font-size: 14px !important;
}
h1.big-title {
    font-size: 64px !important;
}
h1.secondary, .h1.secondary {
    color: #333;
}
h2.secondary, .h2.secondary {
    color: #333;
}
h3.secondary, .h3.secondary {
    color: #333;
}
h4.secondary, .h4.secondary {
    color: #333;
}
h5.secondary, .h5.secondary {
    color: #333;
}
.position-relative {
    position: relative;
}
.with-line {
    position: relative;
}
.with-line::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #871b1e;
    position: absolute;
    bottom: -24px;
    left: 0;
}
a, button {
    transition: all 0.25s ease-in-out 0s;
}
img {
    max-width: 100%;
    display: block;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #e5e5e5;
    margin: 30px 0;
}
.hide, .d-none {
    display: none !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-vertical {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.container {
    margin: auto;
    max-width: 1280px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container640 {
    margin: auto;
    max-width: 640px;
    width: 640px;
    padding-left: 15px;
    padding-right: 15px;
}
.container1200 {
    margin: auto;
    max-width: 1200px;
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.container1320 {
    margin: auto;
    max-width: 1320px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container1500 {
    margin: auto;
    max-width: 1500px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.transition1 {
    transition: all 0.25s ease-in-out 0s;
}
.transition2 {
    transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}
.overflow {
    overflow: hidden;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex {
    display: flex !important;
}
.nowrap {
    flex-wrap: nowrap;
}
.h100 {
    height: 100%;
}
.h100vh {
    height: 100vh;
}
.h-auto {
    height: auto !important;
}
.h450 {
    height: 23.45vw;
}
.h360 {
    height: 18.75vw;
}
.d-block {
    display: block;
}
.w100 {
    width: 100%;
}
.aic {
    align-items: center !important;
}
.ail {
    align-items: flex-start !important;
}
.air {
    align-items: flex-end !important;
}
.jcr {
    justify-content: flex-end !important;
}
.jcl {
    justify-content: flex-start !important;
}
.jcsb {
    justify-content: space-between !important;
}
.jcc {
    justify-content: center !important;
}
[class*=col-] {
    position: relative;
}
.big-gap {
    margin-right: -30px;
    margin-left: -30px;
}
.big-gap [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}
.normal-gap [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}
.small-gap {
    margin-right: -8px;
    margin-left: -8px;
}
.small-gap [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}
.col-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.col-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.col-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-2-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    flex: 0 0 auto;
    max-width: 20%;
}
.col-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
@media (max-width: 767px) {
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2-5, .col-2 {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container640 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .row-vertical {
        margin-right: -10px;
        margin-left: -10px;
    }
}
body {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}
body.show-popup {
    overflow: hidden;
}
body main {
    position: relative;
    overflow-x: hidden;
}
section {
    padding: 100px 0px;
    position: relative;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 50px;
    height: 100px;
    width: 100%;
    transition: all 0.25s ease-in-out 0s;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(119, 131, 143, 0.2);
}
header ul {
    display: flex;
}
header ul>li>a:not(.btn) {
    color: #31468C;
}
header ul>li>a:not(.btn):hover {
    opacity: 0.4 !important;
}
header .logo {
    width: 195px;
    height: 69px;
}
header.transparent ul>li>a:not(.btn) {
    color: #fff;
}
header.transparent ul>li>a:not(.btn):hover {
    opacity: 0.6 !important;
}
header.transparent {
    background: rgba(20, 33, 43, 0.25);
}
header.nav-up {
    top: -100px;
}
header:not(.transparent) .btn.btn-border {
    border-color: #31468C !important;
    color: #31468C !important;
}
header:not(.transparent) .btn.btn-border:hover {
    border-color: #C7CB50 !important;
    color: #fff !important;
}
.right-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.dropdown-button {
    z-index: 11;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.dropdown {
    position: relative;
}
.dropdown>.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    width: auto;
    z-index: 12;
    background: #fff;
    transition: all 0.25s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
}
.dropdown>.dropdown-menu.drop-right {
    right: 0;
    left: auto;
}
.dropdown>.dropdown-menu>li {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.dropdown>.dropdown-menu>li:last-of-type {
    margin-bottom: 0px;
}
.dropdown>.dropdown-menu>li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    transition: all 0.25s ease-in-out 0s;
    white-space: nowrap;
}
.dropdown>.dropdown-menu>li a img {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.dropdown>.dropdown-menu>li a:hover {
    color: #871b1e;
}
.dropdown.opened>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
}
.dropdown.opened>.dropdown-button {
    color: #333;
}
.dropdown.opened>.dropdown-button:hover {
    color: #333;
    background: #fff;
}
.dropdown.opened>.panel-button {
    z-index: 13;
}
.btn {
    min-height: 48px;
    min-width: 120px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out 0s;
    border-radius: 50px;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.btn.btn-sm {
    min-height: 30px;
    padding: 0 15px;
}
.btn.btn-xs {
    min-height: 24px;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 10px !important;
}
.btn.btn-xs.no-hover {
    pointer-events: none;
}
.btn.btn-wide {
    padding: 0 50px;
}
.btn.btn-tall {
    height: 80px;
    font-size: 20px;
}
.btn.btn-border {
    border-radius: 50px;
    border: 1px solid #e5e5e5;
}
.btn.btn-border:hover {
    border-color: #C7CB50;
    background: #C7CB50;
}
.btn.btn-border:hover img {
    filter: invert(1);
}
.btn.btn-badge {
    width: 40px;
    padding: 0 10px;
}
.overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}
.overlay .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
    transform: translate(-50%, -50%) scale(1.05);
    width: 100%;
    max-width: 600px;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    padding: 70px 80px;
}
.overlay .popup.small-padding {
    padding: 25px 50px;
}
.overlay .popup.small-padding .popup-body {
    padding: 0px 50px 25px 50px;
}
.overlay .popup .popup-body {
    padding: 0 80px 60px;
}
.overlay .popup .popup-header {
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}
.show-popup .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.show-popup .overlay .popup.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.close_page {
    position: absolute;
    top: 0;
    right: 0;
    color: #e5e5e5;
    line-height: 30px;
    font-size: 40px;
    padding: 20px;
    cursor: pointer;
}
.close_page:hover {
    color: #333;
}
.close-popup {
    cursor: pointer;
}
.close-popup:hover {
    opacity: 0.5;
}
.input-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.line-input {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    background: #fff;
}
.line-input.no-bg {
    background: rgba(0, 0, 0, 0);
}
.line-input:focus, .line-input:active {
    border-color: #000;
}
.round-select {
    width: auto;
    height: 56px;
    border-radius: 30px;
    padding: 0px 45px 0px 25px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    background: #F8F9FA url(../images/arrow-down.svg) no-repeat right 30px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.round-select:hover {
    border-color: #bcbcbc;
    cursor: pointer;
}
.line-select {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #D4D8DD;
    font-size: 18px;
    background: #fff url(../images/select-arrow.png) no-repeat right 15px center;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select:valid+.select-label {
    opacity: 1;
}
select:invalid {
    color: gray;
    outline: 0 !important;
    box-shadow: none !important;
}
select:valid+.select-label {
    opacity: 0.3;
    transform: translateY(-50%);
}
select+.select-label {
    position: absolute;
    transition: all 0.25s ease-in-out 0s;
    top: 0;
    left: 0;
    transform: translateY(0%);
    opacity: 0;
    font-size: 14px;
}
.clear_select {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    font-size: 30px;
    display: none;
    line-height: 1;
    height: 40px;
    cursor: pointer;
}
.clear_select:hover {
    opacity: 0.5;
}
textarea.line-input {
    line-height: 1.4;
    min-height: 250px;
    padding: 25px;
    border: 1px solid #e5e5e5;
}
.line-input:-moz-placeholder-shown+.input-label {
    opacity: 0;
    top: 17px;
    font-size: 18px;
}
.line-input:placeholder-shown+.input-label {
    opacity: 0;
    top: 17px;
    font-size: 18px;
}
.input-label {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 1px;
    opacity: 0.4;
    top: -10px;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
    pointer-events: none;
    text-align: left;
}
.big-header-image {
    height: calc(100vh - 100px);
    padding: 0 !important;
    margin: 0;
    position: relative;
}
.small-header-image {
    min-height: 600px;
    padding: 0 !important;
    margin: 0;
    position: relative;
}
.small-header-image .image-overlay img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 600px;
}
.smaller-header-image {
    min-height: 300px;
    padding: 0 !important;
    margin: 0;
    position: relative;
}
.panel {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    align-items: center;
    justify-content: flex-start;
}
.panel.big-padding {
    padding: 50px 60px;
}
.panel.dark-panel {
    background: #333;
}
.panel.with-shadow {
    box-shadow: 20px 0px 30px rgba(212, 216, 221, 0.15);
}
.panel .panel-header {
    width: 100%;
    padding: 30px;
    text-align: center;
}
.panel .panel-header.help-panel-header {
    padding: 50px 30px 30px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.panel .panel-header.help-panel-header p {
    font-size: 16px;
}
.panel .panel-body {
    width: 100%;
    padding: 50px;
}
.hero-container {
    position: absolute;
    top: 50%;
    left: 150px;
    z-index: 10;
    transform: translateY(-50%);
    max-width: 1000px;
    margin-top: 4vw;
}
.hero-container h1 {
    font-size: 64px !important;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 64px;
}
.hero-container h3 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px !important;
	margin-top: 40px;
	font-weight: 300 !important;
	font-family: "Roboto", sans-serif;
}
.hero-banner {
    position: relative;
    height: 100vh;
}
.hero-banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
footer ul li {
    line-height: 1.4;
    padding-bottom: 0px;
    font-weight: 300;
    font-size: 14px;
}
footer ul li a:hover {
    color: #871b1e;
    text-decoration: underline;
}
footer ul:last-of-type {
    margin-bottom: 0 !important;
}
footer .footer-menu-title {
    font-weight: 600;
    margin-bottom: 30px;
}
.footer-logo {
    width: 140px;
}
.footer-social {
    display: flex;
    align-items: center;
}
.footer-social a {
    display: block;
    height: 45px;
    width: 45px;
    margin: 0 8px;
}
.footer-social a:hover {
    opacity: 0.4;
}
.sticky {
    position: sticky;
    top: calc(100px + 20px);
}
body .mobile {
    display: none !important;
}
body .mobile-flex {
    display: none !important;
}
body .mobile-inline {
    display: none !important;
}
body .desktop {
    display: block !important;
}
body .desktop-flex {
    display: flex !important;
}
body .desktop-inline {
    display: inline-block !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
    filter: none !important;
}
.team-img {
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}
.team-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}
.team-info {
    background: #fff;
    color: #000;
    width: 90%;
    margin: -60px auto 0;
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.swiper.team-slider {
    padding-bottom: 12px;
}
.team-info .social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    margin: -45px auto 15px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    color: #31468c;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.team-job-title {
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    font-weight: 300;
}
.swiper-team-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
}
.team .section-head {
    max-width: 800px;
    margin: 0 auto 60px;
}
.calculator {
    padding: 80px 0;
    background: #31468c;
    color: #fff;
}
.team {
    padding: 80px 0;
    background: #31468c;
    color: #fff;
}
.partner-slider .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.partner-slider .swiper-slide {
    display: flex;
    height: 100px;
    width: auto;
    align-items: center;
}
.partner-slider .swiper-slide a:hover {
    opacity: 0.6;
}
.partner-slider .swiper-slide a {
    transition: all 0.25s ease-in-out 0s;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}
.hazelnuts-floating {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 11;
    width: 20vw;
    transform: translateY(7vw);
}
#farmers ul {
    margin: 50px 0 0;
    padding-left: 30px;
    color: #31468C;
}
#farmers ul li {
    font-size: 24px;
    color: #31468C;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
}
/* #farmers ul li::before {
content: "›";
position: absolute;
top: -8px;
left: -25px;
font-size: 36px;
color: #C7CB50;
} */
.far.green.fa-check-circle {
    position: absolute;
    top: 5px;
    left: -31px;
    z-index: 1;
    font-size: 22px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #31468c;
}
textarea.form-control {
    min-height: 200px;
}
.selectt {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #31468c;
}
.selectt-container::before {
    content: "▼";
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 14px;
    color: #31468c;
    z-index: 1;
    pointer-events: none;
}
.social {
    display: flex;
    align-items: center;
}
.social a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #31468c;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.25s ease-in-out 0s;
}
.social a:hover {
    background: #182a68 !important;
}
footer .social a:hover {
    background: #919430 !important;
}
.newsletter-form input {
    background: #fff;
    border: none;
    height: 55px;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
}
.newsletter-form button {
    background-color: #C7CB50 !important;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 20px;
}
.newsletter-form button:hover {
    opacity: 0.6;
}
footer ul li a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 36px;
}
.mobile-menu {
    display: none;
    height: 20px;
    width: 22px;
    margin-left: auto;
}
.transparent-btn {
    background: rgba(0, 0, 0, 0);
    border-radius: 40px;
    border: 1px solid #fff;
}
.transparent-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #31468c !important;
}

/* RESPONSIVE */
@media (min-width: 1367px) and (max-width: 1599px) {
    body {
        padding: 0;
    }
    h1, .h1 {
        font-weight: normal;
        font-size: 51.2px !important;
        line-height: 1.15;
    }
    h2, .h2-big {
        font-weight: normal;
        font-size: 38.4px !important;
        line-height: 1.15;
    }
    h2, .h2 {
        font-weight: normal;
        font-size: 28.8px !important;
        line-height: 1.15;
    }
    h3, .h3 {
        font-weight: normal;
        font-size: 20px !important;
    }
    h4, .h4 {
        font-weight: normal;
        font-size: 17.6px !important;
    }
    h5, .h5 {
        font-weight: normal;
        font-size: 16px !important;
    }
    h6, .h6 {
        font-weight: normal;
        font-size: 14px !important;
    }
    section {
        padding: 80px 0;
    }
}
@media (min-width: 1025px) and (max-width: 1365px) {
    body {
        padding: 0;
    }
    h1, .h1 {
        font-weight: normal;
        font-size: 51.2px !important;
        line-height: 1.15;
    }
    h2, .h2-big {
        font-weight: normal;
        font-size: 38.4px !important;
        line-height: 1.15;
    }
    h2, .h2 {
        font-weight: normal;
        font-size: 28.8px !important;
        line-height: 1.15;
    }
    h3, .h3 {
        font-weight: normal;
        font-size: 20px !important;
    }
    h4, .h4 {
        font-weight: normal;
        font-size: 17.6px !important;
    }
    h5, .h5 {
        font-weight: normal;
        font-size: 16px !important;
    }
    h6, .h6 {
        font-weight: normal;
        font-size: 14px !important;
    }
    section {
        padding: 80px 0;
    }
}
@media (min-width: 769px) and (max-width: 1023px) {
    body {
        padding: 0;
    }
    h1, .h1 {
        font-weight: normal;
        font-size: 41.6px !important;
        line-height: 1.15;
    }
    h2, .h2-big {
        font-weight: normal;
        font-size: 35.2px !important;
        line-height: 1.15;
    }
    h2, .h2 {
        font-weight: normal;
        font-size: 25.6px !important;
        line-height: 1.15;
    }
    h3, .h3 {
        font-weight: normal;
        font-size: 20px !important;
    }
    h4, .h4 {
        font-weight: normal;
        font-size: 17.6px !important;
    }
    h5, .h5 {
        font-weight: normal;
        font-size: 16px !important;
    }
    h6, .h6 {
        font-weight: normal;
        font-size: 14px !important;
    }
    section {
        padding: 40px 0;
    }
    .mobile-menu {
        display: inline-block;
    }
    header.transparent .mobile-menu path {
        fill: #fff;
    }
}
@media (max-width: 767px) {
    .partner-slider .swiper-wrapper {
        justify-content: flex-start;
        flex-wrap: unset;
        gap: unset;
    }
    h1, .h1 {
        font-weight: normal;
        font-size: 30px !important;
        line-height: 1.15;
    }
    h2, .h2-big {
        font-weight: normal;
        font-size: 26px !important;
        line-height: 1.15;
    }
    h2, .h2 {
        font-weight: normal;
        font-size: 22px !important;
        line-height: 1.15;
    }
    h3, .h3 {
        font-weight: normal;
        font-size: 20px !important;
    }
    h4, .h4 {
        font-weight: normal;
        font-size: 16px !important;
    }
    h5, .h5 {
        font-weight: normal;
        font-size: 16px !important;
    }
    h6, .h6 {
        font-weight: normal;
        font-size: 14px !important;
    }
    body .mobile {
        display: block !important;
    }
    body .mobile-flex {
        display: flex !important;
    }
    body .mobile-inline {
        display: inline-block !important;
    }
    body .desktop {
        display: none !important;
    }
    body .desktop-flex {
        display: none !important;
    }
    body .desktop-inline {
        display: none !important;
    }
    .big-gap {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .big-gap [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mb-5 {
        margin-bottom: 25px !important;
    }
    .pb-5 {
        padding-bottom: 25px !important;
    }
    .mb-mob-3 {
        margin-bottom: 30px;
    }
    .mb-mob-0 {
        margin-bottom: 0px !important;
    }
    .mt-mob-0 {
        margin-top: 0px !important;
    }
    .mb-80 {
        margin-bottom: 40px !important;
    }
    .mob-jcc {
        justify-content: center !important;
    }
    .mob-text-center {
        text-align: center !important;
    }
    .pr-mob-0 {
        padding-right: 0 !important;
    }
    .footer-disclamer {
        padding-right: 0 !important;
        font-size: 14px !important;
    }
    .team-img {
        height: 380px;
        overflow: hidden;
        border-radius: 15px;
    }
    body .team .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #fff;
        padding: 6px;
    }
    body .partners-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #31468c;
    }
    .swiper-partner-pagination {
        text-align: center;
    }
    .partners-section .img-fluid {
        width: 80%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .container640,
    .container1200,
    .container1320,
    .container1500 {
        width: 100%;
        max-width: 100%;
    }
    header {
        padding: 0 15px;
        height: 60px;
    }
    header .logo {
        width: 125px;
        height: 60px;
    }
    body header ul.flex.aic {
        transition: all 0.25s ease-in-out 0s;
    }
    section {
        padding: 50px 0;
    }
    .hero-container h1 {
        font-size: 30px !important;
        line-height: 36px;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    p {
        line-height: 30px;
        font-size: 18px;
    }
    .hero-container {
        left: 30px;
        max-width: calc(100% - 60px);
    }
    .hero-banner {
        position: relative;
        height: 85vh;
    }
    .col-6.py-6.flex.aic {
        margin-top: 0;
    }
    .px-6 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    [class*=offset-] {
        margin-left: 0 !important;
    }
    .f-40 {
        font-size: 26px !important;
        line-height: 1.1;
    }
    #farmers ul li {
        font-size: 20px;
        color: #31468C;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        margin-bottom: 20px;
        position: relative;
    }
    .hazelnuts-floating {
        position: absolute;
        bottom: 0;
        right: 20px;
        z-index: 11;
        width: 40vw;
        transform: translateY(12vw);
    }
    .row.contact-form>.col-6+.col-6 {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    .row:not(.reverse-row):not(.contact-form)>.col-6+.col-6 {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .panel .row .col-6+.col-6,
    .row.reverse-row>.col-6+.col-6 {
        margin-bottom: 50px;
        margin-top: 0;
    }
    header:not(.transparent) ul {
        background: #fff !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .col-6.py-6.flex.aic {
        padding-top: 0 !important;
    }
    .mobile-menu {
        display: inline-block;
    }
    header.transparent .mobile-menu path {
        fill: #fff;
    }
    .reverse-row {
        flex-direction: column-reverse;
    }
    .col-6.pl-0 {
        padding-right: 0;
    }
    body header ul.mobile-dropmenu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        display: flex !important;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: -10px;
        margin: 0 !important;
        width: calc(100% + 20px);
        background: rgba(5, 5, 5, 0.85);
        padding: 20px 0;
        z-index: -1;
        padding-top: 70px;
    }
    body header ul.mobile-dropmenu.show-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .btn {
        min-height: 41px;
        min-width: 105px;
        padding: 0 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease-in-out 0s;
        border-radius: 50px;
        font-weight: 900;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    header ul>li>a:not(.btn) {
        color: #31468C;
        margin: 0 0 10px !important;
        display: block;
    }
    header ul>li.mobile-flex a {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    header ul>li.mobile-flex {
        margin-bottom: 15px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
    }
    .col-6.pl-75 {
        padding-left: 30px !important;
    }
    footer * {
        text-align: center !important;
    }
    footer .col-3>.pl-5 {
        padding-left: 0px !important;
    }
    footer .social {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .max-180 {
        max-width: 180px;
        margin: 0 auto 0;
    }
    footer ul li p.jcl {
        text-align: center !important;
        justify-content: center !important;
    }
    footer .col-6+.col-6 {
        margin: 20px 0 !important;
    }
    .col-6.pl-75 {
        padding-left: 15px !important;
    }
    .col-5+.col-7 {
        margin-bottom: 40px;
    }
    .col-7+.col-5 {
        margin-top: 40px;
    }
    .px-100 {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
    .row.big-gap.reverse-row .col-6.pl-0 {
        margin-bottom: 0 !important;
    }
    .swiper-team-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
        margin-top: 30px;
    }
    .team {
        padding: 50px 0 20px;
        background: #31468c;
        color: #fff;
    }
    footer .col-3+.col-3 {
        margin-top: 30px;
    }
    .footer-disclamer.white {
        padding: 0 !important;
        margin: 20px auto !important;
    }
    #mc_embed_signup .button {
        right: 2px !important;
    }
    #mc_embed_signup .mc-field-group {
        width: 92% !important;
    }
    #mc_embed_signup .mc-field-group {
        margin-left: 4% !important;
    }
    .pl-2.ml-1.position-relative:first-child {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    h3.f-32 {
        font-size: 24px !important;
    }
    .selectt-container::before {
        top: 15px;
        right: 35px;
    }
    .row:not(.reverse-row):not(.contact-form)>.col-6+.col-6.mb-mob-0 {
        margin-top: 0;
    }
    .h100 {
        height: auto !important;
    }
}
/*# sourceMappingURL=style.css.map */