@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */
@import url("//fonts.googleapis.com/css?family=Poppins:ital,wght@0,100;0,200;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.actiontext-content {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.actiontext-table {
  border-collapse: collapse !important;
  width: 100% !important;
  margin-top: 20px !important;
}

.actiontext-table th, .actiontext-table td {
  border: 1px solid black !important;
  padding: 8px !important;
  text-align: left !important;
}

.actiontext-table th {
  background-color: #f2f2f2 !important;
}

.actiontext-link {
  color: #007BFF !important;
}

.trix-content {
  line-height: 1.5;
}

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

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
:root {
  --react-pdf-annotation-layer: 1;
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
  --input-focus-border-color: Highlight;
  --input-focus-outline: 1px solid Canvas;
  --input-unfocused-border-color: transparent;
  --input-disabled-border-color: transparent;
  --input-hover-border-color: black;
  --link-outline: none;
}

@media screen and (forced-colors: active) {
  :root {
    --input-focus-border-color: CanvasText;
    --input-unfocused-border-color: ActiveText;
    --input-disabled-border-color: GrayText;
    --input-hover-border-color: Highlight;
    --link-outline: 1.5px solid LinkText;
  }
  .annotationLayer .textWidgetAnnotation :is(input, textarea):required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
    outline: 1.5px solid selectedItem;
  }
  .annotationLayer .linkAnnotation:hover {
    backdrop-filter: invert(100%);
  }
}
.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 3;
}

.annotationLayer[data-main-rotation="90"] .norotate {
  transform: rotate(270deg) translateX(-100%);
}

.annotationLayer[data-main-rotation="180"] .norotate {
  transform: rotate(180deg) translate(-100%, -100%);
}

.annotationLayer[data-main-rotation="270"] .norotate {
  transform: rotate(90deg) translateY(-100%);
}

.annotationLayer canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  margin: 0;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation {
  outline: var(--link-outline);
}

.textLayer.selecting ~ .annotationLayer section {
  pointer-events: none;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer :is(.linkAnnotation, .buttonWidgetAnnotation.pushButton) > a:hover {
  opacity: 0.2;
  background: rgb(255, 255, 0);
  box-shadow: 0 2px 10px rgb(255, 255, 0);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea),
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  background-image: var(--annotation-unfocused-field-background);
  border: 2px solid var(--input-unfocused-border-color);
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea)[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input[disabled] {
  background: none;
  border: 2px solid var(--input-disabled-border-color);
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input:hover {
  border: 2px solid var(--input-hover-border-color);
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
  border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation :is(input, textarea):focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) :focus {
  background-image: none;
  background-color: transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
  border: 2px solid var(--input-focus-border-color);
  border-radius: 2px;
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  border: 2px solid var(--input-focus-border-color);
  outline: var(--input-focus-outline);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  background-color: CanvasText;
  content: "";
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked::after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked::before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation:is(.checkBox, .radioButton) input {
  appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .fileAttachmentAnnotation .popupTriggerArea {
  position: absolute;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgb(255, 255, 153);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) rgb(136, 136, 136);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgb(51, 51, 51);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
:root {
  --react-pdf-text-layer: 1;
  --highlight-bg-color: rgba(180, 0, 170, 1);
  --highlight-selected-bg-color: rgba(0, 100, 0, 1);
}

@media screen and (forced-colors: active) {
  :root {
    --highlight-bg-color: Highlight;
    --highlight-selected-bg-color: ButtonText;
  }
}
[data-main-rotation="90"] {
  transform: rotate(90deg) translateY(-100%);
}

[data-main-rotation="180"] {
  transform: rotate(180deg) translate(-100%, -100%);
}

[data-main-rotation="270"] {
  transform: rotate(270deg) translateX(-100%);
}

.textLayer {
  position: absolute;
  text-align: initial;
  inset: 0;
  overflow: hidden;
  line-height: 1;
  text-size-adjust: none;
  forced-color-adjust: none;
  transform-origin: 0 0;
  z-index: 2;
}

.textLayer :is(span, br) {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  margin: 0;
  transform-origin: 0 0;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: var(--highlight-bg-color);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: var(--highlight-selected-bg-color);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  inset: 100% 0 0;
  z-index: -1;
  cursor: default;
  user-select: none;
}

.textLayer.selecting .endOfContent {
  top: 0;
}

.hiddenCanvasElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}

.slick-track {
  margin: unset;
}

.ant-layout-content {
  position: relative;
}

.ant-btn-variant-solid {
  background-color: #DC1A22;
  color: #FFFFFF;
  border-radius: 20px;
}
.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #DC1A22;
}

.ant-btn-color-primary.ant-btn-variant-outlined {
  border-color: #DC1A22;
  color: #DC1A22;
  border-radius: 20px;
}
.ant-btn-color-primary.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover {
  border-color: #DC1A22;
  color: #DC1A22;
}

.ant-btn-color-default.ant-btn-variant-filled {
  color: #DC1A22;
}

.ant-btn-color-primary {
  box-shadow: 0 2px 0 rgba(220, 176, 98, 0.1);
}

.ant-btn-sm {
  font-size: 10px;
}

.ant-input-outlined:hover, .ant-input-outlined:focus,
.ant-picker-outlined:hover,
.ant-picker-outlined:focus {
  border-color: #DC1A22;
}
.ant-input-outlined:focus,
.ant-picker-outlined:focus {
  box-shadow: 0 2px 0 rgba(220, 176, 98, 0.1);
}

[class~=ant-carousel] [class~=slick-dots] {
  bottom: 30px;
}
[class~=ant-carousel] [class~=slick-dots] li {
  width: 15px !important;
  height: 15px !important;
  margin-inline: 3px;
}
[class~=ant-carousel] [class~=slick-dots] li button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
}
[class~=ant-carousel] [class~=slick-dots] li button::before {
  width: 100%;
  height: 100%;
  content: "";
}
[class~=ant-carousel] [class~=slick-dots] li.slick-active button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: white;
}
[class~=ant-carousel] [class~=slick-dots] li.slick-active:after {
  display: none;
}
[class~=ant-carousel] .slick-prev,
[class~=ant-carousel] .slick-next {
  width: unset;
  height: unset;
}
[class~=ant-carousel] .slick-prev::before, [class~=ant-carousel] .slick-prev::after,
[class~=ant-carousel] .slick-next::before,
[class~=ant-carousel] .slick-next::after {
  display: none;
}
[class~=ant-carousel] .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: #DC1A22;
}

.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: transparent;
  color: #DC1A22;
}

.ant-select-dropdown .ant-select-item {
  color: rgba(0, 0, 0, 0.5019607843);
}

.ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
  border-color: #DC1A22 !important;
  box-shadow: none !important;
}

.ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-item-active::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-open::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected::after, .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-active::after {
  display: none !important;
}
.ant-menu-light .ant-menu-item-selected {
  background-color: transparent !important;
  color: unset !important;
  text-transform: uppercase;
}

.ant-menu .ant-menu-item, .ant-menu .ant-menu-submenu,
.ant-menu-submenu-popup > .ant-menu .ant-menu-item,
.ant-menu-submenu-popup > .ant-menu .ant-menu-submenu {
  border-radius: 0;
}

.ant-float-btn-default {
  background-color: rgba(242, 242, 242, 0.5019607843);
  width: 42px;
  height: 42px;
  border-radius: 50px;
}

.ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
  width: 32px;
}
.ant-float-btn .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon svg {
  color: #DC1A22;
}

.ant-breadcrumb {
  font-size: 14px;
}
.ant-breadcrumb .ant-breadcrumb-link {
  color: #DC1A22;
}
.ant-breadcrumb .ant-breadcrumb-separator {
  color: #DC1A22;
}

.header {
  position: relative;
  width: 100%;
  height: 55px;
  background: #DC1A22;
  padding-inline-end: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.header #nav-buttons {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.header #toggle-menu {
  height: 35px;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 35px;
  height: 35px;
  padding: 6px 5px 6px 5px;
  border-radius: 23px;
  color: #FFFFFF;
}
.header .nav-menu {
  border: none;
  display: none;
}
.header .logo {
  z-index: 2;
  position: relative;
}
.header .logo.logo_mobile {
  padding-top: 25px;
}

