/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

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

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  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.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

.project-list, .jobs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*
  @extend %placeholder-name;
  @include mixin-name(arguments);
*/
.page-title {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 2px solid #262626;
  font-family: "Caprasimo", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  background: #262626;
}
html.noscroll,
body.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Inconsolata", serif;
  font-size: 16px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

a:link,
a:visited {
  color: #BF543B;
}

.link--download {
  border-bottom: 1px solid #BF543B;
  text-decoration: none;
}
.link--download::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 4px;
  background-image: url(/assets/images/folder-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.site-title {
  width: 250px;
  height: 150px;
  background-image: url(/assets/images/logo-primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: black;
}
footer p {
  color: white;
}

/*
  @extend %placeholder-name;
  @include mixin-name(arguments);
*/
.projects {
  padding-bottom: 60px;
  background-color: white;
}

.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 60px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 40px;
}

.content {
  background-color: white;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #262626;
}
.content h1 {
  padding-bottom: 4px;
  border-bottom: 2px solid #262626;
  color: #262626;
  font-family: "Caprasimo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 600px) {
  .content h1 {
    font-size: 30px;
  }
}
.content h1.site-title__heading {
  border-bottom: 0;
}

h2 {
  font-family: "Caprasimo", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h3 {
  line-height: 1.4em;
}

p {
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.critical-info h1,
.critical-info h2 {
  color: white;
}

.module, .module--employment {
  width: 100%;
}

.module--employment {
  background-color: white;
}

.module-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.jobs {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 0;
  overflow: hidden;
}

.job {
  display: flex;
  gap: 2rem;
}

.job__dates {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 160px;
}
.job__dates .start,
.job__dates .end {
  display: flex;
  justify-content: end;
}

.job__details {
  width: calc(100% - (160px + 2rem));
}
.job__details p:first-of-type {
  margin-top: 0;
}

.section-title, .section-title--dark {
  margin: 0;
  padding: 1.5rem;
  color: white;
  font-size: 2rem;
  text-align: center;
}

.section-title--dark {
  color: black;
}

.nav {
  display: flex;
  align-items: center;
}

.nav__link-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .nav__link-list {
    flex-direction: column;
  }
}

.nav__link {
  padding-left: 2rem;
}
.nav__link a:link,
.nav__link a:visited {
  padding-bottom: 2px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
.nav__link a:link:hover,
.nav__link a:visited:hover {
  border-bottom: 1px solid white;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 180px;
  padding-left: 50px;
  background-color: #2978A0;
  position: relative;
}
@media (max-width: 1023px) {
  .site-header {
    padding-left: 20px;
  }
}

.site-nav {
  display: none;
}

.under-construction {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFAA34;
}
@media (max-width: 1250px) {
  .under-construction {
    padding: 0 20px;
  }
}
.under-construction p {
  max-width: 760px;
}
.under-construction p a {
  color: #262626;
  font-weight: 500;
  text-transform: uppercase;
}
.under-construction p a:hover {
  font-weight: 700;
}

.contact-content {
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 0 auto;
}

html.noscroll,
body.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #262626;
  position: relative;
  font-family: "Poppins", serif;
  font-size: 16px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

.module--projects {
  background: white;
}

.module-inner {
  padding: 60px 0;
}
@media (max-width: 1250px) {
  .module-inner {
    padding: 60px 20px;
  }
}

.navigation-toggle {
  display: none !important;
  cursor: pointer;
  width: 26px;
  height: 34px;
  margin: 0;
  padding: 0;
  transform: rotate(0deg) translateY(-50%);
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 100;
}
.navigation-toggle[aria-expanded=true] .navigation-toggle__bar:nth-child(1) {
  width: 0%;
  background-color: #262626;
}
.navigation-toggle[aria-expanded=true] .navigation-toggle__bar:nth-child(2) {
  transform: rotate(45deg);
}
.navigation-toggle[aria-expanded=true] .navigation-toggle__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.navigation-toggle[aria-expanded=true] .navigation-toggle__bar:nth-child(4) {
  width: 0%;
  background-color: #262626;
}
.navigation-toggle__text {
  font-size: 0;
}
.navigation-toggle__bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFAA34;
  opacity: 1;
  transform: rotate(0deg);
  transition: 65ms ease-in-out;
}
.navigation-toggle__bar:nth-child(1) {
  top: 0px;
}
.navigation-toggle__bar:nth-child(2), .navigation-toggle__bar:nth-child(3) {
  top: 9px;
}
.navigation-toggle__bar:nth-child(4) {
  top: 18px;
}

.splash {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #2978A0;
}
@media (max-width: 1250px) {
  .splash {
    flex-direction: column;
    padding: 0 20px;
  }
}
.splash__logo, .splash__copy {
  width: calc((100% - 40px) / 2 - 40px);
  max-width: 597.5px;
}
@media (max-width: 1250px) {
  .splash__logo, .splash__copy {
    width: 100%;
  }
}
.splash__copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.splash__copy > p {
  margin: 0;
  color: white;
  font-family: "Caprasimo", serif;
  font-size: 1.34375rem;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}
.splash__ctas {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  width: 100%;
  padding-top: 1rem;
}

.project {
  width: 100%;
}
@media (min-width: 601px) {
  .project {
    width: 360px;
  }
}
@media (min-width: 1250px) {
  .project {
    width: 460px;
  }
}
@media (min-width: 1250px) {
  .project--full {
    width: 760px;
  }
}
.project__thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border-top: 1px solid #BF543B;
  border-bottom: 1px solid #BF543B;
  background-color: white;
  position: relative;
  transition: all 125ms ease-out;
}
@media (min-width: 601px) {
  .project__thumbnail {
    height: 260px;
  }
}
@media (min-width: 1250px) {
  .project__thumbnail {
    height: 300px;
  }
}
.project__thumbnail:hover {
  transition: all 125ms ease-in;
}
.project__featured-img, .project__preview-img {
  display: block;
  width: 150px;
  height: auto;
}
@media (min-width: 601px) {
  .project__featured-img, .project__preview-img {
    width: 200px;
  }
}
.project__title {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid white;
  color: white;
  font-family: "Caprasimo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 600px) {
  .project__title {
    font-size: 24px;
  }
}
.project__subtitle {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.project__subtitle .subtitle-text {
  font-weight: normal;
}
.project__detail h3 {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #262626;
  font-family: "Caprasimo", serif;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: left;
}
.project__detail h3 a:link,
.project__detail h3 a:visited {
  color: #262626;
}
.project__detail p {
  margin: 0;
  color: #262626;
  font-family: "Inconsolata", sans-serif;
  font-weight: 500;
  text-align: left;
}
.project__detail p a:link,
.project__detail p a:visited {
  color: #262626;
}
.project__detail a:link,
.project__detail a:visited {
  color: white;
  text-decoration: none;
}
.project__body {
  padding-bottom: 30px;
}
.project__body .disclaimer {
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-left: 1px solid #262626;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.project__body ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
.project__body ul li {
  padding-bottom: 0.25em;
  line-height: 1.5em;
}
.project__body h3 {
  font-family: "Caprasimo", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
}
.project__body pre {
  overflow: scroll;
}
.project__body code {
  font-size: 0.625rem;
  line-height: 1.25em;
}
.project__gallery {
  margin-top: 20px;
}
.project .swiper {
  padding-bottom: 3rem;
}
.project .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 180px;
  margin: 0 auto;
  padding-top: 0.5rem;
  position: relative;
}
.project .swiper-button-prev, .project .swiper-button-next, .project .swiper-pagination {
  position: relative;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
}
.project .swiper-button-prev, .project .swiper-button-next {
  display: flex;
  align-items: center;
  margin-top: unset !important;
  height: 44px;
}
.project .swiper-button-prev {
  justify-content: start;
}
.project .swiper-button-next {
  justify-content: end;
}
.project .swiper-navigation-icon {
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  color: #BF543B;
}
.project .swiper-pagination-bullet {
  background: #BF543B;
}
.project .code-tabs {
  border-bottom: 1px solid #BF543B;
  overflow: hidden;
}
.project .code-tabs__nav {
  display: flex;
  background: #f5f5f5;
}
.project .code-tab__btn {
  flex: 1;
  padding: 0.5em 1em;
  border: none;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #fafafa;
  cursor: pointer;
  text-align: left;
}
.project .code-tab__btn.active {
  background: #BF543B;
  border-right: 0;
  border-bottom: 2px solid #BF543B;
  color: white;
  font-weight: 600;
}
.project .code-tab__pane {
  display: none;
}
.project .code-tab__pane.active {
  display: block;
  max-height: 300px;
  overflow: scroll;
}
.project .code-tab__pane.active > p {
  display: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem 0 4rem;
  position: relative;
}
.contact-form__row {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact-form__row--website {
  display: none;
}
.contact-form__input {
  width: 100%;
  padding: 2rem 10px 0.5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: transparent;
  color: #262626;
  font-size: 1rem;
  line-height: 1.2;
}
.contact-form__input:focus {
  border-color: #0077cc;
  outline: none;
}
.contact-form__input:not(:-moz-placeholder) + .contact-form__label {
  top: 8px;
  left: 10px;
  font-size: 0.75rem;
  color: #262626;
  padding: 0;
}
.contact-form__input:focus + .contact-form__label, .contact-form__input:not(:placeholder-shown) + .contact-form__label {
  top: 8px;
  left: 10px;
  font-size: 0.75rem;
  color: #262626;
  padding: 0;
}
.contact-form__input--message {
  min-height: 10rem;
  resize: vertical;
}
.contact-form__label {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  color: #262626;
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
}
.contact-form__btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  background: #FFAA34;
  color: #262626;
  font-size: 1rem;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.2s ease;
}
.contact-form__btn:hover {
  background: #005fa3;
}
.contact-form .contact-form__success-overlay {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: white;
  color: #262626;
  text-align: left;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
.contact-form .contact-form__success-overlay p {
  margin: 0;
}
.contact-form .contact-form__success-overlay p:first-of-type {
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.contact-form .contact-form__success-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}
.contact-form .contact-form__success-overlay.fade-out {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-height: 44px;
  border-radius: 10px;
  background-color: #FFAA34;
  color: #262626;
  font-family: "Inconsolata", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.btn:link, .btn:visited {
  color: black;
  text-decoration: none;
}
.btn--project {
  margin-top: 1rem;
  background-color: #BF543B;
  color: white;
  transition: all 125ms ease-out;
}
.btn--project::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20352%20512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M96.06%2C454.35C96.07%2C460.64%2097.93%2C466.8%20101.42%2C472.04L118.51%2C497.73C124.434%2C506.641%20134.45%2C512.01%20145.15%2C512.01L206.86%2C512.01C217.56%2C512.01%20227.576%2C506.641%20233.5%2C497.73L250.59%2C472.04C254.078%2C466.8%20255.943%2C460.645%20255.95%2C454.35L255.99%2C416L96.01%2C416L96.06%2C454.35ZM0%2C176C0%2C220.37%2016.45%2C260.85%2043.56%2C291.78C60.08%2C310.63%2085.92%2C350.01%2095.77%2C383.23C95.81%2C383.49%2095.84%2C383.75%2095.88%2C384.01L256.12%2C384.01C256.16%2C383.75%20256.19%2C383.5%20256.23%2C383.23C266.08%2C350.01%20291.92%2C310.63%20308.44%2C291.78C335.55%2C260.85%20352%2C220.37%20352%2C176C352%2C78.61%20272.91%2C-0.3%20175.45%2C0C73.44%2C0.31%200%2C82.97%200%2C176ZM176%2C96C131.89%2C96%2096%2C131.89%2096%2C176C96%2C184.84%2088.84%2C192%2080%2C192C71.16%2C192%2064%2C184.84%2064%2C176C64%2C114.24%20114.24%2C64%20176%2C64C184.84%2C64%20192%2C71.16%20192%2C80C192%2C88.84%20184.84%2C96%20176%2C96Z%22%20style%3D%22fill%3Awhite%3Bfill-rule%3Anonzero%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn--project:hover {
  background-color: #FFAA34;
  transition: all 125ms ease-in;
}
.btn--project:link, .btn--project:visited {
  color: white;
}

.bio {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .bio {
    flex-wrap: wrap;
  }
}
.bio__img {
  max-width: 30%;
}
@media (max-width: 600px) {
  .bio__img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .bio__img img {
    max-width: 50%;
  }
}
.bio__copy {
  width: 100%;
  min-width: 70%;
}
.bio__copy h2 {
  margin-top: 0;
}

.page-title + .bio {
  padding-top: 20px;
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

