/* line 1, ../node_modules/foundation-sites/scss/_custom.scss */
body.noScroll {
  overflow: hidden;
}

/* line 5, ../node_modules/foundation-sites/scss/_custom.scss */
.hamburger {
  position: relative;
  z-index: 10;
  float: right;
  padding: 15px 0 15px 15px;
  outline: none;
}
/* line 11, ../node_modules/foundation-sites/scss/_custom.scss */
.hamburger:hover, .hamburger.is-active:hover {
  opacity: 1;
}

/* line 17, ../node_modules/foundation-sites/scss/_custom.scss */
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background: #fff;
}

/* line 26, ../node_modules/foundation-sites/scss/_custom.scss */
.hamburger-box {
  display: inline-block;
  vertical-align: middle;
}

/* line 31, ../node_modules/foundation-sites/scss/_custom.scss */
p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  /* line 31, ../node_modules/foundation-sites/scss/_custom.scss */
  p {
    font-size: 16px;
  }
}
/* line 38, ../node_modules/foundation-sites/scss/_custom.scss */
p.italic {
  font-style: italic;
}

/* line 43, ../node_modules/foundation-sites/scss/_custom.scss */
ul {
  display: block;
  margin: 0 0 35px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 43, ../node_modules/foundation-sites/scss/_custom.scss */
  ul {
    text-align: left;
  }
}
/* line 50, ../node_modules/foundation-sites/scss/_custom.scss */
ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  /* line 50, ../node_modules/foundation-sites/scss/_custom.scss */
  ul li {
    font-size: 16px;
  }
}
/* line 62, ../node_modules/foundation-sites/scss/_custom.scss */
ul li:after {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  content: " ";
  background-color: #343434;
}

/* line 75, ../node_modules/foundation-sites/scss/_custom.scss */
hr {
  margin: 40px 0;
}

/* line 79, ../node_modules/foundation-sites/scss/_custom.scss */
.sandwich-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 79, ../node_modules/foundation-sites/scss/_custom.scss */
  .sandwich-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 200ms linear;
    background: url(../img/menu.svg) no-repeat center;
    background-size: cover;
  }
  /* line 91, ../node_modules/foundation-sites/scss/_custom.scss */
  .sandwich-icon.active {
    z-index: 20;
    background: url(../img/menu-close.svg) no-repeat center;
    background-size: cover;
  }
}

/* line 100, ../node_modules/foundation-sites/scss/_custom.scss */
.cta-call,
.cta-call:active,
.cta-call:focus {
  display: block;
  width: 80%;
  margin-top: 75px;
  padding: 15px 0;
  transition: all 200ms ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #1666a5;
  background: #1666a5;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  /* line 100, ../node_modules/foundation-sites/scss/_custom.scss */
  .cta-call,
  .cta-call:active,
  .cta-call:focus {
    width: 100%;
    margin-top: 35px;
    font-size: 16px;
  }
}
/* line 121, ../node_modules/foundation-sites/scss/_custom.scss */
.cta-call:hover,
.cta-call:active:hover,
.cta-call:focus:hover {
  color: #1666a5;
  border: 2px solid #1666a5;
  background: #fff;
}

/* line 128, ../node_modules/foundation-sites/scss/_custom.scss */
.intro {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transition: all 200ms linear;
}
/* line 134, ../node_modules/foundation-sites/scss/_custom.scss */
.intro h3 {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  padding: 0 15px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  /* line 134, ../node_modules/foundation-sites/scss/_custom.scss */
  .intro h3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: left;
    font-size: 24px;
  }
  /* line 141, ../node_modules/foundation-sites/scss/_custom.scss */
  .intro h3 br {
    display: none;
  }
}

/* line 156, ../node_modules/foundation-sites/scss/_custom.scss */
#intro-bg {
  position: absolute;
  width: 120vw;
  height: 120vh;
  transition: all 200ms linear;
  background: url(../img/kv.jpg) no-repeat center;
  background-size: cover;
}

