@import url(https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap);
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
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 all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-0{
  left: 0px;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-10{
  top: 2.5rem;
}
.top-6{
  top: 1.5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.m-auto{
  margin: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.h-\[35vh\]{
  height: 35vh;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[45vh\]{
  height: 45vh;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-full{
  min-width: 100%;
}
.max-w-none{
  max-width: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.items-center{
  align-items: center;
}
.gap-4{
  gap: 1rem;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border-2{
  border-width: 2px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.\!py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.jost-font, body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "balgin-black";
  src: url("../fonts/balgin-black-webfont.woff2") format("woff2"), url("../fonts/balgin-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "balgin-blacksmcondensed";
  src: url("../fonts/balgin-blacksmcondensed-webfont.woff2") format("woff2"), url("../fonts/balgin-blacksmcondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, .h1-size, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "balgin-black";
  margin-bottom: 10px;
}

h1, .h1-size, .h1 {
  font-family: "balgin-blacksmcondensed";
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
}

h2, .h2 {
  font-family: "balgin-black";
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2%;
}

.h2-forced {
  font-size: 36px !important;
  line-height: 45px !important;
  letter-spacing: 0% !important;
}

h3, .h3 {
  font-family: "balgin-blacksmcondensed";
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 2%;
  vertical-align: bottom;
}

h4, .h4 {
  font-size: 32px;
  line-height: 38px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 30px;
}

strong, b {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

html {
  background: #E1EDEB;
  overflow-x: hidden;
}

body {
  font-size: 18px;
  color: #0023C9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transition-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 50;
  pointer-events: none;
}

.loading-screen {
  background-color: #0023C9;
  will-change: transform;
  visibility: visible;
}
.loading-screen .marque {
  width: 150px;
}
.loading-screen .marque svg {
  width: 100%;
  height: auto;
}

#smooth-content {
  position: relative;
}

#smooth-wrapper {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
#smooth-wrapper section {
  pointer-events: all;
}

footer {
  position: relative;
  margin-top: -1px;
  pointer-events: all;
  background: #0023C9;
  color: #F2DFDF;
}
footer canvas {
  margin: 0 auto;
}
footer .logo svg {
  width: 155px;
  height: auto;
}
footer .logo svg path {
  fill: #F2DFDF;
}
footer .footer-title {
  text-transform: uppercase;
}
footer .socials a svg {
  height: 25px;
  width: auto;
}
footer .socials a svg path {
  fill: #F2DFDF;
}
footer .logo-mark svg {
  width: 75px;
  height: auto;
}
footer .logo-mark svg path {
  fill: #F2DFDF;
}

@media only screen and (max-width: 768px) {
  footer .logo {
    font-size: 28px;
  }
}
.btn, .btn-alt {
  transition: color 0.15s ease-out;
  background: #ffffff;
  border: 0px solid #ED6748;
  border-radius: 50px;
  color: #0023C9;
  padding: 1rem 2rem;
  display: inline-block;
}
.btn:hover, .btn-alt:hover {
  color: #ffffff;
  background: #0023C9;
}
.btn:hover:after, .btn-alt:hover:after {
  right: 5px;
}

.btn-alt {
  background: rgb(225, 247, 126);
  color: #0023C9;
  padding: 1rem 3.5rem;
}

.btn-tiny {
  background: #0023C9;
  color: white;
  padding: 0.8rem 1.5rem;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  border-radius: 20px 0;
}

.btn-tiny-sea {
  background: #E1EDEB;
  padding: 0.8rem 1.5rem;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  border-radius: 20px 0;
}

.pill {
  transition: color 0.15s ease-out;
  background: #0023C9;
  border: 0px solid #ED6748;
  border-radius: 50px;
  color: #ffffff;
  padding: 1rem 2rem;
  display: inline-block;
}

.bespoke-border {
  border-radius: 21px;
  overflow: hidden;
}

.copy a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #ED6748;
  text-decoration-color: transparent;
  transition: text-underline-offset 400ms, text-decoration-color 400ms;
}
.copy a:hover {
  text-decoration-color: #ED6748;
  text-underline-offset: 4px;
}
.copy h1, .copy .h1-size, .copy h2, .copy h3 {
  margin-bottom: 2rem;
}
.copy p {
  margin-bottom: 1rem;
}
.copy figure.is-type-video {
  margin: 3rem 0;
}

.image {
  position: relative;
}
.image .image-grad {
  background: linear-gradient(270deg, rgba(9, 47, 56, 0) 0%, rgba(9, 47, 56, 0.66) 50.72%);
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5 ease-out;
}
.image:hover .image-grad {
  opacity: 0.4;
}

section {
  overflow-x: hidden;
  position: relative;
  margin-top: -1px;
}

.g-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1536px;
}

@media only screen and (max-width: 768px) {
  .g-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section-block {
  background-color: #E1EDEB;
  transition: background-color 0.5s ease-in;
  position: relative;
  z-index: 2;
}

.block-content {
  width: 100%;
}

.colourway-white {
  background-color: #E1EDEB;
  color: #0023C9;
}
.colourway-white h1, .colourway-white .h1-size, .colourway-white h2, .colourway-white h3 {
  color: #ED6748;
}

.colourway-light-red {
  background-color: #F2DFDF;
  color: #0023C9;
}
.colourway-light-red p {
  color: #0023C9;
}
.colourway-light-red p a {
  color: #0023C9;
}

.colourway-light-blue {
  background-color: #BAE1DC;
  color: #0023C9;
}

.colourway-dark-blue {
  background-color: #0023C9;
  color: #ffffff;
}
.colourway-dark-blue .swiper-button-prev svg path, .colourway-dark-blue .swiper-button-next svg path {
  stroke: #ffffff;
}

.swiper-button-prev svg path, .swiper-button-next svg path {
  stroke: #323530;
}

.background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  width: 110%;
  height: 110%;
}

.halftone {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  mix-blend-mode: soft-light;
  background-image: url("../images/halftone.png");
}

.flip-card {
  background-color: transparent;
  width: 375px;
  height: 455px;
  perspective: 1000px;
  position: relative;
}

.flip-card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #F2DFDF;
  color: #0023C9;
  text-align: left;
  border-radius: 21px;
  backface-visibility: hidden;
}

.flip-card-back {
  background: #0023C9;
  color: #BAE1DC;
  transform: rotateY(180deg);
}

.scrollbar {
  min-height: 100px;
  height: auto;
  max-height: 330px;
  width: 100%;
  overflow: auto;
  padding-right: 10px;
  margin-bottom: 30px;
}

.scrollbar1::-webkit-scrollbar {
  width: 10px;
}

.scrollbar1::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.scrollbar1::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #F2DFDF;
}

#block-image-intro .logo svg {
  width: 155px;
  height: auto;
}
#block-image-intro .socials a svg {
  height: 25px;
  width: auto;
}
#block-image-intro .copy {
  width: 100%;
  text-align: center;
}
#block-image-intro .copy .title {
  color: #ffffff;
}
#block-image-intro .copy .animated-title {
  font-size: 5vw;
  color: #ffffff;
}
#block-image-intro .copy .animated-title canvas {
  margin: 0 auto;
}
#block-image-intro .logo-mark svg {
  width: 75px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #block-image-intro h1, #block-image-intro .h1-size {
    width: 51%;
    margin: 0 auto;
    font-size: 27px;
    margin-bottom: 30px;
  }
  #block-image-intro .logo-mark svg {
    width: 55px;
  }
  .logo-mark svg {
    width: 55px !important;
  }
}
.swiper-button-disabled {
  display: none;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}

