@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-weight: 100;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

html, body {
  background: #000000;
  color: #fff;
  min-width: 320px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  overflow-x: hidden;
  position: relative;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.47;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

ul, menu {
  list-style: none;
}

ol {
  list-style-position: inside;
}

img, video {
  border: none;
  max-width: 100%;
}

video {
  background: #000000;
}

svg {
  fill: currentColor;
  stroke-width: 0;
}

.flex, .d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.fw-light, .fw-300 {
  font-weight: 300;
}

.normal, .fw-normal, .fw-400 {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.bold, .fw-bold, .fw-700, strong {
  font-weight: bold !important;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

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

p {
  margin-bottom: 2rem;
}

p:last-of-type {
  margin-bottom: 0;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

@media screen and (min-width: 3600px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
    scroll-behavior: smooth;
  }
}
@supports (-webkit-touch-callout: none) {
  @media screen and (orientation: landscape) {
    body {
      min-height: 0;
    }
  }
}
body > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}

@media screen and (max-width: 1023px) {
  body > div {
    flex-direction: column;
  }
}
main {
  flex: 1 1 auto;
  background: #000000;
}
main.whitebg {
  background: #fff;
}
main > section {
  padding: 70px 4% 50px 4%;
}
main > section.whitebg {
  color: #000000;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
h1.bullet::before, h2.bullet::before, h3.bullet::before, h4.bullet::before, h5.bullet::before, h6.bullet::before {
  content: " ";
  background: black;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3em;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin-top: -0.25rem;
}

h1 {
  font-size: min(9.5rem, 20vw);
  margin-bottom: min(5rem, 10vw);
}

h2 {
  font-size: 5.5rem;
  letter-spacing: 0.01em;
  font-weight: 800;
}
h2.icontitle {
  display: flex;
  align-items: center;
}
h2.icontitle img {
  margin-right: 0.35em;
  height: 1em;
}

h3 {
  font-size: 2.25rem;
  margin-bottom: 0.25em;
}

h4 {
  font-size: 1.33333333rem;
}

@supports (padding: max(0px)) {
  main > section {
    padding-left: max(4%, env(safe-area-inset-left));
    padding-right: max(4%, env(safe-area-inset-right));
  }
}
@media screen and (max-width: 1023px) {
  main > section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  h1.bullet::before, h2.bullet::before, h3.bullet::before, h4.bullet::before, h5.bullet::before, h6.bullet::before {
    width: 0.52em;
    height: 0.52em;
    margin-top: -0.1em;
  }
  h2 {
    font-size: 2rem;
  }
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v18-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v18-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "dimema";
  src: url("../fonts/dimema.eot?96p7l4");
  src: url("../fonts/dimema.eot?96p7l4#iefix") format("embedded-opentype"), url("../fonts/dimema.ttf?96p7l4") format("truetype"), url("../fonts/dimema.woff?96p7l4") format("woff"), url("../fonts/dimema.svg?96p7l4#dimema") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dimema" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-bars:before {
  content: "\e901";
}

.icon-location-dot:before {
  content: "\e903";
}

.icon-mobile:before {
  content: "\e904";
}

form .form-row {
  display: flex;
  gap: 0rem 2rem;
  flex-wrap: wrap;
}
form .form-row-halfs .form-group {
  flex: 0 0 calc(50% - 1rem);
}
form .form-row .form-group {
  margin-bottom: 2rem;
  width: 100%;
}
form label {
  display: none;
  margin-bottom: 0.8rem;
}
form input[type=text], form input[type=email], form select, form textarea, form input[type=number], form input[type=tel] {
  width: 100%;
  padding-bottom: 0.625rem;
  font-family: inherit;
  font-size: 1.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid #fff !important;
  color: #fff;
  outline: none;
  border-radius: 0;
}
form textarea {
  resize: vertical;
  min-height: 130px;
}
form select {
  background: #000000;
}
form button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}
form button:hover {
  background: #fff;
  color: #000000;
}
form ::placeholder,
form .select-placeholder {
  font-style: italic;
  color: #999999 !important;
}
form .no-selection {
  font-style: italic;
  color: #999999 !important;
}
form .no-selection option {
  color: #fff;
}

.whitebg form input[type=text], .whitebg form input[type=email], .whitebg form select, .whitebg form textarea, .whitebg form input[type=number], .whitebg form input[type=tel] {
  border-color: #000000 !important;
  color: #000000;
}
.whitebg form button {
  border-color: #000000;
  color: #000000;
}
.whitebg form button:hover {
  background: #000000;
  color: #fff;
}
.whitebg form select {
  background: none;
}
.whitebg form .no-selection {
  font-style: italic;
  color: #999999 !important;
}
.whitebg form .no-selection option {
  color: #000000;
}

@media screen and (max-width: 599px) {
  form .form-row-halfs .form-group {
    flex-basis: 100%;
  }
  form .form-row .cf-turnstile {
    width: 100%;
  }
  form .form-row .cf-turnstile + button {
    margin-top: 1.5rem;
  }
}
.message {
  color: #fff;
  background-color: #AD976E;
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.message.success {
  background-color: #37af00;
}
.message.error {
  background-color: #e60201;
}

header {
  height: 45px;
  border-bottom: 1px #fff solid;
  flex-shrink: 0;
  width: 100%;
  background: #000000;
  position: sticky;
  top: 0;
  z-index: 1;
}
header img {
  height: 26px;
  width: 26px;
  vertical-align: middle;
}
header menu {
  display: flex;
  font-weight: 500;
  height: 44px;
}
header menu li {
  border-left: 1px #fff solid;
}
header menu li a {
  padding: 0 30px;
  line-height: 43px;
  display: block;
  height: 100%;
  transition: background 0.3s;
  font-size: 1.125rem;
}
header menu li a:hover, header menu li a.active {
  background: #AD976E;
}
header menu li a i {
  display: none;
}
header menu li.last-left {
  border-right: 1px #fff solid;
}
header menu li.last-left + li {
  margin-left: auto;
}
header menu li:first-child {
  border-left: none;
  background: #fff;
}
header menu li:first-child a {
  padding: 0;
  text-align: center;
  width: 45px;
}
header menu li:first-child a img {
  margin-top: -1px;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  header menu li.home {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  header menu li a {
    padding: 0 15px;
  }
  header menu li a i {
    display: inline;
    position: relative;
    top: 1px;
  }
  header menu li.contact span {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  header menu li.billing span {
    display: none;
  }
  header menu li.contact {
    border-left: none;
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (max-width: 369px) {
  header menu li a {
    font-size: 1rem;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    order: 2;
  }
  footer {
    width: 45px;
    border-right: 1px #fff solid;
    flex-shrink: 0;
    order: 1;
  }
  footer menu {
    display: flex;
    font-weight: 500;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: 100% 0;
    width: calc(100vh - 45px);
    flex-direction: row-reverse;
    height: 44px;
    position: fixed;
  }
  footer menu li {
    border-right: 1px #fff solid;
  }
  footer menu li.separator {
    display: none;
  }
  footer menu li.copyright {
    margin-right: 30px;
    line-height: 43px;
    padding-left: 30px;
    overflow: hidden;
    margin-left: auto;
  }
  footer menu li a {
    padding: 0 30px;
    line-height: 43px;
    display: block;
    height: 100%;
    transition: background 0.3s;
    font-size: 1.125rem;
  }
  footer menu li a:hover, footer menu li a.active {
    background: #AD976E;
  }
  footer menu li:first-child {
    border-right: none;
  }
  footer menu li:first-child a {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 680px) {
  footer menu li.copyright span {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    background: #fff;
    color: #000000;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000000;
  }
  footer menu {
    display: flex;
    gap: 0.25rem 0.75rem;
    flex-grow: 1;
  }
  footer menu li.copyright {
    margin-right: auto;
  }
  footer menu li a {
    text-decoration: none;
  }
  footer menu li a:hover {
    text-decoration: underline;
  }
  @supports (padding: max(0px)) {
    footer {
      padding-left: max(4%, env(safe-area-inset-left));
      padding-right: max(4%, env(safe-area-inset-right));
    }
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  footer menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer menu li.copyright {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.hero {
  font-size: 1.25rem;
  line-height: 1.5;
}
.hero h1 {
  line-height: 1;
  margin-bottom: 2rem;
  display: flex;
  gap: 4vw;
  align-items: center;
  font-size: 7.5vw;
}
.hero h1 img {
  height: 20vw;
}
.hero p {
  margin-bottom: 2em;
  color: #AD976E;
}
.hero .message {
  color: #000000;
  font-weight: 100;
  padding: 1.875rem;
}
.hero .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 6rem 0 4rem;
  /*max-width: 1420px;*/
}
.hero .terms a {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  color: #AD976E;
  border: 1px solid #AD976E;
}
.hero .terms a:hover {
  background: #AD976E;
  color: #000000;
}
.hero .terms a.general {
  color: #fff;
  border-color: #fff;
}
.hero .terms a.general:hover {
  background: #fff;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .hero h1 {
    justify-content: center;
  }
  .hero .terms {
    gap: 1rem;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .hero .terms a {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 599px) {
  .hero p {
    font-size: 1.125rem;
    text-align: center;
  }
  .hero .message {
    text-align: center;
  }
}
.services {
  display: flex;
  padding: 0;
  min-height: 100%;
}
.services-list {
  width: 40%;
  padding-top: 70px;
  flex-shrink: 0;
}
.services-list dt, .services-list dd {
  padding: 0 10%;
}
.services-list dt {
  border-top: 1px solid #fff;
}
.services-list dt h2 {
  padding-bottom: 2rem;
  padding-top: 2rem;
  font-size: 2.75rem;
  margin-bottom: 0;
  transition: 0.5s padding ease;
}
.services-list dt h2 a {
  display: flex;
  justify-content: space-between;
}
.services-list dt h2 a small {
  font-size: 1rem;
  font-weight: 100;
}
.services-list dt:first-child {
  border-top: none;
}
.services-list dt.active {
  background: #AD976E;
  color: #000000;
}
.services-list dd {
  display: none;
  grid-template-rows: 0fr;
  transition: 0.5s grid-template-rows ease;
}
.services-list dd h1 {
  display: none;
}
.services-list dd > p {
  overflow: hidden;
  font-size: 1.25rem;
}
.services-list dd.active {
  grid-template-rows: 1fr;
  background: #AD976E;
  color: #000000;
}
.services-list dd a.showmore {
  display: none;
  text-decoration: underline;
}
.services-list dd a.showmore:hover {
  text-decoration: none;
}
.services-list dd .services-details {
  padding: 0;
  background: inherit;
  overflow: hidden;
}
.services-list dd .services-details > div {
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.services-list dd .services-details > div h3 {
  font-size: 1.5rem;
}
.services-list dd .services-details > div table tr td {
  padding: 0.1rem 0;
}
.services-details {
  background: #fff;
  color: #000000;
  flex-grow: 1;
  padding: 70px 7% 70px 4%;
}
.services-details h1, .services-details h2 {
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.services-details > div {
  opacity: 0;
  height: 0;
  transition: 0.5s opacity ease;
  overflow: hidden;
}
.services-details > div.active {
  opacity: 1;
  height: auto;
}
.services-details > div > div {
  padding: 2.5rem 0;
  border-bottom: 1px solid #000000;
}
.services-details > div > div:first-child {
  padding-top: 0;
}
.services-details > div > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.services-details > div table {
  width: 100%;
}
.services-details > div table tr th {
  text-align: left;
}
.services-details > div table tr td {
  padding: 0.25rem 0;
}
.services-details > div table tr td:first-child {
  width: 250px;
}
.services-details > div form {
  margin-top: 3rem;
}
.services-details > div a {
  text-decoration: underline;
}
.services-details > div a:hover {
  text-decoration: none;
}
.services-details > div h3:not(.nobullet)::before {
  content: " ";
  background: black;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3em;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  margin-top: -0.25rem;
}

@media screen and (min-width: 1024px) {
  .services-list {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services > .services-details form .form-row-halfs .form-group {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1799px) {
  .services > .services-details {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .services-list {
    /*padding-top: 18px;*/
    padding-top: 0px;
  }
  .services-list dt h2 {
    font-size: 2rem;
  }
  .services-list dt h2 a small {
    font-size: 0.8rem;
  }
  .services-list dt.active {
    scroll-margin-top: 44px;
  }
  .services-list dd p {
    font-size: 1.1rem;
  }
  .services-list dd.active {
    padding-bottom: 2.25rem;
    display: grid;
  }
  .services-list dd ::placeholder {
    color: #77694e;
  }
  .services-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-details h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  .services-details > div > div {
    padding: 1.75rem 0;
  }
  .services-details > div form {
    margin-top: 3rem;
  }
  .services-details > div h3 {
    font-size: 2rem;
  }
  .services-details > div h3::before {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .services {
    flex-wrap: wrap;
  }
  .services-list {
    width: 100%;
  }
  .services-list dt, .services-list dd {
    padding: 0 4%;
  }
  .services-list dd.active a.showmore {
    display: block;
    margin-top: 1.5rem;
  }
  .services > .services-details {
    display: none;
  }
  .services-details > div {
    scroll-margin-top: 75px;
  }
}
@media screen and (max-width: 599px) {
  .services-list dt h2 {
    font-size: 1.5rem;
  }
  .services-details h1 {
    font-size: 2rem;
  }
  .services-details > div h3 {
    font-size: 1.75rem;
  }
  .services-details > div table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .services-details > div table tr th:first-child {
    display: none;
  }
  .services-details > div table tr td {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  .services-list dt h2 {
    font-size: 1.6rem;
  }
}
.services.jobs .services-list {
  padding-top: 70px;
  padding-bottom: 22px;
}
.services.jobs .services-list h1 {
  padding: 0 10%;
  font-size: 2.75rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.services.jobs .services-list dt.active, .services.jobs .services-list dd.active {
  background: #000000;
  color: #fff;
}
.services.jobs .services-list dt h2 {
  font-size: 2rem;
  line-height: 1.1;
}
.services.jobs .services-list dt h2 span {
  background: #fff;
  color: #000000;
  padding: 0rem 0.5rem;
}
.services.jobs .services-list dt h2 strong {
  font-weight: 800 !important;
}
.services.jobs .services-list dt.active h2 {
  padding-top: 3rem;
}
.services.jobs .services-list dt:first-child h2 {
  padding-top: 0;
}
.services.jobs .services-list dd {
  display: grid;
}
.services.jobs .services-list dd.active {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1023px) {
  .services.jobs .services-list {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .services.jobs .services-list h1 {
    margin-bottom: 1rem;
  }
  .services.jobs .services-list dt h2 strong {
    display: block;
    margin-top: 0.25rem;
  }
  .services.jobs .services-list dt.active h2 {
    padding-top: 2rem;
  }
  .services.jobs .services-list dd.active {
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .services.jobs .services-details {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .services.jobs .services-list h1 {
    padding: 0 4%;
  }
  .services.jobs .services-list dt h2 {
    font-size: 1.5rem;
  }
  .services.jobs .services-details > div > div {
    scroll-margin-top: 76px;
  }
}
@media screen and (max-width: 599px) {
  .services.jobs .services-list h1 {
    font-size: 1.75rem;
  }
  .services.jobs .services-list dt h2 {
    padding-bottom: 1.75rem;
  }
  .services.jobs .services-details {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .services.jobs .services-details h2 {
    font-size: 1.75rem;
  }
}
section.contact {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
section.contact h1 {
  align-self: center;
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  align-items: center;
  margin: 0;
}
section.contact h1 img {
  height: 2.5rem;
}
section.contact a.logo {
  align-self: center;
}
section.contact a.logo img {
  width: 298px;
}
section.contact .contactdetails {
  display: flex;
  gap: 2rem 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
section.contact .contactdetails > div {
  /*flex: 0 0 calc(33.33333% - 1.333333rem);*/
  display: flex;
  gap: 1rem;
}
section.contact .contactdetails > div span.icon {
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.75rem;
  background: #AD976E;
  /*border-radius: 50%;*/
  flex-shrink: 0;
  flex-grow: 0;
}
section.contact .contactdetails > div span.icon i {
  position: relative;
  top: 1px;
}
section.contact .contactdetails > div div h4 {
  margin-bottom: 0.15rem;
  font-weight: 700;
  font-size: 1.5rem;
}
section.contact .contactdetails > div div p {
  color: #fff;
  font-size: 1.5rem;
}
section.contact form {
  width: min(100%, 1000px);
  align-self: center;
}
section.contact form > p {
  font-size: 1.5rem;
}
section.contact form > ul {
  display: flex;
  margin-bottom: 5rem;
  gap: 0.75rem;
  font-size: 1.5rem;
}
section.contact form > ul li {
  font-style: italic;
}
section.contact form > ul li a {
  font-weight: bold;
  font-style: normal;
}
section.contact form > ul li a:hover {
  text-decoration: underline;
}
section.contact form > ul li.separator {
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  section.contact .contactdetails > div div h4 {
    font-size: 1.25rem;
  }
  section.contact .contactdetails > div div p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.contact {
    gap: 3rem;
  }
  section.contact .contactdetails > div {
    width: 100%;
  }
  section.contact form > ul {
    margin-bottom: 3rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  section.contact .contactdetails > div {
    align-items: center;
  }
  section.contact .contactdetails > div span.icon {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
  }
  section.contact .contactdetails > div div h4, section.contact .contactdetails > div div p {
    font-size: 1rem;
  }
  section.contact form > ul {
    flex-wrap: wrap;
  }
  section.contact form > ul li {
    width: 100%;
  }
  section.contact form > ul li.separator {
    display: none;
  }
}
.billing {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.billing h1 {
  align-self: center;
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  align-items: center;
  margin-bottom: 0;
}
.billing h1 img {
  height: 2.5rem;
}
.billing form {
  width: min(100%, 1000px);
  align-self: center;
}
.billing form > p {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
.billing form > p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .billing {
    gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .billing form h1 {
    margin-bottom: 2rem;
  }
  .billing form > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.text-page p, .text-page ul, .text-page ol {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.text-page ul, .text-page ol {
  margin-left: 1.25rem;
  list-style-position: outside;
}
.text-page ul {
  list-style-type: disc;
}
.text-page ol.lower-alpha {
  list-style-type: lower-alpha;
}
.text-page ol.upper-alpha {
  list-style-type: upper-alpha;
}
.text-page li {
  padding-left: 0.5rem;
}
.text-page h2 {
  font-size: 2.75rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .text-page h2 {
    font-size: 1.75rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}

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