@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ZMIENNE KOLORYSTYCZNE */
:root {
    --color-yellow: #fbb03a;
    --color-yellow-light: #f8d544;
    --color-blue: #010f48;
    --color-blue-light: #01155B;
    --color-blue-dark: #133C60;
}

.mb-40 {
    margin-bottom: 40px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #133c60;
    background: #fff;
    overflow-x: hidden;
}

@media (min-width: 1310px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1280px;
    }
}

.tooltip>.tooltip-inner {
    font-size: 12px;
    font-weight: 600;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

a {
    color: #133c60;
    transition: all 400ms ease-in-out;
    text-decoration: underline;
}

a:hover {
    color: #fbb03a;
    text-decoration: underline;
}

.br-30 {
    border-radius: 30px;
}

hr {
    border: 0;
    margin: 50px 0;
    width: 100px;
    height: 1px;
    background-color: var(--color-yellow);
}

.custom-link {
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}

p {
    margin-bottom: 20px;
    line-height: 3rem;
}

p strong {
    font-weight: 700;
}

/* CUSTOM LIST */
.custom-list {
    list-style: none;
    padding-left: 10px;
}

.custom-list li {
    position: relative;
}

.custom-list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #FF9800;
    position: absolute;
    top: 14px;
    left: -12px;
}

.btn {
    position: relative;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    font-size: 1.3rem;
    border-radius: 25px;
    border: 0;
    white-space: normal;
    transition: all 400ms ease-in-out;
    text-decoration: none !important;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn img,
.btn svg {
    margin-left: 10px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: var(--color-yellow) !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--color-yellow-light) !important;
    box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    opacity: .5 !important;
}


/* Forms */
label {
    font-family: 'Prompt', sans-serif;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    display: block;
}

label span {
    text-transform: none;
}

.form-check {
    padding-left: 20px;
}

.form-check,
.form-check label {
    font-size: 1.2rem;
    color: #666;
    font-weight: 300;
}

.form-check-input {
    left: 13px;
}

.form-check a {
    color: #1c4d5a;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 20px;
}

.form-control,
.custom-select {
    position: relative;
    font-family: 'Prompt', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 15px;
    background-color: #fff;
    color: #272e33;
    border: 1px solid #fff;
    border-radius: 4px;
}

.custom-select {
    background: none;
    background-color: #fff;
    background-image: url(../img/select.svg);
    background-size: auto;
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.form-control:focus,
.custom-select:focus {
    color: #272e33;
    border-color: #fff;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 30px #ccc;
}

.form-control::-moz-placeholder,
.custom-select::-moz-placeholder,
.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
    color: #272e33;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 1;
}

button,
input[type="submit"] {
    cursor: pointer;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Prompt', sans-serif;
    color: #133c60;
    margin-bottom: 20px;
}

h1,
.h1 {
    font-size: 4rem;
}

h2,
.h2 {
    font-size: 3.6rem;
}

h3,
.h3 {
    font-size: 3.2rem;
}

h4,
.h4 {
    font-size: 2.8rem;
}

h5,
.h5 {
    font-size: 2.4rem;
}

h6,
.h6 {
    font-size: 1.8rem;
}

@media(max-width:991px) {

    h1,
    .h1 {
        font-size: 2.5rem;
    }

    h2,
    .h2 {
        font-size: 2.25rem;
    }

    h3,
    .h3 {
        font-size: 2rem;
    }

    h4,
    .h4 {
        font-size: 1.8rem;
    }

    h5,
    .h5 {
        font-size: 1.7rem;
    }

    h6,
    .h6 {
        font-size: 1.6rem;
    }
}

/* TOP */
.top {
    position: relative;
    font-size: 1.6rem;
    padding: 20px 0;
    background: #f7f7fa;
}

@media(max-width:991px) {
    .top {
        padding: 10px 0;
    }
}

/* TOP CLONED */
.top.menuPrimary.cloned {
    background: #f7f7fa;
    padding: 15px 0;
}

.top.menuPrimary.cloned .top-panel {
    display: none;
}

.top.menuPrimary.cloned .navbar {
    margin-bottom: 0;
}

.top.menuPrimary.cloned .navbar-collapse {
    top: 55px;
}

/* MENU */
.menu-container {
    margin: 0;
    padding: 0;
    text-align: right;
}

/* NAV */
.navbar {
    border: 0;
    background: none;
    font-family: 'Prompt', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0;
    z-index: 9999;
}

.navbar-toggler {
    position: relative;
    border: 0;
    border-radius: 0;
    padding-right: 0;
    outline: 0 !important;
    z-index: 99;
}

.hamburger,
.hamburger-box,
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    transition: all 400ms ease-in-out;
}

.hamburger-box {
    width: 19px;
    height: 7px;
}

.hamburger-inner:after {
    bottom: -6px;
}

.hamburger-inner:before {
    top: -6px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 19px;
    height: 2px;
    right: 0;
    background-color: var(--color-blue);
}

.hamburger-inner::before {
    width: 13px;
}

.is-active .hamburger-inner {
    width: 19px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: var(--color-blue);
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 99999;
}

.navbar .navbar-brand img {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 200px;
}

.navbar .navbar-nav {
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-item {
    padding: 0;
    position: relative;
}

.navbar .navbar-nav .nav-item a {
    position: relative;
    color: #133c60;
    display: block;
    height: 100%;
    vertical-align: middle;
    padding: 10px 0 8px;
    margin: 0 20px;
    text-align: left;
    border: 0;
    text-decoration: none;
}

.navbar .navbar-nav .nav-item.nav-item-primary a {
    color: #fff;
    background-color: #fbb03a;
    font-weight: 400;
    padding: 15px 20px;
    font-size: 1.3rem;
    border-radius: 25px;
    margin: 80px 0 0;
}

.navbar .navbar-nav .nav-item.nav-item-primary a:after {
    content: url(../img/btn-arrow.svg);
    margin-left: 10px;
}

.navbar .navbar-nav .nav-item.nav-item-primary.active>a,
.navbar .navbar-nav .nav-item.nav-item-primary>a:hover,
.navbar .navbar-nav .nav-item.nav-item-primary.active>a:hover,
.navbar .navbar-nav .nav-item.nav-item-primary.show>a {
    color: #fff;
    background-color: var(--color-yellow);
}

.navbar .navbar-nav .nav-item>a.active,
.navbar .navbar-nav .nav-item.active>a,
.navbar .navbar-nav .nav-item>a:hover,
.navbar .navbar-nav .nav-item.active>a:hover,
.navbar .navbar-nav .nav-item.show>a {
    color: #fbb03a;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 5px 20px;
    background: #f6f6f6;
    margin-bottom: 0;
    font-size: 1.4rem;
    text-decoration: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
    background: #18b5cf;
    color: #fff;
}

@media(min-width:992px) {
    .navbar .navbar-nav .nav-item.nav-item-primary {
        display: none;
    }
}

@media(max-width:991px) {
    .navbar {
        margin-bottom: 0;
    }

    .navbar .navbar-brand img {
        max-width: 180px;
    }

    .navbar .navbar-nav .nav-item a {
        height: auto;
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .navbar .navbar-nav .nav-item.nav-item-primary a {
        margin-left: 0;
    }

    .navbar .navbar-nav {
        background: transparent;
        padding: 20px;
        border-radius: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 50px;
        left: -15px;
        right: -15px;
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        padding: 0;
        width: 100%;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7f7fa;
        background-image: url(../img/mobile-menu-bg.jpg);
        background-position: center bottom;
        background-size: cover;
        z-index: 10;
        opacity: 0;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        left: 0;
        opacity: 1;
    }
}

.navbar .lets-talk .ico {
    margin-right: 15px;
}

.navbar .lets-talk .btn {
    position: relative;
    padding-right: 50px;
}

.navbar .lets-talk .btn svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: auto;
}

/* HEADER */
.header {
    position: relative;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 70px;
    color: #133c60;
}

.header .container {
    position: relative;
}

.header .scroll-down {
    position: absolute;
    bottom: -35px;
    left: 15px;
}

.header span {
    display: inline-flex;
    align-items: center;
    border-radius: 16px;
    background-color: #fff7de;
    padding: 7px 18px;
    margin: 0 0 30px;
    color: #f6c430;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.header span img {
    margin-right: 7px;
}

.header .hello svg {
    margin-right: 5px;
}

.header p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31px;
}

