@import "../assets/fontello/css/aoi-icons-codes.css";
.half {
  float: left;
  width: 50%;
}

@font-face {
  font-family: "aoi-icons";
  src: url("../assets/fontello/font/aoi-icons.eot?51652961");
  src: url("../assets/fontello/font/aoi-icons.eot?51652961#iefix") format("embedded-opentype"), url("../assets/fontello/font/aoi-icons.woff2?51652961") format("woff2"), url("../assets/fontello/font/aoi-icons.woff?51652961") format("woff"), url("../assets/fontello/font/aoi-icons.ttf?51652961") format("truetype"), url("../assets/fontello/font/aoi-icons.svg?51652961#aoi-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'aoi-icons';
    src: url('../font/aoi-icons.svg?51652961#aoi-icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "aoi-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1301px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1301px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1301px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1301px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1301px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1301px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.career-form, .job-infos, .job-openings, .team, .contact-form, .half-and-half .content, .career-promo, .full-tout {
  padding: 100px 0;
}
@media all and (max-width: 1300px) {
  .career-form, .job-infos, .job-openings, .team, .contact-form, .half-and-half .content, .career-promo, .full-tout {
    padding: 70px 0;
  }
}
@media all and (max-width: 767px) {
  .career-form, .job-infos, .job-openings, .team, .contact-form, .half-and-half .content, .career-promo, .full-tout {
    padding: 40px 0;
  }
}

.big-title {
  font-size: 6.25rem;
  color: #2e2e75;
  margin: 0 0 40px !important;
  background: linear-gradient(to top, #2e2e75, #ff4d4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 1300px) {
  .big-title {
    font-size: 6.25rem;
  }
}
@media all and (max-width: 991px) {
  .big-title {
    font-size: 5rem;
  }
}
@media all and (max-width: 991px) {
  .big-title {
    font-size: 2.5rem;
  }
}

h3, h2, h1, .big-title {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin: 0 0 1em;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 3.125rem;
}
@media all and (max-width: 1300px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 1.5625rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media all and (max-width: 1300px) {
  h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.875rem;
}
@media all and (max-width: 1300px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 1.125rem;
  }
}
h3 small {
  font-size: 0.6666666667em;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.5714285714em;
  font-size: 1rem;
  font-weight: 300;
}
@media all and (max-width: 1300px) {
  body {
    font-size: 1rem;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

body {
  color: #404040;
}

h1 {
  color: #2e2e75;
}
.inverted-colors h1 {
  color: #fff;
}

h2 {
  color: #2e2e75;
  position: relative;
}
.inverted-colors h2 {
  color: #fff;
}

h3 {
  color: #2e2e75;
  position: relative;
}
.inverted-colors h3 {
  color: #fff;
}

p {
  margin: 0 0 1em;
}

ul:not([class]) {
  list-style-type: none;
  padding-left: 0;
  margin: 1em 0;
}
ul:not([class]) li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ff4d4d;
}

.inverted-colors {
  color: #fff;
}

.career-form .btns-row label, [class^=button] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ff4d4d;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  height: 55px;
  min-width: 200px;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.career-form .btns-row label:hover, [class^=button]:hover, .career-form .btns-row label:focus, [class^=button]:focus {
  background: #ff1a1a;
  color: #fff;
  text-decoration: none;
}

.career-form .btns-row label:nth-child(2), [class^=button][class*=-skeleton] {
  background: transparent;
  border: 1px solid #fff;
}
.career-form .btns-row label:hover:nth-child(2), [class^=button][class*=-skeleton]:hover, .career-form .btns-row label:focus:nth-child(2), [class^=button][class*=-skeleton]:focus {
  background: #fff;
  color: #404040;
}

[class^=button][class*=-skeleton-inverted] {
  background: transparent;
  color: #2e2e75;
  border: 1px solid #2e2e75;
}
[class^=button][class*=-skeleton-inverted]:hover, [class^=button][class*=-skeleton-inverted]:focus {
  background: #2e2e75;
  color: #fff;
}

.form-message .error-message {
  display: none;
  margin-bottom: 30px;
}
.form-message .success-message {
  display: none;
  margin-bottom: 30px;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  line-height: 50px;
  background: #eaeaf1;
  padding: 0 15px;
  margin-bottom: 30px;
  color: #2e2e75;
  border: 1px solid #2e2e75;
  font-weight: 700;
}
form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: rgba(46, 46, 117, 0.8);
  opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: rgba(46, 46, 117, 0.8);
}
form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: rgba(46, 46, 117, 0.8);
}
form label {
  position: relative;
}
form label:after {
  display: block;
  width: 100%;
  content: attr(data-value);
  position: absolute;
  bottom: -10px;
  left: 0;
  font-style: italic;
  font-size: 13px;
  transform: translate(0, 100%);
  color: #404040;
  text-align: left;
}
form .selectric {
  margin-bottom: 30px;
}
form .selectric .label {
  height: 50px;
  line-height: 50px;
  color: #2e2e75;
  border: 1px solid #2e2e75;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  background-color: #eaeaf1;
  font-size: 1rem;
}
form .selectric .button {
  min-width: 0;
  height: 50px;
  line-height: 50px;
  background: transparent;
}
form .selectric .button, form .selectric .button:after {
  color: #2e2e75;
  font-weight: 700;
}
form .selectric .button:after {
  border-top-color: #2e2e75;
}
form .selectric:hover .button:after {
  border-top-color: #2e2e75;
}
form .selectric-items {
  border: 1px solid #2e2e75;
}
form .selectric-items ul {
  margin: 0;
  list-style-type: none;
}
form .selectric-items ul li {
  font-size: 1rem;
  padding: 10px 15px;
}
form .selectric-items ul li:before {
  display: none;
}
form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #eaeaf1;
  padding: 15px;
  margin-bottom: 30px;
  height: 180px;
  line-height: 1.5;
  color: #2e2e75;
  border: 1px solid #2e2e75;
  font-weight: 700;
}
form textarea::-moz-placeholder {
  color: rgba(46, 46, 117, 0.8);
  opacity: 1;
}
form textarea:-ms-input-placeholder {
  color: rgba(46, 46, 117, 0.8);
}
form textarea::-webkit-input-placeholder {
  color: rgba(46, 46, 117, 0.8);
}
form input[type=file] {
  display: none;
}
form .disclaimer {
  margin-bottom: 30px;
  font-size: 0.6875rem;
}
form .btns-row {
  text-align: right;
}
form .btns-row [class^=button] {
  min-width: 280px;
}

.big-head {
  height: calc(100vh - 70px);
  background: #eaeaf1 center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (min-width: 2200px) {
  .big-head {
    max-height: 1000px;
  }
}
.big-head .big-head-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-head.home-header,
.big-head.home-header h1,
.big-head.home-header h2 {
  color: #2e2e75;
}
.big-head.home-header .logo {
  max-width: 100%;
  margin-bottom: 4.1666666667vw;
}
.big-head.home-header::after {
  content: none;
}
.big-head.home-header .home-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
@media all and (max-width: 991px) {
  .big-head.home-header .home-bg-img {
    display: none;
  }
}
@media all and (min-width: 991px) {
  .big-head.home-header {
    text-align: left;
  }
  .big-head.home-header .big-head-content {
    align-items: flex-start;
  }
  .big-head.home-header p {
    max-width: none;
  }
}
.big-head h1 {
  color: #fff;
}
.big-head h2 {
  color: #fff;
  padding-left: 0;
}
.big-head h2:after {
  display: none;
}
.big-head img {
  max-width: 200px;
  margin-bottom: 2.0833333333vw;
}
.big-head p {
  max-width: 50%;
}
.big-head .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.big-head .btns [class^=button] + [class^=button] {
  margin-left: 30px;
}
.big-head .container {
  position: relative;
  z-index: 2;
}
.big-head:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(3, 3, 7, 0.75);
}
@media all and (max-width: 767px) {
  .big-head {
    padding: 40px 0;
    height: auto;
  }
  .big-head img {
    max-width: 15.625vw;
  }
  .big-head p {
    max-width: 100%;
  }
  .big-head .btns {
    display: block;
  }
  .big-head .btns [class^=button] {
    display: block;
    width: 100%;
  }
  .big-head .btns [class^=button] + [class^=button] {
    margin-top: 20px;
    margin-left: 0;
  }
}

