html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    margin: 0 auto;
  }
}

.container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100vw;
    padding: 0;
    overflow-x: hidden;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 30;
  padding: 50px 20px 0px 35px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 0px 0px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  header {
    padding: 25px 25px 0px 30px;
  }
}
header .logo {
  background-image: url("../assets/Logos/logo-13.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 25px;
  height: 10vh;
  width: 30vw;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 50vw;
    height: 5vh;
  }
}
header .desktopNav {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 110%;
  font-weight: 600;
  color: #6d6e70;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .desktopNav {
    display: none;
  }
}
header .desktopNav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 10px auto;
  list-style: none;
}
header .desktopNav li {
  margin: 0 25px;
}
header .desktopNav li a:link, header .desktopNav li a:visited, header .desktopNav li a:active {
  text-decoration: none;
  color: #6d6e70;
}
header .desktopNav li:hover {
  color: #f2a900;
  text-decoration: none;
}
@media (min-width: 769px) and (max-width: 1400px) {
  header .desktopNav li {
    margin: 0 10px;
  }
}
header .desktopNav .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2a900;
  border-radius: 17px;
  height: 40px;
  width: 150px;
  margin-top: -8px;
  color: white;
}
header .desktopNav .contact a:link, header .desktopNav .contact a:visited, header .desktopNav .contact a:active {
  text-decoration: none;
  color: white;
}
header .desktopNav .contact:hover {
  background-color: #6d6e70;
  color: white;
}
@media (min-width: 769px) and (max-width: 1400px) {
  header .desktopNav .contact {
    width: 130px;
    height: 35px;
  }
}