.header h1,
.header h2 {
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 60px;
}

.hero-image {
    width: 485px;
    height: 515px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media(max-width:991px) {
    .header {
        text-align: center;
        padding-bottom: 100px;
        margin-bottom: 100px;
    }

    .header h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .header p {
        font-size: 16px;
        line-height: 31px;
    }

    .hero-image {
        width: 100%;
        height: 470px;
        margin-top: 20px;
    }

    .header .scroll-down {
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.header-subpage {
    padding: 120px 0 180px;
}

@media(max-width:991px) {
    .header-subpage {
        padding: 30px 0 130px;
        margin: 0;
    }
}

@media(max-width:767px) {
    .header-subpage {
        padding: 30px 0 80px;
        margin: 0;
    }
}

.subpage {
    padding: 20px 0 0;
}

@media(max-width:991px) {
    .subpage {
        padding: 40px 0 0;
    }
}

.heading {
    position: relative;
    margin: 0 0 40px;
}

.heading span {
    display: inline-flex;
    align-items: center;
    border-radius: 16px;
    background-color: #fff7de;
    padding: 7px 18px;
    margin: 0 0 30px;
    color: #f6c430;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.heading h2 {
    color: #133c60;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1.04px;
    line-height: 50px;
    margin: 0;
}

.heading p {
    color: #133c60;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31px;
    margin: 0;
}

@media(max-width:991px) {
    .heading h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .heading p {
        font-size: 14px;
        line-height: 25px;
    }
}

.our-offer {
    margin: 0 0 30px;
}

.our-offer .container {
    max-width: 1143px;
}

.our-offer .box {
    margin: 0 10px 70px;
}

.our-offer .box .image {
    background-position: center bottom -1px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 50px;
}

.our-offer .box.box-left .image {
    background-image: url(../img/abuot-box-left-top.svg);
}

.our-offer .box.box-right .image {
    background-image: url(../img/abuot-box-right-top.svg);
}

.our-offer .box .image img {
    display: block;
    margin: 0 auto;
    max-height: 150px;
}

.our-offer .box .content {
    background-color: #f7f7fa;
    border-radius: 0 0 10px 10px;
    padding: 45px;
    color: #133c60;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
}

.our-offer .box .content h4 {
    font-weight: 600;
    color: #133c60;
    font-size: 24px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 40px;
    margin: 0 0 20px;
}

.our-offer .box .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-offer .box .content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 27px;
}

.our-offer .box .content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.our-offer .box.box-left .content ul li:before {
    content: url(../img/li-red.svg);
}

.our-offer .box.box-right .content ul li:before {
    content: url(../img/li-green.svg);
}

@media(max-width: 991px) {
    .our-offer {
        margin: 0;
    }

    .our-offer .box .content {
        padding: 45px 20px;
    }

    .our-offer .box .content h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 40px;
    }
}

.why-choose-us {
    color: #133c60;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    margin: 0 0 60px;
}

.why-choose-us .heading {
    margin: 0 0 15px;
}

.why-choose-us p {
    margin-bottom: 40px;
}

.why-choose-us .btn {
    margin: 0 40px 0 0;
}

@media(max-width: 991px) {
    .why-choose-us p {
        font-size: 13px;
        line-height: 25px;
    }

    .why-choose-us .btn+span {
        display: block;
        margin: 30px 0 0;
    }
}

.about-us {
    color: #133c60;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 60px;
}

.about-us .heading {
    margin: 0 0 15px;
}

@media(max-width: 991px) {
    .about-us p {
        font-size: 13px;
        line-height: 25px;
    }
}

.what-do-you-gain {
    position: relative;
    background-color: #f7f7fa;
    padding-bottom: 380px;
}

.what-do-you-gain:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 100vw;
    border-color: transparent transparent transparent #fff;
}

.what-do-you-gain .container {
    padding-top: 50px;
}

@media(max-width:991px) {
    .what-do-you-gain:before {
        border-width: 0 0 30px 100vw;
    }

    .what-do-you-gain .heading {
        margin: 0 0 30px;
    }

    .what-do-you-gain p {
        color: #133c60;
        font-size: 13px;
        line-height: 25px;
    }
}