.full-tout {
  background: #fff;
}
.full-tout .container {
  position: relative;
}
.full-tout .content {
  margin-left: 8.3333333333%;
}
.full-tout .flex-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.full-tout.inverted .flex-row > div:first-child {
  order: 2;
}
.full-tout.inverted .flex-row > div .content {
  margin-left: 0;
  margin-right: 8.3333333333%;
}
.full-tout .advantages {
  display: flex;
  flex-wrap: wrap;
}
.full-tout .advantages .advantage {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
.full-tout .advantages .advantage:nth-child(2n) {
  margin-left: 20px;
}
.full-tout .advantages .advantage .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  font-size: 30px;
  color: #2e2e75;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #2e2e75;
  border-radius: 100%;
}
@media all and (max-width: 991px) {
  .full-tout .advantages {
    display: block;
  }
  .full-tout .advantages .advantage:nth-child(2n) {
    margin-left: 0;
  }
}
@media all and (max-width: 991px) {
  .full-tout .content {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .full-tout .picture {
    display: none;
  }
}

.text-centered {
  height: 650px;
  background: #404040 center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1300px) {
  .text-centered {
    height: 500px;
  }
}
@media all and (max-width: 1300px) {
  .text-centered {
    height: auto;
    display: block;
    padding: 40px 0;
  }
}

.career-promo .container {
  position: relative;
}
.career-promo .flex-row {
  display: flex;
  align-items: center;
}
.career-promo .why-aoi {
  background: #2e2e75;
  padding: 95px 60px;
  text-align: center;
  position: relative;
}
@media all and (max-width: 991px) {
  .career-promo .flex-row {
    display: block;
  }
  .career-promo .why-aoi {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .career-promo {
    padding: 0;
  }
  .career-promo .why-aoi {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px;
  }
  .career-promo .recent-opening {
    margin-bottom: 40px;
  }
}

.half-and-half {
  position: relative;
}
.half-and-half .big-title {
  font-size: 4.375rem;
}
@media all and (max-width: 991px) {
  .half-and-half .big-title {
    font-size: 2.5rem;
  }
}
.half-and-half .picture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: calc(50% - 15px);
  background: #404040 center left no-repeat;
  background-size: cover;
}
.half-and-half .content {
  position: relative;
}
.half-and-half p:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 2px solid #e9e9f0;
}
.half-and-half h3:not(:first-child) {
  position: relative;
  margin-top: 30px;
}
.half-and-half p:last-of-type {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .half-and-half .picture {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
    padding-top: 56.25%;
    width: 100%;
  }
}