#block-services .swiper-button-next {
  background: rgb(225, 247, 126);
  padding: 5px;
  right: 1.5em;
  transition: right 0.1s ease-out;
  top: 200px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
#block-services .swiper-button-next:hover {
  right: 1.4em;
}
#block-services .swiper-button-next:after {
  display: none;
}
#block-services .swiper-button-prev {
  background: rgb(225, 247, 126);
  padding: 5px;
  left: 1.5em;
  transition: right 0.1s ease-out;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  top: 200px;
}
#block-services .swiper-button-prev:hover {
  left: 1.4em;
}
#block-services .swiper-button-prev:after {
  display: none;
}
#block-services .services-carousel.swiper {
  overflow: visible !important;
}
#block-services .services-carousel.swiper .carousel-item {
  width: 400px;
}
#block-services .services-carousel.swiper .carousel-item img {
  width: 100%;
}
#block-services .services-carousel.swiper .carousel-item .description {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #block-services .swiper-button-next {
    right: 1em;
  }
  #block-services .swiper-button-next:hover {
    right: 0.9em;
  }
  #block-services .swiper-button-prev {
    left: 0.5em;
  }
  #block-services .swiper-button-prev:hover {
    left: 0.4em;
  }
}
#block-team .swiper-button-next {
  background: rgb(225, 247, 126);
  padding: 5px;
  right: 1.5em;
  transition: right 0.1s ease-out;
  top: 200px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