.owl-team .box {
    box-shadow: 0 2px 50px #f7f7fa;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 40px 25px;
}

.owl-team .box img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 65px;
}

.owl-team .box span {
    color: #c2c7ca;
    font-size: 12px;
    font-weight: 500;
}

.owl-team .box .name {
    color: #133c60;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.59px;
    margin-bottom: 20px;
}

.owl-team .box p {
    color: #133c60;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.owl-carousel.owl-team .owl-dots .owl-dot {
    outline: 0 !important;
    opacity: 1 !important;
}

.owl-carousel.owl-team .owl-dots .owl-dot span {
    background-color: #fff7de;
    width: 9px;
    height: 9px;
    margin: 3px;
    opacity: 1 !important;
}

.owl-carousel.owl-team .owl-dots .owl-dot.active span,
.owl-carousel.owl-team .owl-dots .owl-dot:hover span {
    background-color: #fbb03a;
}

@media(min-width:992px) {
    .owl-carousel.owl-team .owl-stage .owl-item:nth-child(odd) .box {
        margin-top: 35px;
    }
}

.opinions {
    margin: -285px 0 90px;
}

.owl-opinions {
    padding: 0 90px;
}

@media(max-width:991px) {
    .owl-opinions {
        padding: 0;
    }
}

.owl-opinions .box {
    box-shadow: 0 2px 50px #f7f7fa;
    border-radius: 10px;
    background-color: #ffffff;
    color: #142c3f;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    padding: 30px 25px;
    position: relative;
    margin-bottom: 45px;
}

.owl-opinions .box:before {
    content: url(../img/cite.svg);
    position: absolute;
    right: 37px;
    bottom: -20px;
}

.owl-opinions .box p {
    margin: 0;
}

.owl-opinions .box .info {
    display: flex;
    align-items: center;
    margin: 35px 0 0;
}

.owl-opinions .box .info .photo {
    width: 59px;
    height: 59px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 22px 0 0;
}

.owl-opinions .box .info span {
    color: #c2c7ca;
    font-size: 12px;
    font-weight: 500;
}

.owl-opinions .box .info p {
    color: #142c3f;
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel.owl-opinions .owl-nav {
    margin: 0;
}

.owl-carousel.owl-opinions .owl-nav .owl-prev,
.owl-carousel.owl-opinions .owl-nav .owl-next {
    margin: 0;
    padding: 0;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 42px;
    height: 42px;
    outline: 0 !important;
    position: absolute;
    top: 50%;
    margin-top: -42px;
}

.owl-carousel.owl-opinions .owl-nav .owl-prev {
    background-image: url(../img/owl-left.svg);
    left: 0;
}

.owl-carousel.owl-opinions .owl-nav .owl-next {
    background-image: url(../img/owl-right.svg);
    right: 0;
}

.owl-carousel.owl-opinions .owl-nav .owl-prev:hover {
    background-image: url(../img/owl-left-h.svg);
}

.owl-carousel.owl-opinions .owl-nav .owl-next:hover {
    background-image: url(../img/owl-right-h.svg);
}

.owl-carousel.owl-opinions .owl-dots .owl-dot {
    outline: 0 !important;
    opacity: 1 !important;
}

.owl-carousel.owl-opinions .owl-dots .owl-dot span {
    background-color: #fff7de;
    width: 9px;
    height: 9px;
    margin: 3px;
    opacity: 1 !important;
}

.owl-carousel.owl-opinions .owl-dots .owl-dot.active span,
.owl-carousel.owl-opinions .owl-dots .owl-dot:hover span {
    background-color: #fbb03a;
}


@media(max-width:575px) {
    .owl-opinions .box .info {
        display: block;
    }

    .owl-opinions .box .info .photo {
        margin-bottom: 10px;
    }
}

.how-we-work {
    position: relative;
    margin-bottom: 80px;
}

.how-we-work .box {
    position: relative;
}

.how-we-work .box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: var(--color-yellow);
    margin: 0 0 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
}

.how-we-work .box .icon span {
    font-weight: 200;
}

.how-we-work .box .icon:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff7de;
}

