/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

div, span, table, thead, tbody, th, tr, td {
  box-sizing: border-box; }

iframe {
  border: 0; }

.container {
  max-width: 1150px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  .container-fluid {
    padding-left: 0;
    padding-right: 0; }

img {
  max-width: 100%; }

.image__container {
  line-height: 1px; }

hr {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  margin: 0; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

b, strong {
  font-weight: 800; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  color: #000; }

p {
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1100px) {
  .container-extended {
    max-width: 90%; } }

.intro__bg {
  display: none; }
  @media (min-width: 992px) {
    .intro__bg {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: url(../images/bg.jpg) top center no-repeat;
      background-size: cover; }
      .intro__bg::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #084C75 0%, rgba(7, 75, 116, 0.2) 100%); }
      .intro__bg__overlay {
        position: absolute;
        left: 46vw;
        top: 0;
        height: 100%;
        width: 54vw; }
        .intro__bg__overlay::before {
          content: '';
          position: absolute;
          border-bottom: 100vh solid #fff;
          border-left: 45vw solid transparent;
          top: 0;
          right: 0;
          width: 0;
          left: 0; }
        .intro__bg__overlay::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 100vh;
          width: 9vw;
          background: #fff; } }

.intro__wrapper {
  max-width: 1920px; }
  @media (min-width: 992px) {
    .intro__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.intro__left {
  position: relative;
  color: #fff;
  padding: 50px 30px 210px;
  text-align: center; }
  @media (min-width: 992px) {
    .intro__left {
      text-align: left;
      padding: 70px 60px 30px;
      background: none;
      position: fixed;
      top: 0;
      right: 54vw;
      width: 46vw;
      height: 100vh;
      max-width: 883px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .intro__left__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: auto 1000px; }
    .intro__left__bg::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #155E8A 0%, rgba(21, 94, 138, 0.2) 100%); }
    .intro__left__bg::after {
      content: "";
      position: absolute;
      width: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border-left: 100vw solid transparent;
      border-bottom: 80px solid #fff; }
    @media (min-width: 992px) {
      .intro__left__bg {
        display: none; } }

.intro__right {
  position: relative;
  z-index: 2;
  padding: 0 0 50px;
  color: #fff;
  margin-top: -150px; }
  @media (min-width: 992px) {
    .intro__right {
      margin: 0;
      padding: 70px 60px 70px 0;
      position: absolute;
      top: 0;
      left: 46vw;
      height: 100vh;
      width: 54vw;
      max-width: 976px; } }

.intro__text {
  position: relative;
  z-index: 2;
  text-align: left; }
  @media (min-width: 992px) {
    .intro__text {
      padding: 0 30px 1em 0; } }
  .intro__text p {
    padding: 0 0 1em; }
  @media (max-width: 991px) {
    .intro__text .text {
      height: 7em;
      overflow-y: hidden; } }
  .intro__text a.moreButton {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-decoration: none;
    margin: 1em 0 10px; }
    .intro__text a.moreButton:hover {
      color: #DE405A;
      border: 1px solid #DE405A; }
    @media (min-width: 992px) {
      .intro__text a.moreButton {
        display: none; } }
  .intro__text.open a.moreButton {
    display: none; }

.intro__copy {
  display: none;
  font-size: 14px;
  opacity: .7; }
  @media (min-width: 992px) {
    .intro__copy {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .intro__copy a {
    font-weight: bold;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-decoration: none;
    color: #fff; }
    .intro__copy a:hover {
      opacity: .7; }

.intro .logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 0 70px;
  width: 240px; }
  @media (min-width: 992px) {
    .intro .logo {
      margin: 0;
      width: auto; } }

.intro h1 {
  font-size: 20px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 0 30px 34px; }
  @media (min-width: 992px) {
    .intro h1 {
      text-align: left;
      font-size: 18px;
      font-weight: 600;
      padding: 0 0 20px; } }

.box {
  display: block;
  background: #fff;
  color: #171717;
  margin: 0 20px 20px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
  padding: 50px 30px 30px 30px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.56); }
  @media (min-width: 992px) {
    .box {
      margin: 0 0 10px;
      padding: 30px 60px;
      text-align: left; } }
  .box__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px; }
    @media (min-width: 992px) {
      .box__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 0 20px; } }
    .box__main h2 a {
      display: inline-block;
      font-size: 28px;
      line-height: 32px;
      color: #F15A73;
      font-weight: 300;
      text-transform: uppercase;
      margin: 30px 0;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
      text-decoration: none; }
      .box__main h2 a:hover {
        color: #DE405A; }
      @media (min-width: 992px) {
        .box__main h2 a {
          font-size: 22px;
          line-height: 26px;
          margin: 0 0 7px; } }
      .box__main h2 a span {
        font-weight: 800; }
    .box__main p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      opacity: 0.75; }
      @media (min-width: 992px) {
        .box__main p {
          font-size: 16px;
          line-height: 22px; } }
    @media (min-width: 992px) {
      .box__main .img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .box__main .img img {
      display: inline-block;
      width: 120px; }
      @media (min-width: 992px) {
        .box__main .img img {
          width: 80px; } }
  .box__contact {
    display: none; }
    .box__contact__row {
      padding: 0 0 30px; }
      @media (min-width: 992px) {
        .box__contact__row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding: 0 0 14px; } }
    .box__contact .icon {
      margin: 0 0 4px; }
      @media (min-width: 992px) {
        .box__contact .icon {
          width: 16px;
          text-align: center;
          margin: 0 22px 0 0;
          padding: 2px 0 0 0; } }
    .box__contact div {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold; }
      .box__contact div a {
        opacity: 0.75;
        color: #171717;
        word-wrap: break-word;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in; }
        .box__contact div a.phone {
          text-decoration: none; }
        .box__contact div a:hover {
          opacity: .7;
          text-decoration: none; }
      .box__contact div div {
        opacity: 0.75; }
  @media (min-width: 992px) {
    .box__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 18px 0 0; } }
  .box__buttons .button {
    display: block;
    border: 1px solid #171717;
    color: #171717;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-decoration: none;
    margin: 0 0 10px; }
    .box__buttons .button:hover {
      color: #DE405A;
      border: 1px solid #DE405A; }
    .box__buttons .button.red {
      margin: 0;
      text-transform: uppercase;
      background: #F15A73;
      border-color: #F15A73;
      color: #fff;
      font-size: 18px;
      font-weight: 800; }
      .box__buttons .button.red:hover {
        color: #fff;
        background-color: #DE405A; }
    .box__buttons .button.moreButton .open {
      display: none; }
    @media (min-width: 992px) {
      .box__buttons .button {
        margin: 0;
        width: 40%;
        height: 44px;
        line-height: 44px;
        font-size: 14px; }
        .box__buttons .button.red {
          font-size: 16px;
          width: 60%;
          margin: 0 0 0 10px; } }
  .box.open .box__buttons .moreButton .open {
    display: block; }
  .box.open .box__buttons .moreButton .closed {
    display: none; }

.footer {
  position: relative;
  background: #155E8A;
  padding: 133px 20px 34px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center; }
  .footer::after {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    left: 0;
    top: 0;
    border-left: 100vw solid #fff;
    border-bottom: 80px solid transparent; }
  .footer div {
    padding: 0 0 1em; }
  .footer a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 800;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    text-decoration: none; }
    .footer a:hover {
      opacity: .7; }
  @media (min-width: 992px) {
    .footer {
      display: none; } }