.footer {
  background: #DC1A22;
  position: relative;
}
.footer_body {
  padding: 50px 30px;
}
.footer_links > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding: 10px 0;
  flex: 100%;
}
.footer_links .ant-space {
  width: 100%;
}
.footer_links .link-group-title {
  font-family: Poppins, san-serif;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  grid-row-start: 2 span;
}
.footer_links a {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #F6D4C6;
  text-transform: uppercase;
}
.footer_links div:has(> a + a) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  column-gap: 34px;
}
.footer_links .contact-info .ant-flex {
  display: inline-flex;
}
.footer_links .contact-info .link-group-title {
  text-align: center;
}
.footer_links .contact-info a {
  display: flex;
  align-items: center;
}
.footer #copyright {
  text-align: center;
  padding: 20px 0 0;
}
.footer #copyright span {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.93px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #F6D4C6;
}

#nav-drawer.ant-drawer-content {
  background: #FFFFFF;
}
#nav-drawer.ant-drawer-content .ant-drawer-header {
  border: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-header-title {
  justify-content: flex-end;
}
#nav-drawer.ant-drawer-content .ant-drawer-close {
  width: 35px;
  height: 35px;
  padding: 6px 5px 6px 5px;
  border-radius: 23px;
  background: transparent;
  border: none;
  box-shadow: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body {
  padding: 0 30px;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light {
  background-color: transparent;
  border: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu {
  border-bottom: 1px solid #DDDDDD;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:last-child, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu:last-child {
  border-bottom: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item .custom-expand-submenu-icon, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu .custom-expand-submenu-icon {
  color: #000000;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item .custom-expand-submenu-icon svg, #nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-submenu .custom-expand-submenu-icon svg {
  vertical-align: middle;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item {
  padding: 16px 0;
  height: 56px;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:has(.logo_desktop),
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:has(.get-brochure),
#nav-drawer.ant-drawer-content .ant-drawer-body .ant-menu-light .ant-menu-item:has(.partner-sign-in) {
  display: none;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .nav-menu_mobile .ant-menu-title-content {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #000000;
}
#nav-drawer.ant-drawer-content .ant-drawer-body .nav-menu_mobile .ant-menu-title-content svg {
  display: none;
}

@media only screen and (min-width: 450px) {
  .footer_links a {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 769px) {
  .header #toggle-menu {
    display: none;
  }
  .header #get-brochure-mobile {
    display: none;
  }
  .header .nav-menu {
    display: flex;
    flex: 1;
    background: transparent;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header .nav-menu .ant-menu-item:hover, .header .nav-menu .ant-menu-submenu:hover {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
  }
  .header .nav-menu .ant-menu-title-content {
    color: white;
    text-transform: uppercase;
    font-family: Poppins, san-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    vertical-align: middle;
  }
  .header .nav-menu .ant-menu-title-content svg {
    vertical-align: middle;
  }
  .header .nav-menu .ant-menu-item-selected a {
    color: #FBDFDF;
  }
  .header .nav-menu .ant-menu-item:has(.logo) {
    padding: 0;
    order: 1 !important;
    padding-inline-start: 20px;
  }
  .header .nav-menu .ant-menu-item:has(.get-brochure) .ant-menu-title-content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .ant-menu-sub .ant-menu-item, .ant-menu-sub .ant-menu-submenu {
    border-bottom: 1px solid #DDDDDD;
  }
  .ant-menu-sub .ant-menu-item:last-child, .ant-menu-sub .ant-menu-submenu:last-child {
    border-bottom: 0;
  }
  .ant-menu-sub .ant-menu-title-content {
    color: rgba(0, 0, 0, 0.6705882353);
    text-transform: uppercase;
    font-family: Poppins, san-serif;
    font-size: 14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    vertical-align: middle;
  }
  .ant-menu-sub .ant-menu-title-content svg {
    display: none;
  }
  .footer {
    height: auto;
    background: #DC1A22;
  }
  .footer_links {
    width: 80%;
    margin: auto !important;
  }
  .footer_links > div {
    padding: 10px 0 40px;
  }
  .footer .small-column {
    flex: 1 0 0;
  }
  .footer .medium-column {
    flex: 1 0 25%;
  }
  .footer .large-column {
    flex: 1 0 30%;
  }
  .footer .footer-menu {
    padding-top: 40px;
  }
  .footer .contact-info .ant-flex {
    gap: 10px !important;
    align-items: flex-start;
  }
  .footer .contact-info .social-icons {
    align-items: center;
  }
}
.headline {
  --side-padding: 20px;
}
.headline_banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.headline_header {
  padding: 20px var(--side-padding);
  top: 398px;
  gap: 0px;
  opacity: 0px;
  background: #FFFFFF;
}
.headline_header h1 {
  margin: 0;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 5%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
  text-transform: uppercase;
}
.headline .ant-breadcrumb {
  font-size: 12px;
}

.date-selector {
  background: #F5F5F5;
  padding: 15px 24px;
  border-radius: 10px;
  display: inline-flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.date-selector span {
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  background: #FFFFFF;
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #999999;
  padding: 2px 8px 2px 8px;
  cursor: pointer;
}
.date-selector .show-all-dates {
  font-family: Poppins, san-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
  display: inline-flex;
  gap: 5px;
  cursor: pointer;
}

.postcards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 20px;
}
.postcards .postcard {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.postcards .postcard img {
  width: 100%;
  height: 140px;
  gap: 0px;
  opacity: 0px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
  transform-origin: 50% 100%;
}
.postcards .postcard img:hover {
  transform: scale(1.2);
  width: 100%;
}
.postcards .postcard .details {
  padding: 5px;
  gap: 0px;
  border: 1px 0px 0px 0px;
  justify-content: space-between;
  align-items: center;
  opacity: 0px;
  background: transparent;
  display: flex;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.postcards .postcard .name {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #DC1A22;
}
.postcards .postcard .tour-count {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
  cursor: pointer;
}
.postcards .postcard .tour-count svg {
  vertical-align: middle;
}

#ribbon-section {
  background: #F7F4EB;
  margin-top: 100px;
}
#ribbon-section_header {
  height: 150px;
  text-align: center;
  position: relative;
  background-image: url("/iceholidays-assets/images/TSTRibbon.png");
  background-repeat: no-repeat;
}
#ribbon-section_header h1 {
  font-family: Poppins, san-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 67.5px;
  letter-spacing: 0.06em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FBDFDF;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 20px);
  margin: 0;
}

.pre-wrap {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.location-dropdown {
  margin: 10px;
}
.location-dropdown .location-filter {
  height: 46px;
  width: 100%;
}
.location-dropdown .location-filter .ant-select-selector {
  border-radius: 30px;
  border: none;
  background: #FFFFFF;
  padding: 0;
}
.location-dropdown .location-filter .ant-select-selection-wrap {
  padding: 3px 16px;
}
.location-dropdown .location-filter .ant-select-selection-item {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #DC1A22;
}
.location-dropdown .location-filter .ant-select-arrow {
  inset-inline-end: 20px;
  color: #DC1A22;
}
.location-dropdown.inverted .location-filter .ant-select-selector {
  background: #FFFFFF;
}
.location-dropdown.inverted .location-filter .ant-select-selection-item {
  color: #DC1A22;
}
.location-dropdown.inverted .location-filter .ant-select-arrow {
  color: #DC1A22;
}

.location-filter_option {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 5%;
  text-transform: uppercase;
}

.loader {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.legends {
  --legend-size: 10px;
  padding: 20px 0;
}
.legends .ant-badge.ant-badge-status .ant-badge-status-dot {
  width: var(--legend-size);
  height: var(--legend-size);
}
.legends .ant-badge.ant-badge-status .ant-badge-status-text {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.legends .guaranteed .ant-badge-status-dot {
  background-color: #DC1A22 !important;
}
.legends .almost-guaranteed .ant-badge-status-dot {
  background-color: #23D1C0 !important;
}

#listing-page_body {
  padding: 20px var(--side-padding);
}
#listing-page #tours .tour {
  flex-direction: column;
}
#listing-page #tours .tour_image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-clip: border-box;
  background-position: 50% 50%;
}
#listing-page #tours .tour_details {
  padding: 20px;
  background-color: #FFFFFF;
  height: 100%;
}
#listing-page #tours .tour_details .ant-space .ant-space-item:first-child {
  position: relative;
}
#listing-page #tours .tour_details_title {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  max-width: calc(100% - 30px);
  overflow-wrap: anywhere;
}
#listing-page #tours .tour_details_subtitle {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.4);
}
#listing-page #tours .tour_details_country {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#listing-page #tours .tour_details_code {
  color: #DC1A22;
  cursor: pointer;
}
#listing-page #tours .tour_details_country svg, #listing-page #tours .tour_details_code svg {
  vertical-align: middle;
}
#listing-page #tours .tour_details_info {
  position: absolute;
  right: 0;
  top: 0;
}
#listing-page #tours .tour_details_info svg {
  color: #DC1A22;
  cursor: pointer;
}
#listing-page #tours .tour_details_dates {
  padding: 12px 8px 17px 8px;
}
#listing-page #tours .tour_details_dates label {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #434039;
}
#listing-page #tours .tour_details_dates .date-selector {
  justify-content: center;
}
#listing-page #tours .tour_pricing {
  background-color: #DC1A22;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}
