/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%;
}

/* ---------------- Media Queries ---------------- */
/* =============
    Variables
============= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============
    Base
============= */
figure {
  padding: 0;
  margin: 0;
}

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

html {
  background-color: #010516;
  width: 100vw;
}

#main-content {
  max-width: 1800px;
  margin: 0 auto;
}

.container {
  padding: 1.563rem;
}
@media (min-width: 768px) {
  .container {
    padding: 3.126rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 7.815rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 11.7225rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 31.26rem 15.63rem;
  }
}
@media (min-width: 1525px) {
  .container {
    padding: 6.252rem 12.504rem;
  }
}
@media (min-width: 1800px) {
  .container {
    padding: 9.378rem 15.63rem;
  }
}
.container .inside {
  padding: 1.563rem;
}
@media (min-width: 768px) {
  .container .inside {
    padding: 3.126rem;
  }
}
@media (min-width: 992px) {
  .container .inside {
    padding: 7.815rem;
  }
}
@media (min-width: 1200px) {
  .container .inside {
    padding: 15.63rem;
  }
}
@media (min-width: 1400px) {
  .container .inside {
    padding: 23.445rem;
  }
}

.-container {
  padding: -1.563rem;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.midnight-dark {
  background-color: #010516;
}

section {
  overflow: hidden;
  position: relative;
}

main {
  overflow: hidden;
}

#secondary-hero {
  padding: 1.563rem;
}
@media (min-width: 768px) {
  #secondary-hero {
    padding: 3.126rem;
  }
}
@media (min-width: 1200px) {
  #secondary-hero {
    padding: 6.252rem;
  }
}

/* =============
    Typography
============= */
h1,
h2,
h3,
p {
  padding: 0;
  margin: 0;
}

h1 {
  font-family: proxima-nova, sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 2.813rem;
  color: #F1F2E7;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.375rem;
  }
}
h1 .reg-weight {
  font-weight: 400;
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #FFC857;
}
h2::before {
  content: "";
  position: absolute;
  top: -17.5%;
  left: -5%;
  width: 5px;
  height: 100%;
  background-color: #FFC857;
  border-radius: 0.195rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}
h2 .h2-2 {
  color: #020A2C;
}

h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F1F2E7;
}

h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #808495;
  text-transform: uppercase;
}
h4 .h4-2 {
  color: #F1F2E7;
}

p {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #F1F2E7;
  line-height: 1.5rem;
}
p .highlight {
  color: #8098EF;
  font-weight: 700;
}
p .highlight-2 {
  color: #0031DF;
}
p .link {
  color: #FFC857;
  text-decoration: underline;
}

.link {
  text-decoration: underline;
}

/* =============
    Buttons
============= */
button {
  background-color: #FFC857;
  color: #010516;
  padding: 0.626rem;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  border-radius: 0.25rem;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}
button:hover {
  background-color: #F1F2E7;
  color: #010516;
}

/* =============
    Forms
============= */
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
}