.contact-form {
  background: url("../img/background-pattern-white.png") no-repeat center/cover;
}
.contact-form a:not([class]) {
  color: #2e2e75;
  font-weight: 700;
  text-decoration: none;
}
.contact-form a {
  color: #2e2e75;
  text-decoration: none;
  transition: color 0.3s;
}
.contact-form a:hover {
  color: #ff4d4d;
}
.contact-form h3:not(:first-child) {
  margin-top: 80px;
}
@media all and (max-width: 991px) {
  .contact-form h3:not(:first-child) {
    margin-top: 40px;
  }
  .contact-form form {
    margin-top: 40px;
  }
}

.team {
  padding-bottom: 60px;
}
.team .team-member {
  margin: 40px 0;
}
.team .team-member img {
  display: inline-block;
  margin-bottom: 20px;
}
.team .team-member .name {
  font-weight: bold;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.team .team-member .title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #676767;
}
.team .team-member:nth-child(3n+1) {
  clear: left;
}

.job-openings {
  padding-bottom: 20px;
}
.job-openings .intro {
  margin-bottom: 70px;
}

.job-opening {
  margin-bottom: 80px;
}
.job-opening .title small {
  text-transform: none;
}
.job-opening:nth-child(2n+1) {
  margin-right: 16.6666666667%;
}
@media all and (max-width: 767px) {
  .job-opening {
    margin-bottom: 40px;
  }
  .job-opening:nth-child(2n+1) {
    margin-right: 0;
  }
  .job-opening:last-child {
    margin-bottom: 0;
  }
}

.small-head {
  padding: 80px 0;
  background-color: #000;
  position: relative;
}
.small-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background-pattern-blue.png) no-repeat center/cover;
  opacity: 0.6;
}
.small-head .flex-row {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .small-head {
    padding: 40px 0;
  }
  .small-head .flex-row {
    display: block;
  }
}

.job-infos h3 {
  padding-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9f0;
}
.job-infos h3:after {
  display: none;
}
@media all and (max-width: 767px) {
  .job-infos {
    padding-top: 10px;
  }
  .job-infos h3 {
    margin-top: 30px;
  }
}

.career-form {
  background: url("../img/background-pattern-white.png") no-repeat center/cover;
}
.career-form .btns-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.career-form .btns-row label + label {
  margin-left: 30px;
}
.career-form .btns-row label:nth-child(2) {
  border: 1px solid #2e2e75;
  color: #2e2e75;
}
.career-form .btns-row label:nth-child(2):hover {
  background: #2e2e75;
  color: #fff;
}
.career-form .btns-row button {
  margin-left: auto;
}
.career-form .form-status {
  margin-bottom: 30px;
}
.career-form .form-status .error {
  color: #ff4d4d;
}
.career-form .form-status .error + .error {
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  .career-form .btns-row label + label {
    margin-left: 10px;
  }
  .single-opening .career-form {
    padding: 0 0 70px;
  }
}
@media all and (max-width: 767px) {
  .career-form .btns-row {
    display: block;
  }
  .career-form .btns-row [class^=button], .career-form .btns-row label {
    display: block;
    width: 100%;
  }
  .career-form .btns-row label + label {
    margin: 20px 0;
  }
  .single-opening .career-form {
    padding: 0 0 40px;
  }
}

