.accent_text {
  color: #45ACD9; }

body {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova";
  font-weight: normal; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

html {
  margin: 0;
  padding: 0;
  font-size: 14px; }
  @media (min-width: 320px) {
    html {
      font-size: calc(14px + 2 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    html {
      font-size: 16px; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

* {
  box-sizing: border-box; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.btn {
  display: flex;
  height: 48px;
  line-height: 48px;
  background: #cf247b;
  background: -moz-linear-gradient(top, #cf247b 0%, #aa1761 100%);
  background: -webkit-linear-gradient(top, #cf247b 0%, #aa1761 100%);
  background: linear-gradient(to bottom, #cf247b 0%, #aa1761 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf247b', endColorstr='#aa1761',GradientType=0 );
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  border-radius: 18px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }
  .btn:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 15px;
    border: 1px solid white; }
  .btn.accent2 {
    background: #00c2d8; }
    .btn.accent2:hover {
      background: #0094a5;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .btn:hover {
    background: #cf247b; }

input {
  height: 48px;
  line-height: 48px;
  border: 2px solid #dadada;
  border-radius: 18px;
  font-family: "Proxima Nova";
  display: flex;
  width: 100%;
  font-size: 14px;
  margin: 15px 0;
  padding: 0 15px;
  -webkit-appearance: none; }
  input[type=text], input[type=tel], input[type=email] {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus {
      box-shadow: 0 0 15px rgba(69, 172, 217, 0.3);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  input[type=submit] {
    border: none;
    background: #45ACD9;
    color: white;
    text-align: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    input[type=submit]:hover {
      background: #2894c3;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    input[type=submit]:focus {
      outline: none;
      box-shadow: 0 0 15px rgba(69, 172, 217, 0.8); }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px; }

[class*="col-"] {
  width: 100%; }

p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 24px; }

h1, .h1 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  width: 100%; }
  @media (min-width: 320px) {
    h1, .h1 {
      font-size: calc(20px + 16 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 1.5em;
  font-size: 18px;
  width: 100%; }
  @media (min-width: 320px) {
    h2, .h2 {
      font-size: calc(18px + 12 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    h2, .h2 {
      font-size: 30px; } }

h3, .h3 {
  font-size: 1.17em;
  font-size: 15px;
  width: 100%; }
  @media (min-width: 320px) {
    h3, .h3 {
      font-size: calc(15px + 11 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    h3, .h3 {
      font-size: 26px; } }

h4, .h4 {
  font-size: 1.12em;
  font-size: 14px;
  width: 100%; }
  @media (min-width: 320px) {
    h4, .h4 {
      font-size: calc(14px + 10 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    h4, .h4 {
      font-size: 24px; } }

h5, .h5 {
  font-size: .83em;
  font-size: 12px;
  width: 100%; }
  @media (min-width: 320px) {
    h5, .h5 {
      font-size: calc(12px + 8 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    h5, .h5 {
      font-size: 20px; } }

h6, .h6 {
  font-size: .75em;
  font-size: 11px;
  width: 100%; }
  @media (min-width: 320px) {
    h6, .h6 {
      font-size: calc(11px + 7 * (100vw - 320px) / 1080); } }
  @media (min-width: 1400px) {
    h6, .h6 {
      font-size: 18px; } }

.popup_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden; }
  .popup_wrapper.show {
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .popup_wrapper.show .animation svg {
      transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .popup_wrapper.show .popup {
      transform: translateY(0%) scale(1);
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
  .popup_wrapper .animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .popup_wrapper .animation svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(15) rotate(90deg);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .popup_wrapper .animation svg path, .popup_wrapper .animation svg rect {
        fill: #17546e; }
  .popup_wrapper .popup {
    background: white;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: scroll;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(250%) scale(2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .popup_wrapper .popup .close {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 40px;
      top: 40px;
      display: block;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .popup_wrapper .popup .close svg {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width: 100%;
        height: 100%; }
        .popup_wrapper .popup .close svg path {
          stroke-width: 4;
          stroke: #8b8b8b; }
      .popup_wrapper .popup .close:hover svg {
        transform: rotate(90deg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .popup_wrapper .popup .close:focus {
        transform: scale(0.1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  .popup_wrapper.accent2 .animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .popup_wrapper.accent2 .animation svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(15) rotate(90deg);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .popup_wrapper.accent2 .animation svg path, .popup_wrapper.accent2 .animation svg rect {
        fill: #0094a5; }
  .popup_wrapper.accent2.show {
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .popup_wrapper.accent2.show .animation svg {
      transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .popup_wrapper.accent2.show .popup {
      transform: translateY(0%) scale(1);
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      .popup_wrapper.accent2.show .popup input[type=text]:focus, .popup_wrapper.accent2.show .popup input[type=tel]:focus, .popup_wrapper.accent2.show .popup input[type=email]:focus {
        box-shadow: 0 0 15px rgba(0, 194, 216, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .popup_wrapper.accent2.show .popup input[type=submit] {
        border: none;
        background: #00c2d8;
        color: white;
        text-align: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .popup_wrapper.accent2.show .popup input[type=submit]:hover {
          background: #0094a5;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .popup_wrapper.accent2.show .popup input[type=submit]:focus {
          box-shadow: 0 0 15px rgba(0, 194, 216, 0.7); }

.img_wrapper {
  width: 100%;
  height: 100%; }
  .img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .img_wrapper.fixed_height {
    height: 200px;
    overflow: hidden;
    position: relative; }
    .img_wrapper.fixed_height img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }

@media (min-width: 990px) {
  .col-1 {
    width: 8.3333333333%; }

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

  .col-2 {
    width: 16.6666666667%; }

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

  .col-3 {
    width: 25%; }

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

  .col-4 {
    width: 33.3333333333%; }

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

  .col-5 {
    width: 41.6666666667%; }

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

  .col-6 {
    width: 50%; }

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

  .col-7 {
    width: 58.3333333333%; }

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

  .col-8 {
    width: 66.6666666667%; }

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

  .col-9 {
    width: 75%; }

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

  .col-10 {
    width: 83.3333333333%; }

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

  .col-11 {
    width: 91.6666666667%; }

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

  .col-12 {
    width: 100%; }

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

  .col {
    width: 8.3333333333%;
    flex-basis: 0;
    flex-grow: 1; }

  .container {
    width: 960px; }

  .btn {
    width: auto;
    padding: 0 40px; }

  .popup_wrapper .popup {
    width: 400px;
    height: auto;
    position: relative;
    overflow: visible; }
    .popup_wrapper .popup .close {
      right: -50px;
      top: 0; }
      .popup_wrapper .popup .close svg path {
        stroke: white; }

  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 1400px) {
  .container {
    width: 1370px; } }
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/webfonts/proxima_nova_regular.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/webfonts/proxima_nova_bold.woff") format("woff");
  /* Modern Browsers */
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/webfonts/proxima_nova_light.woff") format("woff");
  /* Modern Browsers */
  font-weight: lighter;
  font-style: normal; }
html, body {
  height: 100%; }

#hero {
  background: url(../img/bk.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 100%; }
  #hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.05);
    z-index: 0; }
  #hero .top_bar {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    #hero .top_bar .logo {
      background: #45ACD9;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      position: relative; }
      #hero .top_bar .logo:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 100%;
        right: -8px;
        top: 50%;
        transform: translate(0%, -50%);
        background: url(../img/corner.svg) no-repeat right center; }
      #hero .top_bar .logo:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0%;
        top: 50%;
        transform: translate(-100%, -50%);
        background: #45ACD9; }
    #hero .top_bar .logo_pretitle {
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      text-align: right;
      padding-left: 10px;
      display: flex;
      align-items: center; }
  #hero .title {
    font-size: 24px;
    font-weight: lighter;
    text-align: center; }
  #hero .splash {
    border: 4px solid white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    backdrop-filter: blur(15px); }
    #hero .splash .title {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
    #hero .splash ul {
      margin: 10px 0; }
      #hero .splash ul li {
        background: url(../img/check.svg) no-repeat top 4px left;
        background-size: 16px;
        font-size: 16px;
        padding-left: 20px;
        padding-top: 3px;
        padding-bottom: 3px; }
  #hero .img_wrapper {
    width: 100%;
    height: auto;
    display: none; }
    #hero .img_wrapper img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  #hero .right_list {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    #hero .right_list li {
      display: flex; }
      #hero .right_list li:nth-child(1) {
        width: 50%; }
      #hero .right_list li:nth-child(2) {
        width: 50%; }
      #hero .right_list li .img_wrapper {
        display: flex;
        flex-shrink: 0;
        margin-right: 5px; }
      #hero .right_list li p {
        line-height: 14px;
        font-size: 12px; }
    #hero .right_list .img_wrapper {
      width: 32px;
      height: 32px;
      background: #45ACD9;
      padding: 7px;
      border-radius: 50%; }
  #hero .right_bottom_title {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background: #45ACD9;
    padding: 10px 15px;
    width: 100vw;
    margin-left: -15px; }

@media (min-width: 990px) {
  #hero {
    display: flex;
    align-items: center;
    overflow: hidden; }
    #hero:before {
      z-index: -1; }
    #hero .right_bottom_title {
      width: 100%;
      margin-left: 40px;
      font-size: 16px;
      position: relative; }
      #hero .right_bottom_title:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 100%;
        left: -12px;
        transform: rotate(180deg);
        top: 0%;
        background: url(../img/corner.svg) no-repeat center;
        background-size: contain; }
      #hero .right_bottom_title:before {
        content: "";
        position: absolute;
        width: 250px;
        height: 100%;
        right: -250px;
        top: 0%;
        background: #45ACD9; }
    #hero .top_bar .logo {
      min-height: 50px; }
      #hero .top_bar .logo:after {
        width: 13px;
        height: 100%;
        right: -11px;
        top: 50%;
        background-size: 100%; }
      #hero .top_bar .logo:before {
        width: 330px; }
    #hero .top_bar .logo_pretitle {
      height: 100%;
      display: flex;
      align-items: center;
      margin-left: 20px;
      font-size: 16px; }
    #hero .title {
      font-size: 36px;
      text-align: left; }
    #hero .splash {
      padding: 35px; }
      #hero .splash .title {
        font-size: 22px; }
      #hero .splash ul li {
        background: url(../img/check.svg) no-repeat top 7px left;
        background-size: 20px;
        font-size: 22px;
        padding-left: 32px;
        padding-top: 10px;
        padding-bottom: 10px; }
    #hero .img_wrapper {
      display: block;
      padding-left: 50px;
      margin-top: -60px; }
      #hero .img_wrapper img {
        transform: translateY(-10px); }
    #hero .right_list {
      padding-left: 40px; }
      #hero .right_list li {
        align-items: center;
        margin-bottom: 15px; }
        #hero .right_list li .img_wrapper {
          width: 50px;
          height: 50px;
          padding: 14px;
          margin-top: 0px; }
          #hero .right_list li .img_wrapper img {
            transform: unset; }
        #hero .right_list li p {
          font-size: 16px;
          margin-bottom: 0;
          line-height: unset; }
          #hero .right_list li p strong {
            display: block;
            font-size: 18px;
            text-transform: uppercase; } }
@media (min-width: 1400px) {
  #hero:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    backdrop-filter: blur(20px);
    border: 0px solid transparent;
    z-index: 0;
    animation: exp 5s 1;
    /* IE 10+, Fx 29+ */ }
  #hero .top_bar {
    margin-bottom: 30px;
    z-index: 1; }
  #hero .title {
    font-size: 42px;
    z-index: 1;
    position: relative; }
  #hero .splash {
    margin-top: 30px;
    width: 84%;
    padding: 50px 70px;
    z-index: 1;
    position: relative; }
    #hero .splash .btn {
      height: 59px;
      font-size: 22px; }
  #hero .img_wrapper {
    z-index: 1;
    position: relative; }
    #hero .img_wrapper img {
      width: auto;
      height: 360px;
      margin: auto;
      display: block; }
  #hero .right_list {
    z-index: 1;
    position: relative; }
    #hero .right_list li {
      width: 50%;
      align-items: flex-start; }
      #hero .right_list li .img_wrapper {
        margin-right: 15px; }
        #hero .right_list li .img_wrapper img {
          width: 100%;
          height: 100%; }
      #hero .right_list li p {
        font-size: 18px;
        min-height: 100%;
        padding-right: 50px; }
  #hero .right_bottom_title {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 1;
    position: relative; }

  @keyframes exp {
    0% {
      width: 2000px;
      height: 2000px; }
    100% {
      width: 2000px;
      height: 0px; } } }

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