﻿@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231)}.bond-container{display:grid;grid-gap:2rem;grid-template-columns:repeat(1, 1fr)}@media(min-width: 575px){.bond-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 575px){.bond-container:has(.type--small){grid-template-columns:repeat(1, 1fr)}}@media(min-width: 1200px){.bond-container:has(.type--small){grid-template-columns:repeat(2, 1fr)}}@media(min-width: 575px){.bond-container:has(.type--big){grid-template-columns:repeat(1, 1fr)}}.bond-item{display:flex;flex-direction:column;text-decoration:none;color:var(--text-color, #191919)}.bond-item .bond-item-top{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:22rem;margin-left:3rem;padding:2rem;text-decoration:none;z-index:1;transition:background-color 250ms ease-in-out,color 250ms ease-in-out}.bond-item .bond-item-top .bond-item-top-title{font-weight:700}.bond-item .bond-item-top .bond-item-top-value{display:flex;align-items:flex-end;justify-content:center;font-size:2.8rem;line-height:2.8rem;font-weight:700}.bond-item .bond-item-top .bond-item-top-value span{display:inline-block;margin-bottom:-0.9rem;font-size:8.5rem;line-height:8.5rem}.bond-item .bond-item-top .bond-item-top-description{display:flex;gap:1rem;justify-content:center;align-items:center;padding-top:1rem;font-size:1.6rem}.bond-item .bond-item-top .bond-item-top-description .top-image-description-label-icon::before{content:""}.bond-item .bond-item-content{display:flex;flex-direction:column;height:100%;margin-top:-19rem;padding:22rem 3rem 3rem 3rem;background-color:var(--base-white, #fff)}.bond-item .bond-item-content .bond-item-content-title{text-decoration:none}.bond-item .bond-item-content .bond-item-content-title .h5{margin:0 0 1rem 0}.bond-item .bond-item-content .bond-item-content-title:hover h3{color:var(--second-color, #0B5739)}.bond-item .bond-item-content .bond-item-content-description{font-weight:400}.bond-item .bond-item-content .bond-item-content-btn{margin-top:auto;padding-top:1rem}.bond-item.type--brown .bond-item-top{background-color:var(--base-white, #fff) !important;color:var(--main-color, #87740C)}.bond-item.type--brown .bond-item-content{background-color:var(--main-color, #87740C) !important;color:var(--base-white, #fff)}.bond-item.type--brown .bond-item-content .bond-item-content-title .h5{color:var(--base-white, #fff)}.bond-item.type--brown-light .bond-item-top{background-color:var(--main-color, #87740C) !important;color:var(--base-white, #fff)}.bond-item.type--blue .bond-item-top{background-color:#2913b3 !important;color:var(--base-white, #fff)}.bond-item.type--green .bond-item-top{background-color:#089977 !important;color:var(--base-white, #fff)}.bond-item.type--green-dark .bond-item-top{background-color:var(--second-color, #0B5739) !important;color:var(--base-white, #fff)}.bond-item.type--red .bond-item-top{background-color:#963111 !important;color:var(--base-white, #fff)}@media(min-width: 768px){.bond-item.type--small{flex-direction:row}.bond-item.type--small .bond-item-top{min-width:26rem;min-height:26rem;margin:0}.bond-item.type--small .bond-item-content{flex-grow:1;height:unset;margin-top:3rem;padding:2.2rem 3rem}.bond-item.type--small .bond-item-content .bond-item-content-title .h5{margin:0 0 2rem 0}.bond-item.type--small .bond-item-content .bond-item-content-description{line-height:2.8rem}.bond-item.type--small .bond-item-content .bond-item-content-btn{padding-top:2rem}}.bond-item.type--big{background-color:var(--base-white, #fff)}@media(min-width: 768px){.bond-item.type--big{padding:4rem}}@media(min-width: 992px){.bond-item.type--big{display:grid;grid-template-columns:auto 1fr}}.bond-item.type--big .bond-item-top{width:100%;height:23rem;margin:0;color:var(--base-white, #fff)}@media(min-width: 992px){.bond-item.type--big .bond-item-top{width:25rem;margin:0 0 4rem 0}}.bond-item.type--big .bond-item-top:has(.bond-item-top-description){padding:0}.bond-item.type--big .bond-item-top:has(.bond-item-top-description) .bond-item-top-inner{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;padding:2rem}.bond-item.type--big .bond-item-top .bond-item-top-description{width:100%;padding:.5rem 2rem;line-height:3rem;background-color:var(--second-color, #0B5739)}.bond-item.type--big .bond-item-content{margin:0;padding:4rem 3rem 0 3rem;background-color:var(--base-white, #fff) !important;color:var(--text-color, #191919)}@media(min-width: 768px){.bond-item.type--big .bond-item-content{padding:4rem 0 0 0}}@media(min-width: 992px){.bond-item.type--big .bond-item-content{padding:0 0 0 4.7rem}}.bond-item.type--big .bond-item-content .bond-item-content-title h3{margin:0 0 4rem 0}.bond-item.type--big .bond-item-content .bond-item-content-description ul li{margin:0;padding-left:2.5rem;line-height:3rem}.bond-item.type--big .bond-item-content .bond-item-content-description ul li::before{top:1.6rem;left:1rem;width:5px;height:5px;background-color:var(--text-color, #191919);border-radius:50%}.bond-item.type--big .bond-item-content .bond-item-content-description p+p,.bond-item.type--big .bond-item-content .bond-item-content-description p+ul,.bond-item.type--big .bond-item-content .bond-item-content-description p+ol,.bond-item.type--big .bond-item-content .bond-item-content-description ul+p,.bond-item.type--big .bond-item-content .bond-item-content-description ul+ul,.bond-item.type--big .bond-item-content .bond-item-content-description ul+ol,.bond-item.type--big .bond-item-content .bond-item-content-description ol+p,.bond-item.type--big .bond-item-content .bond-item-content-description ol+ul,.bond-item.type--big .bond-item-content .bond-item-content-description ol+ol,.bond-item.type--big .bond-item-content .bond-item-content-description blockquote+p,.bond-item.type--big .bond-item-content .bond-item-content-description blockquote+ul,.bond-item.type--big .bond-item-content .bond-item-content-description blockquote+ol{padding-top:4rem}.bond-item.type--big .bond-item-footer{display:flex;flex-direction:column;align-items:flex-start;align-items:center;gap:1rem;padding:4rem 3rem 1rem 3rem}@media(min-width: 768px){.bond-item.type--big .bond-item-footer{grid-column:span 2;flex-direction:row;justify-content:space-between;width:100%;margin-top:4rem;padding:4rem 0 0 0;border-top:2px solid var(--main-color, #87740C)}}@media(min-width: 320px)and (max-width: 767px){.bond-item.type--big .bond-item-footer .btn-text{justify-content:unset}}.bond-item.type--big.type--brown .bond-item-top{background-color:var(--main-color, #87740C) !important}.bond-item:hover:not(.type--big) .bond-item-top{background-color:var(--second-color, #0B5739) !important;color:var(--base-white, #fff) !important}.section-container.section-white:not(.section-image) .bond-item-top{background-color:#eaece6}.section-container.section-white:not(.section-image) .bond-item-content{background-color:#eaece6}.section-container.section-white:not(.section-image) .type--big{background-color:#eaece6}.section-container.section-white:not(.section-image) .type--big .bond-item-content{background-color:inherit !important}