/*
  Table of Content
==================================================

  01. Bootstrap
  02. Animation
  03. Carousel
  04. Bricklayer
  05. Tab
  06. Wrapper
  07. Header
  08. Footer
  09. Nav
  10. Intro
  11. Popup
  12. Location
  13. Form
  14. Newsletter
  15. Social
  16. Banner
  17. Quote
  18. Service
  19. Testimonial
  20. Chart
  21. Statistic
  22. Content
  23. Summary
  24. Editor
  25. Accordion
  26. Illustration
  27. Gallery
  28. Plan
  29. Picture
  30. Contact
  31. Team
*/

/**
--------------------------------------------------
  Bootstrap
--------------------------------------------------
**/
html {
  font-family: 'open-sans', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
  color: #3d3f40;
}

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

footer,
header,
main,
aside,
nav,
section {
  display: block;
}

a {
  color: #268fd3;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

a:hover {
  color: #f27867;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

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;
  vertical-align: top;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

button {
  overflow: visible;
}

img {
  max-width: 100%;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.65;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.65;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.65;
}

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

td,
th {
  padding: 0;
}

a,
button,
input,
select,
textarea {
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

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

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

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

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

.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;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

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

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

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

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

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

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

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

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

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

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

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

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

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

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

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

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

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

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

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

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

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

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  max-width: 1000px;
  min-width: 300px;
  width: 93.75%;
  margin: 5% auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 58px 6px rgba(92, 92, 92, 0.35);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1989c9;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-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;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .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;
  }

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

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

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .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;
  }

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

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

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .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;
  }

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

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

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

  table.visible-xl {
    display: table !important;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }

  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
  }

  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}

/**
--------------------------------------------------
  Animation
--------------------------------------------------
**/

/**
--------------------------------------------------
  Animation
--------------------------------------------------
**/
.animated {
  animation-fill-mode: both;
}

.fadeIn {
  animation-duration: 1s;
  animation-name: fadeIn;
}