#listing-page #tours .tour_pricing_details {
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
#listing-page #tours .tour_pricing > .ant-space {
  height: 100%;
  width: 100%;
  justify-content: center;
}
#listing-page #tours .tour_pricing .ant-space-item {
  width: 100%;
}
#listing-page #tours .tour_pricing span {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#listing-page #tours .tour_pricing span.price {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  color: #FFFFFF;
}
#listing-page #tours .tour_pricing .select-tour {
  padding: 5px 27px 5px 27px;
  border-radius: 20px;
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
}
#listing-page #no-tours-found {
  font-family: Poppins, san-serif;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 12, 0.6);
}

.tour_details_description.ant-modal .ant-modal-title {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
}
.tour_details_description.ant-modal .ant-modal-body {
  overflow-y: auto;
  max-height: 500px;
}

.tour_details_itinerary.ant-modal #itinerary-file {
  max-height: 500px;
  overflow: auto;
}
.tour_details_itinerary.ant-modal .ant-modal-footer {
  text-align: center;
}

.tour_details_all_dates.ant-modal .ant-modal-title {
  padding-right: 30px;
}
.tour_details_all_dates.ant-modal .custom-modal-header-title {
  font-family: Poppins, san-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #434039;
}
.tour_details_all_dates.ant-modal .custom-modal-header-legends {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
}
.tour_details_all_dates.ant-modal .custom-modal-header-legends .legends {
  --legend-size: 10px;
  padding-top: 0;
  padding-bottom: 10px;
}
.tour_details_all_dates.ant-modal .custom-modal-header-legends .legends .ant-badge-status-dot {
  width: var(--legend-size);
  height: var(--legend-size);
}
.tour_details_all_dates.ant-modal .ant-modal-footer {
  text-align: center;
}
.tour_details_all_dates.ant-modal .ant-modal-footer .ant-btn {
  padding: 5px 27px 5px 27px;
  border-radius: 32px;
  background: #DC1A22;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 210px;
}
.tour_details_all_dates.ant-modal .ant-modal-footer .ant-btn:hover {
  color: #FFFFFF;
  background: #DC1A22;
  border-color: #DC1A22;
  outline: #DC1A22;
}

.departure-date {
  border-color: #999999;
}
.departure-date.guaranteed {
  border-color: #DC1A22;
}
.departure-date.almost-guaranteed {
  border-color: #23D1C0;
}
.departure-date.selected {
  color: rgb(249, 246, 243);
  background-color: #999999;
}
.departure-date.selected.guaranteed {
  background-color: #DC1A22;
}
.departure-date.selected.almost-guaranteed {
  background-color: #23D1C0;
}

#show-page_header h1 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  overflow-wrap: anywhere;
}
#show-page_header .tour_details {
  display: inline-flex;
  gap: 10px;
  opacity: 0.5;
}
#show-page_header .tour_details span {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page_subheader {
  padding: 20px var(--side-padding) 0;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-slide > div {
  padding: 0 5px;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-arrow {
  color: rgb(149, 148, 146);
}
#show-page .tour-date-selector [class~=slick-slider] .slick-arrow:hover {
  color: #DC1A22;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-prev {
  inset-inline-start: -35px;
}
#show-page .tour-date-selector [class~=slick-slider] .slick-next {
  inset-inline-end: -35px;
}
#show-page .tour-date-selector .date-box {
  background: #FFFFFF;
  border: 1px solid #999999;
  padding: 6px 13px 6px 13px;
  border-radius: 20px;
  border-width: 1px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-align: center;
}
#show-page .tour-date-selector .date-box.guaranteed {
  border-color: #DC1A22;
}
#show-page .tour-date-selector .date-box.almost-guaranteed {
  border-color: #23D1C0;
}
#show-page .tour-date-selector .date-box_date {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page .tour-date-selector .date-box span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  opacity: 50%;
}
#show-page .tour-date-selector .date-box_price {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page .tour-date-selector .date-box.selected {
  color: rgb(249, 246, 243);
  background-color: #999999;
}
#show-page .tour-date-selector .date-box.selected.guaranteed {
  background-color: #DC1A22;
}
#show-page .tour-date-selector .date-box.selected.almost-guaranteed {
  background-color: #23D1C0;
}
#show-page .tour-date-selector .date-box.selected .date-box_date, #show-page .tour-date-selector .date-box.selected .date-box_price {
  font-weight: 700;
}
#show-page_body {
  padding: 20px var(--side-padding);
  gap: 20px;
}
#show-page_body .details-container {
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
#show-page_body .details-container_header {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
}
#show-page_body .details-container_content #things-to-know {
  padding: 20px;
  border-radius: 5px;
  background: #F9F6F3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  text-align: center;
  gap: 20px;
}
#show-page_body .details-container_content #things-to-know .item {
  color: #DC1A22;
}
#show-page_body .details-container_content #things-to-know .item .icon {
  opacity: 0.8;
}
#show-page_body .details-container_content #things-to-know .item label {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page_body .details-container_content #things-to-know .item.guaranteed {
  color: #DC1A22;
}
#show-page_body .details-container_content #description {
  position: relative;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#show-page_body .details-container_content #description + button {
  margin-top: 10px;
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 5%;
  text-align: right;
  color: #DC1A22;
}
#show-page_body .details-container_content #description.collapsed {
  height: 300px;
  overflow: hidden;
}
#show-page_body .details-container_content #description.collapsed::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  width: 100%;
  height: 5em;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
#show-page_body .details-container_content #description.collapsed + button {
  margin-top: 0px;
}
#show-page_body .details-container_content .schedule {
  padding: 20px;
  gap: 32px;
  border-radius: 5px;
  background: #F9F6F3;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
#show-page_body .details-container_content .schedule .flight-date {
  width: 100%;
  text-align: left;
}
#show-page_body .details-container_content .schedule .flight-date svg {
  vertical-align: middle;
  margin-right: 12px;
}
#show-page_body .details-container_content .schedule .flight-date span {
  color: #ED434B;
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#show-page_body .details-container_content .schedule .flight-details {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
#show-page_body .details-container_content .schedule .flight-details label {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.8);
}
#show-page_body .details-container_content .schedule .flight-details img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
#show-page_body .details-container_content .schedule .flight-details span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.8);
}
#show-page_body .details-container_content .schedule .flight-time .from, #show-page_body .details-container_content .schedule .flight-time .to {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#show-page_body .details-container_content .schedule .flight-time label {
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgb(0, 0, 0);
}
#show-page_body .details-container_content .schedule .flight-time span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ED434B;
}
#show-page_body .details-container_content .schedule .flight-time .from {
  align-items: flex-end;
}
#show-page_body .details-container_content .schedule .flight-time .from span {
  text-align: right;
}
#show-page_body .details-container_content .schedule .flight-time .to {
  align-items: flex-start;
}
#show-page_body .details-container_content .schedule .flight-time .to span {
  text-align: left;
}
#show-page_body .details-container_content .schedule .flight-time_icon {
  width: 53px;
}
#show-page_body .details-container_content .schedule .flight-time_icon img {
  vertical-align: middle;
}
#show-page_body .details-container_content .schedule .flight-time_icon::before, #show-page_body .details-container_content .schedule .flight-time_icon::after {
  /* Styles kept */
  width: 25%;
  height: 1px;
  /* Changed to border-top (instead of border) to simulate a line better */
  border-top: 1px solid #ccc;
  /* Styles added */
  display: inline-block;
  content: "";
  /* Use padding to vertical align the line */
  /* Use padding in em for a responsive icon height */
  padding-top: 0.2em;
  /* Use margins to give the lines some spacement around the icon */
  /* Use margins in % for a responsive spacement */
  margin-left: 5%;
  margin-right: 5%;
}
#show-page_body .details-container_content .super-promo {
  background: #FBDFDF;
}
#show-page_body .details-container_content .promo1 {
  background: #F9F6F3;
}
#show-page_body .details-container_content .normal {
  background: #F5F5F5;
}
#show-page_body .details-container_content #pricing-table {
  display: none;
}
#show-page_body .details-container_content #pricing-list .ant-card .ant-card-body {
  padding: 10px 15px;
}
#show-page_body .details-container_content #pricing-list .pricing-header {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2%;
  text-align: center;
  color: #DC1A22;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#show-page_body .details-container_content #pricing-list .pricing-body .pricing {
  display: flex;
  justify-content: space-between;
  color: #545047;
}
#show-page_body .details-container_content #pricing-list .pricing-body .pricing .category {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 5%;
}
#show-page_body .details-container_content #pricing-list .pricing-body .pricing .price {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 5%;
  text-align: center;
}
#show-page_body .toggle_contact-agent {
  cursor: pointer;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  color: #DC1A22;
  background-color: #F9F9F9;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 5%;
  padding: 11px 15px 11px 15px;
  width: 135px;
  position: absolute;
  right: 0;
}
#show-page_body .contact-agent-sider {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 110px;
}
#show-page_body .contact-agent {
  height: auto;
  background: #FFFFFF;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: none;
}
#show-page_body .contact-agent_header {
  background-color: #F9F9F9;
  font-family: Poppins, san-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DC1A22;
  padding: 11px 15px 11px 15px;
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#show-page_body .contact-agent_content {
  padding: 10px 15px 15px 15px;
}
#show-page_body .contact-agent_content .ant-form-item {
  margin-bottom: 15px;
}
#show-page_body .contact-agent_content .ant-form-item:last-child {
  margin-bottom: 0;
}
#show-page_body .contact-agent_content .find-button {
  width: 100%;
}
#show-page_body .contact-agent_content .search-results {
  margin-top: 10px;
}
#show-page_body .contact-agent_content .search-results .agent-info .company {
  font-family: Poppins, san-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  min-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 180px;
  cursor: pointer;
}
#show-page_body .contact-agent_content .search-results .agent-info .contact-numbers {
  display: inline-flex;
  gap: 2px;
}
#show-page_body .show-contact-agent-mobile .toggle_contact-agent {
  display: none;
}
#show-page_body .show-contact-agent-mobile .contact-agent {
  display: block;
}

.agent-full-details .ant-modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.agent-full-details .ant-modal-title img {
  height: 120px;
  object-fit: cover;
}
.agent-full-details .ant-modal-title span {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
}
.agent-full-details .ant-modal-body {
  margin: 20px -24px;
  background: #FAFAFA;
  height: 100%;
}
.agent-full-details .ant-modal-body .ant-row {
  width: 100%;
  margin: 0 !important;
  padding: 20px;
}
.agent-full-details .ant-modal-body .ant-row label {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #836848;
}
.agent-full-details .ant-modal-body .ant-row span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #545047;
}

.contact-agents_body {
  margin: 20px var(--side-padding);
}
.contact-agents_body .find-agents_header {
  width: 50%;
  height: 45px;
  margin: auto;
  padding-top: 11px;
  padding-right: 32px;
  padding-bottom: 11px;
  padding-left: 32px;
  gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  background: #DC1A22;
  text-align: center;
}
.contact-agents_body .find-agents_header span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 5%;
  color: #FFFFFF;
}
.contact-agents_body .find-agents_form {
  border-radius: 20px;
  padding: 24px 30px;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
}
.contact-agents_body .find-agents_form .find-button {
  width: 100%;
}
.contact-agents_body .agents-list {
  margin: 40px 0;
}
.contact-agents_body .agents-list img {
  height: 265px;
  object-fit: contain;
}
.contact-agents_body .agents-list svg {
  vertical-align: middle;
  color: #000000;
  margin-right: 10px;
}
.contact-agents_body .agents-list span {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #959492;
}
.contact-agents_body .agents-list .ant-card-meta-title {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.contact-agents_body .agents-list .agent-details .ant-col {
  display: inline-flex;
  align-items: center;
}
.contact-agents_body .agents-list .agent-details .ant-col span:not(.agent-address) {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contact-agents_body .agents-list .more-info-button {
  width: 225px;
  margin: 20px auto 0;
  display: block;
  height: 53px;
  border-radius: 50px;
}
.contact-agents_body .agents-list .more-info-button span {
  color: #DC1A22;
}

#blog-show-page_body {
  margin: 20px var(--side-padding);
  padding: 32px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(225, 182, 91, 0.2);
}
#blog-show-page_body h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  margin-top: 0;
}
#blog-show-page_body img {
  object-fit: cover;
  height: auto;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.newsletter {
  background-color: #ED434B;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  --border-radius: 50px;
}
.newsletter h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
}
.newsletter .ant-input {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  background-color: #EFEFF6;
  padding: 10px 20px;
  height: 53px;
  width: 195px;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #B3B3B3;
  border: none;
}
.newsletter .ant-btn {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background: #FFFFFF;
  padding: 10px 20px;
  height: 53px;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #DC1A22;
}

.location-tabs {
  margin-bottom: 30px;
}
.location-tabs .ant-tabs > .ant-tabs-nav {
  display: none;
}
.location-tabs .country {
  position: relative;
  display: block;
}
.location-tabs .country-image {
  object-fit: cover;
  object-position: center;
}
.location-tabs .country .bottom-logo {
  display: none;
}

.about-us {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.about-us .section-header h2 {
  font-family: Poppins, san-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-us .section-header p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-us .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #000000;
}
.about-us .items label {
  font-family: Poppins, san-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.about-us .items p {
  font-family: Poppins, san-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.about-us .quality-policy {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.about-us .certificates img {
  margin: auto;
  width: 263px;
  height: 365px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1019607843);
}

.agent-full-contact-details .ant-modal-title img {
  width: auto;
  height: 50px;
}
.agent-full-contact-details .ant-modal-body h2 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}
.agent-full-contact-details .ant-modal-body .contact-details .ant-col {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.agent-full-contact-details .ant-modal-body .contact-details .ant-col svg {
  vertical-align: middle;
  color: #DC1A22;
}
.agent-full-contact-details .ant-modal-body .contact-details .ant-col span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 769px) {
  .headline {
    --side-padding: 10%;
  }
  .headline_banner {
    height: 352px;
  }
  .headline_header h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 67.5px;
    letter-spacing: 0.05em;
  }
  .postcards {
    grid-template-columns: repeat(3, 1fr);
  }
  .postcards .postcard img {
    height: 230px;
  }
  .postcards .postcard .name {
    font-size: 20px;
    line-height: 30px;
  }
  #listing-page_header > .ant-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #listing-page_header .location-filter.ant-select {
    line-height: 36px;
    width: 170px;
  }
  #listing-page_header .location-filter.ant-select .ant-select-selection-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  #listing-page #tours .tour {
    flex-direction: row;
  }
  #listing-page #tours .tour_image {
    height: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #listing-page #tours .tour_details_dates .date-selector {
    justify-content: unset;
  }
  #listing-page #tours .tour_pricing {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #listing-page #tours .tour_pricing_details {
    flex-direction: column;
    align-items: stretch;
  }
  #listing-page #tours .tour_pricing .ant-space-item {
    width: auto;
  }
  .tour_details_all_dates.ant-modal .ant-modal-header {
    margin-bottom: 18px;
  }
  .tour_details_all_dates.ant-modal .ant-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .tour_details_all_dates.ant-modal .custom-modal-header-legends .legends {
    padding: 0;
  }
  #show-page_header h1 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
  #show-page .tour-date-selector [class~=slick-slider] .slick-slide > div {
    padding: 0 5px;
  }
  #show-page .tour-date-selector [class~=slick-slider] .slick-prev {
    inset-inline-start: -40px;
  }
  #show-page .tour-date-selector [class~=slick-slider] .slick-next {
    inset-inline-end: -40px;
  }
  #show-page_body .toggle_contact-agent,
  #show-page_body .collapse-contact-agent {
    display: none;
  }
  #show-page_body .contact-agent-sider {
    position: relative;
    top: unset;
  }
  #show-page_body .contact-agent {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1490196078);
  }
  #show-page_body .details-container_content #things-to-know {
    grid-template-columns: repeat(5, 1fr);
  }
  #show-page_body .details-container_content .schedule {
    flex-direction: row;
  }
  #show-page_body .details-container_content .schedule .flight-date {
    width: auto;
  }
  #show-page_body .details-container_content #pricing-list {
    display: none;
  }
  #show-page_body .details-container_content #pricing-table {
    display: table;
    width: 100%;
    border-spacing: 5px 0;
  }
  #show-page_body .details-container_content #pricing-table .price-type {
    text-transform: capitalize;
  }
  #show-page_body .details-container_content #pricing-table th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Poppins, san-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DC1A22;
    padding: 10px 15px;
  }
  #show-page_body .details-container_content #pricing-table td {
    font-family: Poppins, san-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgb(84, 80, 71);
    padding: 15px;
    white-space: nowrap;
  }
  #show-page_body .details-container_content #pricing-table td:first-child {
    text-align: left;
    font-weight: 400;
  }
  #show-page_body .details-container_content #pricing-table tr:last-child td {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .agent-full-contact-details {
    width: 650px !important;
  }
  .contact-agents_body .find-agents_form {
    text-align: center;
  }
  .contact-agents_body .find-agents_form form {
    display: inline-flex;
    gap: 16px;
  }
  .contact-agents_body .find-agents_form .ant-form-item {
    margin-bottom: 0;
    text-align: left;
  }
  .contact-agents_body .agents-list .agent-details {
    height: 230px;
  }
  .contact-agents_body .agents-list .agent-details .agent-address {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .contact-agents_body .agents-list .more-info-button {
    width: 100%;
  }
  .agent-full-details {
    width: 800px !important;
  }
  .newsletter {
    flex-direction: row;
    justify-content: center;
    padding: 44px;
    gap: 35px;
  }
  .newsletter h1 {
    font-size: 25px;
  }
  .newsletter .ant-input {
    width: 260px;
  }
  .newsletter .ant-input,
  .newsletter .ant-btn {
    font-size: 20px;
  }
  .location-tabs {
    margin: auto;
    width: 80%;
  }
  .location-tabs .location-dropdown {
    display: none;
  }
  .location-tabs .ant-tabs .ant-tabs-content-holder {
    margin-top: -2px;
  }
  .location-tabs .ant-tabs > .ant-tabs-nav {
    display: flex !important;
    margin: 0;
  }
  .location-tabs .ant-tabs-nav {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1441px) {
  #ribbon-section_header {
    background-image: url("/iceholidays-assets/images/TST Ribbon@2x.png");
    height: 300px;
  }
}
@media only screen and (min-width: 2880px) {
  #ribbon-section_header {
    background-image: url("/iceholidays-assets/images/TST Ribbon@3x.png");
    height: 450px;
  }
}
#search-bar #search-bar-widget {
  width: 100%;
  padding: 16px;
  background: #FFFFFF;
  position: relative;
}
#search-bar #search-bar-widget .ant-picker {
  width: 100%;
}
#search-bar #search-bar-widget .ant-form-item {
  margin-bottom: 0;
}
#search-bar #search-bar-widget .ant-form-item .ant-form-item-label {
  padding-bottom: 3px;
}
#search-bar #search-bar-widget .ant-form-item .ant-form-item-label label {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#search-bar #search-bar-widget .search-button {
  width: 172px;
}
#search-bar #search-bar-widget .search-button span {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media only screen and (min-width: 769px) {
  #search-bar #search-bar-widget {
    width: auto;
    padding: 15px;
  }
  #search-bar #search-bar-widget .ant-space {
    flex-direction: unset;
    align-items: flex-end;
  }
  #search-bar #search-bar-widget .ant-form {
    display: inline-flex !important;
    gap: 7px;
    height: 100%;
    width: 100%;
  }
  #search-bar #search-bar-widget .ant-form-item {
    margin-bottom: 0;
  }
  #search-bar #search-bar-widget .search-button {
    width: auto;
    margin-bottom: 3px;
  }
}
.filter-title {
  font-family: Poppins, san-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #545047;
}

.filter-pill {
  padding: 6px 13px 6px 13px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #DC1A22;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(239, 93, 95, 0.631372549);
}
.filter-pill.default-filter {
  background: #FFFFFF;
}
.filter-pill span {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.filter-pill.selected {
  background: #DC1A22;
  color: #FFFFFF;
}
.filter-pill.disabled {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .filter-pill span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
}
.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body {
  margin: 0;
  background: #FFFFFF;
  font-family: Poppins, san-serif;
}

.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.nav-menu-home-label span {
  display: block;
}
.nav-menu-home-label svg {
  display: none;
}

.ant-menu-item:has(.partner-sign-in, .partner-sign-out) {
  padding: 0 !important;
}

.partner-sign-in {
  background: #FFFFFF;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  height: 100%;
}
.partner-sign-in span {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #DC1A22;
}
.partner-sign-in:hover {
  background: #FFFFFF !important;
}
.partner-sign-in#partner-sign-in-mobile {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 100px;
}
.partner-sign-in#partner-sign-in-mobile span {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.partner-sign-out {
  background: #FFFFFF;
  color: #000000;
  text-transform: capitalize;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.partner-sign-out span {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.partner-sign-out span.logout-icon {
  color: #DC1A22;
}
.partner-sign-out:hover {
  background: #FFFFFF !important;
}
.partner-sign-out#partner-sign-out-mobile {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 100px;
  font-size: 12px;
}
.partner-sign-out#partner-sign-out-mobile span {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.header .logo {
  background: white;
  border-bottom-right-radius: 55px;
  height: 100%;
}
.header .logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  padding: 10px 30px 10px 10px;
}

.footer .app-store img {
  box-sizing: border-box;
  width: 100%;
}

#search-bar {
  top: 55px;
  left: 0;
  position: absolute;
  width: 100%;
}
#search-bar img {
  display: none;
}
#search-bar #search-bar-widget {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
#search-bar #search-bar-widget .ant-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
#search-bar #search-bar-widget .ant-form .ant-row {
  display: block;
  width: 100%;
}
#search-bar #search-bar-widget .ant-picker .ant-picker-suffix,
#search-bar #search-bar-widget .ant-select-arrow svg {
  color: #DC1A22;
}
#search-bar #search-bar-widget .ant-picker,
#search-bar #search-bar-widget .ant-select-selector {
  border-radius: 32px;
}
#search-bar #search-bar-widget .ant-form-item {
  display: flex;
  flex: 1;
}
#search-bar #search-bar-widget .ant-form-item .ant-form-item-label {
  text-align: left;
}
#search-bar #search-bar-widget .ant-form-item .ant-form-item-label > label::after {
  content: "";
}
#search-bar #search-bar-widget .ant-flex:has(.search-button) {
  grid-column: span 2;
}

.headline_header {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 10px var(--side-padding);
  display: flex;
  flex-direction: column;
  margin-top: -30px;
}
.headline .location-dropdown {
  margin: 0;
}
.headline .location-dropdown .location-filter .ant-select-selection-wrap {
  padding: 0;
}
.headline .location-dropdown .location-filter .ant-select-selection-item {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 5%;
  vertical-align: middle;
  text-transform: uppercase;
}
.headline .ant-breadcrumb {
  padding: 10px 0 0;
}