/* =============
    Navigation
============= */
/* =============
    Header
============= */
header {
  -webkit-transition: 500ms;
  transition: 500ms;
  position: absolute;
  width: 100%;
  z-index: 2;
  display: block;
}
@media (min-width: 992px) {
  header {
    position: fixed;
    z-index: 101;
  }
}
header #mobile-header {
  padding: 1.563rem;
}
@media (min-width: 992px) {
  header #mobile-header {
    display: none;
  }
}
header #mobile-header p {
  text-align: center;
  cursor: pointer;
  padding-bottom: 3.125rem;
}
@media (min-width: 992px) {
  header #mobile-header p {
    display: none;
  }
}
header #mobile-header .header-container-v2 #logo-container {
  display: none;
}
header #mobile-header .header-container-v2 #nav-container #navigation nav {
  position: relative;
}
header #mobile-header .header-container-v2 #nav-container #navigation nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.563rem;
}
header #mobile-header .header-container-v2 #nav-container #navigation nav ul li div {
  position: absolute;
  left: -1.563rem;
  height: 100%;
  width: 0.313rem;
  border-radius: 0rem 0.094rem 0.094rem 0rem;
  background-color: #8098EF;
}
header #mobile-header .header-container-v2 #nav-container #navigation nav ul li .mark-off {
  display: none;
}
header #mobile-header .header-container-v2 #nav-container #navigation nav ul li h1 {
  font-variation-settings: "wght" 300;
}
header #mobile-header .header-container-v2 #nav-container #navigation nav ul li h1.active {
  font-variation-settings: "wght" 800;
}
header #mobile-header .header-container-v2 #nav-container a {
  display: none;
}
header #mobile-header .header-container-v2 #nav-container .nav-contact {
  margin-top: 3.125rem;
}
header #mobile-header .header-container-v2 #nav-container .nav-contact p {
  padding-bottom: 0.781rem;
  text-align: left;
}
header #base-header {
  display: none;
}
@media (min-width: 992px) {
  header #base-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F1F2E7;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.563rem 3.126rem;
    position: fixed;
    width: -webkit-fill-available;
  }
}
header #base-header #logo-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header #base-header #logo-container img {
  width: 35%;
}
@media (min-width: 1800px) {
  header #base-header #logo-container img {
    width: 25%;
  }
}
header #base-header #base-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header #base-header #base-navigation nav {
  height: 100%;
}
header #base-header #base-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #base-header #base-navigation nav ul li {
  position: relative;
}
header #base-header #base-navigation nav ul li h2 {
  color: #010516;
  font-size: 1rem;
}
header #base-header #base-navigation nav ul li h2 a {
  text-decoration: none;
  color: #010516;
}
header #base-header #base-navigation nav ul li h2::before {
  display: none;
}
header #base-header #base-navigation nav ul li .accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px; /* Adjust the height of the line as needed */
  background-color: #FFC857; /* Use the $gold color for the accent line */
  width: 100%; /* Set the width to 100% by default */
  opacity: 0; /* Make the accent line invisible by default */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header #base-header #base-navigation nav ul li.base-active h2 {
  /* Add any additional styles for the active menu item here if needed */
}
header #base-header #base-navigation nav ul li.base-active .accent {
  opacity: 1; /* Make the accent line visible when the menu item is active */
}

/* =============
    Footer
============= */
footer {
  z-index: 9999;
  position: sticky;
  padding: 1.5rem;
  background-color: #E4E5CE;
}
footer .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .image-container img {
  width: 50%;
}
@media (min-width: 768px) {
  footer .image-container img {
    width: 35%;
  }
}
@media (min-width: 992px) {
  footer .image-container img {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  footer .image-container img {
    width: 15%;
  }
}
@media (min-width: 1750px) {
  footer .image-container img {
    width: 10%;
  }
}

#hero {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  #hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#hero div #hero-content {
  z-index: 100;
  top: 7.815rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  #hero div #hero-content {
    display: block;
    padding: 11.7225rem;
  }
}
@media (min-width: 1400px) {
  #hero div #hero-content {
    padding: 19.5375rem 15.63rem 15.63rem 15.63rem;
  }
}
#hero div #hero-content img {
  width: 75%;
  margin-bottom: 1.563rem;
}
@media (min-width: 992px) {
  #hero div #hero-content img {
    display: none;
  }
}
#hero div #hero-content h1 {
  margin-bottom: 1.563rem;
  text-align: center;
  color: #F1F2E7;
}
#hero div #hero-content h1 .title {
  display: none;
}
#hero div #hero-content h1 .reg-weight .break {
  display: none;
}
@media (min-width: 576px) {
  #hero div #hero-content h1 .reg-weight .break {
    display: block;
  }
}
@media (min-width: 992px) {
  #hero div #hero-content h1 {
    text-align: left;
  }
  #hero div #hero-content h1 .title {
    display: block;
  }
}
#video-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
#video-container .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #020A2C;
  opacity: 0.75;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  z-index: -1;
}
#home-01 {
  z-index: 100;
  position: relative;
}
@media (min-width: 992px) {
  #home-01 .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    direction: rtl;
    z-index: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 6.252rem 3.126rem;
  }
  #home-01 .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #home-01 .container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #home-01 .container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #home-01 .container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #home-01 .container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (min-width: 1200px) {
  #home-01 .container {
    padding: 7.815rem;
  }
}
@media (min-width: 1525px) {
  #home-01 .container {
    padding: 6.252rem 12.504rem;
  }
}
@media (min-width: 1750px) {
  #home-01 .container {
    padding: 9.378rem 15.63rem;
  }
}
#home-01 .container .content {
  padding: 0.7815rem;
  z-index: 1;
}
@media (min-width: 992px) {
  #home-01 .container .content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/4/4;
    text-align: left;
    background-color: #010516;
    position: absolute;
    top: 3.75%;
    padding: 3.126rem 4.689rem;
    left: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #home-01 .container .content {
    top: 8%;
  }
}
@media (min-width: 1525px) {
  #home-01 .container .content {
    padding: 4.689rem;
    top: 4%;
  }
}
@media (min-width: 1750px) {
  #home-01 .container .content {
    width: 75%;
  }
}
#home-01 .container .content h2 {
  padding-bottom: 0.7815rem;
  margin-left: -0.7815rem;
  position: relative;
}
#home-01 .container .content h1 {
  color: #F1F2E7;
}
#home-01 .container .content p {
  margin: 1.563rem 0 3.126rem 0;
  color: #F1F2E7;
}
@media (min-width: 992px) {
  #home-01 .container .content p {
    margin: 1.563rem 0 0 0;
  }
}
#home-01 .container aside {
  background-image: url("../img/home01.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 23.445rem;
}
@media (min-width: 768px) {
  #home-01 .container aside {
    height: 31.26rem;
  }
}
@media (min-width: 992px) {
  #home-01 .container aside {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 2/4/3/6;
    height: 35.1675rem;
  }
}
@media (min-width: 1400px) {
  #home-01 .container aside {
    height: 39.075rem;
  }
}
@media (min-width: 1750px) {
  #home-01 .container aside {
    grid-column: -1/3;
  }
}