/* line 165, ../node_modules/foundation-sites/scss/_custom.scss */
.navigation {
  padding: 35px 0;
}
/* line 2, ../node_modules/foundation-sites/scss/_mixins.scss */
.navigation:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 165, ../node_modules/foundation-sites/scss/_custom.scss */
  .navigation {
    padding: 15px 0;
  }
}
/* line 171, ../node_modules/foundation-sites/scss/_custom.scss */
.navigation.legal {
  background: #1766a6;
}

/* line 176, ../node_modules/foundation-sites/scss/_custom.scss */
.logo {
  float: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  /* line 176, ../node_modules/foundation-sites/scss/_custom.scss */
  .logo {
    position: relative;
    z-index: 20;
    margin-left: 15px;
  }
}
/* line 184, ../node_modules/foundation-sites/scss/_custom.scss */
.logo img {
  position: relative;
  z-index: 10;
  width: 90px;
}
@media screen and (max-width: 767px) {
  /* line 184, ../node_modules/foundation-sites/scss/_custom.scss */
  .logo img {
    width: 50px;
  }
}

/* line 194, ../node_modules/foundation-sites/scss/_custom.scss */
.menu {
  position: fixed;
  top: -200%;
  right: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  text-align: right;
  background-color: #1666a5;
}
@media screen and (max-width: 767px) {
  /* line 194, ../node_modules/foundation-sites/scss/_custom.scss */
  .menu {
    background-color: #1666a5;
  }
}
/* line 206, ../node_modules/foundation-sites/scss/_custom.scss */
.menu a {
  display: inline-block;
  margin: 7px 0;
  padding: 0;
  transition: all 200ms linear;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  /* line 206, ../node_modules/foundation-sites/scss/_custom.scss */
  .menu a {
    margin: 0;
    padding-right: 25px;
    text-align: center;
    font-size: 20px;
  }
}
/* line 221, ../node_modules/foundation-sites/scss/_custom.scss */
.menu a.small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 221, ../node_modules/foundation-sites/scss/_custom.scss */
  .menu a.small {
    font-size: 16px;
  }
}
/* line 228, ../node_modules/foundation-sites/scss/_custom.scss */
.menu.active {
  z-index: 2;
  top: -15px;
  bottom: 0;
}
/* line 233, ../node_modules/foundation-sites/scss/_custom.scss */
.menu ul {
  position: absolute;
  top: 50%;
  right: 65px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  margin: 0 auto;
  padding: 0 15px;
  list-style: none;
  transform: translateY(-50%);
}
/* line 247, ../node_modules/foundation-sites/scss/_custom.scss */
.menu ul li {
  display: block;
  padding: 0;
  list-style: none;
  transition: all 200ms linear;
  text-align: right;
  opacity: 0.7;
  font-style: normal;
}
/* line 255, ../node_modules/foundation-sites/scss/_custom.scss */
.menu ul li:hover {
  opacity: 1;
}
/* line 257, ../node_modules/foundation-sites/scss/_custom.scss */
.menu ul li:hover a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
/* line 262, ../node_modules/foundation-sites/scss/_custom.scss */
.menu li:after {
  display: none;
}

/* line 267, ../node_modules/foundation-sites/scss/_custom.scss */
.section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  /* line 267, ../node_modules/foundation-sites/scss/_custom.scss */
  .section {
    padding: 35px 0;
    text-align: left;
  }
}

/* line 276, ../node_modules/foundation-sites/scss/_custom.scss */
.about {
  background: url(../img/about.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  /* line 276, ../node_modules/foundation-sites/scss/_custom.scss */
  .about {
    background: url(../img/about.jpg) no-repeat center left;
    background-attachment: fixed;
    background-size: cover;
  }
}
/* line 284, ../node_modules/foundation-sites/scss/_custom.scss */
.about h3.block-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  /* line 284, ../node_modules/foundation-sites/scss/_custom.scss */
  .about h3.block-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  /* line 284, ../node_modules/foundation-sites/scss/_custom.scss */
  .about h3.block-title {
    text-align: left;
  }
}
/* line 290, ../node_modules/foundation-sites/scss/_custom.scss */
.about img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  /* line 290, ../node_modules/foundation-sites/scss/_custom.scss */
  .about img {
    display: none;
  }
}
/* line 296, ../node_modules/foundation-sites/scss/_custom.scss */
.about p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 302, ../node_modules/foundation-sites/scss/_custom.scss */
  .services .services__icon {
    width: 100%;
    text-align: center;
  }
}
/* line 308, ../node_modules/foundation-sites/scss/_custom.scss */
.services h3.block-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  color: #343434;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  /* line 308, ../node_modules/foundation-sites/scss/_custom.scss */
  .services h3.block-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
