/* Animación de fade-in para sección scroll */
.fade-in-section {
  opacity: 0;
  transform: translateY(80px) scale(0.96);
  filter: blur(8px);
  transition:
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    filter 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
/* Hover en .button_green_trans cambia color de <p> hijos */



.button_green_trans:hover {
    background: none;
    border: 1px solid #ffd141;
}
.button_green_trans:hover > p {
    color: #ffd141;
}
.button_green_trans:hover > p,
.button_green_trans:hover > h3 {
  color: #ffd141 !important;
}

.button_white_trans:hover {
    background-color: #fff;
    border: 1px solid #ffffff;
}
.button_white_trans:hover > p,
.button_white_trans:hover > h3 {
  color: #305249 !important;
}

.button_green_inverted:hover {
    background-color: #305249 !important;
    border: 1px solid #305249 !important;
}
.button_green_inverted:hover > p,
.button_green_inverted:hover > h3 {
  color: #ffd141 !important;
}

.button:hover {
  background: #305249;
}
/* Style The Dropdown Button */
.dropbtn {

  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 77px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a {color: #305249; font-family: Coolvetica}
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


/*
Theme Name: TransitionSpain
Author: LDCH (Original generation by Yotako)
Author URI: https://yotako.io/
Description: Transition Spain
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.1
*/
 @import url("https://storage.googleapis.com/yotako-fonts/CdnFonts/css/Coolvetica.css");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Nunito:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?display=swap&family=Nunito:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("style-browsers-support.css");

 @font-face{
  font-family:coolvetica;
  font-style:normal;
  font-weight:400;
  src:local('Coolvetica'),
  url(https://storage.googleapis.com/yotako-fonts/CdnFonts/woffFonts/Coolvetica/coolvetica.woff) format('woff')
}
 /* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHgKbaf2z4e9z5MV0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHiabaf2z4e9z5MV0.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHgqbaf2z4e9z5MV0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHg6baf2z4e9z5MV0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHjabaf2z4e9z5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

 body,
 html {
   margin: 0;
   padding: 0;
   font-family: 'Nunito';
 }

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative
 }

.menu-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

 p,
 a,
 h1,
 h2,
 h3 {
   margin: 0;
   color: unset;
   text-decoration: none;
 }

 button {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: inherit;
 }

 .yk_post_content p {
   margin: revert;
 }

 .yk_input_wrapper {
   position: relative;
   width: 100%;
 }

 .yk_input_wrapper>div {
   /* position:relative; */
   /* height:100% */
 }

 .yk_input_wrapper>.block-editor-inner-blocks {
   position: absolute;
   top: 0
 }

 .has-text-align-right {
   text-align: right !important;
 }

 .has-text-align-left {
   text-align: left !important;
 }

 .has-text-align-center {
   text-align: center !important;
 }

 .has-background {
   padding: initial !important;
 }

 body .yk_input_wrapper input::placeholder {
   text-align: start;
 }

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt_text_background {
   background-size: 100%;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
 }

 body .yt_text_vertical_center {
   display: flex;
   align-items: center;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_custom_select_arrow {
   background-position-x: 95% !important;
   -webkit-appearance: none;
   appearance: none;
   padding: 10px;
 }

 body .yt_cover_size {
   object-fit: cover;
   height: inherit;
 }

 .yt_full_size {
   width: 100%;
   height: 100%;
 }

 body .wp-block-video video {
   width: 100%;
 }

 [class^="container_"],
 [class*=" container_"],
 [class^="button_"],
 [class*=" button_"] {
   display: flex;
 }

 [class^="grid_"],
 [class*=" grid_"] {
   display: grid;
 }

 [class^="vp_"],
 [class*=" vp_"] {
   display: flex;
   flex-direction: column;
   /* align-items if needed */
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

 .wp-block-image {
   margin: unset;
   padding: unset;
 }

 .wp-block-image img {
   vertical-align: top;
   border-radius: inherit;
   width: 100%;
 }

 .wp-block-yotako-block-input-text {
   position: relative;
   background: transparent;
   border: none;
 }

 .wp-block-image .components-resizable-box__container {
   max-width: unset !important;
 }

 .yt-post-template {
   justify-content: space-between !important;
 }

 body .yt-post-card {
   position: relative !important;
 }

 body .yt_fill_size {
   height: fit_content !important;
   min-height: 100vh !important;
 }

 :where(body .is-layout-flow)>* {
   margin-block-start: initial !important;
 }

 .wp-block-yotako-block-form {
   display: none
 }

 .yt-full-width {
   width: 100%
 }

 .container_c6e44a3ca305 {
   width: 1280px;
   height: 770px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   opacity: 0.5;
 }

 .imageview_33e3bb91f938 {
   width: 172px;
   height: 78px;
   z-index: 1;
 }

 .text_204dd83147d7 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_f7c75517aa68 {
   width: 70px;
   height: 24px;
   z-index: 1;
   align-items: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_7b70df679704 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_75d3ef632c06 {
   width: 11.75px;
   height: 4.93px;
   z-index: 1;
   position: absolute !important;
   left: 58.25px;
   top: 5.84px;
 }

 .container_b07705060830 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_0fd9e6cd2b92 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_9396e97b652e {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_27fb3b2e9373 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_307367737405 {
   position: relative !important;
   width: 137px;
   height: 24px;
   z-index: 1;
 }

 .text_367a57e37987 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_42bb4802696f {
   position: relative !important;
   width: 117px;
   height: 24px;
   z-index: 1;
 }

 .text_ade8e8c1a4c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b9a9b69137d8 {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_6f89e537da19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_535a51dff064 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_7fe9462f1e7c {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_651e5f645f1c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_4058f6e2581f {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_4058f6e2581f {}

 .container_3d939a366515 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 61px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .text_2deab053a8f7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_ae9651485682 {
   width: 277px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_deffaf32b39d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 28.33px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_a27a551a6868 {
   position: absolute !important;
   width: 277px;
   height: 59px;
   z-index: 1;
   left: 88.5px;
   top: 165px;
 }

 .button_link_a27a551a6868 {}

 .container_e0521476dcbc {
   position: absolute !important;
   width: 454px;
   height: 224px;
   z-index: 1;
   left: 423px;
   top: 310px;
 }

 .container_e04809cec7d8 {
   position: absolute !important;
   width: 1280px;
   height: 770px;
   left: 0px;
   top: 0px;
   background: url("https://transitionspain.com/wp-content/uploads/2132_6406.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_be0d24bc43f1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 22px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_69ffd4e90571 {
   width: 448px;
   position: absolute !important;
   left: 0px;
   top: 129px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_a78df3aa92bb {
   width: 73px;
   height: 80px;
   position: absolute !important;
   left: 202px;
   top: 0px;
 }

 .container_fcd60f1242a0 {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_f8785d7bb648 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_169a73fe5006 {
   position: absolute !important;
   width: 261px;
   height: 59px;
   left: 0px;
   top: 287px;
 }

 .button_link_169a73fe5006 {}

 .container_a12d6db1ebb8 {
   position: absolute !important;
   width: 448px;
   height: 346px;
   left: 0px;
   top: 33.3px;
 }

 .imageview_3db5c1320f6f {
   width: 240px;
   height: 222px;
   z-index: 1;
   position: absolute !important;
   left: 234px;
   top: 161px;
 }

 .container_ab288c8a5fee {
   width: 79px;
   height: 79px;
   z-index: 2;
   position: absolute !important;
   left: 423.05px;
   top: 333.6px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_27fadd21f154 {
   width: 318px;
   height: 294px;
   z-index: 2;
   position: absolute !important;
   left: 54px;
   top: 0px;
 }

 .imageview_ddb487fd3a60 {
   width: 108px;
   height: 35px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 21px;
 }

 .container_8f267c2640e7 {
   position: absolute !important;
   width: 502.05px;
   height: 412.6px;
   z-index: 1;
   left: 444px;
   top: 0px;
 }

 .container_8a2699188e70 {
   position: absolute !important;
   width: 946.05px;
   height: 412.6px;
   left: 176.98px;
   top: -14px;
 }

 .text_3e2f013827ec {
   width: max-content;
   position: absolute !important;
   left: 511px;
   top: 59px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .imageview_6308e23f5104 {
   width: 184px;
   height: 204px;
   position: absolute !important;
   left: 46px;
   top: 0px;
 }

 .text_655a1fea7d5b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_a15ceb5f7a79 {
   width: 57px;
   height: 1px;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
   position: absolute !important;
   left: 44px;
   top: 38px;
 }

 .container_218da2564b79 {
   position: absolute !important;
   width: 150px;
   height: 38px;
   left: 66px;
   top: 0px;
 }

 .text_0ad422ce9d16 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 53px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_c66ee1e52879 {
   position: absolute !important;
   width: 274px;
   height: 153px;
   left: 0px;
   top: 228px;
 }

 .container_b92b5bf4ebb9 {
   width: 180px;
   height: 41px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_71bbc3eabd1f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 38.21px;
   top: 9.03px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .button_1ef72516f812 {
   position: absolute !important;
   width: 180px;
   height: 41px;
   left: 48px;
   top: 395px;
 }

 .button_link_1ef72516f812 {}

 .container_709b1a9fcdb6 {
   position: absolute !important;
   width: 274px;
   height: 436px;
   left: 0px;
   top: 0px;
 }

 .imageview_ccb1f1f3133c {
   width: 184px;
   height: 204px;
   position: absolute !important;
   left: 20px;
   top: 0px;
 }

 .text_3c146a9fc45a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_22ac6c6f3f00 {
   width: 57px;
   height: 1px;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
   position: absolute !important;
   left: 46px;
   top: 38px;
 }

 .container_1748dcd6d456 {
   position: absolute !important;
   width: 148px;
   height: 38px;
   left: 38px;
   top: 0px;
 }

 .text_604c5f7da1f6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 62px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_f4bfde2de69b {
   position: absolute !important;
   width: 223px;
   height: 162px;
   left: 0px;
   top: 228px;
 }

 .container_84f36ba07818 {
   width: 180px;
   height: 41px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_75f92cfcabbe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 38.21px;
   top: 9.03px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .button_19c7da8218d8 {
   position: absolute !important;
   width: 180px;
   height: 41px;
   left: 22px;
   top: 395px;
 }

 .button_link_19c7da8218d8 {}

 .container_04ce38a773e4 {
   position: absolute !important;
   width: 223px;
   height: 436px;
   left: 338px;
   top: 0px;
 }

 .imageview_05a4158ee51e {
   width: 184px;
   height: 204px;
   position: absolute !important;
   left: 53px;
   top: 0px;
 }

 .text_c0b217c052bc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_5e9781a2b57d {
   width: 57px;
   height: 1px;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
   position: absolute !important;
   left: 77px;
   top: 38px;
 }

 .container_4db11044d531 {
   position: absolute !important;
   width: 190px;
   height: 38px;
   left: 42px;
   top: 0px;
 }

 .text_33caca8ab466 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 53px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_347c1d2c2a88 {
   position: absolute !important;
   width: 275px;
   height: 178px;
   left: 0px;
   top: 228px;
 }

 .container_bbb5a560ab39 {
   width: 180px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_65b49bd33969 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 38.21px;
   top: 9.03px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .button_9c62074a2fee {
   position: absolute !important;
   width: 180px;
   height: 41px;
   z-index: 1;
   left: 55px;
   top: 395px;
 }

 .button_link_9c62074a2fee {}

 .container_a918f0c768e4 {
   position: absolute !important;
   width: 275px;
   height: 436px;
   left: 623px;
   top: 0px;
 }

 .container_ca519de6dccb {
   position: absolute !important;
   width: 898px;
   height: 436px;
   left: 185px;
   top: 151px;
 }

 .container_9c312c4f7355 {
   position: absolute !important;
   width: 1280px;
   height: 649px;
   left: 0px;
   top: 0.4px;
   background: #305249;
 }

 .text_1661a6093cc4 {
   width: max-content;
   position: absolute !important;
   left: 174px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_1c8ca9404176 {
   width: 252px;
   height: 313px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_3b824e63384b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 25px;
   top: 0px;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .imageview_dcd5b175f739 {
   width: 99px;
   height: 69px;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 122px;
 }

 .text_474b5ff82198 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_8b0200e8c7ce {
   position: absolute !important;
   width: 114px;
   height: 58px;
   z-index: 1;
   left: 86px;
   top: 42px;
 }

 .text_9b25e0687ae9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 216px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_a2705e062d70 {
   position: absolute !important;
   width: 252px;
   height: 313px;
   left: 0px;
   top: 0px;
 }

 .container_bc698d42828d {
   width: 252px;
   height: 313px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_89ba17df0a6f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 19px;
   top: 0px;
   line-height: 108px;
   font-family: 'Coolvetica';
 }

 .text_02faff7120ac {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 26.4px;
   font-family: 'Coolvetica';
 }

 .container_282e702db861 {
   position: absolute !important;
   width: 160px;
   height: 52px;
   z-index: 1;
   left: 78px;
   top: 37px;
 }

 .text_b6f713552ffb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 216px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_6b854f869fc0 {
   width: 97.77px;
   height: 98.53px;
   z-index: 2;
   position: absolute !important;
   left: 73.47px;
   top: 106px;
 }

 .container_75caa04c09b1 {
   position: absolute !important;
   width: 252px;
   height: 313px;
   left: 281px;
   top: 0px;
 }

 .container_a0dc524f7852 {
   width: 252px;
   height: 313px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_b38cc440090d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 17px;
   top: 0px;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .text_ee496a02e77a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_f108bb3d3efa {
   position: absolute !important;
   width: 105px;
   height: 58px;
   z-index: 1;
   left: 86px;
   top: 41px;
 }

 .text_e4ab53e95a97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 216px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_f5c874590191 {
   width: 93px;
   height: 102px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 104px;
 }

 .container_ebef215a534b {
   position: absolute !important;
   width: 252px;
   height: 313px;
   left: 562px;
   top: 0px;
 }

 .container_91ef281e854d {
   width: 252px;
   height: 313px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_74d2ed7ca52c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 0px;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .text_c0f6577e31ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_ee8fab3cc4c6 {
   position: absolute !important;
   width: 151px;
   height: 58px;
   z-index: 1;
   left: 86px;
   top: 41px;
 }

 .text_6b66795052a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 216px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_07ce02a8ff12 {
   width: 88px;
   height: 99px;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 106px;
 }

 .container_46915fa87089 {
   position: absolute !important;
   width: 252px;
   height: 313px;
   left: 843px;
   top: 0px;
 }

 .container_940520660fd5 {
   position: absolute !important;
   width: 1095px;
   height: 313px;
   left: 0px;
   top: 121px;
 }

 .container_819c4027ed9a {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_5f28b266a613 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_14f7059d371d {
   position: absolute !important;
   width: 261px;
   height: 59px;
   left: 417px;
   top: 497px;
 }

 .button_link_14f7059d371d {}

 .container_4e9a9c3988be {
   position: absolute !important;
   width: 1095px;
   height: 556px;
   left: 97.5px;
   top: 776px;
 }

 .container_0fc96597ed27 {
   position: absolute !important;
   width: 1280px;
   height: 1332px;
   left: 0px;
   top: 413px;
 }

 .container_46fd8fef0bcb {
   position: absolute !important;
   width: 1280px;
   height: 1814px;
   left: 0px;
   top: 810px;
 }

 .container_ff73061fbb11 {
   position: relative !important;
   width: 1280px;
   height: 2584px;
 }

 .text_e7eb09d96523 {
   width: 100%;
   line-height: 56.74px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_329965223ab7 {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2fc1b7aedabd {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_c8a365d31dd9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_9f3cb5ebeb16 {
   position: relative !important;
   width: 261px;
   height: 59px;
 }

 .button_link_9f3cb5ebeb16 {}

 .container_8912ed0a91cb {
   padding: 0 10px 25px 10px;
   height: 552px;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: flex-end;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_8490310c2a03 {
   width: 1280px;
   height: 552px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_8190.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_837ab9278cf7 {
   width: max-content;
   position: absolute !important;
   left: 273px;
   top: 23px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .imageview_b646ffe09933 {
   width: 79px;
   height: 13px;
   position: absolute !important;
   left: 514px;
   top: 530px;
 }

 .imageview_cb8ee7810b98 {
   width: 29.29px;
   height: 49px;
   position: absolute !important;
   left: 1084px;
   top: 282px;
 }

 .imageview_ffc0a4a43028 {
   width: 29.29px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 282px;
 }

 .container_57bcb3b7d332 {
   width: 366px;
   height: 376px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_68857e0e78ac {
   width: 110px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_d711d59cbed3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_35723903dc79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_69ff6b3156c4 {
   position: absolute !important;
   width: 175px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_192cc92e0317 {
   position: absolute !important;
   width: 175px;
   height: 50px;
   z-index: 1;
   left: 123px;
   top: 32px;
 }

 .container_fae953016c8c {
   position: absolute !important;
   width: 298px;
   height: 110px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_538b016106d6 {
   position: absolute !important;
   width: 298px;
   height: 110px;
   z-index: 1;
   left: 34px;
   top: 35px;
 }

 .text_c2396db422b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .container_10f6a0632d2f {
   position: absolute !important;
   width: 288px;
   height: 176px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_6780de7e3e6b {
   position: absolute !important;
   width: 288px;
   height: 176px;
   z-index: 1;
   left: 39px;
   top: 164px;
 }

 .container_541acf46bd9f {
   position: absolute !important;
   width: 366px;
   height: 376px;
   left: 370px;
   top: 115px;
 }

 .container_48020ca40518 {
   width: 299px;
   height: 307px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_b0216ada7f06 {
   width: 95px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_085d27da1885 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .text_f8a1337c230f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 21.56px;
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .container_a37d78e6dce6 {
   position: absolute !important;
   width: 127px;
   height: 39.56px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5b299661a5c9 {
   position: absolute !important;
   width: 127px;
   height: 39.56px;
   z-index: 1;
   left: 106.06px;
   top: 27.59px;
 }

 .container_448e0bb780ec {
   position: absolute !important;
   width: 233.06px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_cccc12562fc5 {
   position: absolute !important;
   width: 233.06px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_b70533fe4e5e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .container_2fe39a74fb48 {
   position: absolute !important;
   width: 234px;
   height: 144px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_f7a3dfb12523 {
   position: absolute !important;
   width: 234px;
   height: 144px;
   z-index: 1;
   left: 11.31px;
   top: 111.24px;
 }

 .container_53d2005f6082 {
   position: absolute !important;
   width: 245.31px;
   height: 255.24px;
   z-index: 1;
   left: 21px;
   top: 22px;
 }

 .container_1216be24a6a6 {
   position: absolute !important;
   width: 299px;
   height: 307px;
   left: 755px;
   top: 150px;
 }

 .container_e147e698bab6 {
   width: 299px;
   height: 307px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_323e2048c02b {
   width: 95px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_253a67736e9b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .text_f7e3c99c9bf6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 21.56px;
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .container_2d0ee0c6e52c {
   position: absolute !important;
   width: 127px;
   height: 39.56px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_b4542a632a11 {
   position: absolute !important;
   width: 127px;
   height: 39.56px;
   z-index: 1;
   left: 106.06px;
   top: 27.59px;
 }

 .container_a8c15dbbb40c {
   position: absolute !important;
   width: 233.06px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e6e77077695f {
   position: absolute !important;
   width: 233.06px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_534acefeb727 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .container_62ced9f1a6a0 {
   position: absolute !important;
   width: 234px;
   height: 144px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c6e45bddd87d {
   position: absolute !important;
   width: 234px;
   height: 144px;
   z-index: 1;
   left: 11.31px;
   top: 111.24px;
 }

 .container_8814bf33f4b0 {
   position: absolute !important;
   width: 245.31px;
   height: 255.24px;
   z-index: 1;
   left: 21px;
   top: 22px;
 }

 .container_be1d9b776279 {
   position: absolute !important;
   width: 299px;
   height: 307px;
   left: 52px;
   top: 150px;
 }

 .container_00b24d22955e {
   position: absolute !important;
   width: 1106px;
   height: 543px;
   left: 0px;
   top: 0px;
 }

 .container_3f6de9eaf19e {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }
.container_3f6de9eaf19e:hover {
  background: #305249;
}
 .text_709e58166cec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 67px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_49332b75a53c {
   position: absolute !important;
   width: 261px;
   height: 59px;
   left: 423px;
   top: 511px;
 }

 .button_link_49332b75a53c {}

 .container_9df70d1fd0dc {
   position: absolute !important;
   width: 1106px;
   height: 644px;
   left: 97px;
   top: 0px;
 }

 .container_ad58aa90db14 {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_d1cd33f259c7 {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_1142ca09ca7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_68ca7aa3fb52 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_3380a12daa6b {
   position: absolute !important;
   width: 520px;
   height: 167px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_11fd2c2d2532 {
   width: 261px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_74feea0c6edf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_979f04380428 {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 1;
   left: 0px;
   top: 204px;
 }

 .button_link_979f04380428 {}

 .container_6d1dfb22ca39 {
   position: absolute !important;
   width: 520px;
   height: 263px;
   z-index: 1;
   left: 0px;
   top: 39px;
 }

 .container_74de1d8d7597 {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 134px;
   top: 36px;
 }

 .container_7d9a8ec76e5c {
   position: absolute !important;
   width: 1280px;
   height: 401px;
   left: 0px;
   top: 0px;
 }

 .imageview_b64934af9a37 {
   width: 788.49px;
   height: 5px;
   position: absolute !important;
   left: 178px;
   top: 0px;
 }

 .imageview_bc87513d9dac {
   width: 248px;
   height: 99px;
   position: absolute !important;
   left: 3.37px;
   top: 0px;
 }

 .imageview_859db83b9c86 {
   width: 51.44px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_2794bec3cd6a {
   width: 51.44px;
   height: 50px;
   position: absolute !important;
   left: 87.45px;
   top: 131px;
 }

 .imageview_c3665b27e759 {
   width: 50.65px;
   height: 49.97px;
   position: absolute !important;
   left: 170.7px;
   top: 130.53px;
 }

 .container_753f922f6ddc {
   position: absolute !important;
   width: 252.08px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_faac718a994b {
   width: 248.99px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_326dbe5b1029 {
   width: 110.09px;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_76b718c3a7ae {
   width: 214.01px;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_619b4923c02e {
   position: absolute !important;
   width: 248.99px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_b17486f616c8 {
   width: 95.69px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_7559ce3d5be8 {
   width: 98.77px;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d0b1b621172e {
   width: 86.43px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_28383e7dad35 {
   width: 214.01px;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_272be935a3a4 {
   width: 137.87px;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a1f849768c6b {
   position: absolute !important;
   width: 214.01px;
   height: 161px;
   left: 330.27px;
   top: 0px;
 }

 .text_86a17c4a40c8 {
   width: 198px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

  .text_86a17c4a40c7 {
   width: 180.05px;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d61b11a641c5 {
   width: 155.36px;
   position: absolute !important;
   left: 0px;
   top: 100px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a3fd14434d23 {
   width: 94.66px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

  .text_a3fd14434d24 {
   width: 180px;
   position: absolute !important;
   left: 0px;
   top: 131px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_95fecec9611c {
   position: absolute !important;
   width: 180.05px;
   height: 93px;
   left: 645.11px;
   top: 0px;
 }

 .container_b18da7e97b19 {
   position: absolute !important;
   width: 825.16px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_469fcdea7bd4 {
   position: absolute !important;
   width: 825.16px;
   height: 161px;
   left: 314.84px;
   top: 10px;
 }

 .container_4535f7e4265e {
   position: absolute !important;
   width: 1140px;
   height: 181px;
   left: 0px;
   top: 40px;
 }

 .container_76e6926cfdd4 {
   position: absolute !important;
   width: 1140px;
   height: 221px;
   left: 70px;
   top: 465px;
 }

 .container_3acaf5f39e7e {
   position: absolute !important;
   width: 1280px;
   height: 748px;
   left: 0px;
   top: 621px;
 }

 .container_ce2dd8a2993c {
   position: relative !important;
   width: 1280px;
   height: 1477px;
 }

 .viewport_097ead6e5ea5 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_7f0eb7473221 {
   width: 109px;
   height: 43px;
 }

 .imageview_7aa5322f8c88 {
   width: 35px;
   height: 35px;
   margin-right: 17px;
 }

 .container_8f3e88e1f2ee {
   width: 100%;
   height: fit-content;
   justify-content: space-between;
   align-items: center;
   
   flex-direction: row;
 }

 .text_19af27ffe06a {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1876dd244ef6 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_efea97cdd0a0 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_ac0de85ecf2c {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_e6725ee8bfda {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_f1844ad3a7a3 {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_4945a1e2fbee {
   width: 100%;
   height: 99px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_8bdaa4ad91c4 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_2e20801fbc05 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_89e1fe9cd44a {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_c7482cbf59b8 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_90946a5c4f50 {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a1f9b6505cc4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_76e3dcb38fc6 {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_76e3dcb38fc6 {}
.container_e22249dff855 {
    padding: 5px 0px 10px 15px;
    width: 100%;
   
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px normal;
    flex-direction: column;
    background: #ffffff;
    box-shadow: -1px 1px 0px 0px #000000;
    border-left: none;
    margin-bottom: 0px;
}

 .text_d695fd074043 {
   width: 100%;
   line-height: 39.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_d620ce51eebd {
   margin: -59px 0 0 0;
   padding: 231px 0 231px 0;
   width: 100%;
   height: 542px;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_5d01a1562979 {
   width: 277px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_742e0845bbd1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 23.33px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_212fdfde41d7 {
   position: relative !important;
   margin: -59px 0 0 0;
   width: 277px;
   height: 59px;
   z-index: 1;
 }

 .button_link_212fdfde41d7 {}

 .container_2d376c126dda {
   padding: 31px 0 31px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_358caab523d2 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_8218.webp");
   background-size: cover;
   background-repeat: no-repeat;
 }

 .imageview_c0b19af68633 {
   width: 216px;
   height: 174px;
   position: absolute !important;
   left: 19px;
   top: 16px;
 }

 .imageview_143462dbc466 {
   width: 163px;
   height: 131px;
   z-index: 1;
   position: absolute !important;
   left: 185px;
   top: 107px;
 }

 .container_6264f8df7e19 {
   width: 37px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 320px;
   top: 211px;
   background: #a52d2a;
   border-radius: 18.5px 18.5px 18.5px 18.5px;
 }

 .imageview_887558645f0f {
   width: 49px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0.24px;
   top: 0px;
 }

 .text_550617ec9afc {
   width: 211.23px;
   height: 62.29px;
   position: absolute !important;
   left: 0px;
   top: 6.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_dde12b45a5a5 {
   width: 357.05px;
   height: 214.79px;
   position: absolute !important;
   left: 6.43px;
   top: 92.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_126d2a0e602f {
   width: 73.98px;
   height: 74.1px;
   position: absolute !important;
   left: 218.73px;
   top: 0px;
 }

 .container_e2c034384b90 {
   width: 274.49px;
   height: 63px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_20b709d2b502 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 52.96px;
   top: 13.88px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_396b0ba1a65a {
   position: absolute !important;
   width: 274.49px;
   height: 63px;
   z-index: 1;
   left: 47.18px;
   top: 290px;
 }

 .button_link_396b0ba1a65a {}

 .container_2f4d5ae910d1 {
   position: absolute !important;
   width: 375px;
   height: 353px;
   left: 0px;
   top: 264px;
 }

 .container_8f0e9ca2c14b {
   position: relative !important;
   width: 375px;
   height: 617px;
 }

 .text_e7ba99f85991 {
   width: 253px;
   height: 130.76px;
   position: absolute !important;
   left: 61px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_6b269d79728f {
   width: 151.35px;
   height: 46.92px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_d2c60e8fdbe7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.03px;
   top: 10.34px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .button_084fbb52adc2 {
   position: absolute !important;
   width: 151.35px;
   height: 46.92px;
   left: 74px;
   top: 1520px;
 }

 .button_link_084fbb52adc2 {}

 .text_340dfd70f12e {
   width: 192px;
   height: 61px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_1041eb513fb8 {
   width: 63.24px;
   height: 1px;
   z-index: 2;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
   position: absolute !important;
   left: 54px;
   top: 40px;
 }

 .container_a3d95a155786 {
   position: absolute !important;
   width: 192px;
   height: 61px;
   z-index: 1;
   left: 69px;
   top: 256px;
 }

 .text_e88448c859c8 {
   width: 303.97px;
   height: 200.28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_d9fab421e1d7 {
   width: 184px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 53px;
   top: 0px;
 }

 .container_5e962cfe999d {
   position: absolute !important;
   width: 303.97px;
   height: 517.72px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c27a544f2616 {
   position: absolute !important;
   width: 303.97px;
   height: 517.72px;
   left: 3.49px;
   top: 1084.24px;
 }

 .container_7d7b6f8e8e64 {
   width: 151.35px;
   height: 46.92px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_9ebd79e0310d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.03px;
   top: 10.34px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .button_b5f561f8f5be {
   position: absolute !important;
   width: 151.35px;
   height: 46.92px;
   left: 69px;
   top: 950px;
 }

 .button_link_b5f561f8f5be {}

 .text_91d59067b4ab {
   width: 166.41px;
   height: 61px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_38f0903b07a8 {
   width: 63.24px;
   height: 1px;
   z-index: 2;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
   position: absolute !important;
   left: 48.81px;
   top: 39.97px;
 }

 .container_cddcfef5c11c {
   position: absolute !important;
   width: 166.41px;
   height: 61px;
   z-index: 1;
   left: 69px;
   top: 256px;
 }

 .text_7ff8e08fe8c1 {
   width: 303.97px;
   height: 200.28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_431b73036c76 {
   width: 184px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 0px;
 }

 .container_c2a21cace0ff {
   position: absolute !important;
   width: 303.97px;
   height: 517.72px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9eecdb2bebe4 {
   position: absolute !important;
   width: 303.97px;
   height: 517.72px;
   left: 0.49px;
   top: 542.24px;
 }

 .container_481e660f3fd7 {
   width: 151.35px;
   height: 46.92px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_1e0c46434215 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.03px;
   top: 10.34px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .button_1b67f8e74f45 {
   position: absolute !important;
   width: 151.35px;
   height: 46.92px;
   left: 66px;
   top: 450px;
 }

 .button_link_1b67f8e74f45 {}

 .text_eb16143e8da3 {
   width: 166.41px;
   height: 61px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_cdf481f84fa3 {
   width: 63.24px;
   height: 1px;
   z-index: 2;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
   position: absolute !important;
   left: 48.81px;
   top: 39.97px;
 }

 .container_6529ea7480da {
   position: absolute !important;
   width: 166.41px;
   height: 61px;
   z-index: 1;
   left: 69px;
   top: 256px;
 }

 .text_2f3a1b8d08df {
   width: 303.97px;
   height: 200.28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_8a1dd0a74e3e {
   width: 167px;
   height: 210px;
   z-index: 1;
   position: absolute !important;
   left: 69px;
   top: 0px;
 }

 .container_081422c112d8 {
   position: absolute !important;
   width: 303.97px;
   height: 517.72px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_840ae43845ad {
   position: absolute !important;
   width: 303.97px;
   height: 517.72px;
   left: 0px;
   top: 0px;
 }

 .container_6b0756369de6 {
   position: absolute !important;
   width: 307.46px;
   height: 1601.97px;
   left: 40.51px;
   top: 151.76px;
 }

 .container_69cf1c289f25 {
   position: relative !important;
   width: 375px;
   height: 1775px;
   background: #305249;
 }

 .text_1a485a842bd8 {
   width: 375px;
   height: 184px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_44bd71496827 {
   width: fit-content;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .text_2a2a205f4171 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_973c41fb6b36 {
   width: 375px;
   height: 106px;
   justify-content: center;
   align-items: center;
   flex-direction: row;
 }

 .imageview_f454d62a88df {
   width: 131px;
   height: 84px;
 }

 .text_59f6b4bcf48c {
   width: 375px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_196d21854a26 {
   width: 100%;
   height: 331px;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
 }

 .text_c259baaa3ae1 {
   width: fit-content;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .text_7272ce1459b5 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_f770591ccd95 {
   width: 375px;
   height: 106px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   flex-direction: row;
 }

 .imageview_610faeebc182 {
   width: 131px;
   height: 97px;
   position: absolute !important;
   left: 122px;
   top: 136px;
 }

 .text_ecb062b62ad0 {
   width: 375px;
   position: absolute !important;
   left: 0px;
   top: 263px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_77bf6425369a {
   width: 63px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 141px;
   top: 161px;
 }

 .container_c60791fb62f8 {
   position: relative !important;
   width: 375px;
   height: 331px;
  
 }

 .text_0e2567f150a0 {
   width: fit-content;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .text_df696a3ca4a2 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_a536792e4277 {
   width: 375px;
   height: 106px;
   justify-content: center;
   align-items: center;
   flex-direction: row;
 }

 .imageview_715411980e1d {
   width: 119px;
   height: 125px;
 }

 .text_7e380c0c3f45 {
   width: 375px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8134b8fded22 {
   width: 100%;
   height: 331px;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
 }

 .text_0999ac600550 {
   width: fit-content;
   line-height: 115.2px;
   font-family: 'Coolvetica';
 }

 .text_a18ef32fb3a8 {
   width: fit-content;
   line-height: 28.8px;
   font-family: 'Coolvetica';
 }

 .container_bdcf653d67f7 {
   width: 375px;
   height: 106px;
   justify-content: center;
   align-items: center;
   flex-direction: row;
 }

 .imageview_2bd0ec167226 {
   width: 105px;
   height: 107px;
 }

 .text_ac52e1b25132 {
   width: 375px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ed21af4d8970 {
   width: 100%;
   height: 331px;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
 }

 .container_0cbe84f2e4ed {
   width: 303px;
   height: 65px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_2a7e82f8d7c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 89.11px;
   top: 14.32px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_2ace207ccc7c {
   position: relative !important;
   width: 303px;
   height: 65px;
 }

 .button_link_2ace207ccc7c {}

 .container_cf39ad76905b {
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .text_1704b63aa5b9 {
   width: 100%;
   line-height: 56.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_68af97b464b2 {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d53d4e2fdd22 {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_70b2e67387ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_f8657e4e476f {
   position: relative !important;
   width: 261px;
   height: 59px;
 }

 .button_link_f8657e4e476f {}

 .container_86b1546dffc1 {
   padding: 0 10px 25px 10px;
   width: 375px;
   height: 678px;
   align-items: center;
   justify-content: flex-end;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_f085999c04a9 {
   width: 375px;
   height: 678px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_8636.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_c662b7a47f66 {
   width: 375px;
   height: 125.91px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_d12752f54c6d {
   position: absolute !important;
   width: 375px;
   height: 125.91px;
   left: 0px;
   top: 0px;
 }

 .container_186188f1c959 {
   width: 155.36px;
   height: 64.04px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_cbca07b38953 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 14.62px;
   top: 14.11px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

.button_30f19fb3cae9 {
    position: absolute !important;
    width: 155.36px;
    height: 64.04px;
    left: 137px;
    top: 6100px;
}

 .button_link_30f19fb3cae9 {}

 .container_1b922b4562c4 {
   position: relative !important;
   width: 375px;
   height: 80px;
 }

 .imageview_79cd3369a909 {
   width: 374px;
   height: 330px;
 }

 .text_b1006a4850f3 {
   width: 374px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_2ca20f8e19fd {
   width: 374px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_38f174c4790b {
   width: 187.72px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_19f3e71d6574 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31.33px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_07b602b73f14 {
   position: relative !important;
   width: 187.72px;
   height: 59px;
   background: #305249;
 }

 .button_link_07b602b73f14 {}

 .container_8f93431c3cc0 {
   padding: 0 0 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_00388b0bcf6d {
 
   height: 722px;
   align-items: anchor-center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_99f76fa7823c {
   width: 215px;
   height: 5px;
 }

 .text_a103d0242c0e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f1436088438c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1b455481bd76 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_022420d90c00 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_b8660aa0de2d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_cef25181fa59 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_e659b64ba254 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f340fe97aa6b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d7cd336c702e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_47347a7339df {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_79a226811e89 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_81e2eff1a22a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_10e5e44696d7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_cfb93689de00 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_d75fa1dd02ab {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_8049af7bed37 {
   padding: 25px 51px 0px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

.imageview_f01a3eb73dfe {
    width: 100%;
    height: 50px;
    font-size: 45px;
    color: #305249;
}

 .container_103024854bca {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_548c37403c9e {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_66d1dfd0d343 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
   background: #ffffff;
   margin-bottom: 0px;
 }

 .container_03a417c5d74d {
   width: 1280px;
   height: 115px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #0000001a;
 }

 .imageview_877d8e3bd359 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_96c9450ad916 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_c2c15d738a58 {
   width: 70px;
   height: 24px;
   z-index: 1;
   align-items: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_a50ebfe694a0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_4188709bc91f {
   width: 11.75px;
   height: 4.93px;
   z-index: 1;
   position: absolute !important;
   left: 58.25px;
   top: 5.84px;
 }

 .container_da070840b2ea {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_7d8149907d94 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_ea04e6ab710f {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_4249ba3b75c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e92e40278493 {
   position: relative !important;
   width: 137px;
   height: 24px;
   z-index: 1;
 }

 .text_e16a85e09e24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_30a7326de799 {
   position: relative !important;
   width: 113px;
   height: 24px;
   z-index: 1;
 }

 .text_ee6067f4eeb0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_9ed29fe2be3f {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_c5457cc97c14 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_032c23745fef {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_e2faa503c4d0 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_d7a0dbed5a9f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_12d4747ff6fe {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_12d4747ff6fe {}

 .container_7da74ecb79ad {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 92px;
   top: 18px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

.container_5385800cc468 {
    position: sticky;
    width: 1280px;
    height: 115px;
    top: 10px;
    z-index: 3;
}

 .imageview_ec369e439546 {
   width: 542.15px;
   height: 650.58px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_dced759d59ee {
   width: 542.15px;
   height: 651px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   border-radius: 73px 0 73px 0;
   opacity: 0.30000001192092896;
 }

 .container_5691d27ca713 {
   position: absolute !important;
   width: 542.15px;
   height: 651px;
   left: 0px;
   top: 0px;
 }

 .text_bdbf26dc9d47 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text-93141204348e_bdbf26dc9d47 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text-90d7d2a02209_bdbf26dc9d47 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text-940a06967975_bdbf26dc9d47 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text-4d3875b72171_bdbf26dc9d47 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text_ccca240f7952 {
   width: 451px;
   position: absolute !important;
   left: 0px;
   top: 230px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_654ce0195265 {
   width: 480px;
   position: absolute !important;
   left: 0px;
   top: 378px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f38a12e32234 {
   width: 460px;
   position: absolute !important;
   left: 0px;
   top: 529px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_27a2714c8fad {
   position: absolute !important;
   width: 480px;
   height: 654px;
   left: 606px;
   top: 11px;
 }

 .container_c423c1ce9117 {
   position: relative !important;
   width: 1086px;
   height: 665px;
 }

 .text_343079b7d1c2 {
   width: 1280px;
   line-height: 56.74px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_d4edf1ddec79 {
   width: 327px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_c0ab7809d7d4 {
   width: max-content;
   position: absolute !important;
   left: 82px;
   top: 352px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_8d13504e3182 {
   width: 54px;
   height: 5px;
   position: absolute !important;
   left: 139px;
   top: 405px;
 }

 .text_b3823eaf721d {
   width: max-content;
   position: absolute !important;
   left: 139px;
   top: 429px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_595dbb018e2f {
   position: absolute !important;
   width: 327px;
   height: 462px;
   left: 0px;
   top: 0px;
 }

 .imageview_42c3e0138357 {
   width: 327px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_7b5a35ad1c35 {
   width: max-content;
   position: absolute !important;
   left: 95px;
   top: 352px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_c2e806bbef4c {
   width: 54px;
   height: 5px;
   position: absolute !important;
   left: 139px;
   top: 405px;
 }

 .text_0a5fabae2848 {
   width: max-content;
   position: absolute !important;
   left: 115px;
   top: 429px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_f5101686c3db {
   position: absolute !important;
   width: 327px;
   height: 462px;
   left: 403px;
   top: 0px;
 }

 .imageview_1cdca7fcc2db {
   width: 327px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_f1504ba1925a {
   width: max-content;
   position: absolute !important;
   left: 85px;
   top: 378px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_2e4004489d67 {
   width: 54px;
   height: 5px;
   position: absolute !important;
   left: 139px;
   top: 431px;
 }

 .text_9a38c91cf9a5 {
   width: max-content;
   position: absolute !important;
   left: 29px;
   top: 455px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_c9b326722b64 {
   position: absolute !important;
   width: 327px;
   height: 495px;
   left: 805px;
   top: 559px;
 }

 .text_38591ca0cd5f {
   width: max-content;
   position: absolute !important;
   left: 78px;
   top: 371px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_ee97a9709487 {
   width: 54px;
   height: 5px;
   position: absolute !important;
   left: 139px;
   top: 424px;
 }

 .text_851643e5dd7e {
   width: max-content;
   position: absolute !important;
   left: 31px;
   top: 448px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_31308b793631 {
   width: 327px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_bf5627e07810 {
   position: absolute !important;
   width: 327px;
   height: 481px;
   left: 0px;
   top: 566px;
 }

 .text_0449a41dcd34 {
   width: max-content;
   position: absolute !important;
   left: 94px;
   top: 371px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_6227c51da9a2 {
   width: 54px;
   height: 5px;
   position: absolute !important;
   left: 139px;
   top: 424px;
 }

 .text_acb0caa53e78 {
   width: max-content;
   position: absolute !important;
   left: 49px;
   top: 448px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_e4b4ecba48b9 {
   width: 327px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_9f2aaeea4af6 {
   position: absolute !important;
   width: 327px;
   height: 481px;
   left: 403px;
   top: 566px;
 }

 .text_f6c13d21123c {
   width: max-content;
   position: absolute !important;
   left: 112px;
   top: 352px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_0e07ce188de2 {
   width: 54px;
   height: 5px;
   position: absolute !important;
   left: 139px;
   top: 405px;
 }

 .text_32f6e14a4bcc {
   width: max-content;
   position: absolute !important;
   left: 12px;
   top: 429px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_d10e1c3c16fd {
   width: 327px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_4a173d7dfd7e {
   position: absolute !important;
   width: 327px;
   height: 514px;
   left: 805px;
   top: 0px;
 }

 .container_470e61a2bafe {
   position: relative !important;
   width: 1132px;
   height: 1054px;
 }

 .text_e92797532e28 {
   width: max-content;
   position: absolute !important;
   left: 324px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .imageview_9a7c4e326bb9 {
   width: 79px;
   height: 13px;
   position: absolute !important;
   left: 514px;
   top: 530px;
 }

 .imageview_b53d3146e2d8 {
   width: 29.29px;
   height: 49px;
   position: absolute !important;
   left: 1084px;
   top: 282px;
 }

 .imageview_4784a9308385 {
   width: 29.29px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 282px;
 }

 .container_65b37f142b80 {
   width: 366px;
   height: 376px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_a895a9494e4a {
   width: 110px;
   height: 110px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_9826a988a728 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_131b1f4c9680 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_fe2ea4b55cc1 {
   position: absolute !important;
   width: 175px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_8bc0cd3d960d {
   position: absolute !important;
   width: 175px;
   height: 50px;
   z-index: 1;
   left: 123px;
   top: 32px;
 }

 .container_8ace3a27c484 {
   position: absolute !important;
   width: 298px;
   height: 110px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ac0af780a2a0 {
   position: absolute !important;
   width: 298px;
   height: 110px;
   z-index: 1;
   left: 34px;
   top: 35px;
 }

 .text_b046fc15a428 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .container_02cf21f8313b {
   position: absolute !important;
   width: 288px;
   height: 176px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_60d4f482e601 {
   position: absolute !important;
   width: 288px;
   height: 176px;
   z-index: 1;
   left: 39px;
   top: 164px;
 }

 .container_da5ac01de64f {
   position: absolute !important;
   width: 366px;
   height: 376px;
   left: 370px;
   top: 115px;
 }

 .container_418a2578cdf6 {
   width: 299px;
   height: 307px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_eb4070550ae4 {
   width: 95px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_2b2a8d0ff218 {
   width: 62.95px;
   height: 21.56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ee6f6e1a50be {
   width: 150.9px;
   height: 21.56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 21.56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_34564c2f6c08 {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c210f400e786 {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 106.06px;
   top: 27.59px;
 }

 .container_8689aca4fba3 {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_badbd6e6352c {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_84d5449635cd {
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_944b74b5e087 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_d0b5504f775f {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 4.31px;
   top: 111.24px;
 }

 .container_a736578019ea {
   position: absolute !important;
   width: 256.96px;
   height: 263px;
   z-index: 1;
   left: 21px;
   top: 22px;
 }

 .container_ec16a9db728a {
   position: absolute !important;
   width: 299px;
   height: 307px;
   left: 755px;
   top: 150px;
 }

 .container_1d7b1ba5477d {
   width: 299px;
   height: 307px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_76432b776753 {
   width: 95px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_bff7eb23dfb9 {
   width: 62.95px;
   height: 21.56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_01e8c7bf9fe2 {
   width: 150.9px;
   height: 21.56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 21.56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_cfca9b938884 {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_21c5792d9a63 {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 106.06px;
   top: 27.59px;
 }

 .container_7176469a5074 {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c31b9b374276 {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_57ea0c3bdc79 {
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2061fc2cf3d2 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c55d3387c454 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 4.31px;
   top: 111.24px;
 }

 .container_5c36936e7d86 {
   position: absolute !important;
   width: 256.96px;
   height: 263px;
   z-index: 1;
   left: 21px;
   top: 22px;
 }

 .container_48b35c333f0a {
   position: absolute !important;
   width: 299px;
   height: 307px;
   left: 52px;
   top: 150px;
 }

 .container_49110956ab3d {
   position: absolute !important;
   width: 1106px;
   height: 543px;
   left: 0px;
   top: 0px;
 }

 .container_e2a4d81b5ec0 {
   position: relative !important;
   width: 1106px;
   height: 543px;
 }

 .container_f8cb9822d73b {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_d7f718a63ebd {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_f3614a366edc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text_6e5b3c74c523 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_fbff08e52d03 {
   position: absolute !important;
   width: 340px;
   height: 171px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c57fc431236e {
   width: 261px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e8e63c87c2cc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_9099f5d5532c {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 1;
   left: 0px;
   top: 204px;
 }

 .button_link_9099f5d5532c {}

 .container_75368d022ed7 {
   position: absolute !important;
   width: 340px;
   height: 263px;
   z-index: 1;
   left: 0px;
   top: 39px;
 }

 .container_b816fc2f10b7 {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 124px;
   top: 36px;
 }

 .container_edf8c32317cf {
   position: relative !important;
   width: 1280px;
   height: 401px;
 }

 .imageview_8232427d34da {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_9c005272eb97 {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_03a6e8af5468 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_0d8917f161db {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_a11812cd736c {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_6809595b0bc1 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_2938d7e2a93f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_1bdff01b6b89 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_fad9b6aaa2a6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_d59d4e120933 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_1120e4c043e4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_43a5ecd9ef14 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_1cd21c6ee7f1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_65e46a04b343 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_9de4f8640ea6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_7bc13188be82 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_55a2188e8f9e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e95e229edf29 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_8b56c9cda883 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_5750c13d797a {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_5181810a34b4 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_0e745580ea60 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_d54dc251e93d {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_931f7f073073 {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .viewport_d9c0a61833bd {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 104px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_253bbeb2f5fc {
   width: 109px;
   height: 43px;
 }

 .imageview_59f1c7b38c62 {
   width: 21px;
   height: 21px;
 }

 .container_1bbedd1bffe7 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_7053f02c1868 {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_3d35ac1f013b {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_6381f1b5a7ac {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_af6ac171aab2 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_9b59176e6e3c {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_8c41ddcc0fb4 {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_212c140dc3ac {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_9ebbf4bb0711 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_681b89e4e1e1 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_8be9eafe1001 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1c1e039218ce {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_1c8163158edd {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6a28d93ef9d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_115247596f37 {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_115247596f37 {}

 .container_84dcf63e9e4b {
   padding: 30px 28px 30px 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_5a0fdd401582 {
   width: 321px;
   height: 385.19px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_7095ed936d4c {
   width: 321px;
   height: 385.44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   border-radius: 73px 0 73px 0;
   opacity: 0.30000001192092896;
 }

 .container_468338af7d63 {
   position: absolute !important;
   width: 321px;
   height: 385.44px;
   left: 0px;
   top: 0px;
 }

 .text_4e90ca4f2f69 {
   width: 321px;
   height: 71px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text-593962411951_4e90ca4f2f69 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text-994d5aeb8892_4e90ca4f2f69 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text-596504d260fe_4e90ca4f2f69 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text-0ca7e2a026e6_4e90ca4f2f69 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text_9bca47dd845b {
   width: 310.25px;
   height: 114px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ca6e8e3cc90a {
   width: 330px;
   height: 123px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 110px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_2a9bcfe93abf {
   width: 316.06px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: 237px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_6ecfaf8a33e4 {
   position: absolute !important;
   width: 330px;
   height: 341px;
   left: 0px;
   top: 71px;
 }

 .container_85735b61c2ca {
   position: absolute !important;
   width: 330px;
   height: 412px;
   left: 0px;
   top: 401px;
 }

 .container_f358eac2d1a1 {
   position: relative !important;
   width: 330px;
   height: 813px;
 }

 .text_fcf0dcdf4376 {
   width: max-content;
   position: absolute !important;
   left: 104px;
   top: 0px;
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .imageview_68dc75833bf0 {
   width: 145px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_7d0d8e768c0e {
   width: 89px;
   height: 15px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_11cc45fd6cf7 {
   width: 26.61px;
   height: 5px;
   position: absolute !important;
   left: 34px;
   top: 23.64px;
 }

 .text_64a1d5b651bf {
   width: 29px;
   height: 15px;
   position: absolute !important;
   left: 30px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_e06369e5693e {
   position: absolute !important;
   width: 89px;
   height: 49px;
   left: 27px;
   top: 155px;
 }

 .container_2ef09fcc325d {
   position: absolute !important;
   width: 144.24px;
   height: 204px;
   left: 4px;
   top: 0px;
 }

 .imageview_9bd21aa48b65 {
   width: 145px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_97723f687bf1 {
   width: 78px;
   height: 15px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_e4cc93c33a71 {
   width: 26.61px;
   height: 5px;
   position: absolute !important;
   left: 28px;
   top: 24px;
 }

 .text_bcc1528bc1f4 {
   width: 58px;
   height: 11px;
   position: absolute !important;
   left: 10px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_cbd6e4d55f30 {
   position: absolute !important;
   width: 78px;
   height: 45px;
   left: 33px;
   top: 155px;
 }

 .container_e8587e4bb5a4 {
   position: absolute !important;
   width: 144.24px;
   height: 200px;
   left: 189px;
   top: 0px;
 }

 .text_dbe66360327b {
   width: 58px;
   height: 15px;
   position: absolute !important;
   left: 51px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_1b2817f9b616 {
   width: 26.61px;
   height: 5px;
   position: absolute !important;
   left: 66px;
   top: 23.64px;
 }

 .text_048bbf216423 {
   width: 152px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_05c632851149 {
   position: absolute !important;
   width: 152px;
   height: 72px;
   left: 0px;
   top: 0px;
 }

 .container_8eafc50ca24a {
   position: absolute !important;
   width: 152px;
   height: 72px;
   left: 0px;
   top: 155px;
 }

 .imageview_d1c53cf4a60b {
   width: 145px;
   height: 145px;
   position: absolute !important;
   left: 8px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_d4a089527435 {
   position: absolute !important;
   width: 152.24px;
   height: 227px;
   left: 0px;
   top: 230px;
 }

 .text_97ebdbc64529 {
   width: 95px;
   height: 15px;
   position: absolute !important;
   left: 25px;
   top: 153px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_0a950aadfb67 {
   width: 26.61px;
   height: 5px;
   position: absolute !important;
   left: 61px;
   top: 177px;
 }

 .text_2ac0067786b5 {
   width: 88px;
   height: 38px;
   position: absolute !important;
   left: 28px;
   top: 187px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_5803e39f7657 {
   width: 145px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_9f7f1c6e5a88 {
   position: absolute !important;
   width: 144.24px;
   height: 225px;
   left: 189px;
   top: 228px;
 }

 .text_b3b7293bc5ad {
   width: 80px;
   height: 15px;
   position: absolute !important;
   left: 36px;
   top: 150px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_bb5cae4a6cb1 {
   width: 26.61px;
   height: 5px;
   position: absolute !important;
   left: 65px;
   top: 173.64px;
 }

 .text_0bce211862c4 {
   width: 152px;
   height: 38px;
   position: absolute !important;
   left: 0px;
   top: 184px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_b0efc88f5dd0 {
   width: 145px;
   height: 145px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_10a3b0fa5eb2 {
   position: absolute !important;
   width: 152px;
   height: 222px;
   left: 0px;
   top: 483px;
 }

 .text_71fd45538b22 {
   width: 91px;
   height: 15px;
   position: absolute !important;
   left: 27px;
   top: 154px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_c14af4dee787 {
   width: 26.61px;
   height: 5px;
   position: absolute !important;
   left: 62px;
   top: 178px;
 }

 .text_dc9ac4b6e390 {
   width: 126px;
   height: 57px;
   position: absolute !important;
   left: 10px;
   top: 188px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_a3a898102c57 {
   width: 145px;
   height: 145px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .container_03f47c991801 {
   position: absolute !important;
   width: 144.24px;
   height: 245px;
   left: 189px;
   top: 481px;
 }

 .container_5bcb6da70ac2 {
   position: absolute !important;
   width: 333.24px;
   height: 726px;
   left: 0px;
   top: 52px;
 }

 .container_684f1b9b9b4e {
   position: relative !important;
   width: 333.24px;
   height: 778px;
 }

 .text_9a6621c19eec {
   width: max-content;
   position: absolute !important;
   left: 48px;
   top: 0px;
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .imageview_b7489d6a24b9 {
   width: 64.49px;
   height: 10.61px;
   position: absolute !important;
   left: 132px;
   top: 334px;
 }

 .imageview_5a51f5c434f3 {
   width: 25.25px;
   height: 41.1px;
   position: absolute !important;
   left: 311.04px;
   top: 111.03px;
 }

 .imageview_011b4eabf03a {
   width: 25.25px;
   height: 41.1px;
   position: absolute !important;
   left: 0px;
   top: 111.03px;
 }

 .container_7ea0525c701b {
   width: 245px;
   height: 300px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_202a94453551 {
   width: 78px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_e475bd5c643a {
   width: 63px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_0d3485830dfd {
   width: 123px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_bb39642f543b {
   position: absolute !important;
   width: 123px;
   height: 67px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9c6750725f2f {
   position: absolute !important;
   width: 123px;
   height: 67px;
   z-index: 1;
   left: 86.41px;
   top: 10.04px;
 }

 .container_6d68f1980697 {
   position: absolute !important;
   width: 209.41px;
   height: 77.44px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_212c087c58fd {
   position: absolute !important;
   width: 209.41px;
   height: 77.44px;
   z-index: 1;
   left: 15.59px;
   top: 0px;
 }

 .text_f1216f544106 {
   width: 240px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9cf645e6e256 {
   position: absolute !important;
   width: 240px;
   height: 168px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5aec2dd15388 {
   position: absolute !important;
   width: 240px;
   height: 168px;
   z-index: 1;
   left: 0px;
   top: 93.04px;
 }

 .container_47cfa196c48a {
   position: absolute !important;
   width: 240px;
   height: 261.04px;
   z-index: 1;
   left: 2px;
   top: 17.96px;
 }

 .container_73b683717c2e {
   position: absolute !important;
   width: 245px;
   height: 300px;
   left: 42px;
   top: 0px;
 }

 .container_724d81dfa91e {
   position: absolute !important;
   width: 375px;
   height: 344.61px;
   left: 0px;
   top: 61px;
 }

 .container_0dbcd16851e6 {
   position: relative !important;
   width: 375px;
   height: 405.61px;
 }

 .container_03c0f90a0092 {
   width: 375px;
   height: 473px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_03c13106a2cf {
   width: 321.02px;
   height: 259px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 49px;
 }

 .text_274ab1ed5897 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text_8ee4b613eb8a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 53px;
   line-height: 19.1px;
   font-family: 'Nunito';
 }

 .container_921fd0840c67 {
   position: absolute !important;
   width: 130px;
   height: 72px;
   z-index: 1;
   left: 5px;
   top: 0px;
 }

 .container_7546c9f67246 {
   width: 153px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_1ba078bf2e7f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 37.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_33473ea3f4eb {
   position: absolute !important;
   width: 153px;
   height: 34px;
   z-index: 1;
   left: 0px;
   top: 86px;
 }

 .button_link_33473ea3f4eb {}

 .container_2be25e5a5f9c {
   position: absolute !important;
   width: 153px;
   height: 120px;
   z-index: 1;
   left: 24px;
   top: 324px;
 }

 .container_959823724cc3 {
   position: relative !important;
   width: 375px;
   height: 473px;
 }

 .imageview_62abad359e83 {
   width: 215px;
   height: 5px;
 }

 .text_7b8674ed0700 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_9eb594ef00cf {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d92a9f98865d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8674e11f70e4 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_f0cb6edb0ef8 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a69faa033b19 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a549171a0732 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_df394207d066 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4c1b4b27096c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_e632b4a21bd6 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_b43807810f8a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_e8af0b2a5fb4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_9cdee360648f {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9d1cd68d6ff5 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_c2c488e658d7 {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_1e76c37ef171 {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_85c2965139e1 {
   width: 100%;
   height: 50px;
   z-index: 1;
 }

 .container_5abcfcc642b7 {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_360e83b90d30 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_d40c4d4d4016 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .container_4ea507169bd4 {
   width: 1280px;
   height: 115px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #0000001a;
 }

 .imageview_fe860247932f {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_9e320e9ac5ca {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_1a41efd31fe0 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_5e694c112d3d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_e9fdfe4235a1 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_dbec4dace986 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_396882c63a23 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_75865defa2cd {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_82bf5995308e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_7f7baef4954a {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_e369de752cd5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b89edd11ca74 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_4463a0b8bcdf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_2819f47d97eb {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_f77e2d8f8436 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_0397497ea62e {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_a30c98975324 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_5baac2076549 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_3673419e55fe {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_3673419e55fe {}

 .container_1861cb142d20 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 92px;
   top: 18px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_0104adee7049 {
    position: sticky;
    width: 1280px;
    height: 115px;
    top: 10px;
    z-index: 3;
 }

 .text_bb7b9e47d7e4 {
   width: 322px;
   height: 69px;
   position: absolute !important;
   left: 55px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

  .text_bb7b9e47d7e5 {
   width: 322px;
   height: 100px  ;
   position: absolute !important;
   left: 55px;
   top: -119px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_7e3a8261f840 {
   width: max-content;
   position: absolute !important;
   left: 55px;
   top: 96px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text_78651cdcda6e {
   width: max-content;
   position: absolute !important;
   left: 55px;
   top: 165px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_d7ec7d7a1c21 {
   width: 180px;
   height: 50px;
   position: absolute !important;
   left: 3px;
   top: 75px;
 }

 .text_75c231b79b64 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .imageview_6b27240a35d8 {
   width: 55.66px;
   height: 61.01px;
   position: absolute !important;
   left: 185px;
   top: 0px;
 }

 .container_2171cb4f2103 {
   position: absolute !important;
   width: 298.66px;
   height: 125px;
   left: 10px;
   top: 253px;
 }

.imageview_64fd4f4155eb {
    width: 38.72px;
    height: 39px;
    position: absolute !important;
    left: 0px;
    top: -101px;
    font-size: 45px;
    color: #305249ff;
}

 .imageview_64fd4f4155ea {
   width: 38.72px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 93px;
 }

 .imageview_488ef7c28cf8 {
   width: 38px;
   height: 24px;
   position: absolute !important;
   left: 1px;
   top: 170px;
 }

 .imageview_ae41f87abb49 {
   width: 31px;
   height: 47px;
   position: absolute !important;
   left: 3px;
   top: 10px;
 }

 .container_af81be082096 {
   position: absolute !important;
   width: 377px;
   height: 378px;
   left: 0px;
   top: 373px;
 }

 .text_134b74d7d933 {
   width: 444px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-335918100e7d_134b74d7d933 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text-e703b2b7c890_134b74d7d933 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text-d77a9891d675_134b74d7d933 {
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .container_0a14f63fce00 {
   position: absolute !important;
   width: 444px;
   height: 285px;
   left: 0px;
   top: 0px;
 }

 .container_35ae3452e555 {
   /* position: absolute !important; */
   width: 554px;
   height: fit-content;
   left: 0px;
   top: 0px;
 }

 .container_4bc7177dccd7 {
   width: 603px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 43px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_1dbddfca40f7 {
   width: 223.76px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_dd8d84793ed6 {
   position: absolute !important;
   width: 603px;
   height: 120px;
   left: 0px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_9bbd7ed44f05 {
   width: 603px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_99bf81311e10 {
   width: 73.54px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d85101158c93 {
   position: absolute !important;
   width: 603px;
   height: 119px;
   left: 0px;
   top: 137px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_44c5ccd316ae {
   width: 603px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_146186ffcbfd {
   width: 64.08px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1101702fa4de {
   position: absolute !important;
   width: 603px;
   height: 119px;
   left: 0px;
   top: 273px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_2da6e79682a3 {
   width: 603px;
   height: 251px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_d8a082763516 {
   width: 231.11px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .input_text_1f26489a4efd {
   width: 603px;
   height: 293px;
   z-index: 998;
   border-radius: 15px 15px 15px 15px;
   color: #a52d2a;
   font-family: 'Nunito';
 }

 .wrapper_input_text_1f26489a4efd {
   position: absolute !important;
   left: 0px;
   top: 409px;
   width: 603px;
   height: 293px;
 }

 .input_text_1f26489a4efd::placeholder {
   width: 231.11px;
   line-height: 32.74px;
   text-align: start;
   word-wrap: break-word;
   color: #a52d2a;
   font-family: 'Nunito';
   letter-spacing: -0.5px;
 }

 .container_a76f7580b986 {
   width: 37px;
   height: 37px;
   border-top: #305249ff solid 5px;
   border-right: #305249ff solid 5px;
   border-bottom: #305249ff solid 5px;
   border-left: #305249ff solid 5px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_e7f8e9bfc8e5 {
   width: 441px;
   height: 33px;
   position: absolute !important;
   left: 45px;
   top: 4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-9f162f508c7c_e7f8e9bfc8e5 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-f4a3f47f4409_e7f8e9bfc8e5 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_de74f5747944 {
   position: absolute !important;
   width: 486px;
   height: 37px;
   left: 7px;
   top: 747px;
 }

 .text_631d0c2b2697 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_ee140909f483 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_9eb36d7d3a9b {
   padding: 13px 115px 13px 115px;
   width: 289px;
   height: 59px;
   position: absolute !important;
   left: 342px;
   top: 805px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_9eb36d7d3a9b {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_c33987e2a50f {
   /* position: absolute !important; */
   width: 631px;
   height: fit-content;
   left: 511px;
   top: 0px;
 }

 .container_nested_c33987e2a50f {
   width: 631px;
   height: 864px;
 }

 .container_5169ada43db8 {
   position: relative !important;
   width: 1146px;
   height: fit-content;
 }

 .imageview_c7ef349cefa3 {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_ea6df6bacafc {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f996fd4ee162 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_6cf7b6e7f987 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_295446d7d0a2 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_b221f4136390 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_3f4936a692d3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_1972d45a6d7a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_8e1b4f2cf5e5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_dd1a1e8a2155 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_88d14ab77faa {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_ad078dafc6b3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_97b158cc0a21 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_fb92b0b59922 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_4ae270039ed3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_8348365215a3 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_9915d4f9ff01 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_1732840f4d9b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_9260c8bbc5c9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_bfb7d8381c93 {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_4d08baaa7818 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_bdb427f8b8c5 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_3fee4da29ae6 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_f45d3ba65cf5 {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .viewport_cad45c55af83 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 109px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_d527827b2b39 {
   width: 109px;
   height: 43px;
 }

 .imageview_d3f894c97466 {
   width: 21px;
   height: 21px;
 }

 .container_9e55db47355d {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_a67cb89962c9 {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_9b8740a7d035 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1d78b7957490 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_508a9d4c04fa {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_565a782c9352 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_da71e794993e {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_07a2afff2e3d {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_027c40417b92 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_8bbb670e2ba5 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_43303de08f12 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_931af9187719 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_5d4a87595fae {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a5dd9f87f21a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_e2158d1f6324 {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_e2158d1f6324 {}

 .container_e0c30b3e695c {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .text_2595c3ee4851 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text-3406a183ee53_2595c3ee4851 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text-6eb2d09d974b_2595c3ee4851 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text-cffc2db60823_2595c3ee4851 {
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text_78c5a2fa7085 {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d1eaa673a5d1 {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_369a4da74c07 {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_51846a37eed3 {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_3010c78518e5 {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_91963cf8c0f4 {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_df3fd587c96c {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_88cdfd3851da {
   width: 100%;
   height: 251px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .container_47e55c541752 {
   width: 20px;
   height: 18px;
   border-top: #305249ff solid 5px;
   border-right: #305249ff solid 5px;
   border-bottom: #305249ff solid 5px;
   border-left: #305249ff solid 5px;
   background: #d9d9d9;
 }

 .text_be7dc3928e7d {
   width: 294.91px;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-ca89b2067c13_be7dc3928e7d {
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .text-ed913dacdd3d_be7dc3928e7d {
   line-height: 17.73px;
   font-family: 'Nunito';
 }

 .container_fd0e4bf51908 {
   width: 100%;
   height: fit-content;
   justify-content: center;
   align-items: flex-start;
   gap: normal 5px;
   flex-direction: row;
 }

 .text_67d555f59a43 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_c8ab33b18f4d {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_54d5fdec721d {
   padding: 13px 115px 13px 115px;
   width: 289px;
   height: 59px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_54d5fdec721d {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_187ebe0fbc55 {
   padding: 25px 25px 25px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_nested_187ebe0fbc55 {
   padding: 25px 25px 25px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .imageview_ba898f17d1ca {
   width: 31px;
   height: 47px;
 }

 .text_99ca92cc608f {
   width: 322px;
   height: 69px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 21.82px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_21ddff479655 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 10px;
   flex-direction: row;
 }

 .imageview_676785de337d {
   width: 38.72px;
   height: 39px;
 }

 .text_e9adeb98d1d5 {
   width: fit-content;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .container_a763ee45842f {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 10px;
   flex-direction: row;
 }

 .imageview_4c1c771e6dea {
   width: 38px;
   height: 24px;
 }

 .text_bb0d9eac709a {
   width: fit-content;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .container_5a2c85f47bcb {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: normal 10px;
   flex-direction: row;
 }

 .text_e1dfb0ff1063 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .imageview_300ba5d2b53a {
   width: 72.91px;
   height: 61.01px;
 }

 .container_117cb537345a {
   width: 291.16px;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

.imageview_3ca4ea642939 {
    width: 100%;
    /* height: 90px; */
    font-size: 67px;
    color: #305249;
}

 .container_c926c9e37ce7 {
   padding: 0 25px 0 25px;
   width: 377px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .imageview_74b80dfb9a64 {
   width: 215px;
   height: 5px;
 }

 .text_4726713602b0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_9ecc01355abd {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_5e25e6fc53a2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_eefffb0e49f6 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_b62123b26faa {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_97805643d06a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_c947c93082b5 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d4648f9ec0e6 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_34f9736518e6 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_98675f833830 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_0739beed901d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_5ef50f5a5b39 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_8e7e469bd59e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c2b2bcf42b00 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_d20f9abc4caf {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_9a126c1ef3ef {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_330bfc3d6066 {
   width: 100%;
   height: 50px;
   z-index: 1;
 }

 .container_2f90c9c07b8c {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_dd029f11761c {
   padding: 25px 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_92fae42bd0de {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .container_e4ab0a50bd93 {
   width: 1280px;
   height: 115px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #0000001a;
 }

 .imageview_178315079125 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_38899344ede2 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_2a0f1180ffe4 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_5e06cfcdb10c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_bdb92c4302d5 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_214581d12c0a {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_694d11c506b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_38c6ca8afa22 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_0d2b69ca0913 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_ecd02104db5d {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_ad91d161cdb0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_289d98717fc6 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_5026650f06ab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_417bb8a2d9cf {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_9373d36ab3b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_fe62083b8b33 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_f46f841e441f {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e9621dc89cda {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_e9815a86a5ab {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_e9815a86a5ab {}

 .container_2b810e421753 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 92px;
   top: 18px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_e96800ace073 {
    position: sticky;
    width: 1280px;
    height: 115px;
    top: 10px;
    z-index: 3;
 }

 .text_15c90f72cc98 {
   width: 500px;
   position: absolute !important;
   left: 0px;
   top: 64.5px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_e3f3059454e1 {
   width: 472px;
   position: absolute !important;
   left: 0px;
   top: 114px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_5e194c9fd477 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .container_e93bf6c0522f {
   position: absolute !important;
   width: 329px;
   height: 57px;
   left: 0px;
   top: 0px;
 }

 .container_8c4f9592d316 {
   position: absolute !important;
   width: 500px;
   height: 239px;
   left: 0px;
   top: 101px;
 }

 .imageview_30ee7ccde5d1 {
   width: 418px;
   height: 463px;
   position: absolute !important;
   left: 532px;
   top: 0px;
 }

 .container_e3450137b9ed {
   position: relative !important;
   width: 950px;
   height: 463px;
 }

 .container_8257f347a678 {
   width: 1280px;
   height: 367px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_80b0cbc49d2b {
   width: 108px;
   height: 113.6px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 0px;
 }

 .text_c2f83c0cf76a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_8ba9336179a7 {
   position: absolute !important;
   width: 154px;
   height: 25px;
   z-index: 1;
   left: 0px;
   top: 130px;
 }

 .container_60e8584f6683 {
   position: absolute !important;
   width: 154px;
   height: 155px;
   z-index: 1;
   left: 0px;
   top: 17px;
 }

 .imageview_a0a28d0b5c39 {
   width: 119px;
   height: 118.99px;
   z-index: 1;
   position: absolute !important;
   left: 35px;
   top: 0px;
 }

 .text_cc40e2cd09dd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_7d3af1ac29f4 {
   position: absolute !important;
   width: 190px;
   height: 25px;
   z-index: 1;
   left: 0px;
   top: 132px;
 }

 .container_c40a774c3637 {
   position: absolute !important;
   width: 190px;
   height: 157px;
   z-index: 1;
   left: 220px;
   top: 16px;
 }

 .imageview_f6aca5106a1e {
   width: 92px;
   height: 116.97px;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 0px;
 }

 .text_3a4725f08c4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_c5e44a200479 {
   position: absolute !important;
   width: 176px;
   height: 75px;
   z-index: 1;
   left: 0px;
   top: 126px;
 }

 .container_40d9b858c035 {
   position: absolute !important;
   width: 176px;
   height: 201px;
   z-index: 1;
   left: 476px;
   top: 12px;
 }

 .imageview_8f35a95c0095 {
   width: 158.53px;
   height: 134.1px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 0px;
 }

 .text_b2d310738555 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_8f1764a53881 {
   position: absolute !important;
   width: 225px;
   height: 25px;
   z-index: 1;
   left: 0px;
   top: 140px;
 }

 .container_e885388e9b1b {
   position: absolute !important;
   width: 225px;
   height: 165px;
   z-index: 1;
   left: 718px;
   top: 0px;
 }

 .container_353f1be54a08 {
   position: absolute !important;
   width: 943px;
   height: 213px;
   z-index: 1;
   left: 169px;
   top: 77px;
 }

 .container_9393def82b31 {
   position: relative !important;
   width: 1280px;
   height: 367px;
 }

 .imageview_fefbc12cada3 {
   width: 490px;
   height: 377px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_ac8d28055dde {
   width: 490px;
   position: absolute !important;
   left: 0px;
   top: 37px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_16ecfc0dcd49 {
   width: 374px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_640941b91ed5 {
   position: absolute !important;
   width: 490px;
   height: 162px;
   left: 0px;
   top: 397px;
 }

 .text_a750e1745454 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_80fc21a2fcb0 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_8580d166fbde {
   padding: 13px 24.5px 13px 24.5px;
   width: 355px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_3da4e81f35d8 {
   position: absolute !important;
   width: 355px;
   height: 59px;
   left: 68px;
   top: 561px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_3da4e81f35d8 {}

 .container_89d3b74af109 {
   position: absolute !important;
   width: 490px;
   height: 620px;
   left: 594px;
   top: 738px;
 }

 .imageview_754f82fb9df2 {
   width: 490px;
   height: 377px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_c3a5896605ea {
   width: 490px;
   position: absolute !important;
   left: 0px;
   top: 37px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f13c9614de18 {
   width: 293px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_5fe37e29bcbc {
   position: absolute !important;
   width: 490px;
   height: 212px;
   left: 0px;
   top: 397px;
 }

 .text_00055e9fa018 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_873a361cf555 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_9ea8897a0fc2 {
   padding: 13px 24.5px 13px 24.5px;
   width: 355px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_6e904e6baff6 {
   position: absolute !important;
   width: 355px;
   height: 59px;
   left: 68px;
   top: 637px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_6e904e6baff6 {}

 .container_adebd5db0220 {
   position: absolute !important;
   width: 490px;
   height: 696px;
   left: 594px;
   top: 0px;
 }

 .imageview_28dcebeb1f76 {
   width: 490px;
   height: 377px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_54f2a60e0f71 {
   width: 490px;
   position: absolute !important;
   left: 0px;
   top: 37px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_3beb6ce75da8 {
   width: 293px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_149986bc7fdc {
   position: absolute !important;
   width: 490px;
   height: 137px;
   left: 0px;
   top: 397px;
 }

 .text_5392524ddba6 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_434b92eaf728 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_fcdb78929208 {
   padding: 13px 24.5px 13px 24.5px;
   width: 355px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_9bf3df3cd6cd {
   position: absolute !important;
   width: 355px;
   height: 59px;
   left: 68px;
   top: 550px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_9bf3df3cd6cd {}

 .container_15057672db3d {
   position: absolute !important;
   width: 490px;
   height: 609px;
   left: 0px;
   top: 744px;
 }

 .imageview_186837c5939a {
   width: 490px;
   height: 377px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_89e78560d2d5 {
   width: 489px;
   position: absolute !important;
   left: 1px;
   top: 434px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_dd75fbfcf893 {
   position: absolute !important;
   width: 490px;
   height: 634px;
   left: 0px;
   top: 0px;
 }

 .container_10bfb22e1248 {
   position: absolute !important;
   width: 490px;
   height: 634px;
   left: 0px;
   top: 0px;
 }

 .text_8f6da9698f64 {
   width: 374px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_2c85c409a8f3 {
   position: absolute !important;
   width: 374px;
   height: 29px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_125423de6f44 {
   position: absolute !important;
   width: 374px;
   height: 29px;
   z-index: 1;
   left: 1px;
   top: 397px;
 }

 .text_f14d981b9358 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_20d22b308815 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_680f3599cd55 {
   padding: 13px 24.5px 13px 24.5px;
   width: 355px;
   height: 59px;
   position: absolute !important;
   left: 68px;
   top: 634px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_680f3599cd55 {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_2d0822b1fd1f {
   position: absolute !important;
   width: 490px;
   height: 693px;
   left: 0px;
   top: 2px;
 }

 .container_fb8bbb58a74e {
   position: relative !important;
   width: 1084px;
   height: 1358px;
 }

 .container_c8ff2a53e39b {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_5eb050d7732f {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_89c3b9cf8f19 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text_fac58945c52f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_c813c7c920f9 {
   position: absolute !important;
   width: 667px;
   height: 167px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_ddcfcc997e96 {
   width: 261px;
   height: 59px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_79d7f0a08ca5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_109d3539dd06 {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 2;
   left: 0px;
   top: 204px;
 }

 .button_link_109d3539dd06 {}

 .container_6dd167651aa4 {
   position: absolute !important;
   width: 667px;
   height: 263px;
   z-index: 2;
   left: 0px;
   top: 39px;
 }

 .container_047c6a1f46c6 {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 124px;
   top: 36px;
 }

 .container_02e82e31b405 {
   position: relative !important;
   width: 1280px;
   height: 401px;
 }

 .imageview_7f7a5184b0a3 {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_8a593a420a6f {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_c03ed5f41acd {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_9e31db27e620 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_303945f57af0 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_2128622fd18a {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_1286991da45c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f64313e709c0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_3e6e122297bc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_1a8bce728c40 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_af0df0251e4f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c6cb643198cf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_97cac52ab8d6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_36231a17d4ab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c536601c53c8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_9199ec87c5bf {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_64f757c4623e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_d68266c165c9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_bf1cb20914e2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_bbb50f831483 {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_d593113113c0 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_75bfb805d0db {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_3744a12a42f1 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_945b8b54954d {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .viewport_131fe343bd54 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 104px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_9156e7448315 {
   width: 109px;
   height: 43px;
 }

 .imageview_f12010e023bb {
   width: 21px;
   height: 21px;
 }

 .container_9b821d19be1a {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_2bac0d168fca {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d150175bf43b {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_0bf2ddd909fb {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_6748f327c24f {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d96c7202edab {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_7f7eff1d5afd {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_ba9f1e4d1659 {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_f66fb7e252e2 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_26fdf61b5d07 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1f4fe4a07db8 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_52f8b1f299f2 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_f9af9b1a8944 {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e04d63d16b36 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_b052492f1bdc {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_b052492f1bdc {}

 .container_b4ae7a8ce05e {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_36b6ea575c25 {
   width: 275px;
   height: 316px;
 }

 .text_c43c519b45a1 {
   width: 345px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_d90119acab67 {
   position: relative !important;
   width: 100%;
   height: 24px;
 }

 .text_9eb86f0e8ab4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_8f1d7285999d {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_78ecc062fd4c {
   padding: 15px 15px 15px 15px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .container_ef5aca672d24 {
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_f86a8912661e {
   width: 111.11px;
   height: 100.62px;
 }

 .text_a698dc31ff85 {
   width: 154px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c25aa2379ff8 {
   width: 100%;
   height: 25px;
   align-items: center;
   justify-content: flex-end;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_35c831304dc8 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .imageview_39fedf5b0e91 {
   width: 102.07px;
   height: 105.4px;
 }

 .text_18c38a0a0c45 {
   width: 190px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_f4189aca6b4d {
   position: relative !important;
   width: 190px;
   height: 25px;
 }

 .container_00a9c20f07c7 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 6px normal;
   flex-direction: column;
 }

 .imageview_ce70f138ba36 {
   width: 102.58px;
   height: 103.6px;
 }

 .text_17fc80616a90 {
   width: 375px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b131ad53b3ec {
   position: relative !important;
   width: 100%;
   height: 75px;
 }

 .container_8c037910edf9 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 9px normal;
   flex-direction: column;
 }

 .imageview_73b5e22e06f7 {
   width: 129.91px;
   height: 118.78px;
 }

 .text_ba24588b12ab {
   width: 225px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_73c5bf0930bd {
   position: relative !important;
   width: 225px;
   height: 25px;
 }

 .container_6963ffbe5d31 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_220f970822ef {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 20px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_b463931d62eb {
   width: 288px;
   height: 377px;
 }

 .text_dd6a6737e809 {
   width: 219.14px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_60db83c7f9aa {
   width: 287px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_dec51f377adf {
   width: fit-content;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .container_947f5ead3608 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_126972faf291 {
   padding: 13px 38px 13px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_126972faf291 {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_1355f3a7a164 {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .imageview_749b829cfd6c {
   width: 288px;
   height: 377px;
 }

 .text_a7e4f4da76bb {
   width: 219.14px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d92e25bf0985 {
   width: 287px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_40e75b0819de {
   width: fit-content;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .container_8a3d9706a160 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_59ae8c24690e {
   padding: 13px 38px 13px 38px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_59ae8c24690e {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_426b6debdd48 {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .imageview_9142595b33db {
   width: 288px;
   height: 377px;
 }

 .text_8b85f136c002 {
   width: 305px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_f1d085dab3d3 {
   width: 287px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d57fd77be48a {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_e903aa421dc3 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_f4243b06967c {
   padding: 13px 19.5px 13px 19.5px;
   width: 345px;
   height: 59px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_f4243b06967c {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_a7eec1afdc47 {
   padding: 44px 0 44px 0;
   width: 100%;
   height: 674px;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .imageview_43dcb7e5f2c0 {
   width: 288px;
   height: 377px;
 }

 .text_4f6b789f6a3a {
   width: 307px;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_4b2b0261c935 {
   width: 287px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1ddaaad6dac4 {
   width: fit-content;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_42b3ff4f5cbc {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .button_7ac6d9891143 {
   padding: 13px 19.5px 13px 19.5px;
   width: 345px;
   height: 59px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_7ac6d9891143 {
   display: flex;
   flex-direction: row;
   gap: normal 10px;
   align-items: center;
 }

 .container_e400c2354f3a {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_ac4df26ab913 {
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 2px normal;
   flex-direction: column;
 }

 .imageview_febac479f8db {
   width: 100%;
   height: 259px;
 }

 .text_a271eb4be8a3 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_ad90711c06e6 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_daa2aeaf8e35 {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_4a2cf722387e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_e76cb4f48d98 {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_e76cb4f48d98 {}

 .container_4626ed437db6 {
   padding: 30px 20px 30px 20px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_90f123de4861 {
   width: 215px;
   height: 5px;
 }

 .text_44e74b6561f0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_b7ce09606a7e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_c62ec6504afc {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1af3c877476a {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_2593cf44bdf0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6875542813c8 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_cd2b2d77adfd {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1f54c08ffb04 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ce3d457dd174 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3d0bc9a1470e {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_db4c00573fc9 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6d804cb253aa {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_03f2e7c77d96 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8f22efeaa436 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_7b041fcd1607 {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_c5ed132d0e30 {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_03fa6b1750b6 {
   width: 100%;
   height: 50px;
 }

 .container_3171e6d1658b {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_3fccc5155f93 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_aeb62637783c {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .container_c8950c404c3c {
   width: 1280px;
   height: 115px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #0000001a;
 }

 .imageview_0da938627c58 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_d25805a23497 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_9d51e7b17ec8 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_5d96b5dd3fbc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_172e664d3908 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_109029c34904 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_24a7ed254ff2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e98ac57340b5 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_23150c038933 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_dd1aa7ce6115 {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_6d6d996be939 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_9ce11b060ba7 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_a338070ab21e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_264db5857833 {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_4173f52bd5dd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_2207fd1a6d73 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_b066ec5a90eb {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_15f79938a0e5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_4c6199c871ab {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_4c6199c871ab {}

 .container_83f641631e11 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 92px;
   top: 18px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_c40843870f56 {
    position: sticky;
    width: 1280px;
    height: 115px;
    top: 10px;
    z-index: 3;
 }

 .text_33b0b262eca7 {
   width: 500px;
   position: absolute !important;
   left: 0px;
   top: 126.5px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1a5451672e90 {
   width: 509px;
   position: absolute !important;
   left: 0px;
   top: 210px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_139ed78b7b15 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_63b9bb99644d {
   position: absolute !important;
   width: 508px;
   height: 116px;
   left: 0px;
   top: 0px;
 }

 .container_9c71e28da8f8 {
   position: absolute !important;
   width: 509px;
   height: 285px;
   left: 0px;
   top: 131px;
 }

 .imageview_639903edfc03 {
   width: 413px;
   height: 459px;
   position: absolute !important;
   left: 537px;
   top: 0px;
 }

 .container_eacd8b884f65 {
   position: relative !important;
   width: 950px;
   height: 459px;
 }

 .container_7ea8cc161227 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 52px normal;
   flex-direction: column;
 }

 .container_53256afb7787 {
   width: 1280px;
   height: 367px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_4fa50876ccd5 {
   width: 108px;
   height: 113.6px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 0px;
 }

 .text_2652f5d42667 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_0eac3f994dc8 {
   position: absolute !important;
   width: 152px;
   height: 25px;
   z-index: 1;
   left: 0px;
   top: 130px;
 }

 .container_9b620ca8e95c {
   position: absolute !important;
   width: 152px;
   height: 155px;
   z-index: 1;
   left: 82px;
   top: 90px;
 }

 .imageview_59274afacb9c {
   width: 119px;
   height: 118.99px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 0px;
 }

 .text_6b62f2f63b24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_4187271d05e4 {
   position: absolute !important;
   width: 165px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 132px;
 }

 .container_23c1e51d23e4 {
   position: absolute !important;
   width: 165px;
   height: 182px;
   z-index: 1;
   left: 260px;
   top: 87px;
 }

 .text_d85cda84c121 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_57133d11c183 {
   position: absolute !important;
   width: 264px;
   height: 75px;
   z-index: 1;
   left: 0px;
   top: 137.71px;
 }

 .imageview_bbae022509d4 {
   width: 121px;
   height: 117.71px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 0px;
 }

 .container_959793ef2aed {
   position: absolute !important;
   width: 264px;
   height: 212.71px;
   z-index: 1;
   left: 943px;
   top: 78px;
 }

 .text_a6fbf8548df6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_f3ef1b07c292 {
   position: absolute !important;
   width: 233px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 130.03px;
 }

 .imageview_e6238d76320a {
   width: 114px;
   height: 113.52px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 0px;
 }

 .container_3b7c3fd20bce {
   position: absolute !important;
   width: 233px;
   height: 180.03px;
   z-index: 1;
   left: 685px;
   top: 88px;
 }

 .imageview_d6f0641186ec {
   width: 92px;
   height: 116.97px;
   z-index: 1;
   position: absolute !important;
   left: 58px;
   top: 0px;
 }

 .text_7edc78c689f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_614f400d0481 {
   position: absolute !important;
   width: 208px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 126px;
 }

 .container_8c5d08939ae9 {
   position: absolute !important;
   width: 208px;
   height: 176px;
   z-index: 1;
   left: 451px;
   top: 90px;
 }

 .container_9f10179f29e8 {
   position: relative !important;
   width: 1280px;
   height: 367px;
 }

 .text_ad99a888bf53 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_a51665654948 {
   position: absolute !important;
   width: 234px;
   height: 58px;
   left: 0px;
   top: 0px;
 }

 .text_653952843bb7 {
   width: 535px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3aa4b4ca54c9 {
   position: absolute !important;
   width: 535px;
   height: 225px;
   left: 0px;
   top: 0px;
 }

 .container_63aef74c7a35 {
   position: absolute !important;
   width: 535px;
   height: 225px;
   left: 0px;
   top: 88px;
 }

 .container_b5da6f91f80f {
   position: absolute !important;
   width: 535px;
   height: 313px;
   left: 620px;
   top: 85px;
 }

 .imageview_c75a3b0d9701 {
   width: 590px;
   height: 483px;
   position: absolute !important;
   left: 5px;
   top: 0px;
 }

 .container_b4cb3e81ceed {
   position: absolute !important;
   width: 595px;
   height: 483px;
   left: 0px;
   top: 0px;
 }

 .container_6b01f12c4380 {
   position: relative !important;
   width: 1155px;
   height: 483px;
 }

 .container_bd66ec32c861 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 43px normal;
   flex-direction: column;
 }

 .container_8e376fb7063f {
   width: 100%;
   height: fit-content;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 61px normal;
   flex-direction: column;
 }

 .text_1c614b528ddf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_5a2c3dabb8c5 {
   position: absolute !important;
   width: 442px;
   height: 232px;
   left: 0px;
   top: 0px;
 }

 .text_e130889f166a {
   width: 535px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_60ac47482cf4 {
   position: absolute !important;
   width: 535px;
   height: 450px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_7d4f3b4256ff {
   position: absolute !important;
   width: 535px;
   height: 450px;
   z-index: 1;
   left: 0px;
   top: 206px;
 }

 .container_a5c087c221e5 {
   position: absolute !important;
   width: 535px;
   height: 656px;
   left: 0px;
   top: 0px;
 }

 .imageview_5cbb5bc52a68 {
   width: 475px;
   height: 385px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_8bbf3518284b {
   position: absolute !important;
   width: 474.28px;
   height: 385px;
   transform-origin: unset;
   transform: rotate(180deg);
   left: 64px;
   top: 0px;
 }

 .container_758892c77864 {
   width: 366px;
   height: 306px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 197px;
   background: #ffffff;
 }

 .imageview_640f163fca8c {
   width: 347px;
   height: 350px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 210px;
 }

 .container_711f9d4f91e3 {
   position: absolute !important;
   width: 538.28px;
   height: 560px;
   left: 578px;
   top: 64px;
 }

 .container_5e6cee4be5a4 {
   position: relative !important;
   width: 1116.28px;
   height: 656px;
 }

 .container_e593c4c67342 {
   width: 537px;
   height: 1361px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_4a46766f796e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 98px;
   top: 52px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_0123e83f54b7 {
   width: 452px;
   height: 100px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 146px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_55fe54df5cee {
   width: 491px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 276px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6ef8ad2001a3 {
   width: 491px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 380px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_78785938b361 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 484px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-d42625acba10_78785938b361 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-084953117190_78785938b361 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_29cdaa5f6037 {
   width: 365px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 589px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-610f35ad4f1a_29cdaa5f6037 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-7d19d335fd7c_29cdaa5f6037 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_379769f1202a {
   width: 439px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 695px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-d733ca461cc1_379769f1202a {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-e7c1599182eb_379769f1202a {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_bb1319c32722 {
   width: 439px;
   height: 102px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 1000px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-4d3fd944d679_bb1319c32722 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-d2d5cbd286ce_bb1319c32722 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_6a10948acc43 {
   width: 439px;
   height: 169px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 801px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-1a6c0aa6d957_6a10948acc43 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-dbf7583d68e8_6a10948acc43 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_e9310a971eaa {
   width: 382px;
   height: 59px;
   z-index: 1;
   border-top: #ffffffff solid 3px;
   border-right: #ffffffff solid 3px;
   border-bottom: #ffffffff solid 3px;
   border-left: #ffffffff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_7cd737c6f6eb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 36.48px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_59014ff4b1b5 {
   position: absolute !important;
   width: 382px;
   height: 59px;
   z-index: 1;
   left: 31px;
   top: 1245px;
 }

 .button_link_59014ff4b1b5 {}

 .container_15ba69240231 {
   position: absolute !important;
   width: 537px;
   height: 1361px;
   left: 2px;
   top: 0px;
 }

 .container_3dfaade995b6 {
   width: 537px;
   height: 827px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   opacity: 0.800000011920929;
 }

 .text_961aee103226 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 52px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_92f2d327980c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 139px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_a9e20365fa04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 328px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-a0f446a7f389_a9e20365fa04 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-b33830d0e4ee_a9e20365fa04 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_403b9f8a5ec5 {
   width: 440px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 234px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-f05770c3cff5_403b9f8a5ec5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-3b05d436351a_403b9f8a5ec5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_72aa22a05429 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 423px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-95235353e9f3_72aa22a05429 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-1ac77af80705_72aa22a05429 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_669f67cbc2af {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 543px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-efd130839e02_669f67cbc2af {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-2e763e0d638e_669f67cbc2af {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_8aa0b5c3147e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 613px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-1a2a911f6f2d_8aa0b5c3147e {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-e673498dfb54_8aa0b5c3147e {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_1343205f5940 {
   width: 354px;
   height: 59px;
   z-index: 1;
   border-top: #305249ff solid 3px;
   border-right: #305249ff solid 3px;
   border-bottom: #305249ff solid 3px;
   border-left: #305249ff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a770dccc3342 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 22.57px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_3c31f11d6dc9 {
   position: absolute !important;
   width: 354px;
   height: 59px;
   z-index: 1;
   left: 42px;
   top: 722px;
 }

 .button_link_3c31f11d6dc9 {}

 .container_4ea1ad353889 {
   position: absolute !important;
   width: 537px;
   height: 827px;
   left: 581px;
   top: 0px;
 }

 .container_0e57e16f9032 {
   position: absolute !important;
   width: 1116px;
   height: 1361px;
   left: -2px;
   top: 0px;
 }

 .text_fe505de520d3 {
   width: 443.28px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 1132px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_cdf63873ec1a {
   position: relative !important;
   width: 1112.28px;
   height: 1361px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_3b8e0c4b8dba {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 76px normal;
   flex-direction: column;
 }

 .text_fc9dbfe93c8a {
   width: max-content;
   position: absolute !important;
   left: 154px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .video_68652ac07f77 {
   width: 996px;
   height: 580px;
   position: absolute !important;
   left: 4px;
   top: 132px;
 }

 .text_29d5791b0781 {
   width: 1004px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d38799e26667 {
   position: absolute !important;
   width: 1004px;
   height: 712px;
   left: 0px;
   top: 74px;
 }

 .container_4bb1ee438ed8 {
   position: relative !important;
   width: 1004px;
   height: 786px;
 }

 .text_9f81248459ca {
   width: 780px;
   position: absolute !important;
   left: 166px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_7bd46af3f02c {
   width: 366px;
   height: 366px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_ebb4a02fca90 {
   width: 366px;
   height: 366px;
   position: absolute !important;
   left: 375px;
   top: 0px;
 }

 .imageview_6b945d62a3b5 {
   width: 366px;
   height: 366px;
   position: absolute !important;
   left: 750px;
   top: 0px;
 }

 .container_acccd18dcd74 {
   position: absolute !important;
   width: 1116px;
   height: 366px;
   left: 0px;
   top: 137px;
 }

 .container_30ad0718068c {
   position: absolute !important;
   width: 1116px;
   height: 503px;
   left: 0px;
   top: 0px;
 }

 .container_e398ab50bf84 {
   position: relative !important;
   width: 1112.28px;
   height: 583px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_d6ecea65823f {
   width: max-content;
   position: absolute !important;
   left: 224px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_deb8b82d53b9 {
   width: 785px;
   position: absolute !important;
   left: 0px;
   top: 91px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_57d1af105d14 {
   position: absolute !important;
   width: 785px;
   height: 191px;
   left: 166px;
   top: 0px;
 }

 .container_d8d3854824d8 {
   width: 1116px;
   height: 702px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffda67;
 }

 .imageview_cd5b62769f90 {
   width: 3px;
   height: 608px;
   z-index: 1;
   position: absolute !important;
   left: 471px;
   top: 0px;
 }

 .text_1212a52ec8d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text_4f230f4ea450 {
   width: 478px;
   z-index: 1;
   position: absolute !important;
   left: 529px;
   top: 330px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_fd27a6f4d59d {
   position: absolute !important;
   width: 1007px;
   height: 608px;
   z-index: 1;
   left: 55px;
   top: 60px;
 }

 .text_088a2b74258d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 525px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text_5996024f16b3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 314px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_f6edd53b3e4e {
   position: absolute !important;
   width: 987px;
   height: 545px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_dd659d9474dc {
   position: absolute !important;
   width: 987px;
   height: 545px;
   z-index: 2;
   left: 65px;
   top: 69px;
 }

 .container_db85514e2d37 {
   position: absolute !important;
   width: 1116px;
   height: 702px;
   left: 0px;
   top: 191px;
 }

 .container_1d1c57c08a39 {
   position: relative !important;
   width: 1116px;
   height: 893px;
 }

 .container_235db5c08196 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 83px normal;
   flex-direction: column;
 }

 .text_c07e6c0ee90b {
   width: max-content;
   position: absolute !important;
   left: 89px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_b096fcb3fe26 {
   width: 829px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 98px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_10ba34892ede {
   position: absolute !important;
   width: 829px;
   height: 198px;
   left: 144px;
   top: 0px;
 }

 .text_7c517b40f321 {
   width: 349px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-fd77a93ff8c0_7c517b40f321 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-2e486011aa9a_7c517b40f321 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_5910d0994e13 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_b5469038afd7 {
   position: absolute !important;
   width: 349px;
   height: 481px;
   left: 0px;
   top: 0px;
 }

 .imageview_872d65ac8f22 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_6e9837e80b53 {
   width: 342px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-3351123f658a_6e9837e80b53 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-7e75c7c67117_6e9837e80b53 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_a7b8ece3a1b2 {
   position: absolute !important;
   width: 342px;
   height: 106px;
   left: 0px;
   top: 339px;
 }

 .container_641325dfc565 {
   position: absolute !important;
   width: 349px;
   height: 445px;
   left: 766px;
   top: 0px;
 }

 .text_f43b6b3a6eb3 {
   width: 309px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-ad3545422e34_f43b6b3a6eb3 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-f6d1d6fb9f33_f43b6b3a6eb3 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_4da3ec6e3765 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_a2df4f1462ab {
   position: absolute !important;
   width: 349px;
   height: 419px;
   left: 383px;
   top: 0px;
 }

 .container_f76741c7da24 {
   position: absolute !important;
   width: 1115px;
   height: 481px;
   left: 0px;
   top: 92px;
 }

 .text_505bcb554291 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_a669b6cfd344 {
   position: absolute !important;
   width: 361px;
   height: 58px;
   left: 1px;
   top: 0px;
 }

 .container_46f9c3454922 {
   position: absolute !important;
   width: 1115px;
   height: 573px;
   left: 0px;
   top: 233px;
 }

 .text_28d6ffe1ca77 {
   width: 349px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-23f809c57a0f_28d6ffe1ca77 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-6dee04764ff6_28d6ffe1ca77 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_4e807817bb69 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_d59ac3146365 {
   position: absolute !important;
   width: 349px;
   height: 458px;
   left: 0px;
   top: 0px;
 }

 .imageview_01099d7306fa {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_03319df1a093 {
   width: 342px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-bafcd250c12b_03319df1a093 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-d9f74997d9d7_03319df1a093 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_8ea6eace3d22 {
   position: absolute !important;
   width: 342px;
   height: 149px;
   left: 0px;
   top: 339px;
 }

 .container_8ea509cdfa88 {
   position: absolute !important;
   width: 349px;
   height: 488px;
   left: 766px;
   top: 0px;
 }

 .text_8739791d47d1 {
   width: 309px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-73472f00ff86_8739791d47d1 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-72581cfa50e2_8739791d47d1 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_84adc82ea86e {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6f90e79fa02c {
   position: absolute !important;
   width: 349px;
   height: 487px;
   left: 383px;
   top: 0px;
 }

 .container_31b1390fef2e {
   position: absolute !important;
   width: 1115px;
   height: 488px;
   left: 0px;
   top: 97px;
 }

 .text_f91a3df22a6d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_fde04e2719c3 {
   position: absolute !important;
   width: 456px;
   height: 58px;
   left: 1px;
   top: 0px;
 }

 .container_3f4cad5403ae {
   position: absolute !important;
   width: 1115px;
   height: 585px;
   left: 0px;
   top: 864px;
 }

 .container_c67daf648f50 {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_8c276ed8a06a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_6cdf2eb18c3d {
   position: absolute !important;
   width: 261px;
   height: 59px;
   left: 428px;
   top: 1500px;
 }

 .button_link_6cdf2eb18c3d {}

 .container_da5f951f03e2 {
   position: relative !important;
   width: 1115px;
   height: 1559px;
 }

 .container_3e3253f294b6 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 135px normal;
   flex-direction: column;
 }

 .container_0d9acd73215f {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 52px normal;
   flex-direction: column;
 }

 .container_54c0223bbe9c {
   padding: 0 83.86px 0 83.86px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 57px normal;
   flex-direction: column;
 }

 .container_3af041fadbbc {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 52px normal;
   flex-direction: column;
 }

 .container_ab5c41507ed0 {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_facf4e3d8396 {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_89665289497b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_6dabdc42842a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_0774ec8434e0 {
   position: absolute !important;
   width: 513px;
   height: 167px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5371fb939e44 {
   width: 261px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_2f0e92602450 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_35fee93b66bf {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 1;
   left: 0px;
   top: 204px;
 }

 .button_link_35fee93b66bf {}

 .container_d0e8e8949631 {
   position: absolute !important;
   width: 513px;
   height: 263px;
   z-index: 1;
   left: 0px;
   top: 39px;
 }

 .container_43a3258895bb {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 124px;
   top: 36px;
 }

 .container_6298fcfd3eff {
   position: relative !important;
   width: 1280px;
   height: 401px;
 }

 .imageview_deaa79d123ef {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_e9d1869da6aa {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_161a9329ae5a {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_49b0e442adc7 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_92de551c5965 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_dab171aad191 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_2da4417fc347 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_957f7643ee8c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_b73293c445ed {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_eee8968118b4 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_6b443d9ea6ca {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_979573da39dd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_23f2fc9c3e54 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_420f6e71397d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_561494323a5a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_d895b1f24dd5 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_f20b93b83838 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e01fa704364b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_a36b38c0999f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_a3b86233c8a3 {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_0267e70a3878 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_891a39c31e9f {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_4f10ed56e476 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_4ae271f2442a {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .container_722139e0a73e {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 187px normal;
   flex-direction: column;
 }

 .viewport_2a7e67335643 {
   padding: 0 0 125.5px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 135px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_0325eb6e604d {
   width: 109px;
   height: 43px;
 }

 .imageview_40bac6a7d23a {
   width: 21px;
   height: 21px;
 }

 .container_9124b0891c42 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_437f81bf5689 {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_214b68d26161 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_f3adb8c81ebb {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_fc6c500550aa {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_e70168a5074f {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_232cba7393ed {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_3c932fc44a66 {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_d7c1b196f6f9 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_06cb6aea0914 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_89cdd539a1f4 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_613cd6f2538d {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_76d7b2c70f15 {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_c1b5d575e392 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_645f865cad8a {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_645f865cad8a {}

 .container_b5a2d144dd99 {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_97c205d5598e {
   width: 283px;
   height: 304px;
 }

 .text_02262fcd9f0a {
   width: 295px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_5b80f29a1c4f {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_bf89e20192d4 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1cbd399eaf94 {
   padding: 15px 15px 15px 15px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_6104e3fc0978 {
   padding: 25px 25px 25px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_e128dc03177f {
   width: 125px;
   height: 125px;
 }

 .text_255d69b8239d {
   width: 154px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_acb849b38e21 {
   width: 100%;
   height: 25px;
   align-items: center;
   justify-content: flex-end;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_bb803efcced2 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .imageview_3cdea496d33e {
   width: 102.07px;
   height: 105.4px;
 }

 .text_b0f1113c0f63 {
   width: 295px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_acfe1ccc66ff {
   position: relative !important;
   width: 100%;
   height: 50px;
 }

 .container_acbe0c346334 {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 6px normal;
   flex-direction: column;
 }

 .imageview_3928708615cf {
   width: 92px;
   height: 116.97px;
 }

 .text_133f4dccb2db {
   width: 295px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c2b2e8d35dba {
   position: relative !important;
   width: 100%;
   height: 50px;
 }

 .container_fa4c86a4978a {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 9px normal;
   flex-direction: column;
 }

 .imageview_bb6dd780105c {
   width: 114px;
   height: 113.52px;
 }

 .text_3741addce96a {
   width: 295px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_417444de2285 {
   position: relative !important;
   width: 100%;
   height: 50px;
 }

 .container_95204033491b {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 9px normal;
   flex-direction: column;
 }

 .imageview_5b404ba7f7a5 {
   width: 121px;
   height: 117.71px;
 }

 .text_213a756ba0c3 {
   width: 295px;
   height: 75px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_97432ad470f9 {
   position: relative !important;
   width: 100%;
   height: 75px;
 }

 .container_8219ee653254 {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_1b2de458b2af {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 20px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_ad5cdd001706 {
   width: 100%;
   height: 483px;
 }

 .text_13d64e60e1eb {
   width: 100%;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_edef5bf25afa {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9f88dfa2e09a {
   padding: 20px 25px 20px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .imageview_b2d193266559 {
   width: 287px;
   height: 385px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_c74aebd71b67 {
   position: absolute !important;
   width: 286.36px;
   height: 385px;
   transform-origin: unset;
   transform: rotate(180deg);
   left: 38.64px;
   top: 0px;
 }

 .container_aee79c644223 {
   width: 220.98px;
   height: 306px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 197px;
   background: #ffffff;
 }

 .imageview_faea60c2a657 {
   width: 210px;
   height: 350px;
   z-index: 2;
   position: absolute !important;
   left: 2.42px;
   top: 210px;
 }

 .container_f724a1e580c9 {
   position: relative !important;
   width: 100%;
   height: 560px;
 }

 .text_cdb9c7c774b0 {
   width: 100%;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_48c35b4df6cc {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_556002c2ceea {
   padding: 20px 25px 20px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_622934049881 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 2px normal;
   flex-direction: column;
 }

 .text_0235be37b12d {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_576bd2242a98 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ef779a5d2572 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_34821dad2e75 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_110c7f6f56f1 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_c41de8b0014e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c1495d0cb404 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_c64ed9b587d9 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_109c1684bcf2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_7871cb787755 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_a337e0ded116 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4d6b6c13ed53 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_bb9fb3d2970e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_cc2eb5409d72 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_dc8aa5f17112 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_57e9c4fe6158 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_367f313f2bd7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_18f0730234ff {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3b64b0754994 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_efe48a40e07a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_2fcd857fa260 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1f25ac53e976 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_19e98790d02d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_236073c6463d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c0a41eb762c3 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .container_60458127dfcc {
   width: 325px;
   height: 59px;
   border-top: #ffffffff solid 3px;
   border-right: #ffffffff solid 3px;
   border-bottom: #ffffffff solid 3px;
   border-left: #ffffffff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_23f34df326ba {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8.35px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_7b9741b82277 {
   position: relative !important;
   width: 100%;
   height: 59px;
 }

 .button_link_7b9741b82277 {}

 .container_394e1d43ccb9 {
   padding: 30px 25px 30px 25px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .text_5a45025d4f5c {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_a70e779952d7 {
   width: 797px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1fd5fa7530df {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_7af59bfba815 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_2a0c99b142fa {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_443f9d6af6b2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_09356766ebfc {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_296e19e6bf79 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_063198d7c3fe {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_e8aca43d0fa8 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_55c9e17841b1 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_fbd70cf7705c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8d70f9662995 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_e3892757aced {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_45d92294e2d4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_4b8ef7d12ea6 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_d2ef3bb1f4e7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_3758447f759d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b7fb12e057c7 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .container_92ebd069912b {
   width: 325px;
   height: 59px;
   border-top: #305249ff solid 3px;
   border-right: #305249ff solid 3px;
   border-bottom: #305249ff solid 3px;
   border-left: #305249ff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_7d164878b997 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8.35px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_d00a4c0c0fd3 {
   position: relative !important;
   width: 100%;
   height: 59px;
 }

 .button_link_d00a4c0c0fd3 {}

 .container_d0cc9741ca09 {
   padding: 30px 25px 30px 25px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #ffda67;
 }

 .text_b92f5ab48889 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_860461ec252d {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_07c1b9d3df4c {
   width: 100%;
   aspect-ratio: 1 / 0.5824088748019017;
 }

 .text_bca2d6208e18 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_a3d42b10ab04 {
   width: 100%;
   height: 310px;
 }

 .imageview_b8128bde8eea {
   width: 100%;
   height: 310px;
 }

 .imageview_c0a577c44598 {
   width: 100%;
   height: 310px;
 }

 .container_166d23cd9977 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 3px normal;
   flex-direction: column;
 }

 .container_877b0b4b18e3 {
   padding: 15px 30px 15px 30px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .text_9c6cecba30cd {
   width: fit-content;
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text_8a2b68a210e7 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ede8a76f787f {
   padding: 0 20px 0 20px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_841c94e15de5 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-dd311619c5c3_841c94e15de5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-c8078407c947_841c94e15de5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_0c76b758fda7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-9a0b82f612bb_0c76b758fda7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-42bfe687233c_0c76b758fda7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_7cd5bfe38adf {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-c0e6db47582e_7cd5bfe38adf {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-0e24499bb6dc_7cd5bfe38adf {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_446c00eb9a8f {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-76c4f027474b_446c00eb9a8f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-6438c7076413_446c00eb9a8f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_b3c3a35d44ac {
   padding: 15px 20px 15px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #ffda67;
 }

 .text_7c7e60c2ca4f {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_8aee7c467dbf {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_363b4fa080c4 {
   padding: 0 20px 0 20px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_10e6c8a0b461 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 17px normal;
   flex-direction: column;
 }

 .text_f5db887a9ed4 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_7b542b64160f {
   width: 325px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-11a1fbf561d8_7b542b64160f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-aabe732e91e2_7b542b64160f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-94d0432f919d_7b542b64160f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_a95ca304f464 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_735f69ca9d3a {
   position: relative !important;
   width: 100%;
   height: 429px;
 }

 .text_7441a893baec {
   width: 287.75px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-b7f4449d4133_7441a893baec {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-a1b20b27c691_7441a893baec {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_734e9330a798 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_9cea892e69ba {
   position: relative !important;
   width: 100%;
   height: 400px;
 }

 .imageview_832ff255c850 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_a97382e9d70a {
   width: 318.48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-10738ea639e6_a97382e9d70a {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-044adb3e5ca5_a97382e9d70a {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-1eaee7ad32e0_a97382e9d70a {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-71ccaec6c833_a97382e9d70a {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_9272a4472c74 {
   position: absolute !important;
   width: 318.48px;
   height: 100px;
   left: 0px;
   top: 339px;
 }

 .container_1228b514c449 {
   position: relative !important;
   width: 100%;
   height: 439px;
 }

 .text_9120ac46659e {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_c87eb8083758 {
   width: 325px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-21ad5e81250d_c87eb8083758 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-f0e2af48e4f0_c87eb8083758 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_d04fead4454c {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_393a14a466c7 {
   position: relative !important;
   width: 100%;
   height: 448px;
 }

 .text_c6121cd10109 {
   width: 287.75px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-11c0d52a4c16_c6121cd10109 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-e809f6e834c7_c6121cd10109 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_d7386c435217 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_12bf3ae64509 {
   position: relative !important;
   width: 100%;
   height: 487px;
 }

 .imageview_04f2eb8261bc {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_6e862ac4e1c5 {
   width: 318.48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-0ece41155cc2_6e862ac4e1c5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-3bc834a3f5c9_6e862ac4e1c5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_0161c6d678a6 {
   position: absolute !important;
   width: 318.48px;
   height: 131px;
   left: 0px;
   top: 339px;
 }

 .container_ae2b8eb92c9c {
   position: relative !important;
   width: 100%;
   height: 470px;
 }

 .container_d0a39423f3a6 {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_9ac72fd17017 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_ec688b8a5d2e {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_ec688b8a5d2e {}

 .container_8e4143b19ae0 {
   padding: 30px 25px 30px 25px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 30px normal;
   flex-direction: column;
 }

 .imageview_80e163fc73f0 {
   width: 100%;
   height: 259px;
 }

 .text_3d429f5e5c25 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_5a0565d3f2df {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_4fd774898e04 {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_64893bad2da9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_a065fd40293e {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_a065fd40293e {}

 .container_d1d4775eac47 {
   padding: 30px 20px 30px 20px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_74e9c748294c {
   width: 215px;
   height: 5px;
 }

 .text_b641ffe58af2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_3a22b62c0686 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_df63b019f636 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c45917cef5cd {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_ec8302afa4cc {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_7a6ada614b42 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ace059be2a26 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6ae4c177a5b5 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ccfcdbc1d6be {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5152e3d67496 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_78140f8089d1 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_51540c525c7f {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_fb10e3f16362 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a77c37246750 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_9af11145031c {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_347a5cc3fcaa {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_91ecabd3f94d {
   width: 100%;
   height: 50px;
   z-index: 1;
 }

 .container_c383dd468412 {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_d90ce5f0d97b {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_49d1ac9694dc {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .container_2eff0f57b3de {
   width: 1280px;
   height: 115px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #0000001a;
 }

 .imageview_7c208acee753 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_f24883ffd93c {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_15f4b6a99c00 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_827794497136 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_06c5c3b7afed {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_8e55c936e39e {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_839b9f83855b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e5cf35a493e1 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_8f7d75c37568 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_760a0e0b0eb2 {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_e235fcebd685 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_1cfe84be7618 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_1e508dda6f5c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_f27096092b72 {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_10bb2bb87ce2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_80155c633c49 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_f3a8507e1f93 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_b242219c85f9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_4ff36cead40b {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_4ff36cead40b {}

 .container_be79588fa78d {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 92px;
   top: 18px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_04f30d26a224 {
    position: sticky;
    width: 1280px;
    height: 115px;
    top: 10px;
    z-index: 3;
 }

 .imageview_5f2a2480b478 {
   width: 414px;
   height: 459px;
   position: absolute !important;
   left: 536px;
   top: 0px;
 }

 .text_ceb729f34a4c {
   width: 500px;
   position: absolute !important;
   left: 0px;
   top: 64.5px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f563b3201bda {
   width: 509px;
   position: absolute !important;
   left: 0px;
   top: 148px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d015bc48f761 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_7ebbe05721e8 {
   position: absolute !important;
   width: 472px;
   height: 58px;
   left: 0px;
   top: 0px;
 }

 .container_93bdb1fb044d {
   position: absolute !important;
   width: 509px;
   height: 198px;
   left: 0px;
   top: 131px;
 }

 .container_183302742867 {
   position: relative !important;
   width: 950px;
   height: 459px;
 }

 .container_92b515f8fcd9 {
   width: 1280px;
   height: 367px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_26b48af8b887 {
   width: 108px;
   height: 113.6px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 0px;
 }

 .text_3f59af3db83e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_54b2e9ddcbfb {
   position: absolute !important;
   width: 152px;
   height: 25px;
   z-index: 1;
   left: 0px;
   top: 130px;
 }

 .container_508d6b06f4f8 {
   position: absolute !important;
   width: 152px;
   height: 155px;
   z-index: 1;
   left: 0px;
   top: 29px;
 }

 .imageview_01b3e0829d52 {
   width: 119px;
   height: 118.99px;
   z-index: 1;
   position: absolute !important;
   left: 23px;
   top: 0px;
 }

 .text_fb6049c0c90e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_3000dc2de003 {
   position: absolute !important;
   width: 165px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 132px;
 }

 .container_cd16d86489a1 {
   position: absolute !important;
   width: 165px;
   height: 182px;
   z-index: 1;
   left: 220px;
   top: 16px;
 }

 .text_a458db6f8137 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_6d573152a605 {
   position: absolute !important;
   width: 264px;
   height: 75px;
   z-index: 1;
   left: 0px;
   top: 138px;
 }

 .imageview_3140f98a06e0 {
   width: 121px;
   height: 117.71px;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 0px;
 }

 .container_0222b82c548c {
   position: absolute !important;
   width: 264px;
   height: 213px;
   z-index: 1;
   left: 726px;
   top: 0px;
 }

 .text_755ed775333f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_065f737e7298 {
   position: absolute !important;
   width: 233px;
   height: 50px;
   z-index: 1;
   left: 0px;
   top: 130.03px;
 }

 .imageview_5b3f1d27ac42 {
   width: 114px;
   height: 113.52px;
   z-index: 1;
   position: absolute !important;
   left: 60px;
   top: 0px;
 }

 .container_4205c781cd68 {
   position: absolute !important;
   width: 233px;
   height: 180.03px;
   z-index: 1;
   left: 450px;
   top: 16px;
 }

 .container_b05d0c020e39 {
   position: absolute !important;
   width: 990px;
   height: 213px;
   z-index: 1;
   left: 145px;
   top: 77px;
 }

 .container_491a4133b5c8 {
   position: relative !important;
   width: 1280px;
   height: 367px;
 }

 .text_843d528296f2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_e20281c56c24 {
   position: absolute !important;
   width: 438px;
   height: 174px;
   left: 0px;
   top: 0px;
 }

 .text_caf1930d19a1 {
   width: 535px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_0dfb97155b3e {
   position: absolute !important;
   width: 535px;
   height: 275px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_2a90d6e76d21 {
   position: absolute !important;
   width: 535px;
   height: 275px;
   z-index: 1;
   left: 0px;
   top: 133px;
 }

 .container_789241abfb97 {
   position: absolute !important;
   width: 535px;
   height: 408px;
   left: 624px;
   top: 38px;
 }

 .imageview_9dab9fda0f98 {
   width: 595px;
   height: 483px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_161b60b651cc {
   position: absolute !important;
   width: 1159px;
   height: 483px;
   left: 0px;
   top: 0px;
 }

 .container_1d3cb281592a {
   position: absolute !important;
   width: 1159px;
   height: 483px;
   left: 0px;
   top: 0px;
 }

 .container_147ae3c90d4a {
   position: relative !important;
   width: 1159px;
   height: 483px;
 }

 .text_021d3d4f77bc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_61940ad0de62 {
   position: absolute !important;
   width: 442px;
   height: 232px;
   left: 0px;
   top: 0px;
 }

 .text_a8f5382a1737 {
   width: 535px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2c3bac7f4a79 {
   position: absolute !important;
   width: 535px;
   height: 450px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e69011d3c1d5 {
   position: absolute !important;
   width: 535px;
   height: 450px;
   z-index: 1;
   left: 0px;
   top: 206px;
 }

 .container_464735bb3b17 {
   position: absolute !important;
   width: 535px;
   height: 656px;
   left: 0px;
   top: 0px;
 }

 .imageview_df3898ca1dc1 {
   width: 475px;
   height: 385px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6cfb036f7a9f {
   position: absolute !important;
   width: 474.28px;
   height: 385px;
   transform-origin: unset;

   left: 64px;
   top: 0px;
 }

 .container_c7cfc2234038 {
   width: 366px;
   height: 306px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 197px;
   background: #ffffff;
 }

 .imageview_d3776b932cd4 {
   width: 347px;
   height: 350px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 210px;
 }

 .container_2c542bd48a4b {
   position: absolute !important;
   width: 538.28px;
   height: 560px;
   left: 578px;
   top: 64px;
 }

 .container_8eea63640e35 {
   position: relative !important;
   width: 1116.28px;
   height: 656px;
 }

 .container_bfcaf34aa408 {
   width: 537px;
   height: 1214px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_e3876b675b10 {
   width: 448px;
   height: 73px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-40e5ca560f3d_e3876b675b10 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-e44df1f1183b_e3876b675b10 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_70bca40b3e56 {
   position: absolute !important;
   width: 448px;
   height: 73px;
   z-index: 1;
   left: 37px;
   top: 997px;
 }

 .text_52ec6111187a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 98px;
   top: 52px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_a64f728f7bf2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 146px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f39ce015e503 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 354px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e7c861c03549 {
   width: 410px;
   height: 68px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 266px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-a13b38b0dee7_e7c861c03549 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-43aedf8b3835_e7c861c03549 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e82aaea877aa {
   width: 323px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 449px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-ecc65d4ecbad_e82aaea877aa {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-b2bcefc84f0c_e82aaea877aa {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c9f79042b0a5 {
   width: 453px;
   height: 124px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 734px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-5307eb63ebbc_c9f79042b0a5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-53e4fc8627ee_c9f79042b0a5 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_0b2a6d06f58d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 639px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-b1c24ea8d5a0_0b2a6d06f58d {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-9af345e31254_0b2a6d06f58d {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_16d938297d67 {
   width: 365px;
   height: 76px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 543px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-7c8226a5086d_16d938297d67 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-61c95dfa4bd1_16d938297d67 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_b78631f1d48f {
   width: 443px;
   height: 99px;
   z-index: 1;
   position: absolute !important;
   left: 37px;
   top: 878px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-4625b610cee9_b78631f1d48f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-65718281e0da_b78631f1d48f {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_774f2ac30602 {
   width: 364px;
   height: 59px;
   z-index: 1;
   border-top: #ffffffff solid 3px;
   border-right: #ffffffff solid 3px;
   border-bottom: #ffffffff solid 3px;
   border-left: #ffffffff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_594a0442f5e6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 27.75px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_3b1b9747f38c {
   position: absolute !important;
   width: 364px;
   height: 59px;
   z-index: 1;
   left: 37px;
   top: 1116px;
 }

 .button_link_3b1b9747f38c {}

 .container_659fc736cfe2 {
   position: absolute !important;
   width: 537px;
   height: 1214px;
   left: 0px;
   top: 0px;
 }

 .container_f7ecd42cf261 {
   width: 537px;
   height: 827px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   opacity: 0.800000011920929;
 }

 .text_06b5185b2de2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 77px;
   top: 52px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_e4ab3e8e102b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 139px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-0738e43e9020_e4ab3e8e102b {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-91dcc6a9a612_e4ab3e8e102b {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_34bf68ef5b99 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 328px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-2234c111e132_34bf68ef5b99 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-f7108ba9d353_34bf68ef5b99 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_52ba474da2df {
   width: 440px;
   height: 74px;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 234px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-04a6c7fcfea7_52ba474da2df {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-ddf2d25074fa_52ba474da2df {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_03db9a6d6209 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 423px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-5aaab244f658_03db9a6d6209 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-0e458f4ccde1_03db9a6d6209 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f883480b2664 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 543px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-d395f5d0bc42_f883480b2664 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-a176bd6c8a52_f883480b2664 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_2beb425e906e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 42px;
   top: 613px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-a939ae3201cd_2beb425e906e {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-f3fbc8a99d23_2beb425e906e {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_50b5ad009626 {
   width: 354px;
   height: 59px;
   z-index: 1;
   border-top: #305249ff solid 3px;
   border-right: #305249ff solid 3px;
   border-bottom: #305249ff solid 3px;
   border-left: #305249ff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_5c0a24654c98 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 22.57px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_2f4ba051bdf3 {
   position: absolute !important;
   width: 354px;
   height: 59px;
   z-index: 1;
   left: 42px;
   top: 722px;
 }

 .button_link_2f4ba051bdf3 {}

 .container_2767857e1993 {
   position: absolute !important;
   width: 537px;
   height: 827px;
   left: 579px;
   top: 0px;
 }

 .container_e79349008a1a {
   position: relative !important;
   width: 1116px;
   height: 1214px;
 }

 .text_0632f4feb6e0 {
   width: max-content;
   position: absolute !important;
   left: 154px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .video_95e75f0ad814 {
   width: 996px;
   height: 580px;
   position: absolute !important;
   left: 4px;
   top: 132px;
 }

 .text_529519d0b0ff {
   width: 1004px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_212e0042fba5 {
   position: absolute !important;
   width: 1004px;
   height: 712px;
   left: 0px;
   top: 74px;
 }

 .container_053b0264b245 {
   position: relative !important;
   width: 1004px;
   height: 786px;
 }

 .text_e5d080878a42 {
   width: 780px;
   position: absolute !important;
   left: 168px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_de8ddf5bbd9a {
   width: 366px;
   height: 366px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_0cbc2856d13d {
   width: 366px;
   height: 366px;
   position: absolute !important;
   left: 375px;
   top: 0px;
 }

 .imageview_cf5381e0d06f {
   width: 366px;
   height: 366px;
   position: absolute !important;
   left: 750px;
   top: 0px;
 }

 .container_2e7988f04a15 {
   position: absolute !important;
   width: 1116px;
   height: 366px;
   left: 0px;
   top: 137px;
 }

 .container_0341f987fd23 {
   position: relative !important;
   width: 1116px;
   height: 503px;
 }

 .text_0e1c1c66ad8c {
   width: max-content;
   position: absolute !important;
   left: 390px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_cb3371f77a35 {
   width: 785px;
   position: absolute !important;
   left: 166px;
   top: 91px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5c362f5270a0 {
   width: 1116px;
   height: 520px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffda67;
 }

 .imageview_7fbac0945842 {
   width: 3px;
   height: 284px;
   z-index: 1;
   position: absolute !important;
   left: 558px;
   top: 57px;
 }

 .text_4b4f23917f24 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 9px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text_28af32f2350e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 553px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text_b2121b890474 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 354px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_4e424835a414 {
   position: absolute !important;
   width: 984px;
   height: 420px;
   z-index: 2;
   left: 71px;
   top: 63px;
 }

 .container_1ea66862cf37 {
   position: absolute !important;
   width: 1116px;
   height: 520px;
   left: 0px;
   top: 191px;
 }

 .container_9a3f3b621404 {
   position: relative !important;
   width: 1116px;
   height: 711px;
 }

 .text_d12ac53e0500 {
   width: max-content;
   position: absolute !important;
   left: 89px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_f229a9ccc073 {
   width: 829px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 98px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_f055c140b558 {
   position: absolute !important;
   width: 829px;
   height: 198px;
   left: 144px;
   top: 0px;
 }

 .text_0fef43934ddc {
   width: 349px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-eaf4700ddb94_0fef43934ddc {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-62f2b5373934_0fef43934ddc {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_e19a462dd849 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_487638ae8ee6 {
   position: absolute !important;
   width: 349px;
   height: 481px;
   left: 0px;
   top: 0px;
 }

 .imageview_cfd66392d114 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_00c5702678be {
   width: 342px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-fd42c4d0af39_00c5702678be {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-fa0c41671e1c_00c5702678be {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_102ecda4fc6d {
   position: absolute !important;
   width: 342px;
   height: 106px;
   left: 0px;
   top: 339px;
 }

 .container_dc54a8d9f461 {
   position: absolute !important;
   width: 349px;
   height: 445px;
   left: 766px;
   top: 0px;
 }

 .text_a9e55161eb2c {
   width: 309px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-f99326e3a7af_a9e55161eb2c {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-714411669edd_a9e55161eb2c {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_af18c00445ae {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_b3b227aae6e3 {
   position: absolute !important;
   width: 349px;
   height: 419px;
   left: 383px;
   top: 0px;
 }

 .container_149f5eeba0af {
   position: absolute !important;
   width: 1115px;
   height: 481px;
   left: 0px;
   top: 92px;
 }

 .text_5740d75e7a63 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_73fe98051d3a {
   position: absolute !important;
   width: 361px;
   height: 58px;
   left: 1px;
   top: 0px;
 }

 .container_8c5ac67b2091 {
   position: absolute !important;
   width: 1115px;
   height: 573px;
   left: 0px;
   top: 233px;
 }

 .text_a5a27a101d72 {
   width: 349px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-0c6540a90146_a5a27a101d72 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-ca99e0fbef68_a5a27a101d72 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_9320827b5d6f {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_3b954871da85 {
   position: absolute !important;
   width: 349px;
   height: 458px;
   left: 0px;
   top: 0px;
 }

 .imageview_a7ac4cee91dc {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_15253d8533ad {
   width: 342px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-05d5a89ab48b_15253d8533ad {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-5a274da9fee4_15253d8533ad {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_af981371f8a0 {
   position: absolute !important;
   width: 342px;
   height: 149px;
   left: 0px;
   top: 339px;
 }

 .container_6a860edca88c {
   position: absolute !important;
   width: 349px;
   height: 488px;
   left: 766px;
   top: 0px;
 }

 .text_ca110e6edec5 {
   width: 309px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-d526e6a3cba0_ca110e6edec5 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-52d842923ab8_ca110e6edec5 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_4f924f10c531 {
   width: 349px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_2aa872da5acf {
   position: absolute !important;
   width: 349px;
   height: 487px;
   left: 383px;
   top: 0px;
 }

 .container_22a4b772c413 {
   position: absolute !important;
   width: 1115px;
   height: 488px;
   left: 0px;
   top: 97px;
 }

 .text_7bf457bdac69 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_067e3941b332 {
   position: absolute !important;
   width: 456px;
   height: 58px;
   left: 1px;
   top: 0px;
 }

 .container_4eac33b59bde {
   position: absolute !important;
   width: 1115px;
   height: 585px;
   left: 0px;
   top: 864px;
 }

 .container_564ac55d1347 {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a78393409b95 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_412e1894c1c6 {
   position: absolute !important;
   width: 261px;
   height: 59px;
   left: 428px;
   top: 1500px;
 }

 .button_link_412e1894c1c6 {}

 .container_44c70195c099 {
   position: relative !important;
   width: 1115px;
   height: 1559px;
 }

 .container_f501995cfd88 {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_3dc72afd127e {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_d7868f27e733 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_2f6465887e1b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_92921ff6e920 {
   position: absolute !important;
   width: 513px;
   height: 167px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_30ab02c22b71 {
   width: 261px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_adfb12cf1da2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_3e68f6cb9a80 {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 1;
   left: 0px;
   top: 204px;
 }

 .button_link_3e68f6cb9a80 {}

 .container_9dc0cff9bb25 {
   position: absolute !important;
   width: 513px;
   height: 263px;
   z-index: 1;
   left: 0px;
   top: 39px;
 }

 .container_dfebcaaf2ec1 {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 124px;
   top: 36px;
 }

 .container_4298ae6cd266 {
   position: relative !important;
   width: 1280px;
   height: 401px;
 }

 .imageview_fe068fc24e4f {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_d8794c232916 {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_57b706b8a642 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_b86ac1757bba {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_74dfdc6c4edc {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_17537e3fb503 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_0eaa2de57f5e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_1a13a0700fea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_2212ea30661f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_797725179e67 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_c7c52019a4ac {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_0213591c7848 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_263bdf3f4824 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_fb295a3710e3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e28c19f2502f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_a2b3bcfedf08 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_5d255541c03e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_794f82c00f4d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_5748ba2843da {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_25c6f37d3284 {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_28ddbab92577 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_5e390653293e {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_880d553e6f7b {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_87edd6253e97 {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .viewport_a9fae445c6f1 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 98px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_d8dbdca39ee1 {
   width: 109px;
   height: 43px;
 }

 .imageview_577691580e16 {
   width: 21px;
   height: 21px;
 }

 .container_9b192aea1710 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_52f65e214502 {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_eb3ef977282f {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_f456d29c4f6e {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_54acb3983644 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_84e1d434a448 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_da39c22e8b35 {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_c7d1893fd1b6 {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_c08a379aeaf1 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_2968aae724c0 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1a9dfa36ca0b {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_bd518eb672e2 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_a25135b970e4 {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_b488e0bfc0f6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_c679c6d056b6 {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_c679c6d056b6 {}

 .container_06cbc7ec9cce {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_210ae9e06f23 {
   width: 295px;
   height: 317px;
 }

 .text_e5ab4b5a24d3 {
   width: 295px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_da72205d52bb {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6fae137ee3a3 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a594f72c1e99 {
   padding: 15px 15px 15px 15px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_07f7498e1ea6 {
   padding: 25px 25px 25px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_35bc9f3a4be6 {
   width: 125px;
   height: 125px;
 }

 .text_e76d9238e480 {
   width: 154px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_71fb0db1d386 {
   width: 100%;
   height: 25px;
   align-items: center;
   justify-content: flex-end;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_2d0eae01b686 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .imageview_2d4fb78a1577 {
   width: 102.07px;
   height: 105.4px;
 }

 .text_845d6cf1536d {
   width: 295px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_42499283a5b9 {
   position: relative !important;
   width: 100%;
   height: 50px;
 }

 .container_1f95821dcdc2 {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 6px normal;
   flex-direction: column;
 }

 .imageview_b01dc620d2fc {
   width: 114px;
   height: 113.52px;
 }

 .text_36ac34fa3948 {
   width: 295px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_739e13d1e392 {
   position: relative !important;
   width: 100%;
   height: 50px;
 }

 .container_adce6a743a55 {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 9px normal;
   flex-direction: column;
 }

 .imageview_c23c1e72516a {
   width: 121px;
   height: 117.71px;
 }

 .text_180ad0f3854b {
   width: 295px;
   height: 75px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_309605b7adfd {
   position: relative !important;
   width: 100%;
   height: 75px;
 }

 .container_1985c14abf2e {
   padding: 0 40px 0 40px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_5159fdbbc7d1 {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 20px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_c4bc759cf06c {
   width: 288px;
   height: 377px;
 }

 .text_a81a11ee996f {
   width: 100%;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_51486ec35b90 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_581a7932536c {
   padding: 20px 25px 20px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .imageview_55819792b4c9 {
   width: 287px;
   height: 385px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_318497cf8749 {
   position: absolute !important;
   width: 286.36px;
   height: 385px;
   transform-origin: unset;
   transform: rotate(180deg);
   left: 38.64px;
   top: 0px;
 }

 .container_7350b5a999f7 {
   width: 220.98px;
   height: 306px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 197px;
   background: #ffffff;
 }

 .imageview_fd5118a35354 {
   width: 210px;
   height: 350px;
   z-index: 2;
   position: absolute !important;
   left: 2.42px;
   top: 210px;
 }

 .container_d17754fe4c2f {
   position: relative !important;
   width: 100%;
   height: 560px;
 }

 .text_4625e8962c4c {
   width: 100%;
   line-height: 28.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_82b0b52d5d0a {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_11625374b4ed {
   padding: 20px 25px 20px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_194b132abaf0 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 2px normal;
   flex-direction: column;
 }

 .text_f037652addbf {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_e5ee6d71128b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d31bbd5ff7f0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_7a7e9a824832 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_10f7022da943 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_bf625c15aefa {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_23113322bc40 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_7cd2e397be97 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ddc5f3ef81af {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8ba7a99b201f {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_edc061426675 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_80b481a68dba {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_fcc2fc583cdb {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_53f346f6bd6e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6b4b447c3fc0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_dde90e426999 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_4c68b0a6635b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_8c81d3f3cfce {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1919357fdf30 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_ac659c36f0ce {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4985b0c34604 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_29984c13afad {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_68cd4e7be2f4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f0347db04b43 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_bb124768f462 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_d68886bf2f97 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d1864dbd2e4b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_89c98b374e98 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .container_a88d41ddf160 {
   width: 325px;
   height: 59px;
   border-top: #ffffffff solid 3px;
   border-right: #ffffffff solid 3px;
   border-bottom: #ffffffff solid 3px;
   border-left: #ffffffff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_54e726f8be8a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8.35px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_2a07f5c79d2f {
   position: relative !important;
   width: 100%;
   height: 59px;
 }

 .button_link_2a07f5c79d2f {}

 .container_59c696740821 {
   padding: 30px 25px 30px 25px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .text_25922b98b701 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_4e75a258b771 {
   width: 797px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_daf08365d7c0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c65c02bb4d30 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_f591159c2ee9 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_2f1efacbbeba {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d9ba33b8f90e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_259738231913 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_e8158e4799b8 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5a7fdd13c54c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_4e64467e31cd {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_fcc09fa6c13c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_4516b13e789e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_129ec9054449 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_65b43e6b32ac {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_94ba5517f791 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_830e7cf8e1ca {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1f38829861fb {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_73039f5c4819 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .text_c70a719a565c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_0b2976c45ff4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8e84ec888d9e {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
 }

 .container_7c4b78729aa8 {
   width: 325px;
   height: 59px;
   border-top: #305249ff solid 3px;
   border-right: #305249ff solid 3px;
   border-bottom: #305249ff solid 3px;
   border-left: #305249ff solid 3px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_3d49b87dad91 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8.35px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_c50dd406c59b {
   position: relative !important;
   width: 100%;
   height: 59px;
 }

 .button_link_c50dd406c59b {}

 .container_475b576da2c7 {
   padding: 30px 25px 30px 25px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #ffda67;
 }

 .text_9e4443bd9027 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_583a622c4e66 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_53d91921ea10 {
   width: 100%;
   aspect-ratio: 1 / 0.5824088748019017;
 }

 .text_cc6e1827f5d7 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_14916b6b82ae {
   width: 100%;
   height: 310px;
 }

 .imageview_c669f8109429 {
   width: 100%;
   height: 310px;
 }

 .imageview_07497019fce7 {
   width: 100%;
   height: 310px;
 }

 .container_e6f7d709766c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 3px normal;
   flex-direction: column;
 }

 .container_f95625d327a2 {
   padding: 15px 30px 15px 30px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 20px normal;
   flex-direction: column;
 }

 .text_4fc2d6dba07b {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Coolvetica';
 }

 .text_a3b48b5d5bdc {
   width: 100%;
   z-index: 1;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_bcbc7d7a8adc {
   padding: 0 20px 0 20px;
   width: 100%;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_0892eec0a5d7 {
   width: 100%;
   z-index: 1;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-29724fd31f50_0892eec0a5d7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-ae524ec5d622_0892eec0a5d7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c873b10aff3b {
   width: 100%;
   z-index: 1;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-079a1dd55d86_c873b10aff3b {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-9a7a00ec8cb4_c873b10aff3b {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_9db182a713e1 {
   width: 100%;
   z-index: 1;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-009eaad62be6_9db182a713e1 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-9a886d70e058_9db182a713e1 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_e7ca863968ee {
   padding: 15px 20px 15px 20px;
   width: 100%;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #ffda67;
 }

 .text_d26db63e2694 {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_0399af4113df {
   width: 100%;
   z-index: 1;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5143323194b3 {
   padding: 0 20px 0 20px;
   width: 100%;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_f37eddcc8092 {
   padding: 12px 0 12px 0;
   width: 100%;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
 }

 .text_0e77562dcc59 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d047ecb2fb3c {
   width: 325px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-82ad72d12645_d047ecb2fb3c {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-5dcb79848aae_d047ecb2fb3c {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-a9a8e98c9340_d047ecb2fb3c {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_23efc930f84b {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_9235b1a960c9 {
   position: relative !important;
   width: 100%;
   height: 429px;
 }

 .text_a26be15e56d4 {
   width: 287.75px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-e693ea6d2aef_a26be15e56d4 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-cbfa200f576e_a26be15e56d4 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_0c4da7a872d0 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_c612578f1055 {
   position: relative !important;
   width: 100%;
   height: 400px;
 }

 .imageview_173751a92ec8 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_ec85ba43aad9 {
   width: 318.48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-6a6ff058d3d3_ec85ba43aad9 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-e525058b2540_ec85ba43aad9 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-19204c01a683_ec85ba43aad9 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-63d9912283b5_ec85ba43aad9 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_5fa5da09f2d8 {
   position: absolute !important;
   width: 318.48px;
   height: 100px;
   left: 0px;
   top: 339px;
 }

 .container_a5318f9fe8c4 {
   position: relative !important;
   width: 100%;
   height: 439px;
 }

 .text_eaab5dc8beae {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_213be240d03e {
   width: 325px;
   position: absolute !important;
   left: 0px;
   top: 342px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-85e589f586f6_213be240d03e {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-844c2026c9bc_213be240d03e {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .imageview_de87246f8c79 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_74a0c65dd27f {
   position: relative !important;
   width: 100%;
   height: 448px;
 }

 .text_33ac4ed3c37d {
   width: 287.75px;
   position: absolute !important;
   left: 0px;
   top: 338px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-9559bab7e863_33ac4ed3c37d {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-0108ec4dbe55_33ac4ed3c37d {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .imageview_fb917ad5f9d2 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_95a687bbc2aa {
   position: relative !important;
   width: 100%;
   height: 487px;
 }

 .imageview_a7d6361b31d7 {
   width: 325px;
   height: 327px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_ae6804967313 {
   width: 318.48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-3e30639800b0_ae6804967313 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-352c6590b785_ae6804967313 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_73534c1407bd {
   position: absolute !important;
   width: 318.48px;
   height: 131px;
   left: 0px;
   top: 339px;
 }

 .container_f0ae1754de0b {
   position: relative !important;
   width: 100%;
   height: 470px;
 }

 .container_62650da22be8 {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_7ae710dc251f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_53fa82b481f5 {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_53fa82b481f5 {}

 .container_c9f767bd1157 {
   padding: 30px 25px 30px 25px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 30px normal;
   flex-direction: column;
 }

 .imageview_210ffa372683 {
   width: 100%;
   height: 259px;
 }

 .text_2360e97feb05 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_f2a484371720 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_72de620b89eb {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_45045db47850 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_0db9b872ffdb {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_0db9b872ffdb {}

 .container_fb3208614625 {
   padding: 30px 20px 30px 20px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_8f49d9a4fee7 {
   width: 215px;
   height: 5px;
 }

 .text_0827796d48cb {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4281201ae8fc {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_616cae490ce2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ee3f86a16d11 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_ec8ffc859091 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ab9b6b294456 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_57023a9780fc {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_8794ec1ad913 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_5664cfe4d759 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_473ed9b66d7c {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_427521a2d84a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_16f99c66bbe0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a223ad4e412e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_7a60b1f62af8 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_750126477fc0 {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_c2334e0d37e6 {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_ffa7dd1b8b4a {
   width: 100%;
   height: 50px;
   z-index: 1;
 }

 .container_5c9f4e31ab02 {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_38a7aa855032 {
   padding: 20px 0 20px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_bfed0a993d3c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_e954b21e0cb7 {
   width: 1280px;
   height: 621px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_9d0d00e3e65e {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_7bfe1f645e5e {
   width: 1280px;
   height: 621px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   opacity: 0.4000000059604645;
 }

 .container_c5c0605b4343 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_b82094a16a3e {
   width: 1071px;
   height: 368px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_218dc2e066c5 {
   width: 699.33px;
   z-index: 2;
   position: absolute !important;
   left: 123px;
   top: 0px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_acb34975ad57 {
   width: 937.46px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 75px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_e33c2b3d1436 {
   width: 117px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 401px;
   top: 132px;
 }

 .text_b4e0269f0134 {
   width: 945px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 155px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_e9010cd5bfe6 {
   position: absolute !important;
   width: 945px;
   height: 287px;
   z-index: 2;
   left: 63px;
   top: 46px;
 }

 .container_680d9b8c9c9f {
   position: absolute !important;
   width: 1071px;
   height: 368px;
   z-index: 1;
   left: 105px;
   top: 446px;
 }

 .imageview_0359511f0e26 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_3ff7a2e7b03c {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_35aa7b85bd91 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_ca386833201a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_8b319ec6c883 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_e8e693dfe465 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_98e6654e0690 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_977e99d663b6 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_53e292a60782 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_7ae11cf6916a {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_0f7f5d66b742 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e905ab3fcd5b {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_586d8c8b67a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_df6e76d21aaa {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_c7182cf097b1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e28e3bfe62c9 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_448ab4bc9b88 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_925fa05ff9a6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_2a1a2193ff16 {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_2a1a2193ff16 {}

 .container_9f94083d2375 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_0d336efccec6 {
   position: absolute !important;
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   left: 55px;
   top: 37px;
 }

 .container_8ce84c7c7366 {
   position: relative !important;
   width: 1280px;
   height: 814px;
 }

 .imageview_fc59c7f1d6ff {
   width: 458px;
   height: 458px;
   position: absolute !important;
   left: 52.52px;
   top: 54.96px;
 }

 .container_8e7b756bb941 {
   width: 144.12px;
   height: 144.12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .container_160cec8d41a5 {
   position: absolute !important;
   width: 510.52px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .container_e7c4973823ad {
   position: absolute !important;
   width: 510.52px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .text_bc6f1e00dc34 {
   width: 168.54px;
   height: 70.84px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_f2d30b4809b1 {
   width: 430px;
   height: 227px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_06598a917846 {
   position: absolute !important;
   width: 430px;
   height: 227px;
   left: 0.18px;
   top: 121.31px;
 }

 .container_3e35edd35f20 {
   position: absolute !important;
   width: 430.18px;
   height: 348.31px;
   left: 550.82px;
   top: 119.69px;
 }

 .container_5279683eadba {
   position: absolute !important;
   width: 981px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .imageview_6b8f86283fd3 {
   width: 458px;
   height: 458px;
   position: absolute !important;
   left: 52.52px;
   top: 54.96px;
 }

 .container_053a6f043560 {
   width: 144.12px;
   height: 144.12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .container_febdb233ff28 {
   position: absolute !important;
   width: 510.52px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .container_c056494e4171 {
   position: absolute !important;
   width: 510.52px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .text_643301c41aad {
   width: 269px;
   height: 71px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_82d983b023c6 {
   width: 430px;
   height: 233px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_71820dd11c68 {
   position: absolute !important;
   width: 430px;
   height: 233px;
   left: 0px;
   top: 121px;
 }

 .container_c6638f060c64 {
   position: absolute !important;
   width: 430px;
   height: 354px;
   left: 551px;
   top: 120px;
 }

 .container_111e81e0db98 {
   position: absolute !important;
   width: 981px;
   height: 512.96px;
   left: 0px;
   top: 2038px;
 }

 .imageview_929c0700d98c {
   width: 458px;
   height: 458px;
   position: absolute !important;
   left: 52.52px;
   top: 54.96px;
 }

 .container_47a27c393c2c {
   width: 144.12px;
   height: 144.12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   border-radius: 50% 50% 50% 50%;
 }

 .container_dc46c1387aa9 {
   position: absolute !important;
   width: 510.52px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .container_5455cd07a057 {
   position: absolute !important;
   width: 510.52px;
   height: 512.96px;
   left: 0px;
   top: 0px;
 }

 .text_95cbfd62fc66 {
   width: 168.54px;
   height: 70.84px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_b275d5afd89b {
   width: 421px;
   height: 149px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_e5442c130dc9 {
   position: absolute !important;
   width: 421px;
   height: 149px;
   left: 0.18px;
   top: 121.31px;
 }

 .container_9eadddd5a26b {
   position: absolute !important;
   width: 421.18px;
   height: 270.31px;
   left: 550.82px;
   top: 119.69px;
 }

 .container_202c8ed46597 {
   position: absolute !important;
   width: 972px;
   height: 512.96px;
   left: 0px;
   top: 1003px;
 }

 .text_77d941c94f2f {
   width: 189.31px;
   height: 70.84px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1aaddbc8c894 {
   width: 460px;
   height: 194px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_db0d85a8fe9c {
   position: absolute !important;
   width: 460px;
   height: 194px;
   left: 0px;
   top: 121.18px;
 }

 .container_64eda75e292a {
   position: absolute !important;
   width: 460px;
   height: 315.18px;
   left: 0px;
   top: 92.82px;
 }

 .imageview_b7a54ed9df8c {
   width: 458px;
   height: 458px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_546fba1598ed {
   position: absolute !important;
   width: 458px;
   height: 458px;
   left: 0px;
   top: 0px;
 }

 .container_de17c16c7efe {
   position: absolute !important;
   width: 458px;
   height: 458px;
   left: 0px;
   top: 0px;
 }

 .imageview_dfcbc39f434e {
   width: 131.9px;
   height: 49.52px;
   z-index: 1;
   position: absolute !important;
   left: 356.81px;
   top: 30px;
 }

 .container_eeaeceaed35a {
   position: absolute !important;
   width: 488.72px;
   height: 458px;
   left: 503.19px;
   top: 0px;
 }

 .container_cd46c36c1eca {
   position: absolute !important;
   width: 991.9px;
   height: 458px;
   left: 11px;
   top: 545px;
 }

 .text_7e04d9deb6fe {
   width: 238px;
   height: 71px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_43e8434dd7e5 {
   width: 462.88px;
   height: 152.67px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_6753e52ec7be {
   position: absolute !important;
   width: 462.88px;
   height: 152.67px;
   left: 0.07px;
   top: 120.73px;
 }

 .container_382d1ae6b20f {
   position: absolute !important;
   width: 462.95px;
   height: 273.4px;
   left: 0px;
   top: 93px;
 }

 .imageview_33ac61fd22d0 {
   width: 458px;
   height: 458px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_9052e314f016 {
   position: absolute !important;
   width: 458px;
   height: 458px;
   left: 0px;
   top: 0px;
 }

 .container_d3ad0d12807a {
   position: absolute !important;
   width: 458px;
   height: 458px;
   left: 0px;
   top: 0px;
 }

 .imageview_502674c5d2a3 {
   width: 131.9px;
   height: 49.52px;
   z-index: 1;
   position: absolute !important;
   left: 361.75px;
   top: 381px;
 }

 .container_e01446afdbbe {
   position: absolute !important;
   width: 493.65px;
   height: 458px;
   left: 503.25px;
   top: 0px;
 }

 .container_d7972b6d943b {
   position: absolute !important;
   width: 996.9px;
   height: 458px;
   left: 8px;
   top: 1548px;
 }

 .container_05533df3b3d9 {
   position: relative !important;
   width: 1004.9px;
   height: 2550.96px;
 }

 .container_f2d9b6a2b5eb {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 59px normal;
   flex-direction: column;
 }

 .imageview_41086f27d55c {
   width: 363px;
   height: 363px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_20f571ea3809 {
   width: 363px;
   height: 363px;
   position: absolute !important;
   left: 0px;
   top: 1134px;
 }

 .imageview_d3ded206dc0c {
   width: 743px;
   height: 741px;
   position: absolute !important;
   left: 376px;
   top: 0px;
 }

 .imageview_093002252cf2 {
   width: 363px;
   height: 363px;
   position: absolute !important;
   left: 0px;
   top: 378px;
 }

 .imageview_2bde772f18a1 {
   width: 363px;
   height: 363px;
   position: absolute !important;
   left: 378px;
   top: 1134px;
 }

 .imageview_a03ae630e77a {
   width: 363px;
   height: 363px;
   position: absolute !important;
   left: 756px;
   top: 1134px;
 }

 .imageview_e58664f09005 {
   width: 1119px;
   height: 363px;
   position: absolute !important;
   left: 0px;
   top: 756px;
 }

 .container_de10f2ef9a43 {
   position: absolute !important;
   width: 1119px;
   height: 1497px;
   left: 0px;
   top: 114px;
 }

 .text_60e1c36b4aff {
   width: max-content;
   position: absolute !important;
   left: 192px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_0bea3e82fbd6 {
   position: relative !important;
   width: 1119px;
   height: 1611px;
 }

 .imageview_2cd00ad2bb51 {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_4ea7f8b3e4c4 {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d3f0676ae7e0 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_10b58c74cbca {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_9f6b4d16037e {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_46b675c8663f {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_bf52d29bb57a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_d1b1a5ce62e1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_eedd5e3680e4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_f926e3dcbf54 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_065815d27f0c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_397f4cd4436f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_5a0504312b3d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_ef271f635daa {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_b98b40b02b96 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_43ad5554fd84 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_8cbc5b1a2385 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_502d4bf735bf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_71b1d916a962 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_5e1ed5d0cad8 {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_abc5c92c4703 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_57d146a0b490 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_30ba7c5c1b26 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_f503e4f4d028 {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .container_9faf398a6957 {
   padding: 0 80.5px 0 80.5px;
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 218.04px normal;
   flex-direction: column;
 }

 .viewport_6ae7bf843782 {
   padding: 0 0 159.5px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 111px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_9f6d4c915b8c {
   width: 109px;
   height: 43px;
 }

 .imageview_f1206e99c66d {
   width: 21px;
   height: 21px;
 }

 .container_466e0517dfee {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_35b52fe6837f {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_e9bb275189af {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_1827518823a7 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_b549e35320a2 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_8c85da740000 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_bd0805c8d49d {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_eabf9a3fba1a {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_cfff957a2876 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_628eaf0b4c10 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_f6c9bfb403c4 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d32ec73bd08e {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_a98843544053 {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_bdcde46c8a0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_d0fd9a7d4466 {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_d0fd9a7d4466 {}

 .container_68bb34fe9f62 {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .container_f079ec987850 {
   width: 375px;
   height: 345px;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_bf790ad80956 {
   width: 375px;
   height: 345px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_8852.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_bfe7db548cc0 {
   width: 355px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_7cb6a00149f7 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_b878f823c34a {
   width: 355px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_38cfd62f2727 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_bdc2cb4fc43c {
   width: 63.24px;
   height: 1px;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
 }

 .text_d301bc229ba8 {
   width: 355px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2ffa300057bd {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_0911a946fabc {
   padding: 25px 10px 25px 10px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .text_0f9967db39f9 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_7c143f8cbac1 {
   width: 325px;
   height: 327px;
 }

 .text_ec31fedeba21 {
   width: 325px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a2cba6b98f7c {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px normal;
   flex-direction: column;
 }

 .text_afea3fe13944 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_00630449e153 {
   width: 325px;
   height: 327px;
 }

 .text_5e58c20931db {
   width: 325px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_963f18a6ad74 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px normal;
   flex-direction: column;
 }

 .text_1a9cad0b8c25 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_736ba64ca31a {
   width: 325px;
   height: 327px;
 }

 .text_db47b29e5918 {
   width: 325px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c1533257f1e8 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px normal;
   flex-direction: column;
 }

 .text_556a4c8b3f74 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_6cf46f4eef1f {
   width: 325px;
   height: 327px;
 }

 .text_5e6f2e300b01 {
   width: 325px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9f44e21aacf3 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px normal;
   flex-direction: column;
 }

 .text_55f8b96ccd91 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_2c8cbf55f09d {
   width: 325px;
   height: 327px;
 }

 .text_27dba2a7c0b8 {
   width: 325px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2fbef27fcf25 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px normal;
   flex-direction: column;
 }

 .container_9d0d4470d956 {
   padding: 30px 25px 30px 25px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 30px normal;
   flex-direction: column;
 }

 .text_2cac7bc1d3bd {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_d473fff8507f {
   width: 100%;
   height: 363px;
 }

 .imageview_3530662d38e6 {
   width: 100%;
   height: 363px;
 }

 .imageview_52719a63751f {
   width: 100%;
   height: 741px;
 }

 .imageview_ef28f6ad77fe {
   width: 100%;
   height: 363px;
 }

 .imageview_bc889c1de2d8 {
   width: 100%;
   height: 363px;
 }

 .imageview_a2c16dcebc40 {
   width: 100%;
   height: 363px;
 }

 .imageview_60023af139cc {
   width: 100%;
   height: 363px;
 }

 .container_c1fd1ca2092c {
   padding: 30px 25px 30px 25px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: center;
   gap: 30px normal;
   flex-direction: column;
 }

 .imageview_d7c4b3a46012 {
   width: 215px;
   height: 5px;
 }

 .text_6c0962196ca7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_7bfb29be848b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_047801701d70 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_f7d19f0c82b3 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_72826667fa5d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_f7a2a01f05db {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_42d9b44dbd89 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_cea312a11cfb {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_31141c303304 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_4f1b8fb5e067 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_35d00ccd215c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_2513ee31e4aa {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a5e63106030c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_10c439820ae0 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_5ef15fdc701e {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_184be498f3fb {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_29a85a3c8459 {
   width: 100%;
   height: 50px;
 }

 .container_6ffb84a57026 {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_50982ff3cdfb {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_6a082490d37e {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_48cd35ddbed0 {
   width: 1280px;
   height: 621px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_d2ebf2e8746b {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_1619f8000f11 {
   width: 1280px;
   height: 621px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   opacity: 0.30000001192092896;
 }

 .container_5c9d5a48daa1 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_37ef44a64944 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_c7afe3ebaa9d {
   width: 1071px;
   height: 345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_b67424e2897b {
   width: 699.33px;
   z-index: 2;
   position: absolute !important;
   left: 123px;
   top: 0px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_08ecf3f27b72 {
   width: 937.46px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 75px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_16b123d473bd {
   width: 945px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 155px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .imageview_6f9efb1d6a7a {
   width: 117px;
   height: 2px;
   z-index: 2;
   position: absolute !important;
   left: 414px;
   top: 127px;
 }

 .container_0442d92f1931 {
   position: absolute !important;
   width: 945px;
   height: 221px;
   z-index: 2;
   left: 63px;
   top: 62px;
 }

 .container_9c34177d1973 {
   position: absolute !important;
   width: 1071px;
   height: 345px;
   z-index: 1;
   left: 105px;
   top: 447px;
 }

 .imageview_e3abe0c2130d {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_df9a91254204 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_d00127b157e1 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_57bb5b6ceac4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_93aa12c5d893 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_ee45a84eee08 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_6301861fe4b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_0bae94989ca0 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_f9e3c48d5401 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_013f83584b30 {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_634a99d48367 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b004f4aaea3f {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_f167f66bbb54 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_bf1f7bfa495d {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_e618e7fa5f13 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_d5272256b742 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_ac259e7cb811 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_163e1925bf8b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_90f5824a5450 {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_90f5824a5450 {}

 .container_1ca579e663c6 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_415e7a8ed723 {
   position: absolute !important;
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   left: 67px;
   top: 37px;
 }

 .container_e368bc610267 {
   position: relative !important;
   width: 1280px;
   height: 792px;
 }

 .container_5f192a70bc5e {
   width: 446px;
   height: 62px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d980;
   border-radius: 63px 63px 63px 63px;
 }

 .text_6135d8153bf7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 16px;
   line-height: 32.74px;
   opacity: 0.5;
   font-family: 'Nunito';
 }

 .container_e793c7e2c06e {
   position: absolute !important;
   width: 446px;
   height: 62px;
   left: 0px;
   top: 0px;
   border-radius: 63px 63px 63px 63px;
 }

 .imageview_30473ab59b2b {
   width: 20px;
   height: 20.01px;
   z-index: 1;
   position: absolute !important;
   left: 383px;
   top: 22px;
   opacity: 0.5;
 }

 .container_2a29dbea690d {
   position: relative !important;
   width: 446px;
   height: 62px;
 }

 .imageview_d57e33ad7fd0 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_b6f24aa934df {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_3ed2161a71d0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_b3667f4aca31 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_17c26226b9bd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 207px;
   top: 172px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_41b6faaff6ef {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_e6c61a3cfd2b {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 24px;
   top: 85px;
 }

 .container_77a294890036 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_b4b571537bda {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 0px;
   top: 0px;
 }

 .imageview_1130d5c1a6cb {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_e7014738c145 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_45b999871c91 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e539de21bc81 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_143cea39f3ad {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 207px;
   top: 172px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_9b6803a550c9 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3765f208fd6b {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 24px;
   top: 85px;
 }

 .container_46cd4e983ebb {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_9be8d74b2ebb {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 1px;
   top: 548px;
 }

 .imageview_e57718560430 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_1aa45a253465 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_b846df9c31f8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_bd7c943a4584 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_5f23fdbe1058 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 207px;
   top: 172px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f23c4ecc4972 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_7f131935ce2f {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 24px;
   top: 85px;
 }

 .container_70f6db76c0e5 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_7020c9fafc5e {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 1px;
   top: 1096px;
 }

 .imageview_44327a5cc0bb {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_c5192fbdee11 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_505573ec8f7b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f337dd6dfd08 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 26px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e6d3418e47b5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 221px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_576cefda9761 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_030b3bd59af7 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0d8d287d4b2f {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 26px;
   top: 86px;
 }

 .container_8b4c5f6faa83 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_29199ee74c49 {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 383px;
   top: 0px;
 }

 .imageview_a1615f3c5916 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_0f77dfafa02b {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_8ba1b2625579 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_ea00d3938696 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 26px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f0acde28a0b7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 221px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_23b049118d88 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d0ded060134f {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_6533b807cb7e {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 26px;
   top: 86px;
 }

 .container_f40ae2f3bbf5 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_c7924a328ac9 {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 384px;
   top: 548px;
 }

 .imageview_2a175190f538 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_24e20486f5d1 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_09dff038cce3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_3526538f8aac {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 26px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_60d8dd9d6fc2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 221px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f939e03f9409 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9183cb1ed1de {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_91a26638c8a3 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 26px;
   top: 86px;
 }

 .container_5dfc03b6fc35 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_303bac824a9a {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 384px;
   top: 1096px;
 }

 .imageview_579f2697fc80 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6df80a2a8f71 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_81dd7a2c5114 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 14px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_161327231d27 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_4ebda9fe40ea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 217px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_ede1e2e894ce {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_973f2bb77f6f {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_9829d75a8596 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 21px;
   top: 85px;
 }

 .container_16f0e275e27f {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_105dc3a2850d {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 766px;
   top: 0px;
 }

 .imageview_19b04c0f452f {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_1c6455c604a8 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_a29b61ceab7d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 14px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c6df77f9b8c4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_2d628980ae84 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 217px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_7874289252ac {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b578343e120b {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_e612a0d11d10 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 21px;
   top: 85px;
 }

 .container_f99a865d4a8f {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_b3ffc23912f4 {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 767px;
   top: 548px;
 }

 .imageview_cfc649647759 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6d15dd030981 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_11245cc2706a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 14px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f6fc9846529e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_17990cd929bc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 217px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_35c146248d23 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_fc7f514e35b1 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_571f64376d99 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 21px;
   top: 85px;
 }

 .container_8f3704c9f50c {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_9b525ea12811 {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 767px;
   top: 1096px;
 }

 .container_977b6683ff2c {
   position: relative !important;
   width: 1118px;
   height: 1602px;
 }

 .container_48ded003a7b9 {
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 87px normal;
   flex-direction: column;
 }

 .container_efe9e1667a56 {
   width: 51px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 50% 50% 50% 50%;
 }

 .text_05fcaf180204 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 13px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .button_0b8525e89d3c {
   position: absolute !important;
   width: 51px;
   height: 51px;
   left: 0px;
   top: 0px;
 }

 .button_link_0b8525e89d3c {}

 .container_23400555a2ef {
   width: 51px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_78af76346c0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 13px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .button_6c42f2ee95f0 {
   position: absolute !important;
   width: 51px;
   height: 51px;
   left: 68px;
   top: 0px;
 }

 .button_link_6c42f2ee95f0 {}

 .container_620f879d8f5b {
   width: 51px;
   height: 51px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d9d9d9;
   border-radius: 50% 50% 50% 50%;
 }

 .text_b804e2a216c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 13px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .button_f301d08b3684 {
   position: absolute !important;
   width: 51px;
   height: 51px;
   left: 136px;
   top: 0px;
 }



 .imageview_048cc4f1c440 {
   width: 34.58px;
   height: 32px;
   position: absolute !important;
   left: 207px;
   top: 11px;
 }

 .container_b2f4ef9671e8 {
   position: relative !important;
 
   height: 51px;
 }

 .container_6ecb5f242185 {
   padding: 0 81px 0 81px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 84px normal;
   flex-direction: column;
 }

 .container_37c07785968c {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 114px normal;
   flex-direction: column;
 }

 .imageview_e7ae8f17b540 {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_0cae8c5304ac {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_82a3d41cf52a {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_905b320ad953 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_642cdb85b497 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_a4437ddff7a3 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_880c5f654459 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_739fc1c3defe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_d598f9f4798d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_2127b200a918 {
   position: absolute !important;
   width: 261px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_59cd9d5a9d8b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_fc149c6e14b3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_76f03763a7d2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_2fa482c1e3fc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_217bd0a5c6e7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_5aa9a6ec9588 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_8e3c0ce42a0c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_7e9956aa61da {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_1dcab0e9bcea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_4491596d71bb {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_8349923baf85 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_f95463e12b54 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_8653bd6b5e31 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_b5df0766b1f5 {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .viewport_21a17a04a3b4 {
   padding: 0 0 88.5px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 149px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_94f4c595fd3f {
   width: 109px;
   height: 43px;
 }

 .imageview_380ba7c9ba5e {
   width: 21px;
   height: 21px;
 }

 .container_0926464ec5f9 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_149741f9de9a {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_898ee8e2db11 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_0351ca06b63b {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_24ec4489de35 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_56aec7b3bcbc {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_f77c8578e932 {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_abf0f3f5275f {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_b11facaa380a {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_22151a0de0d6 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_3f08d870e75b {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_bbd8fccb6302 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_fb393d7f3fbc {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_9fc7b6105f49 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_cfae738ea38a {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_cfae738ea38a {}

 .container_29f7a34e247d {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .container_73821107c1d7 {
   width: 375px;
   height: 345px;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_c257a4a952ed {
   width: 375px;
   height: 345px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_10139.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_a5dce9580278 {
   width: 355px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_efae9f78b927 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_2dc2acf9ff52 {
   width: 355px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ad36e25734d9 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_fff30ed6da37 {
   width: 63.24px;
   height: 1px;
   border-top: #ffd141ff solid 2px;
   border-right: #ffd141ff solid 2px;
   border-bottom: #ffd141ff solid 2px;
   border-left: #ffd141ff solid 2px;
 }

 .text_7aba5651c31a {
   width: 309px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_be856f4087c2 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_37b008dceab6 {
   padding: 25px 10px 25px 10px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_2e165976ed66 {
   width: 375px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_d9c87f1f44b2 {
   width: 375px;
   height: 220px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_b74a2e3f9fcd {
   width: 247.86px;
   z-index: 1;
   position: absolute !important;
   left: 22.44px;
   top: 14px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4c917f4ce10c {
   width: 123.93px;
   z-index: 1;
   position: absolute !important;
   left: 22.44px;
   top: 44px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_0c48b72b4874 {
   width: 120.73px;
   z-index: 1;
   position: absolute !important;
   left: 231.84px;
   top: 173px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_aa116da02703 {
   width: 320.51px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_eb104014e419 {
   position: absolute !important;
   width: 320.51px;
   height: 75px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_bfa4e8eb764f {
   position: absolute !important;
   width: 320.51px;
   height: 75px;
   z-index: 1;
   left: 22.44px;
   top: 85px;
 }

 .container_533caec500e5 {
   position: absolute !important;
   width: 375px;
   height: 220px;
   left: 0px;
   top: 290px;
 }

 .container_aaae3defdc53 {
   position: relative !important;
   width: 375px;
   height: 442px;
 }

 .imageview_3b2b933b2128 {
   width: 375px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_ab1c9563e0d4 {
   width: 375px;
   height: 220px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_cc034a47f135 {
   width: 247.86px;
   z-index: 1;
   position: absolute !important;
   left: 22.44px;
   top: 14px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a54eadb394b6 {
   width: 123.93px;
   z-index: 1;
   position: absolute !important;
   left: 22.44px;
   top: 44px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4091584e97cd {
   width: 120.73px;
   z-index: 1;
   position: absolute !important;
   left: 231.84px;
   top: 173px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_472f35dcf93f {
   width: 320.51px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_953a6d8a201d {
   position: absolute !important;
   width: 320.51px;
   height: 75px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_2b6cb4067cea {
   position: absolute !important;
   width: 320.51px;
   height: 75px;
   z-index: 1;
   left: 22.44px;
   top: 85px;
 }

 .container_518775387678 {
   position: absolute !important;
   width: 375px;
   height: 220px;
   left: 0px;
   top: 290px;
 }

 .container_c846e2275b34 {
   position: relative !important;
   width: 100%;
   height: 510px;
 }

 .container_7c34e414cdf4 {
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_fc394591466c {
   width: 215px;
   height: 5px;
 }

 .text_d77e359d483b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_c6e4e8395d6d {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_b5cd8e42f1e2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5e995a3c739f {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_83e7d8e4f78c {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a09826f52ec8 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_84026a6a4607 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1d7de6e597b5 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_e61efe24fbd1 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_aa74f6235df9 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_1fa3d20a18b7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_343750faf443 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_c1de52c33e7a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b05d64f31d6e {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_cacd65a0e6b1 {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_58005e14f3d2 {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_aadcb048d373 {
   width: 100%;
   height: 50px;
   z-index: 1;
 }

 .container_2f194d0038a4 {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_a3a030a977e5 {
   padding: 25px 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_aafd3a7ec142 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_993269641ca9 {
   width: 1280px;
   height: 621px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_6bb32d378363 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_ac95677c1f02 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_95ac929defd0 {
   width: 1295px;
   height: 621px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   opacity: 0.4000000059604645;
 }

 .container_f5cbc1a9a18a {
   position: absolute !important;
   width: 1295px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .imageview_e861f0992e1f {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_43dedda6420c {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_408c7074db56 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_aea608c743ee {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_da04dd47347a {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_ccda9ec5b62d {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_1429620b6965 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_013937854c76 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_4e32d2b2a943 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b94a5857fcf6 {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_df0979daf894 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_75c12fd2d432 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_804ff0c40ea9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_3e0275fa034f {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_b53dd9afb0c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b1dd0919c704 {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_1ea13cd72c42 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_794aef1161e9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_94e7dbe3fdc8 {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_94e7dbe3fdc8 {}

 .container_5998241d3429 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_03a3f258da1d {
   position: absolute !important;
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   left: 59.92px;
   top: 26px;
 }

 .text_e304545f2838 {
   width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 50px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }


.text_9957d613e4a1 {
    width: 1280px;
    z-index: 1;
    position: absolute !important;
    /* left: 108px; */
    top: 115px;
    line-height: 32.74px;
    font-family: 'Nunito';
}
 

 .container_f287dbe53d55 {
   position: relative !important;
   width: 1280px;
   height: 113px;
   z-index: 1;
 }

 .container_f724e4d9c5fe {
   padding: 0px;
   width: 1280px;
   height: 161px;
   z-index: 1;
   position: absolute !important;
   left: -7.5px;
   top: 354.7px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: #305249;
 }

 .container_1e85d7f747e6 {
   position: relative !important;
   width: 1280px;
   height: 635.7px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_8465dac03cf3 {
   width: 979px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2956f0379888 {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 58px normal;
   flex-direction: column;
 }

 .text_ecff70043dfe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_b34ba9c65f5c {
   position: relative !important;
   width: 510px;
   height: 58px;
 }

 .imageview_561262c02213 {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_3e3bc89094c0 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_35768cb8f355 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_64f65519af9e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_3ca3f16a4f6a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 207px;
   top: 172px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_21b1091d26cb {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_328eff1685cf {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 24px;
   top: 85px;
 }

 .container_751ce7890b1b {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_8fc53931fb9f {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 0px;
   top: 0px;
 }

 .imageview_37429316080b {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_25643b3ab75e {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_510ed3669f01 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 25px;
   top: 16px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_51e6ece37dea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 26px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_6634f9daad06 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 221px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_4b8529f765a9 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_30af1737ddda {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_d82f783a6d68 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 26px;
   top: 86px;
 }

 .container_f5c4203ee240 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_b4c6e8ce5ada {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 383px;
   top: 0px;
 }

 .imageview_57d4ec86fafb {
   width: 351px;
   height: 290px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_fed41d0e03c5 {
   width: 351px;
   height: 220px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_440ecced2965 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 14px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_b8ef0071d35b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 21px;
   top: 44px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_fdcacf218c84 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 217px;
   top: 173px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_f3ad4ca85448 {
   width: 300px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a560e703bdad {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_ca2a75afa9a9 {
   position: absolute !important;
   width: 300px;
   height: 75px;
   z-index: 2;
   left: 21px;
   top: 85px;
 }

 .container_44e23bea8a85 {
   position: absolute !important;
   width: 351px;
   height: 220px;
   z-index: 1;
   left: 0px;
   top: 286px;
 }

 .container_d1e7748b658b {
   position: absolute !important;
   width: 351px;
   height: 506px;
   left: 766px;
   top: 0px;
 }

 .container_3d85f9678e0e {
   position: absolute !important;
   width: 1117px;
   height: 506px;
   left: 0px;
   top: 0px;
 }

 .container_de410c174ed7 {
   position: relative !important;
   width: 1117px;
   height: 506px;
 }

 .container_770de2bc1a47 {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_8096b0f03320 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_7ff11b23604a {
   position: relative !important;
   width: 261px;
   height: 59px;
 }

 .button_link_7ff11b23604a {}

 .container_68775c747110 {
   width: 100%;
   height: fit-content;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 80px normal;
   flex-direction: column;
 }

 .container_6be4e778ca93 {
   padding: 0 81.5px 0 81.5px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 61px normal;
   flex-direction: column;
 }

 .container_f7ab19629040 {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_9df3cf042149 {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_2fd8f4dfeb24 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text_032c27cc3c2a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_ff376429f8b6 {
   position: absolute !important;
   width: 566px;
   height: 167px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_51be7cb54359 {
   width: 261px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a75f397b2be0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_cb4078fe3d3d {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 1;
   left: 0px;
   top: 204px;
 }

 .button_link_cb4078fe3d3d {}

 .container_1e437de0dd1a {
   position: absolute !important;
   width: 566px;
   height: 263px;
   z-index: 1;
   left: 0px;
   top: 39px;
 }

 .container_29097bb68c66 {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 124px;
   top: 36px;
 }

 .container_7704494e152d {
   position: relative !important;
   width: 1280px;
   height: 401px;
 }

 .imageview_1b4e0f49931e {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_fa8f4ed450c2 {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_046eb2d9d2b4 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_54ca3844aa6d {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_61cfab6e98ac {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_d72de8c95006 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_e5c7437dffea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_2182207ea627 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_88d626548fbf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_1fe3d9586a8a {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_ae3b35c921ea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c4db3c5ce838 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_9fe978442163 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_3257ee56893c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_ed35f0f58cc5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_33cc2f971767 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_16f09663bc31 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_735f2c331ac3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_471c41c71768 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_ba997274996e {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_ab0e818b4607 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_d1a14e158236 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_46a07d7267e5 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_1b38acf2749f {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .container_fcccec8d8489 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 106px normal;
   flex-direction: column;
 }

 .container_1df2e291841a {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 82px normal;
   flex-direction: column;
 }

 .viewport_323a0f051752 {
   padding: 0 0 109.5px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 101px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_aaf74b81bf6a {
   width: 109px;
   height: 43px;
 }

 .imageview_5b24d7d98f67 {
   width: 21px;
   height: 21px;
 }

 .container_6989f5a969c9 {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_55e309f2dbb3 {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_2e73db07de10 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_54dad232678f {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_caeffd6caea4 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_b753dbc5a565 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_a19c6f3d7fcc {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_f193902135f7 {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_0c7bff24f45a {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_cd851ea812b4 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_e420e6d1443e {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_c4591e4f4d13 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_6d5b64b64f31 {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_81259ce62f8b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_2f5f8f6b25ec {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_2f5f8f6b25ec {}

 .container_26e6f62a1b88 {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .container_80bf4195160e {
   width: 375px;
   height: 345px;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_4c763df206fa {
   width: 375px;
   height: 345px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background-size: contain;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .text_d5f7a4f59a6d {
   width: 355px;
   line-height: 32.4px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_d509622bb69b {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_44631a9cce6e {
   width: 355px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5eed9ab31d6b {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_add6f527779a {
   padding: 25px 10px 25px 10px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .text_8bd9b562dbf3 {
   width: 320.51px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_44f810eb755c {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_c54d64728e08 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 82px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_abd1773d44b6 {
   position: relative !important;
   width: 261px;
   height: 59px;
 }

 .button_link_abd1773d44b6 {}

 .container_4a4bb32401bd {
   padding: 25px 27.24px 25px 27.24px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
 }

 .imageview_73dea96c734d {
   width: 100%;
   height: 259px;
 }

 .text_eb95ab6828e8 {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_94d3e484c080 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_4e2b97e8f98a {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6444c9969d02 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_24c6e85a3498 {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_24c6e85a3498 {}

 .container_5df427e085bd {
   padding: 30px 20px 30px 20px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_ecb788d920a8 {
   width: 215px;
   height: 5px;
 }

 .text_68851aa234f9 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1ac5bab136d0 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d762e12c6664 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_0615c8f6e61b {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_c7e32fc05e2a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a59a55860c6a {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_aae56b2f28cd {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_51d42774686b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_fcc687ef6fca {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9a22bcc8d026 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_be558c0b5c22 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_79c7345aa3e4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_7a7bd9379158 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9605accbfb1c {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_84e8b63e009d {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_624d8269db0d {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_8e0f2a3a5f5f {
   width: 100%;
   height: 50px;
   z-index: 1;
 }

 .container_a30569aba7fe {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_0c812351ac5f {
   padding: 25px 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_d872b932766c {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_dcdcd34e6a2d {
   width: 1280px;
   height: 621px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_d4e967c2cd40 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_ea13ded4d2d3 {
   width: 1280px;
   height: 621px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   background: #305249;
   opacity: 0.30000001192092896;
 }

 .container_69e7947b3062 {
   position: absolute !important;
   width: 1281px;
   height: 621px;
   left: 0px;
   top: 0px;
 }

 .container_b6714507d0d3 {
   width: 1071px;
   height: 528px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_3a701f47b0d7 {
   width: 699.33px;
   z-index: 2;
   position: absolute !important;
   left: 122px;
   top: 0px;
   line-height: 57.6px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_35be4fd8a225 {
   width: 946px;
   height: 419px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: 75px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_2e06fa944755 {
   position: absolute !important;
   width: 946px;
   height: 273px;
   z-index: 2;
   left: 63px;
   top: 43px;
 }

 .container_a5eb6a2df9e5 {
   position: absolute !important;
   width: 1071px;
   height: 384px;
   z-index: 1;
   left: 105px;
   top: 446px;
 }

 .imageview_fb57df8b8035 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_cf0fe653c920 {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_5ab15c9fd825 {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_fc205010f643 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_bc7a0bbf2607 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_94978feb1648 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_e1bdfdc6f860 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b8a74c6ae71d {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_dd82247bfa2a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_2c67060263bb {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_9d5174f2a870 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_c7d933a1c9f0 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_c359305f9ff3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_a0ce98ddf79c {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_d2d2030af7c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_b6339660ab7b {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_2c0cbb2bbdb2 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_51ece5bd0343 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_21acab49c85d {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_21acab49c85d {}

 .container_7644d43610fd {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_cd4c545b70d4 {
   position: absolute !important;
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   left: 76px;
   top: 37px;
 }

 .container_19d1e7ce8716 {
   position: relative !important;
   width: 1280px;
   height: 976px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .imageview_90cb529f5242 {
   width: 720px;
   height: 532px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_9a729771aabb {
   width: max-content;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_03bbdf826398 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_15d30ab05537 {
   width: 353px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ea62d9280c14 {
   position: absolute !important;
   width: 353px;
   height: 24px;
   left: 36px;
   top: 0px;
 }

 .container_31b793351941 {
   position: absolute !important;
   width: 389px;
   height: 24px;
   left: 0px;
   top: 86px;
 }

 .container_3b94bacfee50 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_47a7795a0366 {
   width: 371px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8b368aed6a24 {
   position: absolute !important;
   width: 371px;
   height: 24px;
   left: 36px;
   top: 0px;
 }

 .container_c0f87c1a3ed1 {
   position: absolute !important;
   width: 407px;
   height: 24px;
   left: 0px;
   top: 0px;
 }

 .container_6d274b150d8d {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_e2e8c8a82617 {
   width: 333px;
   height: 24px;
   position: absolute !important;
   left: 36px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_08b86b3f8251 {
   position: absolute !important;
   width: 369px;
   height: 24px;
   left: 0px;
   top: 43px;
 }

 .container_ffe409f6e10c {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_e7d29172d3c5 {
   width: 305px;
   height: 46px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c7a59badc3a9 {
   position: absolute !important;
   width: 305px;
   height: 46px;
   left: 36px;
   top: 0px;
 }

 .container_58887c91a366 {
   position: absolute !important;
   width: 341px;
   height: 46px;
   left: 0px;
   top: 129px;
 }

 .container_53cfe049cf02 {
   position: absolute !important;
   width: 407px;
   height: 175px;
   left: 0px;
   top: 90px;
 }

 .container_267b38599c04 {
   position: absolute !important;
   width: 407px;
   height: 265px;
   left: 768px;
   top: 0px;
 }

 .text_0a530855dcce {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_9e24adc8fc52 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_a6f3bc7ceaac {
   width: 393px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a495b71bfcf0 {
   position: absolute !important;
   width: 393px;
   height: 24px;
   left: 36px;
   top: 0px;
 }

 .container_67a70aef3b85 {
   position: absolute !important;
   width: 429px;
   height: 24px;
   left: 0px;
   top: 111px;
 }

 .container_142c2e607c30 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_59337bdfb840 {
   width: 393px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_74f8512d2141 {
   position: absolute !important;
   width: 393px;
   height: 24px;
   left: 36px;
   top: 0px;
 }

 .container_fd1f831f1ca7 {
   position: absolute !important;
   width: 429px;
   height: 24px;
   left: 0px;
   top: 0px;
 }

 .container_a4fe4d47e03d {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_b334bc93d28c {
   width: 393px;
   height: 49px;
   position: absolute !important;
   left: 36px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_40b13f3fc486 {
   position: absolute !important;
   width: 429px;
   height: 49px;
   left: 0px;
   top: 43px;
 }

 .container_3fe54ca64d72 {
   width: 18px;
   height: 18px;
   position: absolute !important;
   left: 0px;
   top: 3px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_fd821cf45651 {
   width: 343px;
   height: 24px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8087cd0990b7 {
   position: absolute !important;
   width: 343px;
   height: 24px;
   left: 36px;
   top: 0px;
 }

 .container_37fa0f06530e {
   position: absolute !important;
   width: 379px;
   height: 24px;
   left: 0px;
   top: 154px;
 }

 .container_ddfc3ccf2de6 {
   position: absolute !important;
   width: 429px;
   height: 178px;
   left: 0px;
   top: 78px;
 }

 .container_2010c0983036 {
   position: absolute !important;
   width: 429px;
   height: 256px;
   left: 768px;
   top: 280px;
 }

 .container_ba2f5f27f9bd {
   position: relative !important;
   width: 1197px;
   height: 536px;
 }

 .imageview_2702ee1775d8 {
   width: 1280px;
   height: 622px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_61c713c87fec {
   width: 1280px;
   height: 621.09px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   opacity: 0.6000000238418579;
 }

 .text_8cb2374c1906 {
   width: 1051.05px;
   z-index: 2;
   position: absolute !important;
   left: 114.96px;
   top: 410px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_484a07f2fd77 {
   position: relative !important;
   width: 1280px;
   height: 631px;
 }

 .container_40d199e05eb7 {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 88px normal;
   flex-direction: column;
 }

 .text_07c08800f023 {
   width: max-content;
   position: absolute !important;
   left: 132px;
   top: -31px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .imageview_b80a1a483f2c {
   width: 79px;
   height: 13px;
   position: absolute !important;
   left: 514px;
   top: 530px;
 }

 .imageview_f4613bbcbd98 {
   width: 29.29px;
   height: 49px;
   position: absolute !important;
   left: 1084px;
   top: 282px;
 }

 .imageview_cba19c90a82c {
   width: 29.29px;
   height: 49px;
   position: absolute !important;
   left: 0px;
   top: 282px;
 }

 .container_233e6a33603d {
   width: 366px;
   height: 376px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_d0c31589284e {
   width: 110px;
   height: 110px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_1535c4223709 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_44c483bcafcb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 25px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_d365c6749b36 {
   position: absolute !important;
   width: 175px;
   height: 50px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_a9c149ea1e64 {
   position: absolute !important;
   width: 175px;
   height: 50px;
   z-index: 2;
   left: 123px;
   top: 32px;
 }

 .container_fb516707f699 {
   position: absolute !important;
   width: 298px;
   height: 110px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_a226c043921c {
   position: absolute !important;
   width: 298px;
   height: 110px;
   z-index: 2;
   left: 34px;
   top: 35px;
 }

 .text_95ec553c89c0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 21.82px;
   font-family: 'Nunito';
 }

 .container_ea4b0ded5f06 {
   position: absolute !important;
   width: 288px;
   height: 176px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_650b6be3ee78 {
   position: absolute !important;
   width: 288px;
   height: 176px;
   z-index: 2;
   left: 39px;
   top: 164px;
 }

 .container_fd714a878dc9 {
   position: absolute !important;
   width: 366px;
   height: 376px;
   z-index: 1;
   left: 370px;
   top: 115px;
 }

 .container_ac0705b0d9cf {
   width: 299px;
   height: 307px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_1fdfdb192f1a {
   width: 95px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_5e0edd3c0d79 {
   width: 62.95px;
   height: 21.56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_bacd4d318ec6 {
   width: 150.9px;
   height: 21.56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 21.56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_d77d14cf37fb {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_efe919d7c8ae {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 106.06px;
   top: 27.59px;
 }

 .container_d73b1863c964 {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a9f72be6e0bc {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_c8362dab0cca {
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_0fb2a26debb3 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c8d1d9136169 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 4.31px;
   top: 111.24px;
 }

 .container_2efa63013218 {
   position: absolute !important;
   width: 256.96px;
   height: 263px;
   z-index: 1;
   left: 21px;
   top: 22px;
 }

 .container_8798584be2d5 {
   position: absolute !important;
   width: 299px;
   height: 307px;
   left: 755px;
   top: 150px;
 }

 .container_c99a94d14b49 {
   width: 299px;
   height: 307px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_8eb28909c194 {
   width: 95px;
   height: 95px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 50% 50% 50% 50%;
 }

 .text_540c6f3937f7 {
   width: 62.95px;
   height: 21.56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ba3e352fd700 {
   width: 150.9px;
   height: 21.56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 21.56px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_c017be0eed50 {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_12d2a5c7f398 {
   position: absolute !important;
   width: 150.9px;
   height: 43.11px;
   z-index: 1;
   left: 106.06px;
   top: 27.59px;
 }

 .container_49d4724e7954 {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_6b625cd23482 {
   position: absolute !important;
   width: 256.96px;
   height: 94.85px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_a7c9dd4c1823 {
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.73px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1eeb61a87e77 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_10a75048c4c5 {
   position: absolute !important;
   width: 248.34px;
   height: 151.76px;
   z-index: 1;
   left: 4.31px;
   top: 111.24px;
 }

 .container_87e5ccea3695 {
   position: absolute !important;
   width: 256.96px;
   height: 263px;
   z-index: 1;
   left: 21px;
   top: 22px;
 }

 .container_76eaaffda6ec {
   position: absolute !important;
   width: 299px;
   height: 307px;
   left: 52px;
   top: 150px;
 }

 .container_3b07255a07ab {
   position: relative !important;
   width: 1106px;
   height: 543px;
 }

 .text_0f49b0fe0b2f {
   width: max-content;
   position: absolute !important;
   left: 235px;
   top: 0px;
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text-63b0915e39e4_0f49b0fe0b2f {
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text-cb8430cc1d96_0f49b0fe0b2f {
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text-317149c88dd5_0f49b0fe0b2f {
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text-ae2d9aea850f_0f49b0fe0b2f {
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .text-756ff3c5bd09_0f49b0fe0b2f {
   line-height: 57.6px;
   font-family: 'Coolvetica';
 }

 .container_149545191b45 {
   width: 574px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 43px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_91215eda7f8a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_3cf524ecdf9b {
   position: absolute !important;
   width: 574px;
   height: 120px;
   left: 0px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_189ee892c303 {
   width: 382px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_204f67fc6594 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_f9d84e491559 {
   position: absolute !important;
   width: 382px;
   height: 119px;
   left: 606px;
   top: 1px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_5532324ab673 {
   position: absolute !important;
   width: 988px;
   height: 120px;
   left: 0px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_79e13998c5e8 {
   width: 988px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_ae332f9dde51 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_28d3edf6b43e {
   position: absolute !important;
   width: 988px;
   height: 119px;
   left: 0px;
   top: 144px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_aa5889dff0dc {
   width: 988px;
   height: 77px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_0ebb06963317 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_4d406615efc7 {
   position: absolute !important;
   width: 988px;
   height: 119px;
   left: 0px;
   top: 287px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_c6ef07a67303 {
   width: 988px;
   height: 251px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_dca838f83848 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .input_text_dd4667852043 {
   width: 988px;
   height: 293px;
   z-index: 998;
   border-radius: 15px 15px 15px 15px;
   color: #a52d2a;
   font-family: 'Nunito';
 }

 .wrapper_input_text_dd4667852043 {
   position: absolute !important;
   left: 0px;
   top: 430px;
   width: 988px;
   height: 293px;
 }

 .input_text_dd4667852043::placeholder {
   width: 100%;
   line-height: 32.74px;
   text-align: start;
   color: #a52d2a;
   font-family: 'Nunito';
   letter-spacing: -0.5px;
 }

 .container_97532936ad54 {
   width: 988px;
   height: 251px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_0eecb9d38011 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .input_text_a1142b430d2e {
   width: 988px;
   height: 293px;
   z-index: 998;
   border-radius: 15px 15px 15px 15px;
   color: #a52d2a;
   font-family: 'Nunito';
 }

 .wrapper_input_text_a1142b430d2e {
   position: absolute !important;
   left: 0px;
   top: 747px;
   width: 988px;
   height: 293px;
 }

 .input_text_a1142b430d2e::placeholder {
   width: 100%;
   line-height: 32.74px;
   text-align: start;
   color: #a52d2a;
   font-family: 'Nunito';
   letter-spacing: -0.5px;
 }

 .container_fdbd08324a74 {
   position: absolute !important;
   width: 988px;
   height: 1040px;
   left: 0px;
   top: 0px;
   border-radius: 15px 15px 15px 15px;
 }

 .container_5c15904cf7a9 {
   width: 261px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_2806720930f7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 94px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_a37633dd70eb {
   position: absolute !important;
   width: 261px;
   height: 59px;
   left: 364px;
   top: 1146px;
 }

 .button_link_a37633dd70eb {}

.container_761a7dc2210e {
    position: absolute !important;
    width: 988px;
    height: 1205px;
    left: 229px;
    align-content: space-around;
    top: 170px;
}
.container_f869882e5a9b {
    position: relative !important;
    width: 988px;
    height: 1320px;
}
 .container_nested_f869882e5a9b {
   width: 988px;
   height: 1451px;
 }

 .container_f50dbaa408fd {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .imageview_3b441b90b6fe {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_2d6219beb62f {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d3e487897d85 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_e52006bbf58f {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_52df7cb49819 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_2864f3c11d49 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_eb8299cab6c9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_12baee826290 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e3db9ad83cf7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_102c83ba7a49 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_cc86003963f1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_94a4eef052da {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_af95d40a9cec {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_e21d03eeea1d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_aa6129830057 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_86d26ff001cf {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_b7cff8329527 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_74f002c8626e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_ad69d693f873 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_9cc483633b61 {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_204dd7c130d8 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_b8792fb498b0 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_e644aa398514 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_a5d7e7c60976 {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .container_d540cce8a420 {
   padding: 0 86px 0 86px;
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;

   flex-direction: column;
 }

 .viewport_b0d432a71a71 {
   padding: 0 0 47.5px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 90px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_a9d6128d2dc9 {
   width: 109px;
   height: 43px;
 }

 .imageview_31524e3d0fd0 {
   width: 21px;
   height: 21px;
 }

 .container_908e2157874c {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_c29c43f9d97d {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_5a71735ada99 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_a5780d56bc52 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_b34e1f315fc8 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_2e262b581469 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_1210a3ab484d {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_a40cc2a77be5 {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_6db7582bbe0b {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_269ad06df790 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_71c0b4f2e159 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_ef0977e0b60b {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_e7518d58b02f {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6607aca0b23e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_5ef6d70b09bf {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_5ef6d70b09bf {}

 .container_90c5fd4c2745 {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .container_a059858ba5ed {
   width: 375px;
   height: 345px;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_e597b6bc32a6 {
   width: 375px;
   height: 345px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_9902.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_0f9b4cfdbaad {
   width: 355px;
   line-height: 32.4px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_e98d1e445ebc {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_41d91752d325 {
   width: 355px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_a2af1d6ffbc6 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_f22a83954d23 {
   padding: 25px 10px 25px 10px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_a111a26c6ee8 {
   width: 100%;
   height: 532px;
 }

 .text_330c3618b6ba {
   width: 100%;
   line-height: 40.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_2372a262ae03 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_7d8530d7569e {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_15aaa1a55f2b {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_095b3d603d70 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_2fcc8d67973a {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ea9d69ea8a48 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_9d730d196316 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_56e23dd5331a {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_4896d5579592 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_5438157c6572 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_ea5f4ee590bb {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b75620d291ee {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .text_22c525513837 {
   width: 100%;
   line-height: 40.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_8e65674478a2 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_0693a0df1129 {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9db1142ea18a {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_0485a42d48ca {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_16307e2f872b {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_32e2321fe862 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_1bd471f5e697 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_f979edaa3cac {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_af19ccfba0ce {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_3469b8a97613 {
   width: 13px;
   height: 13px;
   background: #a52d2a;
   border-radius: 50% 50% 50% 50%;
 }

 .text_99f20494d372 {
   width: 305.37px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b055a43fce02 {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: normal 15px;
   flex-direction: row;
 }

 .container_349046e7e23f {
   padding: 15px 20px 15px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_bea6422c7ba3 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_f5b8387cf158 {
   padding: 0 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_1f3d1d7037b8 {
   width: 100%;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-3570dd2bb1f4_1f3d1d7037b8 {
   line-height: 43.2px;
   font-family: 'Coolvetica';
 }

 .text-2afa49eaf958_1f3d1d7037b8 {
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .text-734f1afff464_1f3d1d7037b8 {
   line-height: 19.1px;
   font-family: 'Nunito';
 }

 .container_7b9bbfeb75c2 {
   padding: 25px 25px 25px 25px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
   background: #305249cc;
   mix-blend-mode: normal;
 }

 .container_0aeea40c2e6a {
   width: 100%;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_9938.webp");
   background-size: cover;
   background-repeat: no-repeat;
 }

 .text_30975133ad1e {
   width: 344.99px;
   height: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .imageview_1d7e5484d6ba {
   width: 73.52px;
   height: 10.61px;
   position: absolute !important;
   left: 135.45px;
   top: 334px;
 }

 .imageview_7a04280be659 {
   width: 28.08px;
   height: 41.1px;
   position: absolute !important;
   left: 324.5px;
   top: 111px;
 }

 .imageview_79e016633498 {
   width: 28.08px;
   height: 41.1px;
   position: absolute !important;
   left: 0px;
   top: 111px;
 }

 .container_5055dded2f78 {
   width: 279.2px;
   height: 300px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .imageview_509968f3a454 {
   width: 89px;
   height: 78px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 44.5px 44.5px 44.5px 44.5px;
 }

 .text_6ac8cf136d2d {
   width: 71.81px;
   height: 18px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_84ccf81192e2 {
   width: 140.19px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 22px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3ea2b1a8553f {
   position: absolute !important;
   width: 140.19px;
   height: 67px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a072c1e6b2df {
   position: absolute !important;
   width: 140.19px;
   height: 67px;
   z-index: 1;
   left: 98.49px;
   top: 10.04px;
 }

 .container_4730171e902b {
   position: absolute !important;
   width: 238.68px;
   height: 77.44px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_62638ac86291 {
   position: absolute !important;
   width: 238.68px;
   height: 77.44px;
   z-index: 1;
   left: 17.77px;
   top: 0px;
 }

 .text_acce157e23f8 {
   width: 273.5px;
   height: 168px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_8ef521941a5e {
   position: absolute !important;
   width: 273.5px;
   height: 168px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_1cea15a5f7b7 {
   position: absolute !important;
   width: 273.5px;
   height: 168px;
   z-index: 1;
   left: 0px;
   top: 93.04px;
 }

 .container_598a6b5cb2c9 {
   position: absolute !important;
   width: 273.5px;
   height: 261.04px;
   z-index: 1;
   left: 2.28px;
   top: 17.96px;
 }

 .container_555b3b207fed {
   position: absolute !important;
   width: 279.2px;
   height: 300px;
   left: 32.87px;
   top: 0px;
 }

 .container_428d4c1af6a3 {
   position: relative !important;
   width: 344.97px;
   height: 344.61px;
 }

 .container_ee57fa5aaabf {
   padding: 25px 15px 25px 15px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 39px normal;
   flex-direction: column;
 }

 .text_2dd4100181c4 {
   width: 100%;
   line-height: 43.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text-918651616848_2dd4100181c4 {
   line-height: 43.2px;
   font-family: 'Coolvetica';
 }

 .text-8209b4210d70_2dd4100181c4 {
   line-height: 43.2px;
   font-family: 'Coolvetica';
 }

 .text-9a95e029a115_2dd4100181c4 {
   line-height: 43.2px;
   font-family: 'Coolvetica';
 }

 .text-f2eb79be05c2_2dd4100181c4 {
   line-height: 43.2px;
   font-family: 'Coolvetica';
 }

 .text-67dbcaeef769_2dd4100181c4 {
   line-height: 43.2px;
   font-family: 'Coolvetica';
 }

 .text_db86b4585a6e {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_1ec961f6dd77 {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_fb6ef6e40312 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_02f181e4731d {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_26300f789f89 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_0497fd547ed6 {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_cbcec0131268 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_5ca074091a3f {
   width: 100%;
   height: 77px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_80d231f408cd {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_166729a06a1f {
   width: 100%;
   height: 251px;
   background: #f2f2f2;
   border-radius: 15px 15px 15px 15px;
 }

 .text_b94bdad9a529 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_10ea18e0e423 {
   width: 325px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_5a7de9b0e4a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 126.32px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_faa60f0793ab {
   position: relative !important;
   width: 100%;
   height: 59px;
 }

 .button_link_faa60f0793ab {}

 .container_da77d867bbdb {
   padding: 25px 25px 25px 25px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .imageview_b761654ae526 {
   width: 215px;
   height: 5px;
 }

 .text_8665550469f3 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4e41965163a5 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_50a5f379e3ce {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_27c9bcd27ed3 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_2a9102bb03fe {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_6e82e88931cc {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_d67be3276fc4 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_597da3177afd {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_74c004643e18 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_ca8e7ce43e73 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_b2c0f75caf29 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_beadb6feafc2 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_736c10300cc7 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_b1b241685ff1 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_b1e6bf3c9e6e {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_dba60e6f58ba {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_19eedcdda7ec {
   width: 100%;
   height: 50px;
 }

 .container_b6cf50b69f92 {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_1d5d9ddcc186 {
   padding: 25px 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_1d6f264efee2 {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_f2478b08f15d {
   width: 1280px;
   height: 621px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_ead89bf8d5e4 {
   position: absolute !important;
   width: 1280px;
   height: 621px;
   left: 0px;
   top: 2px;
 }

 .container_d11f58f50b9c {
   width: 1280px;
   height: 621px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
   opacity: 0.30000001192092896;
 }

 .container_6e2676b66a1d {
   position: absolute !important;
   width: 1280px;
   height: 623px;
   left: 0px;
   top: 0px;
 }

 .container_06023a2438c1 {
   width: 1071px;
   height: 345px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .text_8bf64a21cd3c {
   width: 699.33px;
   z-index: 2;
   position: absolute !important;
   left: 113px;
   top: 0px;
   line-height: 56.74px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_73d22c98bd5b {
   width: 932px;
   height: 99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 161px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_9988d0598f5f {
   position: absolute !important;
   width: 932px;
   height: 260px;
   z-index: 2;
   left: 73px;
   top: 43px;
 }

 .container_bdae32ce7be6 {
   position: absolute !important;
   width: 1071px;
   height: 345px;
   z-index: 1;
   left: 105px;
   top: 448px;
 }

 .imageview_e79fbf8f35f6 {
   width: 196px;
   height: 78px;
   z-index: 1;
 }

 .text_24723be9c4fd {
   width: fit-content;
   z-index: 1;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_ffa58a1ce5ab {
   width: 70px;
   height: 19px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_8d40e7fdd6ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .imageview_be36cfc7b220 {
   width: 18.75px;
   height: 9.93px;
   z-index: 1;
   position: absolute !important;
   left: 69.25px;
   top: 8.84px;
 }

 .container_fc84795298d0 {
   position: relative !important;
   width: 86px;
   height: 24px;
   z-index: 1;
 }

 .text_a2f08364f04f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 4px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_4d0cd30254f4 {
   position: relative !important;
   width: 72px;
   height: 24px;
   z-index: 1;
 }

 .text_c4c84bd8c43f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 5px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_1656fe7a4247 {
   position: relative !important;
   width: 151px;
   height: 24px;
   z-index: 1;
 }

 .text_d3a77b812beb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e66038a5fe95 {
   position: relative !important;
   width: 92px;
   height: 24px;
   z-index: 1;
 }

 .text_7c3e4fd7b7db {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_c4623aa5df32 {
   position: relative !important;
   width: 135px;
   height: 24px;
   z-index: 1;
 }

 .text_19d17c5c45f3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .container_e494ab2edb1b {
   position: relative !important;
   width: 91px;
   height: 24px;
   z-index: 1;
 }

 .container_db79af634487 {
   width: 120px;
   height: 34px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_4bb13ad5c6f9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 32.02px;
   top: 8.04px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_0e86d3996c9d {
   position: relative !important;
   width: 120px;
   height: 34px;
   z-index: 1;
 }

 .button_link_0e86d3996c9d {}

 .container_8b7e138dfd12 {
   width: 1145.16px;
   height: 77.7px;
   z-index: 1;
   position: absolute !important;
   left: 67px;
   top: 39px;
   justify-content: center;
   align-items: center;
   gap: normal 10px;
   flex-direction: row;
 }

 .container_e327f93b47ab {
   position: absolute !important;
   width: 1280px;
   height: 793px;
   left: 0px;
   top: 0px;
 }

 .container_88246e01b93a {
   position: relative !important;
   width: 1280px;
   height: 793px;
 }

 .text_87c749ad6ed7 {
   width: 509px;
   position: absolute !important;
   left: 0px;
   top: 86px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_a9b5d254af96 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .container_0499d3676211 {
   position: absolute !important;
   width: 521px;
   height: 57px;
   left: 5px;
   top: 0px;
 }

 .container_e667b18fb0f2 {
   position: absolute !important;
   width: 526px;
   height: 561px;
   left: 0px;
   top: 0px;
 }

 .imageview_009ea6443956 {
   width: 647px;
   height: 535px;
   position: absolute !important;
   left: 541px;
   top: 13px;
 }

 .container_26ae378e733c {
   position: relative !important;
   width: 1188px;
   height: 561px;
 }

 .text_bb67604e03a7 {
   width: 519px;
   position: absolute !important;
   left: 684px;
   top: 105px;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-53d722718c01_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-8a430fd939f4_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-0e1c24bc381f_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-69b62b6e488a_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-c3dee59e4fe6_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-cac0751e4262_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-164518a05c13_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-4685502f24e6_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-9de4774ca178_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-3945885260f0_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-3942195136c8_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-81d60feb42aa_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-c005f6870a5e_bb67604e03a7 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_8ee6bbf78ceb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .container_34b1ca95804d {
   position: absolute !important;
   width: 475px;
   height: 57px;
   left: 686px;
   top: 0px;
 }

 .imageview_149327ad9503 {
   width: 614px;
   height: 423px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_b55655eab1de {
   width: 571px;
   height: 385px;
   z-index: 1;
   position: absolute !important;
   left: 43px;
   top: 258px;
   background: #ffffff;
 }

 .imageview_21fa7ce0d962 {
   width: 582px;
   height: 430px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 277px;
 }

 .container_4ed7bfa3af0b {
   position: absolute !important;
   width: 646px;
   height: 707px;
   left: 0px;
   top: 0px;
 }

 .container_cfd7478b2abb {
   position: relative !important;
   width: 1203px;
   height: 707px;
 }

 .container_bbdd447ecd50 {
   width: 1280px;
   height: 401px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #305249;
 }

 .imageview_aa0825fa2a4a {
   width: 409.02px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 618px;
   top: 0px;
 }

 .text_3d46ac8b6b83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 56.74px;
   font-family: 'Coolvetica';
 }

 .text_8f8e9b842d73 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 134px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .container_d845d8c938c3 {
   position: absolute !important;
   width: 508px;
   height: 167px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c8efe8c48bc6 {
   width: 261px;
   height: 59px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_3df71cf5fece {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 68px;
   top: 13px;
   line-height: 32.74px;
   font-family: 'Nunito';
 }

 .button_536272f3d8d5 {
   position: absolute !important;
   width: 261px;
   height: 59px;
   z-index: 1;
   left: 0px;
   top: 204px;
 }

 .button_link_536272f3d8d5 {}

 .container_a46278415e0c {
   position: absolute !important;
   width: 508px;
   height: 263px;
   z-index: 1;
   left: 0px;
   top: 39px;
 }

 .container_967007c1f3b1 {
   position: absolute !important;
   width: 1027.02px;
   height: 330px;
   z-index: 1;
   left: 124px;
   top: 36px;
 }

 .container_cefac2109085 {
   position: relative !important;
   width: 1280px;
   height: 401px;
 }

 .container_337917b3c8aa {
   width: 1280px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 107px normal;
   flex-direction: column;
 }

 .imageview_bce56b97d133 {
   width: 766.5px;
   height: 5px;
   position: absolute !important;
   left: 173px;
   top: 0px;
 }

 .imageview_2eeb947130d7 {
   width: 244px;
   height: 97px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1fafa31b951b {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 131px;
 }

 .imageview_89b8302aee1b {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 85px;
   top: 131px;
 }

 .imageview_a9bfa95fe9a8 {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 170px;
   top: 131px;
 }

 .container_936f11b709e2 {
   position: absolute !important;
   width: 245px;
   height: 181px;
   left: 0px;
   top: 0px;
 }

 .text_0e483ae104fe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_61657a7996c3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 80px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_33c461576e14 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 135px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_010f3c81dfc8 {
   position: absolute !important;
   width: 242px;
   height: 160px;
   left: 0px;
   top: 0px;
 }

 .text_889507a5da95 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c609b29139d8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_750045c36d7c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_4a510e66b1f4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 102px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_3c97476bc496 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 136px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_ea0a47432246 {
   position: absolute !important;
   width: 208px;
   height: 161px;
   left: 321px;
   top: 0px;
 }

 .text_fcbbad29d897 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_bf4bdd9dbaf9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 68px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text_c60a85656eb6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_a82d81a9816b {
   position: absolute !important;
   width: 175px;
   height: 93px;
   left: 627px;
   top: 0px;
 }

 .container_c6fcc6c41316 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 0px;
   top: 0px;
 }

 .container_f954d7995145 {
   position: absolute !important;
   width: 802px;
   height: 161px;
   left: 306px;
   top: 10px;
 }

 .container_1c53813d6216 {
   position: absolute !important;
   width: 1108px;
   height: 181px;
   left: 0px;
   top: 105.5px;
 }

 .container_6847a3c040ba {
   position: relative !important;
   width: 1108px;
   height: 286.5px;
 }

 .viewport_901b1756a19d {
   padding: 0 0 127.5px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 63px normal;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_9be8859a1498 {
   width: 109px;
   height: 43px;
 }

 .imageview_1dfc6e49aee0 {
   width: 21px;
   height: 21px;
 }

 .container_bbe21c871aed {
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: normal 187px;
   flex-direction: row;
 }

 .text_8eb719cf83e2 {
   width: 315px;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_eba351e5de24 {
   width: 319px;
   flex-grow: 1;
   flex-basis: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_c35bfd5d4c6b {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_befca48cdb1d {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_c08497db49f5 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_4a26062486d0 {
   padding: 0 30px 0 30px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 6px normal;
   flex-direction: column;
 }

 .container_57c47a2396c6 {
   width: 100%;
   height: 95px;
   align-items: flex-start;
   justify-content: center;
   gap: 7px normal;
   flex-direction: column;
 }

 .text_383ac03bdb40 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_27847150ab61 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_b3f622f2a8b7 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_e8e60e3944e7 {
   width: 100%;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_306f324d0bcb {
   width: 82px;
   height: 27px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_cfec113645a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.2px;
   font-family: 'Coolvetica';
 }

 .button_d421c2952546 {
   position: relative !important;
   width: 82px;
   height: 27px;
   border-radius: 100px 100px 100px 100px;
 }

 .button_link_d421c2952546 {}

 .container_2bbc5423d79b {
   padding: 30px 28px 30px 30px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
   background: #ffffff;
   box-shadow: 0px 4px 4px #00000040;
 }

 .container_ead6d228b8ac {
   width: 375px;
   height: 345px;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
   background: #30524980;
   mix-blend-mode: normal;
 }

 .container_04691caec68d {
   width: 375px;
   height: 345px;
   justify-content: flex-start;
   align-items: flex-start;
   flex-direction: row;
   background: url("https://transitionspain.com/wp-content/uploads/2132_9762.webp");
   background-size: contain;
   background-repeat: no-repeat;
 }

 .text_065b6ffd1d2f {
   width: 355px;
   line-height: 32.4px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .container_79862ec94cfa {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .text_df475c458971 {
   width: 355px;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_883124df5efc {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 10px normal;
   flex-direction: column;
 }

 .container_bcfeaabcbb59 {
   padding: 25px 10px 25px 10px;
   width: 375px;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 30px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_dbc4115f5a99 {
   width: 100%;
   height: 532px;
 }

 .text_e9c97ce842c7 {
   width: 100%;
   line-height: 38.4px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d8cc053926fb {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_febd5ea1df16 {
   padding: 15px 20px 15px 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_f62ebd77cd3c {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_9712c0d4f8d4 {
   padding: 0 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_0f009612315a {
   width: 100%;
   height: 532px;
 }

 .text_d22caa90b846 {
   width: 100%;
   line-height: 40.8px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_d8cadee4d004 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text-eedec77c4f77_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-fa78035e4c99_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-6050ff725ce1_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-f9803826f5f5_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-4dc0c1891e3c_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-add7a52c49c0_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-99420c9d2aa7_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-79460a2492c2_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-19d4c1fec93f_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-8c3f52296e90_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-376b25da42be_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-a4d29fd89737_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-1178223c1f20_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .text-ba719f7f6368_d8cadee4d004 {
   line-height: 24.55px;
   font-family: 'Nunito';
 }

 .container_fa88acb1811a {
   padding: 0 20px 0 20px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 15px normal;
   flex-direction: column;
 }

 .container_a7c94be7fdbd {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_c038f97428d9 {
   padding: 0 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_21425c4db1d8 {
   width: 100%;
   height: 259px;
 }

 .text_29c27f0f437b {
   width: 100%;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Coolvetica';
 }

 .text_8a02c628bb83 {
   width: 100%;
   line-height: 19.1px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3c79f3cb03bd {
   width: 153px;
   height: 34px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffd141;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e42be37f8ab2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 37.28px;
   top: 7.49px;
   line-height: 20.46px;
   font-family: 'Nunito';
 }

 .button_3a8b04dbc604 {
   position: relative !important;
   width: 153px;
   height: 34px;
 }

 .button_link_3a8b04dbc604 {}

 .container_13b91a41df6b {
   padding: 30px 20px 30px 20px;
   width: 375px;
   height: fit-content;
   align-items: flex-start;
   justify-content: center;
   gap: 15px normal;
   flex-direction: column;
   background: #305249;
 }

 .imageview_b17972ddb6f3 {
   width: 215px;
   height: 5px;
 }

 .text_3a1c69661664 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_53f58d7fabf5 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_e8628bd0b352 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3c202806790d {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_8cf81e19f811 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_0e2016b44976 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_335c9cac263b {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_ba61aaf4da42 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_1b2d4a4411bc {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_3969e72b627f {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .text_7f862bf11715 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_4a00748b6873 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .text_916b951e2c10 {
   width: 100%;
   line-height: 24.55px;
   word-wrap: break-word;
   font-family: 'Nunito';
 }

 .container_cf8849bf6663 {
   padding: 0 15px 0 15px;
   width: 100%;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   flex-direction: column;
 }

 .imageview_f8cc865ed577 {
   width: 100%;
   aspect-ratio: 1 / 0.3953098827470687;
 }

 .container_75eb42175cb0 {
   padding: 25px 51px 24.71px 50px;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: center;
   flex-direction: column;
 }

 .imageview_ba58784980a2 {
   width: 100%;
   height: 50px;
 }

 .container_78efc0c73d6e {
   width: 375px;
   height: 269.24px;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
 }

 .container_f1504cc43a8e {
   padding: 25px 0 25px 0;
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 20px normal;
   flex-direction: column;
 }

 .viewport_4dc84c438bdb {
   width: 100%;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   flex-direction: column;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .HOME_page .yotako-main {
     display: none !important;
   }

   .HOME_page .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .HOME_page .yotako-main {
     display: none !important;
   }

   .HOME_page .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .ABOUT_US .yotako-main {
     display: none !important;
   }

   .ABOUT_US .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .ABOUT_US .yotako-main {
     display: none !important;
   }

   .ABOUT_US .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .Contact .yotako-main {
     display: none !important;
   }

   .Contact .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .Contact .yotako-main {
     display: none !important;
   }

   .Contact .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   ._Online_Classes_ .yotako-main {
     display: none !important;
   }

   ._Online_Classes_ .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   ._Online_Classes_ .yotako-main {
     display: none !important;
   }

   ._Online_Classes_ .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   ._Leaving_cert_ .yotako-main {
     display: none !important;
   }

   ._Leaving_cert_ .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   ._Leaving_cert_ .yotako-main {
     display: none !important;
   }

   ._Leaving_cert_ .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .Ty .yotako-main {
     display: none !important;
   }

   .Ty .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .Ty .yotako-main {
     display: none !important;
   }

   .Ty .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .Activities .yotako-main {
     display: none !important;
   }

   .Activities .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .Activities .yotako-main {
     display: none !important;
   }

   .Activities .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .Student_Experiences .yotako-main {
     display: none !important;
   }

   .Student_Experiences .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .Student_Experiences .yotako-main {
     display: none !important;
   }

   .Student_Experiences .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .JAMES_EXPERIENCE .yotako-main {
     display: none !important;
   }

   .JAMES_EXPERIENCE .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .JAMES_EXPERIENCE .yotako-main {
     display: none !important;
   }

   .JAMES_EXPERIENCE .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .FAMILIA_ANFITRIONA .yotako-main {
     display: none !important;
   }

   .FAMILIA_ANFITRIONA .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .FAMILIA_ANFITRIONA .yotako-main {
     display: none !important;
   }

   .FAMILIA_ANFITRIONA .vp_1280 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .Host_families .yotako-main {
     display: none !important;
   }

   .Host_families .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .Host_families .yotako-main {
     display: none !important;
   }

   .Host_families .vp_1280 {
     display: flex !important;
   }
 }

 .experiences_grid_11 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 0px;
  top: 0px;

}

.experiences_grid_12 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 384px;
  top: 0px;

}

.experiences_grid_13 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 766px;
  top: 0px;

}


.experiences_grid_21 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 0px;
  top: 548px;

}

.experiences_grid_22 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 384px;
  top: 548px;

}

.experiences_grid_23 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 766px;
  top: 548px;

}

.experiences_grid_31 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 0px;
  top: 1096px;

}

.experiences_grid_32 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 384px;
  top: 1096px;

}

.experiences_grid_33 {
  position: absolute !important;
  width: 351px;
  height: 506px;
  left: 766px;
  top: 1096px;

}

.pagination-nav {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.page-numbers {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers a,
.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ddd;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

.page-numbers .current {
  background: #ffcc33; /* amarillo */
  color: #fff;
  font-weight: bold;
}

.page-numbers a:hover {
  background: #bbb;
  color: #fff;
}

.page-numbers .next {
    color: #D9D9D9;
    font-weight: bold;     /* Opcional: lo hace más grueso */
     background: #fff;
}
.page-numbers .next:hover {
    color: #ffcc33;
    font-weight: bold;     /* Opcional: lo hace más grueso */
    background: #fff;
}

.page-numbers .next::before {
    content: ">>";
    font-size: 2em;        /* Hace los caracteres grandes */
    margin-right: 5px;     /* Espacio opcional */
}


.page-numbers .prev {
    color: #D9D9D9;
    font-weight: bold;     /* Opcional: lo hace más grueso */
     background: #fff;
}
.page-numbers .prev:hover {
    color: #ffcc33;
    font-weight: bold;     /* Opcional: lo hace más grueso */
    background: #fff;
}

.page-numbers .prev::before {
    content: "<<";
    font-size: 2em;        /* Hace los caracteres grandes */
    margin-right: 5px;     /* Espacio opcional */
}



.carousel,
.carousel-desktop,
.carousel-mobile {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.carousel-window {
  overflow: hidden; /* solo corta el track */
  flex: 1; /* ocupa todo el espacio central */
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.carousel-item {
  min-width: 320px;
  margin: 0 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
  transform: scale(0.8);
}

/* Foto + encabezado en fila */
.testimonial-header-mobile,
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.testimonial-header-mobile {
margin-left: 35px;
  margin-right: 35px;
}
  

.testimonial-header-mobile img,
.testimonial-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid gold;
  margin-right: 15px;
}
.testimonial-header-mobile h4,
.testimonial-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.testimonial-header-mobile h4 {
font-size: 12px;
}
.testimonial-header-mobile p,
.testimonial-header p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #555;
}
.testimonial-header-mobile p {
font-size: 12px;
}
/* Texto de testimonio */
.testimonial-body-mobile,
.testimonial-body {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding: 4px;
}
.testimonial-body-mobile {
  font-size: 12px;
  margin-left: 35px;
  margin-right: 35px;
}
/* Estados */
.carousel-item.active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 3;
}

.carousel-item.prev,
.carousel-item.next {
  transform: scale(0.9);
  opacity: 0.8;
  z-index: 2;
}

/* Ajustamos los botones */
.carousel-button {
  background: #0f3d3e;
  color: #fff;
  border: none;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
}

/* Ahora los sacamos a los lados */
.carousel-button.prev {
  position: relative;
  margin-right: 20px; /* separación del carrusel */
}

.carousel-button.next {
  position: relative;
  margin-left: 20px; /* separación del carrusel */
}


  /* Dots */
  .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
  }

  .carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .carousel-dot.active {
    background: orange;
  }

  .container_1d5af1254 {

    position: relative !important;
    width: 988px;
    height: 0px;
    top: -150px;
    left: 380px;


  }

.container_1d5af1253 {
    position: relative !important;
    width: 988px;
    height: 0px;
    top: 446px;
    left: 462px;
}

.container_1d5af1258 {
    position: relative !important;
    width: 988px;
    height: 0px;
    top: 461px;
    left: 456px;
}

.container_1d5af1251 {
    position: relative !important;
    width: 988px;
    height: 50px;
    top: -20x;
    left: 414px;
}




.exp-carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.exp-carousel-window {
  overflow: hidden; /* solo corta el track */
  flex: 1; /* ocupa todo el espacio central */
}
.exp-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.exp-carousel-item {
  min-width: 320px;
  margin: 0 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
  transform: scale(0.8);
  height: 346px;
}

/* Foto + encabezado en fila */
.exp-testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.exp-testimonial-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid gold;
  margin-right: 15px;
}
.exp-testimonial-header h4 {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}

.exp-testimonial-header p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #555;
  font-size: 12px;
}

/* Texto de testimonio */
.exp-testimonial-body {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding: 4px;
    font-size: 12px;

}
/* Estados */
.exp-carousel-item.active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 3;
}

.exp-carousel-item.prev,
.exp-carousel-item.next {
  transform: scale(0.9);
  opacity: 0.8;
  z-index: 2;
}

/* Ajustamos los botones */
.exp-carousel-button {
  background: #0f3d3e;
  color: #fff;
  border: none;
  padding: 13px 22px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
}

/* Ahora los sacamos a los lados */
.exp-carousel-button.prev {
  position: relative;
  margin-right: 20px; /* separación del carrusel */
}

.exp-carousel-button.next {
  position: relative;
  margin-left: 20px; /* separación del carrusel */
}

h2.gform_title, .gform_required_legend{
  display: none;
}

div.contact_name > label.gfield_label.gform-field-label,
div.contact_phone > label.gfield_label.gform-field-label,
div.contact_email > label.gfield_label.gform-field-label,
div.contact_message > label.gfield_label.gform-field-label,
#field_14_8 > label.gfield_label.gform-field-label,
#field_14_9 > label.gfield_label.gform-field-label,
#field_15_9 > label.gfield_label.gform-field-label,
#field_15_8 > label.gfield_label.gform-field-label
{
  /* width: 223.76px; */
   left: 0px;
   top: 0px;
   line-height: 32.74px;
   word-wrap: break-word;
   font-family: 'Nunito';
   text-transform:none;
   font-style:normal;
   font-size:16px;
   letter-spacing:-0.5px;
   color:#a52d2a;
   background-color:transparent;
   font-weight: 600;
}


input#input_13_5, 
input#input_13_6, 
input#input_13_7, 
input#input_14_5, 
input#input_14_6, 
input#input_14_7, 
input#input_14_8, 
input#input_14_9,
input#input_15_5, 
input#input_15_6, 
input#input_15_7, 
input#input_15_8, 
input#input_15_9 {

    height: 35px;
    background: #f2f2f2;
    border: none;
    border-radius: 10px;
}

textarea#input_14_10,
textarea#input_14_3,
textarea#input_15_10,
textarea#input_15_3,
textarea#input_13_3 {
   
    height: 256px;
    background: #f2f2f2;
    border: none;
    border-radius: 10px;
}

input#gform_submit_button_16,
input#gform_submit_button_13 {
    padding: 13px 115px 13px 115px;
    width: 289px;
    height: 59px;
    justify-content: center;
    align-items: center;
    gap: normal 10px;
    flex-direction: row;
    background: #ffd141;
    border-radius: 20px;
    font-family: 'Nunito';
    font-size: 24px;
    color: #fff;
    border: none;
}
input#gform_submit_button_13:hover,
input#gform_submit_button_16:hover {
  background-color: #305249;
}
input#gform_submit_button_15,
input#gform_submit_button_14 {
    padding: 13px 115px 13px 115px;
    width: 289px;
    height: 59px;
    justify-content: center;
    align-items: center;
    gap: normal 10px;
    flex-direction: row;
    background: #ffd141;
    border-radius: 20px;
    font-family: 'Nunito';
    font-size: 24px;
    color: #fff;
    border: none;
}

.charleft.ginput_counter.gfield_description {
    display: none;
}



#gform_fields_11 label.gfield_label.gform-field-label{
   line-height: 32.74px;
    word-wrap: break-word;
    font-family: 'Nunito';
    text-transform: none;
    font-style: normal;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #a52d2a;
    background-color: transparent;
    font-weight: 600;
  
}

#gform_fields_11 input{background: #f2f2f2;border: none;border-radius: 10px;}
#gform_fields_11 textarea{background: #f2f2f2;border: none;border-radius: 10px;}

#gform_fields_14 input{background: #f2f2f2;border: none;border-radius: 10px;}
#gform_fields_14 textarea{background: #f2f2f2;border: none;border-radius: 10px;}
#gform_fields_15 input{background: #f2f2f2;border: none;border-radius: 10px;}
#gform_fields_15 textarea{background: #f2f2f2;border: none;border-radius: 10px;}
#gform_fields_16 input{background: #f2f2f2;border: none;border-radius: 10px;}
#gform_fields_16 textarea{background: #f2f2f2;border: none;border-radius: 10px;}

div#gform_wrapper_11 {
    padding: 50px;
}

.gform_legacy_markup_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
    float: right;
}

input#gform_submit_button_11 {
    padding: 15px 30px 15px 30px;

    justify-content: center;
    align-items: center;
 
    flex-direction: row;
    background: #ffd141;
    border-radius: 13px;
    font-family: 'Nunito';
    font-size: 24px;
    color: #fff;
    border: none;
}

input#gform_submit_button_11:hover {
    background: #305249;
    color: #fff;

}

img.alignnone.size-medium.wp-image-3951 {
    margin-left: 50px !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 6px!important;
    padding-bottom: 6px;
    padding-top: 8px;
    padding-left: 10px;
    padding: border-box;
  border-top: none;
  border-bottom: none;
}

    .float-wa{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }

    .grecaptcha-badge{
      display: none !important;
    }

    .imageview_75d3ef632c07{
         width: 11.75px;
   height: 4.93px;
   z-index: 1;
   position: absolute !important;
   left: 82.25px;
   top: 5.84px;
    }