@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-2{
  left: 0.5rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-1\/3{
  top: 33.333333%;
}

.top-2{
  top: 0.5rem;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.m-3{
  margin: 0.75rem;
}

.m-auto{
  margin: auto;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-12{
  margin-top: 3rem !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.me-4{
  margin-inline-end: 1rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-4{
  margin-left: 1rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-32{
  height: 8rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-72{
  height: 18rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[15px\]{
  height: 15px;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[30px\]{
  height: 30px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-\[60px\]{
  min-height: 60px;
}

.w-1\/2{
  width: 50%;
}

.w-10{
  width: 2.5rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-24{
  width: 6rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-44{
  width: 11rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[330px\]{
  width: 330px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.border-collapse{
  border-collapse: collapse;
}

.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;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

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

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

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

.items-start{
  align-items: flex-start;
}

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-px{
  gap: 1px;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-dashed{
  border-style: dashed;
}

.border-\[\#c52228\]{
  --tw-border-opacity: 1;
  border-color: rgb(197 34 40 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-b-\[\#d98814\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 136 20 / var(--tw-border-opacity, 1));
}

.bg-\[\#151515\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity, 1));
}

.bg-\[\#282828\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#343434\]{
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity, 1));
}

.bg-\[\#38a543\]{
  --tw-bg-opacity: 1;
  background-color: rgb(56 165 67 / var(--tw-bg-opacity, 1));
}

.bg-\[\#643B9F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(100 59 159 / var(--tw-bg-opacity, 1));
}

.bg-\[\#68ba68\]{
  --tw-bg-opacity: 1;
  background-color: rgb(104 186 104 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b34e4d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(179 78 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b3dcb3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(179 220 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bedbbe\]{
  --tw-bg-opacity: 1;
  background-color: rgb(190 219 190 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c52228\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 34 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e19400\]{
  --tw-bg-opacity: 1;
  background-color: rgb(225 148 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e7b119\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 177 25 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0bc27\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 188 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f4f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffae13\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 19 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[1px\]{
  padding-left: 1px;
  padding-right: 1px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[100px\]{
  padding-top: 100px;
}

.\!text-left{
  text-align: left !important;
}

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

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

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

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

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

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

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

.font-thin{
  font-weight: 100;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.\!leading-loose{
  line-height: 2 !important;
}

.leading-loose{
  line-height: 2;
}

.text-\[\#11b48c\]{
  --tw-text-opacity: 1;
  color: rgb(17 180 140 / var(--tw-text-opacity, 1));
}

.text-\[\#326010\]{
  --tw-text-opacity: 1;
  color: rgb(50 96 16 / var(--tw-text-opacity, 1));
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#ababab\]{
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity, 1));
}

.text-\[\#d98814\]{
  --tw-text-opacity: 1;
  color: rgb(217 136 20 / var(--tw-text-opacity, 1));
}

.text-\[\#f1b91a\]{
  --tw-text-opacity: 1;
  color: rgb(241 185 26 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

* {
  font-family: 'Poppins', sans-serif;
}

.amatic-header{
  font-family: "Amatic SC", sans-serif!important;
  font-weight: 700;
}

.hover-menu a:after {
  background: linear-gradient(90deg, #ffae13 70%, transparent 0);
  position: relative;
  display: block;
  width: 0;
  content: '';
  height: 2px;
  opacity: 0;
  transition: .3s;
  background-size: 8px 100%;
  left: 0;
}

.hover-menu a{
  transition: .3s;
}

.hover-menu a:hover {
  color: #ffae13;
}

.hover-menu a:hover::after{
  opacity: 1;
  width: 100%;
}

ul.black-check li {
  position: relative;
  margin-bottom: 0.8rem;
}

ul.black-check li::before {
  content: url(../../images/icons/black_check.png);
  width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.apostrophe {
  position: relative;
}

.apostrophe::before {
  content: url(../../images/icons/apostrophe.png);
  width: 30px;
  height: 28px;
  position: relative;
  display: block;
  left: 2px;
}

video {
  width: 100%;
  height: auto;
}

.flags{
  background-image: url(../../images/podklad.jpg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: left;
  padding: 0px 0px 10px 0px;
}

.flags ul li 
{
  display: flex;
  align-items: center;
  font-size: 12px;
}

.flags ul li img {
  padding-right: 8px;
}

.text-nowrap {
  text-wrap: wrap;
}

@media (min-width: 640px) {
  .text-nowrap {
    text-wrap:nowrap;
  }
}

.first-arrow::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAADiCAYAAAASyKQtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RjY5REY3RkY5Mzg0RTUxMUIxOEVBNDFFMkYzMzc4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTE5RERCQ0U3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTE5RERCQ0Q3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUI0NzRFMENGNzhFNjExQTIwM0Q3OTk5NEUxREFEQiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI4MDhiMzA2LWZiZTgtMTFlNS05MDUxLWI0NGU1ZjQ1MGIxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrucDk8AAAWWSURBVHja7J3dkeIwDMe9TBrIve4+sSWEEkIJUAKUEEogJZASoARSAinh8pT3lLBn3ciHNxfYBEJiS9KMZ7mb2Y8fkmX9he28fX19qWft4+Mj1F8iHPbrXVVVmXLIgoHAwhvfstLDD2ANF/cAa1qJY6ccswDhNggDkHMcXazWo9Ajx9elDuFcOWxv7+/vif667whW2K81XK08s7aQzq2QLNBrpSJiAQIa22Fog+eyex7U02DSP1z/bQ9930x/owlThXM4xhC/aKiVImYzK4wN8BbfAEhcRw191mNOFVgh6KceqfUm/NbQCVXgCOauHjCfl5i4wPYaek8CGLNwaXnUJIZcjwWGeYnFBwkP216OmnMW6mE9Pl2snIYA/ublBnhBFdj70P0RGIuMwlI5fezoy5s0aykrwUI9j/sAwBt0fuCNcgb45jy+YSmWpODpjTfADWnXx8M7S+gfOqgvZzxse7lveG6tZStBcK+ATddD9QztLb7euOjpu8A957ExCO0FCpDEeeAWufiIFQid+uDhZpkZPviznWzi/QT8jJe9ydJt+piMBTdEQqlDeY2wGXlghD696HeanFC7FNKvtA3W3SEXYFO2HrkAZ7hOx1OUn1MA1+raCt6Mra6mCunCKkoOYzYPpgI2oZ1aHZOQOrDR0Sdc70dRVoGa3raq32fS3gND8lqOVbPPlBtWY2izASa/LAmwADMFnnMCfomMdBnY7DNJuADDulwicMRlDhtxsecCbDcLVhyAlaWb91yAc0tCJhyAjZdNS4gFcIkJ7OlCJFD+WKoGaN77Vktn3IBFLQmwAAuwAHthsKdbjwsnD0PVFeGpOhbAZqszD2Dc331SLUcWKCetvK+XvQbGw9g1G2BLUIRdkxcFYPOpY8wCGHf/wlhx8fA/ndxlQzsJYExeWZfj+G+PXmvh7YFpEQ8CLMACLMACLMAvMzhndU9IUPTw3532tw6YUQ7pFRdgcz1HxALYOiwacQppUE2tB0WpAhdWAmMFHLEAthoBERcPm3kccwP+zwLCwK0bYKSnJWpJgAVYgAVYgKczyoWHufH8tx4Lc4MydQ/bN6CzCuk5F+CSVdKybj6PZVkirovZJa2QE3DBLaRrLEJiLsAlZuycU9Jam39IT0vWYQEWYAEWYAEW4JcZ7ttKOHn42131HIBDbnM4kqQlwAIswL5ZzQ24YBvSAZNwPrEBrqpqLVlagAVYgAVYgAV4fGt7HOmMMCx8HnxpQlP2sNm5U3IBjrC0rDkBFyzmMG4qDRWjnXhRU/hTB563JSzKwDefrUgVOMYMnXOqtIq2/wwIw7YCyz4tUUsCLMACLMACLMBDSMJ5l3umKXkYHii3ZwGsPbtCSVhw8bBp2OWcgGu8S4s2MPadIZw7Pc53RiicCy7A5rI/+h7GdiyEdN5suFP1cOfsTAUYkhV4NuMCDKCLruEM5nUTD0F7PRpQ1JIAC7AAC/ALDQ5dHbkAQ5Fx4OThpG8Z6TNwiOHcq4z0Gdjc6p9yCenEqp3JA28wpDPF5JHag4WzD8ARDvBuyaXwKIfyrg96GDqRn1JLC7AAC7AAO7LmHlXj3o2hzZVlCSDPnDx8QOh0iHrZdeAVjnIINeQ6MHjVbETZvdq7LgCDzjWf3p+oz+EIgWv0LvllaW/p3JIDsNG56Zi/dMp1+JeUlgIswALsIvD81QrIJWDoKV/UAJ/6+QAcYXERjlU2Tgkcob41ko80cGjp29OYdfJUwEd1vXBgSz1Lw5yNUQEtx9C3UwLbcs9J2KHFQ4nzNVcdd6f7DlyPLfWktBTgJ0Maj8yY1syStIc17Aarp1iN2IOaBBhv0TfVU1ZV1ZZsSGvYg7rupPEa9i4wngk6q+vNRVsNmynP7Z6HE4SF9XXddq8NNeDcyDvrCZHe2x8BBgD1LJhBUTrf4wAAAABJRU5ErkJggg==);
  display: inline-block;
  position: absolute;
  right: -60px;
  top: -132px;
}

.second-arrow::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAACECAYAAACDOEu6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RjY5REY3RkY5Mzg0RTUxMUIxOEVBNDFFMkYzMzc4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTE5OEFCOUQ3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTE5OEFCOUM3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUI0NzRFMENGNzhFNjExQTIwM0Q3OTk5NEUxREFEQiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI4MDhiMzA2LWZiZTgtMTFlNS05MDUxLWI0NGU1ZjQ1MGIxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv4jyq0AAAMLSURBVHja7JsxVuMwEIa9flwgtEnlPUKoqcQRlCOEmiocIVRbbyrquKbC1db4CHGVGh8hO8OOeIpwHCmaTPA++T09QxD5/I8k6x9Zzna7XcZZxuPx776/5xnjMZlMFnCaw3l0qM4PpDLBELLBn7fb7fWhepwK51AQuuqrxAlc0Pn8QAjnpzoIZyOh0Kh7OlYxZ1JX+KjjUqh81XEBR77q8LhiAGKvrHwrsw183yPPhI8ETEAZINzOCjEg3TvfJBUqup2dH0g2QofcymIVajqLAc1UVEoqbHynoiggtJ+OVReqUF0CiOGspYBFrLpQi/HIAUwWIwETcABAXCiAMuUC+txpNFmKWiqk0xgPEwSEUJopqZFqw0IaaELZSgE/QgqTbiUZ0kZyHMoBrcFeSSkccffQXiB1lJJbYfI0CZiA3xjI6WN8FS7pSYsYUFlZb+o0wwVWIkDLj6Y2HCiQ/EzLlTH5pms3MauGyUQlYAIO00QpKGtJhejaNLd76wM2TmJ6dmBrKf0/e2ltrWSI5PitKPCSNlFcYSGtUMzT4LHKGJcuk6dJwAQcGBCsxmvMxp1TFGIavpAENhnDQlEIEB1AERvWUGC0qfq+QOuB11RyHFaxHScUWJu8QxQYE9agLbvQjiWoC167oYRoiU1yyh7hO8sk+x4Lansl4mlAoYFUuQBM271cYnpSlwJ+bFHLzxzOqZUqlBIzvnLHsBgQx3A0kPbavHe9lEOffdnPGKuwplWO+bHeyQK0lqr9gWgZIp9TlGQ9tPO5+b22l7JRIW6hRgu4oTYpTgDuKaLhMOpKanMntcY7OoLXHVfcF1ZUYL/RpTou6BN4k/3bytk44ViT6qWH6pUTRnNu3Q2we7MFqdLWP7j2ooQvWHUMAbygDdWZQXk3FwL174+m3PQFmnqfq64lRXsv5mAqQKF8gPKLPp6ZAe+d4/uqpp6O0D9Qbunv1+5k7T0Be6hGJS9QnqmHVgC7Y1nFINXqwIA3xyMAn1iXTWgYzA+o/tn17IrzhUdlhRzbddZV768AAwCos2cSKMdIsAAAAABJRU5ErkJggg==);
  display: inline-block;
  position: absolute;
  right: auto;
  top: auto;
  bottom: -121px;
  left: -19px;
}

.third-arrow::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACmCAYAAAChr22/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RjY5REY3RkY5Mzg0RTUxMUIxOEVBNDFFMkYzMzc4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTE5RERCRDI3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTE5RERCRDE3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUI0NzRFMENGNzhFNjExQTIwM0Q3OTk5NEUxREFEQiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI4MDhiMzA2LWZiZTgtMTFlNS05MDUxLWI0NGU1ZjQ1MGIxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PviJfMEAAAP9SURBVHja7J0xkpswFIZZz3apqFLEFTkCV2Cr1OwR8BHsJk0qcwToMpMqHCEcwTpCqNxTpXaknafkrWLWFgbxnvM0owF7x56Pt7+k/0kCP5xOp2jKsl6vE334oWusq4K3e+e8g/PueDx2Pt//MAPwVh/2Iz7a4Qtxzs1FRvri2jmATWQriLCp6YRfryYHvnAhGB6fZwPn00pCQ9x0EfpffOn7v+jDJ13f6/rBvPcYES0attCHz/DyFxzbFWHYCl5+1fWd1fCKOGyt6zf0535FGVZrfOM0TjoRHoA1JUGNlIaGNWw+AIuBXwYSKhFOYTTbObC4X+7IdGsacmdgz0Qe67elFOGhkjheQ4Dn0LaVjeIE3No3QgLnYOzzEZLoQgObruk7HK/KMHQPkbn6DQUcA6z1BmpEg1MhgW320Z3ra6kBF0izG5ubeTa4XvcQfQjgBCWjJW7pnsCvJLQKIAXlKQWb/8VulzYncAE9Qg9SGFP6kBG27uvZo1fAZsh89qOpxgOzyZrPFepDswALsAAPdGEJF2AzF3zw9LjLAMPwuXX9KuUIF8g2NqSBneiWHBodjm7NBTgKDTsKGGYZE3Bj9IFRdEvPlCc8MCwapuBxg0fXGxhWLZ9MxYlhyOI93epmAGJ+BFiA/3dgszACZoc+MKyfHdDoRj7CdjJPkQeGNbKEDXD0dwVSLTUM+wLb+dmGSy+RU5PDIDBawemXNjvXRvifBT3qwBk34BdYLYeaGvDjgEl/EvMjwAIswAIcFtikQboeIMtgEeEiCrzAcitwxlXDHbcI99wiTB8Y7yK1WwapRziOmBRXEi034I4LcA/zDyV1YNmkJG5NgAX4HoFh0ZsHMEyt/nQ2yZOOsHVqqWh4ZuCYG7BIQoABWEmEZwbuOKT3f4Bha1fJIT2SFEkanQAL8D0Dc0mTbE5XQJqUcomwNe8ZNw2zAVasgPHOKeo6xpJQHHK7c8CJRHhm4IwFMCwo4ifJkSzuvjXfRyosC0xtY6jYSwEWYMrAVDOQoT3w5oEsB0q39FyKsH0KTMEF2PoKNsD2ZpOEmqE/CwxTsA3FKL95lwEccy7ADTi3mNKO10FguMOroWbqL410NTVZvAkMWUgbEVoau+ZW92fKKdKQlsWtCbAAC/AVBe7TPy25A8s3wjYDqZbKRnwf6mJGPWM9k6Vs5xgN220K22iBnVjewHAnbgewey69RImykYQ8MES5RdJg0Q8vEuXRwNBjNKEN/q1P2t840wLkgfvQBl/MjwAL8B0AG39RcQK21nPPBbhGHiPnANwin1FN7TPmanQGWEWvfymCNLB9wr45plPqec5uDf+GgdFzRh3YNsAa6ZnFwLFDer65/BZgADQoPmLMmZVRAAAAAElFTkSuQmCC);
  display: inline-block;
  position: absolute;
  right: auto;
  top: -146px;
  left: -10px;
}

.fourth-arrow::after  {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAC1CAYAAADx/8nHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RjY5REY3RkY5Mzg0RTUxMUIxOEVBNDFFMkYzMzc4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTE5OEFCQTE3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTE5OEFCQTA3OUFFMTFFNkI5MEI5RUQzODRBNUM2REMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MUI0NzRFMENGNzhFNjExQTIwM0Q3OTk5NEUxREFEQiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI4MDhiMzA2LWZiZTgtMTFlNS05MDUxLWI0NGU1ZjQ1MGIxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqyadoUAAATGSURBVHja7J3NbeM6FEaZgRvQajZeKSV4SvA0MIBSQlJCXIJVQlxCVEJUQlyCtXnavJVK8CMxVy+MYie6shVb5PkAwlkEDnDwXd4fMeLNfr838/n80RjjVm7Xxq7GRKa6rlW//0M+C/lc27UTiOgrcJZ2ZT9+2VXalXgAlyD63HFODt5vu+7k59SuF7ueBSY6As54YXtr10r2usyuJ1B9Da5V7gHEcR3duKzqZDNr1CCGZlV0xlBFgLtOcEspWxaA06ny4N0DTgfuQUqWJ+k6ANdTG+k4GulzX0Kv/c6ZHApp2bYx7HvnzqpbgVcKtGCdN0Y50gi8tlULMmHMRvzuXBxoAKdXyR6HAAe4CMG5bJsCTi9XorxOuUC+FLhCXDfZ7uJS4PzBwCThXTI5bKRIbqcqCeD6ayUAJ9fXXkM58uDBewacHl47jnoEnE7+LC/6Jl8jN476NRVw19hylYCjV0WAAxzg+ioFnF6uRLmqMdRUwFXeMABwSnC5OG4NOJ1yAfh4Dd3FlMA1Mgww5grmd1MrR0pxXmouPEWZYh3XHq24aMhOEZwfso+A08k5bnVJx83MdJWzx00QHk0+4AAHOMAhwAHuuHbfMQAIEZwbAKwBp5c7tHhvRn5GESK4zXcMAEIEV8oa1XWhZtV8bNeFCm5014Vcx43qupDB+a5LADfMdQvA6V3XPo89q2YmfK3Y42jyAQc4BDjAAQ5wk9fZjofFCG5tzjAxiQ1c+w73e8DptJW+NQOcXoWE6hJwenDmVNfFCO4s4RprHde+MCYDnE7ts9cl4HSqzIkvToi55dqcUgjPIgfX4LjTShPAfZcABzjAAQ5wCHBHlAJumF7n83kGOL0Sbd8KuLemfwE4vbaAGw7O3b+4BNwAcBrXAQ5wJ6nRJgjAvXddCriREwTg3lR09rtPNYPXX8mV9zeE6sgCHOAABzjAIcABDnDXI9tupXbtAKeXa/LTPv0q4A4rAdxw5wGO5DC+GsANUF3X7SyO5ECoAu7qVQJumKo+SYJnDh/V68XzgPuYWStCleQAOMABDgEOcBeSjM7d0X0GmUq5/3VYmB4HDAFHqJ5FnMg8EdwWcMP61QZw7HGAu2a5hzSMlQaqFzgGme9VGI7rD8qmd+xxJAfAAQ4BDnCAu4ySPlNfwH3Ui13PgNOpHZU3gNODM31bLcC9KdU094DDcW+Z0Qx7IbKbwTV9j3eFBs5B28laju220MAlnoO04MpYwVWeazIl8Kgd57smNbp3wVUxO64bbn3D1R2Uvo29Vy296n859h8LrY4rPXAJ4IaFawa4/ioOlBqA66FmYFkSPTjfdeqXIscO7quyxF3Y+HrqHwnxSX5709uh+wWdC9dmwCU/7mC1hL/7ziLUIxClOGshACtv30uM4pIfeXl81tkz09DBtbDyTsIoe7rr3nwcVTm35iGD65Ylbeg2xxx3xF3+dxZ1XW9C3eOMByfzwjM7UOu1QDML7Zi7HKhNd9AZ8jGvrQdreQBcb3fFklX9em4tP/+RkP1HPp807jqkm/1+38Z3iPB2Auhfu35+Ati5S3WdXuhPuVoYXWjOUSvzdxZ3ZwbcQfi/46auIxGz6HQJhbfeyTou+s6hmyAevKK3OtcX/yfAAHZBEK1UUGQ3AAAAAElFTkSuQmCC);
  display: inline-block;
  position: absolute;
  right: -57px;
  top: auto;
  bottom: -168px;
}

.move-up {
  transition: all 0.6s ease 0s;
}

.move-up-hover:hover img.move-up,.move-up-hover:focus img.move-up {
  transform: translateY(-30%);
}

@media (min-width: 640px) {
  .follow-us::before {
    position: relative;
    top: -7px;
    left: -5px;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RjY5REY3RkY5Mzg0RTUxMUIxOEVBNDFFMkYzMzc4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTc2MEJBODg3RkNBMTFFNjg2OTlDRTY2MDYxMDc2MjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTc2MEJBODc3RkNBMTFFNjg2OTlDRTY2MDYxMDc2MjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OTY2NUQwMEM2N0ZFNjExOTZCQUYxMEIwRUIzMTREQyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI4MDhiMzA2LWZiZTgtMTFlNS05MDUxLWI0NGU1ZjQ1MGIxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlEhNz8AAAGpSURBVHjatNXLK0RRHMDxuWMYzWYGjaQpmRQ2WFqwUWQQWySaxEKR8vgHLBQlkSgb2c5fIRs2Mh47TFI2Q97yGK7vyW9yuom5Zpz6NPecO+f9O+capmk6bKZxPGPRVi3VUYr8iJif6QoFNuo6nDbG9IJyefZhKZMzysUYvJIP4Mj8SuFUZ/TTyyrsSYNRBKW8ENtS/oyGdDvqxp02+hsMwIAHK1J+j0a7HeVIQ8l8MWZxqXW4i05kowOnSGBKypJ1S2SwFdaOgtJIDDNoQr42gDasSsMqXWANI9iQsh20og5PUqYGETbkHPViAd5v4iWGKI5xhjj8qEEtKr6po86ZW8vHVXhnIWB5oSf13iW/6v8GEnjEa4rB7dKXrhL7sjRzCGmHUq19C5ZxIkui9m0do9jU9q8d9drSvWHYGgxuOLV8kexX3BIMPbJvIS0Ypi3BUIo+VP8W3l241TpQz4MyELfM+h0PaE7nHNXgQDpRS1om5XlalGXkwCavoAn4tIv1UJtlfyauICt1G2xpnUT+6/b24FyerzFk5/I2/vDhm5RPxrydSh8CDAAxShXS/+c/+wAAAABJRU5ErkJggg==);
  }

  .follow-us::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6RjY5REY3RkY5Mzg0RTUxMUIxOEVBNDFFMkYzMzc4MDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTc2MEJBODg3RkNBMTFFNjg2OTlDRTY2MDYxMDc2MjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTc2MEJBODc3RkNBMTFFNjg2OTlDRTY2MDYxMDc2MjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OTY2NUQwMEM2N0ZFNjExOTZCQUYxMEIwRUIzMTREQyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjI4MDhiMzA2LWZiZTgtMTFlNS05MDUxLWI0NGU1ZjQ1MGIxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlEhNz8AAAGpSURBVHjatNXLK0RRHMDxuWMYzWYGjaQpmRQ2WFqwUWQQWySaxEKR8vgHLBQlkSgb2c5fIRs2Mh47TFI2Q97yGK7vyW9yuom5Zpz6NPecO+f9O+capmk6bKZxPGPRVi3VUYr8iJif6QoFNuo6nDbG9IJyefZhKZMzysUYvJIP4Mj8SuFUZ/TTyyrsSYNRBKW8ENtS/oyGdDvqxp02+hsMwIAHK1J+j0a7HeVIQ8l8MWZxqXW4i05kowOnSGBKypJ1S2SwFdaOgtJIDDNoQr42gDasSsMqXWANI9iQsh20og5PUqYGETbkHPViAd5v4iWGKI5xhjj8qEEtKr6po86ZW8vHVXhnIWB5oSf13iW/6v8GEnjEa4rB7dKXrhL7sjRzCGmHUq19C5ZxIkui9m0do9jU9q8d9drSvWHYGgxuOLV8kexX3BIMPbJvIS0Ypi3BUIo+VP8W3l241TpQz4MyELfM+h0PaE7nHNXgQDpRS1om5XlalGXkwCavoAn4tIv1UJtlfyauICt1G2xpnUT+6/b24FyerzFk5/I2/vDhm5RPxrydSh8CDAAxShXS/+c/+wAAAABJRU5ErkJggg==);
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: 12px;
    right: -5px;
  }
}

a.active-menu-item {
  color: #ffae13!important;
}

a.active-menu-item::after {
  opacity: 1;
  width: 100%;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.selected-time-slot {
  border: 1px solid black!important;
}

input[type="radio"]:checked.payMethod + label {
  border: 2px solid #ffae13;
}

.alert {
  /* 600ms to fade out */
  position: fixed;
  z-index: 99;
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.warning {
  background-color: #ffae13;
}

.alert.success {
  background-color: #04AA6D;
}

.alert.info {
  background-color: #2196F3;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.tripadvisor {
  transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  -ms-transition: all 0.33s ease-in-out;
  position: fixed;
  z-index: 10;
  width: 320px;
  height: 600px;
  top: 50%;
  margin-top: -90px;
}

#CDSWIDSSP {
  width: 320px !important;
}

a.trip_button img {
  height: 150px;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.tripadvisor>img {
  margin-bottom: -28px;
}

.widSSPData {
  border: none !important;
  border-radius: 0 0 5px 0;
}

.trip_button {
  position: absolute;
  right: -35px;
  top: 0;
}

.swiper-button-prev {
  top:30%!important;
  left:20px!important;
}

.swiper-button-next {
  top:30%!important;
  right:20px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: "Nanum Brush Script"!important;
  font-size: 12px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after {
  display: inline-block;
  transform: rotate(180deg);
  position: relative;
  height: 50px;
  width: 30px;
  content: url(../../images/icons/arrow_right.png)!important;
}

.swiper-button-next:after {
  display: inline-block;
  transform: rotate(180deg);
  position: relative;
  height: 50px;
  width: 30px;
  content: url(../../images/icons/arrow_left.png)!important;
}

.button-3 {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  border: none;
  color: white;
  transition: .2s;
}

.button-3:before, .button-3:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  text-align: center;
  transition: .2s;
  transform-origin: 50% 60%;
}

.button-3 {
  min-width: 7em;
}

@keyframes bounceright {
  from {
    transform: translateX(0);
  }

  to   {
    transform: translateX(3px);
  }
}

@keyframes moveleft {
  0%{
    left:0px;
  }

  100% {
    left: -10px;
  }
}

.arrow-3:hover, .arrow-3:focus {
  background: #c52228;
}

.arrow-3::after {
  content: ">";
  margin-left: 20px;
  width: 50px;
  opacity: 0;
}

.arrow-3:hover::after, .arrow-3:focus::after {
  opacity: 1;
  animation: bounceright .3s alternate ease infinite;
}

/* effect-1 styles */

.effect.effect-1 {
  transition: all 0.2s linear 0s;
}

.effect.effect-1:hover .move-text-left, .effect.effect-1:focus .move-text-left{
  position: relative;
  -webkit-animation: linear;
  -webkit-animation-name: moveleft;
  -webkit-animation-duration: 5s;
  animation: linear ;
  animation-name: moveleft;
  animation-duration: .2s;
  left: -10px;
}

.effect.effect-1:hover:before, .effect.effect-1:focus:before {
  opacity: 1;
  text-indent: 0px;
}

.loader {
  width: 120px;
  height: 20px;
  border-radius: 20px;
  background:
            linear-gradient(#e7b119 0 0) 0/0% no-repeat
            lightblue;
  animation: l2 2s infinite steps(10);
}

@keyframes l2 {
  100% {
    background-size:110%
  }
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */

.modal-content {
  position: absolute;
  bottom: 50%;
  background-color: #fefefe;
  width: 25%;
  left: calc(75%/2);
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.7s;
  animation-name: slideIn;
  animation-duration: 0.7s;
  border-radius: 10px;
}

.modal-body {
  padding: 10px 16px;
}

/* Add Animation */

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 50%;
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.loader-2 {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #ffa50097;
  position: relative;
  animation: l24 1s infinite linear;
}

.loader-2:before,
.loader-2:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}

.loader-2:after {
  animation-duration: 4s;
}

@keyframes l24 {
  100% {
    transform: rotate(1turn)
  }
}

.underline {
  transition: .3s;
}

.underline:hover {
  color: #ffae13!important;
}

.hover\:bg-\[\#68ba68\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(104 186 104 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 768px){
  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-80{
    height: 20rem;
  }

  .md\:h-\[50px\]{
    height: 50px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[50px\]{
    width: 50px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:items-start{
    align-items: flex-start;
  }

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

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-\[350px\]{
    width: 350px;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-y-12{
    row-gap: 3rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }
}

@media (min-width: 1143px){
  .responsiveMenu\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .responsiveMenu\:flex{
    display: flex;
  }

  .responsiveMenu\:hidden{
    display: none;
  }
}

@media (min-width: 1280px){
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
