@charset "UTF-8";

:root {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  --green: #b2d234;
  --green-dark: #b2d234;
  --color-ongreen: white;
  --color-onblue: white;
  --blue: #2768aa;
  --white: white;
  --white-on-blue: white;
  --black: black;
  --blueBcg: #5b8eaf;
  --bg-intro: linear-gradient(
        to top left,
        transparent 50%,
        rgba(255,255,255, 1)
        51%
      )
      0 0/45% 200px no-repeat,
  rgba(255,255,255, 1);
  --bg-about: #2768aa;
  --bg-services: var(--white);
  --bg-eservices: linear-gradient(to top left, transparent 50%, white 50%) 0%
      18%/280% 119% no-repeat,
    var(--green);
  --bg-contact: #2768aa;
  --bg-movie: #2768aa;
  --input-border: transparent;
  --border-access: none;
  --border-inside: 1px solid rgba(0, 0, 0, 0.2);
  --hightlight-color: yellow;
  --link-bg: black;
  --active-item: var(--green);
  --mobileMenuBcg: rgba(255, 255, 255, 0.8);
  --grey: grey;
  --bg-line: linear-gradient(
          to bottom right,
          transparent 50%,
          rgba(255, 255, 255, 1) 50%) 1%
  0%/100% 100% no-repeat,
  #2768aa;
  --bg-line2: linear-gradient(
          to bottom right,
          transparent 50%,
          #2768aa 50%) 1%
  0%/100% 100% no-repeat,
  #fff;
}
[data-theme="contrast"] {
  --green: yellow;
  --green-dark: yellow;
  --blue: yellow;
  --white: yellow;
  --white-on-blue: yellow;
  --black: yellow;
  --color-ongreen: black;
  --color-onblue: black;
  --bg-intro: black;
  --bg-about: black;
  --bg-services: black;
  --bg-eservices: black;
  --bg-contact: black;
  --input-border: yellow;
  --border-access: 2px solid yellow;
  --border-inside: 1px solid yellow;
  --highlight-color: inherit;
  --link-bg: inherit;
  --active-item: yellow;
  --blueBcg: black;
  --mobileMenuBcg: black;
  --grey: yellow;
  --bg-line: black;
  --bg-line2: black;
}

html,
body {
  padding: 0;
  margin: 0;
  position: relative;
}

* {
  box-sizing: border-box;
}

a:visited,
a:link {
  text-decoration: none;
  color: inherit;
}

a.highlight {
  background: var(--link-bg) !important;
  text-decoration: underline !important;
  color: var(--hightlight-color) !important;
}
.imgFixed {
  position: absolute;
  width: 100vw;
  top:0;
  left: 0;
}
.section {
  position: relative;
  width: 100vw;
  padding: 0 6rem 0 6rem;
}
.section .header {
  display: flex;
}
.section.section--statute {
  background: var(--color-ongreen);
}
.section .header h1 {
  font-size: 3rem;
}
.section.section--statute .header__statute {
  color: var(--blue);
  text-align: center;
}
.section.section--statute .header__statute h1 {
  font-weight: normal;
  max-width: 80%;
  margin: 0 auto;
  color: var(--blue);
}
.section.section--statute .statute {
  width: 80%;
  margin: 4rem auto;
  color: var(--blue);
  text-align: left;
}
.statute ol li {
  margin-top: 1rem;
}
.section.section--statute .statute header {
  text-align: center;
}
.section.section--statute .services {
  color: var(--blue);
  text-align: left;
  max-width: 80%;
  margin: 4rem auto;
}
.services__cost {
  margin: 0 auto;
  text-align: center;
  margin-top: 3rem;
}
.services__cost .cost {
  text-align: center;
}
.services__cost .cost.cost--blue {
  color: var(--green);
  font-size: 1.8rem;
}
.section.section--intro {
  background: var(--bg-intro);
  color: var(--white);
}
.section.section--intro.intro--sub {
  height: auto;
}
.section.section--intro .intro__header {
  justify-content: space-between;
  align-items: center;
}
.section.section--intro .intro__header .intro__logo {
  max-width: 5.5rem;
}
.section.section--intro .intro__header .intro__logo img {
  width: 150px;
  margin-left: -50px;
}
.section.section--intro .intro__header .intro__menu {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .section.section--intro .intro__header .intro__menu {
    background-color: var(--blueBcg);
    font-size: 1rem;
  }
}
.section.section--intro .intro__header .intro__menu .menu {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.section.section--intro .intro__header .intro__menu .menu .menu__item {
  color: var(--blue);
  padding-right: 1rem;
  margin-left: 1rem;
  border-right: 3px solid var(--white);
}
.section.section--intro
  .intro__header
  .intro__menu
  .menu
  .menu__item:first-child {
  margin-left: 0;
}
.section.section--intro
  .intro__header
  .intro__menu
  .menu
  .menu__item:last-child {
  padding-right: 0;
  border-right: none;
}
.section.section--intro .intro__headings {
  text-align: center;
  display: flex;
  justify-content: center;
  /*width: 500px;*/
  align-items: center;
  height: 100%;
  color: var(--blue);
  margin: auto;
}
.section--about {
  /*padding-bottom: 200px;*/
}
.section.section--intro .intro__headings h1 {
  font-size: 3rem;
}
.section.section--intro .intro__headings h3 {
  font-size: 1.6rem;
  letter-spacing: 4px;
}
.section.section--about {
  padding-top: 50px;
  background: var(--bg-about);
}
.section.section--about .about__header {
  justify-content: center;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.section.section--about .col {
  max-width: 50%;
  display: flex;
  align-items: center;
}
.section.section--about .col p {
  line-height: 45px;
  font-size: 1.5rem;
  text-align: justify;
  color: var(--white);
}
.section.section--about .col p.blue {
  color: var(--blue);
}
.section.section--about .about__logo-wrapper {
  background-color: var(--color-ongreen);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  margin-left: 20rem;
  top: 4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section--about .about__logo-wrapper img {
  width: 50%;
}
.section.section--services {
  color: var(--blue);
  background: var(--bg-services);
  /*background: white;*/
}
.section.section--services .header__services {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section.section--services .header__services h1 {
  margin-bottom: 0;
  color: var(--green);
}
.section.section--services .header__services h3 {
  margin-top: 0;
  font-weight: normal;
}
.section.section--services .row {
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  /*margin-top: -150px;*/
}
.section.section--services .row h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.section.section--e-services {
  background: var(--bg-services);
  color: var(--blue);
  padding-bottom: 20rem;
}
.section.section--e-services .header__e-services {
  justify-content: center;
}
.section.section--e-services .header__e-services h1 {
  color: var(--green);
  border-bottom: 8px solid var(--blue);
  padding-bottom: 2px;
}
.section.section--e-services .header__e-services.header__e-services--profits {
  margin-top: 6rem;
}
.section.section--e-services .row {
  justify-content: space-around;
  margin-top: 8rem;
}
.noMargin {
  margin-top: 0 !important;
}
.section.section--e-services .row .col {
  max-width: 35%;
}
.section.section--e-services .row .col.col--w60 {
  max-width: 60%;
}
.section.section--e-services .row .col .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--green);
  padding: 1rem 2rem;
  height: 100%;
}
.section.section--e-services .row .col .card h3 {
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
}
.section.section--e-services .row .col .card .card__list {
  list-style: none;
}
.section.section--e-services .row .col .card .card__list .list__item {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 3rem;
}
.section.section--e-services .row .col .card .card__list .list__item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 1.2rem;
}
.section.section--e-services .row .col .card .icon__wrapper {
  position: relative;
  background-color: transparent;
  padding: 2rem;
  margin-top: -7rem;
}
.section.section--e-services .row .col .card .icon__wrapper .card__icon {
  width: 80px;
  height: auto;
}
.section.section--e-services .profit__list {
  font-size: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.section--e-services .profit__list .list__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 4rem;
}
.section.section--e-services .profit__list .list__item:nth-child(2n + 1) {
  color: var(--green);
}
.section.section--e-services .profit__list .list__item .item__pointer {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-right: 2rem;
  border-right: 4px solid var(--green);
  border-top: 4px solid var(--green);
  border-radius: 4px;
  transform: rotate(45deg);
  left: 0;
}
.section.section--e-services .profits__img {
  width: 100%;
}
.section.section--contact {
  background: var(--bg-contact);
  padding-bottom: 50px;
}
.section.section--contact h4 {
  font-size: 2rem;
  font-weight: normal;
  color: var(--blue);
}
.section.section--contact .row.row--no-margin {
  margin-top: 0;
  padding-left: 0;
}
.section.section--contact .form-group {
  display: flex;
  font-size: 1.5rem;
}
.section.section--contact .form-group .form-control {
  width: 100%;
  margin-bottom: 1rem;
}
.section.section--contact .form-group .form-control:nth-child(2) {
  margin-left: 1rem;
}
.section.section--contact .form-group .form-control input {
  width: 100%;
  border-radius: 1px;
  box-shadow: none;
  padding: 0.6rem;
  background: var(--color-ongreen);
  color: var(--black);
  border: 1px solid var(--input-border);
}
.section.section--contact .form-group .form-control input::placeholder {
  color: var(--black);
}
.section.section--contact .form-group .form-control textarea::placeholder {
  color: var(--black);
}
.section.section--contact .form-group .form-control textarea {
  resize: none;
  width: 100%;
  height: 8rem;
  font-family: inherit;
  padding: 0.6rem;
  background: var(--color-ongreen);
  color: var(--black);
  border: 1px solid var(--input-border);
}
.section.section--contact label {
  color: var(--white-on-blue);
  font-weight: normal;
  font-size: 1rem;
}
.section.section--contact input[type="checkbox"] {
  color: var(--white);
}
.section.section--contact .icon {
  width: 60px;
  height: auto;
  margin: auto 50px;
  margin-bottom: 1rem;
}
.section.section--contact .con__info {
  color: var(--white-on-blue);
  padding-right: 50px;
}
.section.section--contact .con__link {
  margin-top: 2rem;
  color: var(--white-on-blue);
  display: flex;
  justify-content: center;
}
.section.section--contact .con__link a {
  color: inherit;
}
.section.section--contact .con__link a:visited,
.section.section--contact .con__link a:link {
  color: inherit;
  text-decoration: underline;
  font-size: 1.5rem;
}
.section.section--login {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to bottom right, transparent 50%, #115fad 50%) 0%
      100%/100% 75% no-repeat,
    var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section--login .login__cotainer {
  background: var(--green);
  padding: 1rem 4rem;
  border-radius: 12px;
  color: white;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section.section--login .login__cotainer h4 {
  text-align: center;
  font-size: 2rem;
}
.section.section--login .login__cotainer form {
  width: 100%;
}
.section.section--login .login__cotainer form .form-control {
  margin-bottom: 2rem;
}
.section.section--login .login__cotainer form .form-control input {
  padding: 0.8rem 0.5rem;
  border-radius: 4px;
  border: unset;
  width: 100%;
}
.section.section--login .login__cotainer form .button__container {
  text-align: center;
}
.section.section--login .login__cotainer form .button__container div {
  margin-top: 1rem;
}
.section.section--login
  .login__cotainer
  form
  .button__container
  div:last-child {
  margin-top: 4rem;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap!important;
}
.row.row--around {
  justify-content: space-around;
}
.row .col {
  max-width: 50%;
  width: 50%;
}
.row .col.col--end {
  margin-left: auto;
}
.row .col.col--w80 {
  max-width: 80%;
}
.row .col.col--w100 {
  width: 100%;
}
.row .col.col--w100 a {
  text-align: center;
}

.btn {
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--color-ongreen);
  padding: 1.5rem 2.2rem;
  border-radius: 12px;
  box-shadow: unset;
  border: none;
  font-weight: bold;
}
.btn.btn--green {
  color: var(--color-ongreen);
  background-color: var(--green);
  border: 4px solid var(--green-dark);
}
.btn.btn--green:hover {
  background-color: var(--color-ongreen);
  color: var(--green);
  border: 4px solid var(--green);
}
.btn.btn--small {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem 3rem;
}
.btn.btn--blue {
  background-color: var(--blue);
  color: var(--color-onblue);
  border: 4px solid var(--color-onblue);
}
.btn.btn--blue:hover {
  background-color: var(--color-ongreen);
  color: var(--green);
  border: 4px solid var(--green);
}

.btn-container {
  margin-top: 6rem;
  margin: 6rem auto;
  text-align: center;
}

.mobile__menu {
  display: flex;
  visibility: hidden;
  position: fixed;
}

.hamburger {
  display: none;
}

.section.section--my-account .header h1 {
  color: var(--blue);
  margin-bottom: 0;
}
.header--app-list {
  color: var(--green);
}
.col--app {
  max-width: 50%;
  border: 4px solid var(--green);
  border-radius: 12px;
}

.section.section--my-account {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap !important;
}

.section.section--my-account .row .col .card {
  border: 2px solid var(--green-dark);
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
  padding-bottom: 4rem;
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 20%);
  background: linear-gradient(
        to top left,
        transparent 50%,
        rgba(255, 255, 255, 1) 50%
      )
      3% 0%/205% 100% no-repeat,
    var(--green);
}
.section.section--my-account .row .col .card .btn--green {
  font-size: 1rem !important;
  padding: 0.5rem 2rem !important;
}
.section.section--my-account .row .col .card h4 {
  padding-bottom: 4rem;
}

.section.section--my-account .row .col .card .btt.btn--green {
  font-size: 1rem;
  width: 100%;
  font-weight: normal;
}

.flags {
  position: fixed;
  width: 100%;
  height: 4rem;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: white;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  box-shadow: 0px -2px 6px -3px rgb(0 0 0 / 20%);
}

.flags img {
  max-height: 5rem;
  width: initial;
  max-width: 100%;
}

.alert {
  position: relative;
  bottom: 8rem;
  margin-top: 1rem;
  display: block;
  margin-left: 8rem;
  color: white;
  font-size: 1.5rem;
}

.intro__access {
  position: absolute;
  width: 4rem;
  height: auto;
  right: 1%;
  top: 1rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 50%;
  border: 4px solid rgb(36 104 176);
}

.intro__access img {
  width: 100%;
}

.access__menu {
  display: none;
}

.access__menu.visible {
  top: 8rem;
  display: block;
  position: absolute;
  right: 1rem;
  background: var(--color-ongreen);
  color: var(--black);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 20%);
  border: var(--border-access);
  z-index: 12;
}

.access__menu.visible ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.access__menu.visible ul li {
  border: var(--border-inside);
  border-radius: 12px;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.access__menu.visible ul li:last-child {
  margin-bottom: 0;
}

.access__menu.visible ul li div:last-child {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.access__menu.visible ul li div:last-child span {
  height: 0.5rem;
  border: var(--border-inside);
  border-radius: 12px;
  width: 30%;
}

.access__menu.visible ul li div:last-child span.active {
  height: 0.5rem;
  border: var(--border-inside);
  border-radius: 12px;
  width: 30%;
  background: var(--active-item);
}

@media screen and (max-width: 1100px) {
  .section.section--about {
    background: var(--blueBcg);
  }
  .section.section--about .about__logo-wrapper {
    display: none;
  }
  .section.section--about .row {
    width: 80%;
    flex-direction: column;
  }
  .section.section--about .row .col {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  /*.section.section--about .row .col .blue {*/
  /*  color: var(--white);*/
  /*}*/
  .section.section--services .row {
    width: 100%;
    max-width: 100%;
  }
  .section.section--services .row .col {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  /*.section.section--e-services {*/
  /*  background-color: var(--white);*/
  /*}*/
  .section.section--e-services .row {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .section.section--e-services .row .col {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
  }
  .section.section--e-services .row .col.col--w60 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section.section--e-services .row .col.col--w60 .profit__list .list__item {
    margin-bottom: 2rem;
  }
  .section.section--contact {
    /*background: var(--blue);*/
  }
  .section.section--contact h4 {
    color: var(--color-ongreen);
  }
  .section.section--contact .row {
    flex-direction: column;
    padding-left: 0;
    margin-top: 4rem;
  }
  .section.section--contact .row .col {
    max-width: 100%;
    width: 100%;
  }
  .section.section--contact .row.row--around {
    flex-direction: column;
    justify-content: space-between;
  }
  .section.section--contact .row.row--around .col {
    text-align: center;
  }
  .section.section--contact .row.row--no-margin .col:last-child {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .intro__menu {
    display: none;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 4rem;
    top: 4rem;
    z-index: 1;
  }
  .hamburger div {
    width: 4rem;
    height: 0.3rem;
    margin-bottom: 1rem;
    background-color: white;
  }

  .mobile__menu.visible {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--mobileMenuBcg);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: var(--blue);
    z-index: 2;
    padding: 6rem 4rem;
    height: 100vh;
  }
  .mobile__menu.visible .menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile__menu.visible .menu .menu__item {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--green);
    padding-bottom: 1rem;
  }

  .btn {
    font-size: 1rem;
  }
}
.recaptcha {
  visibility: hidden;
}
@media screen and (max-width: 860px) {
  .btn {
    font-size: 0.8rem;
    padding: 1rem;
  }

  .section {
    padding: 4%;
  }
  .card__list .list__item {
    padding-left: 0 !important;
    position: relative;
    margin-bottom: 3rem;
    list-style: none;
    padding-right: 40px;
  }
  .list__item:before {
    display: none;
    padding-left: 0 !important;
    width: 0;
  }
  .intro__access {
    right: 9rem;
    top: 3.5rem;
  }
  .section .header h1 {
    font-size: 2.5rem;
  }
  .grecaptcha-badge{
    visibility: hidden;
  }
  .recaptcha {
    visibility: visible;
    margin: 10px;
    font-size: small;
    color: var(--blue);
    text-align: right;
  }
  .alert {
    visibility: hidden;
  }
  .section.section--intro {
  }
  /*.section.section--about {*/
  /*  margin-top: -5vh;*/
  /*}*/
  .section.section--services .row {
    margin-top: 0!important;
  }
  .section.section--intro .intro__headings {
    flex-wrap: wrap;
  }
}
.disable {
  background: var(--grey)!important;
}
.display {
  display: none;
}

.availability-dec-header {
  text-align: center;
  color: var(--blue);
}

.availability-dec {
    width: 80%;
    margin: 2.2rem auto;
    color: var(--blue);
    text-align: left;
}
.intro__headings {
  padding-top: 30px;
}
.herald{
  /*width: 100px;*/
  height: 150px;
  margin-right: 150px;
}
.welcome {
  width: 500px !important;
  text-align: center !important;
  font-size: 30px;
  letter-spacing: 4px;
}
.fresh_air {
  width: 100%;
  text-align: justify;
  letter-spacing: 3px;
  margin: 0;
}
.breath {
  width:auto;
  text-align: center;
  letter-spacing: 4px;
  font-size: 42px;
  font-weight: 600;
}
.movie {
  margin: auto;
  width: 700px;
  height: 500px;
  border: 1px solid black;
  background: white;
}
.movie--bg {
  background: var(--bg-movie) !important;
}
.number {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 0 0;
  color: #b2d234;
}
.row-space-around {
  justify-content: space-around !important;
}
.row-space-around a{
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 700;
}
.line {
  width: 100%;
  height: 160px;
  background: var(--bg-line);
}
.line2 {
  width: 100%;
  height: 160px;
  background: var(--bg-line2);
}
h2 {
  text-align: center;
}
h1 {
  color: var(--white);
}
.anim{
  animation: fadeIn 3s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.inv {
  opacity:0 !important;
}
.section--conditions {
  height: 90vh;
}
.section--conditions h1{
  text-align: center;
  color: var(--blue)!important;
}
.cond--cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background: var(--blue);
  color: var(--white);
  align-items: flex-end;
  letter-spacing: 4px;
  width: 100vw;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .herald {
    margin-right: 0;
    margin-top: 100px;
  }
  .intro__access {
    right: 6rem;
    top: 1rem;
  }
  .section.section--intro .intro__header .intro__logo img {
    margin-left: 0;
    width: 170px;
    position: absolute;
    top: 1rem;
  }
  .breath {
    font-size: 22px;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1.7rem;
    z-index: 1;
  }
  .hamburger div {
    background-color: var(--blue)
  }
  .section.section--about .row {
    width: 100%;
    padding: 5%;
    flex-direction: column;
  }
  .section.section--about .col p {
    line-height: 35px;
    font-size: 1.3rem;
  }
  .section.section--about {
    background: var(--blue);
  }
  .section.section--services .row .col {
    width: 100% !important;
  }
  .row-space-around a {
    font-size: 1rem;
  }
  row row--no-margin img,div {
    /*padding: 10px;*/
  }
  .con__info {
    text-align: center;
    font-size: 18px;
    margin: auto;
    padding-right: 10px!important;
  }
  .section.section--contact .icon {
    margin: auto;
    margin-top: 10px;
  }
  .row-space-around a {
    text-align: center;
    padding-top: 10px;
  }
}