body.page-template:has(.page-template-full-width) .page-hero {    height: auto;    min-height: unset;    display: flex;    align-items: center;    justify-content: start;    padding: 50px 0;}body.page-template:has(.page-template-full-width) .page-hero .container {    padding-right: 25%;}body.page-template:has(.page-template-full-width) .page-hero .wp-block-image {    width: 100%;    height: 100%;    object-fit: cover;    min-height: unset;}body.page-template:has(.page-template-full-width) .page-hero .wp-block-image img {    max-height: unset;}@media (max-width: 767px) {    body.page-template:has(.page-template-full-width) .page-hero {        height: auto;        padding: 0;    }    body.page-template:has(.page-template-full-width) .page-hero .container {        padding-left: 0;        padding-right: 0;    }}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .page-hero .container {        padding-right: 0;    }}body.page-template:has(.page-template-full-width) .container#content {    max-width: 100%;    width: auto !important;    padding: 0;}body.page-template:has(.page-template-full-width) .container#content .row > * {    padding: 0;}body.page-template:has(.page-template-full-width) .block {    margin-bottom: 100px;}@media (max-width: 767px) {    body.page-template:has(.page-template-full-width) .block {        margin-bottom: 50px;    }}body.page-template:has(.page-template-full-width) .split {    display: grid;    grid-template-columns: 1fr 1fr;    align-items: center;    gap: 4rem;}body.page-template:has(.page-template-full-width) .intro .text {    padding: 50px 0;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .split {        display: flex;        flex-direction: column;    }    body.page-template:has(.page-template-full-width) .intro .text {        padding: 0;    }}body.page-template:has(.page-template-full-width) .split .wp-block-image {    position: relative;    height: 100%;    width: 100%;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .split .wp-block-image {        order: 9;    }}body.page-template:has(.page-template-full-width) .split .wp-block-image img {    object-fit: cover;    width: 100%;    height: 100%;}body.page-template.page-template-page-templates.page-template-template-page:has(.page-template-full-width) p {    line-height: 31px;}body.page-template:has(.page-template-full-width) .container#content h2 {    font-weight: 600;}body.page-template:has(.page-template-full-width) .container#content a.btn {    padding: 17px 33px;}body.page-template:has(.page-template-full-width) .quotes {    text-align: center;}body.page-template:has(.page-template-full-width) .quotes ul {    list-style: none;    display: grid;    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));    gap: 20px;    margin: 0;    padding: 0;}body.page-template:has(.page-template-full-width) .quotes li {    background-color: #e9f5ff;    padding: 60px 28px 28px;    position: relative;    text-align: left;}body.page-template:has(.page-template-full-width) .quotes li p {    margin: 0;}body.page-template:has(.page-template-full-width) .quotes li p:before,body.page-template:has(.page-template-full-width) .quotes li p:after {    content: '"';}body.page-template:has(.page-template-full-width) .quotes li:before {    content: '"';    color: #b2d7f6;    position: absolute;    top: 26px;    left: 26px;    width: 2rem;    height: 1.5rem;    font-size: 5rem;    font-weight: 600;    text-align: center;    line-height: 5rem;}body.page-template:has(.page-template-full-width) .background-intro {    background: #e9f5ff;    text-align: center;    padding: 75px 0;}body.page-template:has(.page-template-full-width) .full-width .container > *:first-child {    margin-bottom: 40px;}body.page-template:has(.page-template-full-width) .background-intro .split {    padding: 0 50px;}@media (max-width: 1400px) {    body.page-template:has(.page-template-full-width) .background-intro .split {        padding: 0;    }}body.page-template:has(.page-template-full-width) .background-intro .wp-block-image img {    position: absolute;    inset: 0;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .background-intro .wp-block-image img {        position: relative;        inset: unset;        max-height: 350px;    }}@media (max-width: 767px) {    body.page-template:has(.page-template-full-width) .wp-block-image img,    body.page-template:has(.page-template-full-width) .background-intro .wp-block-image img {        max-height: 300px;    }}body.page-template:has(.page-template-full-width) .background-intro ul {    list-style: none;    margin: 0;    padding: 50px 0;    display: flex;    flex-direction: column;    gap: 2rem;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .background-intro ul {        padding: 0;    }}body.page-template:has(.page-template-full-width) .background-intro ul li {    text-align: left;    background: white;    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);    padding: 30px;}body.page-template:has(.page-template-full-width) .background-intro ul li h3 {    font-weight: 700;    margin-bottom: 5px;    font-size: 1.2rem;}body.page-template:has(.page-template-full-width) .background-intro ul li p {    margin: 0;}body.page-template:has(.page-template-full-width) .icons {    text-align: center;}body.page-template:has(.page-template-full-width) .icons ul {    list-style: none;    padding: 0;    margin: 0;    display: flex;    flex-direction: column;    gap: 1rem;}body.page-template:has(.page-template-full-width) .icons ul li {    text-align: left;    display: flex;    gap: 2rem;}body.page-template:has(.page-template-full-width) .icons.no-icons ul li {    flex-direction: column;    gap: 0;    align-items: flex-start;}body.page-template:has(.page-template-full-width) .icons ul li:last-child p:last-child {    margin-bottom: 0;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .icons ul li {        flex-direction: column;        text-align: center;        align-items: center;        gap: 1rem;    }}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .icons.no-icons ul li {        align-items: center;    }}body.page-template:has(.page-template-full-width) .icons ul li i,body.page-template:has(.page-template-full-width) .integrations-wrapper a i {    flex: 0 0 53px;    height: 53px;    border-radius: 9999px;    background: #B0CEE7;    color: #0F548F;    align-items: center;    justify-content: center;    display: flex;    font-size: 1.5rem;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .icons ul li i {        width: 53px;    }}body.page-template:has(.page-template-full-width) .integrations-wrapper a br {    display: none;}body.page-template:has(.page-template-full-width) .number-list {    text-align: center;}body.page-template:has(.page-template-full-width) .number-list > p {    margin-bottom: 40px;}body.page-template:has(.page-template-full-width) .number-list ol {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));    gap: 30px;}@media (max-width: 767px) {    body.page-template:has(.page-template-full-width) .number-list ol {        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));    }}body.page-template:has(.page-template-full-width) .number-list li {    text-align: left;    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);    background: white;    position: relative;    padding: 3rem 2rem 2rem;}body.page-template:has(.page-template-full-width) .number-list li:before,body.page-template:has(.page-template-full-width) .location:before {    content: '';    position: absolute;    top: 0;    right: 0;    left: 0;    height: 10px;    background-color: #146FBD;}body.page-template:has(.page-template-full-width) .number-list li:after {    background-color: #146FBD;    color: white;    font-size: 18px;    position: absolute;    bottom: 0;    width: auto;    height: auto;    padding: 10px 20px;}body.page-template:has(.page-template-full-width) .number-list li h6 {    font-weight: 700;    margin-bottom: 5px;    font-size: 1.2rem;}body.page-template:has(.page-template-full-width) .number-list li p {    font-size: 15px;    line-height: 27px !important;}body.page-template:has(.page-template-full-width) .contact-banner {    background-color: #0D2133;    text-align: center;}body.page-template:has(.page-template-full-width) .contact-banner h6 {    margin-bottom: 15px !important;}body.page-template:has(.page-template-full-width) .contact-banner h6,body.page-template:has(.page-template-full-width) .contact-banner p {    color: white;}body.page-template:has(.page-template-full-width) .contact-banner h6 {    font-size: 2rem;}body.page-template:has(.page-template-full-width) .contact-banner .secondary-variant-background {    background-color: white;    color: #0D2133;}body.page-template:has(.page-template-full-width) .contact-banner .secondary-variant-background:hover {    background: transparent;    color: white;    border-color: white;}body.page-template:has(.page-template-full-width) .contact-banner .btn {    margin: 0 10px 10px 10px;}@media (max-width: 500px) {    body.page-template:has(.page-template-full-width) .contact-banner .btn {        margin: 0 0 10px 0;        width: 100%;    }}@media (min-width: 991px) {    body.page-template:has(.page-template-full-width) .contact-banner .container {        padding-left: 15%;        padding-right: 15%;    }}body.page-template:has(.page-template-full-width) .contact-banner .container {    position: relative;    padding-top: 50px;    padding-bottom: 50px;}body.page-template:has(.page-template-full-width) .contact-banner .container:before {    content: "";    background-image: url("../images/contact_banner_image.png");    background-size: auto 100%;    background-repeat: no-repeat;    position: absolute;    left: 10%;    bottom: 0;    top: -50px;    width: 275px;    height: auto;    overflow: hidden;}@media (max-width: 1400px) {    body.page-template:has(.page-template-full-width) .contact-banner .container:before {        left: 0;    }}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .contact-banner .container:before {        content: none;    }}body.page-template:has(.page-template-full-width) .faq {    text-align: center;}body.page-template:has(.page-template-full-width) .faq .sp-easy-accordion {    padding: 0 15%;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .faq .sp-easy-accordion {        padding: 0;    }}body.page-template:has(.page-template-full-width) .faq .ea-card {    border-color: #e7e7e7;    text-align: left;    border-radius: 0;}body.page-template:has(.page-template-full-width) .faq .ea-card .ea-header a {    background-color: white;    color: #2a2a2a;    padding-left: 60px;    position: relative;    display: flex;}body.page-template:has(.page-template-full-width) .faq .ea-card .ea-header a .ea-expand-icon {    order: 4;    margin-left: auto;    display: flex;    align-items: center;    justify-content: center;    margin-right: 0;}body.page-template:has(.page-template-full-width) .faq .ea-card .ea-header a .ea-expand-icon:before {    content: '';    background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.73633 8.63867L1.36133 2.26367C0.929688 1.86523 0.929688 1.16797 1.36133 0.769531C1.75977 0.337891 2.45703 0.337891 2.85547 0.769531L8.5 6.38086L14.1113 0.769531C14.5098 0.337891 15.207 0.337891 15.6055 0.769531C16.0371 1.16797 16.0371 1.86523 15.6055 2.26367L9.23047 8.63867C8.83203 9.07031 8.13477 9.07031 7.73633 8.63867Z' fill='%232A2A2A'/%3E%3C/svg%3E%0A");    display: block;    background-size: 100%;    width: 15px;    height: 9px;}body.page-template:has(.page-template-full-width) .faq .ea-card.ea-expand .ea-header a .ea-expand-icon:before {    background-image: url("data:image/svg+xml,%3Csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.73633 1.36133L1.36133 7.73633C0.929688 8.13477 0.929688 8.83203 1.36133 9.23047C1.75977 9.66211 2.45703 9.66211 2.85547 9.23047L8.5 3.61914L14.1113 9.23047C14.5098 9.66211 15.207 9.66211 15.6055 9.23047C16.0371 8.83203 16.0371 8.13477 15.6055 7.73633L9.23047 1.36133C8.83203 0.929688 8.13477 0.929688 7.73633 1.36133Z' fill='%232A2A2A'/%3E%3C/svg%3E%0A");}body.page-template:has(.page-template-full-width) .faq .ea-card .ea-header a:before {    content: '?';    position: absolute;    top: 50%;    left: 18px;    transform: translateY(-50%);    display: inline-block;    width: 28px;    height: 28px;    background-color: #e9f5ff;    color: #0f548f;    border-radius: 9999px;    text-align: center;    font-size: 15px;}body.page-template:has(.page-template-full-width) .faq .ea-card .ea-body {    padding: 15px 60px;}@media (max-width: 991px) {    body.page-template:has(.page-template-full-width) .faq .ea-card .ea-body {        padding-left: 18px;        padding-right: 18px;    }}footer section[name="delivery-methods"],body.home #wrapper-footer {    background-color: #E9F5FF;}footer section[name="delivery-methods"] > p:first-of-type {    margin: 0 !important;}footer section[name="delivery-methods"] .icon-button {    background: white;    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);    text-align: center;    padding: 20px 30px;}footer section[name="delivery-methods"] .icon-button img {    max-height: 70px;    width: auto;    max-width: 125px;}footer section[name="delivery-methods"] .container {    display: grid !important;    grid-template-columns: 1fr 1fr 1fr 1fr;    gap: 5rem;    padding-top: 1rem !important;    padding-bottom: 5rem !important;}@media (max-width: 1199px) {    footer section[name="delivery-methods"] .container {        gap: 3rem;    }}@media (max-width: 991px) {    footer section[name="delivery-methods"] .container {        grid-template-columns: 1fr 1fr;    }}@media (max-width: 767px) {    footer section[name="delivery-methods"] .container {        grid-template-columns: 1fr;        gap: 2rem;        padding-left: 15%;        padding-right: 15%;    }}body.page-template:has(.page-template-full-width) .prices-block .list-group {    padding: 0;    gap: 1rem;}body.page-template:has(.page-template-full-width) .prices-block .list-group-item {    padding: 0;    box-shadow: none;}.icon.card a,.icon.card .card-body {    height: 100% !important;}body.page-template:has(.page-template-full-width) .integrations-wrapper {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 2rem;}@media (max-width: 767px) {    body.page-template:has(.page-template-full-width) .integrations-wrapper {        grid-template-columns: 1fr;    }}body.page-template:has(.page-template-full-width) .integrations-wrapper p {    margin: 0;}body.page-template:has(.page-template-full-width) .integrations-wrapper a {    background: white;    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);    padding: 30px;    display: block;    color: inherit;    text-decoration: none;    text-align: left;}body.page-template:has(.page-template-full-width) .integrations-wrapper a span {    display: inline-flex;    padding-left: 75px;}body.page-template:has(.page-template-full-width) .integrations-wrapper a:hover span {    text-decoration: underline;}body.page-template:has(.page-template-full-width) .integrations-wrapper a i {    width: 60px;    display: inline-flex;    position: absolute;    height: 60px;}body.page-template:has(.page-template-full-width) .integrations-wrapper a p {    line-height: 24px !important;    margin: 0;}body.page-template:has(.page-template-full-width) .integrations-wrapper a b {    font-weight: 700;    font-size: 1.2rem;    display: inline-flex;    width: 100%;    margin: 0;    padding-left: 75px;}body.page-template:has(.page-template-full-width) .integrations-wrapper + h2 {    margin-top: 70px;    margin-bottom: 40px;}body.page-template:has(.page-template-full-width) .contact-form {    text-align: left;    width: 100%;}body.page-template:has(.page-template-full-width) .location {    text-align: left;    background: white;    padding: 40px;    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);    width: 100%;    position: relative;}body.page-template:has(.page-template-full-width) .location p:last-child {    margin-bottom: 0;}body.page-template:has(.page-template-full-width) .background-intro.contact .split {    padding-left: 150px;    padding-right: 150px;    grid-template-columns: 60% 40%;    align-items: flex-start;}@media (max-width: 1199px) {    body.page-template:has(.page-template-full-width) .background-intro.contact .split {        padding-left: 0;        padding-right: 0;        grid-template-columns: 1fr 1fr;    }}