@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 409px){
  .container{
    max-width: 409px;
  }
}

@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: 1150px){
  .container{
    max-width: 1150px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1350px){
  .container{
    max-width: 1350px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1640px){
  .container{
    max-width: 1640px;
  }
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-3{
  right: 0.75rem;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

.gap-5{
  gap: 1.25rem;
}

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

/* Your CSS Styles */

.header-cont-sticky{
  position: fixed;
  top: 1.25rem;
  z-index: 40;
  display: flex;
  min-height: 60px;
  width: 100%;
  align-items: center;
  background-color: transparent;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 1280px){
  .header-cont-sticky{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media not all and (min-width: 640px){
  .header-cont-sticky{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 16px;
  }
}

@media (min-width: 640px){
  .header-cont-sticky{
    min-height: 72px;
  }
}

.header-cont-sticky .header-cont{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  min-height: 60px;
  width: 100%;
  max-width: 1228px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont{
    min-height: 72px;
  }
}

@media (min-width: 1150px){
  .header-cont-sticky .header-cont{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.header-cont-sticky .header-cont{
  box-shadow: 0px 8px 10.9px 1px #0000001A;
}

.header-cont-sticky .header-cont_logo{
  display: flex;
  align-items: center;
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont_logo{
    grid-column: span 1 / span 1;
  }
}

.header-cont-sticky .header-cont_logo img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky .header-cont_logo img{
    height: 2.5rem;
    width: 160px;
  }
}

.header-cont-sticky .header-cont_logo img:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.header-cont-sticky .header-cont .header-cont-menu{
  display: none;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1150px){
  .header-cont-sticky .header-cont .header-cont-menu{
    display: flex;
  }
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont .header-cont-menu{
    grid-column: span 1 / span 1;
  }
}

.header-cont-sticky .header-cont .header-cont-menu .main-menu{
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-cont-sticky .header-cont .header-cont-menu .main-menu li{
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-cont-sticky .header-cont .header-cont-menu .main-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont_cta{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont_cta{
    gap: 1rem;
  }
}

@media (min-width: 1280px){
  .header-cont-sticky .header-cont_cta{
    grid-column: span 1 / span 1;
  }
}

.header-cont-sticky .header-cont_cta #show-menu{
  width: 2rem;
  cursor: pointer;
}

@media (min-width: 1150px){
  .header-cont-sticky .header-cont_cta #show-menu{
    display: none;
  }
}

.header-cont-sticky .header-cont_cta .cta-menu{
  display: none;
  height: 42px;
  width: 196px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1150px){
  .header-cont-sticky .header-cont_cta .cta-menu{
    display: flex;
  }
}

.header-cont-sticky .header-cont_cta .cta-menu:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header-cont-sticky .header-cont_cta .cta-menu:hover img{
  filter: brightness(0) invert(1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky .header-cont_cta .trip-link, .header-cont-sticky .header-cont_cta .whats-link{
    display: none;
  }
}

.header-cont-sticky .header-cont_cta__lang{
  position: relative;
  display: flex;
  max-height: 26px;
  align-items: center;
  gap: 0.75rem;
}

.header-cont-sticky .header-cont_cta__lang .arrow-img{
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 999;
  --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));
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont_cta__lang .arrow-img{
    right: 0.75rem;
  }
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont_cta__lang .arrow-img{
    right: 0px;
  }
}

.header-cont-sticky .header-cont_cta__lang .arrow-img{
  pointer-events: none
}

.header-cont-sticky .header-cont_cta__lang .gt_float_wrapper{
  max-height: 26px;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher{
  position: relative;
  overflow: visible;
  box-shadow: none;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt-lang-code{
  display: none;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt_float_switcher-arrow{
  display: none !important;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt-current-lang{
  padding: 0px !important;
  padding-right: 0.75rem !important;
}

@media (min-width: 640px){
  .header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt-current-lang{
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1024px){
  .header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt-current-lang{
    padding-right: 2rem !important;
  }
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt-current-lang img{
  margin-top: 5px;
  margin-right: 0px !important;
  height: 26px;
  width: 26px;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 100%;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt_options{
  position: absolute;
  top: 2.5rem;
  left: 0px;
  z-index: 20;
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
  font-size: 0px;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt_options a{
  height: 26px;
  padding: 0px !important;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt_options a:hover{
  background-color: transparent !important;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt_options img{
  height: 26px;
  width: 26px;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-cont-sticky .header-cont_cta__lang .gt_float_switcher .gt_options{
  max-height: 300px !important;
}

.bg-header-motion{
  top: 1.25rem !important;
  --tw-bg-opacity: 0.9;
}

.bg-header-motion .header-cont{
  box-shadow: 0px 8px 10.9px 1px #0000001A;
}

.header-cont-sticky.visible{
  top: 1.25rem;
}

@media (min-width: 640px){
  .header-cont-sticky.visible{
    top: 30px;
  }
}

@media (min-width: 1280px){
  .header-cont-sticky.visible{
    top: 60px;
  }
}

.menu-visible {
  transform: translateX(0) !important;
}

.menu-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.menu-mobile .menu-mobile-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-mobile .menu-mobile-cont{
  position: relative;
  display: flex;
  height: 80%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

.menu-mobile .menu-mobile-cont #menu-close{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.menu-mobile .menu-mobile-cont .main-menu{
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-mobile .menu-mobile-cont .main-menu li{
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.menu-mobile .menu-mobile-cont .main-menu .current-menu-item{
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(146 25 19 / var(--tw-border-opacity));
}

.menu-mobile .menu-mobile-cont_bot{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.menu-mobile .menu-mobile-cont_bot .cta-menu{
  display: flex;
  height: 53px;
  width: 196px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.header-fp{
  border-style: none !important;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(48 45 43 / var(--tw-bg-opacity));
}

.footer .footer-cont{
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer .footer-cont .footer-cont-content{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media not all and (min-width: 1024px){
  .footer .footer-cont .footer-cont-content{
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .footer .footer-cont .footer-cont-content{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer .footer-cont .footer-cont-content_one h4{
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-content_one span{
  display: block;
  width: 100%;
  max-width: 380px;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-content_one a{
  margin-top: 2rem;
}

@media (min-width: 1024px){
  .footer .footer-cont .footer-cont-content_two{
    justify-self: center;
  }
}

.footer .footer-cont .footer-cont-content_two h4{
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-content_two__detalis{
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-content_two__detalis span{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.footer .footer-cont .footer-cont-content_two__detalis a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-cont .footer-cont-content_two__detalis a:hover span{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-content_two__social{
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}

@media (min-width: 1024px){
  .footer .footer-cont .footer-cont-content_three{
    justify-self: end;
  }
}

.footer .footer-cont .footer-cont-content_three h4{
  margin-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-content_three .footer-menu{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer .footer-cont .footer-cont-content_three .footer-menu li{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer .footer-cont .footer-cont-content_three .footer-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.footer .footer-cont .footer-cont-end{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .footer .footer-cont .footer-cont-end{
    gap: 1.75rem;
  }
}

@media (min-width: 640px){
  .footer .footer-cont .footer-cont-end{
    flex-direction: row;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.footer .footer-cont .footer-cont-end_link{
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Headings */

.h64w{
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .h64w{
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 1280px){
  .h64w{
    font-size: 64px;
    line-height: 74px;
  }
}

.h64w strong{
  font-weight: 700;
}

.h44b{
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5rem;
}

@media (min-width: 640px){
  .h44b{
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  .h44b{
    font-size: 44px;
    line-height: 54px;
  }
}

.h38b{
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
}

@media (min-width: 768px){
  .h38b{
    font-size: 38px;
  }
}

.t18w{
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .t18w{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.t16b{
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 30 30 / var(--tw-text-opacity));
  line-height: 1.75rem;
}

.t16b strong{
  font-weight: 600;
}

.btn-orange{
  display: flex;
  height: 50px;
  width: 217px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-orange img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-orange:hover{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.btn-orange:hover img{
  --tw-translate-x: 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));
  filter: invert(57%) sepia(82%) saturate(5084%) hue-rotate(4deg) brightness(96%) contrast(97%) ;
}

.btn-white{
  display: flex;
  height: 50px;
  width: 217px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white:hover img{
  --tw-translate-x: 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));
  filter: brightness(0) invert(1);
}

.btn-black{
  display: flex;
  height: 50px;
  width: 217px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 30 30 / var(--tw-bg-opacity));
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-black img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-black:hover{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.btn-black:hover img{
  --tw-translate-x: 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));
  filter: invert(57%) sepia(82%) saturate(5084%) hue-rotate(4deg) brightness(96%) contrast(97%) ;
}

.opt-tours{
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(240, 129, 23, 0.08) 15%, rgba(240, 129, 23, 0.2) 50%, rgba(240, 129, 23, 0.08) 85%, rgba(255, 255, 255, 0.05) 100%);
}

.opt-tours .opt-tours-cont{
  position: relative;
  padding-top: 2rem;
}

@media (min-width: 640px){
  .opt-tours .opt-tours-cont{
    padding-top: 3rem;
  }
}

.opt-tours .opt-tours-cont_text{
  width: 100%;
  max-width: 834px;
}

.opt-tours .opt-tours-cont_text__heading{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .opt-tours .opt-tours-cont_text__heading{
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

.opt-tours .opt-tours-cont_text__heading .orange-badge{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 223 197 / var(--tw-bg-opacity));
  padding-left: 18.5px;
  padding-right: 18.5px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .opt-tours .opt-tours-cont_text__heading .orange-badge{
    max-width: 170px;
  }
}

.opt-tours .opt-tours-cont .tours-wrapper{
  margin-top: 3rem;
  padding-bottom: 1.5rem;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item{
  height: auto;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item:hover .tour-thumbnail img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-thumbnail{
  overflow: hidden;
  border-radius: 10px;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-thumbnail img{
  max-height: 200px;
  min-height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-detalis{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-detalis_loc{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-detalis_opinion{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-detalis_title{
  text-align: start;
  font-weight: 600;
  line-height: 22px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-detalis_title{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-detalis_title:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-top: 0.625rem;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-price p{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-price p span{
  display: flex;
  gap: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-price p .line{
  margin-top: -2px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-price a{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.opt-tours .opt-tours-cont .tours-wrapper .tour-item .tour-price a:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.opt-tours .opt-tours-cont .tours-wrapper .slide-notshow{
  opacity: 0.2;
}

.opt-tours .opt-tours-cont_cta{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  max-width: 458px;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .opt-tours .opt-tours-cont_cta{
    align-items: center;
    gap: 0.75rem;
  }
}

@media (min-width: 640px){
  .opt-tours .opt-tours-cont_cta{
    flex-direction: row;
  }
}

.buttons-wrapper{
  top: 48px;
  right: 0px;
  display: flex;
  min-height: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2.5rem;
}

@media not all and (min-width: 640px){
  .buttons-wrapper{
    display: none;
  }
}

@media (min-width: 640px){
  .buttons-wrapper{
    position: absolute;
  }
}

.buttons-wrapper .swiper-button-prev, .buttons-wrapper .swiper-button-next{
  position: relative !important;
  display: block !important;
}

.buttons-wrapper .swiper-button-prev, .buttons-wrapper .swiper-button-disabled{
  height: 40px !important;
  width: 40px !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  opacity: 1 !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.buttons-wrapper .swiper-button-prev::after,.buttons-wrapper .swiper-button-disabled::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 11px;
  content: "";
  transform: translate(-50% , -50%);
  background-image: url('/wp-content/themes/everywhere/dist/img/arrow-gray.svg');
  z-index: 10;
  background-repeat: no-repeat;
}

.buttons-wrapper .swiper-button-prev:hover,.buttons-wrapper .swiper-button-disabled:hover{
  background-color: rgb(240 129 23 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.2 !important;
}

.buttons-wrapper .swiper-button-prev:hover::after,.buttons-wrapper .swiper-button-disabled:hover::after{
  filter: invert(57%) sepia(82%) saturate(5084%) hue-rotate(4deg) brightness(96%) contrast(97%) ;
}

.buttons-wrapper .swiper-button-next{
  height: 40px !important;
  width: 40px !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.buttons-wrapper .swiper-button-next::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  content: "";
  transform: translate(-50% , -50%);
  background-image: url('/wp-content/themes/everywhere/dist/img/arrow-orange.svg');
  z-index: 10;
}

.buttons-wrapper .swiper-button-next:hover{
  background-color: rgb(240 129 23 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.2 !important;
}

.faq{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 824px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media not all and (min-width: 1024px){
  .faq{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.faq h3{
  padding-bottom: 0.5rem;
  text-align: center;
}

.faq .faq-boxes{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3rem;
}

.faq .faq-boxes_item{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}

.faq .faq-boxes_item__heading{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.faq .faq-boxes_item__heading h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq .faq-boxes_item__heading:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.faq .faq-boxes_item .answer{
  display: block;
  height: 0px;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq .faq-boxes_item .answer.show{
  padding-top: 0.75rem;
  height: auto;
  opacity: 1;
}

.faq-page{
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px){
  .faq-page{
    margin-top: 180px;
  }
}

.faq-page h1{
  text-align: center;
}

.faq-page_des{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  width: 100%;
  max-width: 824px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  line-height: 1.5rem;
}

.faq-page .faq-page-cont{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 824px;
  flex-direction: column;
  gap: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-page .faq-page-cont_box h3{
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.faq-page .faq-page-cont_box .faq-boxes{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3rem;
}

.faq-page .faq-page-cont_box .faq-boxes_item{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}

.faq-page .faq-page-cont_box .faq-boxes_item__heading{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.faq-page .faq-page-cont_box .faq-boxes_item__heading h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-page .faq-page-cont_box .faq-boxes_item__heading:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.faq-page .faq-page-cont_box .faq-boxes_item .answer{
  display: block;
  height: 0px;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-page .faq-page-cont_box .faq-boxes_item .answer.show{
  padding-top: 0.75rem;
  height: auto;
  opacity: 1;
}

.faq-page .faq-page-more{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 824px;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
}

.faq-page .faq-page-more_head{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.faq-page .faq-page-more_head .orange-line{
  height: 30px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
}

.faq-page .faq-page-more_head h3{
  font-size: 26px;
  font-weight: 500;
  line-height: 2.25rem;
}

.faq-page .faq-page-more a{
  max-width: 146px !important;
}

.fp-hero{
  position: relative;
}

.fp-hero_bg{
  height: 100%;
  max-height: 682px;
  min-height: 500px;
  width: 100%;
  max-width: 1400px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-hero_des{
  position: absolute;
  top: 56%;
  left: 50%;
  z-index: 10;
  display: flex;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 640px){
  .fp-hero_des{
    top: 61%;
    gap: 2.5rem;
  }
}

.fp-hero_des h1, .fp-hero_des p{
  text-align: center;
}

.fp-hero_des p{
  width: 100%;
  max-width: 500px;
}

@media not all and (min-width: 640px){
  .fp-hero_des p{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px){
  .fp-hero_des p{
    max-width: 716px;
  }
}

@media not all and (min-width: 1280px){
  .fp-hero_des h1{
    max-width: 440px;
  }
}

.fp-hero_des__search{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 300px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px){
  .fp-hero_des__search{
    max-width: 450px;
  }
}

@media (min-width: 1280px){
  .fp-hero_des__search{
    grid-column: span 1 / span 1;
  }
}

.fp-hero_des__search___input{
  position: relative;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
}

.fp-hero_des__search___input svg{
  position: absolute;
  top: 50%;
  left: 0.75rem;
  z-index: 10;
  height: 1.25rem;
  width: 1.25rem;
  --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));
}

.fp-hero_des__search___input input{
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  align-items: center;
  border-radius: 25px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.9);
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.fp-hero_des__search___input input:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 129 23 / var(--tw-ring-opacity));
}

.fp-hero_des__search___input input::-moz-placeholder{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.fp-hero_des__search___input input::placeholder{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.fp-hero_des__search___input input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.fp-tours{
  margin-top: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.fp-tours .fp-tours-cont{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-tours .fp-tours-cont h2{
  margin-bottom: 1.5rem;
  text-align: center;
}

.fp-tours .fp-tours-cont p{
  margin-left: auto;
  margin-right: auto;
  max-width: 822px;
  text-align: center;
}

.fp-tours .fp-tours-cont .tours-wrapper{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .fp-tours .fp-tours-cont .tours-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .fp-tours .fp-tours-cont .tours-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .fp-tours .fp-tours-cont .tours-wrapper .tour-item{
    max-width: 400px;
  }
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item:hover .tour-thumbnail img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-thumbnail{
  overflow: hidden;
  border-radius: 10px;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-thumbnail img{
  max-height: 200px;
  min-height: 220px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-thumbnail img{
    min-height: 200px;
  }
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-detalis{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-detalis_loc{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-detalis_opinion{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-detalis_title{
  text-align: start;
  font-weight: 600;
  line-height: 22px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-detalis_title:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-top: 0.625rem;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-price p{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-price p span{
  display: flex;
  gap: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-price p .line{
  margin-top: -2px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-price a{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-tours .fp-tours-cont .tours-wrapper .tour-item .tour-price a:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.fp-tours .fp-tours-cont_cta{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  max-width: 458px;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .fp-tours .fp-tours-cont_cta{
    align-items: center;
    gap: 0.75rem;
  }
}

@media (min-width: 640px){
  .fp-tours .fp-tours-cont_cta{
    flex-direction: row;
  }
}

.fp-banner{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.fp-banner .fp-banner-cont{
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.fp-banner .fp-banner-cont_img{
  height: 100%;
  max-height: 500px;
  width: 100%;
  max-width: 612px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 640px){
  .fp-banner .fp-banner-cont_img{
    display: none;
  }
}

.fp-banner .fp-banner-cont_content{
  width: 100%;
  max-width: 824px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  padding: 30px;
}

@media (min-width: 640px){
  .fp-banner .fp-banner-cont_content{
    position: absolute;
    right: 0px;
    top: 50%;
    --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));
  }
}

.fp-banner .fp-banner-cont_content h3{
  max-width: 620px;
}

.fp-banner .fp-banner-cont_content span{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}

.fp-carcow{
  margin-top: 2.5rem;
  display: flex;
  gap: 30px;
}

@media not all and (min-width: 1280px){
  .fp-carcow{
    display: flex;
    flex-direction: column;
  }
}

.fp-carcow h4{
  width: 100%;
  max-width: 388px;
}

.fp-carcow_boxes{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.25rem;
}

@media (min-width: 768px){
  .fp-carcow_boxes{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fp-carcow_boxes__item{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px){
  .fp-carcow_boxes__item{
    max-width: 396px;
  }
}

.fp-carcow_boxes__item h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .fp-carcow_boxes__item h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.fp-carcow_boxes__item .item-box{
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.fp-carcow_boxes__item .arrow-img{
  --tw-rotate: -90deg;
  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));
}

.fp-carcow_boxes__item:hover{
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.whats-link-sticky{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 20;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  .whats-link-sticky{
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

.whats-link-sticky:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

#search-trip-resoult{
  position: absolute;
  top: 58px;
  left: 50%;
  display: flex;
  width: 100%;
  max-width: 660px;
  --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));
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

#search-trip-resoult .search-item{
  display: flex;
  width: 100%;
  max-width: 660px;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#search-trip-resoult .search-item img{
  width: 2.5rem;
  border-radius: 0.5rem;
}

#search-trip-resoult .search-item h4{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

#search-trip-resoult .search-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

#search-trip-resoult .search-item:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.ap-top{
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.25rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .ap-top{
    margin-top: 180px;
  }
}

@media (min-width: 1024px){
  .ap-top{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1280px){
  .ap-top{
    margin-top: 204px;
  }
}

.ap-top_img{
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media not all and (min-width: 1024px){
  .ap-top_img{
    max-height: 500px;
  }
}

@media (min-width: 1024px){
  .ap-top_img{
    max-width: 612px;
  }
}

.ap-top_des{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
}

@media (min-width: 1024px){
  .ap-top_des{
    max-width: 506px;
  }
}

.ap-top_des h1{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .ap-top_des h1{
    max-width: 380px;
  }
}

.ap-top_des span{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ap-works{
  margin-top: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ap-works .ap-works-cont h2{
  margin-bottom: 1.5rem;
  text-align: center;
}

.ap-works .ap-works-cont_des{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 822px;
  text-align: center;
}

.ap-works .ap-works-cont_boxes{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

.ap-works .ap-works-cont_boxes:last-child{
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .ap-works .ap-works-cont_boxes{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ap-works .ap-works-cont_boxes__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 17px;
  padding-right: 17px;
}

.ap-works .ap-works-cont_boxes__item img{
  height: 200px;
  width: 100%;
  max-width: 366px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ap-works .ap-works-cont_boxes__item h3{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.ap-works .ap-works-cont_boxes__item span{
  text-align: center;
  font-weight: 300;
}

@media not all and (min-width: 1024px){
  .ap-works .ap-works-cont_boxes__item span{
    max-width: 500px;
  }
}

.ap-opinion{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ap-opinion .ap-opinion-cont h3{
  margin-bottom: 1.5rem;
  text-align: center;
}

.ap-opinion .ap-opinion-cont p{
  text-align: center;
}

.ap-opinion .ap-opinion-cont_cta{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ap-opinion .ap-opinion-cont .ti-widget{
  margin-top: 2.5rem;
}

.tp-top{
  margin-top: 140px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .tp-top{
    margin-top: 180px;
  }
}

@media (min-width: 1280px){
  .tp-top{
    margin-top: 204px;
  }
}

.tp-top .tp-top-cont h1{
  margin-bottom: 1.5rem;
  text-align: center;
}

.tp-top .tp-top-cont_des{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 822px;
  text-align: center;
}

.tp-cont{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.tp-cont .tours-wrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 3rem;
}

@media (min-width: 640px){
  .tp-cont .tours-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .tp-cont .tours-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tp-cont .tours-wrapper .tour-item{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .tp-cont .tours-wrapper .tour-item{
    max-width: 400px;
  }
}

.tp-cont .tours-wrapper .tour-item:hover .tour-thumbnail img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.tp-cont .tours-wrapper .tour-item .tour-thumbnail{
  overflow: hidden;
  border-radius: 10px;
}

.tp-cont .tours-wrapper .tour-item .tour-thumbnail img{
  max-height: 200px;
  min-height: 220px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .tp-cont .tours-wrapper .tour-item .tour-thumbnail img{
    min-height: 200px;
  }
}

.tp-cont .tours-wrapper .tour-item .tour-detalis{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.tp-cont .tours-wrapper .tour-item .tour-detalis_loc{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

.tp-cont .tours-wrapper .tour-item .tour-detalis_opinion{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tp-cont .tours-wrapper .tour-item .tour-detalis_title{
  text-align: start;
  font-weight: 600;
  line-height: 22px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tp-cont .tours-wrapper .tour-item .tour-detalis_title:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.tp-cont .tours-wrapper .tour-item .tour-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-top: 0.625rem;
}

.tp-cont .tours-wrapper .tour-item .tour-price p{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.tp-cont .tours-wrapper .tour-item .tour-price p span{
  display: flex;
  gap: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.tp-cont .tours-wrapper .tour-item .tour-price p .line{
  margin-top: -2px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tp-cont .tours-wrapper .tour-item .tour-price a{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tp-cont .tours-wrapper .tour-item .tour-price a:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.tp-cont_cta{
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.tp-cont_cta a{
  margin-left: auto;
  margin-right: auto;
}

.single-tour{
  margin-top: 140px;
}

@media (min-width: 640px){
  .single-tour{
    margin-top: 180px;
  }
}

@media (min-width: 1280px){
  .single-tour{
    margin-top: 204px;
  }
}

.single-tour .single-tour-top{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (min-width: 1024px){
  .single-tour .single-tour-top{
    flex-direction: row;
  }
}

.single-tour .single-tour-top_img{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  overflow: hidden;
}

@media (min-width: 1024px){
  .single-tour .single-tour-top_img{
    max-width: 824px;
  }
}

.single-tour .single-tour-top_img .swiper-slide{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 40%;
  max-width: 294px;
}

.single-tour .single-tour-top_img .swiper-slide-active{
  width: 100% !important;
  max-width: 506px !important;
}

.single-tour .single-tour-top_img .swiper-slide-active img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-tour .single-tour-top_img img{
  max-height: 400px;
  min-height: 400px;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .single-tour .single-tour-top_img img{
    max-height: 500px;
    min-height: 500px;
  }
}

.single-tour .single-tour-top_img .swiper-button-next{
  right: -2px !important;
  height: 70px !important;
  width: 35px !important;
  border-radius: 9999px !important;
  background-color: transparent !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-tour .single-tour-top_img .swiper-button-next::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 70px;
  content: "";
  transform: translate(-50%, -50%);
  background-image: url('/wp-content/themes/everywhere/dist/img/swiper-next.svg');
  z-index: 10;
}

.single-tour .single-tour-top_img .swiper-button-prev{
  left: -2px !important;
  height: 70px !important;
  width: 35px !important;
  --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));
  border-radius: 9999px !important;
  background-color: transparent !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-tour .single-tour-top_img .swiper-button-prev::after{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 70px;
  content: "";
  transform: translate(-50%, -50%);
  background-image: url('/wp-content/themes/everywhere/dist/img/swiper-next.svg');
  z-index: 10;
}

.single-tour .single-tour-top_des{
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
}

.single-tour .single-tour-top_des h1{
  font-size: 24px;
  font-weight: 600;
  line-height: 2rem;
}

@media (min-width: 1024px){
  .single-tour .single-tour-top_des h1{
    font-size: 32px;
    line-height: 42px;
  }
}

.single-tour .single-tour-top_des .short-des{
  margin-top: 2rem;
  line-height: 1.5rem;
}

.single-tour .single-tour-top_des__detalis{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .single-tour .single-tour-top_des__detalis{
    gap: 2.75rem;
  }
}

.single-tour .single-tour-top_des__detalis___loc{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-tour .single-tour-top_des__detalis___loc p{
  font-weight: 300;
}

.single-tour .single-tour-top_des__detalis___opinion{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-tour .single-tour-top_des__detalis___opinion p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.single-tour .single-tour-top_des .btn-orange{
  margin-top: 1.5rem;
}

.single-tour .single-tour-content{
  margin-top: 2.5rem;
  max-width: 824px;
}

.single-tour .single-tour-content_des__top{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-tour .single-tour-content_des__top h4{
  font-size: 26px;
  font-weight: 500;
}

.single-tour .single-tour-content_des__top .orange-line{
  height: 30px;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
}

.single-tour .single-tour-content_des__mid{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  line-height: 1.5rem;
}

.single-tour .single-tour-content_pricing{
  margin-top: 2.5rem;
}

.single-tour .single-tour-content_pricing__top{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-tour .single-tour-content_pricing__top h4{
  font-size: 26px;
  font-weight: 500;
}

.single-tour .single-tour-content_pricing__top .orange-line{
  height: 30px;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
}

.single-tour .single-tour-content_pricing__heading{
  margin-top: 1.5rem;
}

.single-tour .single-tour-content_pricing__heading h4{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.single-tour .single-tour-content_pricing__heading___tickets{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.single-tour .single-tour-content_pricing__heading___tickets .orange-ticket{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-tour .single-tour-content_pricing__list{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.single-tour .single-tour-content_pricing__list h5{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.single-tour .single-tour-content_pricing__list ul{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.single-tour .single-tour-content_pricing__list ul li{
  position: relative;
  padding-left: 2rem;
}

.single-tour .single-tour-content_pricing__list ul li::before{
  position: absolute;
  top: 50%;
  left: 0px;
  --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));
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/themes/everywhere/dist/img/list-bullet.svg');
  z-index: 10;
  background-repeat: no-repeat;
}

.single-tour .single-tour-content_table__heading{
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.single-tour .single-tour-content_table__table{
  width: 100%;
  max-width: 506px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.single-tour .single-tour-content_table__table___head{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-tour .single-tour-content_table__table___head div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
}

.single-tour .single-tour-content_table__table___content{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-tour .single-tour-content_table__table___content div{
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.single-tour .single-tour-content_table__table___content div a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.single-tour .single-tour-content_tabletext{
  margin-top: 1.5rem;
}

.single-tour .single-tour-content_tabletext h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.single-tour .single-tour-content_tabletext p{
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}

.single-tour .single-tour-content_tabletext p::before{
  position: absolute;
  top: 50%;
  left: 0px;
  --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));
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/themes/everywhere/dist/img/info-ico.svg');
  z-index: 10;
  background-repeat: no-repeat;
}

.single-tour .single-tour-info{
  margin-top: 2.5rem;
  max-width: 824px;
}

.single-tour .single-tour-info_top{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-tour .single-tour-info_top h4{
  font-size: 26px;
  font-weight: 500;
}

.single-tour .single-tour-info_top .orange-line{
  height: 30px;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
}

.single-tour .single-tour-info_list{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.single-tour .single-tour-info_list h5{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.single-tour .single-tour-info_list ul{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.single-tour .single-tour-info_list ul li{
  position: relative;
  padding-left: 2rem;
}

.single-tour .single-tour-info_list ul li::before{
  position: absolute;
  top: 50%;
  left: 0px;
  --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));
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/themes/everywhere/dist/img/list-bullet.svg');
  z-index: 10;
  background-repeat: no-repeat;
}

.single-tour .single-tour-gallery{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.single-tour .single-tour-gallery_top{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-tour .single-tour-gallery_top h4{
  font-size: 26px;
  font-weight: 500;
}

.single-tour .single-tour-gallery_top .orange-line{
  height: 30px;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
}

.single-tour .single-tour-gallery_box{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

@media (min-width: 1024px){
  .single-tour .single-tour-gallery_box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-tour .single-tour-gallery_box__item img{
  height: 240px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-more{
  margin-bottom: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(240, 129, 23, 0.08) 15%, rgba(240, 129, 23, 0.2) 50%, rgba(240, 129, 23, 0.08) 85%, rgba(255, 255, 255, 0.05) 100%);
}

.single-more .single-tour-more{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-more .single-tour-more h2{
  margin-bottom: 1.5rem;
  text-align: center;
}

.single-more .single-tour-more .single-more-des{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 822px;
  text-align: center;
}

.single-more .single-tour-more .tours-wrapper{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .single-more .single-tour-more .tours-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .single-more .single-tour-more .tours-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-more .single-tour-more .tours-wrapper .tour-item{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .single-more .single-tour-more .tours-wrapper .tour-item{
    max-width: 400px;
  }
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-thumbnail img{
  max-height: 200px;
  min-height: 220px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .single-more .single-tour-more .tours-wrapper .tour-item .tour-thumbnail img{
    min-height: 200px;
  }
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-detalis{
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-detalis_loc{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-detalis_opinion{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-detalis_title{
  text-align: start;
  font-weight: 600;
  line-height: 22px;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-top: 0.625rem;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-price p{
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-price p span{
  display: flex;
  gap: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-price p .line{
  margin-top: -2px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.single-more .single-tour-more .tours-wrapper .tour-item .tour-price a{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.single-more .single-tour-more_cta{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  max-width: 458px;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .single-more .single-tour-more_cta{
    align-items: center;
    gap: 0.75rem;
  }
}

@media (min-width: 640px){
  .single-more .single-tour-more_cta{
    flex-direction: row;
  }
}

.cp .cp-top{
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .cp .cp-top{
    margin-top: 180px;
  }
}

@media (min-width: 1024px){
  .cp .cp-top{
    flex-direction: row;
  }
}

@media (min-width: 1280px){
  .cp .cp-top{
    margin-top: 204px;
  }
}

.cp .cp-top .hero-img{
  height: 214px;
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .cp .cp-top .hero-img{
    height: 416px;
  }
}

@media (min-width: 1024px){
  .cp .cp-top .hero-img{
    max-width: 660px;
  }
}

@media (min-width: 1280px){
  .cp .cp-top .hero-img{
    max-width: 824px;
  }
}

.cp .cp-top_info{
  display: flex;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: column;
  gap: 1rem;
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
  padding: 1.5rem;
}

.cp .cp-top_info__one, .cp .cp-top_info__two, .cp .cp-top_info__three{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

.cp .cp-top_info__one .info-tel,.cp .cp-top_info__two .info-tel,.cp .cp-top_info__three .info-tel{
  display: flex;
  flex-direction: column;
}

.cp .cp-top_info__one .info-tel h5,.cp .cp-top_info__two .info-tel h5,.cp .cp-top_info__three .info-tel h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 34px;
}

.cp .cp-top_info__one .info-tel a, .cp .cp-top_info__one .info-tel p, .cp .cp-top_info__two .info-tel a, .cp .cp-top_info__two .info-tel p, .cp .cp-top_info__three .info-tel a, .cp .cp-top_info__three .info-tel p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 34px;
}

.cp .cp-top_info__one .info-tel a,.cp .cp-top_info__two .info-tel a,.cp .cp-top_info__three .info-tel a{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cp .cp-top_info__one .info-tel a:hover,.cp .cp-top_info__two .info-tel a:hover,.cp .cp-top_info__three .info-tel a:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.cp .cp-top_info__three{
  border-style: none !important;
}

.cp .cp-top_info__four{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cp-form{
  margin-top: 2.5rem;
}

.cp-form h1, .cp-form h2{
  text-align: center;
}

.cp-form h2{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 612px;
}

.cp-form .wpcf7-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 824px;
  flex-direction: column;
  gap: 2rem;
}

.cp-form .wpcf7-form .input-form-cont{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.75rem;
}

@media (min-width: 768px){
  .cp-form .wpcf7-form .input-form-cont{
    flex-direction: row;
  }
}

.cp-form .wpcf7-form .input-form-cont .input-form{
  width: 100%;
}

.cp-form .wpcf7-form .input-form-cont .input-form input{
  width: 100%;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1150px){
  .cp-form .wpcf7-form .input-form-cont .input-form input{
    max-width: 400px;
  }
}

.cp-form .wpcf7-form .input-form-cont .input-form input{
  width: -webkit-fill-available;
}

@media(max-widht:640px){
  .cp-form .wpcf7-form .input-form-cont .input-form input{
    max-width: -moz-available
  }
}

.cp-form .wpcf7-form .input-form-cont .input-form input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.cp-form .wpcf7-form .input-form-cont .input-form input::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.cp-form .wpcf7-form .input-form textarea{
  width: 100%;
  max-width: 824px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.cp-form .wpcf7-form .input-form textarea::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.cp-form .wpcf7-form .input-form textarea::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.cp-form .wpcf7-form .form-btn{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 50px;
  width: 217px;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cp-form .wpcf7-form .form-btn img{
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cp-form .wpcf7-form .form-btn:hover{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

.cp-form .wpcf7-form .form-btn:hover img{
  --tw-translate-x: 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));
  filter: invert(57%) sepia(82%) saturate(5084%) hue-rotate(4deg) brightness(96%) contrast(97%) ;
}

.cp-form .wpcf7-form .form-btn .wpcf7-submit{
  width: 100%;
  padding-left: 1.25rem;
  text-align: start;
}

.cp-form .wpcf7-form .form-btn img{
  position: absolute;
  top: 50%;
  right: 1.25rem;
  --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));
}

.cp-form .wpcf7-form .wpcf7-list-item-label{
  width: -moz-fit-content;
  width: fit-content;
  max-width: 780px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.cp-form .wpcf7-form .wpcf7-list-item{
  margin: 0px !important;
}

.cp-form .wpcf7-form .wpcf7-list-item label{
  display: flex;
  gap: 0.5rem;
}

/* Ukryj domyślny checkbox */

.wpcf7-acceptance input[type="checkbox"] {
  display: none;
}

/* Stylizacja switcha */

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.switch{
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  transition: 0.3s;
  margin-right: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  /* lekko zaokrąglone narożniki */
  display: inline-block;
  cursor: pointer;
}

.switch::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #252069;
  opacity: 0;
  transition: 0.3s;
}

/* ptaszek */

.switch::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 2px;
  left: 8px;
  transform: rotate(45deg) scale(0);
  transition: 0.3s;
}

/* Efekt aktywacji */

.wpcf7-acceptance input[type="checkbox"]:checked + .switch::before {
  opacity: 1;
}

.wpcf7-acceptance input[type="checkbox"]:checked + .switch::after {
  transform: rotate(45deg) scale(1);
}

.wpcf7-spinner{
  display: none !important;
}

.blog{
  margin-top: 140px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 2rem;
}

@media (min-width: 640px){
  .blog{
    margin-top: 180px;
  }
}

@media (min-width: 1280px){
  .blog{
    margin-top: 204px;
  }
}

.blog .blog-top{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1034px;
}

.blog .blog-top h1{
  margin-bottom: 1.5rem;
  text-align: center;
}

.blog .blog-top .blog-des{
  text-align: center;
}

.blog .blog-cont{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

@media (min-width: 1024px){
  .blog .blog-cont{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog .blog-cont .blog-item{
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog .blog-cont .blog-item .blog-item-img img{
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .blog-cont .blog-item .blog-item-title{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  height: 100%;
  max-height: 44px;
  overflow: hidden;
  font-weight: 600;
  line-height: 22px;
}

.blog .blog-cont .blog-item .blog-item-date{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog .blog-cont .blog-item .btn-orange{
  margin-top: 0.625rem;
}

.blog .pagination{
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.blog .pagination ul{
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.blog .pagination ul li{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
}

.blog .pagination ul .current{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 129 23 / var(--tw-border-opacity));
}

.single-blog{
  margin-top: 140px;
}

@media (min-width: 640px){
  .single-blog{
    margin-top: 180px;
  }
}

.single-blog .single-blog-cont{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-blog .single-blog-cont_top img{
  max-height: 452px;
  min-height: 400px;
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px){
  .single-blog .single-blog-cont_top img{
    min-height: 452px;
  }
}

.single-blog .single-blog-cont_top h1{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.single-blog .single-blog-cont_top p{
  line-height: 1.5rem;
}

.single-blog .single-blog-cont_desone{
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .single-blog .single-blog-cont_desone{
    flex-direction: row;
  }
}

.single-blog .single-blog-cont_desone__left{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 1.25rem;
}

.single-blog .single-blog-cont_desone__left h2{
  position: relative;
  padding-left: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.25rem;
}

.single-blog .single-blog-cont_desone__left h2::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  content: "";
}

.single-blog .single-blog-cont_desone__left h3{
  position: relative;
  padding-left: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.25rem;
}

.single-blog .single-blog-cont_desone__left h3::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  content: "";
}

.single-blog .single-blog-cont_desone__left p{
  line-height: 1.5rem;
}

.single-blog .single-blog-cont_desone__right{
  width: 100%;
  max-width: 505px;
}

.single-blog .single-blog-cont_desone__right img{
  width: 100%;
  max-width: 505px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog .single-blog-cont_destwo{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .single-blog .single-blog-cont_destwo{
    flex-direction: row;
  }
}

.single-blog .single-blog-cont_destwo__right{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 1.25rem;
}

.single-blog .single-blog-cont_destwo__right h2{
  position: relative;
  padding-left: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.25rem;
}

.single-blog .single-blog-cont_destwo__right h2::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  content: "";
}

.single-blog .single-blog-cont_destwo__right h3{
  position: relative;
  padding-left: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.25rem;
}

.single-blog .single-blog-cont_destwo__right h3::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  content: "";
}

.single-blog .single-blog-cont_destwo__right p{
  line-height: 1.5rem;
}

.single-blog .single-blog-cont_destwo__left{
  width: 100%;
  max-width: 505px;
}

.single-blog .single-blog-cont_destwo__left img{
  width: 100%;
  max-width: 505px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog .single-blog-cont_desthree{
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px){
  .single-blog .single-blog-cont_desthree{
    flex-direction: row;
  }
}

.single-blog .single-blog-cont_desthree__left{
  width: -moz-fit-content;
  width: fit-content;
}

.single-blog .single-blog-cont_desthree__left h3{
  position: relative;
  padding-left: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 2.25rem;
}

.single-blog .single-blog-cont_desthree__left h3::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
  content: "";
}

.single-blog .single-blog-cont_desthree__left___content{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.single-blog .single-blog-cont_desthree__left___content p{
  margin-top: 1.25rem;
  line-height: 1.5rem;
}

.single-blog .single-blog-cont_desthree__right{
  width: 100%;
  max-width: 400px;
}

.single-blog .single-blog-cont_desthree__right img{
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog .single-blog-cont .single-tour-gallery{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.single-blog .single-blog-cont .single-tour-gallery_top{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.single-blog .single-blog-cont .single-tour-gallery_top h4{
  font-size: 26px;
  font-weight: 500;
}

.single-blog .single-blog-cont .single-tour-gallery_top .orange-line{
  height: 30px;
  width: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 129 23 / var(--tw-bg-opacity));
}

.single-blog .single-blog-cont .single-tour-gallery_box{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .single-blog .single-blog-cont .single-tour-gallery_box{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .single-blog .single-blog-cont .single-tour-gallery_box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-blog .single-blog-cont .single-tour-gallery_box__item img{
  height: 240px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-more{
  margin-bottom: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(240, 129, 23, 0.08) 15%, rgba(240, 129, 23, 0.2) 50%, rgba(240, 129, 23, 0.08) 85%, rgba(255, 255, 255, 0.05) 100%);
}

.single-more .single-tour-more{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-more .single-tour-more h2{
  margin-bottom: 1.5rem;
  text-align: center;
}

.single-more .single-tour-more .single-more-des{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 822px;
  text-align: center;
}

.single-more .single-tour-more .tours-wrapper{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px){
  .single-more .single-tour-more .tours-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .single-more .single-tour-more .tours-wrapper{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-more .single-tour-more .tours-wrapper .blog-item{
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-more .single-tour-more .tours-wrapper .blog-item .blog-item-img img{
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-more .single-tour-more .tours-wrapper .blog-item .blog-item-title{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  height: 100%;
  max-height: 44px;
  overflow: hidden;
  font-weight: 600;
  line-height: 22px;
}

.single-more .single-tour-more .tours-wrapper .blog-item .blog-item-date{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.single-more .single-tour-more .tours-wrapper .blog-item .btn-orange{
  margin-top: 0.625rem;
}

.single-more .single-tour-more_cta{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  max-width: 458px;
  flex-direction: column;
  justify-content: space-between;
}

@media not all and (min-width: 640px){
  .single-more .single-tour-more_cta{
    align-items: center;
    gap: 0.75rem;
  }
}

@media (min-width: 640px){
  .single-more .single-tour-more_cta{
    flex-direction: row;
  }
}

html{
  scroll-behavior: smooth
}

body{
  position: relative;
  font-family: Poppins, sans-serif;
}

main{
  overflow-x: hidden;
}

.container{
  max-width: 1440px;
}

.container-md{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.shadow-deep-layered {
  box-shadow:
    -34px 64px 20px rgba(0, 0, 0, 0),
    -22px 41px 19px rgba(0, 0, 0, 0.01),
    -12px 23px 16px rgba(0, 0, 0, 0.05),
    -6px 10px 12px rgba(0, 0, 0, 0.09),
    -1px 3px 10px rgba(0, 0, 0, 0.10);
}

.pol-box{
  margin-top: 140px;
  padding-bottom: 3.5rem;
}

@media (min-width: 640px){
  .pol-box{
    margin-top: 180px;
  }
}

@media (min-width: 1280px){
  .pol-box{
    margin-top: 204px;
  }
}

.pol-box h1{
  margin-bottom: 1.25rem;
  font-size: 32px;
  font-weight: 600;
}

.pol-box h3{
  margin-bottom: 1.25rem;
  font-size: 24px;
}

.pol-box ul{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}

.pol-box strong{
  margin-bottom: 1.25rem;
}

.hover\:text-orange-F08:hover{
  --tw-text-opacity: 1;
  color: rgb(240 129 23 / var(--tw-text-opacity));
}

