/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string  $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/* Quick Positioning */
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-gray-92, etc: */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  margin-right: 8px;
  padding: 4px 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0f4374;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  border: 2px solid #0f4374;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
}

.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #0f4374;
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
}

.SingleDatePickerInput__withBorder {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}

.SingleDatePickerInput_clearDate {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 10px 0 5px;
  padding: 10px;
  color: inherit;
  font: inherit;
  line-height: normal;
  border: 0;
  background: 0 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  border-radius: 50%;
  background: #dbdbdb;
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  width: 15px;
  height: 12px;
  vertical-align: middle;
  fill: #82888a;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  display: inline-block;
  margin: 0 5px 0 10px;
  padding: 10px;
  color: inherit;
  font: inherit;
  line-height: normal;
  vertical-align: middle;
  border: 0;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
}

.SingleDatePickerInput_calendarIcon_svg {
  width: 14px;
  height: 15px;
  vertical-align: middle;
  fill: #82888a;
}

.SingleDatePicker {
  position: relative;
  display: inline-block;
}

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker_picker {
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

.SingleDatePicker_picker__portal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.SingleDatePicker_closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 15px;
  color: inherit;
  font: inherit;
  line-height: normal;
  border: 0;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton_svg {
  width: 15px;
  height: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_buttonReset {
  padding: 0;
  color: inherit;
  font: inherit;
  font-size: 14px;
  line-height: normal;
  border: 0;
  border-radius: 0;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  position: absolute;
  z-index: 2;
  width: 33px;
  height: 26px;
}

.DayPickerKeyboardShortcuts_show::before {
  position: absolute;
  content: "";
  display: block;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  bottom: 0;
  right: 0;
  border-top: 26px solid transparent;
  border-right: 33px solid #0f4374;
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #0f4374 -variant;
}

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts_show__topRight::before {
  top: 0;
  right: 0;
  border-right: 33px solid #0f4374;
  border-bottom: 26px solid transparent;
}

.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #0f4374 -variant;
}

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts_show__topLeft::before {
  top: 0;
  left: 0;
  border-bottom: 26px solid transparent;
  border-left: 33px solid #0f4374;
}

.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #0f4374 -variant;
}

.DayPickerKeyboardShortcuts_showSpan {
  position: absolute;
  color: #fff;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}

.DayPickerKeyboardShortcuts_panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 33px;
  padding: 22px;
  text-align: left;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  background: #fff;
  overflow: auto;
}

.DayPickerKeyboardShortcuts_title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.DayPickerKeyboardShortcuts_list {
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
}

.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_closeSvg {
  width: 15px;
  height: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}

.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  color: #484848;
  border: 1px solid #e4e7e7;
  background: #fff;
}

.CalendarDay__default:hover {
  color: inherit;
  border: 1px solid #e4e7e7;
  background: #e4e7e7;
}

.CalendarDay__hovered_offset {
  color: inherit;
  border: 1px double #e4e7e7;
  background: #f4f5f5;
}

.CalendarDay__outside {
  color: #484848;
  border: 0;
  background: #fff;
}

.CalendarDay__outside:hover {
  border: 0;
}

.CalendarDay__blocked_minimum_nights {
  color: #cacccd;
  border: 1px solid #eceeee;
  background: #fff;
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  color: #cacccd;
  background: #fff;
}

.CalendarDay__highlighted_calendar {
  color: #484848;
  background: #ffe8bc;
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  color: #484848;
  background: #ffce71;
}

.CalendarDay__selected_span {
  color: #fff;
  border: 1px double #9fa9b7;
  background: #041a2f;
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  color: #fff;
  border: 1px double #9fa9b7;
  background: #041a2f;
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  color: #fff;
  border: 1px double #0f4374;
  background: #0f4374;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  color: #fff;
  border: 1px double #9fa9b7;
  background: #041a2f;
}

.CalendarDay__hovered_span:active {
  color: #fff;
  border: 1px double #9fa9b7;
  background: #041a2f;
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  color: #82888a;
  border: 1px solid #cacccd;
  background: #cacccd;
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  color: #cacccd;
  border: 1px solid #e4e7e7;
  background: #fff;
}

.CalendarDay__hovered_start_first_possible_end {
  border: 1px double #eceeee;
  background: #eceeee;
}

.CalendarDay__hovered_start_blocked_min_nights {
  border: 1px double #e4e7e7;
  background: #eceeee;
}

.CalendarMonth {
  text-align: center;
  vertical-align: top;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}

.CalendarMonth_caption {
  padding-top: 22px;
  padding-bottom: 37px;
  color: #484848;
  font-size: 18px;
  text-align: center;
  caption-side: initial;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}

.CalendarMonthGrid {
  z-index: 0;
  text-align: left;
  background: #fff;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  min-height: 100%;
  vertical-align: top;
}

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}

.DayPickerNavigation {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation__horizontal {
  height: 0;
}

.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}

.DayPickerNavigation__verticalDefault {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
}

.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}

.DayPickerNavigation__bottom {
  height: auto;
}

.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.DayPickerNavigation_button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPickerNavigation_button__default {
  color: #757575;
  border: 1px solid #e4e7e7;
  background-color: #fff;
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}

.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__disabled {
  border: 1px solid #f2f2f2;
  cursor: default;
}

.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}

.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  padding: 6px 9px;
  line-height: 0.78;
  border-radius: 3px;
}

.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}

.DayPickerNavigation_button__verticalDefault {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  padding: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  display: block;
  width: 19px;
  height: 19px;
  fill: #82888a;
}

.DayPickerNavigation_svg__vertical {
  width: 42px;
  height: 42px;
  fill: #484848;
}

.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}

.DayPicker {
  position: relative;
  text-align: left;
  background: #fff;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.DayPicker_portal__horizontal {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: none;
}

.DayPicker_portal__vertical {
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  position: absolute;
  top: 62px;
  z-index: 2;
  color: #757575;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  left: 0;
  display: table-row;
  width: 100%;
  margin-left: 0;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
}

.DayPicker_weekHeader_ul {
  margin: 1px 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  list-style: none;
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

.DayPicker_transitionContainer {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

.DayPicker_transitionContainer__verticalScrollable {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding-top: 20px;
  overflow-y: scroll;
}

.DateInput {
  position: relative;
  display: block;
  align-items: flex-end;
  margin: 0;
  margin-right: 6px;
  padding: 0;
}
@media (max-width: 61.98rem) {
  .DateInput {
    width: 50%;
  }
}
.DateRangePickerInput_arrow + .DateInput {
  margin-right: 0;
  margin-left: 6px;
}

.DateInput__small {
  width: 97px;
}

.DateInput__block {
  width: 100%;
}

.DateInput__disabled {
  color: #dbdbdb;
  background: #f2f2f2;
}

.DateInput_input {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #000;
  background: none;
}
@media (max-width: 61.98rem) {
  .DateInput_input {
    font-size: 1.125rem !important;
    border: none !important;
    background: #f0f0f0 !important;
  }
}

.DateInput_input__small {
  padding: 7px 7px 5px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.DateInput_input__regular {
  font-weight: auto;
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DateInput_input__focused {
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #0f4374 -variant;
  border-left: 0;
  outline: 0;
}

.DateInput_input__disabled {
  font-style: italic;
}

.DateInput_screenReaderMessage {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.DateInput_fang {
  position: absolute;
  left: 22px;
  z-index: 2;
  width: 20px;
  height: 10px;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  fill: transparent;
  stroke: #dbdbdb;
}

.DateRangePickerInput {
  display: flex;
  background-color: none;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  color: #484848;
  vertical-align: middle;
}

.DateRangePickerInput_arrow_svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  fill: #484848;
}

.DateRangePickerInput_clearDates {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 10px 0 5px;
  padding: 10px;
  color: inherit;
  font: inherit;
  line-height: normal;
  border: 0;
  background: 0 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  border-radius: 50%;
  background: #dbdbdb;
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  width: 15px;
  height: 12px;
  vertical-align: middle;
  fill: #82888a;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  display: inline-block;
  margin: 0 5px 0 10px;
  padding: 10px;
  color: inherit;
  font: inherit;
  line-height: normal;
  vertical-align: middle;
  border: 0;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
}

.DateRangePickerInput_calendarIcon_svg {
  width: 14px;
  height: 15px;
  vertical-align: middle;
  fill: #82888a;
}

.DateRangePicker {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  position: absolute;
  z-index: 1;
  background-color: #fff;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

.DateRangePicker_picker__portal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.DateRangePicker_closeButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 15px;
  color: inherit;
  font: inherit;
  line-height: normal;
  border: 0;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton_svg {
  width: 15px;
  height: 15px;
  fill: #cacccd;
}

.trip-finder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trip-finder__table {
  background-color: #fff;
}
.trip-finder__table td,
.trip-finder__table th {
  padding: 0.5rem 0.9375rem !important;
  vertical-align: top;
}
.trip-finder__table td {
  font-weight: 325;
  font-size: 0.9375rem;
  line-height: 2.5rem;
}
.trip-finder__table td a {
  color: #0f4374;
  font-weight: 350;
  font-size: 0.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.trip-finder__table tr,
.trip-finder__table thead,
.trip-finder__table td,
.trip-finder__table tbody {
  background-color: #fff;
}
.trip-finder__table th {
  color: #000;
  font-weight: 350;
  font-size: 0.9375rem;
  line-height: 2rem;
}
@media (min-width: 48rem) {
  .trip-finder__table tbody tr td:first-child,
.trip-finder__table thead tr th:first-child {
    width: 18.75rem;
  }
}

.tf-main {
  width: 100%;
}
@media (min-width: 62rem) {
  .tf-main {
    flex: 1;
    max-width: 60rem;
  }
}
.tf-main__pill {
  display: flex;
  align-items: center;
  margin-right: 0.9375rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.375rem 0.25rem 1rem;
  color: #737373;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  border-radius: 1rem;
  background: rgba(15, 67, 116, 0.1);
  cursor: pointer;
}
.tf-main__pill:hover {
  color: #041a2f;
  background: rgba(15, 67, 116, 0.2);
}
.tf-main__pill .icon-cancel {
  margin-left: 0.625rem;
  color: #000;
  font-size: 1.25rem;
}

.tf-sidebar {
  width: 100%;
}
@media (min-width: 62rem) {
  .tf-sidebar {
    max-width: 300px;
    margin-right: 1.875rem;
  }
}
.tf-sidebar__top {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  margin-bottom: 1.5rem;
}
@media (max-width: 61.98rem) {
  .tf-sidebar__top {
    display: none;
  }
}
.tf-sidebar__count {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
@media (max-width: 61.98rem) {
  .tf-sidebar__count {
    margin-bottom: 0.5rem;
  }
}
.tf-sidebar__clear-title {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.5;
}

.tf-mobile-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
  min-height: 100vh;
  background: #f7f7f7;
  overflow: scroll;
}
@media (min-width: 62rem) {
  .tf-mobile-modal {
    position: static;
    display: block;
    min-height: 0;
    padding: 0;
    background: none;
    overflow: unset;
  }
}
.tf-mobile-modal.active {
  display: flex;
  flex-direction: column;
}

.tf-mobile-modal-content {
  flex: 1;
  padding-bottom: 3.4375rem;
}
@media (max-width: 61.98rem) {
  .tf-mobile-modal-content .tf-datepicker {
    padding-left: 0.75rem;
  }
}

.tf-mobile-modal-toggle {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.5;
  text-align: center;
  text-transform: uppercase;
  background-color: #0f4374;
}
@media (min-width: 62rem) {
  .tf-mobile-modal-toggle {
    display: none;
  }
}
.tf-mobile-modal-toggle::before {
  content: "\ea27";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.75rem;
  font-size: 0.75rem;
}

.tf-apply-filters {
  width: 100%;
  min-height: 64px;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: aktiv-grotesk-condensed;
  letter-spacing: 0.078125rem;
  text-align: center;
  text-transform: uppercase;
  background: #0074e0;
}
@media (min-width: 62rem) {
  .tf-apply-filters {
    display: none;
  }
}

.tf-mobile-button {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 62rem) {
  .tf-mobile-button {
    margin-bottom: 0;
  }
  .tf-mobile-button::after {
    display: none;
  }
  .tf-mobile-button + .tf-taxonomy__toggle {
    display: inline-block;
  }
}
@media (max-width: 61.98rem) {
  .tf-mobile-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.tf-mobile-button::after {
  content: "\ea16";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4375rem;
}
.tf-taxonomy.active .tf-mobile-button::after, .tf-datepicker.active .tf-mobile-button::after {
  content: "\ea15";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4375rem;
}
.tf-mobile-button:hover {
  cursor: pointer;
}
.tf-mobile-button + .tf-taxonomy__toggle {
  display: none;
}
@media (min-width: 62rem) {
  .tf-mobile-button + .tf-taxonomy__toggle {
    display: inline-block;
    border: none;
    background: none;
    appearance: none;
  }
}
@media (min-width: 62rem) {
  .tf-mobile-button.tf-datepicker__title {
    pointer-events: none;
  }
}

.tf-mobile-button-content {
  display: none;
}
@media (min-width: 62rem) {
  .tf-mobile-button-content {
    display: block;
  }
}

body {
  min-height: -webkit-fill-available;
}

@media (min-width: 62rem) {
  #trip-finder .tf-taxonomy.active .tf-mobile-button-content {
    display: block;
  }
  #trip-finder .tf-taxonomy .tf-mobile-button-content {
    display: block;
  }
}
@media (min-width: 62rem) {
  #trip-finder .tf-datepicker.active .tf-mobile-button-content,
#trip-finder .tf-taxonomy.active .tf-mobile-button-content {
    position: static;
    display: none;
    min-height: 0;
    padding: 0;
    background: transparent;
    overflow: auto;
  }
}

.tf-mobile-main {
  flex: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 62rem) {
  .tf-mobile-main {
    flex: auto;
    margin-bottom: 0;
  }
}

.tf-mobile-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.125rem 1.25rem;
  line-height: 1;
  background: #fff;
}
@media (min-width: 62rem) {
  .tf-mobile-title {
    display: none;
  }
}
.tf-mobile-title > button:hover {
  cursor: pointer;
}
.tf-mobile-title .tf-close {
  width: 7px;
  height: 12px;
  background: url(../images/icons/chevron-left.svg) no-repeat;
}
.tf-mobile-title .tf-label {
  flex: 1;
  font-weight: 350;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  text-align: left;
  text-transform: uppercase;
}
.tf-mobile-title .tf-close-all {
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  appearance: none;
}
.tf-mobile-title .tf-close-all::before {
  content: "\ea1c";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6875rem;
}

.tf-mobile-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
@media (min-width: 62rem) {
  .tf-mobile-info {
    display: none;
  }
}
.tf-mobile-info > :last-child {
  font-size: 1rem;
  text-decoration: underline;
}

.tf-search {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #b3b3b3;
}
@media (min-width: 62rem) {
  .tf-search {
    margin-bottom: 2rem;
  }
}
.tf-search::before {
  content: "\ea3e";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  font-size: 1.125rem;
}
.tf-search__input {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 2.8125rem !important;
  color: #737373 !important;
  border: none;
  background: none;
  appearance: none;
}
.tf-search__input::-webkit-search-cancel-button {
  cursor: pointer;
}
.tf-search__submit {
  display: none;
}

@media (max-width: 61.98rem) {
  .tf-datepicker,
.tf-taxonomies {
    padding: 0rem 1.25rem;
  }
}

.tf-datepicker {
  border-top: 1px solid #a97c50;
}
@media (min-width: 62rem) {
  .tf-datepicker {
    padding: 0.75rem;
  }
}
@media (max-width: 61.98rem) {
  .tf-datepicker {
    margin: 0 1.25rem;
    padding: 0.75rem 0;
  }
}
.tf-datepicker.active .tf-mobile-button-content {
  display: block;
}
.tf-datepicker .tf-mobile-title,
.tf-datepicker .tf-apply-filters,
.tf-datepicker .tf-mobile-info {
  display: none;
}
.tf-datepicker__title {
  font-weight: var(--t5-font-weight);
  font-size: var(--t5-font-size);
  font-family: var(--t5-font-family);
  line-height: var(--t5-line-height);
  padding-left: 0;
}
@media (max-width: 61.98rem) {
  .tf-datepicker__title {
    margin-top: 0.25rem;
  }
}
@media (min-width: 62rem) {
  .tf-datepicker__title {
    margin-bottom: 1.125rem;
  }
}
.tf-datepicker__clear {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.tf-datepicker__bottom {
  display: flex;
  justify-content: flex-start;
  padding: 1.25rem;
}
.tf-datepicker__bottom .c-btn {
  border-bottom: 0;
}

.tf-taxonomy {
  padding: 0.75rem 0 0.75rem 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #a97c50;
}
@media (min-width: 62rem) {
  .tf-taxonomy {
    padding: 0.6875rem 0 0.75rem 0.75rem;
  }
}
.tf-taxonomy.active .tf-taxonomy__body {
  display: block;
}
.tf-taxonomy.active .tf-taxonomy__toggle::before {
  content: "\ea12";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tf-taxonomy .tf-mobile-title,
.tf-taxonomy .tf-apply-filters,
.tf-taxonomy .tf-mobile-info {
  display: none;
}
.tf-taxonomy__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tf-taxonomy__body {
  margin-top: 1.25rem;
}
@media (max-width: 61.98rem) {
  .tf-taxonomy__body {
    margin-top: 0;
  }
}
.tf-taxonomy__title {
  font-weight: var(--t5-font-weight);
  font-size: var(--t5-font-size);
  font-family: var(--t5-font-family);
  line-height: var(--t5-line-height);
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media (max-width: 61.98rem) {
  .tf-taxonomy__title {
    margin-top: 1rem;
  }
}
.tf-taxonomy__toggle {
  height: 1.5rem;
}
.tf-taxonomy__toggle::before {
  content: "\ea11";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.tf-taxonomy__list {
  padding: 0;
  list-style-type: none;
}
.tf-taxonomy__list-item {
  margin-bottom: 1rem;
}
.tf-taxonomy__list-item.active .tf-taxonomy__sub-list {
  display: block;
  padding-left: 1.25rem;
  list-style-type: none;
}
.tf-taxonomy__list-item.active .tf-taxonomy__sub-list-toggle::before {
  content: "\ea11";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tf-taxonomy__list-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tf-taxonomy__list-item-label {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  display: flex;
  margin: 0;
}
.tf-taxonomy__sub-list {
  display: none;
  margin-top: 1rem;
}
.tf-taxonomy__sub-list-toggle {
  display: inline-block;
  justify-self: flex-end;
  border: none;
  background: none;
  appearance: none;
}
.tf-taxonomy__sub-list-toggle::before {
  content: "\ea12";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-right: 0.125rem;
}
.tf-taxonomy__input {
  display: none;
}
.tf-taxonomy__input:checked ~ .tf-taxonomy__checkbox::before {
  content: "\ea0d";
  color: #0f4374;
}
.tf-taxonomy__checkbox {
  display: flex;
  align-items: center;
  margin-right: 0.640625rem;
}
.tf-taxonomy__checkbox::before {
  content: "\ea0e";
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.125rem;
}

.tf-posts {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
  column-gap: 1.875rem;
}
.tf-posts--loading {
  position: relative;
}
.tf-posts--loading::before {
  position: absolute;
  top: 0;
  left: calc(50% - 1.5rem);
  content: "";
  width: 3rem;
  height: 3rem;
  border: 0.3rem solid #a97c50;
  border-color: #a97c50 transparent #a97c50 transparent;
  border-radius: 50%;
  pointer-events: none;
  animation: loader 1.5s infinite ease-in-out;
}
@media (min-width: 48rem) {
  .tf-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 62rem) {
  .tf-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tf-posts.other-trips.extend-your-trip {
  padding: 0;
}
.tf-posts .extend-your-trip__slide {
  width: initial;
  margin-right: 0;
}
.tf-posts__destination-title {
  grid-column: 1/-1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.tf-posts__destination-title::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  margin-left: 1.375rem;
  background-color: #a97c50;
}
@media (max-width: 61.98rem) {
  .tf-posts__destination-title::after {
    display: none;
  }
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tf-post {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tf-post__text {
  padding: 1.25rem;
}
.tf-post__activities {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
.tf-post__activity {
  font-weight: var(--caption-font-weight);
  font-size: var(--caption-font-size);
  font-family: var(--caption-font-family);
  line-height: var(--caption-line-height);
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
  color: #000;
  border: 0.0625rem solid #000;
}
.tf-post__title {
  font-weight: var(--t4-font-weight);
  font-size: var(--t4-font-size);
  font-family: var(--t4-font-family);
  line-height: var(--t4-line-height);
  margin-bottom: 0.5rem;
}
.tf-post__title a:hover {
  color: #0f4374;
  text-decoration: underline;
}
.tf-post__info {
  font-weight: var(--caption-font-weight);
  font-size: var(--caption-font-size);
  font-family: var(--caption-font-family);
  line-height: var(--caption-line-height);
  margin-bottom: 1rem;
}
.tf-post__days {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #000;
}
.tf-post__price {
  display: inline-block;
}
.tf-post__reviews {
  pointer-events: none;
}
.tf-post__link {
  font-weight: var(--caption-font-weight);
  font-size: var(--caption-font-size);
  font-family: var(--caption-font-family);
  line-height: var(--caption-line-height);
  display: inline-block;
  margin-top: 1.5rem;
  color: #0f4374;
  text-decoration: underline;
}
.tf-post__image img {
  width: 100%;
}

.tf-no-results__text {
  padding: 1.875rem 1.5625rem;
  text-align: center;
}
@media (min-width: 48rem) {
  .tf-no-results__text {
    padding: 5rem;
  }
}
.tf-no-results__title {
  font-weight: var(--t2-font-weight);
  font-size: var(--t2-font-size);
  font-family: var(--t2-font-family);
  line-height: var(--t2-line-height);
  --margin-top: 2em;
  margin-bottom: var(--t2-margin-bottom);
}
.tf-no-results__title:last-child {
  margin-bottom: 0;
}
.tf-no-results__body {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
  margin-bottom: var(--body-1-margin-bottom);
}
.tf-no-results__body:last-child {
  margin-bottom: 0;
}
.tf-no-results__reset {
  display: inline-flex;
  align-items: center;
}
.tf-no-results .c-btn {
  margin-right: 1rem;
}
.tf-no-results__divider {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1.875rem 0;
}
@media (min-width: 48rem) {
  .tf-no-results__divider::before {
    position: absolute;
    top: -0.625rem;
    left: 0;
    bottom: 0;
    bottom: auto;
    content: "";
    width: 100%;
    height: 0.0625rem;
    background: #000;
  }
}
.tf-no-results__divider-inner {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  position: relative;
  color: #000;
}
@media (min-width: 48rem) {
  .tf-no-results__divider-inner {
    padding: 0 1.71875rem;
  }
}

.tf-sort-by {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2.5rem;
  background: none;
}
@media (max-width: 61.98rem) {
  .tf-sort-by {
    flex-direction: column-reverse;
  }
}
@media (min-width: 62rem) {
  .tf-sort-by {
    justify-content: space-between;
    align-items: center;
  }
}
.tf-sort-by__select {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  width: 100%;
  padding: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #b3b3b3;
  background: #fff;
}
@media (min-width: 62rem) {
  .tf-sort-by__select {
    max-width: 10.9375rem;
  }
}
.tf-sort-by__view-by {
  display: flex;
  align-items: center;
}
@media (min-width: 62rem) {
  .tf-sort-by__view-by {
    margin-left: auto;
  }
}
@media (max-width: 61.98rem) {
  .tf-sort-by__view-by {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.tf-sort-by__view-by.default .default {
  color: #fff;
  background: #041a2f;
}
.tf-sort-by__view-by.destination .destination {
  color: #fff;
  background: #041a2f;
}
.tf-sort-by__view-by.date .date {
  color: #fff;
  background: #041a2f;
}
.tf-sort-by__view-by p {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.tf-sort-by__view-by .tf-sort-btn {
  padding: 0.25rem 0.9375rem;
  color: #0f4374;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  border: 0.0625rem solid #0f4374;
  background-color: transparent;
  appearance: none;
}

.tf-load-more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4.5rem;
}
.tf-load-more__button {
  position: relative;
  min-width: 14.375rem;
  padding: 1rem 1.875rem;
  color: #0f4374;
  text-transform: uppercase;
  border: 2px solid #0f4374;
}
.tf-load-more__button--loading {
  color: transparent;
  border-color: rgba(15, 67, 116, 0.5);
  pointer-events: none;
}
.tf-load-more__button--loading::before {
  opacity: 1 !important;
}
.tf-load-more__button::before {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0.3rem solid #0f4374;
  border-color: #0f4374 transparent #0f4374 transparent;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: loader 1.5s infinite ease-in-out;
}

.trip-archive-area {
  padding: clamp(1.5rem, -2.5rem + 8.3333333333vw, 5rem) 0 clamp(4rem, 2.8571428571rem + 2.380952381vw, 5rem);
  background-color: #f7f7f7;
}

.mobile-only-nav {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
}
@media (min-width: 62rem) {
  .mobile-only-nav {
    display: none;
  }
}
.mobile-only-nav__clear, .mobile-only-nav__results {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  width: 50%;
  padding: 1rem;
  text-align: center;
  border-top: 0.0625rem solid #0f4374;
  cursor: pointer;
}
.mobile-only-nav__clear {
  color: #0f4374;
  background-color: #fff;
}
.mobile-only-nav__results {
  color: #fff;
  background-color: #0f4374;
}