#home-020201 {
  display: none;
}
@media (min-width: 1400px) {
  #home-020201 {
    padding: 0 3.126rem;
    margin-right: -3.126rem;
    margin-bottom: -7.815rem;
    z-index: 100;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.126rem 1fr 3.126rem 1fr 3.126rem 1fr 3.126rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 3.126rem;
  }
  #home-020201 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #home-020201 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #home-020201 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #home-020201 > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  #home-020201 > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #home-020201 #image-020201-01 {
    background-image: url("../img/home02-02.png");
    background-size: cover;
    background-position: center;
    width: 75%;
    height: 15.63rem;
    margin-top: 15.63rem;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #home-020201 #image-020201-02 {
    background-image: url("../img/home02-01.jpg");
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 35.1675rem;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

#home-02 {
  background-color: #808CB1;
  position: relative;
  margin-top: -7.815rem;
  padding: 7.815rem 0 1.563rem 0;
  z-index: 99;
}
@media (min-width: 992px) {
  #home-02 {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  #home-02 {
    z-index: 0;
  }
}
@media (min-width: 1400px) {
  #home-02 .container {
    padding: 12.504rem 9.378rem 3.126rem 9.378rem;
  }
}
@media (min-width: 1525px) {
  #home-02 .container {
    padding: 12.504rem 12.504rem 6.252rem 12.504rem;
  }
}
@media (min-width: 1750px) {
  #home-02 .container {
    padding: 12.504rem 15.63rem 9.378rem 15.63rem;
  }
}
#home-02 .container .content {
  padding: 0.7815rem;
}
@media (min-width: 1400px) {
  #home-02 .container .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7.815rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7.815rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home-02 .container .content h2 {
  color: #020A2C;
  padding-bottom: 0.7815rem;
  margin-left: -0.7815rem;
  position: relative;
}
#home-02 .container .content h2::before {
  background-color: #020A2C;
}
#home-02 .container .content h1 {
  color: #00186F;
}
#home-02 .container .content p {
  margin: 1.563rem 0;
  color: #020A2C;
}
#home-02 .container .content p .highlight {
  color: #021964;
}