#block-team .swiper-button-next:hover {
  right: 1.4em;
}
#block-team .swiper-button-next:after {
  display: none;
}
#block-team .swiper-button-prev {
  background: rgb(225, 247, 126);
  padding: 5px;
  left: 1.5em;
  transition: right 0.1s ease-out;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  top: 200px;
}
#block-team .swiper-button-prev:hover {
  left: 1.4em;
}
#block-team .swiper-button-prev:after {
  display: none;
}
#block-team .team-carousel.swiper {
  max-width: 1290px;
  overflow: visible !important;
}
#block-team .team-carousel.swiper .carousel-item {
  width: 400px;
}
#block-team .team-carousel.swiper .carousel-item .flip-card-front {
  background: #E1EDEB;
}
#block-team .team-carousel.swiper .carousel-item img {
  width: 100%;
}
#block-team .team-carousel.swiper .carousel-item .description {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #block-team .swiper-button-next {
    right: 1em;
  }
  #block-team .swiper-button-next:hover {
    right: 0.9em;
  }
  #block-team .swiper-button-prev {
    left: 0.5em;
  }
  #block-team .swiper-button-prev:hover {
    left: 0.4em;
  }
}
#block-social h2 {
  color: #0023C9;
}
#block-social .swiper-button-next {
  background: rgb(225, 247, 126);
  padding: 5px;
  right: 1.5em;
  transition: right 0.1s ease-out;
  top: 11vw;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}
#block-social .swiper-button-next:hover {
  right: 1.4em;
}
#block-social .swiper-button-next:after {
  display: none;
}
#block-social .swiper-button-prev {
  background: rgb(225, 247, 126);
  padding: 5px;
  left: 1.5em;
  transition: right 0.1s ease-out;
  left: auto;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  top: 11vw;
}
#block-social .swiper-button-prev:hover {
  left: 1.4em;
}
#block-social .swiper-button-prev:after {
  display: none;
}
#block-social .social-carousel.swiper {
  overflow: visible !important;
}
#block-social .social-carousel.swiper .carousel-item {
  background: #E1EDEB;
  width: 18%;
  max-width: 300px;
  min-width: 200px;
}
#block-social .social-carousel.swiper .carousel-item img {
  width: 100%;
}
#block-social .social-carousel.swiper .carousel-item .description {
  font-size: 14px;
}
#block-social .social-carousel.swiper .carousel-item:first-of-type {
  margin-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  #block-social .social-carousel.swiper {
    overflow: visible !important;
  }
  #block-social .social-carousel.swiper .carousel-item {
    min-width: 200px;
    width: 40%;
    max-width: 300px;
  }
  #block-social .swiper-button-next {
    right: 1em;
  }
  #block-social .swiper-button-next:hover {
    right: 0.9em;
  }
  #block-social .swiper-button-prev {
    left: 0.5em;
  }
  #block-social .swiper-button-prev:hover {
    left: 0.4em;
  }
}
#block-text-image-and-copy h2 {
  font-size: 45px;
}

#block-image-full-screen .logo-mark svg {
  width: 75px;
  height: auto;
}

@media (min-width: 768px){
  .md\:invisible{
    visibility: hidden;
  }
  .md\:left-10{
    left: 2.5rem;
  }
  .md\:right-10{
    right: 2.5rem;
  }
  .md\:top-10{
    top: 2.5rem;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[65vh\]{
    height: 65vh;
  }
  .md\:h-\[80vh\]{
    height: 80vh;
  }
  .md\:h-\[90vh\]{
    height: 90vh;
  }
  .md\:h-\[95vh\]{
    height: 95vh;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1280px){
  .xl\:hidden{
    display: none;
  }
}