/* line 311, ../node_modules/foundation-sites/scss/_custom.scss */
.services img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  /* line 311, ../node_modules/foundation-sites/scss/_custom.scss */
  .services img {
    width: 15%;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
  }
}
/* line 320, ../node_modules/foundation-sites/scss/_custom.scss */
.services h4 {
  margin: 50px 0 35px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  /* line 320, ../node_modules/foundation-sites/scss/_custom.scss */
  .services h4 {
    margin: 25px 0 10px 0;
    font-size: 18px;
  }
}
/* line 330, ../node_modules/foundation-sites/scss/_custom.scss */
.services .italic.bold {
  display: block;
  margin: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  /* line 330, ../node_modules/foundation-sites/scss/_custom.scss */
  .services .italic.bold {
    font-size: 16px;
  }
}
/* line 341, ../node_modules/foundation-sites/scss/_custom.scss */
.services .custom__dev {
  margin: 25px 0;
}
/* line 344, ../node_modules/foundation-sites/scss/_custom.scss */
.services .italic.sub {
  position: relative;
  display: block;
  padding: 10px 0;
  padding-left: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  /* line 344, ../node_modules/foundation-sites/scss/_custom.scss */
  .services .italic.sub {
    width: auto;
    margin: 15px 15px;
    font-size: 16px;
  }
}
/* line 361, ../node_modules/foundation-sites/scss/_custom.scss */
.services .italic.sub:before {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 23px;
  left: 0;
  width: 4px;
  height: 4px;
  content: " ";
  background-color: #343434;
}

/* line 374, ../node_modules/foundation-sites/scss/_custom.scss */
.references {
  background: #f0f0f0;
}
/* line 376, ../node_modules/foundation-sites/scss/_custom.scss */
.references h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  color: #343434;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  /* line 376, ../node_modules/foundation-sites/scss/_custom.scss */
  .references h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
/* line 379, ../node_modules/foundation-sites/scss/_custom.scss */
.references .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
/* line 386, ../node_modules/foundation-sites/scss/_custom.scss */
.references .partner {
  box-sizing: border-box;
  width: 30%;
  padding: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 386, ../node_modules/foundation-sites/scss/_custom.scss */
  .references .partner {
    width: 60%;
    margin: 0 auto;
    padding: 35px 15px;
  }
}
/* line 397, ../node_modules/foundation-sites/scss/_custom.scss */
.references .partner img.suprabit-logo {
  width: auto;
  max-height: 100px;
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}
/* line 403, ../node_modules/foundation-sites/scss/_custom.scss */
.references .partner a span {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #343434;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

/* line 417, ../node_modules/foundation-sites/scss/_custom.scss */
.events {
  background: #fff;
}
/* line 419, ../node_modules/foundation-sites/scss/_custom.scss */
.events h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  color: #343434;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  /* line 419, ../node_modules/foundation-sites/scss/_custom.scss */
  .events h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
/* line 422, ../node_modules/foundation-sites/scss/_custom.scss */
.events ul {
  list-style: none;
}
/* line 425, ../node_modules/foundation-sites/scss/_custom.scss */
.events li {
  padding: 15px 0;
}
/* line 428, ../node_modules/foundation-sites/scss/_custom.scss */
.events li:after {
  display: none;
}
/* line 431, ../node_modules/foundation-sites/scss/_custom.scss */
.events .event-image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
/* line 435, ../node_modules/foundation-sites/scss/_custom.scss */
.events .event-image img {
  width: 100%;
}
/* line 439, ../node_modules/foundation-sites/scss/_custom.scss */
.events .event-information {
  display: inline-block;
  box-sizing: border-box;
  width: 68%;
  padding-left: 35px;
  vertical-align: top;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  /* line 439, ../node_modules/foundation-sites/scss/_custom.scss */
  .events .event-information {
    padding-left: 15px;
  }
}
/* line 450, ../node_modules/foundation-sites/scss/_custom.scss */
.events .event-date {
  margin-top: 10px;
}
/* line 453, ../node_modules/foundation-sites/scss/_custom.scss */
.events .event-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  /* line 453, ../node_modules/foundation-sites/scss/_custom.scss */
  .events .event-title {
    font-size: 16px;
  }
}
/* line 462, ../node_modules/foundation-sites/scss/_custom.scss */
.events ul a {
  padding-bottom: 1px;
  text-decoration: none;
  color: #343434;
  border-bottom: 1px solid #343434;
  font-size: 14px;
  font-weight: 600;
}