#home-0202 {
  z-index: 99;
  margin-top: -6.252rem;
  display: block;
}
@media (min-width: 992px) {
  #home-0202 {
    margin-top: -15.63rem;
  }
}
@media (min-width: 1400px) {
  #home-0202 {
    display: none;
  }
}
#home-0202 #portrait {
  background-image: url("../img/home02-01.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 23.445rem;
}
@media (min-width: 768px) {
  #home-0202 #portrait {
    height: 31.26rem;
  }
}
@media (min-width: 1200px) {
  #home-0202 #portrait {
    height: 35.1675rem;
  }
}

#home-03 {
  background-image: url("../img/home-03-bg.jpg");
  position: relative;
  margin-top: -23.445rem;
}
@media (min-width: 992px) {
  #home-03 {
    margin-top: -28.134rem;
  }
}
@media (min-width: 1400px) {
  #home-03 {
    margin: 0;
  }
}
#home-03 .container {
  padding-top: 23.445rem;
}
@media (min-width: 768px) {
  #home-03 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1400px) {
  #home-03 .container {
    padding: 12.504rem 9.378rem 6.252rem 9.378rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.126rem 1fr 3.126rem 1fr 3.126rem 1fr 3.126rem 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3.126rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -7.815rem;
  }
}
@media (min-width: 1750px) {
  #home-03 .container {
    padding: 12.504rem 15.63rem 9.378rem 15.63rem;
  }
}
#home-03 .container .image-container {
  display: none;
}
@media (min-width: 1400px) {
  #home-03 .container .image-container {
    display: block;
    background-image: url("../img/home-03.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 39.075rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
#home-03 .container .content {
  padding: 0.7815rem;
}
@media (min-width: 1400px) {
  #home-03 .container .content {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media (min-width: 1525px) {
  #home-03 .container .content {
    padding-right: 12.504rem;
  }
}
@media (min-width: 1800px) {
  #home-03 .container .content {
    padding: 1.563rem 12.504rem 1.563rem 1.563rem;
  }
}
#home-03 .container .content h2 {
  padding-bottom: 0.7815rem;
  margin-left: -0.7815rem;
  position: relative;
}
#home-03 .container .content h2::before {
  background-color: #FFC857;
}
#home-03 .container .content h1 {
  color: #F1F2E7;
}
#home-03 .container .content p {
  margin: 1.563rem 0;
  color: #F1F2E7;
}
#home-03 .container .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-03 .container .image-container img {
  padding: 7.815rem 3.126rem 0 3.126rem;
  width: 65%;
}
@media (min-width: 768px) {
  #home-03 .container .image-container img {
    width: 40%;
  }
}

#about {
  position: relative;
}
@media (min-width: 1200px) {
  #about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1400px) {
  #about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    padding: 6.252rem 9.378rem;
  }
}
@media (min-width: 1750px) {
  #about {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
#about #secondary-hero {
  position: relative;
  z-index: 1;
}
#about #secondary-hero h2 {
  position: relative;
}
#about #secondary-hero h2:before {
  left: -3%;
  top: auto;
}
@media (min-width: 1200px) {
  #about #secondary-hero {
    padding: 6.252rem 4.689rem;
  }
}
@media (min-width: 1200px) {
  #about #about-content .container {
    padding: 6.252rem 4.689rem;
  }
}
@media (min-width: 1750px) {
  #about #about-content .container {
    padding: 6.252rem 9.378rem;
  }
}

header {
  position: relative;
}

@media (min-width: 1200px) {
  .practice-areas {
    padding: 4.689rem 6.252rem;
  }
}

#pa01 .-container {
  padding: -1.563rem;
}
#pa01 .-container .full-width {
  background-image: url("../img/pa01-01.png");
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 23.445rem;
}

#secondary-hero {
  padding: 1.563rem;
}
@media (min-width: 768px) {
  #secondary-hero {
    padding: 3.126rem;
  }
}
@media (min-width: 1200px) {
  #secondary-hero {
    padding: 6.252rem;
  }
}

@media (min-width: 1200px) {
  #pa01 {
    display: none;
  }
}

