/*!
Theme Name: On Point Officiant
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: on-point-officiant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

On Point Officiant is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #2f3231;
  font-family: "cormorant", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "ivyora-display", Georgia, "Times New Roman", serif;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: 52px;
  line-height: 1.06;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 62px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 76px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.17;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 55px;
  }
}

h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 19px;
  line-height: 1.48;
  margin-top: 0;
  margin-bottom: 20px;
}

a {
  color: #9EA8A6;
  transition: color 0.25s ease;
  text-decoration: none;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #D3DBDD;
}
a:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

figure {
  margin: 1em 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: border-color 0.25s ease;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  transition: color 0.25s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #111;
}

select {
  background-color: #F7F8F2;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.5em;
  color: #2f3231;
  font-family: inherit;
}
select:focus {
  outline: none;
  border-color: #9EA8A6;
  box-shadow: 0 0 0 2px rgba(158, 168, 166, 0.2);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.display-font {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.alternates-font {
  font-family: "montserrat-alternates", "cormorant", Georgia, "Times New Roman", serif;
}

.small-caps {
  font-family: "cormorant-sc", "ivyora-display", Georgia, "Times New Roman", serif;
}

.byline {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .byline {
    font-size: 15px;
  }
}

.btn {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.bg-light {
  background-color: #EBEAE5;
}

.bg-select {
  background-color: #F7F8F2;
}

.bg-accent {
  background-color: #D5C9B3;
}

.bg-khaki {
  background-color: #D6D3CB;
}

.text-primary {
  color: #9EA8A6;
}

.text-secondary {
  color: #D3DBDD;
}

.text-accent {
  color: #D5C9B3;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  position: absolute !important;
  top: 5px;
  left: 5px;
  background: #9EA8A6;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 3px;
  z-index: 999999;
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  font-size: 14px;
}

*:focus {
  outline: 2px solid #9EA8A6;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  *:focus {
    outline: 3px solid;
    outline-color: Highlight;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-color {
  background-color: #EBEAE5;
}

#page {
  margin: 0;
  padding-top: 65px;
  transition: padding-top 0.6s ease;
}
@media (min-width: 992px) {
  #page {
    padding-top: 170px;
  }
}
@media (min-width: 992px) {
  #page.masthead-shrunk {
    padding-top: 80px;
  }
}

#masthead {
  box-shadow: 0 0 48px 4px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5000;
}
#masthead .sticky-logo {
  display: block;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#masthead .sticky-logo img {
  display: block;
}
@media (min-width: 992px) {
  #masthead .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #masthead.shrink .container {
    height: 80px;
    transition: height 0.6s ease;
    padding: 0 1rem;
  }
  #masthead.shrink .sticky-logo {
    display: block;
    width: 70px;
    height: auto;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  #masthead.shrink .custom-logo {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  #masthead.shrink .main-navigation ul {
    margin-right: 0;
    justify-content: flex-end;
    transition: justify-content 0.6s ease;
    align-items: center;
  }
  #masthead.shrink .main-navigation li {
    margin-top: 0;
    transition: font-size 0.6s ease, margin-top 0.6s ease;
  }
  #masthead.shrink .main-navigation li.homelink-logo {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    display: none;
  }
}
#masthead .container {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.6s ease;
}
#masthead .container .custom-logo {
  width: 180px;
  height: auto;
  display: block;
  margin-top: 13px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (min-width: 992px) {
  #masthead .container {
    height: 170px;
  }
  #masthead .container .site-branding {
    display: none;
  }
  #masthead .container .menu-its-on-point-container {
    width: 100%;
  }
}

.main-navigation {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .main-navigation ul {
    flex-direction: row;
    justify-content: center;
    text-align: initial;
    width: 100%;
    transition: justify-content 0.6s ease;
  }
}
.main-navigation li {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin: 44px 15px 0;
  transition: font-size 0.6s ease, margin-top 0.6s ease;
}
@media (min-width: 1200px) {
  .main-navigation li {
    margin: 64px 27px 0;
  }
}
.main-navigation li:hover a:after {
  left: 0;
  width: 100%;
}
.main-navigation li.active a:after {
  left: 0;
  width: 100%;
}
.main-navigation li:has(a.active) a:after {
  left: 0;
  width: 100%;
}
.main-navigation li.homelink-logo {
  margin: 0 25px 0;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (min-width: 1200px) {
  .main-navigation li.homelink-logo {
    margin: 0 45px 0;
  }
}
.main-navigation li.homelink-logo a {
  text-indent: -9999px;
  padding: 0;
  background: url(images/logo.svg) no-repeat center center;
  width: 250px;
  height: 88px;
  background-size: cover;
}
@media (min-width: 1200px) {
  .main-navigation li.homelink-logo a {
    width: 325px;
    height: 115px;
  }
}
.main-navigation li.homelink-logo a:after {
  display: none;
}
.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 8px 0;
  color: #2f3231;
}
.main-navigation a:visited {
  color: #2f3231;
}
.main-navigation a.active {
  color: #2f3231;
}
.main-navigation a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #2f3231;
  transition: all 0.3s ease;
}
.main-navigation a.active:after {
  border-bottom-color: #2f3231;
  left: 0;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.btn {
  display: inline-block;
  padding: 1rem 4.3rem 1rem 2rem;
  background-color: #9EA8A6;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: inherit;
}
.btn:hover, .btn:focus {
  background-color: #D3DBDD;
  color: #2f3231;
}
.btn:hover .button-arrow, .btn:focus .button-arrow {
  transform: translateY(-50%) translateX(50px);
}
.btn:hover .button-arrow:before, .btn:focus .button-arrow:before {
  width: 70px;
  border-color: #2f3231;
}
.btn:hover svg polygon, .btn:focus svg polygon {
  fill: #2f3231;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 80svh;
}
@media (min-width: 992px) {
  .hero {
    flex-direction: row;
    text-align: initial;
    min-height: calc(100svh - 170px);
    background-color: #EBEAE5;
    position: relative;
  }
}
.hero .hero-image img {
  flex: 1;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .hero .hero-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 57.22svw;
    overflow: hidden;
  }
  .hero .hero-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
.hero .hero-content {
  background: url(images/hero-arc-bg.svg) no-repeat center top;
  padding-top: 14.67svw;
  margin-top: -14.67svw;
}
@media (min-width: 992px) {
  .hero .hero-content {
    order: 1;
    width: 42.78svw;
    min-width: 42.78svw;
    padding-top: 0;
    margin-top: 0;
    background-image: none;
    position: relative;
  }
}
.hero .hero-content svg#hero-arc {
  position: absolute;
  top: 0;
  left: 42.78svw;
  bottom: 0;
  height: 100%;
  width: auto;
  display: none;
}
@media (min-width: 992px) {
  .hero .hero-content svg#hero-arc {
    display: block;
  }
}
.hero .hero-content .container {
  padding: 15px 0 50px;
  width: 80%;
}
@media (min-width: 992px) {
  .hero .hero-content .container {
    padding: 70px 0;
    margin-right: 0;
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .hero .hero-content .container {
    padding: 100px 0;
  }
}
@media (min-width: 1330px) {
  .hero .hero-content .container {
    width: 480px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .hero .hero-content .container h1 {
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-content .container h1 {
    max-width: 400px;
  }
}
.hero .hero-content .container p {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.53;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero .hero-content .container p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

#about {
  padding: 40px 0;
}
@media (min-width: 992px) {
  #about {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  #about {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  #about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #about .container .about-image {
    width: 45%;
    min-width: 45%;
  }
}
#about .container img {
  display: block;
}
#about .container .about-content {
  padding-top: 40px;
}
@media (min-width: 992px) {
  #about .container .about-content {
    width: 45%;
    min-width: 45%;
  }
}

#team {
  background: url(images/hero-arc-bg.svg) no-repeat center top;
  padding-top: 14.67svw;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  #team {
    padding-top: 0;
  }
}
#team:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 40px;
  background: url(images/OPO-icon-gold.svg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 992px) {
  #team:before {
    width: 98px;
    height: 70px;
    top: -40px;
  }
}
#team .section-color {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #team .section-color {
    background: #EBEAE5 url(images/arc-bg.svg) no-repeat center top;
    padding-top: 70px;
    background-size: 100% auto;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #team .section-color {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #team .team-members {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#team .team-member {
  padding: 40px 0;
}
@media (min-width: 992px) {
  #team .team-member {
    width: 45%;
  }
}
#team .team-member .team-member-image {
  border-radius: 50%;
  overflow: hidden;
  max-width: 232px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
#team .team-member .team-member-image img {
  display: block;
  width: 100%;
  height: auto;
}
#team .team-member .team-member-bio .bio-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 7em;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 1;
}
#team .team-member .team-member-bio .bio-content p {
  margin: 0;
  display: inline;
}
#team .team-member .team-member-bio .bio-content p:not(:last-child)::after {
  content: " ";
}
#team .team-member .team-member-bio .bio-content.expanding {
  max-height: 1000px;
  transition: max-height 0.5s ease;
}
#team .team-member .team-member-bio .bio-content.expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  max-height: none;
}
#team .team-member .team-member-bio .bio-content.expanded p {
  margin: 1em 0;
  display: block;
}
#team .team-member .team-member-bio .bio-content.expanded p:first-child {
  margin-top: 0;
}
#team .team-member .team-member-bio .bio-content.expanded p:last-child {
  margin-bottom: 0;
}
#team .team-member .team-member-bio .bio-content.expanded p:not(:last-child)::after {
  content: none;
}
#team .team-member .team-member-bio .bio-content.collapsing {
  overflow: hidden;
  max-height: 6em;
  transition: max-height 0.4s ease;
}
#team .team-member .team-member-bio .bio-read-more {
  background-image: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  background-color: #9EA8A6;
  border-radius: 50%;
}
#team .team-member .team-member-bio .bio-read-more svg {
  width: 20px;
  height: auto;
  fill: #FFF;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  #team .team-member .team-member-bio .bio-read-more:hover {
    background-color: #D3DBDD;
  }
}
@media (min-width: 768px) {
  #team .team-member .team-member-bio .bio-read-more:hover svg {
    fill: #2f3231;
  }
}
#team .team-member .team-member-bio .bio-read-more:focus-visible {
  background-color: #D3DBDD !important;
  outline: 3px solid #9EA8A6 !important;
  outline-offset: 3px !important;
}
#team .team-member .team-member-bio .bio-read-more:focus-visible svg {
  fill: #2f3231 !important;
}
#team .team-member .team-member-bio .bio-read-more:focus {
  outline: none;
}

.content-section .section-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .content-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.content-section .section-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.content-section .section-content p {
  font-size: 1.125rem;
  line-height: 1.7;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.features-grid .feature {
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
  background-color: #EBEAE5;
}
.features-grid .feature h3 {
  color: #9EA8A6;
  margin-bottom: 1rem;
}

.contact-section {
  background-color: #EBEAE5;
}
.contact-section .contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.contact-section .contact-info .contact-item {
  text-align: center;
}
.contact-section .contact-info .contact-item h4 {
  color: #9EA8A6;
  margin-bottom: 0.5rem;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.25s ease;
}
.fixed-nav.visible {
  transform: translateY(0);
}

.btn {
  position: relative;
  color: #fff;
}
.btn:visited {
  color: #fff;
}
.btn:hover {
  color: #2f3231;
}
.btn .button-arrow {
  display: flex;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  transition: all 0.6s ease;
}
.btn .button-arrow:before {
  content: "";
  width: 20px;
  border-top: 1px solid #fff;
  transition: all 0.6s ease;
}
.btn .button-arrow svg {
  height: 14px;
  margin-left: -5px;
  transition: all 0.6s ease;
}
.btn .button-arrow svg polygon {
  transition: all 0.6s ease;
}
.btn.loading {
  position: relative;
  color: transparent;
}
.btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
}

.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.opo-tile.animate {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(158, 168, 166, 0.2);
  z-index: 9999;
}
.scroll-progress .progress-fill {
  height: 100%;
  background: #9EA8A6;
  width: 0%;
  transition: width 0.1s ease;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 10000;
  cursor: pointer;
}
.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.lightbox .close:hover {
  opacity: 0.7;
}

.menu-toggle {
  display: block;
  background: url(images/mobile-menu.svg) no-repeat center center;
  background-size: 24px;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
  position: relative;
}
.menu-toggle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: url(images/mobile-menu.svg) no-repeat top center;
  background-size: 24px;
  z-index: 1;
  transition: all 0.3s ease;
}
.menu-toggle:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: url(images/mobile-menu.svg) no-repeat bottom center;
  background-size: 24px;
  z-index: 1;
  transition: all 0.3s ease;
}
.menu-toggle.active {
  background-image: none;
}
.menu-toggle.active:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle.active:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 25px;
  height: 3px;
  background: #2f3231;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-toggle span::before {
  top: -8px;
}
.menu-toggle span::after {
  top: 8px;
}
.menu-toggle.active span {
  background: transparent;
}
.menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle.active span::after {
  top: 0;
  transform: rotate(-45deg);
}

.main-navigation ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  box-shadow: 0 0 48px 4px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  margin-top: 0;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
@media (min-width: 992px) {
  .main-navigation ul {
    display: flex;
    background: transparent;
    position: static;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    width: 100%;
  }
}

#primary-menu.active {
  display: flex !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #fff;
  box-shadow: 0 0 48px 4px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  margin: 0;
  padding: 0;
  flex-direction: column;
  text-align: center;
  height: calc(100svh - 65px);
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 992px) {
  #primary-menu.active {
    display: flex;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    flex-direction: row;
    justify-content: center;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    transition: none;
  }
}
#primary-menu.active li {
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  #primary-menu.active li {
    margin: 0 1rem;
  }
}

#primary-menu.mobile-positioned {
  display: flex;
  background: #fff;
  box-shadow: 0 0 48px 4px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  margin: 0;
  padding: 0;
  flex-direction: column;
  text-align: center;
  height: calc(100svh - 57px);
  justify-content: center;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
#primary-menu.mobile-positioned.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#primary-menu.mobile-positioned li {
  margin: 0.5rem 0;
}
#primary-menu.mobile-positioned li a {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #2f3231;
  padding: 5px;
  display: block;
}

.main-navigation.toggled ul {
  display: flex !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (min-width: 992px) {
  .main-navigation.toggled ul {
    display: flex;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#wedding-gallery {
  padding: 60px 0;
}
@media (min-width: 992px) {
  #wedding-gallery {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  #wedding-gallery {
    padding: 100px 0;
  }
}
#wedding-gallery h2 {
  text-align: center;
}
#wedding-gallery .byline {
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
}
#wedding-gallery .gallery {
  padding: 5px 0 0;
}
@media (min-width: 992px) {
  #wedding-gallery .gallery {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.opo-gallery-grid {
  column-count: 2;
  column-gap: 6px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .opo-gallery-grid {
    column-gap: 10px;
  }
}
@media (min-width: 992px) {
  .opo-gallery-grid {
    column-count: 3;
    column-gap: 20px;
  }
}

.opo-tile {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease;
  background: #fff;
  margin-bottom: 6px;
  break-inside: avoid;
  width: 100%;
  cursor: pointer;
}
.opo-tile[role=button], .opo-tile.media-popup {
  border: none;
  padding: 0;
  background: none;
  font: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
}
.opo-tile[role=button]:focus-visible, .opo-tile.media-popup:focus-visible {
  outline: 3px solid #9EA8A6 !important;
  outline-offset: 2px !important;
  z-index: 10;
}
.opo-tile[role=button]:focus, .opo-tile.media-popup:focus {
  outline: none;
}
.opo-tilebutton {
  appearance: none;
  -webkit-appearance: none;
}
.opo-tilebutton:focus-visible {
  outline: 3px solid #9EA8A6 !important;
  outline-offset: 2px !important;
}
.opo-tilebutton:focus {
  outline: none;
}
@media (min-width: 768px) {
  .opo-tile {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .opo-tile {
    margin-bottom: 20px;
    position: relative;
  }
  .opo-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(158, 168, 166, 0.9);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .opo-tile:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(images/icon-expand.svg) no-repeat center center;
    background-size: cover;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .opo-tile:hover::before, .opo-tile:focus::before {
    opacity: 1;
  }
  .opo-tile:hover::after, .opo-tile:focus::after {
    opacity: 1;
  }
}
.opo-tile:focus-visible {
  background: #D3DBDD !important;
  box-shadow: 0 0 0 3px rgba(158, 168, 166, 0.3) !important;
}
.opo-tile:focus-visible svg {
  fill: #2f3231 !important;
}
.opo-tile:focus {
  outline: none;
}
.opo-tile[role=button], .opo-tile.media-popup {
  border: none;
  padding: 0;
  background: none;
  font: inherit;
  cursor: pointer;
}
.opo-tile img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
  display: block;
}

.opo-tile.is-image {
  aspect-ratio: 1/1;
  border-radius: 0;
}
.opo-tile.is-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.opo-tile.is-video {
  aspect-ratio: unset !important;
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  border-radius: 0;
}
.opo-tile.is-video img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: unset !important;
  object-fit: cover !important;
  object-position: center !important;
  min-height: unset !important;
  max-height: unset !important;
}

.opo-play {
  position: absolute;
  bottom: 6.12%;
  left: 3.7%;
  width: 14px;
  height: 17px;
  background: url(images/play.svg) no-repeat center center;
  z-index: 2;
}
@media (min-width: 992px) {
  .opo-play {
    width: 22px;
    height: 26px;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#testimonials {
  background: url(images/hero-arc-bg.svg) no-repeat center top;
  padding-top: 14.67svw;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  #testimonials {
    padding-top: 0;
  }
}
#testimonials .section-color {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #testimonials .section-color {
    background: #EBEAE5 url(images/arc-bg.svg) no-repeat center top;
    padding-top: 120px;
    background-size: 100% auto;
    padding-bottom: 120px;
  }
}
#testimonials h2 {
  font-size: 30px;
  margin-top: 15px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #testimonials h2 {
    font-size: 55px;
    list-style: 62px;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
#testimonials p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 992px) {
  #testimonials p {
    font-size: 25px;
    line-height: 37px;
  }
}
#testimonials .rating-content,
#testimonials .testimonials-content,
#testimonials h2 {
  padding: 0 40px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
#testimonials .rating-slider-container {
  overflow: hidden;
  position: relative;
}
#testimonials .rating-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
#testimonials .rating-slide {
  flex: 0 0 100%;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 3px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#testimonials .rating-slide.active {
  display: flex;
  opacity: 1;
}
@media (min-width: 992px) {
  #testimonials .rating-slide {
    gap: 6px;
  }
}
#testimonials .rating-slide svg {
  width: 21px;
  height: 20px;
}
#testimonials .rating-slide svg polygon {
  fill: #D5C9B3;
}
@media (min-width: 992px) {
  #testimonials .rating-slide svg {
    width: 37px;
    height: auto;
  }
}
#testimonials .testimonials-slider-container {
  position: relative;
  overflow: visible;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}
#testimonials .slider-track {
  display: flex;
  transition: transform 0.5s ease;
  overflow: hidden;
  cursor: grab;
}
#testimonials .slider-track:active {
  cursor: grabbing;
}
@media (min-width: 992px) {
  #testimonials .slider-track {
    cursor: default;
  }
  #testimonials .slider-track:active {
    cursor: default;
  }
}
#testimonials .testimonial-slide {
  flex: 0 0 100%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#testimonials .testimonial-slide.active {
  display: block;
  opacity: 1;
}
#testimonials .testimonial-slide[aria-hidden=true] {
  visibility: hidden;
}
#testimonials .testimonial-slide p {
  margin-bottom: 20px;
}
#testimonials .testimonial-slide p:last-child {
  margin-bottom: 0;
}
#testimonials .testimonials-content {
  position: relative;
}
#testimonials .testimonials-content .slider-nav {
  position: absolute;
  top: -30px;
  border: 0;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
}
#testimonials .testimonials-content .slider-nav:focus {
  outline: none;
}
#testimonials .testimonials-content .slider-nav:focus-visible {
  outline: 2px solid #343836;
  outline-offset: 4px;
}
#testimonials .testimonials-content .slider-nav:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  #testimonials .testimonials-content .slider-nav {
    top: -60px;
  }
}
#testimonials .testimonials-content .slider-nav svg {
  width: 40px;
  display: block;
}
#testimonials .testimonials-content .slider-nav svg polygon,
#testimonials .testimonials-content .slider-nav svg .st0 {
  fill: #343836 !important;
}
@media (min-width: 992px) {
  #testimonials .testimonials-content .slider-nav svg {
    width: auto;
    height: 15px;
  }
}
#testimonials .testimonials-content .slider-prev {
  left: 0;
}
@media (min-width: 1200px) {
  #testimonials .testimonials-content .slider-prev {
    left: -78px;
  }
}
#testimonials .testimonials-content .slider-next {
  right: 0;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  #testimonials .testimonials-content .slider-next {
    right: -78px;
  }
}

#faqs {
  padding: 60px 0;
}
@media (min-width: 992px) {
  #faqs {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  #faqs {
    padding: 100px 0;
  }
}
#faqs h2 {
  text-align: center;
}
#faqs .byline {
  text-align: center;
}

.faq-items {
  margin-top: 50px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  margin-bottom: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .faq-item {
    margin-bottom: 11px;
  }
}
.faq-item:hover {
  background-color: #D3DBDD;
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  border: none;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2f3231;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  background-color: #EBEAE5;
}
@media (min-width: 1200px) {
  .faq-question {
    padding: 1.8rem;
  }
}
@media (min-width: 768px) {
  .faq-question:hover {
    background-color: #D3DBDD;
  }
}
.faq-question:focus-visible {
  background-color: #D3DBDD !important;
  outline: 3px solid #9EA8A6 !important;
  outline-offset: -3px !important;
}
.faq-question:focus {
  outline: none;
}
.faq-question[aria-expanded=true] {
  background-color: #D3DBDD;
}
.faq-question span:first-child {
  flex: 1;
  padding-right: 1rem;
}

.faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #9EA8A6;
  transition: transform 0.3s ease;
  user-select: none;
}
.faq-toggle svg {
  fill: #2f3231;
  width: 15px;
  height: 15px;
}

.faq-question[aria-expanded=true] .faq-toggle {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 0 1.5rem;
  padding-top: 0 !important;
  background: #D3DBDD;
  color: #2f3231;
  line-height: 1.6;
}
.faq-answer p {
  margin: 0;
}
.faq-answer * {
  transition: none;
}

.faq-contact-cta {
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .faq-contact-cta {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .faq-contact-cta .byline {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .faq-contact-cta .byline {
    margin-bottom: 43px;
  }
}

.affiliates {
  background-color: #9EA8A6;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.affiliates h2 {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 auto 30px;
  max-width: 260px;
}
@media (min-width: 992px) {
  .affiliates h2 {
    font-size: 17px;
    text-align: left;
    margin: 0 40px 0 0;
    max-width: 210px;
  }
}
@media (min-width: 992px) {
  .affiliates .container {
    display: flex;
    align-items: center;
  }
}
.affiliates .badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .affiliates .badges {
    margin-top: 0;
    justify-content: space-between;
    gap: 0;
    flex: 1;
  }
}
.affiliates .badges img {
  display: block;
  max-height: 110px;
  height: 110px;
}
@media (min-width: 992px) {
  .affiliates .badges img {
    max-height: 136px;
    height: 136px;
  }
}

#contact {
  padding: 60px 0;
}
@media (min-width: 992px) {
  #contact {
    padding: 70px 0;
  }
  #contact .container {
    display: flex;
    justify-content: space-between;
  }
  #contact .container .contact-content {
    width: 43%;
  }
  #contact .container .contact-form {
    width: 48%;
  }
}
#contact h2 {
  text-align: center;
}
@media (min-width: 992px) {
  #contact h2 {
    text-align: left;
  }
}
#contact .byline {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #contact .byline {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}
#contact .contact-boxed-text {
  background-color: #D6D3CB;
  padding: 25px 40px;
}
@media (min-width: 992px) {
  #contact .contact-boxed-text {
    margin-top: 40px;
  }
}
#contact .contact-boxed-text strong {
  display: block;
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #contact .contact-boxed-text strong {
    font-size: 15px;
  }
}
#contact .contact-boxed-text br {
  display: none;
}
#contact .contact-boxed-text p {
  margin-bottom: 0;
}
#contact .contact-boxed-text p strong:last-child {
  margin-bottom: 10px;
}

body #app .contact-form-container .contact-form .form-footer {
  flex-direction: column;
  align-items: flex-start;
}

.custom-modal-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.custom-modal-main.modal-open {
  opacity: 1;
  visibility: visible;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.custom-modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}

.custom-modal-wrap {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
}
@media (min-width: 768px) {
  .custom-modal-wrap {
    max-width: 90vw;
    max-height: 90vh;
  }
}

.pop-up-content-wrap {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.custom-modal-content {
  display: block;
  width: 90vw;
  height: 50.625vw;
  max-width: 1200px;
  max-height: 675px;
  border: none;
}
@media (min-width: 768px) {
  .custom-modal-content {
    width: 80vw;
    height: 45vw;
  }
}

.custom-modal-image {
  display: block;
  max-width: 95vw;
  max-height: 95vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .custom-modal-image {
    max-width: 90vw;
    max-height: 90vh;
  }
}

.custom-modal-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom-modal-main.modal-open .custom-modal-caption {
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  z-index: 10002;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9EA8A6;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  font: inherit;
  outline: none;
}
.close-btn svg {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  fill: #fff;
  transition: all 0.3s ease;
}
.close-btn:hover {
  background: #D3DBDD;
}
.close-btn:hover svg {
  fill: #2f3231;
}
.close-btn:focus {
  background: #D3DBDD !important;
  box-shadow: 0 0 0 3px rgba(158, 168, 166, 0.3) !important;
}
.close-btn:focus svg {
  fill: #2f3231 !important;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10002;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9EA8A6;
  transition: all 0.3s ease;
  user-select: none;
  border: none;
  padding: 0;
  font: inherit;
  outline: none;
}
.prev-btn svg,
.prev-btn svg polygon,
.next-btn svg,
.next-btn svg polygon {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.3s ease;
}
.prev-btn:hover,
.next-btn:hover {
  background: #D3DBDD;
}
.prev-btn:hover svg,
.prev-btn:hover svg polygon,
.next-btn:hover svg,
.next-btn:hover svg polygon {
  fill: #2f3231;
}
.prev-btn:focus-visible,
.next-btn:focus-visible {
  background: #D3DBDD !important;
  box-shadow: 0 0 0 3px rgba(158, 168, 166, 0.3) !important;
}
.prev-btn:focus-visible svg,
.prev-btn:focus-visible svg polygon,
.next-btn:focus-visible svg,
.next-btn:focus-visible svg polygon {
  fill: #2f3231 !important;
}
.prev-btn:focus,
.next-btn:focus {
  outline: none;
}
.prev-btn.disabled,
.next-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.prev-btn {
  left: 15px;
}
.prev-btn svg {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .prev-btn {
    left: 30px;
  }
}

.next-btn {
  right: 15px;
}
@media (min-width: 992px) {
  .next-btn {
    right: 30px;
  }
}

#colophon {
  text-align: center;
  padding: 60px 0;
}
#colophon .footer-logo-mobile {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #colophon .footer-logo-mobile {
    display: none;
  }
}
#colophon .footer-logo-mobile a {
  display: inline-block;
}
#colophon .footer-logo-mobile a img {
  width: 65px;
  height: 88px;
}
#colophon .footer-logo-desktop {
  display: none;
}
@media (min-width: 992px) {
  #colophon .footer-logo-desktop {
    display: block;
    margin-bottom: 40px;
  }
  #colophon .footer-logo-desktop a {
    display: inline-block;
  }
  #colophon .footer-logo-desktop a img {
    width: 338px;
    height: auto;
  }
}
#colophon .social-icons {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
#colophon .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  background-color: #9EA8A6;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#colophon .social-icons a:hover {
  background-color: #D3DBDD;
}
#colophon .social-icons a img {
  width: auto;
  height: 22px;
  max-height: 22px;
}
#colophon .copyright {
  font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 9px;
  line-height: 18px;
  color: #3a3a3a;
  text-transform: uppercase;
  margin-bottom: 0;
}
#colophon .copyright span {
  display: none;
}
@media (min-width: 992px) {
  #colophon .copyright span {
    display: inline;
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  #colophon .copyright {
    font-size: 11px;
  }
  #colophon .copyright br {
    display: none;
  }
}

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