.home {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .home {
    height: 98vh;
  }
}
.home-background {
  position: absolute;
  width: 55%;
  background-color: #f2f2f2;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-background {
    width: 100vw;
    height: 40vh;
  }
}
.home-content {
  display: flex;
  padding: 40px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home-content {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0px;
    height: 42vh;
  }
}
.home .video-wrapper {
  width: 110%;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .home .video-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.home .video-wrapper .image-video {
  background-image: url("../assets/Img/04_play.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 107%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home .video-wrapper .image-video {
    width: 100%;
    height: 40vh;
  }
}
.home .video-wrapper .image-video .play {
  background-color: #f2a900;
  height: 7%;
  width: 20%;
  border-radius: 25px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home .video-wrapper .image-video .play:hover {
  background-color: #6d6e70;
  transition: ease-in 0.3s;
  cursor: pointer;
}
.home .video-wrapper .image-video .play span {
  text-rendering: optimizeLegibility;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-weight: 700;
  font-size: larger;
}
@media screen and (max-width: 768px) {
  .home .video-wrapper .image-video .play {
    display: none;
  }
}
.home .video-wrapper .image-video .playDos {
  display: none;
  background-image: url("../assets/Img/playDos.svg");
  height: 10vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .video-wrapper .image-video .playDos {
    display: block;
    cursor: pointer;
  }
  .home .video-wrapper .image-video .playDos:hover {
    height: 8vh;
  }
}
.home .containerBox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .containerBox {
    width: 100vw;
    height: 40vh;
    margin: 40vh auto 0px;
    position: absolute;
  }
}
.home .containerBox .medium-form {
  font-family: "Source Sans Pro", sans-serif;
  align-content: space-evenly;
  padding: 4vh 12vh;
  max-width: 665px;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 8px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .home .containerBox .medium-form {
    padding: 2vh 16vh;
  }
}
.home .containerBox .medium-form .abstract {
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form .abstract {
    margin: 10px auto;
    font-size: 130%;
    width: 90vw;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .home .containerBox .medium-form .abstract {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form {
    width: 90vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form div.email {
    display: flex;
    justify-content: center;
  }
}
.home .containerBox .medium-form form input.required {
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 115%;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  width: 90%;
  height: 40px;
  align-items: center;
  padding: 4%;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form input.required {
    font-size: 15px;
    height: 6px;
    padding: 15px;
  }
}
.home .containerBox .medium-form form .checkboxBox {
  display: flex;
  align-content: space-between;
  margin-top: 15px;
}
.home .containerBox .medium-form form .checkboxBox a:link, .home .containerBox .medium-form form .checkboxBox a:visited, .home .containerBox .medium-form form .checkboxBox a:active {
  text-decoration: none;
  color: #6d6e70;
}
.home .containerBox .medium-form form .checkboxBox a:hover {
  color: #f2a900;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form .checkboxBox {
    position: initial;
    width: 90vw;
    margin: 5px auto;
  }
}
.home .containerBox .medium-form form .checkboxBox input.av-checkbox {
  height: 2vh;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form .checkboxBox input.av-checkbox {
    height: 4vh;
  }
}
.home .containerBox .medium-form form .checkboxBox span {
  margin-left: 12px;
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form .checkboxBox span {
    font-size: 70%;
  }
}
.home .containerBox .medium-form form .clear {
  margin-top: 3vh;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form .clear {
    margin-top: 1vh;
    display: flex;
    justify-content: center;
  }
}
.home .containerBox .medium-form form .clear .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d6e70;
  border: 2px solid #6d6e70;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-size: 20px;
  border-radius: 45px;
  height: 40px;
  line-height: 2px;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form .clear .btn {
    height: 55px;
    width: 100vh;
  }
}
.home .containerBox .medium-form form .clear .btn:hover {
  border: 2px solid #f2a900;
  background-color: #f2a900;
  transition: ease-in 0.2s;
}
@media screen and (max-width: 768px) {
  .home .containerBox .medium-form form .clear .btn {
    width: 85vw;
    height: 35px;
    border-radius: 10px;
    line-height: 2px;
  }
}
.home .title {
  font-family: "Source Sans Pro", sans-serif;
  color: #f2a900;
  font-size: 45px;
  line-height: 110%;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  position: absolute;
  margin-top: 7vh;
}
@media screen and (max-width: 768px) {
  .home .title {
    font-size: 7vw;
    text-align: center;
    margin-top: 0vh;
    width: 100vw;
    position: initial;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .home .title {
    margin-top: 3vh;
    font-size: 28px;
  }
}
.home .orange-misc {
  background-image: url(../assets/Img/miscOrange-09.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  margin: 25vh auto 0 -25vh;
  height: 10vh;
}
@media screen and (max-width: 768px) {
  .home .orange-misc {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .home .orange-misc {
    margin: 18vh 0px 0px -25vh;
  }
}
@media screen and (max-width: 768px) {
  .home .modal {
    padding: 6vh;
    width: 100vw;
  }
}
.home .modal-backdrop {
  background-color: #f9b133;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .home .modal-backdrop {
    width: 100vw;
    height: 100vh;
  }
}
.home .modal-dialog {
  position: relative;
  width: 100vw;
  margin: 3.75rem 30vh;
}
.home .modal-content {
  position: relative;
  width: 65vw;
  pointer-events: auto;
  background-color: white;
  padding: 0px;
  border: 8px solid white;
  border-radius: 0.4rem;
  box-shadow: 15px 15px #5252523b;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .home .modal-content {
    width: 90vw;
    height: 250vh;
    padding: 1vh;
  }
}
.home iframe {
  width: 100%;
}

.secondSection {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: 20vh 0 20vh 0;
}
@media screen and (max-width: 768px) {
  .secondSection {
    margin: 10px auto;
    height: 90vh;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
  }
}
.secondSection .banner {
  background-image: url("../assets/Img/Asset 1-100.jpg");
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
}
@media screen and (max-width: 768px) {
  .secondSection .banner {
    height: 55vh;
    width: 100vw;
    background-position: center;
    margin: 0px auto;
  }
}
.secondSection .whatIs {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 40vw;
  padding: 25px 0px 25px 10px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .secondSection .whatIs {
    margin: 0px auto;
    width: 100vw;
    padding: 10px;
  }
}
.secondSection .whatIs h3 {
  text-rendering: optimizeLegibility;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 350%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .secondSection .whatIs h3 {
    font-size: 8vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .secondSection .whatIs h3 {
    font-size: 250%;
  }
}
.secondSection .whatIs p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 135%;
  width: 75%;
  margin: 20px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .secondSection .whatIs p {
    margin: 10px auto;
    text-align: center;
    width: 90vw;
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .secondSection .whatIs p {
    font-size: 14px;
    width: 76%;
  }
}
.secondSection .whatIs .miscelanea {
  background-image: url(../assets/Img/miscOrange-09.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 40vw;
  margin: 14vh 0vh 0vh 5vh;
}
@media screen and (max-width: 768px) {
  .secondSection .whatIs .miscelanea {
    width: 75vw;
    margin: 15px 0px 0px 101px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .secondSection .whatIs .miscelanea {
    height: 65px;
    width: 38vw;
    margin: 20vh 0vh 0vh 5vh;
  }
}

.thirdSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thirdSection .containerBoxes {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .thirdSection .containerBoxes {
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    box-sizing: content-box;
  }
}
.thirdSection .containerBoxes .miscelanea {
  position: absolute;
  transform: translate(20px, 83px);
  width: 87%;
  margin-left: 0vh;
  margin-top: 0vh;
}
@media screen and (max-width: 768px) {
  .thirdSection .containerBoxes .miscelanea {
    width: 180%;
    transform: rotate(90deg) translate(445px, 180px);
  }
}
.thirdSection .containerBoxes .boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  height: 352px;
  width: 45vh;
  border: 1px solid #6d6e7038;
  border-radius: 20px;
  box-shadow: 5px 6px 15px 1px #9c9c9c;
  font-family: "Source Sans Pro", sans-serif;
  padding: 20px;
  position: relative;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#9c9c9c, Strength=33, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color= #9c9c9c, Strength=33, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color= #9c9c9c, Strength=33, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color= #9c9c9c, Strength=33, Direction=270);
}
@media screen and (max-width: 768px) {
  .thirdSection .containerBoxes .boxes {
    width: 75vw;
    height: 35vh;
    margin: 25px auto;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .thirdSection .containerBoxes .boxes {
    height: 225px;
    width: 25vw;
  }
}
.thirdSection .containerBoxes .boxes h2 {
  font-size: 7vh;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  color: #f2a900;
  justify-content: center;
  line-height: 6vh;
}
@media screen and (max-width: 768px) {
  .thirdSection .containerBoxes .boxes h2 {
    font-size: 8vw;
    line-height: 32px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .thirdSection .containerBoxes .boxes h2 {
    font-size: 3vw;
    line-height: 30px;
  }
}
.thirdSection .containerBoxes .boxes p {
  font-size: 140%;
  color: #404040;
  line-height: 115%;
}
@media screen and (max-width: 768px) {
  .thirdSection .containerBoxes .boxes p {
    font-size: 4vw;
    margin-top: 0px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .thirdSection .containerBoxes .boxes p {
    font-size: 15px;
  }
}
.thirdSection .howDoes {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes {
    padding: 20px;
  }
}
.thirdSection .howDoes h2 {
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 70px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes h2 {
    font-size: 8vw;
  }
}
.thirdSection .howDoes .howDoes-reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 40px;
  margin-top: 5vh;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason {
    padding: 0px 40px;
  }
}
.thirdSection .howDoes .howDoes-reason .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons {
    flex-direction: column;
    justify-content: space-between;
    margin: 5px auto;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .icons-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 15vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .icons-row {
    width: 45vw;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .icons-row .img01 {
  background-image: url("../assets/Img/01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15vh;
  width: 10vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .icons-row .img01 {
    width: 30vw;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .icons-row .img02 {
  background-image: url("../assets/Img/02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15vh;
  width: 10vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .icons-row .img02 {
    width: 30vw;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .icons-row .img03 {
  background-image: url("../assets/Img/03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15vh;
  width: 10vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .icons-row .img03 {
    width: 30vw;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .icons-row .img04 {
  background-image: url("../assets/Img/04.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15vh;
  width: 10vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .icons-row .img04 {
    width: 30vw;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .reason {
  width: 30vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .reason {
    padding: 0px;
    width: 70vw;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .reason h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 30px;
  line-height: 105%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .icons .reason h4 {
    text-align: center;
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .thirdSection .howDoes .howDoes-reason .icons .reason h4 {
    font-size: 20px;
  }
}
.thirdSection .howDoes .howDoes-reason .icons .reason h4 a:link, .thirdSection .howDoes .howDoes-reason .icons .reason h4 a:visited, .thirdSection .howDoes .howDoes-reason .icons .reason h4 a:active {
  text-decoration: none;
  color: #6d6e70;
}
.thirdSection .howDoes .howDoes-reason .icons .reason h4 a:hover {
  color: #f2a900;
  text-decoration: none;
}
.thirdSection .howDoes .howDoes-reason .conector {
  background-image: url("../assets/Img/puntos.svg");
  height: 9vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .thirdSection .howDoes .howDoes-reason .conector {
    width: 100vw;
  }
}
.thirdSection .ultimateForm {
  background-color: #f2a900;
  padding: 65px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 100vw;
  }
}
.thirdSection .ultimateForm .validate {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate {
    flex-direction: column;
    width: 80vw;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group {
  margin: 10px auto 10px;
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group {
    margin: 5px auto 1px;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group input.requiredEmail {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  height: 35px;
  width: 230px;
  padding-left: 15px;
  font-family: "Source Sans Pro", sans-serif;
  color: #616060;
  border-radius: 34px;
  height: 55px;
  width: 575px;
  padding-left: 30px;
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group input.requiredEmail {
    padding-left: 15px;
    font-weight: 400;
    border-radius: 10px;
    height: 36px;
    width: 75vw;
    font-size: 15px;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group .alert {
  font-family: "Source Sans Pro", sans-serif;
}
.thirdSection .ultimateForm .validate .mc-field-group .checkboxBox {
  display: flex;
  align-content: space-between;
  margin-top: 15px;
  width: 35vw;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group .checkboxBox {
    margin: 0 auto;
    width: 80vw;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group .checkboxBox input.checkbox {
  width: 60px;
  height: 25px;
  border: 5px solid grey;
  border-radius: 13px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group .checkboxBox input.checkbox {
    height: 20px;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group .checkboxBox span {
  margin-left: 12px;
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 19px;
}
.thirdSection .ultimateForm .validate .mc-field-group .checkboxBox span a:link, .thirdSection .ultimateForm .validate .mc-field-group .checkboxBox span a:visited, .thirdSection .ultimateForm .validate .mc-field-group .checkboxBox span a:active {
  text-decoration: none;
  color: #6d6e70;
}
.thirdSection .ultimateForm .validate .mc-field-group .checkboxBox span a:hover {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group .checkboxBox span {
    font-size: 12px;
    margin-left: 5px;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group .btnSet {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group .btnSet {
    margin: 3px auto;
  }
}
.thirdSection .ultimateForm .validate .mc-field-group .btnSet .button-mailchimp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d6e70;
  border: 2px solid #6d6e70;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-size: 22px;
  border-radius: 25px;
  height: 37px;
  width: 100%;
  line-height: 2px;
  font-weight: 600;
}
.thirdSection .ultimateForm .validate .mc-field-group .btnSet .button-mailchimp:hover {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
  transition: ease-in 0.3s;
  color: #f2a900;
}
@media screen and (max-width: 768px) {
  .thirdSection .ultimateForm .validate .mc-field-group .btnSet .button-mailchimp {
    height: 30px;
    width: 75vw;
    border-radius: 5px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 30px auto 20px;
  height: 35vh;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 45px auto 45px;
    height: 20vh;
  }
}
footer .logo-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .logo-footer .logo {
  background-image: url("../assets/Logos/logo-13.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10vh;
  width: 30vw;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .logo-footer .logo {
    height: 5vh;
    width: 70vw;
    margin: 0 auto 5px;
  }
}
footer .address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  width: 100vw;
  height: 15vh;
}
@media screen and (max-width: 768px) {
  footer .address {
    width: 70vw;
  }
}
footer .address .place {
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6e70;
  font-size: 10px;
  width: 100vw;
  margin: 5px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .address .place {
    width: 70vw;
  }
}

/*# sourceMappingURL=style.css.map */