@media (min-width: 768px) {
  #pa02 .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.563rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.563rem;
  }
}
@media (min-width: 1200px) {
  #pa02 .container {
    padding: 3.126rem 4.689rem;
    grid-gap: 3.126rem;
    -ms-grid-columns: 1fr 3.126rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  #pa02 .container {
    -ms-grid-columns: 1fr 3.126rem 1fr 3.126rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
#pa02 .container .content-image {
  display: none;
}
@media (min-width: 1200px) {
  #pa02 .container .content-image {
    display: block;
    background-size: cover;
    background-position: left;
  }
}
#pa02 .container .content-image:nth-child(1) {
  background-image: url("../img/pa01-01.png");
  margin-left: -9.378rem;
}
#pa02 .container .content-image:nth-child(6) {
  background-image: url("../img/pa03-01.png");
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin-right: -9.378rem;
}
#pa02 .container .content {
  padding: 0.7815rem;
}
#pa02 .container .content:nth-last-child(n+2) {
  margin-bottom: 1.563rem;
}
#pa02 .container .content h2 {
  padding-bottom: 0.7815rem;
  position: relative;
}
#pa02 .container .content p {
  color: #F1F2E7;
  padding-top: 0.7815rem;
}
@media (min-width: 1200px) {
  #pa03 {
    z-index: 2;
  }
}
#pa03 .-container {
  padding: -1.563rem;
}
@media (min-width: 1200px) {
  #pa03 .-container {
    padding: 0 18.756rem 0 34.386rem;
    margin-bottom: -1.563rem;
  }
}
#pa03 .-container .full-width {
  background-image: url("../img/pa03-01.png");
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 23.445rem;
}
@media (min-width: 1200px) {
  #pa03 .-container .full-width {
    display: none;
  }
}

#pa04 {
  background-color: #808CB1;
  position: relative;
}
@media (min-width: 1200px) {
  #pa04 {
    z-index: 1;
  }
}
@media (min-width: 768px) {
  #pa04 .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.563rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.563rem;
  }
}
@media (min-width: 1200px) {
  #pa04 .container {
    -ms-grid-columns: 1fr 1.563rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 1.563rem auto;
    grid-template-rows: auto auto;
    padding: 4.689rem 7.815rem;
    position: relative;
  }
  #pa04 .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #pa04 .container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #pa04 .container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #pa04 .container > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1400px) {
  #pa04 .container {
    -ms-grid-columns: 1fr 1.563rem 1fr 1.563rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
#pa04 .container .content-image {
  display: none;
}
@media (min-width: 1200px) {
  #pa04 .container .content-image {
    display: block;
    background-image: url("../img/pa04-02.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    grid-column-start: span 2;
  }
}
#pa04 .container .content {
  padding: 0.7815rem;
}
#pa04 .container .content:nth-last-child(n+2) {
  margin-bottom: 1.563rem;
}
#pa04 .container .content h2 {
  padding-bottom: 0.7815rem;
  position: relative;
  color: #020A2C;
}
#pa04 .container .content h2:before {
  background-color: #020A2C;
}
#pa04 .container .content p {
  color: #020A2C;
  padding-top: 0.7815rem;
}
#pa04 .container .content p .highlight {
  color: #00186F;
}
#pa04 .container .content h4 {
  color: #F1F2E7;
}

@media (min-width: 1200px) {
  #pa05 {
    display: none;
  }
}
#pa05 .-container {
  padding: -1.563rem;
}
#pa05 .-container .full-width {
  background-image: url("../img/pa05-01.png");
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 23.445rem;
}