.main-nav {
  background: #2e2e75;
}
.main-nav .container {
  position: relative;
}
.main-nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .nav-content .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 40px;
}
.main-nav .nav-content .logo img {
  max-height: 100%;
}
.main-nav .nav-content ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.main-nav .nav-content ul li {
  display: inline-block;
  vertical-align: middle;
}
.main-nav .nav-content ul li:before {
  display: none;
}
.main-nav .nav-content ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}
.main-nav .nav-content ul li a:hover {
  color: #ff4d4d;
  text-decoration: none;
}
.main-nav .nav-content ul li.current_page_item a {
  color: #ff4d4d;
  text-decoration: none;
}
.main-nav .nav-content .side-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav .nav-content .side-menu .career {
  display: block;
  height: 70px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  background: #ff4d4d;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}
.main-nav .nav-content .side-menu .career:hover {
  text-decoration: none;
  background: #ff1a1a;
}
@media all and (max-width: 767px) {
  .main-nav {
    position: relative;
    z-index: 10000;
  }
  .main-nav .menu-bar {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    background: #2e2e75;
    border-bottom: 1px solid #e9e9f0;
  }
  .main-nav .menu-bar .logo {
    display: block;
    height: 40px;
  }
  .main-nav .menu-bar .logo img {
    max-height: 100%;
  }
  .main-nav .menu-bar .menu-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 35px;
    height: 25px;
    position: relative;
    z-index: 3;
  }
  .main-nav .menu-bar .menu-btn span {
    position: relative;
  }
  .main-nav .menu-bar .menu-btn:before,
  .main-nav .menu-bar .menu-btn span, .main-nav .menu-bar .menu-btn:after {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: width 0.3s, transform 0.3s;
  }
  .main-nav .menu-bar .menu-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-nav .menu-bar .menu-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main-nav .nav-content {
    text-align: center;
    display: block;
    background: #2e2e75;
    padding: 0 0;
    height: calc(100vh - 70px);
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 70px;
    left: 0;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translate(0, -110%);
  }
  .main-nav .nav-content .logo {
    display: none;
  }
  .main-nav .nav-content ul {
    display: block;
  }
  .main-nav .nav-content ul li {
    display: block;
  }
  .main-nav .nav-content ul li.current_page_item a {
    color: #ff4d4d;
  }
  .main-nav .nav-content ul li.current_page_item a:hover {
    color: #ff1a1a;
  }
  .main-nav .nav-content ul li a {
    color: #fff;
  }
  .main-nav .nav-content ul li a:hover {
    color: #ff1a1a;
  }
  .main-nav .nav-content ul li + li {
    margin-left: 0;
  }
  .main-nav .nav-content .side-menu {
    display: block;
  }
  .main-nav .nav-content .side-menu .career:hover {
    background: #ff1a1a;
  }
  .main-nav.opened .nav-content {
    transform: translate(0, 0);
  }
  .main-nav.opened .menu-bar .menu-btn span {
    width: 0;
  }
  .main-nav.opened .menu-bar .menu-btn:before {
    transform: translate(0, 11px) rotate(225deg);
  }
  .main-nav.opened .menu-bar .menu-btn:after {
    transform: translate(0, -11px) rotate(-225deg);
  }
}

footer .copyright-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  footer .copyright-wrapper {
    gap: 1em;
  }
}
footer .copyright {
  background: #eaeaf1;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  color: #2e2e75;
}
footer .socials {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
footer .socials li {
  margin: 0;
  padding: 0;
}
footer .socials li a {
  display: inline-block;
  padding: 0.5em;
  color: #2e2e75;
  text-decoration: none;
  font-size: 1.2rem;
}
footer .socials li a:hover {
  color: #ff4d4d;
  text-decoration: none;
}
footer .menu-footer-container .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
footer .menu-footer-container .menu a {
  text-decoration: underline;
  color: #2e2e75;
}
footer .author {
  background: #2e2e75;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
footer .author .author-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .author .dev {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
footer .author a {
  font-weight: 500;
  color: #fff;
}
footer .author a:hover {
  text-decoration: none;
  color: #ff4d4d;
}
@media all and (max-width: 767px) {
  footer .author .dev {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  footer .author .author-list {
    display: block;
  }
}

.text-standard {
  margin: 80px 0;
}

html {
  font-size: 100%;
}

body {
  background: #fff;
}

img {
  max-width: 100%;
}

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