@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);
/*
! tailwindcss v3.0.23 | 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: currentColor; /* 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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 */
}
/*
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]) {
  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-size: 100%; /* 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;
}
/*
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::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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --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-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: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 425px){
  .container{
    max-width: 425px;
  }
}
@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: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1670px){
  .container{
    max-width: 1670px;
  }
}
@media (min-width: 2048px){
  .container{
    max-width: 2048px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0;
}
.top-0{
  top: 0;
}
.left-0{
  left: 0;
}
.bottom-96{
  bottom: 24rem;
}
.left-\[44\%\]{
  left: 44%;
}
.top-30p{
  top: 30%;
}
.left-\[27\2c 5\%\]{
  left: 27,5%;
}
.top-\[-18\%\]{
  top: -18%;
}
.-left-7{
  left: -1.75rem;
}
.-top-7{
  top: -1.75rem;
}
.left-\[23\%\]{
  left: 23%;
}
.left-\[-20\%\]{
  left: -20%;
}
.top-\[-3\%\]{
  top: -3%;
}
.top-8{
  top: 2rem;
}
.right-5{
  right: 1.25rem;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0;
}
.top-45p{
  top: 45%;
}
.left-40p{
  left: 40%;
}
.z-20{
  z-index: 20;
}
.-z-1{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-\[999\]{
  z-index: 999;
}
.z-60{
  z-index: 60;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-20{
  margin-top: 5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mr-8{
  margin-right: 2rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-28{
  height: 7rem;
}
.h-full{
  height: 100%;
}
.h-80{
  height: 20rem;
}
.h-90p{
  height: 90%;
}
.h-38{
  height: 9.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-40{
  height: 10rem;
}
.h-16{
  height: 4rem;
}
.h-12{
  height: 3rem;
}
.h-24{
  height: 6rem;
}
.h-34{
  height: 8.5rem;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-8{
  height: 2rem;
}
.h-20{
  height: 5rem;
}
.h-screen{
  height: 100vh;
}
.h-30{
  height: 7.5rem;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-68{
  height: 17rem;
}
.h-auto{
  height: auto;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.w-full{
  width: 100%;
}
.w-28{
  width: 7rem;
}
.w-6{
  width: 1.5rem;
}
.w-auto{
  width: auto;
}
.w-14{
  width: 3.5rem;
}
.w-38{
  width: 9.5rem;
}
.w-fit-content{
  width: fit-content;
}
.w-20{
  width: 5rem;
}
.w-12{
  width: 3rem;
}
.w-24{
  width: 6rem;
}
.w-34{
  width: 8.5rem;
}
.w-60{
  width: 15rem;
}
.w-\[max-content\]{
  width: max-content;
}
.w-160{
  width: 40rem;
}
.w-screen{
  width: 100vw;
}
.w-40p{
  width: 40%;
}
.min-w-60{
  min-width: 15rem;
}
.max-w-120{
  max-width: 30rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-88{
  max-width: 22rem;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.translate-y-20{
  --tw-translate-y: 5rem;
  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));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-t-xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.border-10{
  border-width: 10px;
}
.border-5{
  border-width: 5px;
}
.border{
  border-width: 1px;
}
.border-t-1{
  border-top-width: 1px;
}
.border-t-10{
  border-top-width: 10px;
}
.border-solid{
  border-style: solid;
}
.border-secondary{
  border-color: var(--secondary-color);
}
.border-primary{
  border-color: var(--primary-color);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-secondary{
  background-color: var(--secondary-color);
}
.bg-colortext{
  background-color: var(--text-color);
}
.bg-primary{
  background-color: var(--primary-color);
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-10{
  padding: 2.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pt-52{
  padding-top: 13rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pt-26{
  padding-top: 6.5rem;
}
.text-center{
  text-align: center;
}
.text-4xl{
  font-size: 40px;
}
.text-xl{
  font-size: 20px;
}
.text-2xl{
  font-size: 25px;
}
.text-sm{
  font-size: 14px;
}
.text-xs{
  font-size: 12px;
}
.text-lg{
  font-size: 18px;
}
.font-bold{
  font-weight: 700;
}
.font-black{
  font-weight: 900;
}
.leading-tight{
  line-height: 1.25;
}
.text-primary{
  color: var(--primary-color);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-colortext{
  color: var(--text-color);
}
.text-\[\#2EC4F1\]{
  --tw-text-opacity: 1;
  color: rgb(46 196 241 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-40{
  opacity: 0.4;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.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);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-500{
  transition-duration: 600ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*! purgecss start ignore */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }
.swiper-container-pointer-events {
  touch-action: pan-y; }
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }
.swiper-slide-invisible-blank {
  visibility: hidden; }
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
.swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }
/* -------------------------------------------------------------------------- */
/*                                 base start                                 */
/* -------------------------------------------------------------------------- */
button, hr, input {
  overflow: visible; }
audio, canvas, progress, video {
  display: inline-block; }
progress, sub, sup {
  vertical-align: baseline; }
[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }
h1 {
  font-size: 2em;
  margin: .67em 0; }
figure {
  margin: 1em 40px; }
hr {
  box-sizing: content-box;
  height: 0; }
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none; }
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }
b, strong {
  font-weight: bolder; }
dfn {
  font-style: italic; }
mark {
  background-color: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
audio:not([controls]) {
  display: none;
  height: 0; }
img {
  border-style: none;
  max-width: 100%;
  user-select: none; }
svg:not(:root) {
  overflow: hidden; }
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }
button, select {
  text-transform: none; }
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }
fieldset {
  padding: .35em .75em .625em; }
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }
textarea {
  overflow: auto; }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
summary {
  display: list-item; }