@media (min-width: 768px) {
  #pa06 .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.563rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.563rem;
  }
}
@media (min-width: 1200px) {
  #pa06 .container {
    padding: 3.126rem 4.689rem;
    -ms-grid-columns: 1fr 1.563rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  #pa06 .container {
    -ms-grid-columns: 1fr 1.563rem 1fr 1.563rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
#pa06 .container .content-image {
  display: none;
}
@media (min-width: 1200px) {
  #pa06 .container .content-image {
    display: block;
    background-size: cover;
    background-position: left;
  }
}
#pa06 .container .content-image:nth-child(1) {
  background-image: url("../img/pa06-01.png");
  background-position: center;
  height: 50%;
  width: 100%;
  margin-left: -9.378rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 1200px) {
  #pa06 .container .content-image:nth-child(1) {
    display: none;
  }
}
@media (min-width: 1400px) {
  #pa06 .container .content-image:nth-child(1) {
    display: block;
  }
}
@media (min-width: 1750px) {
  #pa06 .container .content-image:nth-child(1) {
    height: 65%;
  }
}
#pa06 .container .content-image:nth-child(4) {
  background-image: url("../img/pa06-02.png");
  background-position: center;
  height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  margin-left: -3.126rem;
}
@media (min-width: 1200px) {
  #pa06 .container .content-image:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1400px) {
  #pa06 .container .content-image:nth-child(4) {
    display: block;
  }
}
@media (min-width: 1750px) {
  #pa06 .container .content-image:nth-child(4) {
    background-position: top center;
  }
}
#pa06 .container .content {
  padding: 0.7815rem;
}
#pa06 .container .content:nth-last-child(n+2) {
  margin-bottom: 1.563rem;
}
@media (min-width: 1200px) {
  #pa06 .container .content:nth-last-child(n+2) {
    margin-bottom: none;
  }
}
#pa06 .container .content h2 {
  padding-bottom: 0.7815rem;
  position: relative;
}
#pa06 .container .content p {
  color: #F1F2E7;
  padding-top: 0.7815rem;
}
@media (min-width: 1400px) {
  #contact-content .container {
    padding: 9.378rem 12.504rem;
  }
}
@media (min-width: 1525px) {
  #contact-content .container {
    padding: 12.504rem 15.63rem;
  }
}
@media (min-width: 1750px) {
  #contact-content .container {
    padding: 12.504rem 15.63rem;
  }
}
@media (min-width: 1800px) {
  #contact-content .container {
    padding: 12.504rem 25.008rem;
  }
}
#contact-content .container #contact-info p {
  padding-bottom: 0.7815rem;
}
#contact-content .container #contact-info .type {
  font-weight: bold;
  font-size: 1.25rem;
}
#contact-content .container #contact-info a {
  color: #FFC857;
}
@media (min-width: 1200px) {
  #contact-content .container .image-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
  }
  #contact-content .container .image-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #contact-content .container .image-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #contact-content .container .image-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #contact-content .container .image-wrapper > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  #contact-content .container .image-wrapper > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #contact-content .container .image-wrapper > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  #contact-content .container .image-wrapper > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  #contact-content .container .image-wrapper > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #contact-content .container .image-wrapper > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #contact-content .container .image-wrapper > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  #contact-content .container .image-wrapper > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  #contact-content .container .image-wrapper > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  #contact-content .container .image-wrapper > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 11;
  }
  #contact-content .container .image-wrapper > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 13;
  }
}
#contact-content .container .image-wrapper .image-container {
  background-image: url("../img/contact01.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 19.5375rem;
  margin-top: 1.563rem;
}
@media (min-width: 992px) {
  #contact-content .container .image-wrapper .image-container {
    height: 31.26rem;
  }
}
@media (min-width: 1200px) {
  #contact-content .container .image-wrapper .image-container {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/3/4;
    height: auto;
  }
}
#contact-content .container .image-wrapper .image-container02 {
  display: none;
}
@media (min-width: 1200px) {
  #contact-content .container .image-wrapper .image-container02 {
    display: block;
    height: 18.756rem;
    background-image: url("../img/contact02.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 1.563rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 1/4/2/6;
  }
}
#contact-content .container .image-wrapper .image-container03 {
  display: none;
}
@media (min-width: 1200px) {
  #contact-content .container .image-wrapper .image-container03 {
    display: block;
    height: 18.756rem;
    background-image: url("../img/contact03.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 1.563rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-area: 1/6/2/8;
  }
}
#contact-content .container .image-wrapper .image-container04 {
  display: none;
}
@media (min-width: 1200px) {
  #contact-content .container .image-wrapper .image-container04 {
    display: block;
    height: 18.756rem;
    background-image: url("../img/contact04.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 1.563rem;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 2/4/3/6;
  }
}
#contact-content .container .image-wrapper .image-container05 {
  display: none;
}
@media (min-width: 1200px) {
  #contact-content .container .image-wrapper .image-container05 {
    display: block;
    height: 18.756rem;
    background-image: url("../img/home01.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-top: 1.563rem;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-area: 2/6/3/8;
  }
}