.align-right{
  display: flex !important;
  justify-content: flex-end !important;
}

.careers-image i {
  color: #1766a6;
  padding: 0.2em 0.2em 0.2em;
}

.careers-image i.fa-border{
  border: solid 0.08em #1766a6;
  border-radius: 20rem; 
}

.careers-image{
  display: flex;
  justify-content: center;
}
.mb-2rem{
  margin-bottom: 2rem;
}
a.careers-link{
  display: flex;
  justify-content: flex-start; 
  padding-bottom: 1px;
  text-decoration: none;
  color: #343434;
  font-size: 1.8rem;
  font-weight: 600;
  width: fit-content;
  position: absolute;
}

/* line 472, ../node_modules/foundation-sites/scss/_custom.scss */
.management {
  background: #f0f0f0;
}
/* line 474, ../node_modules/foundation-sites/scss/_custom.scss */
.management h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  color: #343434;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  /* line 474, ../node_modules/foundation-sites/scss/_custom.scss */
  .management h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
/* line 477, ../node_modules/foundation-sites/scss/_custom.scss */
.management .picture {
  margin-top: -30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 477, ../node_modules/foundation-sites/scss/_custom.scss */
  .management .picture {
    margin-top: 15px;
  }
}
/* line 483, ../node_modules/foundation-sites/scss/_custom.scss */
.management .picture p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 16px;
}
/* line 488, ../node_modules/foundation-sites/scss/_custom.scss */
.management .picture span {
  display: block;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
/* line 496, ../node_modules/foundation-sites/scss/_custom.scss */
.management img {
  max-width: 300px;
  margin-bottom: 10px;
}
/* line 500, ../node_modules/foundation-sites/scss/_custom.scss */
.management a {
  margin: 0 10px;
}

/* line 505, ../node_modules/foundation-sites/scss/_custom.scss */
.contact {
  background: url(../img/about-wp.jpg) no-repeat center;
  background-size: cover;
}
/* line 508, ../node_modules/foundation-sites/scss/_custom.scss */
.contact h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: block;
  color: #fff;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  /* line 508, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
/* line 511, ../node_modules/foundation-sites/scss/_custom.scss */
.contact img {
  margin-bottom: -75px;
}
@media screen and (max-width: 767px) {
  /* line 511, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact img {
    max-width: 60%;
    margin-bottom: -30px;
  }
}
/* line 518, ../node_modules/foundation-sites/scss/_custom.scss */
.contact span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
/* line 524, ../node_modules/foundation-sites/scss/_custom.scss */
.contact .company {
  text-align: center;
  margin-bottom: 1rem;
}
/* line 527, ../node_modules/foundation-sites/scss/_custom.scss */
.contact .company-name {
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  /* line 527, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact .company-name {
    font-size: 18px;
  }
}

/* line 527, ../node_modules/foundation-sites/scss/_custom.scss */
.contact .company-office {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  /* line 527, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact .company-office {
    font-size: 16px;
  }
}

/* line 534, ../node_modules/foundation-sites/scss/_custom.scss */
.contact .company-address {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  /* line 534, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact .company-address {
    font-size: 16px;
  }
}
/* line 541, ../node_modules/foundation-sites/scss/_custom.scss */
.contact .company-mail {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  /* line 541, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact .company-mail {
    font-size: 16px;
  }
}
/* line 548, ../node_modules/foundation-sites/scss/_custom.scss */
.contact span {
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}
/* line 553, ../node_modules/foundation-sites/scss/_custom.scss */
.contact span a {
  text-decoration: underline;
  color: #fff;
}

/* line 560, ../node_modules/foundation-sites/scss/_custom.scss */
.copyright {
  padding: 10px 0;
}
/* line 562, ../node_modules/foundation-sites/scss/_custom.scss */
.copyright .company__links {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 562, ../node_modules/foundation-sites/scss/_custom.scss */
  .copyright .company__links {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 570, ../node_modules/foundation-sites/scss/_custom.scss */
.copyright .company__links a {
  display: inline-block;
  margin-right: 45px;
  padding-bottom: 4px;
  cursor: pointer;
  transition: all 200ms linear;
  text-decoration: none;
  color: #343434;
  border-bottom: 2px solid transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  /* line 570, ../node_modules/foundation-sites/scss/_custom.scss */
  .copyright .company__links a {
    margin: 0;
  }
  /* line 573, ../node_modules/foundation-sites/scss/_custom.scss */
  .copyright .company__links a:first-child {
    float: left;
    margin-left: 15px;
  }
  /* line 577, ../node_modules/foundation-sites/scss/_custom.scss */
  .copyright .company__links a:last-child {
    float: right;
    margin-right: 15px;
  }
}
/* line 593, ../node_modules/foundation-sites/scss/_custom.scss */
.copyright .company__links a:hover {
  border-bottom: 2px solid #343434;
}
/* line 598, ../node_modules/foundation-sites/scss/_custom.scss */
.copyright .company__copyright {
  display: inline-block;
  width: 49%;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 598, ../node_modules/foundation-sites/scss/_custom.scss */
  .copyright .company__copyright {
    width: 100%;
    text-align: center;
  }
}
/* line 607, ../node_modules/foundation-sites/scss/_custom.scss */
.copyright .company__copyright p {
  margin-bottom: 0;
  font-size: 10px;
}

/* line 614, ../node_modules/foundation-sites/scss/_custom.scss */
.company_info {
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 614, ../node_modules/foundation-sites/scss/_custom.scss */
  .company_info {
    float: none;
    margin-top: 50px;
  }
}

/* line 622, ../node_modules/foundation-sites/scss/_custom.scss */
.contact_form {
  float: right;
}
@media screen and (max-width: 767px) {
  /* line 622, ../node_modules/foundation-sites/scss/_custom.scss */
  .contact_form {
    float: none;
  }
}

/* line 634, ../node_modules/foundation-sites/scss/_custom.scss */
input[type="text"],
input[type="phone"],
input[type="mail"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  transition: all 200ms ease-in-out;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

/* line 651, ../node_modules/foundation-sites/scss/_custom.scss */
input[type="text"],
input[type="phone"],
input[type="mail"] {
  height: 45px;
}
/* line 655, ../node_modules/foundation-sites/scss/_custom.scss */
input[type="text"]:active, input[type="text"]:focus,
input[type="phone"]:active,
input[type="phone"]:focus,
input[type="mail"]:active,
input[type="mail"]:focus {
  background: #fff;
}

/* line 661, ../node_modules/foundation-sites/scss/_custom.scss */
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 15px 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
/* line 676, ../node_modules/foundation-sites/scss/_custom.scss */
input[type=submit]:hover {
  color: #1666a5;
  background: #fff;
}

/* line 683, ../node_modules/foundation-sites/scss/_custom.scss */
.legal h3 {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
/* line 689, ../node_modules/foundation-sites/scss/_custom.scss */
.legal h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
/* line 693, ../node_modules/foundation-sites/scss/_custom.scss */
.legal .content {
  margin: 50px auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 693, ../node_modules/foundation-sites/scss/_custom.scss */
  .legal .content {
    margin: 30px 0;
  }
}

/* line 703, ../node_modules/foundation-sites/scss/_custom.scss */
.workshop_wrap img {
  display: inline-block;
  max-width: 200px;
  margin-top: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 703, ../node_modules/foundation-sites/scss/_custom.scss */
  .workshop_wrap img {
    display: block;
    width: 70%;
    margin: 0 auto 25px auto;
  }
}
/* line 714, ../node_modules/foundation-sites/scss/_custom.scss */
.workshop_wrap p {
  display: inline-block;
  width: 70%;
  padding-left: 15px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 714, ../node_modules/foundation-sites/scss/_custom.scss */
  .workshop_wrap p {
    display: block;
    width: 100%;
  }
}
/* line 724, ../node_modules/foundation-sites/scss/_custom.scss */
.workshop_wrap a {
  display: inline-block;
  box-sizing: border-box;
  width: 28%;
  padding-right: 15px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 724, ../node_modules/foundation-sites/scss/_custom.scss */
  .workshop_wrap a {
    display: block;
    width: 100%;
  }
}
/* line 734, ../node_modules/foundation-sites/scss/_custom.scss */
.workshop_wrap a img {
  max-width: 100%;
}

/* line 740, ../node_modules/foundation-sites/scss/_custom.scss */
#form-response {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
/* line 747, ../node_modules/foundation-sites/scss/_custom.scss */
#form-response.error {
  padding: 5px;
  color: red;
  border: 1px solid red;
  background-color: #fff;
}
/* line 753, ../node_modules/foundation-sites/scss/_custom.scss */
#form-response.success {
  padding: 5px;
  color: #41ce14;
  border: 1px solid #41ce14;
  background-color: #fff;
}

/* line 761, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 15px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
/* line 772, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance p {
  margin-bottom: 5px;
  color: #1666a5;
  font-size: 12px;
  font-weight: 600;
}
/* line 778, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance a {
  text-decoration: underline;
  color: #1666a5;
}
/* line 782, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance .cookie-text {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
/* line 787, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance .cookie-accept {
  display: inline-block;
  width: 15%;
  text-align: right;
  vertical-align: top;
}
/* line 793, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  text-align: center;
  color: #fff;
  border: 2px solid #1666a5;
  background: #1666a5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
/* line 806, ../node_modules/foundation-sites/scss/_custom.scss */
.cookie-compliance button:hover {
  color: #1666a5;
  border: 2px solid #1666a5;
  background: #fff;
}

/* line 815, ../node_modules/foundation-sites/scss/_custom.scss */
.events-page ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
/* line 821, ../node_modules/foundation-sites/scss/_custom.scss */
.events-page ul li {
  box-sizing: border-box;
  width: 30%;
  margin-bottom: 30px;
  padding: 25px;
  vertical-align: top;
  border: 1px solid #ececec;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  /* line 821, ../node_modules/foundation-sites/scss/_custom.scss */
  .events-page ul li {
    width: 100%;
  }
}
/* line 833, ../node_modules/foundation-sites/scss/_custom.scss */
.events-page .event-image,
.events-page .event-information {
  display: block;
  width: 100%;
}
/* line 838, ../node_modules/foundation-sites/scss/_custom.scss */
.events-page .event-information {
  padding-top: 25px;
  padding-left: 0;
}

/* line 844, ../node_modules/foundation-sites/scss/_custom.scss */
.g-recaptcha {
  margin-top: 20px;
}
/* Text in color of blue suprabit logo*/
.text-suprabit{
  color: #1666a6;
}

.justify-center{
  display: flex;
  justify-content: center;
}

.font-100{
  font-size: 100px;
}


.car{
  position: absolute;
  color: white!important;
  transform: translateY(2.8rem);
}

.car-2{
  position: absolute;
  color: white!important;
  transform: translateY(2.5rem);
}