html {
    line-height: 1.5;
    font-size:16px !important;	
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

:after,:before {
    --tw-content: "";
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

body {
    --bgColor: #000;
    --accentColor: #19764c;
    --accentColorLight: #19764c;
    --heroText: #fff;
    --btnPrimaryText: #fff;
    --btnPrimaryTextHover: #092019;
    --btnPrimaryBg: #19764c;
    --btnPrimaryBgHover: #d3d92b;
    --btnPrimaryIcon: #fff;
    --btnPrimaryIconHover: #19764c;
    --tabsBackground: #e8f1ed;
    --btnSecondaryText: #092019;
    --btnSecondaryTextHover: #fff;
    --btnSecondaryBorder: #19764c;
    --btnSecondaryIcon: #19764c;
}   


button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

progress {
    vertical-align: initial;
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-itrem;
}


menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

[role=button],button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle;
}


[hidden] {
    display: none;
}

:after,
:before,
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

header .container:before, 
header .container:after,
footer .container:before, 
footer .container:after {
    content: unset;
    display: initial;
}

header .container,
footer .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    font-size:1rem;
}

@media (min-width: 640px) {
    header .container,
    footer .container {
        max-width:640px;
    }
}

@media (min-width: 768px) {
    header .container,
    footer .container {
        max-width:100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    header .container,
    footer .container {
        max-width:100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1280px) {
    header .container,
    footer .container {
        max-width:1280px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 1536px) {
    header .container,
    footer .container {
        max-width:1440px;
        padding-left: 110px;
        padding-right: 110px;
    }
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border-width: 0;
    white-space: nowrap;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.clear-both {
    clear: both;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mm-mx-2{
    margin-inline: 4px;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[11px\] {
    margin-bottom: 11px;
}

.ml-2 {
    margin-left: .5rem;
}

.mr-auto {
    margin-right: auto;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-\[11px\] {
    margin-top: 11px;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.mt-\[33px\] {
    margin-top: 33px;
}

.mt-\[60px\] {
    margin-top: 60px;
}

.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.aspect-square {
    aspect-ratio: 1/;
}

.h-full {
    height: 100%;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.max-w-\[1218px\] {
    max-width: 1218px;
}

.max-w-\[386px\] {
    max-width: 386px;
}

.max-w-\[606px\] {
    max-width: 606px;
}

.max-w-\[833px\] {
    max-width: 833px;
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.auto-rows-fr {
    grid-auto-rows: minmax(0,1fr);
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-items-center {
    justify-items: center;
}

.gap-2 {
    gap: .5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-\[55px\] {
    gap: 55px;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: .25rem;
}

.border-b {
    border-bottom-width: 1px;
}

.border-primary_green {
    border-color: rgb(25 118 76);
}

.bg-light_grey {
    background-color: rgb(245 245 245);
}


.text-center {
    text-align: center;
}

.font-poppins {
    font-family: Poppins,sans-serif;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-lg,.text-xl {
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.text-black {
    color: rgb(9 32 25));
}

.text-dark_packaging {
    color: rgb(86 42 85);
}

.text-med_grey {
    color: rgb(158 158 158);
}

.outline {
    outline-style: solid;
}

.invert {
    --tw-invert: invert(100%);
}

.invert,.sepia {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
    --tw-sepia: sepia(100%);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.lang-switcher {
    align-items: center;
    display: flex;
    position: relative;
}

.lang-switcher .mx-h {
	margin: 0 4px;
}


.lang-switcher .wpml-ls-current-language{
    --tw-text-opacity: 1;
    color: rgb(211 217 43 / var(--tw-text-opacity));
}

.lang-switcher .lang-switcher-button {
    align-items: center;
    display: flex;
    gap: .25rem;
    color: rgb(255 255 255);
}

.lang-switcher .lang-switcher-button svg.icon-arrow-down-white {
    height: .25rem;
    width: .5rem;
    color: rgb(255 255 255);
}

.lang-switcher .lang-switcher-button svg.icon-arrow-down-white path {
    stroke: currentColor;
}

.lang-switcher #lang-switcher-list-wrapper {
    display: flex;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 110px;
    z-index: 11;
    --tw-translate-y: 1.25rem;
    border-radius: .5rem;
    flex-direction: column;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: rgb(255 255 255);
    padding: .5rem .5rem 1.5rem;
    box-shadow: 0 4px 8px 0 #00000014;
    color: rgb(9 32 25);
    opacity: 0;
    transition-duration: .3s;
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list-head button {
    align-items: center;
    border-bottom-width: 2px;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    width: 100%;
    border-color: rgb(25 118 76);
    font-weight: 700;
    padding-bottom: .75rem;
    padding-left: .25rem;
    padding-right: .25rem;
    color: rgb(9 32 25);
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list-head button svg.icon-arrow-down-white {
    height: .25rem;
    width: .5rem;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list-head button svg.icon-arrow-down-white path {
    stroke: #19764c;
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list {
    margin-top: 1rem;
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list .wpml-ls {
    width: 100%;
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list .wpml-ls ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin:0;
}

.lang-switcher li {
    list-style-type: none;
    font-size:12px;
}

.lang-switcher li a {
	color:white; 
	padding:0;
}

.lang-switcher li a:hover {
	background-color:transparent;
	color:rgb(211, 217, 43);
}	

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list .wpml-ls ul li a.wpml-ls-link {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: .75rem;
    justify-content: flex-end;
    padding-bottom: .25rem;
    padding-top: .25rem;
    transition-duration: .3s;    
}

.lang-switcher #lang-switcher-list-wrapper .lang-switcher-list .wpml-ls ul li a.wpml-ls-link:hover {
    font-weight: 700;
    padding-left: 1rem;   
    color: rgb(25 118 76);
}

.lang-switcher.active #lang-switcher-list-wrapper {
    pointer-events: auto;
    --tw-translate-y: 0px;
    opacity: 1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

header {
	font-family: DM Sans,sans-serif;
}

header.banner {
    box-shadow: 0 4px 27px 0 #0000000f;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
}

header.banner a:hover {
	text-decoration: none;
}

header.banner .top-header {
    display: none;
    gap: 1rem;
    background-color: rgb(0 76 59);
    padding-bottom: .5rem;
    padding-top: .5rem;
    color: rgb(255 255 255);
}

@media (min-width: 1024px) {
    header.banner .top-header {
        display:block;
    }
}

header.banner .top-header .container {
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    header.banner .top-header .container {
        display:flex;
    }
}

header.banner .top-header .container .top-text {
    font-family: DM Sans,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
}

header.banner .top-header .container .right-col {
    align-items: center;
    display: flex;
    font-family: DM Sans,sans-serif;
    font-size:.75rem;
    font-weight: 300;
    gap: 1.75rem;
    line-height: 1rem;
}

header.banner .top-header .container .right-col .nav > li > a {
    font-family: DM Sans, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    padding: 0;
} 

header.banner .top-header .container .right-col .nav > li > a:hover,
header.banner .top-header .container .right-col .nav > li > a:focus {
	background-color:transparent;
	color:rgb(211, 217, 43);	
}   

header.banner .top-header .container .right-col .nav-top {
    align-items: center;
    display: flex;
    gap: 1.75rem;
}

header.banner .top-header .container .right-col .nav-top ul {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    color:white;
    margin-bottom:0;
    margin-left: -24px;
    margin-right: 6px;  
}

header.banner .top-header .container .right-col .nav-top ul li a {
	color: white;
	font-size:12px;
}

header.banner .top-header .container .right-col .nav-top ul li:hover {
    color: rgb(211 217 43);
}

header.banner .header-wrapper {
    display: none;
    position: relative;
    background-color: rgb(255 255 255);
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media (min-width: 1024px) {
    header.banner .header-wrapper {
        display:block;
    }
}

header.banner .header-wrapper {
    z-index: 2;
}

header.banner .header-wrapper .container {
    align-items: flex-end;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

header.banner .header-wrapper .container .brand {
    padding-left: 29px;
}

header.banner .header-wrapper .container .nav-primary ul {
    display: flex;
    gap: 1.5rem;
    margin:0 -24px;
}

header.banner .header-wrapper .container .nav-primary ul li>a {
    background-color: initial;
    font-family: DM Sans,sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .25rem 1rem;
    color: rgb(9 32 25);
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

header.banner .header-wrapper .container .nav-primary ul li {
	line-height:24px;	
}

header.banner .header-wrapper .container .nav-primary ul li>a:hover {
    background-color: rgb(245 245 245);
}

header.banner .header-wrapper .container .nav-primary ul li>a {
    border-radius: 46px;
    padding: 0 1rem;
}

header.banner .header-wrapper .container .nav-primary ul li .megamenu {
    display: none;
}

header.banner .header-wrapper .container .nav-primary ul li.drop-down .megamenu {
    display: block;
}

header.banner .header-wrapper .container .nav-primary ul li.current-menu-item>a {
    background-color: rgb(245 245 245);
    position: relative;
}

header.banner .header-mobile {
    background-color: rgb(255 255 255);
    display: block;
	font-family: DM Sans,sans-serif;
}

@media (min-width: 1024px) {
	header.banner .header-mobile {
	    display: none;
	}
}

header.banner .header-mobile  {
    box-shadow: 0 4px 27px 0 #0000000f;
}

header.banner .header-mobile .brand img {
	width:40px;
	height:40px;	
}	

header.banner .header-mobile  .top-text {
    font-family: DM Sans,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    color: rgb(255 255 255);
}

header.banner .header-mobile  .menu_mobile .burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    position: relative;
    width: 64px;
}

@media (min-width: 1024px) {
    header.banner .header-mobile  .menu_mobile .burger {
        display:none;
    }
}

header.banner .header-mobile  .menu_mobile .burger .inner {
    height: 16px;
    position: relative;
    width: 32px;
}

header.banner .header-mobile  .menu_mobile .burger .inner span {
    background-color: #19764c;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    width: 100%;
}

header.banner .header-mobile  .menu_mobile .burger .inner span:first-child {
    top: 0;
}

header.banner .header-mobile  .menu_mobile .burger .inner span:nth-child(2) {
    top: 10px;
}

header.banner .header-mobile  .menu_mobile .burger .inner span:last-child {
    top: 20px;
}

header.banner .header-mobile  .menu_mobile .burger.active .inner span:nth-child(2) {
    opacity: 0;
}

header.banner .header-mobile  .menu_mobile .burger.active .inner span:first-child,header.banner .header-mobile  .menu_mobile .burger.active .inner span:last-child {
    top: 6px;
}

header.banner .header-mobile  .menu_mobile .burger.active .inner span:first-child {
    transform: rotate(45deg);
}

header.banner .header-mobile  .menu_mobile .burger.active .inner span:last-child {
    transform: rotate(-45deg);
}

header.banner .header-mobile .nav-primary-mobile {
    display: none;
    height: calc(100vh - 70px);
    width: 100%;
    background-color: rgb(255 255 255);
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 1rem;
    text-align: left;
    color: rgb(9 32 25);
    transition-duration: .3s;
}

@media (min-width: 640px) {
    header.banner .header-mobile .nav-primary-mobile {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

header.banner .header-mobile .nav-primary-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-right: auto;
    max-width: 300px;
    padding-bottom: 2.25rem;
    padding-left: 1rem;
}

header.banner .header-mobile .nav-primary-mobile ul li {
    position: relative;
    transition: .3s;
}

header.banner .header-mobile .nav-primary-mobile ul li a {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-align: left;
    width: 100%;
    color: rgb(9 32 25);
}

header.banner .header-mobile .nav-primary-mobile .menu-principal-menu-container ul li.menu-item a {
     margin:0;
     padding:0;	
}	

@media (min-width: 640px) {
    header.banner .header-mobile .nav-primary-mobile .menu-principal-menu-container ul li.menu-item a {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

header.banner .header-mobile .nav-primary-mobile ul li.button a {
    padding: 10px 25px;
    text-align: center;
    border-radius: 12px;
    color: rgb(255 255 255);
    transition: .3s;
}

header.banner .header-mobile .nav-primary-mobile ul li.menu-item-active:after {
    transform: rotate(45deg)
}

header.banner .header-mobile .nav-primary-mobile ul li ul {
    display: none;
}

header.banner .header-mobile .nav-primary-mobile ul li:hover ul {
    display: block;
}

header.banner.open .nav-primary-mobile {
    display: block !important;
}

header.banner .nav-primary-mobile .nav-top ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-right: auto;
    padding-left: 1rem;
    margin-top:-40px;
}

header.banner .nav-primary-mobile .nav-top ul li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

header.banner .nav-primary-mobile .nav-top ul li a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.5rem !important;
    color: rgb(9 32 25) !important;
}

.menu-btn {
    background-color: rgb(232 241 237);
    padding-bottom: 77px;
    padding-top: 2rem;
}
.menu-btn .btn {
    width: 100%;
}

.menu-btn a.wpml-ls-link {
	font-size:24px;
	color:black;	
}


header .btn {
    align-items: center;
    border-radius: 9999px;
    border-width: 1px;
    display: inline-flex;
    margin:0;
    font-family: Poppins,sans-serif;
    font-size: .875rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25rem;
    overflow: hidden;
    padding: .75rem 1.25rem;
    position: relative;
    text-align: center;
    transition-duration: .3s;    
}

@media (min-width: 768px) {
    header .btn {
        font-size:1rem;
        line-height: 1.5rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
}

header .btn span {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: center;
    position: relative;
    z-index: 2;
}

header .btn span svg {
    height: 1.25rem;
    width: 1.25rem;
}

header .btn-small {
    font-family: DM Sans,sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    padding: .25rem 1rem;
}

header .btn:before {
    content: "";
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    background-color: var(--accentColor);
    border-radius: 9999px;
    opacity: 0;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .3s;
}

header .btn-primary {
    background-color: var(--btnPrimaryBg);
    border-color: #0000;
    color: var(--btnPrimaryText);
}

header .btn-primary svg {
    color: var(--btnPrimaryIcon);
}
header .btn-primary:before, 
header .btn-primary:hover {
    background-color: var(--btnPrimaryBgHover);
}

header .btn-primary:hover {
    border-color: #0000;
    color: var(--btnPrimaryTextHover);
}

header .btn-primary:hover svg {
    color: var(--btnPrimaryIconHover);
}


.fixed-buttons {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 100;
}

@media (min-width: 1024px) {
    .fixed-buttons {
        top:40%;
    }
}

.buttons__el {
    align-items: center;
    border-bottom-left-radius: 9999px;
    border-top-left-radius: 9999px;
    display: flex;
    overflow: hidden;
    width: 5rem;
    background-color: rgb(0 76 80);
    font-weight: 500;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    color: rgb(255 255 255);
    transition: width .5s ease-in-out;
    text-decoration:none;
}

.buttons__el .el_icon {
    margin-left: .5rem;
}

.buttons__el:hover {
    width: 200px;
    text-decoration:none;
}

.buttons__el span {
    visibility: hidden;
    display:inline;
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-left: .75rem;
    white-space: nowrap;
    transition: visibility .45s ease-out;
    color: white;
}

.group:hover .buttons__el span {
    visibility: visible;
    text-decoration:none;
    color: white;
}

.group:hover .buttons__el {
    width: 200px;
}


.mm-footer-info *,
.mm-footer-info *::before,
.mm-footer-info *::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

.mm-footer-info *::before,
.mm-footer-info *::after {
  --tw-content: '';
}

.mm-footer-info {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: DM Sans,sans-serif,ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", Arial;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

.mm-footer-info ol,
.mm-footer-info ul,
.mm-footer-info menu {
  list-style: none;
  margin: 0;
  padding: 0;
}


@media (min-width: 1024px) {
  .mm-container-post {
	max-width: 865px;
	padding-left: 2rem;
	padding-right: 2rem;
  }
}

.mm-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .mm-container {
	max-width: 640px;
  }
}

@media (min-width: 768px) {
  .mm-container {
	max-width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .mm-container {
	max-width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .mm-container {
	max-width: 1280px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .mm-container {
	max-width: 1440px;
	padding-left: 110px;
	padding-right: 110px;
  }
}


.mm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.mm-visible {
  visibility: visible;
}

.mm-static {
  position: static;
}

.mm-absolute {
  position: absolute;
}

.mm-relative {
  position: relative;
}

.mm-right-0 {
  right: 0px;
}

.mm-top-0 {
  top: 0px;
}

.mm-z-10 {
  z-index: 10;
}

.mm-z-20 {
  z-index: 20;
}

.mm-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mm-mb-10 {
  margin-bottom: 2.5rem;
}

.mm-mb-3 {
  margin-bottom: 0.75rem;
}

.mm-mb-4 {
  margin-bottom: 1rem;
}

.mm-mb-\[11px\] {
  margin-bottom: 11px;
}

.mm-mr-auto {
  margin-right: auto;
}

.mm-mt-10 {
  margin-top: 2.5rem;
}

.mm-mt-2 {
  margin-top: 0.5rem;
}

.mm-mt-3 {
  margin-top: 0.75rem;
}

.mm-mt-4 {
  margin-top: 1rem;
}

.mm-mt-6 {
  margin-top: 1.5rem;
}

.mm-mt-9 {
  margin-top: 2.25rem;
}

.mm-mt-\[11px\] {
  margin-top: 11px;
}

.mm-mt-\[30px\] {
  margin-top: 30px;
}

.mm-mt-\[33px\] {
  margin-top: 33px;
}

.mm-mt-\[60px\] {
  margin-top: 60px;
}

.mm-block {
  display: block;
}

.mm-flex {
  display: flex;
}

.mm-grid {
  display: grid;
}

.mm-contents {
  display: contents;
}

.mm-hidden {
  display: none;
}

.mm-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.mm-w-full {
  width: 100%;
}

.mm-max-w-\[1218px\] {
  max-width: 1218px;
}

.mm-max-w-\[386px\] {
  max-width: 386px;
}

.mm-max-w-\[833px\] {
  max-width: 833px;
}

.mm-max-w-\[950px\] {
  max-width: 950px;
}

.mm-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.mm-flex-col {
  flex-direction: column;
}

.mm-flex-wrap {
  flex-wrap: wrap;
}

.mm-justify-center {
  justify-content: center;
}

.mm-justify-between {
  justify-content: space-between;
}

.mm-gap-2 {
  gap: 0.5rem;
}

.mm-gap-\[30px\] {
  gap: 30px;
}

.mm-gap-x-\[30px\] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.mm-gap-y-10 {
  row-gap: 2.5rem;
}

.mm-overflow-hidden {
  overflow: hidden;
}

.mm-bg-light_grey {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.mm-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.mm-py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mm-pb-10 {
  padding-bottom: 2.5rem;
}

.mm-pb-20 {
  padding-bottom: 5rem;
}

.mm-pt-\[50px\] {
  padding-top: 50px;
}

.mm-text-center {
  text-align: center;
}

.mm-font-poppins {
  font-family: Poppins, sans-serif;
}

.mm-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mm-font-bold {
  font-weight: 700;
}

.mm-uppercase {
  text-transform: uppercase;
}

.mm-text-black {
  color: rgb(9 32 25);
}

.mm-outline {
  outline-style: solid;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-hd,
.col-hd-1,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 568px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
}


@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}



@media (min-width: 1361px) {
  .container {
    max-width: 1360px;
  }
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#header-shadow {
	display:none;	
}	

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/


.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.contents {
  display: contents;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-light_grey {
  background-color: rgb(245 245 245);
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.text-center {
  text-align: center;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-black {
  color: rgb(9 32 25);
}

.outline {
  outline-style: solid;
}

footer.footer-info {
  background-color: rgb(9 32 25);
  padding-top: 2.25rem;
  padding-bottom: 52px;
}

@media (min-width: 768px) {
  footer.footer-info {
    padding-top: 63px;
  }
}

footer.footer-info .footer_top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 52px;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  footer.footer-info .footer_top {
    flex-direction: row;
    padding-bottom: 3rem;
  }
}

footer.footer-info .footer_top {
  border-bottom: 1px solid rgba(209, 228, 219, 0.5);
}

footer.footer-info .footer_top .info_footer {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}

footer.footer-info .footer_top .info_footer .cols_footer {
  display: flex;
  gap: 2.25rem;
}

@media (min-width: 768px) {
  footer.footer-info .footer_top .info_footer .cols_footer {
    gap: 75px;
  }
}

footer.footer-info .footer_top .info_footer .cols_footer .nav-cols ul li {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

footer.footer-info
  .footer_top
  .info_footer
  .cols_footer
  .nav-cols
  ul
  li.menu-item-has-children:first-child {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(25 118 76);
}

footer.footer-info
  .footer_top
  .info_footer
  .cols_footer
  .nav-cols
  ul
  li.menu-item-has-children:first-child
  ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

footer.footer-info
  .footer_top
  .info_footer
  .cols_footer
  .nav-cols
  ul
  li.menu-item-has-children:first-child
  ul.sub-menu
  li {
  font-family: DM Sans, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: rgb(255 255 255/0.7);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer.footer-info
  .footer_top
  .info_footer
  .cols_footer
  .nav-cols
  ul
  li.menu-item-has-children:first-child
  ul.sub-menu
  li:hover {
  --tw-text-opacity: 1;
}

footer.footer-info .footer_top .info_footer .contact-link {
  position: absolute;
  top: 2rem;
  right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(255 255 255);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer.footer-info .footer_top .info_footer .contact-link:hover {
  background-color: rgb(255 255 255);
  color: rgb(9 32 25);
}

@media (min-width: 768px) {
  footer.footer-info .footer_top .info_footer .contact-link {
    position: relative;
    top: 0px;
  }
}

footer.footer-info .footer_top .info_footer .contact-link {
  border: 1px solid #ffffff;
  border-radius: 18px;
}

footer.footer-info .footer_bottom {
  margin-top: 38px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer.footer-info .footer_bottom {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  footer.footer-info .footer_bottom {
    flex-direction: row;
    align-items: center;
  }
}

footer.footer-info .footer_bottom .copyright_text {
  margin-top: 35px;
  font-family: DM Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: rgb(255 255 255);
}

@media (min-width: 1024px) {
  footer.footer-info .footer_bottom .copyright_text {
    margin-top: 0px;
  }
}

footer.footer-info .footer_bottom .rrss-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  footer.footer-info .footer_bottom .rrss-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  footer.footer-info .footer_bottom .rrss-wrapper {
    justify-content: flex-end;
  }
}

footer.footer-info .footer_bottom .rrss-wrapper .rrss-wrapper-col {
  position: relative;
}

footer.footer-info
  .footer_bottom
  .rrss-wrapper
  .rrss-wrapper-col
  .rrss-wrapper-col-title {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255);
}

footer.footer-info
  .footer_bottom
  .rrss-wrapper
  .rrss-wrapper-col
  .rrss-wrapper-col-links {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

footer.footer-info
  .footer_bottom
  .rrss-wrapper
  .rrss-wrapper-col
  .rrss-wrapper-col-links
  .rrss-wrapper-col-links-el {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgb(25 118 76);
}

.pretitle {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pretitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.title {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  line-height: 32px;
}

@media (min-width: 768px) {
  .title {
    font-size: 40px;
    line-height: 55px;
  }
}

.title-small {
  font-family: Poppins, sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .title-small {
    font-size: 28px !important;
    line-height: 45px !important;
  }
}
.brand-footer {
  width: 90px;
  height: 90px;
}

footer.footer-info a {	
	color: rgb(255 255 255/0.7);
	text-decoration:none;
}
footer.footer-info a:hover {
	color: rgb(255 255 255/1);	
}	

footer .child-menu-header {
	color:	 rgb(25 118 76);
	font-size:16px;
	font-family:Poppins, sans-serif;
}
