/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* 
 * =====================================================================================================================
 * CONFIG
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * CONFIG
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * SPRITE
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * CLEAR FIX
 * =====================================================================================================================
*/
/*
 * =====================================================================================================================
 * Default clear style for ul li
 * =====================================================================================================================
 */
/*
 * =====================================================================================================================
 * GRAYSCALE
 * =====================================================================================================================
 */
/* 
 * =====================================================================================================================
 * Font Awesome icon
 * =====================================================================================================================
*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  border: 10px solid #fff;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.arrow-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
  /*&#next-button {
        @extend .arrow-button;
        right: 2%;
    }

    &#previous-button {
        @extend .arrow-button;
        left: 2%;
    }*/
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
@font-face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/font-awesome/fontawesome-webfont.eot);
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg#FontAwesome) format("svg");
}
* {
  outline: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FontAwesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #2d2661;
  cursor: default;
  background: #f1faff;
  background: linear-gradient(90deg, #f1faff 0%, #cbe0fe 100%);
}
@media screen and (max-width: 500px) {
  body,
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  body,
  html {
    font-size: 18px;
  }
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
body.overlay {
  height: 100vh;
  overflow: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  color: #2d2661;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #ff0d5d;
}
a.underline {
  font-style: italic;
  font-weight: 500;
  z-index: 3;
  position: relative;
}
a.underline:hover {
  text-decoration: none;
}
a.underline:hover::after {
  width: 200px;
}
p {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.45;
  text-align: center;
}
p.smaller {
  font-size: 18px;
}
strong {
  font-weight: 700;
}
.display-mobile {
  display: none;
}
.content {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .content {
    padding: 0 10px;
  }
}
.column {
  position: relative;
  box-sizing: border-box;
}
.column2,
.column3,
.column4 {
  display: flex;
  flex-wrap: wrap;
}
.column2.vertical-align-bottom,
.column3.vertical-align-bottom,
.column4.vertical-align-bottom {
  align-items: flex-end;
}
.column2 .column {
  width: 50%;
  padding: 0 20px 0 0;
}
.column2 .column:nth-child(2) {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 700px) {
  .column2 {
    display: block;
  }
  .column2 .column {
    width: 100% !important;
    padding: 0 0 20px 0;
  }
  .column2 .column:nth-child(2) {
    padding: 0 0 20px 0;
  }
}
.column3 .column {
  width: calc(100% / 3);
  padding: 0 40px 0 0;
}
.column3 .column:nth-child(3) {
  padding: 0;
}
@media screen and (max-width: 1150px) {
  .column3 {
    display: block;
  }
  .column3 .column {
    width: 100% !important;
    padding: 0 0 20px 0;
  }
}
.column4 .column {
  width: calc(100% / 4 - 30px);
  margin: 0 40px 0 0;
}
.column4 .column img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.column4 .column:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 930px) {
  .column4 .column {
    width: calc(100% / 2 - 20px);
    margin: 0 40px 30px 0;
    text-align: center;
  }
  .column4 .column img {
    margin: 0 auto;
  }
  .column4 .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .column4 .column {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .column4 .column:nth-child(2n) {
    margin-right: 0;
  }
}
.header {
  padding: 50px 0;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  margin-left: -60px;
}
.header .menu {
  display: flex;
  justify-content: space-between;
}
.header .menu .menu-first,
.header .menu .menu-second {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  width: calc(50% - 150px);
}
.header .menu .menu-first a,
.header .menu .menu-second a {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .header .menu .menu-first,
  .header .menu .menu-second {
    width: calc(50% - 100px);
  }
}
.header .menu .menu-second {
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  .header .menu.display-desktop {
    display: none;
  }
}
.menu.display-mobile {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 230px;
  z-index: 99;
  display: none;
}
.menu.display-mobile ul {
  background-color: #ffffff;
  padding: 10px 0;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.menu.display-mobile ul li {
  padding: 0 10px;
}
.menu.display-mobile ul li a {
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 980px) {
  .header {
    padding: 30px 0 0 0;
  }
  .header .logo {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .menu.display-mobile {
    display: block;
  }
  .domain-menu-control {
    display: block !important;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  padding: 0 40px;
  text-align: center;
}
.people-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}
.people-list .item .video {
  width: calc(100% - 480px);
}
.people-list .item .video video {
  width: 100%;
  height: auto;
  display: block;
}
.people-list .item .video video.display-mobile {
  display: none;
}
.people-list .item .description {
  width: 480px;
}
.people-list .item .description .first-text {
  padding: 30px 30px 40px 30px;
  background-color: #2d2661;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.people-list .item .description .first-text .name {
  font-weight: 900;
  font-size: 48px;
  color: #ff0d5d;
}
.people-list .item .description .first-text .function {
  color: #ffffff;
  font-size: 24px;
}
.people-list .item .description .second-text {
  margin: -20px 50px 0 50px;
  padding: 40px 14px 20px 14px;
  background-color: rgba(255, 13, 93, 0.3);
  color: #3d3845;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.people-list .item:nth-child(2n) .video {
  order: 2;
}
.people-list .item:nth-child(2n) .description {
  order: 1;
}
.people-list .item:nth-child(2n) .description .first-text {
  background-color: #ff0d5d;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.people-list .item:nth-child(2n) .description .first-text .name {
  color: #2d2661;
}
.people-list .item:nth-child(2n) .description .second-text {
  background-color: rgba(45, 38, 97, 0.3);
}
@media screen and (max-width: 1030px) {
  .people-list .item .video {
    width: calc(100% - 400px);
  }
  .people-list .item .description {
    width: 400px;
  }
  .people-list .item .description .first-text {
    padding: 20px 20px 40px 20px;
  }
  .people-list .item .description .first-text .name {
    font-size: 36px;
  }
  .people-list .item .description .first-text .function {
    font-size: 20px;
  }
  .people-list .item .description .second-text {
    margin: -20px 30px 0 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 920px) {
  .people-list .item .video {
    width: 100%;
  }
  .people-list .item .video video.display-desktop {
    display: none;
  }
  .people-list .item .video video.display-mobile {
    display: block;
  }
  .people-list .item .description {
    margin: 0 50px 0 50px;
    width: calc(100% - 100px);
  }
  .people-list .item .description .first-text {
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .people-list .item .description .second-text {
    text-align: center;
  }
  .people-list .item:nth-child(2n) .video {
    order: 1;
  }
  .people-list .item:nth-child(2n) .description {
    order: 2;
  }
  .people-list .item:nth-child(2n) .description .first-text {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 530px) {
  .people-list .item .description {
    margin: 0 0 0 0;
    width: 100%;
  }
}
.main h1 {
  margin-bottom: -40px;
  z-index: 9;
  position: relative;
}
.main video {
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 1;
  display: block;
}
.background-blue {
  background-color: #b8d4f4;
  padding: 80px 0 80px 0;
}
.background-blue h2 {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  text-align: center;
}
.background-blue.no-margin {
  padding-bottom: 0;
}
.background-pink {
  background-color: #b9bff1;
  padding: 80px 0 80px 0;
}
.background-pink h2 {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  text-align: center;
}
.background-transparent {
  padding: 80px 0 80px 0;
}
.background-transparent h2 {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 390px) {
  .background-blue h2 {
    top: -100px;
  }
  .background-pink h2 {
    top: -100px;
  }
  .background-transparent h2 {
    top: -100px;
  }
}
/*@media screen and (max-width: 360px)
{
	.background-blue {
		h2 {
			top: -90px;
		}
	}

	.background-pink {
		h2 {
			top: -90px;
		}
	}

	.background-transparent {
		h2 {
			top: -90px;
		}
	}
}*/
.contact-form {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.contact-form .input-content {
  margin-bottom: 14px;
  position: relative;
}
.contact-form .input-content.full {
  width: 100%;
}
.contact-form .input-content.three-quarters {
  width: 75%;
}
.contact-form .input-content.half {
  width: calc(50% - 8px);
  margin: 0 8px 14px 0;
}
.contact-form .input-content.half:nth-of-type(3) {
  margin: 0 0 14px 8px;
}
@media screen and (max-width: 670px) {
  .contact-form .input-content.half {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .contact-form .input-content.half:nth-of-type(3) {
    margin: 0 0 14px 0;
  }
}
@media screen and (max-width: 620px) {
  .contact-form .input-content.three-quarters {
    width: 100%;
  }
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 10px 10px 0 10px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form input[type="text"] + label,
.contact-form input[type="email"] + label,
.contact-form textarea + label {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #868686;
  font-size: 12px;
}
.contact-form textarea {
  height: 200px;
  padding: 20px 10px 0 10px;
}
.help-block {
  position: absolute;
  bottom: 2px;
  right: 10px;
  border: 1px solid red;
  font-size: 13px;
  padding: 1px 5px;
}
.help-block.text-danger {
  color: #fff;
  background: #f00;
}
.help-block.text-danger i {
  display: none;
}
.text-input-wrapper {
  font-size: 14px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  z-index: 9;
}
/*input[type=submit]
{
	background-color: #ff0d5d;
	color: #ffffff;
	border: 0;
	font-weight: bold;
	padding: 8px 20px;
}*/
input[type=checkbox] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 2;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  display: none;
  padding: 0;
  overflow: hidden;
  outline: none;
}
input[type=checkbox] + label {
  padding-left: 24px !important;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=checkbox] + label:after {
  content: none;
}
input[type=checkbox] + label:before {
  content: "";
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  border: 1px solid #ffffff;
  background: #ffffff;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0px;
  margin-top: -9px;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=checkbox].error + label:before {
  border: 1px solid #ff0000;
  background: #ffffff;
}
input[type=checkbox]:checked + label:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  z-index: 2;
  display: block;
  position: absolute;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  width: 14px;
  height: 14px;
  text-align: center;
}
input[type=checkbox]:checked + label:after {
  color: #223778;
  top: 50%;
  left: 2px;
  margin-top: -7px;
  margin-left: 0;
}
input[type=checkbox]:disabled + label:after {
  opacity: 0.7;
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  filter: grayscale(1);
}
input[type=checkbox]:hover + label:before,
input[type=checkbox]:focus + label:before {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.popup-ok-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}
.popup-ok-wrapper .popup-ok-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner .popup-ok-content {
  margin: 0 auto;
  max-width: 370px;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner .popup-ok-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner .popup-ok-content .popup-ok-content h2 {
  font-size: 35px;
  color: #263a75;
  margin: 10px 0 20px 0;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner .popup-ok-content h2 {
  font-size: 32px;
  color: #20396b;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner .popup-ok-content .popup-ok-content .subtitle {
  font-size: 20px;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-inner .popup-ok-content p:last-of-type {
  margin-bottom: 0;
}
.purple-background-oblique {
  background-image: url(/image/background-purple.png);
  background-size: 100% 100%;
  height: 500px;
  display: block;
  margin-top: -100px;
  position: relative;
}
@media screen and (max-width: 620px) {
  .purple-background-oblique {
    margin-top: 40px;
  }
}
.purple-background-oblique .content {
  width: calc(100% - 40px);
  max-width: 800px;
}
.purple-background-oblique img {
  position: absolute;
  top: -100px;
  right: -20px;
}
.purple-background {
  background-color: #ee1c57;
}
.purple-background .content {
  width: calc(100% - 40px);
  max-width: 800px;
}
.purple-background .content .description {
  background-color: #3d3845;
  background-color: #2d2661;
  padding: 20px;
  color: #ffffff;
  font-size: 16px;
}
.purple-background .content .description h2 {
  position: relative;
  top: auto;
  left: auto;
  color: #ffffff;
  padding-bottom: 20px;
}
.purple-background .content .description p:last-child {
  margin-bottom: 0;
}
.social-network {
  display: block;
  padding: 40px 0;
}
.social-network ul {
  display: flex;
  justify-content: center;
}
.social-network ul li {
  padding: 5px;
}
.social-network ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ee1c57;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.social-network ul li a:hover {
  border: 2px solid #ffffff;
}
.domain-menu-control {
  display: none;
  height: 26px;
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 24px;
  padding-right: 34px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.domain-menu-control span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  width: 26px;
  background: #000000;
  opacity: 1;
  /*left: 0;*/
  right: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.domain-menu-control span:first-child {
  margin-top: -8px;
}
.domain-menu-control span:last-child {
  margin-top: 6px;
}
.domain-menu-control.active span {
  background: #000000;
}
.domain-menu-control.active span:nth-child(1),
.domain-menu-control.active span:nth-child(4) {
  margin-top: -4px;
  width: 0%;
  left: 50%;
}
.domain-menu-control.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.domain-menu-control.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */