* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

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

/*
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-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-z-50 {
  z-index: -50;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-auto {
  width: auto;
}
.w-2\/3 {
  width: 66.666667%;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.self-end {
  align-self: flex-end;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(89 173 166 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.fill-blue {
  fill: #59ada6;
}
.stroke-blue {
  stroke: #59ada6;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(89 173 166 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* ----------------------------------------------------------------
	Breakpoints - vars
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Breakpoints - mixins
    for different variables, include as:
    @include screen-lg {
    foo: bar;
    }
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #383838;
}

/* ----------------------------------------------------------------
	Fonts
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #383838;
  font-family: "Open Sans", sans-serif;
}

/* ----------------------------------------------------------------
	Typography: size, weight, line-height, family, mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Container
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Various
-----------------------------------------------------------------*/
.cover-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .lg-cover-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-centered-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.from-left-enter-active,
.from-left-leave-active {
  transition: margin-right 0.5s ease;
}

.from-left-enter-from,
.from-left-leave-to {
  margin-right: 100vw;
}

.zoom-enter-active,
.zoom-leave-active {
  transition: transform 0.5s ease;
}

.zoom-enter-from,
.zoom-leave-to {
  transform: scale(0.8);
}

.transition-duration-1s {
  transition-duration: 1s !important;
}

.transition-duration-025s {
  transition-duration: 0.25s !important;
}

.transition-duration-05s {
  transition-duration: 0.5s !important;
}

.transition-duration-075s {
  transition-duration: 0.75s !important;
}

@-webkit-keyframes arrowAnimation {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
@keyframes arrowAnimation {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 30px;
  }
}
@-webkit-keyframes arrowAnimationXxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 100px;
  }
}
@keyframes arrowAnimationXxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 100px;
  }
}
@-webkit-keyframes arrowAnimationXxxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 140px;
  }
}
@keyframes arrowAnimationXxxl {
  0% {
    opacity: 0.1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 140px;
  }
}
@-webkit-keyframes opacityChange {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes opacityChange {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
header {
  height: 80px;
  width: 100vw;
  z-index: 1000;
  transition: background-color 0.4s linear;
}
@media screen and (min-width: 1024px) {
  header {
    height: 70px;
    background-color: transparent;
  }
}
header.header--scrolled {
  background-color: #e1e1e1;
}
@media screen and (min-width: 1024px) {
  header.header--scrolled {
    background-color: rgba(225, 225, 225, 0.3);
  }
}

.header__hamburger {
  top: 20px;
  right: 30px;
  transition: top 0.3s linear;
  transition: opacity 0.3s linear;
}
.header__hamburger svg {
  width: 30px;
  height: 30px;
}
.header__hamburger.inactive {
  opacity: 0;
}

#hamburger[data-color=blue] svg {
  fill: #59ada6;
}

#hamburger[data-color=light] svg {
  fill: #59ada6;
}
@media screen and (min-width: 1024px) {
  #hamburger[data-color=light] svg {
    fill: #e1e1e1;
  }
}

.header__btn-reserve {
  height: 30px;
  top: 20px;
  right: 70px;
  padding: 5px 10px;
  font-size: 14px;
}
.header__btn-reserve svg {
  fill: #fff;
  margin-left: 15px;
  height: 20px;
  width: auto;
}

.header__btn-special-offers {
  background-color: #383838;
  bottom: 35px;
  color: #c49b3d;
  left: 20px;
  height: 30px;
  width: 131px;
}
@media screen and (min-width: 1024px) {
  .header__btn-special-offers {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 230px;
  }
}
.header__btn-special-offers .header__btn-special-offers-title {
  -webkit-animation: opacityChange 3s infinite;
          animation: opacityChange 3s infinite;
}
.header__btn-special-offers .header__btn-special-offers-circle {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50em;
  background-color: #c49b3d;
  color: #fff;
  font-size: 14px;
  -webkit-animation: opacityChange 3s infinite;
          animation: opacityChange 3s infinite;
}

.header_logo {
  width: 120px;
}

.header__logo-and-locales {
  padding: 20px 0 0 20px;
  transition: padding 0.4s linear;
}

.header__locales {
  left: 20px;
  top: 50%;
}
.header__locales svg {
  transition: transform 0.5s linear;
  width: 24px;
  height: 24px;
}
.header__locales .header__locales-inactive {
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.header__locales--expanded .header__locales-inactive {
  z-index: 1;
  opacity: 1;
}
.header__locales--expanded svg {
  transform: rotate(-90deg);
}

header nav {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: absolute;
  padding: 40px 0 0 15%;
  z-index: -100;
  opacity: 0;
  right: -100vw;
  transition: opacity 1s ease-in-out, right 1s ease-in-out;
}
header nav.active {
  right: 0;
  opacity: 1;
  z-index: 100000;
}

.header_nav-logo {
  width: 120px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .header_nav-logo {
    width: 200px;
    margin-right: 100px;
  }
}
@media screen and (min-width: 1680px) {
  .header_nav-logo {
    width: 300px;
  }
}

.header__nav-locales {
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .header__nav-locales {
    font-size: 24px;
  }
}
@media screen and (min-width: 1680px) {
  .header__nav-locales {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav-locales a {
    margin-right: 40px;
  }
}

.header__menu-item {
  width: 100%;
  font-size: 25px;
  font-weight: 800;
  color: #59ada6;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .header__menu-item {
    font-size: 35px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-item {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu-item--has-line {
    position: relative;
  }
  .header__menu-item--has-line::before {
    content: "-";
    position: absolute;
    left: -30%;
  }
}
.header__menu-item--has-line-closer::before {
  left: -20%;
}

@media screen and (min-width: 1024px) {
  .header__menu-item--other {
    margin-right: 15%;
  }
}

.header__menu-subitems {
  font-size: 20px;
  font-weight: 400;
  color: rgba(56, 56, 56, 0.6);
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s linear;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .header__menu-subitems {
    opacity: 1 !important;
    max-height: none;
    font-size: 25px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-subitems {
    font-size: 30px;
  }
}
.header__menu-subitems--active {
  transition: opacity 1s linear;
  max-height: 1000000px;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header__menu-subitems li {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1680px) {
  .header__menu-subitems li {
    margin-bottom: 15px;
  }
}

.header__menu-close {
  top: 30px;
  right: 30px;
}
.header__menu-close svg {
  width: 60px;
  height: 60px;
}

footer {
  background-color: #e1e1e1;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  footer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1680px) {
  footer {
    padding-top: 120px;
  }
}

.contact-options {
  right: 45px;
  bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .contact-options {
    right: 45px;
    bottom: 45px;
  }
}
.contact-options svg {
  width: 50px;
  height: 50px;
  z-index: 100;
}
.contact-options .contact-options__option svg {
  width: 60px;
  height: 60px;
}

.contact-options__trigger {
  width: 60px;
  height: 60px;
  background-color: #e1e1e1;
  border-radius: 50em;
  border: 1px solid #59ada6;
}

.contact-options__options {
  max-width: 200px;
  height: 160px;
}

.contact-options__option-wrap {
  transition: top 0.7s ease-in, right 0.7s ease-in, left 0.7s ease-in, bottom 0.7s ease-in, opacity 0.7s ease-in;
  width: 90px;
  height: 90px;
  font-size: 12px;
}
.contact-options__option-wrap span {
  margin-top: 9px;
}
.contact-options__option-wrap:nth-of-type(1) {
  position: relative;
  top: 60px;
  left: 60px;
}
.contact-options__option-wrap:nth-of-type(2) {
  position: relative;
  bottom: -40px;
}
.contact-options__option-wrap:nth-of-type(3) {
  position: relative;
  right: -60px;
}
.contact-options__option-wrap--email svg {
  fill: #59ada6;
}

.contact-options__option-wrap--of-single-option {
  opacity: 0;
}

.contact-options__options--active .contact-options__option-wrap {
  opacity: 1;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(1) {
  top: 0;
  left: 0;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(2) {
  bottom: 40px;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(3) {
  right: 60px;
}
.contact-options__options--active .contact-options__option-wrap:nth-of-type(3) svg {
  fill: #59ada6;
  stroke: #59ada6;
}

.contact-options__option {
  background-color: #e1e1e1;
  border-radius: 50em;
  width: 80px;
  height: 80px;
  border: 1px solid #59ada6;
}

.footer__in-site-links-group {
  margin-bottom: 40px;
}
.footer__in-site-links-group .footer__in-site-links-group-title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .footer__in-site-links-group .footer__in-site-links-group-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__in-site-links-group .footer__in-site-links-group-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__in-site-links-group .footer__in-site-links-group-title {
    font-size: 35px;
  }
}
.footer__in-site-links-group a {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__in-site-links-group a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__in-site-links-group a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__in-site-links-group a {
    font-size: 25px;
  }
}
.footer__in-site-links-group .footer__in-site-links-group-data {
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__in-site-links-group .footer__in-site-links-group-data {
    font-size: 17px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__in-site-links-group .footer__in-site-links-group-data {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__in-site-links-group .footer__in-site-links-group-data {
    font-size: 20px;
  }
}

.footer__external-link {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__external-link {
    margin-bottom: 30px;
  }
}
.footer__external-link img {
  width: 130px;
}
@media screen and (min-width: 1024px) {
  .footer__external-link img {
    width: 200px;
  }
}

.footer__external-links {
  margin-bottom: 40px;
}
.footer__external-links .footer__external-link {
  margin-bottom: 10px;
}

.footer__bottom-links a {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__bottom-links a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .footer__bottom-links a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__bottom-links a {
    font-size: 22px;
  }
}

.section-with-small-x-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-with-small-x-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-with-small-x-padding {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.section-with-medium-x-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-with-medium-x-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-with-medium-x-padding {
    padding-left: 16%;
    padding-right: 16%;
  }
}

.section-with-medium-y-padding {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .section-with-medium-y-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-with-medium-y-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-with-large-y-padding {
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .section-with-large-y-padding {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .section-with-large-y-padding {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.section-with-very-large-y-padding {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .section-with-very-large-y-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .section-with-very-large-y-padding {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

.section-no-bottom-padding {
  padding-bottom: 0;
}

.section-no-top-padding {
  padding-top: 0;
}

.section-handwritting-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .section-handwritting-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1680px) {
  .section-handwritting-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1920px) {
  .section-handwritting-title {
    font-size: 60px;
  }
}

.section-default-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-default-title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .section-default-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 1680px) {
  .section-default-title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .section-default-title {
    font-size: 70px;
  }
}
.section-default-title--bold {
  font-weight: 800;
}

.section-default-text {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .section-default-text {
    font-size: 18px;
  }
}

.first-section-of-page-with-default-top-padding {
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .first-section-of-page-with-default-top-padding {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .first-section-of-page-with-default-top-padding {
    margin-top: 70px;
  }
}

.first-section-of-page-with-small-top-padding {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .first-section-of-page-with-small-top-padding {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1680px) {
  .first-section-of-page-with-small-top-padding {
    margin-top: 40px;
  }
}

.section-logo {
  transition: transform 0.35s ease-out, filter 0.35s ease-out;
}
.section-logo:hover {
  transform: scale(1.1);
  filter: drop-shadow(-30px 10px 4px rgba(56, 56, 56, 0.4));
}
.section-logo--shadow-to-bottom:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 10px 4px rgba(56, 56, 56, 0.4));
}
.section-logo--shadow-on-right:hover {
  transform: scale(1.1);
  filter: drop-shadow(30px 10px 4px rgba(56, 56, 56, 0.4));
}

.card-single-item {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media screen and (min-width: 1024px) {
  .card-single-item {
    box-shadow: none;
    transition: box-shadow 0.4s linear;
  }
  .card-single-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
}

@media screen and (max-width: 1023px) {
  .items-carousel--desktop-only .card-single-item {
    margin-bottom: 20px;
  }
}

.card-single-item__textual {
  padding: 20px 10px 30px;
}

.card-single-item__textual-title {
  font-size: 25px;
  margin-bottom: 20px;
}
.card-single-item__textual-title svg {
  width: 35px;
  height: 35px;
}

.card-single-item__amenity {
  margin-right: 25px;
  font-size: 14px;
  width: 43px;
}
@media screen and (min-width: 1024px) {
  .card-single-item__amenity {
    margin-right: 18px;
    min-width: 65px;
  }
}
@media screen and (min-width: 1680px) {
  .card-single-item__amenity {
    min-width: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .card-single-item__amenity {
    min-width: 90px;
  }
}
.card-single-item__amenity img {
  width: 30px;
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .card-single-item__amenity img {
    width: 50px;
  }
}
.card-single-item__amenity p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.1;
}
@media screen and (min-width: 1024px) {
  .card-single-item__amenity p {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

#popup-holder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#popup-holder #popup {
  width: 80vw;
  height: 80vw;
  max-height: 80vw;
}
@media screen and (min-width: 1024px) {
  #popup-holder #popup.text-over-image {
    width: 40vw;
    height: 40vw;
    max-height: 40vw;
  }
}
#popup-holder #popup.text-next-to-image {
  height: auto;
}
@media screen and (min-width: 1024px) {
  #popup-holder #popup.text-next-to-image {
    width: 80vw;
    height: 40vw;
    max-height: 40vw;
  }
}

#popup-holder #popup .close-popup {
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  z-index: 3;
}

#popup-holder #popup p.title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #popup-holder #popup p.title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

#popup-holder #popup p.text {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #popup-holder #popup p.text {
    font-size: 27px;
  }
}

.popup-content-holder {
  width: 100%;
  padding: 5vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  #popup-holder #popup.text-next-to-image .img-holder {
    width: 50%;
  }
}

#popup-holder #popup.text-next-to-image .text-holder {
  padding: 5vw;
}
@media screen and (min-width: 1024px) {
  #popup-holder #popup.text-next-to-image .text-holder {
    width: 50%;
  }
}

html {
  scroll-behavior: smooth;
}

.section-indicator {
  right: 15px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .section-indicator {
    right: 1.5%;
    width: 23px;
    height: 23px;
  }
}
.section-indicator .section-indicator-dot {
  background-color: #383838;
  border-radius: 20px;
  margin: 10px 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background-color 0.3s linear, filter 0.3s linear;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
@media screen and (min-width: 1024px) {
  .section-indicator .section-indicator-dot {
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
    max-width: 23px;
    max-height: 23px;
  }
}
@media screen and (min-width: 1680px) {
  .section-indicator .section-indicator-dot {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
}
.section-indicator .section-indicator-dot .section-indicator-text {
  display: none;
  opacity: 0;
  transition: opacity 0.6s linear;
  white-space: nowrap;
  position: absolute;
  color: #59ada6;
  font-weight: 800;
  letter-spacing: 1px;
  right: 40px;
  font-size: 24px;
  transition: font-size 0.3s linear, opacity 0.4s linear;
}
@media screen and (min-width: 1024px) {
  .section-indicator .section-indicator-dot .section-indicator-text {
    display: inline;
  }
}
.section-indicator .section-indicator-dot--active {
  background-color: #59ada6;
  filter: drop-shadow(5px 1px 4px rgba(56, 56, 56, 0.6));
}
.section-indicator .section-indicator-dot:hover .section-indicator-text {
  opacity: 1;
  font-size: 14px;
}

.homepage {
  background-color: #e1e1e1;
}

.homepage-hero {
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  background-color: transparent;
  height: 100vh;
}
.homepage-hero > *:not(.homepage-hero__video) {
  z-index: 1;
}
.homepage-hero .video-overlay {
  display: none;
}

.homepage-hero__video {
  top: 0;
  left: 0;
}

.homepage-hero__logo-and-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1680px) {
  .homepage-hero__logo-and-arrow {
    top: 50%;
  }
}

.homepage-hero__logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .homepage-hero__logo {
    margin-bottom: 50px;
  }
}
.homepage-hero__logo img {
  width: 180px;
}
@media screen and (min-width: 1024px) {
  .homepage-hero__logo img {
    width: 260px;
  }
}

.homepage-hero__arrow {
  -webkit-animation: arrowAnimation 2s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: arrowAnimation 2s infinite;
  /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1680px) {
  .homepage-hero__arrow {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    /* IE 10+, Fx 29+ */
    -webkit-animation: arrowAnimationXxl 2s infinite;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: arrowAnimationXxl 2s infinite;
    /* IE 10+, Fx 29+ */
  }
}
.homepage-hero__arrow svg {
  height: 110px;
  width: auto;
  fill: #dfdfdf;
}
@media screen and (min-width: 1024px) {
  .homepage-hero__arrow svg {
    height: 95px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-hero__arrow svg {
    height: 125px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-hero__arrow svg {
    height: 150px;
  }
}

.booking-form {
  position: absolute;
  bottom: 50px;
  background-color: #e1e1e1;
  width: 80vw;
  padding: 20px 15px;
}
@media screen and (min-width: 1024px) {
  .booking-form {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1680px) {
  .booking-form {
    max-width: 1000px;
  }
}

.booking-form__guarantee {
  font-size: 15px;
}

.booking-form__data {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .booking-form__data {
    margin-bottom: 0;
  }
}

.booking-form__data-single:nth-of-type(1), .booking-form__data-single:nth-of-type(2) {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .booking-form__data-single:nth-of-type(1), .booking-form__data-single:nth-of-type(2) {
    margin-bottom: 0;
  }
  .booking-form__data-single {
    height: 100%;
    justify-content: center;
  }
}

.booking-form__data-title {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .booking-form__data-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.booking-form__data-selected-date {
  font-size: 20px;
}

.booking-form__data-value {
  font-size: 18px;
  font-weight: 800;
  z-index: 5;
}
.booking-form__data-value--big {
  font-size: 22px;
  width: 70%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}
.booking-form__data-value--big:focus {
  outline: none !important;
  border: 1px solid #59ada6;
}
@media screen and (min-width: 1680px) {
  .booking-form__data-value--big {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .booking-form__data-value {
    font-weight: 500;
  }
}

.booking-form__button-holder button {
  padding: 5px 10px;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .booking-form__button-holder button {
    font-size: 18px;
    padding: 5px 25px 5px 35px;
  }
}
@media screen and (min-width: 1680px) {
  .booking-form__button-holder button {
    padding: 10px 30px 10px 40px;
  }
}
.booking-form__button-holder button svg {
  width: 30px;
  height: 30px;
  margin-bottom: -3px;
  margin-left: 15px;
  position: relative;
  -webkit-animation: toLeft 2.5s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: toLeft 2.5s infinite;
  /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1024px) {
  .booking-form__button-holder button svg {
    width: 30px;
    height: 30px;
  }
}

@-webkit-keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: 20px;
  }
}
@keyframes toLeft {
  0% {
    left: 0;
  }
  100% {
    left: 20px;
  }
}
.homepage-intro {
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .homepage-intro {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-intro {
    padding-bottom: 90px;
  }
}

.homepage-intro-text {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .homepage-intro-text {
    margin-bottom: 0;
    padding: 20px 0 0 20px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-intro-text {
    padding-left: 40px;
  }
}

.homepage-intro__subtitle {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1680px) {
  .homepage-intro__subtitle {
    font-size: 20px;
  }
}

.homepage-intro__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .homepage-intro__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-intro__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-intro__title {
    font-size: 50px;
  }
}

.hotel-intro__long-text {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 50px;
}
.hotel-intro__long-text span {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .hotel-intro__long-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hotel-intro__long-text {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .hotel-intro__long-text span {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1680px) {
  .hotel-intro__long-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .hotel-intro__long-text {
    font-size: 25px;
  }
}

.homepage-intro-reserve h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .homepage-intro-reserve h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-intro-reserve h2 {
    font-size: 30px;
  }
}

.homepage-intro-reserve__amenities .homepage-intro-reserve__amenity {
  margin-bottom: 20px;
  transition: filter 0.3s linear;
}
.homepage-intro-reserve__amenities .homepage-intro-reserve__amenity:hover {
  filter: drop-shadow(5px 7px 4px rgba(56, 56, 56, 0.3));
}
@media screen and (min-width: 1024px) {
  .homepage-intro-reserve__amenities .homepage-intro-reserve__amenity {
    width: 150px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-intro-reserve__amenities .homepage-intro-reserve__amenity {
    width: 190px;
  }
}
.homepage-intro-reserve__amenities svg {
  width: 75px;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .homepage-intro-reserve__amenities svg {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-intro-reserve__amenities svg {
    height: 65px;
    width: auto;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-intro-reserve__amenities svg {
    height: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-intro-reserve__amenities svg {
    height: 80px;
  }
}
.homepage-intro-reserve__amenities p {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .homepage-intro-reserve__amenities p {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-intro-reserve__amenities p {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-intro-reserve__amenities p {
    font-size: 24px;
    margin-right: 10px;
  }
}

.homepage-apartments {
  margin-bottom: 70px;
}

.items-holder-carousel .items-holder__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .items-holder-carousel .items-holder__item {
    box-shadow: none;
  }
}
.items-holder-carousel .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -55px;
  width: 100%;
  font-size: 22px;
}
.items-holder-carousel .slick-dots li:not(.slick-active) {
  display: none;
}
.items-holder-carousel .slick-arrow {
  position: absolute;
  bottom: -53px;
  z-index: 3;
}
.items-holder-carousel .slick-arrow.slick-prev {
  left: 30%;
  transform: rotate(180deg);
}
.items-holder-carousel .slick-arrow.slick-next {
  right: 30%;
}
.items-holder-carousel .slick-arrow img {
  width: 40px;
}

@media screen and (min-width: 1024px) {
  .homepage-amenities .section-default-title {
    margin-bottom: 70px;
    margin-top: 30px;
  }
}
.homepage-amenities__long-text {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 70px;
}
.homepage-amenities__long-text span {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .homepage-amenities__long-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-amenities__long-text {
    padding: 0 10% 20px;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .homepage-amenities__long-text span {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-amenities__long-text {
    font-size: 20px;
    padding: 0 10% 40px;
  }
}
@media screen and (min-width: 1920px) {
  .homepage-amenities__long-text {
    font-size: 25px;
    padding: 0 10% 60px;
  }
}

.homepage-amenities__amenity-img {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.homepage-amenities__amenity-img::after {
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.4s linear;
}

.homepage-amenities__big-amenity-holder {
  padding: 0 5%;
  margin-bottom: 50px;
}

.homepage-amenities__small-amenity--bigger {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .homepage-amenities__small-amenity--bigger {
    padding-right: 30px;
  }
}
.homepage-amenities__small-amenity--bigger .homepage-amenities__amenity-title {
  width: 80%;
}
.homepage-amenities__small-amenity--with-arrow {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .homepage-amenities__small-amenity--with-arrow {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-amenities__small-amenity--with-arrow {
    margin-top: -50px;
  }
}

.homepage-amenities__amenity-title {
  bottom: 10%;
  background-color: #e1e1e1;
  z-index: 2;
  padding: 6px 10px;
  font-size: 18px;
  transition: bottom 0.5s ease-in, opacity 0.7s ease-in, color 0.5s linear;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-animation: opacityChange 4s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: opacityChange 4s infinite;
  /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 768px) {
  .homepage-amenities__amenity-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-amenities__amenity-title {
    -webkit-animation: none;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: none;
    /* IE 10+, Fx 29+ */
    font-size: 30px;
    opacity: 0.7;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-amenities__amenity-title {
    font-size: 40px;
  }
}

.homepage-amenities__amenity-img:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.homepage-amenities__amenity-img:hover .homepage-amenities__amenity-title {
  bottom: 40%;
  opacity: 1;
  z-index: 3;
  color: #c49b3d;
}

.homepage-amenities__big-amenity .homepage-amenities__amenity-title {
  width: 80%;
  right: 0;
}

.homepage-amanities__arrow-holder {
  right: 60%;
  top: 30px;
  font-size: 24px;
}
.homepage-amanities__arrow-holder p {
  margin-left: 17%;
}
.homepage-amanities__arrow-holder svg {
  width: auto;
  height: 160px;
}
@media screen and (min-width: 1024px) {
  .homepage-amanities__arrow-holder {
    padding-top: 90px;
    font-size: 35px;
    letter-spacing: 1.2px;
  }
}
.homepage-amanities__arrow-holder .homepage-amanities__arrow {
  -webkit-animation: arrowAnimation 2s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: arrowAnimation 2s infinite;
  /* IE 10+, Fx 29+ */
}
@media screen and (min-width: 1680px) {
  .homepage-amanities__arrow-holder .homepage-amanities__arrow {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    /* IE 10+, Fx 29+ */
    -webkit-animation: arrowAnimationXxl 2s infinite;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: arrowAnimationXxl 2s infinite;
    /* IE 10+, Fx 29+ */
  }
}

@media screen and (min-width: 1024px) {
  .section-with-carousel-and-text--reverse .section-with-carousel-and-text__textual {
    order: 2;
  }
  .section-with-carousel-and-text--reverse .section-with-carousel-and-text__carousel {
    order: 1;
  }
}

.section-with-carousel-and-text__textual {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .section-with-carousel-and-text__textual {
    margin-bottom: 0;
    padding-right: 50px;
  }
  .section-with-carousel-and-text--reverse .section-with-carousel-and-text__textual {
    padding-right: 0;
    padding-left: 50px;
  }
}

.section-with-carousel-and-text img.section-with-carousel-and-text__logo {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .section-with-carousel-and-text img.section-with-carousel-and-text__logo {
    width: 400px;
  }
  .homepage-restaurant__kruso-logo {
    width: 100%;
    max-height: 220px !important;
  }
}

.section-with-carousel-and-text__textual-long-text {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-with-carousel-and-text__textual-long-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section-with-carousel-and-text__textual-long-text {
    font-size: 20px;
  }
  .section-with-carousel-and-text--with-amenities .section-with-carousel-and-text__textual-long-text {
    margin-bottom: 10px;
  }
}

.section-with-carousel-and-text__carousel {
  overflow: visible;
}
.section-with-carousel-and-text__carousel .fade-carousel__carousel-item {
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .homepage-contact__textual {
    padding-left: 50px;
  }
  .homepage-contact__textual h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-contact__textual h3 {
    font-size: 50px;
  }
}

.homepage-contact__textual-group {
  margin-bottom: 30px;
}

.homepage-contact__textual-single-info {
  font-size: 17px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .homepage-contact__textual-single-info {
    font-size: 19px;
  }
}
.homepage-contact__textual-single-info:not(:nth-of-type(1)) {
  font-size: 19px;
}
@media screen and (min-width: 1024px) {
  .homepage-contact__textual-single-info {
    font-size: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage-contact__textual-single-info {
    font-size: 25px;
  }
}

.default-contact-form input, .default-contact-form textarea {
  font-size: 17px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (min-width: 1024px) {
  .default-contact-form input, .default-contact-form textarea {
    font-size: 17px;
    padding: 4px;
  }
}
@media screen and (min-width: 1680px) {
  .default-contact-form input, .default-contact-form textarea {
    font-size: 23px;
    padding: 6px;
  }
}
.default-contact-form textarea {
  height: 200px;
}
.default-contact-form button {
  font-size: 18px;
  padding: 8px 14px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .default-contact-form button {
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1680px) {
  .default-contact-form button {
    font-size: 23px;
    padding: 12px 20px;
    margin-top: 8px;
  }
}

.homepage-contact__map img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.booking-form .dp__action_row {
  display: none !important;
}

#apartmani {
  padding-top: 90px;
}
@media screen and (min-width: 1024px) {
  #apartmani {
    padding-top: 110px;
  }
}

.single-item {
  padding-top: 120px;
  background-color: #e1e1e1;
}
@media screen and (min-width: 1024px) {
  .single-item {
    padding-top: 120px;
  }
}

.single-item__gallery {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .single-item__gallery {
    margin-bottom: 0;
  }
  .single-item__gallery--mobile {
    display: none !important;
  }
}
.single-item__gallery--mobile .slick-prev,
.single-item__gallery--mobile .slick-next {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  fill: #fff;
  width: 30px;
}
.single-item__gallery--mobile .slick-prev svg,
.single-item__gallery--mobile .slick-next svg {
  width: 30px;
  height: auto;
}
.single-item__gallery--mobile .slick-prev {
  left: 10px;
  transform: scaleX(-1) translateY(-50%);
}
.single-item__gallery--mobile .slick-next {
  right: 10px;
}

.single-item__gallery-row {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .single-item__textual {
    padding-left: 50px;
  }
}

.single_item__title {
  font-size: 25px;
}
@media screen and (min-width: 1024px) {
  .single_item__title {
    font-size: 43px;
  }
}
@media screen and (min-width: 1680px) {
  .single_item__title {
    font-size: 50px;
  }
}

.single-item__long-text {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .single-item__long-text {
    margin-bottom: 50px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1680px) {
  .single-item__long-text {
    font-size: 21px;
  }
}

.single-item__textual-checks-holder {
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .single-item__textual-checks-holder {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1680px) {
  .single-item__textual-checks-holder {
    margin-bottom: 45px;
  }
}
.single-item__textual-checks-holder .single-item__textual-check-single {
  margin-bottom: 25px;
}
.single-item__textual-checks-holder .single-item__textual-check-single svg {
  height: auto;
  fill: #59ada6;
  margin-right: 10px;
  width: 30px;
}
@media screen and (min-width: 1680px) {
  .single-item__textual-checks-holder .single-item__textual-check-single svg {
    width: 38px;
    margin-right: 15px;
  }
}
.single-item__textual-checks-holder .single-item__textual-check-single p {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .single-item__textual-checks-holder .single-item__textual-check-single p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1680px) {
  .single-item__textual-checks-holder .single-item__textual-check-single p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .single-item__textual-checks-holder .single-item__textual-check-single p {
    font-size: 25px;
  }
}

.single-item__textual-amenity-single {
  margin-bottom: 25px;
}
.single-item__textual-amenity-single img {
  width: 40%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .single-item__textual-amenity-single img {
    margin-bottom: 8px;
    width: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .single-item__textual-amenity-single img {
    margin-bottom: 10px;
    width: 48px;
  }
}
.single-item__textual-amenity-single p {
  width: 80%;
  font-size: 14px;
}
@media screen and (min-width: 1680px) {
  .single-item__textual-amenity-single p {
    font-size: 15px;
  }
}

.single-item__nav {
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .single-item__nav {
    padding: 15px 0;
  }
}

.single-item__nav-item {
  margin: 0 10%;
}
@media screen and (min-width: 1024px) {
  .single-item__nav-item {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1680px) {
  .single-item__nav-item {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .single-item__nav-item {
    font-size: 30px;
    min-width: 235px;
  }
}
.single-item__nav-item svg {
  width: 60px;
  height: auto;
  margin-bottom: 28px;
  transition: left 0.6s ease-in, right 0.6s ease-in;
}
@media screen and (min-width: 1024px) {
  .single-item__nav-item svg {
    width: 55px;
  }
}
@media screen and (min-width: 1680px) {
  .single-item__nav-item svg {
    width: 62px;
  }
}
@media screen and (min-width: 1920px) {
  .single-item__nav-item svg {
    width: 70px;
  }
}
.single-item__nav-item--prev svg {
  right: 0;
  transform: rotate(180deg);
}
.single-item__nav-item--prev:hover svg {
  right: 10px;
}
@media screen and (min-width: 1024px) {
  .single-item__nav-item--prev:hover svg {
    right: 18px;
  }
}
.single-item__nav-item--next svg {
  left: 0;
}
.single-item__nav-item--next:hover svg {
  left: 10px;
}
@media screen and (min-width: 1024px) {
  .single-item__nav-item--next:hover svg {
    left: 18px;
  }
}

.textual-page {
  background-color: #e1e1e1;
}

.textual-page-heading {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .textual-page-heading {
    font-size: 27px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-heading {
    font-size: 35px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-heading {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

.textual-page-section {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .textual-page-section {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-section {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-section {
    margin-bottom: 50px;
  }
}

.textual-page-title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .textual-page-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-title {
    font-size: 28px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-title {
    font-size: 33px;
    margin-bottom: 28px;
  }
}

.textual-page-title {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .textual-page-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .textual-page-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .textual-page-title {
    font-size: 20px;
  }
}

.special-offer {
  padding-top: 90px;
  background-image: linear-gradient(#FFFFFF, #E1E1E1);
}
@media screen and (min-width: 1024px) {
  .special-offer {
    padding-top: 120px;
  }
}

.special-offer-content {
  max-width: 1280px;
  margin: 0 auto;
}

.special-offer .special-offer__image-holder {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .special-offer .special-offer__image-holder {
    width: 30%;
  }
}
.special-offer .special-offer__text-holder {
  width: 100%;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .special-offer .special-offer__text-holder {
    padding: 0 0 40px 40px;
    width: 70%;
  }
}

.special-offer h1 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .special-offer h1 {
    font-size: 45px;
  }
}

.special-offer-text {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .special-offer-text {
    font-size: 23px;
  }
}
.special-offer-text h1, .special-offer-text h2, .special-offer-text h3, .special-offer-text h4, .special-offer-text h5, .special-offer-text h6 {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .special-offer-text h1, .special-offer-text h2, .special-offer-text h3, .special-offer-text h4, .special-offer-text h5, .special-offer-text h6 {
    font-size: 38px;
  }
}
.special-offer-text p {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .special-offer-text p {
    font-size: 23px;
  }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {

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

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

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

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

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

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

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1680px) {

  .xxl\:block {
    display: block;
  }

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

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