@import url(reset.css);
@import url(vendor/slippry.css);
.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.visible {
  opacity: 1;
}

.invisible {
  opacity: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clickable {
  cursor: pointer;
}

.row {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bounded-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.full-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.field-box {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.remove-padding {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .desktop-hidden {
    display: none;
  }

  .bounded-content {
    width: 100%;
    max-width: 1200px;
  }

  .full-content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .d-col-1 {
    float: left;
    width: 8.3333333333%;
  }

  .d-col-2 {
    float: left;
    width: 16.6666666667%;
  }

  .d-col-3, .d-col-1-4 {
    float: left;
    width: 25%;
  }

  .d-col-4, .d-col-1-3 {
    float: left;
    width: 33.3333333333%;
  }

  .d-col-5 {
    float: left;
    width: 41.6666666667%;
  }

  .d-col-6, .d-col-1-2 {
    float: left;
    width: 50%;
  }

  .d-col-7 {
    float: left;
    width: 58.3333333333%;
  }

  .d-col-8 {
    float: left;
    width: 66.6666666667%;
  }

  .d-col-9, .d-col-3-4 {
    float: left;
    width: 75%;
  }

  .d-col-10 {
    float: left;
    width: 83.3333333333%;
  }

  .d-col-11 {
    float: left;
    width: 91.6666666667%;
  }

  .d-col-12, .d-col-full {
    float: left;
    width: 100%;
  }

  .d-col-1-4 {
    width: 25%;
  }

  .d-col-1-2 {
    width: 50%;
  }

  .d-col-1-3 {
    width: 33.3333333333%;
  }

  .d-col-3-4 {
    width: 75%;
  }

  .d-col-full {
    width: 100%;
  }

  .d-push-1 {
    left: 8.3333333333%;
  }

  .d-push-2 {
    left: 16.6666666667%;
  }

  .d-push-3 {
    left: 25%;
  }

  .d-push-4 {
    left: 33.3333333333%;
  }

  .d-push-5 {
    left: 41.6666666667%;
  }

  .d-push-6 {
    left: 50%;
  }

  .d-push-7 {
    left: 58.3333333333%;
  }

  .d-push-8 {
    left: 66.6666666667%;
  }

  .d-push-9 {
    left: 75%;
  }

  .d-push-10 {
    left: 83.3333333333%;
  }

  .d-push-11 {
    left: 91.6666666667%;
  }

  .d-push-12 {
    left: 100%;
  }

  .d-pull-1 {
    left: -8.3333333333%;
  }

  .d-pull-2 {
    left: -16.6666666667%;
  }

  .d-pull-3 {
    left: -25%;
  }

  .d-pull-4 {
    left: -33.3333333333%;
  }

  .d-pull-5 {
    left: -41.6666666667%;
  }

  .d-pull-6 {
    left: -50%;
  }

  .d-pull-7 {
    left: -58.3333333333%;
  }

  .d-pull-8 {
    left: -66.6666666667%;
  }

  .d-pull-9 {
    left: -75%;
  }

  .d-pull-10 {
    left: -83.3333333333%;
  }

  .d-pull-11 {
    left: -91.6666666667%;
  }

  .d-pull-12 {
    left: -100%;
  }

  .d-no-push,
  .d-no-pull {
    left: auto;
  }

  .d-gutters {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-gutter-left {
    padding-left: 20px;
  }

  .d-gutter-right {
    padding-right: 20px;
  }

  .d-half-gutters {
    padding-left: 10px;
    padding-right: 10px;
  }

  .d-half-gutter-left {
    padding-left: 10px;
  }

  .d-half-gutter-right {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  .tablet-hidden {
    display: none;
  }

  .full-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bounded-content {
    width: 100%;
  }

  .t-col-1 {
    float: left;
    width: 8.3333333333%;
  }

  .t-col-2 {
    float: left;
    width: 16.6666666667%;
  }

  .t-col-3, .t-col-1-4 {
    float: left;
    width: 25%;
  }

  .t-col-4, .t-col-1-3 {
    float: left;
    width: 33.3333333333%;
  }

  .t-col-5 {
    float: left;
    width: 41.6666666667%;
  }

  .t-col-6, .t-col-1-2 {
    float: left;
    width: 50%;
  }

  .t-col-7 {
    float: left;
    width: 58.3333333333%;
  }

  .t-col-8 {
    float: left;
    width: 66.6666666667%;
  }

  .t-col-9, .t-col-3-4 {
    float: left;
    width: 75%;
  }

  .t-col-10 {
    float: left;
    width: 83.3333333333%;
  }

  .t-col-11 {
    float: left;
    width: 91.6666666667%;
  }

  .t-col-12, .t-col-full {
    float: left;
    width: 100%;
  }

  .t-col-1-4 {
    width: 25%;
  }

  .t-col-1-2 {
    width: 50%;
  }

  .t-col-1-3 {
    width: 33.3333333333%;
  }

  .t-col-3-4 {
    width: 75%;
  }

  .t-col-full {
    width: 100%;
  }

  .t-push-1 {
    left: 8.3333333333%;
  }

  .t-push-2 {
    left: 16.6666666667%;
  }

  .t-push-3 {
    left: 25%;
  }

  .t-push-4 {
    left: 33.3333333333%;
  }

  .t-push-5 {
    left: 41.6666666667%;
  }

  .t-push-6 {
    left: 50%;
  }

  .t-push-7 {
    left: 58.3333333333%;
  }

  .t-push-8 {
    left: 66.6666666667%;
  }

  .t-push-9 {
    left: 75%;
  }

  .t-push-10 {
    left: 83.3333333333%;
  }

  .t-push-11 {
    left: 91.6666666667%;
  }

  .t-push-12 {
    left: 100%;
  }

  .t-pull-1 {
    left: -8.3333333333%;
  }

  .t-pull-2 {
    left: -16.6666666667%;
  }

  .t-pull-3 {
    left: -25%;
  }

  .t-pull-4 {
    left: -33.3333333333%;
  }

  .t-pull-5 {
    left: -41.6666666667%;
  }

  .t-pull-6 {
    left: -50%;
  }

  .t-pull-7 {
    left: -58.3333333333%;
  }

  .t-pull-8 {
    left: -66.6666666667%;
  }

  .t-pull-9 {
    left: -75%;
  }

  .t-pull-10 {
    left: -83.3333333333%;
  }

  .t-pull-11 {
    left: -91.6666666667%;
  }

  .t-pull-12 {
    left: -100%;
  }

  .t-no-push,
  .t-no-pull {
    left: auto;
  }

  .t-gutters {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t-gutter-left {
    padding-left: 20px;
  }

  .t-gutter-right {
    padding-right: 20px;
  }

  .t-half-gutters {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t-half-gutter-left {
    padding-left: 10px;
  }

  .t-half-gutter-right {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 739px) {
  .mobile-hidden {
    display: none;
  }

  .bounded-content {
    width: 100%;
  }

  .m-col-1 {
    float: left;
    width: 8.3333333333%;
  }

  .m-col-2 {
    float: left;
    width: 16.6666666667%;
  }

  .m-col-3, .m-col-1-4 {
    float: left;
    width: 25%;
  }

  .m-col-4, .m-col-1-3 {
    float: left;
    width: 33.3333333333%;
  }

  .m-col-5 {
    float: left;
    width: 41.6666666667%;
  }

  .m-col-6, .m-col-1-2 {
    float: left;
    width: 50%;
  }

  .m-col-7 {
    float: left;
    width: 58.3333333333%;
  }

  .m-col-8 {
    float: left;
    width: 66.6666666667%;
  }

  .m-col-9, .m-col-3-4 {
    float: left;
    width: 75%;
  }

  .m-col-10 {
    float: left;
    width: 83.3333333333%;
  }

  .m-col-11 {
    float: left;
    width: 91.6666666667%;
  }

  .m-col-12, .m-col-full {
    float: left;
    width: 100%;
  }

  .m-col-1-4 {
    width: 25%;
  }

  .m-col-1-2 {
    width: 50%;
  }

  .m-col-1-3 {
    width: 33.3333333333%;
  }

  .m-col-3-4 {
    width: 75%;
  }

  .m-col-full {
    width: 100%;
  }

  .m-push-1 {
    left: 8.3333333333%;
  }

  .m-push-2 {
    left: 16.6666666667%;
  }

  .m-push-3 {
    left: 25%;
  }

  .m-push-4 {
    left: 33.3333333333%;
  }

  .m-push-5 {
    left: 41.6666666667%;
  }

  .m-push-6 {
    left: 50%;
  }

  .m-push-7 {
    left: 58.3333333333%;
  }

  .m-push-8 {
    left: 66.6666666667%;
  }

  .m-push-9 {
    left: 75%;
  }

  .m-push-10 {
    left: 83.3333333333%;
  }

  .m-push-11 {
    left: 91.6666666667%;
  }

  .m-push-12 {
    left: 100%;
  }

  .m-pull-1 {
    left: -8.3333333333%;
  }

  .m-pull-2 {
    left: -16.6666666667%;
  }

  .m-pull-3 {
    left: -25%;
  }

  .m-pull-4 {
    left: -33.3333333333%;
  }

  .m-pull-5 {
    left: -41.6666666667%;
  }

  .m-pull-6 {
    left: -50%;
  }

  .m-pull-7 {
    left: -58.3333333333%;
  }

  .m-pull-8 {
    left: -66.6666666667%;
  }

  .m-pull-9 {
    left: -75%;
  }

  .m-pull-10 {
    left: -83.3333333333%;
  }

  .m-pull-11 {
    left: -91.6666666667%;
  }

  .m-pull-12 {
    left: -100%;
  }

  .m-no-push,
  .m-no-pull {
    left: auto;
  }

  .m-gutters {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m-gutter-left {
    padding-left: 20px;
  }

  .m-gutter-right {
    padding-right: 20px;
  }

  .m-half-gutters {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-half-gutter-left {
    padding-left: 10px;
  }

  .m-half-gutter-right {
    padding-right: 10px;
  }
}
h1.section_title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #00aeef;
}
h1.section_title:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #00aeef;
  margin: 20px auto;
}

.modal-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00aeef;
}

.modal-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
}

::selection {
  background: #eb028d;
  color: #FFF;
}

::-moz-selection {
  background: #eb028d;
  color: #FFF;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #eb028d;
  color: #FFF;
}

.button-style-border {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #00bfb5;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button-style-border:hover {
  color: #FFF;
  border-color: #00d9cd;
  background-color: #00d9cd;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 739px) {
  .button-style-border {
    width: 100%;
  }
}

.button-style-border-countertype {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button-style-border-countertype:hover {
  background-color: #00d9cd;
  color: #FFF;
  border-color: #00d9cd;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 739px) {
  .button-style-border-countertype {
    width: 100%;
  }
}

.button-style-fill {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  background-color: #00bfb5;
  color: #FFF;
  padding: 10px 40px;
  border: 1px solid #00bfb5;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button-style-fill:hover {
  background-color: #00d9cd;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 739px) {
  .button-style-fill {
    width: 100%;
  }
}

button {
  display: inline-block;
  border: none;
  background: none;
  outline: 0;
}
button span {
  display: block;
}

.link {
  color: #00bfb5;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 1200px) {
  .link:hover {
    padding-bottom: 5px;
    border-color: #00bfb5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

.link_countertype {
  color: #FFF;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .link_countertype:hover {
    padding-bottom: 5px;
    border-color: #FFF;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}

input[type='text'],
input[type='email'],
input[type='submit'],
input[type='tel'],
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: transparent;
  color: #444;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='submit']:focus,
input[type='tel']:focus,
textarea:focus {
  border-color: #00aeef;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type='submit'] {
  padding: 20px;
  background-color: #00aeef;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
}
input[type='submit']:focus {
  background-color: rgba(235, 2, 141, 0.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

textarea {
  resize: vertical;
}

ul.sy-controls {
  display: block;
}
ul.sy-controls li a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media only screen and (min-width: 1200px) {
  ul.sy-controls li a:after {
    background-size: 32px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  ul.sy-controls li a:after {
    background-size: 32px;
  }
}
ul.sy-controls li.sy-prev a:after {
  background-image: url("../img/icons/arrow_left.svg");
}
ul.sy-controls li.sy-next a:after {
  background-image: url("../img/icons/arrow_right.svg");
}

ul.sy-pager {
  position: absolute;
  bottom: 0;
  z-index: 9999;
}
ul.sy-pager li {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
}
ul.sy-pager li.sy-active a {
  background-color: white;
}
ul.sy-pager li a {
  background-color: #aaa;
}

div.zf-templateWrapper div.zf-subContWrap ul li {
  margin-bottom: 20px;
}
div.zf-templateWrapper ul li.zf-fmFooter button {
  background-color: #00aeef;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
}
@media only screen and (min-width: 1200px) {
  div.zf-templateWrapper ul li.zf-fmFooter button {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  div.zf-templateWrapper ul li.zf-fmFooter button {
    padding: 20px 60px;
  }
}
@media only screen and (max-width: 739px) {
  div.zf-templateWrapper ul li.zf-fmFooter button {
    padding: 20px;
    width: 100%;
  }
}
div.zf-templateWrapper ul li.zf-fmFooter button:focus {
  background-color: rgba(235, 2, 141, 0.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.zf-templateWrapper p.zf-errorMessage {
  position: relative;
  color: red;
  animation: fromtop 0.4s;
  margin-top: 10px;
}

#after_contact_msg {
  position: fixed;
  background-color: #00aeef;
  z-index: 999999;
  padding: 40px;
  text-align: center;
}
#after_contact_msg p {
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
#after_contact_msg a.close {
  position: relative;
  margin-top: 20px;
  color: #FFF;
  border-bottom: 1px solid;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  #after_contact_msg {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    bottom: 20px;
    animation: frombottommargin 0.4s;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  #after_contact_msg {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    bottom: 20px;
    animation: frombottommargin 0.4s;
  }
}
@media only screen and (max-width: 739px) {
  #after_contact_msg {
    width: 100%;
    bottom: 0;
    animation: frombottomnomargin 0.4s;
  }
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 9999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
  background-color: rgba(17, 17, 17, 0.5);
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-content {
  padding: 40px;
  color: #444;
  background: white;
  position: relative;
  margin: 0 auto;
}
.md-content:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 739px) {
  .md-content {
    padding: 20px;
  }
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 75vh;
  overflow: auto;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-close {
  display: none;
}

@media only screen and (min-width: 740px) and (max-width: 1200px) {
  .md-show ~ .md-overlay {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
@media only screen and (max-width: 739px) {
  .md-modal {
    width: calc(100% - $double-margin-size);
  }

  .md-show ~ .md-overlay {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
html {
  background-color: white;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  overflow-x: hidden;
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fromtop {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fromtop {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes fromtop {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fromtop {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes frombottommargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-moz-keyframes frombottommargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-ms-keyframes frombottommargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@keyframes frombottommargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-webkit-keyframes frombottomnomargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes frombottomnomargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-ms-keyframes frombottomnomargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes frombottomnomargin {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
header {
  position: relative;
  float: left;
  width: 100%;
  height: 600px;
  background: rgba(0, 174, 239, 0.3);
  background: -webkit-linear-gradient(left top, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: -o-linear-gradient(bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: -moz-linear-gradient(bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: linear-gradient(to bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
}
header div.intro {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  header div.intro {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  header div.intro {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 739px) {
  header div.intro {
    margin-top: 50px;
    padding: 0 20px;
  }
}
header div.intro img.logo {
  position: relative;
  margin-bottom: 40px;
  animation: fromtop 0.5s;
}
@media only screen and (min-width: 1200px) {
  header div.intro img.logo {
    width: 350px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  header div.intro img.logo {
    width: 350px;
  }
}
@media only screen and (max-width: 739px) {
  header div.intro img.logo {
    width: 250px;
  }
}
header div.intro h1 {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  header div.intro h1 {
    width: 600px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  header div.intro h1 {
    width: 600px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 739px) {
  header div.intro h1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

div.gradient_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left top, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: -o-linear-gradient(bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: -moz-linear-gradient(bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: linear-gradient(to bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  opacity: 1;
}

img.app_mock {
  position: relative;
  float: left;
  animation: scale 0.5s;
}
@media only screen and (min-width: 1200px) {
  img.app_mock {
    margin-top: -200px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  img.app_mock {
    margin-top: -200px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
}
@media only screen and (max-width: 739px) {
  img.app_mock {
    margin-top: -260px;
    width: 250px;
    left: 50%;
    margin-left: -125px;
  }
}

section.features {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  section.features {
    padding: 80px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.features {
    padding: 80px;
  }
}
@media only screen and (max-width: 739px) {
  section.features {
    padding: 80px 20px;
  }
}
section.features ul li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  section.features ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.features ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 739px) {
  section.features ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

section.slides {
  position: relative;
  float: left;
  width: 100%;
  height: 600px;
  background-color: #eee;
}

#slides_controls {
  position: absolute;
  bottom: 0;
}

ul#slides li {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
ul#slides li.slide_1 {
  background-image: url("../img/slider/slide1.jpg");
}
ul#slides li.slide_2 {
  background-image: url("../img/slider/slide2.jpg");
}
ul#slides li.slide_3 {
  background-image: url("../img/slider/slide3.jpg");
}
ul#slides li.slide_4 {
  background-image: url("../img/slider/slide4.jpg");
}
ul#slides li.slide_5 {
  background-image: url("../img/slider/slide5.jpg");
}
ul#slides li > span {
  position: absolute;
  width: 100%;
  left: 0;
  color: white;
  color: #FFF;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: lighter;
}
@media only screen and (min-width: 1200px) {
  ul#slides li > span {
    font-size: 48px;
    font-size: 3rem;
    line-height: 600px;
    height: 100%;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  ul#slides li > span {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 600px;
    height: 100%;
  }
}
@media only screen and (max-width: 739px) {
  ul#slides li > span {
    padding: 0 20px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    margin-top: 80px;
    top: 50%;
    margin-top: -40px;
  }
}

ul#slides li {
  display: table;
}
ul#slides li span {
  display: table-cell;
  vertical-align: middle;
}

section.gps_device {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1200px) {
  section.gps_device {
    padding: 80px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.gps_device {
    padding: 80px;
  }
}
@media only screen and (max-width: 739px) {
  section.gps_device {
    padding: 80px 20px;
  }
}
section.gps_device img {
  display: block;
  margin: auto;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  section.gps_device img {
    width: 200px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.gps_device img {
    width: 200px;
  }
}
@media only screen and (max-width: 739px) {
  section.gps_device img {
    width: 150px;
  }
}

section.pricing {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (min-width: 1200px) {
  section.pricing {
    padding: 80px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.pricing {
    padding: 80px;
  }
}
@media only screen and (max-width: 739px) {
  section.pricing {
    padding: 80px 20px;
  }
}

section.pricing h1.section_title {
  color: #FFF;
}
section.pricing h1.section_title:after {
  background-color: #FFF;
}

section.pricing div.prices_wrapper {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  section.pricing div.prices_wrapper {
    width: 900px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.pricing div.prices_wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 739px) {
  section.pricing div.prices_wrapper {
    width: 100%;
  }
}

section.pricing div.price_info_wrapper {
  border-radius: 10px;
  background: -webkit-linear-gradient(left top, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: -o-linear-gradient(bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: -moz-linear-gradient(bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  background: linear-gradient(to bottom right, rgba(0, 174, 239, 0.3), rgba(235, 2, 141, 0.3));
  padding: 10px;
}
section.pricing div.price_info_wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (min-width: 1200px) {
  section.pricing div.price_info_wrapper {
    width: calc(33.3% - 10px);
    display: flex;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.pricing div.price_info_wrapper {
    width: calc(33.3% - 10px);
    display: flex;
  }
}
@media only screen and (max-width: 739px) {
  section.pricing div.price_info_wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  section.pricing div.price_info_wrapper span.plus {
    position: absolute;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.pricing div.price_info_wrapper span.plus {
    position: absolute;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 739px) {
  section.pricing div.price_info_wrapper span.plus {
    display: none;
  }
}
section.pricing div.price_info_wrapper div.price_info_content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  section.pricing div.price_info_wrapper div.price_info_content {
    padding: 20px 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.pricing div.price_info_wrapper div.price_info_content {
    padding: 20px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 739px) {
  section.pricing div.price_info_wrapper div.price_info_content {
    padding: 40px;
    height: 100%;
  }
}
section.pricing div.price_info_wrapper div.price_info_content p.price_title {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #00aeef;
}
section.pricing div.price_info_wrapper div.price_info_content p.price {
  font-weight: lighter;
  margin-bottom: 10px;
}
section.pricing div.price_info_wrapper div.price_info_content p.price_detail {
  margin-bottom: 20px;
}
section.pricing div.price_info_wrapper div.price_info_content p.price_conditions {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 14px;
  line-height: 0.875rem;
}
section.pricing div.price_info_wrapper div.price_info_content.rent p.price_subtitle {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 1.25rem;
}
section.pricing div.price_info_wrapper div.price_info_content.rent p.price {
  font-size: 54px;
  font-size: 3.375rem;
}
section.pricing div.price_info_wrapper div.price_info_content.rent p.price span.cents {
  font-size: 20px;
  font-size: 1.25rem;
}
section.pricing div.price_info_wrapper div.price_info_content.rent p.price_detail {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
section.pricing div.price_info_wrapper div.price_info_content.buy p.price_subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
section.pricing div.price_info_wrapper div.price_info_content.buy p.price {
  font-size: 36px;
  font-size: 2.25rem;
}
section.pricing div.price_info_wrapper div.price_info_content.buy p.price span.cents {
  font-size: 14px;
  font-size: 0.875rem;
}
section.pricing div.price_info_wrapper div.price_info_content.buy p.price_detail {
  font-size: 14px;
  font-size: 0.875rem;
}

section.contact {
  position: relative;
  float: left;
  width: 100%;
}
section.contact h1.section_title {
  text-align: center;
}
section.contact div.form_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
}
@media only screen and (min-width: 1200px) {
  section.contact {
    padding: 80px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1200px) {
  section.contact {
    padding: 80px;
  }
}
@media only screen and (max-width: 739px) {
  section.contact {
    padding: 80px 20px;
  }
}

.af-form {
  margin-inline: auto;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px;
  border-top: 1px solid #eee;
}
footer img.logo {
  width: 200px;
}

footer ul.contact {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
footer ul.contact > li {
  display: block;
  margin-bottom: 10px;
  margin-right: 20px;
}
footer ul.contact > li a {
  color: #00aeef;
}
footer ul.contact > li a i {
  margin-right: 10px;
}

div.modal .modal-title {
  margin-bottom: 20px;
}
div.modal p {
  margin-bottom: 10px;
}

#legal p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  color: #444;
}
#legal ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

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