.how-we-work .box .icon img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.how-we-work .box p {
    color: #133c60;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.how-we-work .box p span {
    color: #133c60;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.59px;
}

.faq {
    padding: 0;
}

#FaqContent {
    max-width: 750px;
    margin: 0 auto;
}

#FaqContent .btn {
    position: relative;
    text-align: left;
    justify-content: space-between;
}

#FaqContent .btn[aria-expanded=false]:before {
    content: url(../img/collapse.svg);
    transition: all 200ms ease-in-out;
    display: block;
    position: absolute;
    top: 22px;
    right: 60px;
}

#FaqContent .btn[aria-expanded=true]:before {
    content: url(../img/collapse.svg);
    transform: rotate(180deg);
    transition: all 200ms ease-in-out;
    display: block;
    position: absolute;
    top: 15px;
    right: 60px;
}

#FaqContent .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

#FaqContent .card-header .btn.btn-link {
    text-transform: none;
    padding: 30px 160px 30px 60px;
    color: #133c60;
    font-size: 18px;
    font-weight: 700;
    background-color: #f7f7fa;
    border: none;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

#FaqContent .card {
    border: 0;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 15px;
}

#FaqContent .card-body {
    background-color: #f7f7fa;
    padding: 0 160px 30px 60px;
    color: #133c60;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

#FaqContent .card-body p {
    color: #133c60;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

#FaqContent .card-body p:last-child {
    margin: 0;
}

@media(max-width:767px) {
    #FaqContent .card-header .btn.btn-link {
        padding: 20px 60px 20px 20px;
        font-size: 14px;
    }

    #FaqContent .card-body {
        padding: 0 60px 1px 20px;
    }

    #FaqContent .btn[aria-expanded=false]:before {
        top: 10px;
        right: 11px;
    }

    #FaqContent .btn[aria-expanded=true]:before {
        top: 3px;
        right: 11px;
    }
}

.get-started {
    position: relative;
    text-align: center;
    padding: 120px 0;
}

@media(max-width:991px) {
	.get-started {
		padding: 100px 0;
	}
}

.get-started-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: none;
    min-width: 100%;
    height: auto;
    z-index: -1;
    opacity: .5;
}

.get-started .heading img {
    margin: 0 0 30px;
}

.get-started .heading h2 {
    color: #133c60;
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 20px;
}

.get-started .heading p {
    color: #133c60;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
}

.get-started .btn-get-started {
    position: relative;
    display: inline-block;
}

.get-started .btn-get-started .btn {
    position: relative;
    font-size: 28px;
    border-radius: 70px;
    padding-left: 90px;
    padding-right: 30px;
}

.get-started .btn-get-started .btn span {
    font-size: 34px;
    margin-left: 15px;
    font-weight: 500;
}