#homepage {
  position: relative;
}
#homepage_banner {
  background-color: #DC1A22;
  padding: 23px 21px;
}
#homepage_banner [class~=ant-carousel] .slick-slide img {
  border-radius: 30px;
}
#homepage_banner [class~=ant-carousel] .slick-prev:hover,
#homepage_banner [class~=ant-carousel] .slick-next:hover {
  color: #FFFFFF;
}
#homepage_banner [class~=ant-carousel] .slick-prev:before,
#homepage_banner [class~=ant-carousel] .slick-next:before {
  content: "";
}
#homepage_banner [class~=ant-carousel] [class~=slick-dots] {
  bottom: 60px;
}
#homepage_banner [class~=ant-carousel] [class~=slick-dots] li button {
  background-color: #FFFFFF;
  border: none;
}
#homepage_banner [class~=ant-carousel] [class~=slick-dots] li.slick-active button {
  background-color: #DC1A22;
}
#homepage_banner .banner {
  height: 370px;
  width: 100%;
}
#homepage_banner #search-bar {
  position: relative;
  top: unset;
  margin-top: -30px;
}
#homepage #destinations-highlight {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #DC1A22;
  background-image: url("/iceholidays-assets/images/destinations-highlight-bg-mobile.png");
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: bottom;
  background-size: 100%;
}
#homepage #destinations-highlight_body h1 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
#homepage #destinations-highlight_body #destinations-slider .destination {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 10px 20px;
}
#homepage #destinations-highlight_body #destinations-slider .destination img {
  border: 6px solid #ED434B;
  box-shadow: 0px 0px 5px 0px #FB4D54;
  border-radius: 80px;
  object-fit: cover;
  width: 100%;
  height: 227px;
  max-width: 175px;
}
#homepage #destinations-highlight_body #destinations-slider .destination label {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}
#homepage #destinations-highlight_body #destinations-slider .slick-dots {
  bottom: -50px;
}
#homepage #destinations-highlight_body #destinations-slider .slick-dots li button:before {
  content: "○";
  opacity: 1;
  color: #FFFFFF;
  font-size: 40px;
}
#homepage #destinations-highlight_body #destinations-slider .slick-dots li.slick-active button:before {
  content: "●";
}
#homepage .location-tabs_header {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 24px;
}
#homepage .location-tabs_header img {
  width: 40px;
  height: 40px;
}
#homepage .location-tabs_header .title {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #DC1A22;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
#homepage .location-tabs_header .subtitle {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #525A64;
}
#homepage .location-tabs .country-image {
  width: 100%;
  height: 311px;
}
#homepage .location-tabs .country-name {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #FFFFFF;
  bottom: 50px;
  left: 50px;
  position: absolute;
}
#homepage .location-tabs .country-name .tour-count {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
#homepage .location-tabs .location-dropdown {
  margin: 0;
  margin-bottom: 24px;
}
#homepage #gd-classic {
  z-index: 1;
  position: relative;
  padding: 24px 14px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #EBEBEB;
}
#homepage #gd-classic .location-tabs .location-dropdown .location-filter .ant-select-selector {
  background: #DC1A22;
}
#homepage #gd-classic .location-tabs .location-dropdown .location-filter .ant-select-selection-item,
#homepage #gd-classic .location-tabs .location-dropdown .location-filter .ant-select-arrow {
  color: #FFFFFF;
}
#homepage #gd-indepth {
  padding-top: 64px;
  padding-right: 14px;
  padding-bottom: 24px;
  padding-left: 14px;
  gap: 24px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #DC1A22;
}
#homepage #gd-indepth .location-tabs_header .title, #homepage #gd-indepth .location-tabs_header .subtitle {
  color: #FFFFFF;
}
#homepage #gd-indepth .postcards .postcard .name, #homepage #gd-indepth .postcards .postcard .tour-count {
  color: #FFFFFF;
}
#homepage #whats-new {
  z-index: 1;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #EBEBEB;
}
#homepage #whats-new .ant-card {
  border-radius: 24px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1490196078);
}
#homepage #news-and-events {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #FFFFFF;
}
#homepage #news-and-events .ant-card {
  box-shadow: none;
}
#homepage #news-and-events .ant-card img {
  border-radius: 20px;
}
#homepage .section {
  position: relative;
  padding: 24px 14px;
}
#homepage .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
}
#homepage .section-header h1 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000000;
}
#homepage .section-header-button {
  padding: 12px;
  height: 48px;
  border-radius: 50px;
  justify-content: space-between;
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#homepage .section-body {
  display: inline-flex;
  overflow-x: auto;
  gap: 24px;
  margin-top: 20px;
  width: 100%;
  padding: 10px 5px;
}
#homepage .section-body .ant-card {
  min-width: 262px;
}
#homepage .section-body .ant-card img {
  height: 175px;
  object-fit: cover;
}
#homepage .section-body .ant-card .ant-card-body {
  padding: 16px;
}
#homepage .section-body .ant-card .ant-card-meta-title {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #525A64;
  white-space: normal;
}
#homepage .section-body .ant-card .ant-card-meta-description {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #525A64;
}
#homepage .section-body .ant-card .ant-card-meta-description svg {
  color: #DC1A22;
}
#homepage .section-body .ant-card .ant-card-meta-description a {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #DC1A22;
}

.country-filter_option {
  font-family: Poppins, san-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}

* {
  --side-padding: 20px;
}

#listing-page_body h1 {
  margin-bottom: 0;
}
#listing-page #tours .tour_pricing span {
  color: #FFFFFF;
}

#show-page_header h1 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  text-transform: none;
}
#show-page_header .tour_details {
  align-items: center;
  opacity: 1;
}
#show-page_header .tour_details span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 5%;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
}
#show-page_header .tour_details_category {
  color: #DC1A22 !important;
}
#show-page_subheader h1 {
  margin: 0;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.gd-series-tour-page .headline_header,
.footer-links-page .headline_header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  margin: 0;
  height: auto;
}
.gd-series-tour-page .headline_header .title,
.footer-links-page .headline_header .title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #DC1A22;
}
.gd-series-tour-page .headline_header .title img,
.footer-links-page .headline_header .title img {
  width: 40px;
  height: 40px;
}
.gd-series-tour-page .headline_header .ant-breadcrumb a,
.footer-links-page .headline_header .ant-breadcrumb a {
  color: #DC1A22;
}
.gd-series-tour-page .headline_header .ant-breadcrumb .ant-breadcrumb-link,
.footer-links-page .headline_header .ant-breadcrumb .ant-breadcrumb-link {
  text-transform: capitalize;
}
.gd-series-tour-page_body,
.footer-links-page_body {
  padding: 20px var(--side-padding);
}
.gd-series-tour-page_body .postcards .postcard img,
.footer-links-page_body .postcards .postcard img {
  border-radius: 25px;
  height: 170px;
  object-position: center;
}
.gd-series-tour-page_body .ad img,
.footer-links-page_body .ad img {
  width: 100%;
  margin-bottom: 24px;
}
.gd-series-tour-page#gd-classic .introduction_header h1,
.footer-links-page#gd-classic .introduction_header h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
}
.gd-series-tour-page#gd-classic .introduction_body,
.footer-links-page#gd-classic .introduction_body {
  margin-bottom: 20px;
}
.gd-series-tour-page#gd-classic .postcards,
.footer-links-page#gd-classic .postcards {
  padding: 0;
}
.gd-series-tour-page#g-trip .headline_header .title img,
.footer-links-page#g-trip .headline_header .title img {
  width: auto;
  height: auto;
}
.gd-series-tour-page#g-trip hr,
.footer-links-page#g-trip hr {
  border: 1px solid #CCCCCC;
}
.gd-series-tour-page#g-trip #trips,
.footer-links-page#g-trip #trips {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gd-series-tour-page#g-trip #trips .trip-card,
.footer-links-page#g-trip #trips .trip-card {
  border-radius: 20px;
  padding: 10px;
  gap: 24px;
  background: #FFFFFF;
  width: 100%;
  flex-direction: column;
}
.gd-series-tour-page#g-trip #trips .trip-card_image img,
.footer-links-page#g-trip #trips .trip-card_image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}
.gd-series-tour-page#g-trip #trips .trip-card_details,
.footer-links-page#g-trip #trips .trip-card_details {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gd-series-tour-page#g-trip #trips .trip-card_name,
.footer-links-page#g-trip #trips .trip-card_name {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background-color: #DC1A22;
  padding: 8px 16px;
  border-radius: 32px;
}
.gd-series-tour-page#g-trip #trips .trip-card_date,
.footer-links-page#g-trip #trips .trip-card_date {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 3%;
  color: #000000;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table,
.footer-links-page#g-trip #trips .trip-card_tours table {
  width: 100%;
  border-collapse: collapse;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table thead,
.footer-links-page#g-trip #trips .trip-card_tours table thead {
  background: #F0F0F0;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table thead th,
.footer-links-page#g-trip #trips .trip-card_tours table thead th {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  padding: 4px 8px;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table thead th:first-child,
.footer-links-page#g-trip #trips .trip-card_tours table thead th:first-child {
  text-align: left;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table tbody td,
.footer-links-page#g-trip #trips .trip-card_tours table tbody td {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  padding: 16px 8px;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table tbody td:first-child,
.footer-links-page#g-trip #trips .trip-card_tours table tbody td:first-child {
  text-align: left;
}
.gd-series-tour-page#g-trip #trips .trip-card_tours table tbody td svg,
.footer-links-page#g-trip #trips .trip-card_tours table tbody td svg {
  color: #DC1A22;
}
.gd-series-tour-page#g-trip #trips .trip-card .ant-space,
.footer-links-page#g-trip #trips .trip-card .ant-space {
  width: 100%;
}

.footer-links-show-page_body,
.gd-series-tour-show-page_body {
  margin: 20px var(--side-padding);
  background: #FFFFFF;
  border-radius: 20px;
}

#gd-posts.gd-series-tour-page .headline_header .title img {
  width: auto;
}
#gd-posts-show .gd-series-tour-show-page_body {
  padding: 40px 12px;
}

