html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

a {
  background: transparent; }

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

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

textarea {
  overflow: auto; }

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

td,
th {
  padding: 0; }

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

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative; }
  .container--sm {
    max-width: 950px; }
  .container--xs {
    max-width: 760px; }

@font-face {
  font-family: "Bodoni MT";
  src: url("../assets/fonts/Bodini_MT/BOD_R.TTF"); }
@font-face {
  font-family: "Rage Italic";
  src: url("../assets/fonts/RAGE.TTF"); }
html {
  height: 100%;
  font-size: 62.5%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-size: 1.4rem;
  line-height: 1.5; }

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

a, button, input, textarea, img {
  outline: none !important; }

a:hover {
  color: #007FF0; }

strong {
  font-weight: 600; }

.slider__header {
  display: flex; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .65em;
  font-weight: 400; }

h1, .h1 {
  font-size: 5.2rem; }
  @media only screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 2.4rem; } }

h2, .h2 {
  font-size: 4.6rem;
  font-family: 'Cinzel', serif;
  line-height: 1.25; }
  @media only screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 3.4rem; } }

h3, .h3 {
  font-size: 4rem; }
  @media only screen and (max-width: 768px) {
    h3, .h3 {
      font-size: 3rem; } }

h4, .h4 {
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    h4, .h4 {
      font-size: 2.4rem; } }

h5, .h5 {
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    h5, .h5 {
      font-size: 1.8rem; } }

h6, .h6 {
  font-size: 1.8rem; }

p {
  font-size: 1.5rem;
  margin-bottom: .5em; }

small {
  font-size: 1rem; }

.heading--semibold {
  font-weight: 600; }

.bodoni-title {
  font-family: "Bodoni MT", serif;
  text-transform: uppercase;
  margin-bottom: .5rem; }