[hidden], template {
  display: none; }
*, *:before, *:after {
  box-sizing: border-box; }
input[type="submit"] {
  cursor: pointer; }
:root {
  font-size: 62.5%;
  line-height: 1.45; }
html {
  scroll-behavior: smooth; }
body{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
p {
  margin-bottom: 2rem; }
p:last-child {
  margin-bottom: 0; }
ol {
  list-style: decimal !important; }
*::-moz-selection {
  color: var(--primary-color);
  background: #fff; }
::selection {
  color: var(--primary-color);
  background: #fff; }
/* -------------------------------- scrollbar -------------------------------- */
::-webkit-scrollbar {
  width: 10px; }
::-webkit-scrollbar-track {
  background: #fff; }
::-webkit-scrollbar-thumb{
  background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.8); }
*:focus {
  outline: none; }
/* -------------------------------------------------------------------------- */
/*                                  base end                                  */
/* -------------------------------------------------------------------------- */
.is-faded{
  pointer-events: none;
  opacity: 0;
}
\:root {
  font-size: 62.5%;
  line-height: 1.45; }
.group-hover\:bright-110 {
  transition-property: all; }
.group:hover .group-hover\:bright-110 {
  filter: brightness(1.1); }
img {
  margin: 0; }
button:focus {
  outline: none; }
b, strong {
  font-weight: 700; }
figure {
  margin: 0;
  padding: 10px 0 0 0; }
@keyframes jello {
  11.1% {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    transform: none; } }
.hover-anim-jello:hover, .hover-anim-jello:focus {
  animation: jello 1s;
  transform-origin: center; }
.hover-scale-down {
  transition: all 0.3s; }
.hover-scale-down:hover, .hover-scale-down:focus {
    transform: scale(0.9); }
.hover-scale-up {
  transition: all 0.3s; }
.hover-scale-up:hover, .hover-scale-up:focus {
    transform: scale(1.05); }
@keyframes shine {
  10% {
    opacity: 1;
    top: 0;
    left: -25%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease; }
  100% {
    opacity: 0;
    top: 0;
    left: 200%;
    transition-property: left, top, opacity; } }
.hover-pulse:hover {
  animation: pulse-opacity 1s; }
@keyframes pulse-opacity {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.infinite-anim-pulse {
  animation: 2s rotate infinite; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(45deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(0); } }
@keyframes slow_rotation {
  0% {
    transform: rotate(0deg); }
  35% {
    transform: rotate(2deg); }
  75% {
    transform: rotate(-2deg); }
  100% {
    transform: rotate(0deg); } }
.hover-anim-shake:hover {
  animation: 2s shake infinite alternate; }
@keyframes shake {
  0% {
    transform: skewX(-15deg); }
  5% {
    transform: skewX(15deg); }
  10% {
    transform: skewX(-15deg); }
  15% {
    transform: skewX(15deg); }
  20% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.hover-anim-shake2:hover {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }
@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-180px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-180px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(180px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@media only screen and (min-width: 768px) {
  .pl-container {
    padding-left: calc((100vW - 768px - 30px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 768px - 30px) / 2); } }
@media only screen and (min-width: 1024px) {
  .pl-container {
    padding-left: calc((100vW - 1024px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1024px + 15px) / 2); } }
@media only screen and (min-width: 1280px) {
  .pl-container {
    padding-left: calc((100vW - 1280px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1280px + 15px) / 2); } }
@media only screen and (min-width: 1440px) {
  .pl-container {
    padding-left: calc((100vW - 1440px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1440px + 15px) / 2); } }
@media only screen and (min-width: 1670px) {
  .pl-container {
    padding-left: calc((100vW - 1670px + 15px) / 2); }
  .pr-container {
    padding-right: calc((100vW - 1670px + 15px) / 2); } }
.page-navigation{
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  height: 5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .page-navigation{
    top: 5rem;
  }
  .page-navigation{
    height: 7rem;
  }
}
@media (min-width: 1280px){
  .page-navigation{
    font-size: 18px;
  }
}
@media (min-width: 1670px){
  .page-navigation{
    font-size: 20px;
  }
}
.is-scrolled-down{
  top: 0;
  transition: all 1s ease-in-out;
}
.is-scrolled-down .sub-menu.opened{
  margin-top: 1.25rem;
}
@media (min-width: 1024px){
  .is-scrolled-down .sub-menu.opened{
    margin-top: 0;
  }
  .is-scrolled-down .sub-menu.opened{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.is-scrolled-up {
  transition: all 1s ease-in-out; }
.logo-menu{
  height: 5rem;
}
@media (min-width: 1024px){
  .logo-menu{
    height: 7rem;
  }
}
.logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain; }
.menu{
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px){
  .menu{
    display: flex;
  }
  .menu{
    height: 100%;
  }
  .menu{
    flex-direction: row;
  }
  .menu{
    align-items: baseline;
  }
  .menu{
    justify-content: space-evenly;
  }
}
.menu > .current_page_item > a, .menu > .current_page_ancestor > a{
  color: var(--text-color);
}
.menu-item{
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  font-weight: 500;
  color: var(--text-color);
}
@media (min-width: 768px){
  .menu-item{
    flex-direction: row;
  }
}
@media (min-width: 1024px){
  .menu-item{
    margin-bottom: 0;
  }
  .menu-item{
    height: 100%;
  }
  .menu-item{
    align-items: center;
  }
  .menu-item{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1440px){
  .menu-item{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.menu-item a{
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
.menu-item:not(.current_page_item) a:after {
  width: 1.5rem;
  content: "";
  position: absolute;
  top: 97%;
  left: 0;
  background-color: none;
  display: block; }
.menu-item:not(.current_page_item):hover > a:after, .menu-item:not(.current_page_item):focus > a:after {
  height: 2px;
  animation: slideRight forwards .5s;
  background-color: var(--primary-color);
  display: block; }
.menu-nav{
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1024px){
  .menu-nav{
    display: flex;
  }
  .menu-nav{
    height: 7rem;
  }
}
.menu-nav.is-visible{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 640px){
  .menu-nav.is-visible{
    width: 66.666667%;
  }
}
.menu-nav.is-visible {
    background-color: white;
    transform-origin: top center;
    animation: slideLeft 600ms ease-in-out forwards; }
@media only screen and (max-width: 1023px) {
      .menu-nav.is-visible {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
.openMenu{
  position: fixed;
  top: 0;
  right: 1rem;
  z-index: 9999;
  display: flex;
  cursor: pointer;
}
@media (min-width: 1024px){
  .openMenu{
    display: none;
  }
}
.openMenu {
  transition: transform 1s ease; }
.line {
  fill: none;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: var(--primary-color); }
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 7;
  stroke: var(--primary-color); }
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: var(--primary-color); }
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: var(--primary-color); }
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8; }
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: var(--primary-color); }
.unclickable > a {
  pointer-events: none; }
.svg-inline--fa, .fa-chevron-down, .fa-w-14{
  height: 2rem;
  width: 3.5rem;
  fill: var(--text-color);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px){
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    margin-left: 0.5rem;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    height: 1rem;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    width: 1rem;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    padding-left: 0;
    padding-right: 0;
  }
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14{
  position: absolute;
  top: 0;
  left: 8rem;
}
@media (min-width: 1024px){
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    top: auto;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    left: 0.25rem;
  }
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14 {
  animation: transform 500ms ease-in-out; }
.svg-inline--fa.rotate, .fa-chevron-down.rotate, .fa-w-14.rotate {
    margin-top: 0;
    transform: rotateZ(-180deg);
    animation: all 500ms ease-in-out; }
.sub-menu{
  display: none;
}
.sub-menu.opened{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--text-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .sub-menu.opened{
    position: absolute;
  }
  .sub-menu.opened{
    top: 80%;
  }
  .sub-menu.opened{
    width: max-content;
  }
  .sub-menu.opened{
    min-width: 100%;
  }
  .sub-menu.opened{
    border-style: none;
  }
  .sub-menu.opened{
    --tw-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 5px 20px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media only screen and (max-width: 1023px) {
      .sub-menu.opened {
        transform-origin: top center;
        animation: slideLeft 300ms ease-in-out forwards; } }
@media only screen and (min-width: 1024px) {
      .sub-menu.opened {
        transform-origin: top center;
        animation: slideDown 300ms ease-in-out forwards; } }
.sub-menu.opened > .menu-item{
  margin-top: 0;
  margin-bottom: 0;
  border-style: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px){
  .sub-menu.opened > .menu-item{
    width: max-content;
  }
  .sub-menu.opened > .menu-item{
    text-align: center;
  }
}
.sub-menu.opened > .menu-item a{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1024px){
  .sub-menu.opened > .menu-item a{
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px){
  .sub-menu.opened > .menu-item a{
    font-size: 18px;
  }
}
.sub-menu.opened > .menu-item:not(.current_page_item) > a:hover::after, .sub-menu.opened > .menu-item:not(.current_page_item) > a:focus::after{
  display: none;
}
@media (min-width: 1024px){
  .sub-menu.opened > .menu-item:not(.current_page_item) > a:hover::after, .sub-menu.opened > .menu-item:not(.current_page_item) > a:focus::after{
    display: block;
  }
}
.sub-menu.opened > .menu-item:not(.current_page_item) > a:hover::after, .sub-menu.opened > .menu-item:not(.current_page_item) > a:focus::after {
      animation: slideLeft 300ms ease-in-out forwards; }
.sub-menu-arrow{
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 1024px){
  .sub-menu-arrow{
    position: relative;
  }
  .sub-menu-arrow{
    display: flex;
  }
  .sub-menu-arrow{
    flex-direction: row;
  }
  .sub-menu-arrow{
    align-items: center;
  }
}
.menu-item-has-children{
  display: flex;
  flex-direction: column;
  padding-right: 3rem;
}
@media (min-width: 1024px){
  .menu-item-has-children{
    flex-direction: row;
  }
}
.special-item{
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-radius: 0.5rem;
  background-color: var(--primary-color);
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .special-item{
    margin-left: 2rem;
  }
}
.special-item {
  transition: all .5s ease;
  width: max-content; }
.special-item:hover, .special-item:focus{
  background-color: transparent;
  color: var(--primary-color);
    transition: all .5s ease;
}
.menu > .current_page_item > a, .menu > .current_page_ancestor > a{
  position: relative;
  color: var(--primary-color);
}
.heading{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media (min-width: 640px){
  .heading{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .heading{
    font-size: 20px;
  }
}
.title{
  margin-bottom: 2.5rem;
  font-size: 19px;
  font-weight: 700;
}
@media (min-width: 375px){
  .title{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .title{
    font-size: 25px;
  }
}
@media (min-width: 768px){
  .title{
    font-size: 30px;
  }
}
@media (min-width: 1280px){
  .title{
    font-size: 40px;
  }
}
@media (min-width: 1440px){
  .title{
    font-size: 50px;
  }
}
@media (min-width: 1670px){
  .title{
    font-size: 60px;
  }
}
.title-small{
  margin-bottom: 2.5rem;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 375px){
  .title-small{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .title-small{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .title-small{
    font-size: 30px;
  }
}
@media (min-width: 1280px){
  .title-small{
    font-size: 35px;
  }
}
@media (min-width: 1670px){
  .title-small{
    font-size: 40px;
  }
}
.title-cta{
  font-size: 18px;
}
@media (min-width: 375px){
  .title-cta{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .title-cta{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .title-cta{
    font-size: 30px;
  }
}
@media (min-width: 1280px){
  .title-cta{
    font-size: 35px;
  }
}
@media (min-width: 1670px){
  .title-cta{
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .bg-gradient {
    background-image: linear-gradient(180deg, #34343400, #3434347A, #343434); } }
.dropshadow {
  filter: drop-shadow(#00000029 2px 3px 10px); }
.tile{
  background-color: var(--secondary-color);
  position: relative;
  filter: drop-shadow(#00000029 2px 3px 10px);
}
.tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: var(--primary-color);
    transition: all .3s ease-in-out;
    z-index: 10; }
.tile:hover::before, .tile:focus::before {
    height: 3rem;
    transition: all .3s ease-in-out; }
.tile-still:hover::before, .tile-still:focus::before {
    height: 1rem; }
.bg-heading {
  background-image: linear-gradient(180deg, #34343400, #3434347A, #343434); }
.answer {
  display: none; }
.answer.opened {
    display: block;
    animation: reveal-top forwards .5s; }
.js-arrow {
  cursor: pointer;
  transition: transform ease .5s; }
.js-arrow.rotate {
    transform: rotate(180deg);
    transition: transform ease .5s; }
.shine {
  position: relative;
  overflow: hidden; }
.shine:after {
  animation: shine 2s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200px;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, white 50%, rgba(255, 255, 255, 0.05) 100%); }
.boxshadow {
  box-shadow: #00000029 2px 3px 10px; }
.background-half {
  background-image: linear-gradient(var(--secondary-color) 50%, #fff); }
.wp-block-columns{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .wp-block-columns{
    flex-direction: row;
  }
  .wp-block-columns{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-preformatted{
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .wp-block-preformatted{
    text-align: justify;
  }
}
.wp-block-gallery{
  margin-top: 2.5rem;
}
.wp-block-image{
  display: flex;
  justify-content: center;
}
.blocks-gallery-item{
  margin-bottom: 2.5rem;
}
.blocks-gallery-item:hover{
  --tw-translate-y: -0.75rem;
  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));
    transition: transform 300ms ease-in;
}
table {
  width: 100%; }
/* purgecss start ignore */
.footer p{
  margin-bottom: 0;
}
/* purgecss start end */
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
.container.p-0,
  .container-fluid.p-0 {
    padding-left: 0;
    padding-right: 0; }
.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row .row {
    margin-left: 0;
    margin-right: 0; }
.row.mx-0 {
    margin-left: 0;
    margin-right: 0; }
.icon-before {
  position: relative;
  padding-left: 25px; }
.icon-before:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-size: 15px; }
.container.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.content:not(.content-icons) blockquote{
  font-size: 20px;
}
.content:not(.content-icons) h1, .content:not(.content-icons) h2, .content:not(.content-icons) h3, .content:not(.content-icons) h4, .content:not(.content-icons) h5, .content:not(.content-icons) h6{
  font-weight: 700;
}
.content:not(.content-icons) h1{
  margin-bottom: 2.5rem;
  font-size: 18px;
}
@media (min-width: 375px){
  .content:not(.content-icons) h1{
    font-size: 20px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h1{
    font-size: 25px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h1{
    font-size: 30px;
  }
}
@media (min-width: 1280px){
  .content:not(.content-icons) h1{
    font-size: 35px;
  }
}
@media (min-width: 1670px){
  .content:not(.content-icons) h1{
    font-size: 40px;
  }
}
.content:not(.content-icons) h2{
  margin-bottom: 2.5rem;
  font-size: 17px;
}
@media (min-width: 375px){
  .content:not(.content-icons) h2{
    font-size: 18px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h2{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h2{
    font-size: 25px;
  }
}
@media (min-width: 1280px){
  .content:not(.content-icons) h2{
    font-size: 30px;
  }
}
@media (min-width: 1670px){
  .content:not(.content-icons) h2{
    font-size: 35px;
  }
}
.content:not(.content-icons) h3{
  margin-bottom: 2.5rem;
}
@media (min-width: 375px){
  .content:not(.content-icons) h3{
    font-size: 17px;
  }
}
@media (min-width: 640px){
  .content:not(.content-icons) h3{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h3{
    font-size: 20px;
  }
}
@media (min-width: 1280px){
  .content:not(.content-icons) h3{
    font-size: 25px;
  }
}
@media (min-width: 1670px){
  .content:not(.content-icons) h3{
    font-size: 30px;
  }
}
.content:not(.content-icons) h4{
  margin-bottom: 2.5rem;
}
@media (min-width: 640px){
  .content:not(.content-icons) h4{
    font-size: 17px;
  }
}
@media (min-width: 1024px){
  .content:not(.content-icons) h4{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .content:not(.content-icons) h4{
    font-size: 20px;
  }
}
@media (min-width: 1670px){
  .content:not(.content-icons) h4{
    font-size: 25px;
  }
}
.content:not(.content-icons) h5{
  margin-bottom: 2rem;
}
@media (min-width: 640px){
  .content:not(.content-icons) h5{
    font-size: 17px;
  }
}
@media (min-width: 1280px){
  .content:not(.content-icons) h5{
    font-size: 18px;
  }
}
.content:not(.content-icons) h6{
  margin-bottom: 2rem;
}
@media (min-width: 640px){
  .content:not(.content-icons) h6{
    font-size: 17px;
  }
}
@media (min-width: 1280px){
  .content:not(.content-icons) h6{
    font-size: 18px;
  }
}
.content:not(.content-icons) a{
  color: var(--primary-color);
}
.custom-list {
  position: relative; }
.custom-list ul li:not(.blocks-gallery-item) {
    position: relative;
    padding-left: 50px;
    margin-bottom: 22px;
    display: flex;
    min-height: 5rem;
    align-items: center; }
.custom-list ul li:not(.blocks-gallery-item):before{
  position: absolute;
  display: block;
  font-size: 27px;
  color: var(--primary-color);
      content: '\002713';
      top: 10%;
      left: 1rem;
}
.custom-list ul li:not(.blocks-gallery-item):after {
      content: '';
      position: absolute;
      display: block;
      height: 4rem;
      width: 4rem;
      border-radius: 9999px;
      border-width: 2px;
      border-style: solid;
      border-color: var(--primary-color);
      top: 10%;
      left: 0px; }
.custom-list li > ol {
    padding-left: 25px; }
.custom-list ol > li {
    margin-bottom: 4px;
    margin-left: 25px; }
.wp-block-columns{
  display: flex;
  align-items: center;
}
.form{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  border-top-width: 10px;
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--secondary-color);
  padding: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
@media (min-width: 640px){
  .form{
    padding: 2.5rem;
  }
}
@media (min-width: 768px){
  .form{
    padding: 5rem;
  }
}
@media (min-width: 1024px){
  .form{
    padding: 7.5rem;
  }
}
.form {
  filter: drop-shadow(#00000029 2px 3px 10px); }
.form-text{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form-group{
  width: 100%;
}
.form-half{
  width: 100%;
}
@media (min-width: 640px){
  .form-half{
    width: 45%;
  }
}
.form-title{
  font-weight: 700;
}
@media (min-width: 640px){
  .form-title{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .form-title{
    font-size: 20px;
  }
}
@media (min-width: 1440px){
  .form-title{
    font-size: 25px;
  }
}
.form input:not(.wpcf7-submit), .form textarea{
  border-radius: 0.375rem;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
    border: solid 1px #BBBBBB;
}
.form input:not(.wpcf7-submit)::placeholder,
    .form textarea::placeholder {
      color: rgba(52, 52, 52, 0.4); }
.form select{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
    border: solid 1px #BBBBBB;
}
.form input:not(.wpcf7-submit), .form textarea{
  width: 100%;
}
.form input[type="checkbox"],
  .form input[type="date"] {
    width: auto !important; }
.form label {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 5px; }
.wpcf7 .ajax-loader {
  display: none; }
.wpcf7-spinner {
  display: none; }
.wpcf7-submit{
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}
#agree, input[type="checkbox"]{
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
}
.wpcf7-list-item label{
  display: flex;
  align-items: center;
}
#agree, input[type="checkbox"]{
  width: fit-content;
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: relative;
  top: 0;
  cursor: pointer;
  appearance: none;
  height: auto;
}
#agree:before,
  input[type="checkbox"]:before {
    transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
#agree:checked:before,
  input[type="checkbox"]:checked:before {
    content: "\2713";
    text-align: center;
    color: #EFEFEF;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); }
#agree:after,
  input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color); }
#agree{
  left: -10px;
}
@media (min-width: 1670px){
  #agree{
    left: -20px;
  }
}
input[type="checkbox"]{
  left: -5px;
}
@media (min-width: 1670px){
  input[type="checkbox"]{
    left: -5px;
  }
}
.wpcf7-spinner {
  display: none; }
.submitting {
  position: relative; }
.submitting::before {
    content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\a         viewBox="0 0 496 496" style="enable-background:new 0 0 496 496;" xml:space="preserve">\a    <path style="fill:%2376FFE5;" d="M248,92c-13.6,0-24-10.4-24-24V24c0-13.6,10.4-24,24-24s24,10.4,24,24v44C272,80.8,261.6,92,248,92z"\a        />\a    <path style="fill:%230DBFBA;" d="M248,496c-13.6,0-24-10.4-24-24v-44c0-13.6,10.4-24,24-24s24,10.4,24,24v44\a        C272,485.6,261.6,496,248,496z"/>\a    <path style="fill:%23BBFFF2;" d="M157.6,116c-8,0-16-4-20.8-12l-21.6-37.6c-6.4-11.2-2.4-26.4,8.8-32.8s26.4-2.4,32.8,8.8L178.4,80\a        c6.4,11.2,2.4,26.4-8.8,32.8C166.4,114.4,161.6,116,157.6,116z"/>\a    <path style="fill:%231BCEB8;" d="M360,465.6c-8,0-16-4-20.8-12L317.6,416c-6.4-11.2-2.4-26.4,8.8-32.8c11.2-6.4,26.4-2.4,32.8,8.8\a        l21.6,37.6c6.4,11.2,2.4,26.4-8.8,32.8C368,464.8,364,465.6,360,465.6z"/>\a    <path style="fill:%23E1FFF9;" d="M92,181.6c-4,0-8-0.8-12-3.2l-37.6-21.6c-11.2-6.4-15.2-21.6-8.8-32.8s21.6-15.2,32.8-8.8l37.6,21.6\a        c11.2,6.4,15.2,21.6,8.8,32.8C108,177.6,100,181.6,92,181.6z"/>\a    <path style="fill:%2326DBC0;" d="M442.4,384c-4,0-8-0.8-12-3.2L392,359.2c-11.2-6.4-15.2-21.6-8.8-32.8c6.4-11.2,21.6-15.2,32.8-8.8\a        l37.6,21.6c11.2,6.4,15.2,21.6,8.8,32.8C458.4,380,450.4,384,442.4,384z"/>\a    <path style="fill:%23F3FFFD;" d="M68,272H24c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S80.8,272,68,272z"/>\a    <path style="fill:%232EE5C6;" d="M472,272h-44c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S485.6,272,472,272z"/>\a    <path style="fill:%2311AEBA;" d="M53.6,384c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8\a        c6.4,11.2,2.4,26.4-8.8,32.8l-37.6,21.6C62.4,383.2,58.4,384,53.6,384z"/>\a    <path style="fill:%233BEDCB;" d="M404,181.6c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8\a        s2.4,26.4-8.8,32.8L416,178.4C412,180.8,408,181.6,404,181.6z"/>\a    <path style="fill:%230FB8BC;" d="M136,465.6c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8\a        c11.2,6.4,15.2,21.6,8.8,32.8l-21.6,37.6C152,461.6,144,465.6,136,465.6z"/>\a    <path style="fill:%2357F7D8;" d="M338.4,116c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8\a        c11.2,6.4,15.2,21.6,8.8,32.8L359.2,104C354.4,111.2,346.4,116,338.4,116z"/>\a    \a    </svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    animation: spin infinite 1s; }
.map iframe {
  width: 100%; }
.post2:hover .bell {
  animation: shake  infinite 2s; }
.page_gallery .gallery-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
.page_gallery .gallery-item--img{
  width: 46%;
}
@media (min-width: 640px){
  .page_gallery .gallery-item--img{
    width: 30%;
  }
}
@media (min-width: 1440px){
  .page_gallery .gallery-item--img{
    width: 22%;
  }
}
.page_gallery .gallery-item--img {
  overflow: hidden; }
.page_gallery .gallery-item--img img{
  height: 14rem;
  object-fit: cover;
}
@media (min-width: 640px){
  .page_gallery .gallery-item--img img{
    height: 20rem;
  }
}
@media (min-width: 1024px){
  .page_gallery .gallery-item--img img{
    height: 28rem;
  }
}
@media (min-width: 1280px){
  .page_gallery .gallery-item--img img{
    height: 40rem;
  }
}
.page_gallery .gallery-item--img img {
    transition: all .5s ease; }
.page_gallery .gallery-item--img:hover img {
    transform: scale(110%);
    transition: all .5s ease; }
.breadcrumbs, .woocommerce-breadcrumb{
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumbs a, .woocommerce-breadcrumb a{
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 2.5rem;
  font-size: 12px;
}
@media (min-width: 1024px){
  .breadcrumbs a, .woocommerce-breadcrumb a{
    margin-top: 0.5rem;
  }
}
.breadcrumbs a:after, .woocommerce-breadcrumb a:after{
  position: absolute;
  display: inline-block;
      content: url('data:image/svg+xml; utf8,\a             <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill="currentColor" d="M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"/></svg>');
      width: 4px;
      top: 0;
      right: -11px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus{
  color: var(--primary-color);
      transition: all 0.5s ease-in-out;
}
.breadcrumbs span, .woocommerce-breadcrumb span{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 12px;
}
.breadcrumbs span.breadcrumb_last, .woocommerce-breadcrumb span.breadcrumb_last{
  margin-left: 0.75rem;
}
.breadcrumbs span.breadcrumb_last a::after,
      .woocommerce-breadcrumb span.breadcrumb_last a::after {
        content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill="%23000" d="M137.4 406.6l-128-127.1C3.125 272.4 0 264.2 0 255.1s3.125-16.38 9.375-22.63l128-127.1c9.156-9.156 22.91-11.9 34.88-6.943S192 115.1 192 128v255.1c0 12.94-7.781 24.62-19.75 29.58S146.5 415.8 137.4 406.6z"/></svg>'); }
.btn{
  height: 5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px){
  .btn{
    height: 6rem;
  }
}
.btn {
  transition: all .5s;
  overflow: hidden;
  z-index: 1;
  position: relative;
  min-width: 14rem;
  transition: all .1s ease-in-out;
  border: solid 1px white; }
.btn::before{
  background-color: var(--primary-color);
    transition: all .4s ease-in-out;
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.btn .arrow_btn{
  padding-right: 2.5rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.btn:hover::before, .btn:focus::before {
    height: 1rem; }
.btn-secondary{
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
}
.btn-secondary--filled::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button, .content:not(.content-icons) a{
  position: relative;
  z-index: 10;
  width: fit-content;
}
.button__default{
  display: flex;
  height: 5rem;
  min-width: 20rem;
  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));
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button__default:hover, .button__default:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary-color);
}
.button__underline, .content:not(.content-icons) a{
  overflow: hidden;
}
.button__underline:after, .content:not(.content-icons) a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  --tw-translate-x: -100%;
  --tw-scale-x: 0;
  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));
  background-color: var(--primary-color);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
      content: '';
}
.button__underline:hover, .content:not(.content-icons) a:hover, .button__underline:focus, .content:not(.content-icons) a:focus{
  color: var(--primary-color);
}
.button__underline:hover:after, .content:not(.content-icons) a:hover:after, .button__underline:focus:after, .content:not(.content-icons) a:focus:after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  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));
}
.button__underline--primary{
  color: var(--text-color);
}
.button__underline--white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button__underline--white:after{
  background-color: var(--primary-color);
}
.button__underline--white:hover, .button__underline--white:focus{
  color: var(--primary-color);
}
.button__underline--visible:after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  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));
}
.navbutton{
  position: fixed;
  top: 0;
  right: 0;
  height: 6rem;
  width: 6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: var(--primary-color);
  outline: 2px solid transparent;
  outline-offset: 2px;
  z-index: 48;
}
.navbutton__item{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navbutton__item:nth-child(2) {
      margin-top: 5px;
      margin-bottom: 5px; }
.navbutton-close{
  position: absolute;
  right: 1.5rem;
  height: 3rem;
  width: 3rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  top: 13px;
}
.navbutton-close__item{
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  background-color: var(--primary-color);
    transform: rotate(45deg);
}
.navbutton-close__item:first-child {
      transform: rotate(-45deg); }
.swiper-lazy-preloader{
  position: absolute;
  border-color: var(--primary-color);
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border-width: 4px;
  border-radius: 50%;
  border-top-color: transparent !important;
  animation: spin 2s linear infinite;
}
.swiper-container {
  margin: 0; }
.arrow{
  z-index: 80;
  display: flex;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
}
.arrow:hover{
  background-color: var(--primary-color);
    transition: all .5s;
}
.anim-img{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 600ms;
}
.anim-title, .anim-subtitle, .anim-content, .anim-btn{
  --tw-translate-x: 100%;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
  transition-duration: 600ms;
}
.anim-subtitle{
  transition-delay: 200ms;
}
.anim-content{
  transition-delay: 250ms;
}
.anim-btn{
  transition-delay: 300ms;
}
.js-slider-main .swiper-slide-active-img{
  --tw-translate-x: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 0;
}
.js-slider-main .swiper-slide-active-title, .js-slider-main .swiper-slide-active-subtitle, .js-slider-main .swiper-slide-active-content, .js-slider-main .swiper-slide-active-btn{
  --tw-translate-x: 0;
  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));
  opacity: 1;
}
.swiper-pagination{
  position: absolute;
  right: 5%;
  top: 10rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px){
  .swiper-pagination{
    top: auto;
  }
  .swiper-pagination{
    bottom: 45%;
  }
}
.swiper-pagination-bullet{
  margin-bottom: 2.5rem;
  box-sizing: border-box;
  display: block;
  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));
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    width: 7px;
    height: 7px;
}
.swiper-pagination-bullet-active{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      width: 7px;
      height: 7px;
}
.swiper-pagination-bullet-active::before {
        position: absolute;
        content: '';
        width: 36px;
        height: 36px;
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
        border-radius: 100%;
        top: -560%;
        left: -560%;
        display: flex;
        flex: none; }
.swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.swiper-pagination-bullet:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.swiper-pagination-bullet:last-child{
  margin-right: 0;
}
.pagination{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2.5rem;
  width: 100%;
}
.page-numbers{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  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));
  font-size: 20px;
  color: var(--text-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.page-numbers:hover{
  --tw-translate-y: -0.5rem;
  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));
}
.page-numbers:focus{
  --tw-translate-y: -0.5rem;
  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));
  text-decoration-line: underline;
}
.page-numbers.current{
  display: flex;
  height: 4rem;
  width: 4rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
  font-weight: 700;
}
.page-numbers.prev, .page-numbers.next{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-numbers.prev svg, .page-numbers.next svg{
  height: 2rem;
  width: 2rem;
}
.page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-numbers.prev:focus, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
table{
  font-size: 14px;
}
@media (min-width: 1024px){
  table{
    font-size: 16px;
  }
}
table thead tr th:first-of-type {
    border-radius: 5px 0 0 0; }
table thead tr th:last-of-type {
    border-radius: 0 5px 0 0; }
table td, table th{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding: 1rem;
}
@media (min-width: 640px){
  table td, table th{
    padding: 1.5rem;
  }
}
table td:first-child, table th:first-child{
  color: var(--primary-color);
}
table th{
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--primary-color);
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  table th{
    font-size: 16px;
  }
}
@media (min-width: 1024px){
  table th{
    font-size: 18px;
  }
}
table th:first-of-type {
    color: white !important; }
/*! purgecss end ignore */
.group:hover .group-hover\:rotate-30{
  --tw-rotate: 30deg;
  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));
}
.group:hover .group-hover\:-rotate-30{
  --tw-rotate: -30deg;
  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));
}
.group:hover .group-hover\:rotate-180{
  --tw-rotate: 180deg;
  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));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.group:hover .group-hover\:scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
@media (min-width: 375px){
  .xs\:flex-nowrap{
    flex-wrap: nowrap;
  }
}
@media (min-width: 425px){
  .s\:h-100{
    height: 25rem;
  }
}
@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:left-\[4\%\]{
    left: 4%;
  }
  .sm\:left-\[41\%\]{
    left: 41%;
  }
  .sm\:top-\[-13\%\]{
    top: -13%;
  }
  .sm\:-left-10{
    left: -2.5rem;
  }
  .sm\:-top-10{
    top: -2.5rem;
  }
  .sm\:top-\[25\%\]{
    top: 25%;
  }
  .sm\:left-\[-16\%\]{
    left: -16%;
  }
  .sm\:top-\[-10\%\]{
    top: -10%;
  }
  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .sm\:mr-12{
    margin-right: 3rem;
  }
  .sm\:mb-0{
    margin-bottom: 0;
  }
  .sm\:mt-0{
    margin-top: 0;
  }
  .sm\:mr-20{
    margin-right: 5rem;
  }
  .sm\:mt-20{
    margin-top: 5rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:h-140{
    height: 35rem;
  }
  .sm\:h-48{
    height: 12rem;
  }
  .sm\:h-60{
    height: 15rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-40{
    height: 10rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-30{
    height: 7.5rem;
  }
  .sm\:w-70p{
    width: 70%;
  }
  .sm\:w-45p{
    width: 45%;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-48{
    width: 12rem;
  }
  .sm\:w-60{
    width: 15rem;
  }
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:w-16{
    width: 4rem;
  }
  .sm\:w-30{
    width: 7.5rem;
  }
  .sm\:w-\[35\%\]{
    width: 35%;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:max-w-160{
    max-width: 40rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:p-20{
    padding: 5rem;
  }
  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pt-10{
    padding-top: 2.5rem;
  }
  .sm\:text-lg{
    font-size: 18px;
  }
  .sm\:text-base{
    font-size: 16px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-\[25\%\]{
    bottom: 25%;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:right-\[0\%\]{
    right: 0%;
  }
  .md\:bottom-20{
    bottom: 5rem;
  }
  .md\:left-\[43\%\]{
    left: 43%;
  }
  .md\:left-\[27\.5\%\]{
    left: 27.5%;
  }
  .md\:top-12{
    top: 3rem;
  }
  .md\:right-10{
    right: 2.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-\[40vh\]{
    height: 40vh;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-40{
    height: 10rem;
  }
  .md\:min-h-60{
    min-height: 15rem;
  }
  .md\:min-h-screen{
    min-height: 100vh;
  }
  .md\:w-\[75\%\]{
    width: 75%;
  }
  .md\:w-60p{
    width: 60%;
  }
  .md\:w-90p{
    width: 90%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:rounded-l-xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0;
  }
  .md\:text-xl{
    font-size: 20px;
  }
  .md\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }
  .lg\:left-40p{
    left: 40%;
  }
  .lg\:left-20p{
    left: 20%;
  }
  .lg\:left-\[25\%\]{
    left: 25%;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mb-0{
    margin-bottom: 0;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-28{
    margin-bottom: 7rem;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-36{
    height: 9rem;
  }
  .lg\:h-28{
    height: 7rem;
  }
  .lg\:max-h-280{
    max-height: 70rem;
  }
  .lg\:max-h-320{
    max-height: 80rem;
  }
  .lg\:min-h-\[60vh\]{
    min-height: 60vh;
  }
  .lg\:w-36{
    width: 9rem;
  }
  .lg\:w-80p{
    width: 80%;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-50p{
    width: 50%;
  }
  .lg\:w-40p{
    width: 40%;
  }
  .lg\:w-\[25\%\]{
    width: 25%;
  }
  .lg\:w-\[32\%\]{
    width: 32%;
  }
  .lg\:w-\[31\%\]{
    width: 31%;
  }
  .lg\:w-80{
    width: 20rem;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-20p{
    width: 20%;
  }
  .lg\:w-30p{
    width: 30%;
  }
  .lg\:translate-y-40{
    --tw-translate-y: 10rem;
    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));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:bg-secondary{
    background-color: var(--secondary-color);
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pt-58{
    padding-top: 14.5rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:text-\[56px\]{
    font-size: 56px;
  }
  .lg\:text-xl{
    font-size: 20px;
  }
  .lg\:text-lg{
    font-size: 18px;
  }
  .lg\:text-2xl{
    font-size: 25px;
  }
}
@media (min-width: 1280px){
  .xl\:left-\[42\%\]{
    left: 42%;
  }
  .xl\:left-\[26\%\]{
    left: 26%;
  }
  .xl\:top-20{
    top: 5rem;
  }
  .xl\:right-20{
    right: 5rem;
  }
  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:mt-0{
    margin-top: 0;
  }
  .xl\:h-\[50vh\]{
    height: 50vh;
  }
  .xl\:h-88{
    height: 22rem;
  }
  .xl\:min-h-80s{
    min-height: 80vH;
  }
  .xl\:min-h-\[70vh\]{
    min-height: 70vh;
  }
  .xl\:w-\[32\%\]{
    width: 32%;
  }
  .xl\:w-45p{
    width: 45%;
  }
  .xl\:w-90p{
    width: 90%;
  }
  .xl\:w-8\/12{
    width: 66.666667%;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:w-7\/12{
    width: 58.333333%;
  }
  .xl\:w-50p{
    width: 50%;
  }
  .xl\:min-w-80{
    min-width: 20rem;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:p-20{
    padding: 5rem;
  }
  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:pt-40{
    padding-top: 10rem;
  }
  .xl\:pt-0{
    padding-top: 0;
  }
  .xl\:text-xl{
    font-size: 20px;
  }
}
@media (min-width: 1440px){
  .\32xl\:left-\[43\%\]{
    left: 43%;
  }
  .\32xl\:top-\[30\%\]{
    top: 30%;
  }
  .\32xl\:left-\[29\%\]{
    left: 29%;
  }
  .\32xl\:left-\[-18\%\]{
    left: -18%;
  }
  .\32xl\:h-100{
    height: 25rem;
  }
  .\32xl\:min-h-80s{
    min-height: 80vH;
  }
  .\32xl\:min-h-\[33rem\]{
    min-height: 33rem;
  }
  .\32xl\:w-45p{
    width: 45%;
  }
  .\32xl\:w-\[23\%\]{
    width: 23%;
  }
  .\32xl\:w-7\/12{
    width: 58.333333%;
  }
  .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .\32xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:text-xl{
    font-size: 20px;
  }
  .\32xl\:text-2xl{
    font-size: 25px;
  }
  .\32xl\:text-3xl{
    font-size: 30px;
  }
  .\32xl\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 1670px){
  .\33xl\:left-\[44\%\]{
    left: 44%;
  }
  .\33xl\:top-\[32\%\]{
    top: 32%;
  }
  .\33xl\:left-\[31\.5\%\]{
    left: 31.5%;
  }
  .\33xl\:w-80p{
    width: 80%;
  }
  .\33xl\:w-40p{
    width: 40%;
  }
  .\33xl\:max-w-70p{
    max-width: 70%;
  }
  .\33xl\:max-w-112{
    max-width: 28rem;
  }
  .\33xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .\33xl\:text-2xl{
    font-size: 25px;
  }
}