.get-started .btn-get-started .btn .ico-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 58px;
    height: 57px;
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.get-started .btn-get-started .btn .ico-phone img,
.get-started .btn-get-started .btn .ico-phone svg {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.get-started .btn-get-started .btn .ico-phone svg path {
    fill: var(--color-yellow);
    transition: all 400ms ease-in-out;
}

.get-started .btn-get-started .btn:hover .ico-phone svg path {
    fill: var(--color-yellow-light);
}

@media(max-width:991px) {
    .get-started {
        padding-bottom: 100px;
    }

    .get-started .heading h2 {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .get-started .heading p {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .get-started .btn-get-started .btn {
        position: relative;
        font-size: 20px;
        padding-left: 75px;
    }

    .get-started .btn-get-started .btn span {
        font-size: 24px;
        margin-left: 10px;
    }

    .get-started .btn-get-started .btn .ico-phone {
        width: 50px;
        height: 50px;
    }
}

.get-started-one {
    overflow: hidden;
    padding: 100px 0;
    margin: 0 0 60px;
}

footer {
    position: relative;
    background-color: #f7f7fa;
    color: #133c60;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

footer .container {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

footer .container:before {
    content: "";
    position: absolute;
    height: 6px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: var(--color-yellow);
}

footer p {
    color: #133c60;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

footer .title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 17px;
}

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

footer ul li {
    margin: 0 0 15px;
}

footer .social ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.logo-footer {
    max-width: 200px;
    width: 100%;
    height: auto;
}

footer .scroll-top {
    position: absolute;
    top: -20px;
    right: 15px;
}

@media(max-width:767px) {
    footer .container {
        padding-top: 70px;
        padding-bottom: 35px;
    }
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
}

#status {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader64.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -32px 0 0 -32px;
}

/* Cookie Banner & Panel */

.cookie-banner[hidden],
.cookie-settings[hidden] {
    display: none !important;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 9999;
    padding: 0 15px;
    pointer-events: none;
}

.cookie-banner__inner {
    pointer-events: auto;
    max-width: 475px;
    margin: 0;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 50px #f7f7fa;
    border: 1px solid rgba(1, 15, 72, 0.06);
    padding: 18px 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookie-banner__text {
    flex: 1 1 520px;
}

.cookie-banner__text strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #133c60;
}

.cookie-banner__text strong:before {
    content: "🍪";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 16px;
    background-color: #fff7de;
    font-size: 14px;
}

.cookie-banner__text p {
    margin: 8px 0 0;
    color: #133c60;
    font-size: 13px;
    line-height: 25px;
}

.cookie-banner__text a {
    color: #133c60;
    text-decoration: underline;
}

.cookie-banner__text a:hover {
    color: var(--color-yellow);
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner__actions .btn {
    min-width: 160px;
}

.cookie-banner__actions .btn-link {
    min-width: auto;
    padding: 0 6px;
    font-weight: 500;
    font-size: 1.3rem;
    color: #133c60;
    text-decoration: underline;
    background: transparent;
}

.cookie-banner__actions .btn-link:hover {
    color: var(--color-yellow);
}

@media (max-width: 575px) {
    .cookie-banner {
        bottom: 10px;
    }

    .cookie-banner__inner {
        padding: 16px 16px;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__actions .btn {
        width: 100%;
    }

    .cookie-banner__actions .btn-link {
        width: 100%;
        text-align: center;
        padding: 8px 0 0;
    }
}

.cookie-settings {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.cookie-settings__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 15, 72, 0.35);
    backdrop-filter: blur(2px);
}

.cookie-settings__panel {
    position: relative;
    width: min(760px, calc(100% - 30px));
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
    border: 1px solid rgba(1, 15, 72, 0.06);
}

.cookie-settings__header {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #f7f7fa;
    border-bottom: 1px solid rgba(1, 15, 72, 0.06);
}

.cookie-settings__header h3 {
    margin: 0;
    font-size: 2.0rem;
    line-height: 1.2;
}

.cookie-settings__close {
    border: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    box-shadow: 0 2px 30px #eee;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #133c60;
    transition: all 200ms ease-in-out;
}

.cookie-settings__close:hover {
    transform: translateY(-1px);
    color: var(--color-yellow);
}

.cookie-settings__body {
    padding: 18px 20px;
    color: #133c60;
    font-size: 13px;
    line-height: 25px;
}

.cookie-settings__body p {
    margin-bottom: 12px;
}

.cookie-settings__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(1, 15, 72, 0.06);
}

.cookie-settings__item:last-of-type {
    border-bottom: 0;
}

.cookie-settings__item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.cookie-settings__item p {
    margin: 0;
    color: #133c60;
}

.cookie-settings__item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: var(--color-yellow);
    cursor: pointer;
}

.cookie-settings__item input[type="checkbox"][disabled] {
    cursor: not-allowed;
    opacity: .7;
}

.cookie-settings__footer {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background: #f7f7fa;
    border-top: 1px solid rgba(1, 15, 72, 0.06);
}

.cookie-settings__footer .btn {
    min-width: 190px;
}

@media (max-width: 575px) {
    .cookie-settings__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-settings__footer .btn {
        width: 100%;
    }
}

.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #133c60 !important;
    background-color: #fff !important;
    border: 1px solid rgba(1, 15, 72, 0.18) !important;
    box-shadow: none !important;
}

.btn-outline-primary:hover {
    color: #133c60 !important;
    background-color: #fff7de !important;
    border-color: var(--color-yellow) !important;
    box-shadow: none !important;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
    color: #133c60 !important;
    background-color: #fff7de !important;
    border-color: var(--color-yellow) !important;
    box-shadow: none !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    opacity: .5 !important;
}