@import url(normalize.css);
@import url(general.css);
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.container {
  height: 80%;
}

.div-block {
  position: static;
  top: 3px;
  bottom: auto;
  display: block;
  width: 80%;
  height: 80px;
  min-height: 100%;
  padding: 40px;
  float: left;
  clear: both;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.body {
  font-family: Mohrrounded, sans-serif;
  color: #143738;
  font-size: 14px;
  font-weight: 300;
}

.paragraph {
  width: 476.5px;
  max-width: 600px;
  min-width: 300px;
  line-height: 20px;
  font-weight: 400;
}

.hero2 {
  height: 100vh;
}

.container-3 {
  position: static;
  overflow: visible;
  height: 80%;
}

.column {
  position: fixed;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 16%;
  display: inline-block;
}

.columns {
  position: relative;
  top: 19px;
  height: 100vh;
}

.heromain {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 100vh;
  max-height: 100vh;
  max-width: none;
  margin-top: 0px;
  padding-top: 20%;
}

.heading {
  display: block;
}

.image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 30;
  display: block;
  padding-top: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
}

.text-block1 {
  position: static;
  display: grid;
  overflow: visible;
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

.red-line {
  width: 70px;
  height: 6px;
  border-radius: 4px;
  background-color: #ed002e;
}

.circle-btn {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 0px;
  padding-left: 0px;
  border-radius: 50%;
  background-color: #ed002e;
}

.slider-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 90px;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.paragraph-2 {
  width: 460px;
  font-family: Mohrrounded, sans-serif;
  color: #003537;
  font-weight: 300;
}

.heading-2 {
  width: auto;
  max-width: 540px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Mohrrounded, sans-serif;
  color: #003537;
  font-size: 62px;
  line-height: 65px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-4 {
  display: block;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.custom-container {
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.custom-container.combo {
  position: relative;
  top: 35vh;
  bottom: auto;
  margin-top: auto;
}

.button {
  display: none;
  width: 120px;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #ed002e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  padding: 6px 17px;
  border-style: solid;
  border-width: 3px;
  border-color: #ed002e;
  background-color: transparent;
  color: #ed002e;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.custom-container-right {
  position: absolute;
  left: 42vw;
  top: 8vh;
  right: 3vw;
  bottom: auto;
  z-index: 0;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0%;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 21;
  display: block;
  width: 90vh;
  height: auto;
}

.div-block-4 {
  max-width: 100%;
}

.about {
  position: relative;
  top: auto;
  z-index: 0;
  height: auto;
  margin-top: auto;
  background-color: #003537;
  opacity: 1;
  color: #fff;
}

.background-color {
  background-color: #020060;
}

.heading-3 {
  margin-top: 0%;
  margin-bottom: 49px;
  padding-top: 30%;
  font-family: Mohrrounded, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 58px;
  font-weight: 600;
}

.div-block-5 {
  position: relative;
  z-index: 1;
  max-width: 70%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 130vw;
  margin-top: auto;
  background-color: #020060;
}

.grid {
  grid-template-areas: "Area";
}

.grid-2 {
  margin-bottom: 0px;
  padding-bottom: 20vh;
  grid-auto-flow: column;
  grid-column-gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.grid-2.equipo{
  padding-top: 25vh;
padding-bottom: 18vh;
grid-auto-flow: column;
grid-column-gap: 40px;
grid-row-gap: 8px;
grid-template-columns: 1fr 1fr;
grid-template-rows: 118px auto auto;
}

.paragraph-3 {
  font-family: Mohrrounded, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.team {
  position: relative;
  margin-top: auto;
}

.div-block-7 {
  max-width: 70%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  padding-top: 25vh;
  padding-bottom: 18vh;
  grid-auto-flow: column;
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 118px auto auto;
}

.texto_continuo {
  font-family: Mohrrounded, sans-serif;
  color: #003537;
  font-weight: 300;
}

.achievements {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-8 {
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.grid-4 {
  margin-bottom: 0px;
  padding-top: 20%;
  padding-bottom: 28%;
  justify-items: center;
  grid-auto-flow: column;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 55px 57px 81px 52px auto;
}

.icon_text {
  font-family: Mohrrounded, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-block-red {
  color: #ed002e;
  font-size: 100px;
  font-weight: 600;
}

.text_block_yellow {
  color: #fec201;
  font-size: 100px;
  font-weight: 600;
}

.text_block_blue {
  color: #32b8fe;
  font-size: 100px;
  font-weight: 600;
}

.services {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #003537;
}

.container_main {
  display: block;
  max-width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.grid_blue_back {
  padding-top: 22vh;
  padding-bottom: 32vh;
  grid-auto-flow: column;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto;
}

.texto_continuo-white {
  font-family: Mohrrounded, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.heading-4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: Mohrrounded, sans-serif;
  color: #ed002e;
  font-weight: 600;
  text-transform: uppercase;
}

.logos {
  display: block;
  padding-bottom: 30px;
}

.image-4 {
  padding-bottom: 30px;
}

.image-5 {
  padding-bottom: 30px;
}

.contact {
  position: relative;
  z-index: 0;
  background-color: #003537;
}

.grid_blue_back-2 {
  display: grid;
  padding-top: 0px;
  padding-bottom: 30vh;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(auto, 0.5fr) auto auto;
}

.heading-services {
  font-family: Mohrrounded, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.button-2 {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 21;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: #ed002e;
  border-radius: 20px;
  background-color: transparent;
  font-family: Mohrrounded, sans-serif;
  color: #ed002e;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #ed002e;
  color: #fff;
}

.navigation {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: block;
  height: 50%;
  margin: 0% auto 10vh;
  padding-top: 0%;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(auto, 0.25fr);
  grid-column-gap: 16px;
  grid-row-gap: 19px;
  grid-template-columns: 0.25fr;
  grid-template-rows: 0.25fr minmax(0px, 0.25fr);
  font-family: Mohrrounded, sans-serif;
}

.nav_btn {
  margin-top: 2vh;
  margin-bottom: 3vh;
  background-color: transparent;
  opacity: 0.4;
  color: #ed002e;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav_btn:hover {
  opacity: 1;
}

.nav_btn.w--current {
  opacity: 0.4;
}

.nav_btn.w--current:hover {
  opacity: 1;
}

.div-block-9 {
  height: 100vh;
}

.circle-btn-sidebar {
  display: block;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #ed002e;
  border-radius: 50%;
  background-color: transparent;
}

.button-3 {
  width: 48px;
  height: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: #ed002e;
  border-radius: 24px;
  background-color: transparent;
}

.div-block-10 {
  display: none;
  overflow: visible;
  width: 48px;
  height: 48px;
  margin-left: 17px;
  border-style: solid;
  border-width: 3px;
  border-color: #ed002e;
  border-radius: 24px;
}

.div-block-10:active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 130px;
  height: 300px;
  max-width: 200%;
  margin-top: 2%;
  margin-left: 37%;
  padding-right: 0%;
  padding-left: 0%;
  border-radius: 80px;
  background-color: #fec201;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.heroimage {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 11;
  display: block;
  width: auto;
  max-height: 100%;
  margin-bottom: 0px;
  margin-left: auto;
  float: left;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.bubbles-mid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
}

.main_b_top {
  position: absolute;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
}

.div-block-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 100vw;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: 0%;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-10 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-11 {
  position: absolute;
}

.div-block-12-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  width: 100vw;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-12-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: none;
  width: 100vw;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-12-copy-copy-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: block;
  width: 100vw;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.achi_small_lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 0%;
}

.lines-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 111;
}

.about_bubble_big {
  position: absolute;
  display: none;
}

.about_bubble_big.about_lines_resp {
  padding-top: 12vh;
}

.about_bubble_small {
  position: absolute;
  display: none;
}

.about_bubble_small.about_bubble_res {
  padding-top: 13vh;
}

.about_line_small {
  position: absolute;
  display: none;
}

.about_line_small.about_lines_res {
  padding-top: 0vh;
}

.about_line_big {
  position: absolute;
  display: none;
}

.team_line_small {
  position: absolute;
}

.team_line_small.team_ls_combo {
  padding-top: 21vh;
}

.team_bubble_big {
  position: absolute;
}

.team_bubble_big.team_bb_combo {
  padding-top: 21vh;
}

.team_line_big {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.ach_big_lines {
  position: absolute;
}

.icons_ach {
  display: block;
}

.ach_big_lines-copy {
  position: absolute;
}

.services_small_lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.services_big_lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.yellow_buble {
  position: absolute;
  display: block;
  width: 5vw;
  height: 15vw;
  margin-top: -6.3vh;
  margin-left: 31.7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fec201;
  border-radius: 38vw;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.yellow_buble.comb {
  margin-top: -19vh;
  margin-left: 50.8vw;
}

.yellow_buble.combo2 {
  margin-top: -15.9vh;
  margin-left: 57.1vw;
}

.blue_buble {
  position: absolute;
  display: block;
  width: 4vw;
  height: 11vw;
  margin-top: 3.2vh;
  margin-left: 31.7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #32b8fe;
  border-radius: 38px;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.blue_buble.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.blue_buble.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.blue_buble.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.blue_buble.combo4 {
  display: block;
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.yellow_line_s {
  position: absolute;
  width: 2px;
  height: 8vw;
  margin-top: 3vh;
  margin-bottom: 0%;
  margin-left: 22.2vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #fec201;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.yellow_line_s.combo {
  margin-top: -19vh;
  margin-left: 43%;
}

.yellow_line_s.combo2 {
  margin-top: 6.3vh;
  margin-left: 34.9vw;
}

.yellow_line_s.combo3 {
  margin-top: -15.9vh;
  margin-left: 6.3vw;
}

.red_line_l {
  position: absolute;
  width: 2px;
  height: 15vw;
  margin-top: 6.3vh;
  margin-bottom: 0%;
  margin-left: 73vw;
  padding-left: 0%;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #ed002e;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.red_line_l.pos2 {
  margin-top: 12.7vh;
  margin-left: 0vw;
}

.yellow_line_us {
  position: absolute;
  width: 2px;
  height: 4vw;
  margin-top: 8%;
  margin-bottom: 0%;
  margin-left: 13%;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #fec201;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.yellow_line_us.combo {
  margin-top: 17%;
  margin-left: 54%;
}

.yellow_line_us.combo2 {
  margin-top: 8%;
  margin-left: 89%;
}

.blue_line_s {
  position: absolute;
  width: 2px;
  height: 12vw;
  margin-top: -19vh;
  margin-bottom: 0%;
  margin-left: 76.2vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #32b8fe;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.blue_line_s.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.blue_line_s.combo2 {
  margin-top: 9.5vh;
  margin-left: 6.3vw;
}

.red_buble {
  position: absolute;
  display: block;
  overflow: visible;
  width: 5vw;
  height: 15vw;
  margin-top: 38.1vh;
  margin-left: 82.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ed002e;
  border-radius: 38px;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.red_buble.comb {
  margin-top: 111.1vh;
  margin-left: 60.3vw;
}

.blue_line_s-2 {
  position: absolute;
  width: 2px;
  height: 8vw;
  margin-top: 3.2vh;
  margin-bottom: 0%;
  margin-left: 50.8vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #32b8fe;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.blue_line_s-2.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.blue_line_s-2.combo2 {
  margin-top: 6.3vh;
  margin-left: 20vw;
}

.red_line_s {
  position: absolute;
  width: 2px;
  height: 14vw;
  margin-top: -6.3vh;
  margin-bottom: 0%;
  margin-left: 27vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #ed002e;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.red_line_s.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.red_line_s.combo2 {
  margin-top: 6.3vh;
  margin-left: 20vw;
}

.blue_buble_big {
  position: absolute;
  display: block;
  width: 4vw;
  height: 11vw;
  margin-top: 3.2vh;
  margin-left: 31.7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #32b8fe;
  border-radius: 38px;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.blue_buble_big.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -22.2vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.blue_buble_big.combo2 {
  margin-top: -28vh;
  margin-left: 9.5vw;
}

.blue_buble_big.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.blue_buble_b {
  position: absolute;
  display: block;
  width: 5vw;
  height: 15vw;
  margin-top: -15.9vh;
  margin-left: 31.7vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #32b8fe;
  border-radius: 38px;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.blue_buble_b.comb {
  margin-top: -28.6vh;
  margin-left: 50.8vw;
}

.blue_buble_b.combo2 {
  margin-top: -15.9vh;
  margin-left: 57.1vw;
}

.yellow_bubble_s {
  position: absolute;
  display: block;
  width: 4vw;
  height: 11vw;
  margin-top: -19vh;
  margin-left: 38.1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fec201;
  border-radius: 38px;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.yellow_bubble_s.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -22.2vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.yellow_bubble_s.combo2 {
  margin-top: -28vh;
  margin-left: 9.5vw;
}

.yellow_bubble_s.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.red_line_s-3 {
  position: absolute;
  width: 2px;
  height: 14vw;
  margin-top: -20vh;
  margin-bottom: 0%;
  margin-left: 50.8vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #ed002e;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.red_line_s-3.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.red_line_s-3.combo2 {
  margin-top: 6.3vh;
  margin-left: 20vw;
}

.red_line_ser {
  position: absolute;
  width: 2px;
  height: 10vw;
  margin-top: -25.4vh;
  margin-bottom: 0%;
  margin-left: 50.8vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #ed002e;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.red_line_ser.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.red_line_ser.combo2 {
  margin-top: 6.3vh;
  margin-left: 20vw;
}

.blue_line_serv {
  position: absolute;
  width: 2px;
  height: 14vw;
  margin-top: -25.4vh;
  margin-bottom: 0%;
  margin-left: 28.6vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #32b8fe;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.blue_line_serv.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.blue_line_serv.combo2 {
  margin-top: 6.3vh;
  margin-left: 20vw;
}

.yellow_line_serv {
  position: absolute;
  width: 2px;
  height: 8vw;
  margin-top: -25.4vh;
  margin-bottom: 0%;
  margin-left: 12.7vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fec201;
  background-color: #fec201;
  -webkit-transform: rotate(34deg);
  transform: rotate(34deg);
}

.yellow_line_serv.combo {
  margin-top: 76%;
  margin-left: 43%;
}

.yellow_line_serv.combo2 {
  margin-top: 6.3vh;
  margin-left: 20vw;
}

.yellow_line_serv.combo3 {
  display: block;
  height: 4vw;
  margin-top: -9.5vh;
  margin-left: 22.2vw;
}

.slider {
  height: 100vh;
  max-height: 100vh;
  background-color: transparent;
}

.arrow {
  position: absolute;
  left: 15%;
  top: 34vh;
  right: auto;
  bottom: auto;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 0vh;
  margin-bottom: auto;
  margin-left: 0%;
  border-radius: 50%;
  background-color: #ed002e;
}

.arrow:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #ed002e;
  background-color: #fff;
}

.arrow.right-arrow {
  left: 15%;
  margin-left: 50px;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 60%;
  line-height: 100%;
  font-weight: 400;
  text-transform: none;
}

.icon-2:hover {
  left: -3px;
  top: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  color: #ed002e;
  line-height: 100%;
  font-weight: 600;
}

.text-block1-copy {
  position: static;
  display: grid;
  overflow: visible;
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

.text-block1-copy {
  position: static;
  display: grid;
  overflow: visible;
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero_bubble_yellow {
  position: absolute;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 11.7vw;
  height: 36vw;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 38vw;
  background-color: #fec201;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}

.hero_bubble_yellow.comb {
  margin-top: -19vh;
  margin-left: 50.8vw;
}

.hero_bubble_yellow.combo2 {
  margin-top: -15.9vh;
  margin-left: 57.1vw;
}

.image_container {
  position: absolute;
  max-height: 100%;
  max-width: 100.031479%;
}

.div-block-13 {
  position: relative;
  display: none;
  margin-top: 3.2vh;
  margin-left: 41.3vw;
}

.main_b_top-copy {
  position: absolute;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
}

.hero_image_container {
  position: relative;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  mix-blend-mode: normal;
}

.hero_bubbletop {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.hero_bubble_bottom {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.hero_mask {
  position: absolute;
}

.image-12 {
  position: absolute;
  z-index: 0;
  display: block;
  margin-left: auto;
}

.mask_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100%;
  margin-left: auto;
  -webkit-align-self: center;
  align-self: center;
}

.blue_buble-hero {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 6%;
  height: 24%;
  margin-top: 0vh;
  margin-left: 41%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 4px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #32b8fe;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.blue_buble-hero.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.blue_buble-hero.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.blue_buble-hero.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.blue_buble-hero.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.blue_buble-hero.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.yelowback {
  position: relative;
  top: 6.3vh;
  width: 30vw;
  height: 45vh;
  max-height: 100vh;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: 9.5vw;
  padding-right: 0vw;
  background-color: #fec201;
}

.slide {
  z-index: 0;
}

.blue_buble-hero-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 6%;
  height: 24%;
  margin-top: 59%;
  margin-left: 49%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #32b8fe;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.blue_buble-hero-2.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.blue_buble-hero-2.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.blue_buble-hero-2.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.blue_buble-hero-2.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.blue_buble-hero-2.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.hero_b_y1 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3px;
  height: 8%;
  margin-top: 0%;
  margin-left: 25%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #fec201;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hero_b_y1.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.hero_b_y1.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.hero_b_y1.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.hero_b_y1.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.hero_b_y1.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.hero_b_y_2 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3px;
  height: 8%;
  margin-top: 25%;
  margin-left: 73%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #fec201;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hero_b_y_2.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.hero_b_y_2.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.hero_b_y_2.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.hero_b_y_2.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.hero_b_y_2.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.hero_b_red {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3px;
  height: 8%;
  margin-top: 51%;
  margin-left: 56%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #ed002e;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hero_b_red.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.hero_b_red.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.hero_b_red.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.hero_b_red.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.hero_b_red.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.hero_b_red_2 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3px;
  height: 30%;
  margin-top: 8%;
  margin-left: 29%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #ed002e;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hero_b_red_2.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.hero_b_red_2.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.hero_b_red_2.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.hero_b_red_2.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.hero_b_red_2.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.blue_buble-hero3 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3%;
  height: 10%;
  margin-top: 32%;
  margin-left: 71%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #32b8fe;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.blue_buble-hero3.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.blue_buble-hero3.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.blue_buble-hero3.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.blue_buble-hero3.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.blue_buble-hero3.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.yellow_buble-hero {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3%;
  height: 10%;
  margin-top: 29%;
  margin-left: 11%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #fec201;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.yellow_buble-hero.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.yellow_buble-hero.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.yellow_buble-hero.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.yellow_buble-hero.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.yellow_buble-hero.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.hero_b_y_3 {
  position: absolute;
  left: auto;
  top: 0vh;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 3px;
  height: 4%;
  margin-top: 51%;
  margin-left: 75%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-self: center;
  border-style: none;
  border-width: 0px;
  border-color: #32b8fe;
  border-radius: 38px;
  background-color: #fec201;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hero_b_y_3.combo {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: -12.7vh;
  margin-bottom: 0%;
  margin-left: 67%;
}

.hero_b_y_3.combo2 {
  margin-top: -15.9vh;
  margin-left: 9.5vw;
}

.hero_b_y_3.combo3 {
  margin-top: 9.5vh;
  margin-left: 73vw;
}

.hero_b_y_3.combo4 {
  margin-top: -9.5vh;
  margin-left: 66.7vw;
}

.hero_b_y_3.combo5 {
  margin-top: 54vh;
  margin-left: 28.6vw;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.slide-nav {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: #32b8fe;
  color: #ed002e;
}

.redline_nav {
  display: block;
  width: 12px;
  height: 3px;
  margin-top: -18%;
  margin-left: 15px;
  border-radius: 2px;
  background-color: #ed002e;
  color: #ed002e;
}

.link-block {
  position: fixed;
  z-index: 20;
  width: 74px;
  height: 74px;
}

.link-block.w--current {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.main-nav {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 50;
  display: block;
}

.lightbox-link {
  display: block;
  text-decoration: none;
}

.button-4 {
  display: block;
  width: 160px;
  height: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ed002e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  direction: ltr;
  font-family: Mohrrounded, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-4:hover {
  padding: 7px 9px 6px;
  border-style: solid;
  border-width: 3px;
  border-color: #ed002e;
  background-color: transparent;
  color: #ed002e;
}

.slide-2 {
  color: #fff;
}

.lightbox-link-copy {
  display: block;
  text-decoration: none;
}

.button-copy {
  position: static;
  display: none;
  width: auto;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #ed002e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-copy:hover {
  padding: 6px 17px;
  border-style: solid;
  border-width: 3px;
  border-color: #ed002e;
  background-color: transparent;
  color: #ed002e;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.red-line-copy {
  width: 70px;
  height: 6px;
  border-radius: 4px;
  background-color: #ed002e;
}

.red-line-2 {
  width: 70px;
  height: 6px;
  border-radius: 4px;
  background-color: #ed002e;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.body-2 {
  font-family: Mohrrounded, sans-serif;
}

.heading-6 {
  color: #ed002e;
}

.preloader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
  border-radius: 0%;
  background-color: transparent;
}

.image-13 {
  position: absolute;
}

.intro_container {
  position: relative;
  width: 80px;
  height: 80px;
}

.div-block-15 {
  position: absolute;
  left: 1px;
  top: 42px;
  bottom: auto;
  width: 34px;
  height: 34px;
  border-radius: 100vw;
  background-color: #ed002e;
}

.div-block-15.bola-amarilla {
  left: 44px;
  top: 42px;
  background-color: #fec201;
}

.div-block-15.bola-azul {
  left: 22px;
  top: 4px;
  background-color: #32b8fe;
}

.image-14 {
  position: absolute;
  left: -40px;
  top: 90px;
  display: block;
  width: 160px;
  max-width: none;
  margin-left: auto;
}

@media screen and (min-width: 1920px) {
  .paragraph-2 {
    width: 540px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-2 {
    max-width: 670px;
    font-size: 76px;
    line-height: 80px;
  }

  .yellow_buble {
    width: 5vw;
  }

  .red_buble {
    border-radius: 38vw;
  }

  .blue_buble_b {
    border-radius: 38vw;
  }

  .body-2 {
    font-family: Mohrrounded, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    padding-left: 0px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heromain {
    height: 100%;
    max-height: none;
  }

  .text-block1 {
    padding-bottom: 10vh;
  }

  .heading-2 {
    font-size: 64px;
    line-height: 64px;
  }

  .custom-container {
    position: relative;
    z-index: 10;
    margin-top: 24vh;
  }

  .custom-container.combo {
    top: 50vh;
    margin-top: 0vh;
  }

  .button {
    margin-bottom: 25px;
    padding-bottom: 9px;
  }

  .custom-container-right {
    position: absolute;
    left: 20%;
    top: 2%;
    right: 10%;
    bottom: auto;
    z-index: 0;
    display: block;
    width: auto;
    max-width: none;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .div-block-4 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .grid-2 {
    padding-bottom: 28vh;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .grid-3 {
    padding-top: 12vh;
    grid-auto-flow: row;
    grid-row-gap: 11px;
    grid-template-areas: "Area";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto auto auto auto;
  }

  .grid-4 {
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px 33px 24px 60px 33px 24px 60px 33px auto;
  }

  .text-block-red {
    font-size: 80px;
  }

  .text_block_yellow {
    font-size: 80px;
  }

  .text_block_blue {
    font-size: 80px;
  }

  .container_main {
    position: relative;
    z-index: 0;
  }

  .grid_blue_back {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .logos {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .contact {
    background-color: #143738;
  }

  .grid_blue_back-2 {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, 1fr) auto auto auto auto auto auto auto auto;
  }

  .navigation {
    display: none;
  }

  .div-block-12-copy-copy {
    position: relative;
    z-index: 1;
  }

  .about_bubble_big {
    padding-top: 0px;
  }

  .about_bubble_big.about_lines_resp {
    padding-top: 57vh;
  }

  .about_bubble_small.about_bubble_res {
    padding-top: 59vh;
  }

  .about_line_small.about_lines_res {
    padding-top: 67vh;
  }

  .team_bubble_big.team_bb_combo {
    padding-top: 100vh;
  }

  .blue_buble.combo2 {
    margin-top: -25.4vh;
  }

  .blue_buble.combo3 {
    margin-left: 66.7vw;
  }

  .yellow_line_s.combo3 {
    margin-top: -12.7vh;
  }

  .blue_buble_big.combo2 {
    margin-top: -25.4vh;
  }

  .blue_buble_big.combo3 {
    margin-left: 66.7vw;
  }

  .blue_buble_b {
    margin-top: -6.3vh;
  }

  .yellow_bubble_s {
    margin-top: -9.5vh;
  }

  .yellow_bubble_s.combo2 {
    margin-top: -25.4vh;
  }

  .yellow_bubble_s.combo3 {
    margin-left: 66.7vw;
  }

  .red_line_s-3 {
    margin-top: -9.5vh;
  }

  .arrow {
    top: 44vh;
  }

  .text-block1-copy {
    padding-bottom: 10vh;
  }

  .text-block1-copy {
    padding-top: 0px;
    padding-bottom: 10vh;
  }

  .hero_image_container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .hero_bubbletop {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .hero_bubble_bottom {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .blue_buble-hero.combo2 {
    margin-top: -25.4vh;
  }

  .blue_buble-hero.combo3 {
    margin-left: 66.7vw;
  }

  .blue_buble-hero-2.combo2 {
    margin-top: -25.4vh;
  }

  .blue_buble-hero-2.combo3 {
    margin-left: 66.7vw;
  }

  .hero_b_y1.combo2 {
    margin-top: -25.4vh;
  }

  .hero_b_y1.combo3 {
    margin-left: 66.7vw;
  }

  .hero_b_y_2.combo2 {
    margin-top: -25.4vh;
  }

  .hero_b_y_2.combo3 {
    margin-left: 66.7vw;
  }

  .hero_b_red.combo2 {
    margin-top: -25.4vh;
  }

  .hero_b_red.combo3 {
    margin-left: 66.7vw;
  }

  .hero_b_red_2.combo2 {
    margin-top: -25.4vh;
  }

  .hero_b_red_2.combo3 {
    margin-left: 66.7vw;
  }

  .blue_buble-hero3.combo2 {
    margin-top: -25.4vh;
  }

  .blue_buble-hero3.combo3 {
    margin-left: 66.7vw;
  }

  .yellow_buble-hero.combo2 {
    margin-top: -25.4vh;
  }

  .yellow_buble-hero.combo3 {
    margin-left: 66.7vw;
  }

  .hero_b_y_3.combo2 {
    margin-top: -25.4vh;
  }

  .hero_b_y_3.combo3 {
    margin-left: 66.7vw;
  }

  .button-4 {
    margin-bottom: 25px;
    padding-bottom: 9px;
  }

  .button-copy {
    margin-bottom: 25px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }

  .column {
    right: 0%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .columns {
    top: auto;
  }

  .heromain {
    height: 100%;
    max-height: none;
  }

  .text-block1 {
    padding-bottom: 10vh;
  }

  .slider-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-2 {
    width: auto;
  }

  .heading-2 {
    width: auto;
    font-size: 46px;
    line-height: 48px;
  }

  .custom-container {
    margin-top: 31.7vh;
  }

  .custom-container-right {
    left: 3vh;
    top: 2vh;
    right: 4vh;
    margin-top: auto;
    margin-right: 5vw;
    margin-left: 9vw;
  }

  .image-2 {
    width: auto;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 46px;
  }

  .grid-2 {
    padding-bottom: 24vh;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .team {
    margin-top: auto;
  }

  .div-block-7 {
    margin-top: 0%;
  }

  .grid-4 {
    justify-items: center;
    grid-auto-flow: column;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 80px 33px 24px 80px 33px 24px 80px 33px auto;
    text-align: center;
  }

  .text-block-red {
    font-size: 70px;
  }

  .text_block_yellow {
    font-size: 70px;
  }

  .text_block_blue {
    font-size: 70px;
  }

  .grid_blue_back {
    grid-row-gap: 13px;
  }

  .contact {
    background-color: #003537;
  }

  .grid_blue_back-2 {
    padding-bottom: 32vh;
  }

  .about_bubble_big.about_lines_resp {
    padding-top: 62vh;
  }

  .about_bubble_small.about_bubble_res {
    padding-top: 60vh;
  }

  .about_line_small.about_lines_res {
    padding-top: 65vh;
  }

  .team_line_small.team_ls_combo {
    padding-top: 79vh;
  }

  .team_bubble_big.team_bb_combo {
    padding-top: 121vh;
  }

  .yellow_buble {
    border-width: 2px;
  }

  .yellow_buble.comb {
    margin-top: -22.2vh;
  }

  .blue_buble {
    margin-top: 0vh;
  }

  .blue_buble.combo2 {
    margin-top: -22.2vh;
  }

  .blue_buble.combo4 {
    margin-top: -6.3vh;
  }

  .yellow_line_s {
    width: 2px;
  }

  .yellow_line_s.combo {
    margin-top: -19vh;
  }

  .yellow_line_s.combo3 {
    margin-top: -9.5vh;
  }

  .red_line_l.pos2 {
    margin-top: 6.3vh;
  }

  .red_buble {
    border-width: 2px;
  }

  .blue_buble_big {
    margin-top: 0vh;
  }

  .blue_buble_big.combo2 {
    margin-top: -22.2vh;
  }

  .blue_buble_b {
    margin-top: -6.3vh;
    border-width: 2px;
  }

  .blue_buble_b.comb {
    margin-top: -22.2vh;
  }

  .yellow_bubble_s {
    margin-top: -9.5vh;
  }

  .yellow_bubble_s.combo2 {
    margin-top: -22.2vh;
  }

  .red_line_s-3 {
    margin-top: -3.2vh;
  }

  .text-block1-copy {
    padding-bottom: 10vh;
  }

  .text-block1-copy {
    padding-bottom: 10vh;
  }

  .hero_bubble_yellow {
    border-width: 2px;
  }

  .hero_bubble_yellow.comb {
    margin-top: -22.2vh;
  }

  .blue_buble-hero.combo2 {
    margin-top: -22.2vh;
  }

  .blue_buble-hero.combo4 {
    margin-top: -6.3vh;
  }

  .blue_buble-hero-2.combo2 {
    margin-top: -22.2vh;
  }

  .blue_buble-hero-2.combo4 {
    margin-top: -6.3vh;
  }

  .hero_b_y1.combo2 {
    margin-top: -22.2vh;
  }

  .hero_b_y1.combo4 {
    margin-top: -6.3vh;
  }

  .hero_b_y_2 {
    margin-top: 0vh;
  }

  .hero_b_y_2.combo2 {
    margin-top: -22.2vh;
  }

  .hero_b_y_2.combo4 {
    margin-top: -6.3vh;
  }

  .hero_b_red.combo2 {
    margin-top: -22.2vh;
  }

  .hero_b_red.combo4 {
    margin-top: -6.3vh;
  }

  .hero_b_red_2.combo2 {
    margin-top: -22.2vh;
  }

  .hero_b_red_2.combo4 {
    margin-top: -6.3vh;
  }

  .blue_buble-hero3.combo2 {
    margin-top: -22.2vh;
  }

  .blue_buble-hero3.combo4 {
    margin-top: -6.3vh;
  }

  .yellow_buble-hero.combo2 {
    margin-top: -22.2vh;
  }

  .yellow_buble-hero.combo4 {
    margin-top: -6.3vh;
  }

  .hero_b_y_3.combo2 {
    margin-top: -22.2vh;
  }

  .hero_b_y_3.combo4 {
    margin-top: -6.3vh;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heromain {
    height: 100%;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .image {
    position: static;
    width: 60px;
    padding-top: 14px;
    padding-left: 14px;
  }

  .text-block1 {
    padding-bottom: 4vh;
    grid-row-gap: 9px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .custom-container {
    max-width: 80%;
    margin-top: 22.2vh;
  }

  .custom-container.combo {
    top: 48vh;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .custom-container-right {
    left: 6vw;
    top: 4vh;
    right: -7vw;
    margin-left: 0vw;
  }

  .about {
    overflow: visible;
  }

  .heading-3 {
    padding-top: 12vh;
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-5 {
    max-width: 80%;
  }

  .grid-2 {
    padding-bottom: 16vh;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-7 {
    max-width: 80%;
    margin-top: auto;
  }

  .grid-3 {
    padding-top: 10vh;
    padding-bottom: 16vh;
  }

  .texto_continuo {
    margin-bottom: 0px;
  }

  .div-block-8 {
    max-width: 80%;
  }

  .grid-4 {
    grid-template-rows: 80px 33px 50px 80px 33px 50px 80px 33px auto;
  }

  .icon_text {
    line-height: 16px;
  }

  .text-block-red {
    font-size: 50px;
  }

  .text_block_yellow {
    font-size: 50px;
  }

  .text_block_blue {
    font-size: 50px;
  }

  .container_main {
    max-width: 80%;
  }

  .grid_blue_back {
    margin-top: 0vw;
    padding-top: 10vh;
    padding-bottom: 26vh;
    grid-auto-flow: row;
  }

  .contact {
    background-color: #003537;
  }

  .grid_blue_back-2 {
    padding-bottom: 14vh;
  }

  .button-2 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
  }

  .div-block-11 {
    margin-left: 40%;
  }

  .div-block-12 {
    display: none;
    overflow: visible;
    height: 100%;
  }

  .div-block-12-copy {
    margin-top: auto;
    padding-top: 0%;
  }

  .about_bubble_big {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: visible;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about_bubble_big.about_lines_resp {
    padding-top: 51vh;
  }

  .about_bubble_small {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  .about_bubble_small.about_bubble_res {
    padding-top: 49vh;
  }

  .about_line_small.about_lines_res {
    padding-top: 54vh;
    -webkit-transform: none;
    transform: none;
  }

  .team_line_small.team_ls_combo {
    padding-top: 110vh;
  }

  .team_bubble_big.team_bb_combo {
    padding-top: 163vh;
  }

  .yellow_buble {
    width: 6vw;
    height: 20vw;
    margin-top: -4vh;
    border-width: 1px;
  }

  .yellow_buble.comb {
    margin-top: -9.5vh;
  }

  .yellow_buble.combo2 {
    border-width: 1px;
  }

  .blue_buble {
    width: 5vw;
    height: 14vw;
    margin-top: 0.5vh;
    margin-left: 31.7vw;
    border-width: 1px;
  }

  .blue_buble.combo {
    margin-top: -12.7vh;
  }

  .blue_buble.combo2 {
    margin-top: -12.7vh;
  }

  .blue_buble.combo3 {
    border-width: 1px;
  }

  .blue_buble.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .yellow_line_s {
    width: 1px;
  }

  .yellow_line_s.combo {
    margin-top: -12.7vh;
  }

  .yellow_line_s.combo2 {
    height: 12vw;
  }

  .yellow_line_s.combo3 {
    height: 16vw;
    margin-top: -5vh;
  }

  .red_line_l {
    width: 1px;
  }

  .yellow_line_us.combo2 {
    width: 1px;
  }

  .blue_line_s {
    width: 1px;
  }

  .blue_line_s.combo2 {
    height: 16vw;
  }

  .red_buble {
    border-width: 2px;
  }

  .blue_line_s-2 {
    width: 1px;
    height: 10vw;
  }

  .red_line_s {
    width: 1px;
    height: 22vw;
    margin-top: -8vh;
  }

  .blue_buble_big {
    width: 5vw;
    height: 14vw;
    margin-top: 0.5vh;
    margin-left: 31.7vw;
    border-width: 1px;
  }

  .blue_buble_big.combo {
    margin-top: -19vh;
  }

  .blue_buble_big.combo2 {
    margin-top: -15.9vh;
  }

  .blue_buble_big.combo3 {
    border-width: 1px;
  }

  .blue_buble_b {
    width: 6vw;
    height: 20vw;
    margin-top: -3.2vh;
    border-width: 1px;
  }

  .blue_buble_b.comb {
    margin-top: -15.9vh;
  }

  .blue_buble_b.combo2 {
    border-width: 1px;
  }

  .yellow_bubble_s {
    width: 5vw;
    height: 14vw;
    margin-top: 2vh;
    margin-left: 30vw;
    border-width: 1px;
  }

  .yellow_bubble_s.combo {
    margin-top: -19vh;
  }

  .yellow_bubble_s.combo2 {
    margin-top: -15.9vh;
  }

  .yellow_bubble_s.combo3 {
    border-width: 1px;
  }

  .red_line_s-3 {
    width: 1px;
    height: 18vw;
    margin-top: -3vh;
  }

  .red_line_ser {
    width: 1px;
    height: 18vw;
    margin-top: -22.2vh;
  }

  .blue_line_serv {
    width: 1px;
    height: 24vw;
    margin-top: -22.2vh;
  }

  .yellow_line_serv {
    width: 1px;
    height: 12vw;
    margin-top: -25.4vh;
  }

  .yellow_line_serv.combo3 {
    height: 8vw;
  }

  .arrow {
    left: 10%;
    top: 40vh;
    margin-top: 0vh;
    margin-left: 0%;
  }

  .arrow.right-arrow {
    left: 10%;
    margin-top: 0vh;
    margin-left: 46px;
  }

  .text-block1-copy {
    padding-bottom: 4vh;
    grid-row-gap: 9px;
  }

  .text-block1-copy {
    padding-bottom: 4vh;
    grid-row-gap: 9px;
  }

  .hero_bubble_yellow {
    width: 6vw;
    height: 20vw;
    border-width: 1px;
  }

  .hero_bubble_yellow.comb {
    margin-top: -9.5vh;
  }

  .hero_bubble_yellow.combo2 {
    border-width: 1px;
  }

  .blue_buble-hero {
    border-width: 1px;
  }

  .blue_buble-hero.combo {
    margin-top: -12.7vh;
  }

  .blue_buble-hero.combo2 {
    margin-top: -12.7vh;
  }

  .blue_buble-hero.combo3 {
    border-width: 1px;
  }

  .blue_buble-hero.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .blue_buble-hero-2 {
    border-width: 1px;
  }

  .blue_buble-hero-2.combo {
    margin-top: -12.7vh;
  }

  .blue_buble-hero-2.combo2 {
    margin-top: -12.7vh;
  }

  .blue_buble-hero-2.combo3 {
    border-width: 1px;
  }

  .blue_buble-hero-2.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .hero_b_y1 {
    border-width: 1px;
  }

  .hero_b_y1.combo {
    margin-top: -12.7vh;
  }

  .hero_b_y1.combo2 {
    margin-top: -12.7vh;
  }

  .hero_b_y1.combo3 {
    border-width: 1px;
  }

  .hero_b_y1.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .hero_b_y_2 {
    width: 5vw;
    height: 14vw;
    margin-top: 0.5vh;
    margin-left: 31.7vw;
    border-width: 1px;
  }

  .hero_b_y_2.combo {
    margin-top: -12.7vh;
  }

  .hero_b_y_2.combo2 {
    margin-top: -12.7vh;
  }

  .hero_b_y_2.combo3 {
    border-width: 1px;
  }

  .hero_b_y_2.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .hero_b_red {
    border-width: 1px;
  }

  .hero_b_red.combo {
    margin-top: -12.7vh;
  }

  .hero_b_red.combo2 {
    margin-top: -12.7vh;
  }

  .hero_b_red.combo3 {
    border-width: 1px;
  }

  .hero_b_red.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .hero_b_red_2 {
    border-width: 1px;
  }

  .hero_b_red_2.combo {
    margin-top: -12.7vh;
  }

  .hero_b_red_2.combo2 {
    margin-top: -12.7vh;
  }

  .hero_b_red_2.combo3 {
    border-width: 1px;
  }

  .hero_b_red_2.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .blue_buble-hero3 {
    border-width: 1px;
  }

  .blue_buble-hero3.combo {
    margin-top: -12.7vh;
  }

  .blue_buble-hero3.combo2 {
    margin-top: -12.7vh;
  }

  .blue_buble-hero3.combo3 {
    border-width: 1px;
  }

  .blue_buble-hero3.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .yellow_buble-hero {
    border-width: 1px;
  }

  .yellow_buble-hero.combo {
    margin-top: -12.7vh;
  }

  .yellow_buble-hero.combo2 {
    margin-top: -12.7vh;
  }

  .yellow_buble-hero.combo3 {
    border-width: 1px;
  }

  .yellow_buble-hero.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .hero_b_y_3 {
    border-width: 1px;
  }

  .hero_b_y_3.combo {
    margin-top: -12.7vh;
  }

  .hero_b_y_3.combo2 {
    margin-top: -12.7vh;
  }

  .hero_b_y_3.combo3 {
    border-width: 1px;
  }

  .hero_b_y_3.combo4 {
    width: 8vw;
    height: 20vw;
  }

  .link-block {
    position: absolute;
  }

  .button-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-copy {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#w-node-_8ab0fefa-4b3f-9ce6-af2a-9662cdeb509a-bc3691b2 {
  -webkit-align-self: center;
  align-self: center;
  justify-self: center;
}

#w-node-_18c79fa7-1a97-7b4c-8701-555c36c4d7c7-bc3691b2 {
  align-self: center;
  justify-self: center;
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

#w-node-_44818b16-bba1-3bc4-57d8-bb024e02c0f6-bc3691b2 {
  -webkit-align-self: center;
  align-self: center;
  justify-self: center;
}

#w-node-_2202b34a-8e9a-b39f-804d-903d3b2ff8cf-bc3691b2 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  order: -9999;
}

#w-node-c8f25d51-0924-2220-dc55-91d0ab206959-bc3691b2 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

#w-node-dea2cb3e-a89f-2c53-8199-bda2447ccc84-bc3691b2 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

#w-node-_31a960e1-26a1-f357-d835-aac9c764d641-bc3691b2 {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_18c79fa7-1a97-7b4c-8701-555c36c4d7c7-bc3691b2 {
    align-self: center;
    justify-self: center;
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49845690-bb0b-984d-92f5-b4e7f9fde16a-bc3691b2 {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Mohrrounded';
  src: url('../eot/mohrrounded-light.eot') format('embedded-opentype'), url('../woff/mohrrounded-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Mohrrounded';
  src: url('../eot/mohrrounded-semibold.eot') format('embedded-opentype'), url('../woff/mohrrounded-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}