.stagger-headline {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .stagger-headline__part1 {
    display: block;
    line-height: 1;
    margin-left: -25%; }
    @media only screen and (max-width: 768px) {
      .stagger-headline__part1 {
        margin-left: 0;
        line-height: 1.5; } }
  .stagger-headline__part2 {
    display: block;
    line-height: 1;
    margin-right: -25%; }
    @media only screen and (max-width: 768px) {
      .stagger-headline__part2 {
        margin-right: 0;
        line-height: 1.5; } }

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

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

.text-muted {
  color: #757783; }

.rage-text {
  font-family: "Rage Italic", sans-serif; }

.bodoni-text {
  font-family: "Bodoni MT", serif; }

.break-word {
  word-break: break-word; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.d-flex {
  display: flex; }
  .d-flex--v-center {
    align-items: center; }

.page-header {
  background-color: transparent;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  transition: background-color 300ms ease-in-out;
  height: 92px;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .page-header {
      position: fixed;
      background-color: #fff;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } }
  .page-header .logo {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    left: 50%;
    top: 15px;
    width: 72px;
    margin-left: -36px; }
    @media only screen and (max-width: 768px) {
      .page-header .logo {
        opacity: 1; } }
  .page-header.fixed {
    position: fixed;
    top: -91px;
    z-index: 999; }
    .page-header.fixed.visible {
      top: 0;
      transition: top 300ms ease-in-out, background-color 300ms ease-in-out;
      background-color: #fff;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
      .page-header.fixed.visible .logo {
        opacity: 1; }

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0; }
  @media only screen and (max-width: 768px) {
    .nav {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 92px;
      background-color: #fff;
      box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1); } }
  .nav .logo {
    height: 60px;
    margin-bottom: 0; }
  .nav.shown {
    display: block; }

.nav-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .nav-menu {
      flex-direction: column;
      align-items: flex-end; } }
  @media only screen and (min-width: 769px) {
    .nav-menu--left .nav-menu__item:first-child .nav-menu__link {
      padding-left: 0; } }
  @media only screen and (min-width: 769px) {
    .nav-menu--right .nav-menu__item:last-child .nav-menu__link {
      padding-right: 0; } }
  .nav-menu__item {
    list-style: none;
    padding: 2rem 0; }
    @media only screen and (max-width: 768px) {
      .nav-menu__item {
        padding: 2rem 1rem; } }
  .nav-menu__link {
    font-size: 1.2rem;
    letter-spacing: .5px;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    line-height: 2rem; }
    .nav-menu__link:hover {
      color: #007FF0; }

.logo {
  margin-bottom: 4rem;
  display: inline-block; }

.nav-toggle {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  border: 1px solid #8794AB;
  border-radius: 3px;
  background: transparent;
  outline: none;
  display: none;
  padding: 0.5rem; }
  @media only screen and (max-width: 768px) {
    .nav-toggle {
      display: block; } }
  .nav-toggle .material-icons {
    color: #383A3B;
    display: block;
    font-size: 3rem; }

.page-footer {
  background-color: #212227;
  color: #fff;
  padding: 4rem 0 3rem; }
  .page-footer__title {
    font-size: 18px;
    font-family: 'Bodoni MT', serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 2rem; }
  .page-footer .text-secondary {
    color: rgba(255, 255, 255, 0.7); }

.page-footer-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .page-footer-list {
      margin-bottom: 3rem; } }
  .page-footer-list__item {
    line-height: 2;
    margin-bottom: 1rem; }
  .page-footer-list__link {
    color: #fff;
    text-decoration: none; }
    .page-footer-list__link:hover {
      color: #007FF0; }

.page-footer-table {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .page-footer-table {
      margin-bottom: 3rem; } }
  .page-footer-table td {
    padding: 1rem 0; }
  .page-footer-table tr:first-child td {
    padding-top: 0; }

.title-section {
  background-image: url("../assets/header-image/photo2.jpg");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 14rem 0 11rem; }
  @media only screen and (max-width: 768px) {
    .title-section {
      padding: 17rem 0 5.5rem; } }
  .title-section__title {
    margin-bottom: 7rem; }
    @media only screen and (max-width: 768px) {
      .title-section__title {
        margin-bottom: 3.5rem; } }
  .title-section__controls .btn {
    margin: 0 2rem 2rem; }

.light-gray-section {
  background-color: #F4F7FA;
  padding: 9rem 0 7.5rem; }
  @media only screen and (max-width: 768px) {
    .light-gray-section {
      padding: 4rem 0; } }
  .light-gray-section--map {
    background-image: url("../assets/location.png");
    background-position: 0 100%;
    background-size: cover;
    color: #fff; }

.white-section {
  background-color: #fff;
  padding: 8rem 0 4rem; }
  @media only screen and (max-width: 768px) {
    .white-section {
      padding: 4rem 0; } }

.tile {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #f2f2f2;
  padding: 2.5rem;
  margin-bottom: 3rem; }
  .tile__img {
    margin-right: 3rem; }
  .tile__title {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Bodoni MT', serif;
    text-transform: uppercase;
    letter-spacing: .5px; }

.slider__header {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .slider__header {
      align-items: start; } }
.slider__body {
  position: relative;
  z-index: 1; }
  .slider__body .card {
    margin-bottom: 3rem; }
.slider__item-title {
  font-family: "Bodoni MT", serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 0; }
.slider__item-desc {
  color: #8794AB;
  font-weight: bold; }

.slider__nav {
  display: flex;
  border-radius: 20px; }
  .slider__nav-item {
    display: block;
    background-color: #BCD3E6;
    width: 50px;
    height: 50px;
    border: none;
    outline: none; }
    .slider__nav-item--prev {
      border-radius: 25px 0 0 25px; }
    .slider__nav-item--next {
      border-radius: 0 25px 25px 0; }
    .slider__nav-item .material-icons {
      display: block;
      transition: transform 300ms ease-in-out; }
    .slider__nav-item:hover .material-icons {
      transform: scale(1.3); }

.card {
  background-color: #fff;
  border: 1px solid #f2f2f2; }
  .card--testimonial {
    padding: 3rem 5rem 3rem 10rem;
    position: relative;
    min-height: 20rem; }
    @media only screen and (max-width: 1120px) {
      .card--testimonial {
        padding: 3rem 3rem 3rem 5rem; } }
    @media only screen and (max-width: 768px) {
      .card--testimonial {
        padding: 4rem 1rem 1rem 1rem; } }
    .card--testimonial:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1rem 1rem 0 1rem;
      border-color: #fff transparent transparent transparent;
      content: '';
      position: absolute;
      z-index: 2;
      bottom: -1rem;
      left: 3rem; }
    .card--testimonial:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1rem 1rem 0 1rem;
      border-color: #f2f2f2 transparent transparent transparent;
      content: '';
      position: absolute;
      z-index: 1;
      bottom: -1.1rem;
      left: 3rem; }
    .card--testimonial .material-icons {
      font-size: 4rem;
      color: #dfdfdf;
      position: absolute;
      top: 2rem;
      left: 3rem;
      transform: rotate(180deg); }
      @media only screen and (max-width: 1120px) {
        .card--testimonial .material-icons {
          top: 2rem;
          left: 1rem; } }
      @media only screen and (max-width: 768px) {
        .card--testimonial .material-icons {
          font-size: 4rem;
          top: .5rem;
          left: .5rem; } }
    .card--testimonial p {
      font-style: italic;
      font-size: 1.5rem;
      margin-bottom: 0;
      color: #757783; }

.btn {
  border-radius: 25px;
  padding: 1.3rem 3rem;
  font-family: 'Bodoni MT', serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #2c2c2c;
  font-size: 1.4rem;
  display: inline-block;
  letter-spacing: .5px; }
  .btn:hover {
    color: #2c2c2c; }

.btn-primary {
  background-color: #BCD3E6; }
  .btn-primary:hover {
    background-color: #8794AB; }

.btn-outline {
  background-color: transparent;
  border: 2px solid rgba(70, 70, 70, 0.4);
  padding: 1.1rem 3rem; }
  .btn-outline:hover {
    border-color: rgba(70, 70, 70, 0.6);
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-outline--white {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff; }
    .btn-outline--white:hover {
      border-color: rgba(255, 255, 255, 0.6);
      background-color: rgba(255, 255, 255, 0.1); }

.media-obj {
  margin-bottom: 5rem;
  color: #464646;
  text-decoration: none;
  display: block; }
  a.media-obj:hover {
    color: #BCD3E6; }
  .media-obj__img {
    margin-bottom: 1rem;
    display: block;
    width: 100%; }
  .media-obj__title {
    font-family: "Bodoni MT", serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .media-obj__desc {
    margin-bottom: 0; }
  .media-obj__caption {
    background-color: #F4F7FA;
    padding: 1.5rem; }
  .media-obj--solid .media-obj__img {
    margin-bottom: 0; }
  .media-obj--solid .media-obj__title {
    font-size: 18px;
    font-family: 'Bodoni MT', serif;
    text-transform: uppercase;
    letter-spacing: .5px; }
  .media-obj--solid .media-obj__desc {
    color: #757783; }

.material-field {
  position: relative;
  display: block;
  height: 5rem;
  margin-bottom: 3rem; }
  .material-field__label {
    opacity: 0.5;
    font-size: 18px;
    color: #3E4A5A;
    position: absolute;
    bottom: 2px;
    left: 2px;
    transition: bottom 300ms ease-in-out, font-size 300ms ease-in-out; }
  .material-field__input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #9EA4AC;
    font-size: 18px;
    color: #3E4A5A;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem .2rem .2rem; }
    .material-field__input:not(:placeholder-shown) ~ .material-field__label {
      font-size: 14px;
      bottom: 30px; }
    .material-field__input:focus {
      border-bottom-color: #007FF0; }
      .material-field__input:focus ~ .material-field__label {
        bottom: 30px;
        font-size: 14px;
        color: #007FF0;
        opacity: 1; }

.office-images {
  position: relative;
  height: 46rem;
  width: 91rem; }
  @media only screen and (max-width: 1480px) {
    .office-images {
      width: 100%; } }
  @media only screen and (max-width: 1120px) {
    .office-images {
      height: auto; } }

.office-image {
  overflow: hidden;
  position: absolute;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 1120px) {
    .office-image {
      position: relative;
      display: inline-block;
      top: auto !important;
      left: auto !important;
      bottom: auto !important;
      right: auto !important;
      vertical-align: middle;
      width: 14rem !important;
      height: 14rem !important;
      border-radius: 7rem !important;
      margin: 0 1rem 1rem 1rem; } }
  .office-image:hover {
    transform: scale(1.15);
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }
  .office-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50% 0 0 -50%; }
  .office-image--horizontal img {
    max-height: 100%;
    max-width: none; }
  .office-image--vertical img {
    max-width: 100%;
    max-height: none; }
  .office-image--type-1 {
    width: 248px;
    height: 248px;
    border-radius: 124px; }
    @media only screen and (max-width: 1480px) {
      .office-image--type-1 {
        width: 228px;
        height: 228px; } }
  .office-image--type-2 {
    width: 238px;
    height: 238px;
    border-radius: 118px; }
    @media only screen and (max-width: 1480px) {
      .office-image--type-2 {
        width: 208px;
        height: 208px; } }
  .office-image--type-3 {
    width: 206px;
    height: 206px;
    border-radius: 103px; }
    @media only screen and (max-width: 1480px) {
      .office-image--type-3 {
        width: 16rem;
        height: 16rem;
        border-radius: 8rem; } }
  .office-image--type-4 {
    width: 176px;
    height: 176px;
    border-radius: 88px; }
  .office-image--type-5 {
    width: 148px;
    height: 148px;
    border-radius: 74px; }
  .office-image--type-6 {
    width: 128px;
    height: 128px;
    border-radius: 64px; }
  .office-image--type-7 {
    width: 112px;
    height: 112px;
    border-radius: 56px; }
  .office-image--type-8 {
    width: 88px;
    height: 88px;
    border-radius: 44px; }
  .office-image--pos-1 {
    bottom: 0;
    right: 16rem; }
    @media only screen and (max-width: 1480px) {
      .office-image--pos-1 {
        right: 14rem; } }
  .office-image--pos-2 {
    top: 0;
    right: 32rem; }
    @media only screen and (max-width: 1480px) {
      .office-image--pos-2 {
        top: 4rem; } }
  .office-image--pos-3 {
    bottom: 6rem;
    left: 19.5rem; }
    @media only screen and (max-width: 1480px) {
      .office-image--pos-3 {
        bottom: 4rem;
        left: 18.5rem; } }
  .office-image--pos-4 {
    left: 0;
    top: 7rem; }
    @media only screen and (max-width: 1480px) {
      .office-image--pos-4 {
        top: 14rem; } }
  .office-image--pos-5 {
    top: 2rem;
    right: 11.5rem; }
  .office-image--pos-6 {
    right: 0;
    bottom: 12.5rem; }
  .office-image--pos-7 {
    left: 3.5rem;
    bottom: 3.5rem; }
  .office-image--pos-8 {
    top: 1rem;
    left: 21rem; }
    @media only screen and (max-width: 1480px) {
      .office-image--pos-8 {
        top: 0;
        left: 9rem; } }
  .office-image--pos-9 {
    bottom: 0;
    left: 40rem; }
    @media only screen and (max-width: 1480px) {
      .office-image--pos-9 {
        left: 60rem; } }

.collapse-title {
  font-size: 18px;
  font-family: 'Bodoni MT', serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 3rem 2rem 3rem 5rem;
  border-top: 1px solid #d8d8d8;
  position: relative;
  margin-bottom: 0; }
  .collapse-title:first-child {
    border-top: none; }
  .collapse-title:hover {
    cursor: pointer;
    color: #BCD3E6; }
    .collapse-title:hover .material-icons {
      color: #BCD3E6; }
  .collapse-title .material-icons {
    position: absolute;
    top: 2.4rem;
    left: 0;
    font-size: 4rem;
    color: #757783; }

.collapse-body {
  padding: 0 3rem 3rem 5rem; }

.blocker {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5); }

.modal {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  max-width: 75rem; }
  .modal-header {
    overflow: hidden;
    border-radius: 8px 8px 0 0; }
    .modal-header img {
      margin-bottom: 0; }
  .modal-body {
    padding: 2rem; }

@media only screen and (max-width: 768px) {
  .modal-img {
    max-height: 30vh;
    width: auto; } }

.img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .img-list__item {
    padding: 0 16px;
    margin-bottom: 16px;
    width: 20%; }
    @media only screen and (max-width: 768px) {
      .img-list__item {
        width: 50%; } }

@media print {
  *, *:after, *:before {
    color: #000000 !important;
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important; } }

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