#gd-domestic-show .gd-series-tour-show-page_body {
  padding: 10px 10px 20px 10px;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_image img {
  border-radius: 20px;
  height: 190px;
  width: 100%;
  object-fit: cover;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_date {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #000000;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_heading {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_heading span {
  display: block;
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #000000;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row .tour-program-name {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  display: block;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row .tour-program-date {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #666666;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row .tour-program-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row .tour-program-code span {
  display: block;
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: bottom;
  color: #666666;
}
#gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row .tour-program-code .download-icon {
  height: 40px;
}

.mice-page .headline_header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  margin: 0;
  height: auto;
}
.mice-page .headline_header .title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #DC1A22;
}
.mice-page .headline_header .title img {
  width: auto;
  height: auto;
}
.mice-page_body {
  margin: 20px var(--side-padding);
  background: #FFFFFF;
  padding: 24px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mice-page_body-about {
  gap: 24px;
}
.mice-page_body-about #header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mice-page_body-about #header h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #000000;
  margin: 0;
}
.mice-page_body-about #header span {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: right;
  color: #979797;
  display: block;
  margin-top: 10px;
}
.mice-page_body-about #header-image img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.mice-page_body-about #article p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000000;
}
.mice-page_body-forms #header h1 {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #000000;
  margin: 0;
}
.mice-page_body-forms #header p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #959492;
}
.mice-page_body-forms .mice-form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mice-page_body-forms .mice-form-group > label {
  font-family: Poppins, san-serif;
  font-weight: Poppins, san-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #DC1A22;
}
.mice-page_body-forms .mice-form-group .ant-form-item-label {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(0, 0, 0, 0.8);
}
.mice-page_body-forms .mice-form-group .ant-picker {
  width: 100%;
}

#news-blogs .gd-series-tour-page_body .ant-tabs > .ant-tabs-nav {
  display: flex !important;
  margin: 0;
}
#news-blogs .gd-series-tour-page_body .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list {
  flex: 1;
}
#news-blogs .gd-series-tour-page_body .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-top-width: 4px;
  border: none;
  justify-content: center;
  margin: 0;
  width: 50%;
  height: 50px;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  background: #DC1A22;
  color: #FFFFFF;
}
#news-blogs .gd-series-tour-page_body .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active {
  background: #FFFFFF;
  border-top: 4px solid #DC1A22;
}
#news-blogs .gd-series-tour-page_body .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #DC1A22;
}
#news-blogs .gd-series-tour-page_body .ant-tabs-content-holder {
  background: #FFFFFF;
}
#news-blogs .gd-series-tour-page_body .blogs {
  display: grid;
  gap: 20px;
  padding: 32px;
}
#news-blogs .gd-series-tour-page_body .blogs .blog {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#news-blogs .gd-series-tour-page_body .blogs .blog img {
  width: 100%;
  height: 257px;
  border-radius: 25px;
  object-fit: cover;
}
#news-blogs .gd-series-tour-page_body .blogs .blog .details {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#news-blogs .gd-series-tour-page_body .blogs .blog .details .date {
  font-family: Poppins, san-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #959492;
}
#news-blogs .gd-series-tour-page_body .blogs .blog .details .title {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000000;
}
#news-blogs-show .gd-series-tour-show-page_body {
  padding: 32px 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#gallery-show .gd-series-tour-page_body .gallery {
  padding: 32px 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
#gallery-show .gd-series-tour-page_body .gallery .ant-image-img {
  border-radius: 25px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#partner-signin-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-top: 24px;
  padding-right: 10px;
  padding-bottom: 24px;
  padding-left: 10px;
  border-radius: 20px;
  background: #FFFFFF;
}
#partner-signin-form .ant-form > label {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #DC1A22;
  margin-bottom: 8px;
  display: block;
}
#partner-signin-form .ant-form .ant-form-item-label label {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000000;
}
#partner-signin-form .ant-form #forgot-password {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #DC1A22;
  margin-bottom: 16px;
  cursor: pointer;
}
#partner-signin-form .ant-form .ant-btn {
  padding: 16px 40px;
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
#partner-signin-form #download-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
#partner-signin-form #download-options h2 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #DC1A22;
}
#partner-signin-form #download-options p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
#partner-signin-form #download-options #qr {
  width: 120px;
  height: 120px;
}
#partner-signin-form #download-options small {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #B3B3B3;
}
#partner-signin-form #download-options .ant-space img {
  width: 135px;
}

.forgot_password_modal .ant-modal-content {
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 40px;
  padding-left: 32px;
}
.forgot_password_modal .ant-modal-content .ant-modal-title h2 {
  margin: 0;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #DC1A22;
}
.forgot_password_modal .ant-modal-content .ant-modal-title p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000000;
}
.forgot_password_modal .ant-modal-content .forgot-password-form {
  margin: 24px 0 0;
}

.more-page .headline_header {
  margin: 0;
  padding-top: 20px;
  background: transparent;
}
.more-page .headline_header h1 {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: none;
}
.more-page .headline_header .title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #DC1A22;
}
.more-page_body {
  margin: 20px var(--side-padding);
  background: #FFFFFF;
  border-radius: 20px;
}
.more-page_content {
  padding: 40px 10px;
}

#about-us-page #introduction img {
  width: 42.96px;
  height: 40px;
}
#about-us-page #introduction h1 {
  font-family: Poppins, san-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#about-us-page #article {
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 64px;
}
#about-us-page #article img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#about-us-page #article h1 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #000000;
}
#about-us-page #article p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #000000;
}
#about-us-page .about-us .certificates .ant-col {
  text-align: center;
}

#contact-us-page .ant-space {
  width: 100%;
}
#contact-us-page #contact-us-note p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
}
#contact-us-page #contact-us-note a {
  text-decoration: underline;
}
#contact-us-page h2 {
  color: #DC1A22;
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
#contact-us-page h3 {
  color: #DC1A22;
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
}
#contact-us-page hr {
  border: 1px solid #DDDDDD;
}
#contact-us-page #contact-us-form_header {
  margin-bottom: 24px;
}
#contact-us-page #contact-us-form .ant-form-item .ant-form-item-label > label {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 5%;
  color: rgba(0, 0, 0, 0.8);
}

#about-gd-flight-page .headline_header img {
  height: 42px;
}
#about-gd-flight-page .more-page_content {
  padding: 40px;
}
#about-gd-flight-page .more-page_content .notice {
  text-align: center;
}
#about-gd-flight-page .more-page_content .notice_text h2 {
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #000000;
}
#about-gd-flight-page .more-page_content .notice_text p {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #000000;
}
#about-gd-flight-page .more-page_content .notice_button .back-to-home-button {
  padding: 16px 40px;
  font-family: Poppins, san-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

#news-blogs-show .title {
  text-transform: capitalize;
}