.zoomIn,
.zoomOut {
  animation-duration: 0.5s;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/**
--------------------------------------------------
  Carousel
--------------------------------------------------
**/
.owl-carousel,
.owl-stage,
.owl-stage-outer,
.owl-item {
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-loaded,
.owl-loading {
  display: block;
}
.owl-loading,
.owl-hidden {
  opacity: 0;
}
.owl-refresh .owl-item {
  display: none;
}
.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-stage {
  -ms-touch-action: pan-Y;
}
.owl-stage:after,
.owl-stage:before {
  display: table;
  content: '';
}
.owl-stage:after {
  clear: both;
}
.owl-stage-outer {
  z-index: 1;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.owl-item {
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}
.owl-prev,
.owl-next,
.owl-dot {
  cursor: pointer;
}
.owl-prev,
.owl-next {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
}
.owl-height {
  transition: height 0.3s ease-out;
}

/**
--------------------------------------------------
  Bricklayer
--------------------------------------------------
**/
.bricklayer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bricklayer--collapse {
  padding: 0 !important;
}
.bricklayer-column {
  -ms-flex: 1;
  flex: 1;
}
.bricklayer-column-sizer {
  width: 100%;
  display: none;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .bricklayer-column {
    padding: 0 15px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .bricklayer-column-sizer {
    width: 50%;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .bricklayer {
    padding: 0 15px;
  }
  .bricklayer-column-sizer {
    width: 33.3333%;
  }
}

/**
--------------------------------------------------
  Tab
--------------------------------------------------
**/
.tab-list {
  padding: 15px 0;
}
.tab-list ul,
.tab-list li {
  margin: 0;
  padding: 0;
}
.tab-list ul {
  list-style: none;
  text-align: center;
}
.tab-list li {
  display: inline-block;
}
.tab-list a {
  display: block;
  padding: 5px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.175em;
  line-height: 1;
  text-transform: uppercase;
  color: #afb2b4;
}
.tab-list a:hover,
.tab-list a:focus {
  background: #f2cd67;
  color: #fff;
}
.tab-list a.active {
  background: #f27867;
  color: #fff;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .tab-list a {
    padding: 10px 15px;
    font-size: 1rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .tab-list a {
    padding: 15px 30px;
    font-size: 1.25rem;
  }
}

/**
--------------------------------------------------
  Wrapper
--------------------------------------------------
**/
.wrapper {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

/**
--------------------------------------------------
  Header
--------------------------------------------------
**/
.header {
  position: relative;
  margin: 0 15px;
  padding: 15px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  line-height: 1;
  flex-shrink: 0;
}
.header-logo a {
  display: inline-block;
}
.header-logo img {
  width: auto;
  height: 30px;
}
.header-navigation ul {
  margin: 0;
  padding: 0;
}
.header-navigation ul li {
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.header-navigation ul li a,
.nav-toggle {
  display: block;
  padding: 16px 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.header-navigation ul li a:hover {
  color: #f27867;
}
.header-navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  right: 0;
  display: none;
  z-index: 10;
  background: #f27867;
  padding: 16px;
  min-width: 200px;
}
.header-navigation .dropdown li {
  display: block !important;
  margin: 0;
}
.header-navigation .dropdown li a {
  background: #f27867;
  color: #fff;
  padding: 15px 8px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.25;
}
.header-navigation .dropdown li a:hover {
  color: #f2cd69;
}
.header-navigation ul li:hover > ul,
.header-navigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.nav-toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -97px;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.nav-toggle span {
  display: none;
}

.header-navigation ul li {
  display: none;
}

.header-navigation ul li:last-child {
  display: inline-block;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header-logo img {
    height: 40px;
  }
  .nav-toggle {
    display: none;
    width: auto;
    padding-right: 24px;
  }
  .nav-toggle span {
    display: block;
  }
  .nav-toggle .menu {
    display: none;
  }
  .header-navigation ul li {
    display: inline-block;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .header {
    margin: 0 50px;
  }
}

/* xl */
@media (min-width: 1366px) {
  .header {
    margin: 0 60px;
    padding: 40px 0;
  }
  .header-logo img {
    height: 60px;
  }
  .nav-toggle {
    height: 40px;
    padding-right: 50px;
  }
  .nav-toggle:after {
    width: 40px;
    height: 40px;
    background-position: center -240px;
    background-size: 40px auto;
  }
  .header-button span {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    display: block;
    text-align: center;
    padding: 16px 0;
  }
}

/**
--------------------------------------------------
  Footer
--------------------------------------------------
**/
.footer {
  margin-top: 30px;
  text-align: center;
  background-color: #f7f7f7;
}
.footer-container {
  padding: 30px 0;
}
.footer-info {
  padding: 20px 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.footer-info p {
  margin: 0;
  padding: 0;
}
.footer-info a {
  color: #3d3f40;
}
.footer-info a:hover {
  color: #268fd3;
}
.footer-button a,
.footer-link a {
  display: inline-block;
  border-radius: 5px;
}
.footer-button a {
  padding: 7px 10px;
  background-color: rgba(167, 167, 167, 0.25);
}
.footer-button a:hover {
  background-color: #f2cd67;
}
.footer-button span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-position: center -24px;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.footer-link a {
  height: 38px;
  padding: 0 30px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 38px;
  text-transform: uppercase;
  background-color: rgba(167, 167, 167, 0.75);
  color: #fff;
}
.footer-link a:hover {
  background-color: #f27867;
}

/* lg - xl */
@media (min-width: 1200px) {
  .footer-container {
    position: relative;
  }
  .footer-button,
  .footer-link {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer-button {
    left: 0;
  }
  .footer-link {
    right: 0;
  }
}

/* xl */
@media (min-width: 1600px) {
  .footer {
    margin-top: 40px;
  }
  .footer-info {
    padding: 30px 0;
    font-size: 0.875rem;
  }
  .footer-button a {
    padding: 12px 15px;
  }
  .footer-link a {
    height: 48px;
    padding: 0 35px;
    font-size: 0.75rem;
    line-height: 48px;
  }
}

/**
--------------------------------------------------
  Nav
--------------------------------------------------
**/
.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #268fd3;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.nav.active {
  opacity: 1;
  visibility: visible;
}
.nav-container {
  position: relative;
}
.nav-container:after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: '';
  background-image: url(../img/icon-wls.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.05;
  transition: all 0.15s ease-out;
}
.nav-button {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-button button {
  position: relative;
  display: block;
  height: 30px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
}
.nav-button button:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -210px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.nav-list {
  position: absolute;
  right: 0;
  left: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.nav-list ul,
.nav-list li {
  margin: 0;
  padding: 0;
}
.nav-list ul {
  list-style: none;
}
.nav-list a {
  display: inline-block;
  padding: 0.25em 0;
  color: #fff;
}
.nav-list a:hover {
  color: #005a8d;
}
.nav-sublist > a {
  position: relative;
}
.nav-sublist > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
}
.nav-sublist > ul {
  display: none;
  padding-left: 1.25em;
}
.nav-sublist.active > a {
  color: #005a8d;
}
.nav-sublist.active > ul {
  display: block;
}

/* xs */
@media (max-width: 767px) {
  .nav-container {
    margin-right: 15px;
    margin-left: 15px;
  }
  .nav-container:after {
    top: -80px;
    left: -170px;
    width: 460px;
    height: 460px;
  }
  .nav-button {
    padding: 15px;
  }
  .nav-button button {
    width: 30px;
  }
  .nav-button span {
    display: none;
  }
  .nav-list {
    top: 60px;
    padding-bottom: 20px;
    font-size: 1.125rem;
  }
  .nav-sublist > a {
    padding-right: 35px;
  }
  .nav-sublist > a:after {
    width: 20px;
    height: 20px;
    background-position: center -160px;
    background-size: 20px auto;
  }
  .nav-sublist.active > a:after {
    background-position: center -180px;
  }
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .nav-container {
    margin-right: auto;
    margin-left: auto;
  }
  .nav-button {
    padding: 45px 15px;
  }
  .nav-button button {
    padding-right: 35px;
  }
  .nav-list {
    top: 120px;
    padding-bottom: 40px;
    font-size: 2rem;
  }
  .nav-sublist > a {
    padding-right: 60px;
  }
  .nav-sublist > a:after {
    width: 30px;
    height: 30px;
    background-position: center -240px;
    background-size: 30px auto;
  }
  .nav-sublist.active > a:after {
    background-position: center -270px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-container {
    width: 720px;
  }
  .nav-container:after {
    top: -190px;
    left: -320px;
    width: 1000px;
    height: 1000px;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-container {
    width: 940px;
  }
  .nav-container:after {
    top: -260px;
    left: -430px;
    width: 1200px;
    height: 1200px;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .nav-container {
    width: 1140px;
  }
  .nav-container:after {
    top: -260px;
    left: -430px;
    width: 1200px;
    height: 1200px;
  }
  .nav-button {
    padding: 45px 50px;
  }
  .nav-list {
    font-size: 2.5rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .nav-container {
    width: 1510px;
  }
  .nav-container:after {
    top: -350px;
    left: -470px;
    width: 1500px;
    height: 1500px;
  }
  .nav-button {
    padding: 50px 60px;
  }
  .nav-button button {
    height: 40px;
    padding-right: 50px;
  }
  .nav-button button:after {
    width: 40px;
    height: 40px;
    background-position: center -280px;
    background-size: 40px auto;
  }
  .nav-button span {
    font-size: 1.25rem;
  }
  .nav-list {
    font-size: 3.125rem;
  }
  .nav-sublist > a {
    padding-right: 80px;
  }
  .nav-sublist > a:after {
    width: 40px;
    height: 40px;
    background-position: center -320px;
    background-size: 40px auto;
  }
  .nav-sublist.active > a:after {
    background-position: center -360px;
  }
}

/**
--------------------------------------------------
  Intro
--------------------------------------------------
**/
.intro {
  position: relative;
  background-color: #3d3f40;
  color: #fff;
}
.intro-section {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 480px;
  max-height: 440px;
  min-height: 360px;
  height: calc(100vh - 60px);
  margin: 0 auto;
  padding: 40px 0 60px;
  text-align: center;
}
.intro-section--title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 1.25;
}
.intro-section--summary {
  margin-top: 20px;
  font-size: 0.875rem;
}
.intro-section--summary p {
  margin: 0;
  padding: 0;
}
.intro-section--link {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
}
.intro-section--link:before {
  position: absolute;
  top: -3px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 170px;
  height: 3px;
  pointer-events: none;
  content: '';
  background-color: #f2cd67;
}
.intro-section--link a {
  position: relative;
  display: inline-block;
  padding-top: 70px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.intro-section--link a:before {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  content: '';
  background-color: #f2cd67;
  background-image: url(../img/bg-sprites.png);
  background-position: center -750px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.intro-section--link a:hover:before {
  background-color: #f27867;
}
.intro-media,
.intro-nav,
.intro-button {
  position: absolute;
}
.intro-media {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.intro-media--image,
.intro-media--video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro-media--image {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-media--image img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.intro-media--video {
  z-index: 2;
}
.intro-media--video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.intro-media:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  content: '';
  background-color: rgba(61, 63, 64, 0.65);
}
.intro-nav {
  top: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(242, 120, 103, 0.8);
}
.intro-nav ul,
.intro-nav li {
  margin: 0;
  padding: 0;
}
.intro-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.intro-nav a {
  position: relative;
  display: block;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #fff;
}
.intro-nav a:hover {
  color: #f2cd67;
}
.intro-nav a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  border: #fff solid 2px;
  border-radius: 50%;
}
.intro-button {
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.intro-button a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.intro-button a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -160px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.intro-button span {
  display: none;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .intro-section {
    max-width: 640px;
    max-height: 680px;
    min-height: 560px;
    height: calc(100vh - 120px);
    padding: 60px 0 80px;
  }
  .intro-section--title {
    font-size: 3.4375rem;
  }
  .intro-section--summary {
    font-size: 1.125rem;
  }
  .intro-section--link {
    margin-top: 50px;
    padding-top: 40px;
  }
  .intro-section--link a {
    padding-top: 110px;
    font-size: 0.875rem;
  }
  .intro-section--link a:before {
    width: 80px;
    height: 80px;
    background-position: center -1200px;
    background-size: 80px auto;
  }
  .intro-button a {
    width: 60px;
    height: 60px;
  }
  .intro-button a:after {
    width: 24px;
    height: 24px;
    background-position: center -192px;
    background-size: 24px auto;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .intro-section {
    margin: 0;
    text-align: left;
  }
  .intro-section--link:before {
    left: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .intro-section--link a {
    padding-top: 0;
  }
  .intro-section--link a:before {
    left: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .intro-button {
    right: 0;
    left: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .intro-button a {
    background-color: rgba(38, 143, 211, 0.8);
  }
  .intro-button a:hover {
    background-color: #268fd3;
  }
  .intro-button a:after {
    top: 60%;
  }
  .intro-button span {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    display: block;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .intro-section {
    max-width: 750px;
    max-height: 685px;
    min-height: 565px;
    height: calc(100vh - 120px);
    padding: 140px 0 60px;
  }
  .intro-section--title {
    font-size: 3.4375rem;
  }
  .intro-section--summary {
    font-size: 1.125rem;
  }
  .intro-section--link {
    margin-top: 50px;
    padding-top: 40px;
  }
  .intro-section--link a {
    height: 70px;
    padding-left: 90px;
    line-height: 70px;
  }
  .intro-section--link a:before {
    width: 70px;
    height: 70px;
    background-position: center -1050px;
    background-size: 70px auto;
  }
  .intro-button a {
    width: 160px;
    height: 160px;
  }
  .intro-button a:after {
    width: 30px;
    height: 30px;
    background-position: center -240px;
    background-size: 30px auto;
  }
  .intro-nav {
    height: 90px;
    padding: 0 50px;
    line-height: 90px;
  }
  .intro-nav li {
    margin-left: 25px;
  }
  .intro-nav li:first-child {
    margin-left: 0;
  }
  .intro-nav a {
    padding-left: 30px;
    font-size: 0.875rem;
  }
  .intro-nav a:before {
    width: 20px;
    height: 20px;
    background-position: center -176px;
    background-size: 16px auto;
  }
}

/* xl */
@media (min-width: 1600px) {
  .intro-section {
    max-width: 940px;
    max-height: 850px;
    min-height: 770px;
    height: calc(100vh - 140px);
    padding: 200px 60px 100px;
  }
  .intro-section--title {
    font-size: 4.3125rem;
  }
  .intro-section--summary {
    margin-top: 25px;
    font-size: 1.375rem;
  }
  .intro-section--link {
    margin-top: 70px;
    padding-top: 60px;
  }
  .intro-section--link a {
    height: 90px;
    padding-left: 115px;
    font-size: 1rem;
    line-height: 90px;
  }
  .intro-section--link a:before {
    width: 90px;
    height: 90px;
    background-position: center -1350px;
    background-size: 90px auto;
  }
  .intro-nav {
    height: 110px;
    padding: 0 60px;
    line-height: 110px;
  }
  .intro-nav li {
    margin-left: 30px;
  }
  .intro-nav li:first-child {
    margin-left: 0;
  }
  .intro-nav a {
    padding-left: 35px;
    font-size: 1rem;
  }
  .intro-nav a:before {
    width: 24px;
    height: 24px;
    background-position: center -220px;
    background-size: 20px auto;
  }
  .intro-button a {
    width: 200px;
    height: 200px;
  }
  .intro-button a:after {
    width: 36px;
    height: 36px;
    background-position: center -288px;
    background-size: 36px auto;
  }
}

/**
--------------------------------------------------
  Popup
--------------------------------------------------
**/
.popup {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 58px 6px rgba(0, 0, 0, 0.15);
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #f27867;
}
.popup-media {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: #f7f7f7;
}
.popup-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.popup-body,
.popup-section {
  padding: 0 20px;
}
.popup-section--title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.popup-section--meta {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #96999a;
}
.popup-section--body {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #474747;
}
.popup-section--body p {
  margin: 0;
  padding: 0;
}
.popup-section--link {
  margin-top: 30px;
}
.popup-section--link a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
  background-color: #268fd3;
  border-radius: 34px;
  color: #fff;
}
.popup-section--link a:hover {
  background-color: #f27867;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .popup {
    padding: 70px 0;
  }
  .popup-close {
    width: 70px;
    height: 70px;
    font-size: 3rem;
  }
  .popup-section--meta {
    font-size: 1rem;
  }
  .popup-section--body {
    line-height: 1.6875;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .popup-body,
  .popup-section {
    padding: 0 50px;
  }
  .popup-section--title {
    font-size: 2.125rem;
  }
  .popup-section--body {
    margin-top: 30px;
    font-size: 1rem;
  }
  .popup-section--link {
    margin-top: 50px;
  }
  .popup-section--link a {
    padding: 15px 35px;
    font-size: 1rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .popup-body,
  .popup-section {
    padding: 0 70px;
  }
  .popup-section--title {
    font-size: 2.75rem;
  }
  .popup-section--body {
    margin-top: 40px;
    font-size: 1.375rem;
  }
  .popup-section--link {
    margin-top: 60px;
  }
  .popup-section--link a {
    padding: 20px 45px;
    font-size: 1.25rem;
  }
}

/**
--------------------------------------------------
  Location
--------------------------------------------------
**/
.location {
  margin-top: 30px;
}
.location-slider {
  margin-top: 30px;
}
.location-slider--item {
  width: 310px;
  padding: 0 10px;
}
.location-slider--item a {
  position: relative;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f27867;
  color: #fff;
}
.location-slider--item a:hover span {
  background-color: #f27867;
}
.location-slider--item img {
  width: 100%;
  height: auto;
}
.location-slider--item em,
.location-slider--item strong,
.location-slider--item span {
  position: absolute;
  right: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.location-slider--item em,
.location-slider--item strong {
  font-size: 0.75rem;
  text-align: center;
}
.location-slider--item em {
  top: 20px;
  font-style: normal;
}
.location-slider--item strong {
  bottom: 20px;
}
.location-slider--item span {
  bottom: 0;
  padding: 15px 20px;
  font-size: 0.875rem;
  background-color: #f2cd67;
  transition: background-color 0.3s ease-out;
}
.location-slider--item span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-left-color: #fff;
}
.location-slider .owl-prev,
.location-slider .owl-next {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(242, 120, 103, 0.75);
  background-size: 40px auto;
  transition: background-color 0.3s ease-out;
}
.location-slider .owl-prev:hover,
.location-slider .owl-next:hover {
  background-color: #f27867;
}
.location-slider .owl-prev {
  left: 50%;
  margin-left: -145px;
  background-position: center -400px;
}
.location-slider .owl-next {
  right: 50%;
  margin-right: -145px;
  background-position: center -440px;
}
.location-header {
  position: relative;
  padding: 20px 0;
  letter-spacing: 0.125rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #f2cd67;
  color: #fff;
}
.location-header:after,
.location-header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
  pointer-events: none;
  content: '';
  background-color: #f2cd67;
}
.location-header:after {
  left: 100%;
}
.location-header:before {
  right: 100%;
}
.location-icon {
  margin-bottom: 15px;
}
.location-icon img {
  width: 60px;
  height: auto;
}
.location-title {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.location-filter {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-weight: 600;
  text-align: right;
}
.location-filter--toggle {
  position: relative;
  padding: 20px 30px 20px 0;
  cursor: pointer;
}
.location-filter--toggle:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -164px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.location-filter--list {
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  margin-top: 5px;
  background-color: #f2cd67;
  border-radius: 10px;
  box-shadow: 0 13px 28px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.location-filter--list ul,
.location-filter--list li {
  margin: 0;
  padding: 0;
}
.location-filter--list ul {
  list-style: none;
}
.location-filter--list li {
  padding: 15px 30px;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  background-color: #f2cd67;
  border-top: rgba(255, 255, 255, 0.35) solid 1px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.location-filter--list li:first-child {
  border-top: 0;
}
.location-filter--list li:hover {
  background-color: #f27867;
}
.location-filter.active .location-filter--list {
  opacity: 1;
  visibility: visible;
}
.location-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.location-grid--item {
  width: 310px;
  padding: 10px;
}
.location-grid--item a {
  position: relative;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f27867;
  color: #fff;
}
.location-grid--item a:hover span {
  background-color: #f27867;
}
.location-grid--item img {
  width: 100%;
  height: auto;
}
.location-grid--item span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #f2cd67;
  transition: background-color 0.3s ease-out;
}
.location-grid--item span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-left-color: #fff;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .location-slider--item {
    width: 460px;
  }
  .location-slider--item em,
  .location-slider--item strong {
    font-size: 1rem;
  }
  .location-slider--item em {
    top: 35px;
  }
  .location-slider--item strong {
    bottom: 35px;
  }
  .location-slider--item span {
    padding: 30px 50px;
    font-size: 1.5rem;
  }
  .location-slider--item span:after {
    right: 40px;
    border-width: 10px 0 10px 20px;
  }
  .location-slider .owl-prev,
  .location-slider .owl-next {
    width: 70px;
    height: 70px;
    background-size: 70px auto;
  }
  .location-slider .owl-prev {
    margin-left: -220px;
    background-position: center -700px;
  }
  .location-slider .owl-next {
    margin-right: -220px;
    background-position: center -770px;
  }
  .location-header {
    padding: 30px 0;
  }
  .location-icon {
    margin-bottom: 30px;
  }
  .location-icon img {
    width: 100px;
  }
  .location-title {
    font-size: 1.5rem;
  }
  .location-grid {
    margin-top: 20px;
  }
  .location-grid--item {
    width: 640px;
    padding: 20px;
  }
  .location-grid--item span {
    padding: 40px;
    font-size: 2rem;
  }
  .location-grid--item span:after {
    right: 40px;
    border-width: 10px 0 10px 20px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .location-header {
    text-align: left;
  }
  .location-icon,
  .location-filter {
    position: absolute;
  }
  .location-icon {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }
  .location-grid--item {
    position: relative;
    display: none;
    width: 33.3333%;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .location {
    margin-top: 40px;
  }
  .location-slider--item {
    width: 320px;
  }
  .location-slider--item em {
    top: 30px;
  }
  .location-slider--item strong {
    bottom: 30px;
  }
  .location-slider--item span {
    padding: 25px 30px;
    font-size: 1.125rem;
  }
  .location-slider--item span:after {
    right: 30px;
  }
  .location-slider .owl-prev,
  .location-slider .owl-next {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
  .location-slider .owl-prev {
    margin-left: -150px;
    background-position: center -500px;
  }
  .location-slider .owl-next {
    margin-right: -150px;
    background-position: center -550px;
  }
  .location-icon img {
    width: 100px;
  }
  .location-title {
    font-size: 1rem;
  }
  .location-grid {
    margin-top: 20px;
  }
  .location-grid--item {
    max-width: 390px;
    padding: 15px;
  }
  .location-grid--item span {
    padding: 25px 30px;
    font-size: 1.25rem;
  }
  .location-grid--item span:after {
    right: 30px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .location {
    margin-top: 80px;
  }
  .location-slider {
    margin-top: 40px;
  }
  .location-slider--item {
    width: 420px;
  }
  .location-slider--item em {
    top: 35px;
  }
  .location-slider--item strong {
    bottom: 35px;
  }
  .location-slider--item span {
    padding: 30px 45px;
    font-size: 1.375rem;
  }
  .location-slider--item span:after {
    right: 35px;
  }
  .location-slider .owl-prev,
  .location-slider .owl-next {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
  .location-slider .owl-prev {
    margin-left: -200px;
    background-position: center -600px;
  }
  .location-slider .owl-next {
    margin-right: -200px;
    background-position: center -660px;
  }
  .location-header {
    padding: 25px 0;
  }
  .location-icon img {
    width: 130px;
  }
  .location-title {
    font-size: 1.25rem;
  }
  .location-grid {
    margin-top: 30px;
  }
  .location-grid--item {
    max-width: 470px;
    padding: 25px;
  }
  .location-grid--item span {
    padding: 30px 45px;
    font-size: 1.375rem;
  }
  .location-grid--item span:after {
    right: 35px;
  }
  .location-filter--toggle {
    padding: 25px 40px 25px 0;
    font-size: 1.25rem;
  }
  .location-filter--list li {
    padding: 20px 40px;
    font-size: 1rem;
  }
}

/**
--------------------------------------------------
  Form
--------------------------------------------------
**/
.form {
  margin-top: 30px;
  background-color: #f7f7f7;
}
.form-container {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
  background-color: #f7f7f7;
}
.form-intro,
.form-outro {
  text-align: center;
}
.form-intro {
  position: relative;
  margin-bottom: 30px;
  padding-top: 80px;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
}
.form-intro:before {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 0.875rem;
  background-color: rgba(229, 229, 229, 0.65);
  border: rgba(203, 203, 203, 0.65) solid 2px;
  border-radius: 15px;
  color: #3d3f40;
}
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus {
  background-color: rgba(229, 229, 229, 0.25);
  border-color: #cbcbcb;
}
.form-input input,
.form-input select {
  height: 55px;
}
.form-submit {
  text-align: center;
}
.form-submit input {
  height: 55px;
  padding: 0 3em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #268fd3;
  border-radius: 15px;
  color: #fff;
}
.form-submit input:hover {
  background-color: #f27867;
}
.form-dropdown {
  position: relative;
}
.form-dropdown:after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 5;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-top-color: #bababa;
}
.form-message {
  padding: 30px 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  background-color: #f2cd67;
}
.form-message strong {
  display: block;
  font-weight: 700;
}
.form-required {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  color: rgba(61, 63, 64, 0.65);
}
.form-body .form-input {
  margin-bottom: 20px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .form-container {
    max-width: 640px;
    padding: 40px 16px;
  }
  .form-intro {
    padding-top: 120px;
    font-size: 1.375rem;
  }
  .form-intro:before {
    width: 90px;
    height: 90px;
    background-size: 90px auto;
  }
  .form-intro span {
    display: block;
  }
  .form-input input,
  .form-input select,
  .form-input textarea {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .form-input input,
  .form-input select {
    height: 65px;
  }
  .form-submit input {
    height: 65px;
    font-size: 1.125rem;
  }
  .form-dropdown:after {
    right: 20px;
  }
  .form-message {
    padding: 50px 0;
    font-size: 1.875rem;
  }
  .form-body .form-input {
    margin-bottom: 25px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .form {
    background-color: #fff;
  }
  .form-container {
    max-width: 100%;
  }
  .form-submit {
    text-align: left;
  }
  .form-message {
    max-width: 1200px;
    width: 75%;
    margin: 0 auto;
  }
  .form-message strong {
    display: inline;
  }
  .form-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-body .form-input {
    margin-bottom: 0;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .form-container {
    padding: 50px 16px;
  }
  .form-intro {
    margin-bottom: 35px;
    padding-top: 130px;
  }
  .form-intro:before {
    width: 100px;
    height: 100px;
    background-size: 100px auto;
  }
  .form-outro {
    margin-top: 35px;
    font-size: 0.875rem;
  }
  .form-message {
    padding: 60px 0;
    font-size: 2rem;
  }
  .form-body .form-input {
    margin-right: 15px;
  }
  .form-body .form-submit input {
    padding: 0 2em;
    font-size: 0.9375rem;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .form-intro {
    font-size: 1.375rem;
  }
  .form-body .form-input {
    width: 240px;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .form-intro {
    font-size: 1.5rem;
  }
  .form-body .form-input {
    width: 280px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .form {
    margin-top: 40px;
  }
  .form-container {
    padding: 60px 16px;
  }
  .form-intro {
    margin-bottom: 45px;
    padding-top: 155px;
    font-size: 1.875rem;
  }
  .form-intro:before {
    width: 120px;
    height: 120px;
    background-size: 120px auto;
  }
  .form-outro {
    margin-top: 45px;
    font-size: 1rem;
  }
  .form-input input,
  .form-input select,
  .form-input textarea {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .form-input input,
  .form-input select {
    height: 65px;
  }
  .form-submit input {
    height: 65px;
    font-size: 1.125rem;
  }
  .form-dropdown:after {
    right: 20px;
  }
  .form-message {
    padding: 70px 0;
    font-size: 2.625rem;
  }
  .form-body .form-input {
    width: 340px;
    margin-right: 20px;
  }
}

/**
--------------------------------------------------
  Newsletter
--------------------------------------------------
**/
.newsletter-container {
  position: relative;
}
.newsletter-form {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 10;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  margin-bottom: 30px;
  padding: 40px 20px 20px;
  background-color: #f27867;
  border-radius: 20px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.newsletter-form.active {
  opacity: 1;
  visibility: visible;
}
.newsletter-form:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  content: '';
  border-color: transparent;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-top-color: #f27867;
}
.newsletter-button {
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter-button button {
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.newsletter-input {
  margin-bottom: 15px;
}
.newsletter-input input {
  width: 100%;
  padding: 10px 15px;
  font-size: 0.875rem;
  background-color: #fff;
  border: #cbcbcb solid 2px;
  border-radius: 15px;
  color: #3d3f40;
}
.newsletter-submit {
  text-align: center;
}
.newsletter-submit input {
  padding: 15px 35px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f2cd67;
  border-radius: 15px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.newsletter-submit input:hover {
  background-color: #268fd3;
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter-form {
    width: 380px;
    padding: 60px 30px 30px;
  }
  .newsletter-button button {
    width: 60px;
    height: 60px;
    font-size: 2.25rem;
  }
  .newsletter-input input {
    padding: 15px 20px;
  }
  .newsletter-submit input {
    padding: 15px 50px;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .newsletter-form {
    width: 320px;
    padding: 45px 25px 25px;
  }
  .newsletter-button button {
    width: 45px;
    height: 45px;
    font-size: 1.75rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .newsletter-form {
    width: 400px;
    padding: 60px 30px 30px;
  }
  .newsletter-button button {
    width: 60px;
    height: 60px;
    font-size: 2.25rem;
  }
  .newsletter-input input {
    padding: 15px 20px;
  }
  .newsletter-submit input {
    padding: 15px 50px;
  }
}

/**
--------------------------------------------------
  Social
--------------------------------------------------
**/
.social {
  margin-top: 30px;
}
.social ul,
.social li {
  margin: 0;
  padding: 0;
}
.social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}
.social li {
  width: 100%;
  margin-top: 10px;
}
.social li:first-child {
  margin-top: 0;
}
.social a {
  position: relative;
  display: block;
  height: 70px;
  overflow: hidden;
  padding-left: 70px;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 70px;
  background-color: #f7f7f7;
  color: #3d3f40;
}
.social a:hover {
  background-color: #e5e5e5;
}
.social a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  background-size: 36px auto;
}
.social a.newsletter:before {
  background-position: center -75px;
}
.social a.instagram:before {
  background-position: center -111px;
}
.social a.facebook:before {
  background-position: center -147px;
}
.social a.twitter:before {
  background-position: center -183px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .social ul {
    max-width: 800px;
  }
  .social li {
    width: 50%;
    padding: 0 10px;
  }
  .social li:nth-child(2) {
    margin-top: 0;
  }
  .social a {
    height: 100px;
    padding-left: 100px;
    font-size: 1rem;
    line-height: 100px;
  }
  .social a:before {
    left: 30px;
    width: 40px;
    height: 40px;
    background-size: 48px auto;
  }
  .social a.newsletter:before {
    background-position: center -100px;
  }
  .social a.instagram:before {
    background-position: center -148px;
  }
  .social a.facebook:before {
    background-position: center -196px;
  }
  .social a.twitter:before {
    background-position: center -244px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .social ul {
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
  }
  .social li {
    width: 25%;
    margin-top: 0;
    padding: 0 10px;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .social a {
    padding-left: 55px;
    font-size: 0.75rem;
  }
  .social a:before {
    left: 15px;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .social a {
    font-size: 0.8125rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .social {
    margin-top: 40px;
  }
  .social a {
    height: 100px;
    padding-left: 100px;
    font-size: 1.0625rem;
    line-height: 100px;
  }
  .social a:before {
    left: 30px;
    width: 40px;
    height: 40px;
    background-size: 48px auto;
  }
  .social a.newsletter:before {
    background-position: center -100px;
  }
  .social a.instagram:before {
    background-position: center -148px;
  }
  .social a.facebook:before {
    background-position: center -196px;
  }
  .social a.twitter:before {
    background-position: center -244px;
  }
}

/**
--------------------------------------------------
  Banner
--------------------------------------------------
**/
.banner {
  position: relative;
  background-color: #3d3f40;
  color: #fff;
}
.banner-image {
  position: relative;
  z-index: 1;
  height: 150px;
  overflow: hidden;
}
.banner-image img {
  width: 100%;
  height: auto;
}
.banner-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: '';
  background-color: rgba(61, 63, 64, 0.45);
}
.banner-image.backstretch {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-image.backstretch img {
  opacity: 0;
}
.banner-group {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner-group--top {
  background-color: rgba(242, 120, 103, 0.8);
}
.banner-group--bottom {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.banner-ribbon,
.banner-nav {
  height: 15px;
  overflow: hidden;
}
.banner-nav ul,
.banner-nav li {
  margin: 0;
  padding: 0;
}
.banner-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.banner-nav a {
  position: relative;
  display: block;
  padding: 0 24px 0 16px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #fff;
}
.banner-nav a:hover {
  background: #f2cd67;
}
.banner-nav a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -202px;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.banner-nav a[data-scroll] {
  padding-right: 22px;
}
.banner-nav a[data-scroll]:after {
  width: 12px;
  height: 6px;
  background-position: center -99px;
  background-size: 12px auto;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-image {
    height: 275px;
  }
  .banner-title {
    font-size: 3.5rem;
  }
  .banner-ribbon,
  .banner-nav {
    height: 25px;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .banner-image {
    height: 365px;
  }
  .banner-title {
    font-size: 3.5rem;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .banner-ribbon {
    height: 30px;
  }
  .banner-nav {
    height: 70px;
    line-height: 70px;
  }
  .banner-nav li {
    margin-left: 25px;
  }
  .banner-nav li:first-child {
    margin-left: 0;
  }
  .banner-nav a {
    font-size: 0.8125rem;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-ribbon {
    height: 35px;
  }
  .banner-nav {
    height: 90px;
    line-height: 90px;
  }
  .banner-nav li {
    margin-left: 35px;
  }
  .banner-nav li:first-child {
    margin-left: 0;
  }
  .banner-nav a {
    font-size: 0.875rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .banner-image {
    height: 450px;
  }
  .banner-title {
    font-size: 4.375rem;
  }
  .banner-ribbon {
    height: 40px;
  }
  .banner-nav {
    height: 110px;
    line-height: 110px;
  }
  .banner-nav li {
    margin-left: 45px;
  }
  .banner-nav li:first-child {
    margin-left: 0;
  }
  .banner-nav a {
    font-size: 1rem;
  }
}

/**
--------------------------------------------------
  Logos
--------------------------------------------------
**/
.logo-slider img {
  /* height: 64px; */
}

/**
--------------------------------------------------
  Quote
--------------------------------------------------
**/
.quote blockquote,
.quote p,
.quote footer {
  margin: 0;
  padding: 0;
}
.quote blockquote {
  padding: 30px 0;
  line-height: 1.35;
  text-align: center;
}
.quote p {
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.quote footer {
  margin-top: 10px;
  font-size: 0.8125rem;
  color: rgba(61, 63, 64, 0.75);
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .quote blockquote {
    padding: 50px 0;
  }
  .quote p {
    font-size: 1.375rem;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .quote p {
    position: relative;
    padding: 0 50px;
    font-size: 2.5rem;
  }
  .quote footer {
    font-size: 1.3rem;
  }
  .quote p:after,
  .quote p:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2000px;
    height: 0;
    pointer-events: none;
    content: '';
    border-top: #f2cd67 dashed 3px;
  }
  .quote p:after {
    left: 100%;
  }
  .quote p:before {
    right: 100%;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .quote blockquote {
    padding: 50px 0;
  }
  .quote p {
    font-size: 1.375rem;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .quote blockquote {
    padding: 60px 40px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .quote blockquote {
    padding: 70px 80px;
  }
}

/**
--------------------------------------------------
  Page Break
--------------------------------------------------
**/

.page-break {
  padding: 8rem 0 5rem;
  text-align: center;
}
.page-break blockquote,
.page-break h2,
.page-break footer {
  margin: 0;
  padding: 0;
}
.page-break blockquote {
  padding: 30px 0;
  line-height: 1.35;
  text-align: center;
}
.page-break h2 {
  font-family: 'museo-slab', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 500;
  display: inline-block;
}
.page-break footer {
  margin-top: 10px;
  font-size: 0.8125rem;
  color: rgba(61, 63, 64, 0.75);
}

.page-break--collapse {
  padding-top: 0;
}

.page-break--collapse-bottom {
  padding-bottom: 0;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .page-break blockquote {
    padding: 50px 0;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .page-break h2 {
    position: relative;
    padding: 0 50px;
  }
  .page-break h2:after,
  .page-break h2:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2000px;
    height: 0;
    pointer-events: none;
    content: '';
    border-top: #f2cd67 dashed 3px;
  }
  .page-break h2:after {
    left: 100%;
  }
  .page-break h2:before {
    right: 100%;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-break blockquote {
    padding: 50px 0;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .page-break blockquote {
    padding: 60px 40px;
  }
  .page-break footer {
    font-size: 0.875rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .page-break blockquote {
    padding: 70px 80px;
  }
  .page-break h2 {
    font-size: 1.875rem;
  }
  .page-break footer {
    font-size: 1.125rem;
  }
}

/**
--------------------------------------------------
  Service
--------------------------------------------------
**/
.service ul,
.service li {
  margin: 0;
  padding: 0;
}
.service ul {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}
.service li {
  margin-top: 20px;
  flex: 1;
}
.service li:first-child {
  margin-top: 0;
}
.service a {
  display: block;
  color: #5e9ae1;
}
.service-section {
  position: relative;
  background-color: #f7f7f7;
}
.service-section--image img {
  width: 100%;
  height: auto;
}
.service-section--title,
.service-section--link {
  position: absolute;
  right: 0;
  left: 0;
  line-height: 1;
}
.service-section--title {
  bottom: 20%;
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #474747;
}
.service-section--link {
  bottom: 0;
  height: 44px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  color: #5e9ae1;
  transition: background-color 0.3s ease-out;
}
.service-section--link span {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  transition-property: transform, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.service-section--link span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -244px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.service-section:hover .service-section--link {
  background-color: #f27867;
  color: #fff;
}
.service-section:hover .service-section--link span {
  right: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.service-section:hover .service-section--link span:after {
  background-position: center -224px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .service ul {
    max-width: 640px;
  }
  .service li {
    margin-top: 40px;
  }
  .service-section--title {
    font-size: 2.125rem;
  }
  .service-section--link {
    height: 80px;
    font-size: 1.125rem;
  }
  .service-section--link span {
    right: 40px;
    padding-right: 30px;
  }
  .service-section--link span:after {
    width: 10px;
    height: 18px;
    background-position: center -366px;
    background-size: 30px auto;
  }
  .service-section:hover .service-section--link span:after {
    background-position: center -336px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .service ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
  }
  .service li {
    margin-top: 0;
    padding: 0 10px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .service-section--title {
    font-size: 1.625rem;
  }
  .service-section--link {
    height: 60px;
    font-size: 0.875rem;
  }
  .service-section--link span {
    right: 30px;
  }
}

/**
--------------------------------------------------
  Info Box
--------------------------------------------------
**/
.info-box-focus .info-box {
  border: 4px solid #f27867;
}
.info-box-sections ul,
.info-box-sections li {
  margin: 0;
  padding: 0;
}
.info-box-sections ul {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}
.info-box-sections li {
  margin-top: 20px;
  flex: 1;
}
.info-box-sections li:first-child {
  margin-top: 0;
}
.info-box-sections a {
  display: block;
  color: #5e9ae1;
}
.info-box {
  position: relative;
  background-color: #f7f7f7;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.info-box h2 {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.info-box img {
  margin: 24px auto 0 auto;
  width: 80%;
  max-width: 400px;
  border-radius: 100%;
}
.info-box a {
  color: currentColor;
}
.info-box__cover {
  background: #3d3f40;
  padding: 16px;
}
.info-box--report img {
  display: block;
  width: 100%;
  border-radius: 0;
  max-width: none;
  margin: 0;
}
.info-box--report .info-box__cover {
  padding: 0;
}
.info-box__content {
  padding: 24px;
}
.info-box__link {
  position: relative;
  bottom: 0;
  height: 44px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  color: #5e9ae1;
  transition: background-color 0.3s ease-out;
  margin-top: auto;
}
.info-box__link span {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  transition-property: transform, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.info-box__link span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -244px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.info-box:hover .info-box__link {
  background-color: #f27867;
  color: #fff;
}
.info-box:hover .info-box__link span {
  right: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.info-box:hover .info-box__link span:after {
  background-position: center -224px;
}

.picture-box {
  position: relative;
  background-color: #000;
  color: #fff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.picture-box h2 {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.picture-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.picture-box__cover {
  background: #3d3f40;
  padding: 16px;
}
.picture-box__content {
  position: relative;
  z-index: 10;
  padding: 160px 24px;
}
.picture-box__link {
  position: relative;
  bottom: 0;
  height: 44px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  color: #5e9ae1;
  transition: background-color 0.3s ease-out;
  margin-top: auto;
}
.picture-box__link span {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  transition-property: transform, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.picture-box__link span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -244px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.picture-box:hover .picture-box__link {
  background-color: #f27867;
  color: #fff;
}
.picture-box:hover .picture-box__link span {
  right: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.picture-box:hover .picture-box__link span:after {
  background-position: center -224px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .info-box-sections ul {
    max-width: 640px;
  }
  .info-box-sections li {
    margin-top: 40px;
  }
  .info-box--title {
    font-size: 2.125rem;
  }
  .info-box__link {
    height: 80px;
    font-size: 1.125rem;
  }
  .info-box__link span {
    right: 40px;
    padding-right: 30px;
  }
  .info-box__link span:after {
    width: 10px;
    height: 18px;
    background-position: center -366px;
    background-size: 30px auto;
  }
  .info-box:hover .info-box__link span:after {
    background-position: center -336px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .info-box-sections ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
  }
  .info-box-sections li {
    margin-top: 0;
    padding: 0 10px;
    max-width: 50%;
  }
}

/* xl */
@media (min-width: 1600px) {
  .info-box__link {
    height: 60px;
    font-size: 0.875rem;
  }
  .info-box__link span {
    right: 30px;
  }
}

/**
--------------------------------------------------
  Testimonial
--------------------------------------------------
**/
.testimonial {
  margin-top: 30px;
  background-color: #f7f7f7;
}
.testimonial-item {
  padding: 30px 15px;
}
.testimonial-item--image {
  text-align: center;
}
.testimonial-item--image img {
  width: 150px;
  height: 150px;
  padding: 10px;
  border: #f2cd67 dashed 2px;
  border-radius: 50%;
}
.testimonial-item--category {
  margin-top: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  color: #f27867;
}
.testimonial-item--body {
  margin-top: 20px;
}
.testimonial-item--body blockquote,
.testimonial-item--body p,
.testimonial-item--body footer {
  margin: 0;
  padding: 0;
}
.testimonial-item--body blockquote {
  line-height: 1.35;
}
.testimonial-item--body p {
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
}
.testimonial-item--body footer {
  margin-top: 10px;
  font-size: 0.625rem;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(61, 63, 64, 0.65);
}
.testimonial-item--link {
  margin-top: 35px;
  text-align: center;
}
.testimonial-item--link a {
  display: inline-block;
  padding: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f27867;
  color: #fff;
}
.testimonial-item--link a:hover {
  background-color: #5e9ae1;
  color: #f4f1ed;
}
.testimonial.small .testimonial-item--body p {
  font-size: 1rem;
}
.testimonial-slider {
  background-color: #f7f7f7;
}
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  opacity: 0.35;
  transition: opacity 0.3s ease-out;
}
.testimonial-slider .owl-prev:hover,
.testimonial-slider .owl-next:hover {
  opacity: 0.75;
}
.testimonial-slider .owl-prev {
  left: -15px;
  background-position: center -390px;
}
.testimonial-slider .owl-next {
  right: -15px;
  background-position: center -420px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .testimonial-item {
    padding: 50px 60px;
  }
  .testimonial-item--image img {
    width: 200px;
    height: 200px;
  }
  .testimonial-item--category {
    margin-top: 30px;
    font-size: 0.8125rem;
  }
  .testimonial-item--body {
    margin-top: 30px;
  }
  .testimonial-item--body p {
    font-size: 1.625rem;
  }
  .testimonial-item--body footer {
    margin-top: 20px;
    font-size: 0.6875rem;
  }
  .testimonial-item--link {
    margin-top: 45px;
  }
  .testimonial-item--link a {
    padding: 20px 40px;
    font-size: 0.875rem;
  }
  .testimonial.small .testimonial-item--body p {
    font-size: 1.125rem;
  }
  .testimonial-slider .owl-prev,
  .testimonial-slider .owl-next {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
  .testimonial-slider .owl-prev {
    background-position: center -780px;
  }
  .testimonial-slider .owl-next {
    background-position: center -840px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .testimonial {
    background-color: #fff;
  }
  .testimonial-item {
    position: relative;
  }
  .testimonial-item--image {
    position: absolute;
  }
  .testimonial-item--image img {
    padding: 15px;
  }
  .testimonial-item--category,
  .testimonial-item--link {
    margin-top: 0;
  }
  .testimonial-item--link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .testimonial-item--category {
    font-size: 0.9375rem;
  }
  .testimonial-item--body {
    margin-top: 30px;
  }
  .testimonial-item--body footer {
    margin-top: 25px;
    font-size: 0.8125rem;
  }
  .testimonial-item--link a {
    padding: 15px 40px;
    font-size: 0.75rem;
  }
  .testimonial.small .testimonial-item--body p {
    font-size: 1.25rem;
  }
  .testimonial-slider .owl-prev,
  .testimonial-slider .owl-next {
    width: 48px;
    height: 48px;
    background-size: 48px auto;
  }
  .testimonial-slider .owl-prev {
    left: 15px;
    background-position: center -624px;
  }
  .testimonial-slider .owl-next {
    right: 15px;
    background-position: center -672px;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .testimonial-item {
    padding: 60px 80px;
  }
  .testimonial-item--image {
    top: 60px;
    left: 80px;
  }
  .testimonial-item--image img {
    width: 226px;
    height: 226px;
  }
  .testimonial-item--group {
    min-height: 226px;
    padding-left: 266px;
  }
  .testimonial-item--body p {
    font-size: 1.625rem;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .testimonial-item {
    padding: 60px 100px;
  }
  .testimonial-item--image {
    top: 60px;
    left: 100px;
  }
  .testimonial-item--image img {
    width: 246px;
    height: 246px;
  }
  .testimonial-item--group {
    min-height: 246px;
    padding-left: 286px;
  }
  .testimonial-item--body p {
    font-size: 1.875rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .testimonial {
    margin-top: 40px;
  }
  .testimonial-item {
    padding: 80px 120px;
  }
  .testimonial-item--image {
    top: 80px;
    left: 120px;
  }
  .testimonial-item--image img {
    width: 330px;
    height: 330px;
  }
  .testimonial-item--group {
    min-height: 330px;
    padding-left: 390px;
  }
  .testimonial-item--category {
    font-size: 1.1875rem;
  }
  .testimonial-item--body {
    margin-top: 40px;
  }
  .testimonial-item--body p {
    font-size: 2.4375rem;
  }
  .testimonial-item--body footer {
    margin-top: 30px;
    font-size: 1.0625rem;
  }
  .testimonial-item--link a {
    padding: 20px 50px;
    font-size: 0.9375rem;
  }
  .testimonial.small .testimonial-item--body p {
    font-size: 1.5rem;
  }
  .testimonial-slider .owl-prev,
  .testimonial-slider .owl-next {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
  .testimonial-slider .owl-prev {
    left: 25px;
    background-position: center -780px;
  }
  .testimonial-slider .owl-next {
    right: 25px;
    background-position: center -840px;
  }
}

/**
--------------------------------------------------
  Chart
--------------------------------------------------
**/
.chart {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.chart svg,
.chart strong {
  position: absolute;
}
.chart svg {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.chart circle {
  fill: transparent;
  transition: stroke-dashoffset 1.5s ease-out;
}
.chart circle.fill {
  stroke: #d8d8d8;
}
.chart circle.bar {
  stroke: #e8cc6d;
}
.chart strong {
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'museo-slab', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  color: #e8cc6d;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .chart {
    width: 180px;
    height: 180px;
  }
  .chart strong {
    font-size: 3.125rem;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .chart {
    width: 160px;
    height: 160px;
  }
  .chart strong {
    font-size: 2.875rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .statistic-container .chart {
    width: 200px;
    height: 200px;
  }
  .statistic-container .chart strong {
    font-size: 3.75rem;
  }
}

/**
--------------------------------------------------
  Statistic
--------------------------------------------------
**/
.statistic {
  margin-top: 30px;
}
.statistic-container {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.statistic-item,
.statistic-button,
.statistic-section {
  margin-top: 20px;
}
.statistic-item {
  padding: 30px 15px;
  background-color: #f7f7f7;
}

.statistic-item a {
  color: inherit;
}

.statistic-item:first-child {
  margin-top: 0;
}
.statistic-item--summary {
  margin-top: 20px;
  font-size: 0.875rem;
  text-align: center;
}
.statistic-item--summary p {
  margin: 0;
  padding: 0;
}
.statistic-button {
  display: none;
  text-align: center;
}
.statistic-button a {
  display: inline-block;
  padding: 1.25em 3.125em;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1;
  text-transform: uppercase;
  border: rgba(242, 120, 103, 0.65) solid 2px;
  border-radius: 2em;
  color: #f27867;
}
.statistic-button a:hover {
  background-color: #f27867;
  border-color: #f27867;
  color: #fff;
}
.statistic-section {
  padding-bottom: 30px;
  border-bottom: #d8d8d8 solid 1px;
}
.statistic-section:first-child {
  margin-top: 0;
}
.statistic-section--title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.statistic-section--summary {
  margin-top: 10px;
  font-size: 0.875rem;
}
.statistic-section--summary p {
  margin: 0;
  padding: 0;
}
.statistic-section--summary strong {
  font-weight: 700;
}
.statistic-section--summary a {
  color: #f27867;
}
.statistic-section--summary a:hover {
  color: #268fd3;
}
.statistic-section--body {
  margin-top: 20px;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .statistic-button a {
    font-size: 1rem;
  }
  .statistic-section--summary {
    line-height: 1.6875;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .statistic-item,
  .statistic-button,
  .statistic-section {
    margin-top: 30px;
  }
  .statistic-section {
    padding-bottom: 40px;
  }
  .statistic-section--title {
    font-size: 1.5rem;
  }
  .statistic-section--summary {
    margin-top: 15px;
    font-size: 1rem;
  }
  .statistic-section--body {
    margin-top: 30px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .statistic-container {
    max-width: 640px;
  }
  .statistic-container .statistic-item {
    padding: 50px 60px;
  }
  .statistic-item--summary {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .statistic-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: none;
    margin-right: -15px;
    margin-left: -15px;
  }
  .statistic-container .statistic-item {
    width: 50%;
    border-color: #fff;
    border-style: solid;
    border-width: 0 15px;
  }
  .statistic-item:nth-child(1),
  .statistic-item:nth-child(2) {
    margin-top: 0;
  }
  .statistic-button {
    width: 100%;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .statistic-item {
    padding: 50px 60px;
  }
  .statistic-item--summary {
    margin-top: 25px;
    font-size: 1rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .statistic {
    margin-top: 40px;
  }
  .statistic-item,
  .statistic-button,
  .statistic-section {
    margin-top: 40px;
  }
  .statistic-container .statistic-item {
    padding: 70px 100px;
  }
  .statistic-item--summary {
    margin-top: 35px;
    font-size: 1.25rem;
  }
  .statistic-section {
    padding-bottom: 50px;
  }
  .statistic-section--title {
    font-size: 2.25rem;
  }
  .statistic-section--summary {
    margin-top: 25px;
    font-size: 1.25rem;
  }
  .statistic-section--body {
    margin-top: 35px;
  }
}

/**
--------------------------------------------------
  Main
--------------------------------------------------
**/
.main {
  padding-top: 30px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .main {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .main {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .main {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

/**
--------------------------------------------------
  Summary
--------------------------------------------------
**/
.summary-body.editor {
  margin-top: 0;
}
.summary:last-of-type {
  padding-bottom: 0;
}
.summary-title {
  margin: 0 0 1rem;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
}
.summary-title a {
  color: inherit;
}
.summary-title--separator {
  position: relative;
  margin-top: 100px;
}
.summary-title--collapsed {
  margin-top: 0;
}

.summary-title--separator:after {
  display: block;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  pointer-events: none;
  content: '';
  background-color: #f2cd67;
  margin: 24px 0 32px 0;
}
.summary-body,
.summary-link {
  margin-top: 20px;
}
.summary-body {
  font-size: 0.875rem;
}
.summary-body p {
  margin: 1.5em 0 0;
  padding: 0;
}
.summary-body p:first-child {
  margin-top: 0;
}
.summary-body strong {
  font-weight: 700;
}
.styled .summary-body strong {
  color: #2588c9;
}
.summary-body a {
  color: #f27867;
}
.summary-body a:hover {
  color: #268fd3;
}
.summary-link {
  position: relative;
  padding-top: 20px;
}
.summary-link:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  pointer-events: none;
  content: '';
  background-color: #f2cd67;
}
.summary-link a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 65px;
  padding-right: 25px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #2588c9;
}
.summary-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: '';
  background-color: #f2cd67;
  background-image: url(../img/bg-sprites.png);
  background-position: center -750px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.summary-link a:hover:before {
  background-color: #f27867;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .summary-body {
    line-height: 1.6875;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .summary-title {
    font-size: 1.875rem;
  }
  .summary-body,
  .summary-link {
    margin-top: 30px;
  }
  .summary-body {
    font-size: 1rem;
  }
  .summary-link {
    padding-top: 30px;
  }
  .summary-link:before {
    width: 130px;
  }
  .summary-link a {
    height: 70px;
    padding-left: 90px;
    font-size: 0.875rem;
  }
  .summary-link a:before {
    width: 70px;
    height: 70px;
    background-position: center -1050px;
    background-size: 70px auto;
  }
}

/* xl */
@media (min-width: 1600px) {
  .summary {
    padding: 40px 0;
  }
  .summary-title {
    font-size: 2.5rem;
  }
  .summary-body,
  .summary-link {
    margin-top: 40px;
  }
  .summary-body {
    font-size: 1.25rem;
  }
  .summary-link {
    padding-top: 30px;
  }
  .summary-link:before {
    width: 150px;
  }
  .summary-link a {
    height: 90px;
    padding-left: 120px;
    font-size: 1rem;
  }
  .summary-link a:before {
    width: 90px;
    height: 90px;
    background-position: center -1350px;
    background-size: 90px auto;
  }
}

/**
--------------------------------------------------
  Editor
--------------------------------------------------
**/
.editor {
  margin-top: 30px;
  font-size: 0.875rem;
}
.editor hr {
  margin: 0 0 1.25em;
  padding: 0;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border: 0;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor ul,
.editor ol,
.editor li,
.editor p {
  margin: 0;
  padding: 0;
}
.editor h1,
.editor h2 {
  font-family: 'museo-slab', Georgia, serif;
}
.editor h1 {
  font-size: 2em;
  font-weight: 700;
}
.editor h2 {
  font-size: 1.5em;
  font-weight: 300;
}
.editor h3 {
  margin-top: 0.625em;
  font-size: 1.25em;
  font-weight: 700;
}
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.editor ul,
.editor ol,
.editor p {
  margin-top: 1.5em;
}
.editor ul:first-child,
.editor ol:first-child,
.editor p:first-child {
  margin-top: 0;
}
.editor ul,
.editor ol {
  margin-left: 2.8125em;
  list-style: none;
}
.editor ul li:before {
  top: 12px;
  width: 0.5em;
  height: 0.5em;
  content: '';
  background-color: #f2cd67;
  border-radius: 50%;
}
.editor ol {
  counter-reset: my-editor-list;
}
.editor ol li {
  counter-increment: my-editor-list;
}
.editor ol li:before {
  top: 5px;
  content: counter(my-editor-list) '. ';
}
.editor li {
  position: relative;
  padding: 5px 0;
}
.editor li:before {
  position: absolute;
  left: -1.25em;
  pointer-events: none;
}
.editor strong {
  font-weight: 700;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .editor {
    line-height: 1.6875;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .editor {
    font-size: 1rem;
  }
  .editor ul li:before {
    top: 16px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .editor {
    font-size: 1.25rem;
  }
  .editor ul li:before {
    top: 18px;
  }
}

/**
--------------------------------------------------
  Accordion
--------------------------------------------------
**/
.accordion {
  margin-top: 30px;
  border-top: #f7f7f7 solid 1px;
}
.accordion-item {
  font-size: 0.875rem;
  border-bottom: #f7f7f7 solid 1px;
}
.accordion-item .quote,
.summary .quote {
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  border-left: 5px solid #f27867;
  padding-left: 16px;
  font-style: italic;
}
.accordion-item--header {
  position: relative;
  padding: 0.75em 25px 0.75em 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f27867;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.accordion-item--header:after,
.accordion-item--header:before {
  position: absolute;
  -ms-transform: translateY(13px);
  transform: translateY(13px);
  pointer-events: none;
  content: '';
  background-color: #f27867;
  transition: background-color 0.3s ease-out;
}
.accordion-item--header:after {
  top: 0;
  right: 6px;
  z-index: 1;
  width: 3px;
  height: 15px;
}
.accordion-item--header:before {
  top: 6px;
  right: 0;
  z-index: 2;
  width: 15px;
  height: 3px;
}
.accordion-item--header.includes-link {
  padding: 0;
}
.accordion-item--header.includes-link:after,
.accordion-item--header.includes-link:before {
  display: none;
}
.accordion-item--header.includes-link a {
  position: relative;
  display: block;
  padding: 0.75em 25px 0.75em 0;
  color: #f27867;
}
.accordion-item--header.includes-link a:after,
.accordion-item--header.includes-link a:before {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  transition: opacity 0.3s ease-out;
}
.accordion-item--header.includes-link a:after {
  background-position: center -289px;
  opacity: 1;
}
.accordion-item--header.includes-link a:before {
  background-position: center -307px;
  opacity: 0;
}
.accordion-item--header.includes-link a:hover {
  color: #f2cd67;
}
.accordion-item--header.includes-link a:hover:after {
  opacity: 0;
}
.accordion-item--header.includes-link a:hover:before {
  opacity: 1;
}
.accordion-item--header:hover {
  color: #f2cd67;
}
.accordion-item--header:hover:after,
.accordion-item--header:hover:before {
  background-color: #f2cd67;
}
.accordion-item--body {
  display: none;
  padding: 0.5em 0 1.5em;
}
.accordion-item--body p {
  margin: 1.5em 0 0;
  padding: 0;
}
.accordion-item--body p:first-child {
  margin-top: 0;
}
.accordion-item--body strong {
  font-weight: 700;
}
.accordion-item--body a {
  color: #f27867;
}
.accordion-item--body a:hover {
  color: #268fd3;
}
.accordion-item.active .accordion-item--header {
  color: #f2cd67;
}
.accordion-item.active .accordion-item--header:after {
  background-color: #fff;
}
.accordion-item.active .accordion-item--header:before {
  background-color: #f2cd67;
}
.accordion-item.active .accordion-item--body {
  display: block;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .accordion-item {
    line-height: 1.6875;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .accordion-item {
    font-size: 1rem;
  }
  .accordion-item--header {
    padding-right: 50px;
  }
  .accordion-item--header:after,
  .accordion-item--header:before {
    -ms-transform: translate(-15px, 17px);
    transform: translate(-15px, 17px);
  }
  .accordion-item--header.includes-link {
    padding-right: 0;
  }
  .accordion-item--header.includes-link a {
    padding-right: 50px;
  }
  .accordion-item--header.includes-link a:after,
  .accordion-item--header.includes-link a:before {
    right: 15px;
  }
  .accordion-item--body {
  }
}

/* xl */
@media (min-width: 1600px) {
  .accordion {
    margin-top: 40px;
  }
  .accordion-item {
    font-size: 1.25rem;
  }
  .accordion-item--header {
    padding-right: 65px;
  }
  .accordion-item--header:after,
  .accordion-item--header:before {
    -ms-transform: translate(-20px, 21px);
    transform: translate(-20px, 21px);
  }
  .accordion-item--header:after {
    top: 0;
    right: 8px;
    width: 4px;
    height: 20px;
  }
  .accordion-item--header:before {
    top: 8px;
    right: 0;
    width: 20px;
    height: 4px;
  }
  .accordion-item--header.includes-link {
    padding-right: 0;
  }
  .accordion-item--header.includes-link a {
    padding-right: 65px;
  }
  .accordion-item--header.includes-link a:after,
  .accordion-item--header.includes-link a:before {
    right: 20px;
    width: 20px;
    height: 20px;
    background-size: 24px auto;
  }
  .accordion-item--header.includes-link a:after {
    background-position: center -386px;
  }
  .accordion-item--header.includes-link a:before {
    background-position: center -410px;
  }
  .accordion-item--body {
    padding-right: 70px;
    padding-left: 1.75em;
  }
}

/**
--------------------------------------------------
  Illustration
--------------------------------------------------
**/
.illustration {
  text-align: center;
}
.illustration img {
  max-width: 100%;
  height: auto;
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .illustration {
    padding: 10px 15px 0;
  }
}

/* xl */
@media (min-width: 1600px) {
  .illustration {
    padding: 50px 30px 0;
  }
}

/**
--------------------------------------------------
  Gallery
--------------------------------------------------
**/
.gallery {
  margin-top: 30px;
  padding: 15px;
  background-color: #f7f7f7;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-slider .owl-prev,
.gallery-slider .owl-next {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #f2cd67;
  background-size: 40px auto;
  transition: background-color 0.3s ease-out;
}
.gallery-slider .owl-prev:hover,
.gallery-slider .owl-next:hover {
  background-color: #f27867;
}
.gallery-slider .owl-prev {
  left: -15px;
  background-position: center -400px;
}
.gallery-slider .owl-next {
  right: -15px;
  background-position: center -440px;
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .gallery {
    padding: 35px;
  }
  .gallery-slider .owl-prev,
  .gallery-slider .owl-next {
    width: 60px;
    height: 60px;
    background-size: 60px auto;
  }
  .gallery-slider .owl-prev {
    left: -25px;
    background-position: center -600px;
  }
  .gallery-slider .owl-next {
    right: -25px;
    background-position: center -660px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .gallery {
    margin-top: 40px;
    padding: 45px;
  }
  .gallery-slider .owl-prev,
  .gallery-slider .owl-next {
    width: 70px;
    height: 70px;
    background-size: 70px auto;
  }
  .gallery-slider .owl-prev {
    left: -30px;
    background-position: center -700px;
  }
  .gallery-slider .owl-next {
    right: -30px;
    background-position: center -770px;
  }
}

/**
--------------------------------------------------
  Plan
--------------------------------------------------
**/
.plan {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
  text-align: center;
  background-color: #f7f7f7;
}
.plan-title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.plan-image {
  margin-top: 20px;
}
.plan-image img {
  max-width: 80%;
  height: auto;
}
.plan-link {
  margin-top: 30px;
}
.plan-link a {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: rgba(242, 120, 103, 0.65) solid 2px;
  border-radius: 2em;
  color: #f27867;
}
.plan-link a:hover {
  background-color: #f27867;
  border-color: #f27867;
  color: #f7f7f7;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .plan {
    padding: 50px;
  }
  .plan-title {
    font-size: 2rem;
  }
  .plan-image {
    margin-top: 30px;
  }
  .plan-link {
    margin-top: 40px;
  }
  .plan-link a {
    max-width: 320px;
    padding: 20px 0;
    font-size: 1rem;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .plan {
    padding: 0 30px;
  }
  .plan-title {
    font-size: 1.5rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .plan {
    margin-top: 40px;
    padding: 0 40px;
  }
  .plan-title {
    font-size: 2rem;
  }
  .plan-image {
    margin-top: 30px;
  }
  .plan-link {
    margin-top: 40px;
  }
  .plan-link a {
    max-width: 320px;
    padding: 20px 0;
    font-size: 1rem;
  }
}

/**
--------------------------------------------------
  Picture
--------------------------------------------------
**/
.picture-link {
  display: block;
  max-width: 480px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #474747;
}
.picture-link:first-child {
  margin-top: 0;
}
.picture-item {
  position: relative;
  background-color: #f7f7f7;
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
}
.picture-item--image img {
  width: 100%;
  height: auto;
}
.picture-item--summary {
  padding: 25px 20px 15px;
  font-family: 'museo-slab', Georgia, serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25;
  color: #474747;
}
.picture-item--summary p {
  margin: 0;
  padding: 0;
}
.picture-item--link {
  position: relative;
  height: 44px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f7f7f7;
  color: #5e9ae1;
  transition: background-color 0.3s ease-out;
}
.picture-item--link span {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 20px;
  transition-property: transform, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.picture-item--link span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -244px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.picture-item:hover .picture-item--link {
  background-color: #f27867;
  color: #fff;
}
.picture-item:hover .picture-item--link span {
  right: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.picture-item:hover .picture-item--link span:after {
  background-position: center -224px;
}
.picture-detail {
  font-size: 0.875rem;
}
.picture-detail--meta {
  font-family: 'museo-slab', Georgia, serif;
  font-weight: 500;
}
.picture-detail--meta ul,
.picture-detail--meta li {
  margin: 0;
  padding: 0;
}
.picture-detail--meta ul {
  list-style: none;
}
.picture-detail--meta li:first-child {
  font-size: 1.25em;
}
.picture-detail--meta span {
  font-weight: 800;
}
.picture-detail--meta strong {
  font-weight: 700;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .picture-detail {
    line-height: 1.6875;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .picture-item--summary {
    padding: 35px 30px 25px;
    font-size: 1.125rem;
  }
  .picture-detail {
    font-size: 1rem;
  }
}

/* xl */
@media (min-width: 1600px) {
  .picture-item--summary {
    padding: 45px 40px 35px;
    font-size: 1.375rem;
  }
  .picture-item--link {
    height: 60px;
    font-size: 0.875rem;
  }
  .picture-item--link span {
    right: 30px;
  }
  .picture-detail {
    font-size: 1.25rem;
  }
}

/**
--------------------------------------------------
  Contact
--------------------------------------------------
**/
.contact-header {
  padding: 30px 0;
  text-align: center;
}
.contact-title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}
.contact-summary {
  margin-top: 5px;
  font-size: 0.8125rem;
  color: rgba(61, 63, 64, 0.75);
}
.contact-summary p {
  margin: 0;
  padding: 0;
}
.contact-form .form-input {
  margin-bottom: 15px;
}
.contact-form .form-input input,
.contact-form .form-input select,
.contact-form .form-input textarea {
  background-color: #f7f7f7;
}
.contact-form .form-input input:focus,
.contact-form .form-input select:focus,
.contact-form .form-input textarea:focus {
  background-color: rgba(247, 247, 247, 0.35);
}
.contact-info {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: rgba(216, 216, 216, 0.65) solid 2px;
}
.contact-info:after,
.contact-info:before {
  position: absolute;
  top: 55px;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  content: '';
  background-color: #f7f7f7;
}
.contact-info:after {
  left: 100%;
}
.contact-info:before {
  right: 100%;
}
.contact-info--title {
  display: inline-block;
  margin: 0;
  padding: 18px 30px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #f2cd67;
  color: #fff;
}
.contact-info--body {
  margin-top: -25px;
  font-size: 0.875rem;
  line-height: 1.25;
  background-color: #f7f7f7;
}
.contact-info--body ul,
.contact-info--body li {
  margin: 0;
  padding: 0;
}
.contact-info--body ul {
  list-style: none;
  padding: 2.25em 15px 0.75em;
}
.contact-info--body li {
  padding: 1.45em 0;
  border-top: rgba(216, 216, 216, 0.65) solid 2px;
}
.contact-info--body li:first-child {
  border-top: 0;
}
.contact-info--body span,
.contact-info--body a {
  text-transform: uppercase;
}
.contact-info--body span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(203, 203, 203, 0.5);
}
.contact-info--body a {
  word-wrap: break-word;
  color: #f27867;
}
.contact-info--body a:hover {
  color: #268fd3;
}
.contact-info--body em,
.contact-info--body address {
  font-style: normal;
}

/* sm - md - lg - xl */
@media (min-width: 768px) {
  .contact {
    padding-bottom: 20px;
  }
  .contact-header {
    position: relative;
  }
  .contact-header:after,
  .contact-header:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2000px;
    height: 0;
    pointer-events: none;
    content: '';
    border-top: #f2cd67 dashed 3px;
  }
  .contact-header:after {
    left: 100%;
  }
  .contact-header:before {
    right: 100%;
  }
  .contact-info ul {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) and (max-width: 1599px) {
  .contact-title {
    font-size: 2rem;
  }
  .contact-summary {
    font-size: 1rem;
  }
  .contact-form .form-input,
  .contact-form .form-submit {
    margin-right: -10px;
    margin-left: -10px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-header {
    padding: 55px 0;
  }
  .contact-form {
    padding: 0 50px;
  }
  .contact-info {
    margin-top: 60px;
    padding-top: 60px;
  }
  .contact-info:after,
  .contact-info:before {
    top: 105px;
  }
  .contact-info--title {
    width: 70%;
    padding: 33px 0;
    font-size: 1.5rem;
  }
  .contact-info--body {
    margin-top: -45px;
    font-size: 1.25rem;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .contact-info {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .contact-info:after,
  .contact-info:before {
    display: none;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .contact-header {
    padding: 65px 0;
  }
  .contact-form {
    padding-left: 10px;
    padding-right: 20px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .contact-header {
    padding: 75px 0;
  }
  .contact-title {
    font-size: 2.5rem;
  }
  .contact-summary {
    font-size: 1.25rem;
  }
  .contact-form {
    padding-left: 5px;
    padding-right: 20px;
  }
  .contact-form .form-input,
  .contact-form .form-submit {
    margin-right: -5px;
    margin-left: -5px;
  }
  .contact-form .form-input {
    margin-bottom: 20px;
  }
  .contact-info--title {
    padding: 22px 50px;
    font-size: 1rem;
  }
  .contact-info--body {
    margin-top: -30px;
    font-size: 1.125rem;
  }
}

/**
--------------------------------------------------
  Team
--------------------------------------------------
**/
.team {
  margin-top: 30px;
  background-color: #f7f7f7;
}
.team-container {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.team-title {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.team-link {
  display: block;
  max-width: 480px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.team-member {
  position: relative;
  background-color: #fff;
}
.team-member--image {
  width: 35%;
}
.team-member--image img {
  width: 100%;
  height: auto;
}
.team-member--info,
.team-member--link {
  position: absolute;
  right: 0;
}
.team-member--info {
  top: 50%;
  left: 35%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
.team-member--title {
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #3d3f40;
}
.team-member--meta,
.team-member--link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.team-member--meta {
  margin-top: 5px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #96999a;
}
.team-member__social {
  margin: 1rem 0 0;
  padding: 0;
}
.team-member__social li {
  display: inline-block;
  list-style-type: none;
}
.team-member__social li a {
  padding: 0.25rem;
}
.team-member__social li img {
  height: 1.25rem;
  display: inline-block;
}
.team-member--link {
  bottom: 0;
  padding: 10px 15px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fff;
  color: #5e9ae1;
  transition: background-color 0.3s ease-out;
}
.team-member--link span {
  position: relative;
  display: block;
  padding-right: 15px;
}
.team-member--link span:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  pointer-events: none;
  content: '';
  background-image: url(../img/bg-sprites.png);
  background-position: center -244px;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.team-member:hover .team-member--link {
  background-color: #f27867;
  color: #fff;
}
.team-member:hover .team-member--link span:after {
  background-position: center -224px;
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .team-container {
    padding: 50px 0;
  }
  .team-title {
    font-size: 2rem;
  }
  .team-link {
    max-width: 700px;
    margin-top: 30px;
  }
  .team-member--info {
    padding: 0 40px;
  }
  .team-member--title {
    font-size: 1.875rem;
  }
  .team-member--meta,
  .team-member--link {
    font-size: 1rem;
  }
  .team-member--link {
    padding: 20px 30px;
  }
  .team-member--link span {
    padding-right: 20px;
  }
}

/* md - lg - xl */
@media (min-width: 1024px) {
  .team {
    background-color: #fff;
  }
  .team-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .team-link {
    max-width: 680px;
  }
}

/* md - lg */
@media (min-width: 1024px) and (max-width: 1599px) {
  .team-container {
    padding: 60px 15px 20px;
  }
  .team-title {
    font-size: 2rem;
  }
  .team-link {
    margin: 15px;
  }
  .team-member--info {
    padding: 0 30px;
  }
  .team-member--title {
    font-size: 1.5rem;
  }
  .team-member--link {
    padding: 15px 25px;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .team-link {
    width: 420px;
  }
}

/* lg */
@media (min-width: 1200px) and (max-width: 1599px) {
  .team-link {
    width: 520px;
  }
}

/* xl */
@media (min-width: 1600px) {
  .team-container {
    padding: 70px 15px 30px;
  }
  .team-title {
    font-size: 2.375rem;
  }
  .team-link {
    width: 680px;
    margin: 20px;
  }
  .team-member--info {
    padding: 0 40px;
  }
  .team-member--title {
    font-size: 1.875rem;
  }
  .team-member--meta,
  .team-member--link {
    font-size: 1rem;
  }
  .team-member--link {
    padding: 20px 30px;
  }
  .team-member--link span {
    padding-right: 20px;
  }
}

.gap-top-900 {
  margin-top: 10rem;
}

.gap-bottom-900 {
  margin-bottom: 10rem;
}

.gap-top-600 {
  margin-top: 6rem;
}

.gap-bottom-600 {
  margin-bottom: 6rem;
}

.gap-top-400 {
  margin-top: 2rem;
}

.gap-bottom-400 {
  margin-bottom: 2rem;
}

.full-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(18rem, calc(25% - 1rem)), 1fr));
  grid-gap: 1rem;
  margin-bottom: 5rem;
}

.program-box {
  position: relative;
  background-color: #f7f7f7;
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 24px;
}

.programs-grid.mixitup {
  margin-top: 40px;
}

.programs-grid.mixitup .program-box {
  position: relative;
  display: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.program-box--large {
  padding: 0;
}

.program-box__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.program-box h2 {
  margin: 0;
  padding: 0;
  font-family: 'museo-slab', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.program-box__image {
  margin: 0 auto 16px auto;
  width: 50%;
  max-width: 400px;
  border-radius: 100%;
}

.program-box__cover {
  margin: 0 0 16px;
  width: 100%;
}

.program-box .btn {
  margin-top: auto;
  margin-bottom: 0;
}

.breakout-button {
  position: static;
}

.breakout-button,
.breakout-button::before {
  cursor: pointer;
}

.breakout-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