.new-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.new-posts .ant-card {
  border-radius: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.new-posts .ant-card-cover {
  margin: 0;
}
.new-posts .ant-card-cover img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.new-posts .ant-card-meta-title {
  font-family: Poppins, san-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0px;
  white-space: normal;
  color: #525A64;
}
.new-posts .ant-card-body {
  background-color: #FFFFFF;
  border-radius: 0 0 40px 40px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 18px;
  padding-left: 15px;
}
.new-posts .ant-card-body .summary {
  font-family: Poppins, san-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #525A64;
}
.new-posts .ant-card-body svg {
  color: #DC1A22;
}

.image-container .image {
  max-width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
  * {
    --side-padding: 10%;
  }
  #homepage_banner .banner {
    height: 762px;
  }
  .red-bg, .grey-bg {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .nav-menu-home-label span {
    display: none;
  }
  .nav-menu-home-label svg {
    display: block;
  }
  .header {
    height: 83px;
  }
  .header .logo {
    background: unset;
  }
  .header .logo img {
    width: 256px;
    height: 100%;
    padding: unset;
  }
  .header .nav-menu {
    min-width: 80%;
  }
  .header .nav-menu .ant-menu-item, .header .nav-menu .ant-menu-submenu {
    padding-inline: 10px;
  }
  .header .ant-menu-submenu .ant-menu-title-content > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .header #partner-sign-in-mobile,
  .header #partner-sign-out-mobile {
    display: none;
  }
  .ant-menu-submenu-popup {
    top: 75px !important;
  }
  .ant-menu-submenu-popup .ant-menu {
    border-radius: 0;
  }
  .ant-menu-submenu-popup #partner-sign-out-menu {
    padding: 0 15px;
  }
  .ant-menu-submenu-popup #partner-sign-out-menu svg {
    display: block;
  }
  .footer .ant-space {
    flex-direction: column;
  }
  #search-bar #search-bar-widget {
    padding: 24px 30px;
    border-radius: 100px;
  }
  #search-bar #search-bar-widget .ant-form .ant-row {
    display: flex;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    padding: 12px 16px;
    flex: 1;
  }
  #search-bar #search-bar-widget .ant-picker,
  #search-bar #search-bar-widget .ant-select-selector {
    border: none;
  }
  #search-bar #search-bar-widget .ant-select-arrow svg {
    width: 25px !important;
    height: 25px !important;
  }
  #search-bar #search-bar-widget .ant-select-outlined:focus-within,
  #search-bar #search-bar-widget .ant-select-outlined:focus-visible,
  #search-bar #search-bar-widget .ant-picker-outlined:focus-within,
  #search-bar #search-bar-widget .ant-picker-outlined:focus-visible,
  #search-bar #search-bar-widget .ant-select-outlined:focus,
  #search-bar #search-bar-widget .ant-picker-outlined:focus {
    box-shadow: none;
    outline: none;
  }
  #search-bar #search-bar-widget .ant-form-item .ant-form-item-label label,
  #search-bar #search-bar-widget .ant-picker .ant-picker-input > input,
  #search-bar #search-bar-widget .ant-select-selection-item,
  #search-bar #search-bar-widget .ant-select-selection-placeholder {
    font-size: 18px;
  }
  #search-bar #search-bar-widget .ant-form-item .ant-form-item-label label {
    font-weight: 600;
  }
  #search-bar #search-bar-widget .ant-flex:has(.search-button) {
    grid-column: unset;
  }
  #search-bar #search-bar-widget .search-button {
    height: 100%;
    border-radius: 50px;
    width: 205px;
  }
  #search-bar #search-bar-widget .search-button span {
    font-size: 14px;
  }
  .headline_header {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    height: 75px;
  }
  .headline .ant-breadcrumb {
    padding: 0;
  }
  #homepage {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  #homepage_banner [class~=ant-carousel] [class~=slick-dots] {
    text-align: right;
    width: max-content;
    background: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px 15px;
    height: 35px;
    right: 0;
    left: calc(100% - 40px);
    transform: translateX(-50%);
    bottom: 100px;
  }
  #homepage #destinations-highlight {
    padding-top: 10px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-image: url("/iceholidays-assets/images/destinations-highlight-bg-desktop.png");
    background-repeat: no-repeat;
    background-position-y: -110px;
    background-position-x: center;
    background-size: 80%;
    background-blend-mode: multiply;
  }
  #homepage #destinations-highlight_body {
    max-width: 90%;
    margin: auto;
  }
  #homepage #destinations-highlight_body h1 {
    font-size: 36px;
    flex-direction: row;
    justify-content: flex-start;
    margin: 30px;
  }
  #homepage #destinations-highlight_body h1 svg {
    width: 43px !important;
    height: 43px !important;
  }
  #homepage .location-tabs_header {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 54px;
    margin-bottom: 60px;
  }
  #homepage .location-tabs_header .title {
    font-size: 36px;
  }
  #homepage .location-tabs_header .subtitle {
    font-size: 20px;
    max-width: 525px;
  }
  #homepage .location-tabs .country-image {
    height: 355px;
  }
  #homepage .location-tabs .country-name {
    font-size: 36px;
    top: 100px;
    left: 100px;
  }
  #homepage .location-tabs .country-name .tour-count {
    font-size: 28px;
  }
  #homepage .location-tabs .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-width: 4px;
    border: none;
    justify-content: center;
    margin: 0;
    width: 180px;
    height: 50px;
    font-family: Poppins, san-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: capitalize;
  }
  #homepage .location-tabs .sub-locations {
    padding: 24px;
  }
  #homepage #gd-classic, #homepage #gd-indepth {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  #homepage #gd-classic {
    padding: 80px 0;
  }
  #homepage #gd-classic .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
    background: #DC1A22;
    color: #FFFFFF;
  }
  #homepage #gd-classic .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active {
    background: #FFFFFF;
    border-top: 4px solid #DC1A22;
  }
  #homepage #gd-classic .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #DC1A22;
  }
  #homepage #gd-indepth {
    margin-top: -80px;
    padding-top: 160px;
  }
  #homepage #gd-indepth .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
    justify-content: center;
  }
  #homepage #gd-indepth .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab {
    background: #ED434B;
    color: #FFFFFF;
  }
  #homepage #gd-indepth .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active {
    background: #FFFFFF;
    border-top: 4px solid #ED434B;
  }
  #homepage #gd-indepth .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #ED434B;
  }
  #homepage .postcards .postcard .details {
    padding: 10px 20px;
  }
  #homepage .section {
    padding: 40px var(--side-padding);
  }
  #homepage .section-header h1 {
    font-size: 42px;
  }
  #homepage .section-header-button {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-size: 14px;
  }
  #homepage #whats-new .ant-card img {
    height: 262px;
  }
  #homepage #whats-new .ant-card .ant-card-meta-title {
    font-size: 16px;
  }
  #homepage #whats-new .ant-card .ant-card-meta-description {
    font-size: 13px;
  }
  #homepage #news-and-events .section-body {
    flex-flow: row wrap;
  }
  #homepage #news-and-events .ant-card {
    display: flex;
    flex: 0;
    flex-basis: calc(50% - 12px);
  }
  #homepage #news-and-events .ant-card img {
    border: 1px solid #D9D9D9;
    height: 190px;
    width: 268px;
  }
  #homepage #news-and-events .ant-card .ant-card-meta {
    height: 100%;
    align-items: center;
  }
  #homepage #news-and-events .ant-card .ant-card-meta-description .ant-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #listing-page #tours .tour {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1490196078);
    border-radius: 20px;
  }
  #show-page_header h1 {
    font-size: 40px;
  }
  #show-page_subheader {
    padding-top: 40px;
  }
  #show-page_subheader h1 {
    font-size: 30px;
  }
  .gd-series-tour-page .headline_header {
    flex-direction: row;
    padding-top: 20px;
  }
  .gd-series-tour-page#g-trip #trips .trip-card {
    gap: 40px;
    padding: 40px;
    flex-direction: row;
  }
  .gd-series-tour-page#g-trip #trips .trip-card_image img {
    height: 330px;
    max-width: 500px;
  }
  .gd-series-tour-page#g-trip #trips .trip-card_details {
    gap: 16px;
  }
  .mice-page_body {
    padding: 24px;
  }
  .mice-page_body #header {
    flex-direction: row;
    align-items: center;
  }
  .mice-page_body #header h1 {
    font-size: 40px;
  }
  #gd-domestic-show .gd-series-tour-show-page_body {
    padding: 32px;
  }
  #gd-domestic-show .gd-series-tour-show-page_body .brochure-card_image img {
    height: 600px;
  }
  #gd-domestic-show .gd-series-tour-show-page_body .brochure-card_details {
    gap: 12px;
  }
  #gd-domestic-show .gd-series-tour-show-page_body .brochure-card_date {
    text-align: center;
  }
  #gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body {
    gap: 12px;
  }
  #gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row {
    flex-direction: row;
    justify-content: space-between;
  }
  #gd-domestic-show .gd-series-tour-show-page_body .brochure-card_tours_table_body_row .tour-program-code .download-icon {
    margin: 0 32px;
  }
  #news-blogs .gd-series-tour-page_body .blogs {
    grid-template-columns: repeat(3, 1fr);
  }
  #gallery-show .gd-series-tour-page_body .gallery {
    padding: 32px;
    grid-template-columns: repeat(4, 1fr);
  }
  #partner-signin-form {
    width: 600px;
    margin: auto;
  }
  #partner-signin-form #download-options {
    flex-direction: row;
    justify-content: space-between;
  }
  .more-page .headline_header h1 {
    font-size: 36px;
  }
  .more-page_content {
    padding: 40px;
  }
  #about-us-page #article {
    flex-direction: row;
  }
  #about-us-page #article_text {
    max-width: 50%;
  }
  #about-us-page .about-us .certificates {
    justify-content: flex-start;
  }
  #contact-agents-page .headline_banner {
    background-position: center 30%;
  }
  .contact-agents_body .find-agents_form form {
    width: 100%;
  }
  .contact-agents_body .find-agents_form .ant-form-item {
    flex: 1;
  }
  .contact-agents_body .find-agents_form .ant-flex:has(.find-button) {
    flex-basis: 20%;
  }
  .contact-agents_body .find-agents_form .find-button {
    height: 100%;
    border-radius: 50px;
  }
  .new-posts {
    grid-template-columns: repeat(4, 1fr);
  }
  .new-posts .ant-card-cover img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer-links-page .headline_header {
    flex-direction: row;
    padding-top: 20px;
  }
}
