? /*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

/* Create your trip compact two-step form */
.ttc-trip-shell--legacy-hidden {
    display: none !important;
}

.ttc-trip-builder-page ~ .ttc-footer-top,
.ttc-trip-builder-page + .ttc-footer-top,
.ttc-trip-builder-page .ttc-footer-top {
    display: none !important;
}

.ttc-compact-trip-wrap {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto;
    place-items: center;
    align-content: center;
    min-height: calc(100vh - 95px);
    padding: 58px 15px 68px;
    background:
        linear-gradient(135deg, rgba(6, 31, 82, .08), rgba(255, 250, 241, .72)),
        #f7f9fc;
}

.ttc-compact-trip-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(6, 31, 82, .58), rgba(3, 19, 49, .34)),
        radial-gradient(circle at center, rgba(255, 255, 255, .04), rgba(3, 19, 49, .42));
    pointer-events: none;
}

.ttc-compact-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, #061f52, #031331);
}

.ttc-compact-bg span {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-position: center;
    background-size: cover;
    animation: ttcCompactBgFade 72s infinite;
    transform: scale(1.04);
}

.ttc-compact-bg span:nth-child(1) {
    opacity: 1;
}

@keyframes ttcCompactBgFade {
    0% {
        opacity: 0;
        transform: scale(1.04);
    }
    7%,
    24% {
        opacity: 1;
    }
    34%,
    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

.ttc-compact-trip-card {
    position: relative;
    z-index: 2;
    width: min(100%, 450px);
    padding: 32px 26px 28px;
    border: 1px solid rgba(215, 177, 100, .32);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(8, 39, 95, .91), rgba(3, 19, 49, .92));
    box-shadow: 0 30px 90px rgba(4, 18, 45, .26);
    color: #fff;
}

.ttc-compact-breadcrumb {
    position: relative;
    z-index: 2;
    margin: 0 auto 16px;
    border-color: rgba(215, 177, 100, .28);
    background: rgba(6, 31, 82, .72);
    color: rgba(255, 255, 255, .82);
    box-shadow: none;
}

.ttc-compact-breadcrumb a {
    color: #f0cea0;
}

.ttc-compact-trip-card h2 {
    margin: 0 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
}

.ttc-compact-trip-card p {
    max-width: 390px;
    margin: 0 auto 20px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
}

.ttc-compact-alert {
    margin: 0 0 16px;
    padding: 10px 12px;
    border: 1px solid rgba(215, 177, 100, .45);
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.ttc-compact-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.ttc-compact-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 35px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, .72);
    color: #061f52;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
}

.ttc-compact-tab.is-active {
    background: #fff;
}

.ttc-compact-tab.is-done:before {
    content: "\f00c";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #0fae77;
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    letter-spacing: 0;
}

.ttc-compact-tab.is-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    transform: translateX(-50%);
}

.ttc-compact-panel {
    display: none;
}

.ttc-compact-panel.is-active {
    display: block;
}

.ttc-compact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ttc-compact-field,
.ttc-compact-select {
    width: 100%;
    height: 43px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 3px;
    background: #fff;
    color: #111b2d;
    font-size: 15px;
    line-height: 1;
}

.ttc-compact-field {
    padding: 0 12px;
}

textarea.ttc-compact-field {
    height: 78px;
    padding-top: 14px;
    line-height: 1.35;
    resize: vertical;
}

.ttc-compact-month {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 16px;
}

.ttc-compact-month span {
    position: absolute;
    left: 12px;
    top: 50%;
    z-index: 1;
    color: #687386;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    transform: translateY(-50%);
    pointer-events: none;
}

.ttc-compact-month input {
    margin-bottom: 0;
    padding-left: 74px;
    cursor: pointer;
}

.ttc-compact-budget-custom {
    display: none;
}

.ttc-compact-budget-custom.is-visible {
    display: block;
}

.ttc-month-datepicker .ui-datepicker-calendar {
    display: none;
}

#ui-datepicker-div.ttc-month-datepicker {
    z-index: 10020 !important;
    width: 286px;
    padding: 14px;
    border: 1px solid rgba(215, 177, 100, .42);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(8, 39, 95, .98), rgba(3, 19, 49, .98));
    box-shadow: 0 24px 60px rgba(4, 18, 45, .35);
}

#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-header {
    padding: 0;
    border: 0;
    background: transparent;
}

#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
}

#ui-datepicker-div.ttc-month-datepicker select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(215, 177, 100, .4);
    border-radius: 5px;
    background: rgba(255, 255, 255, .96);
    color: #061f52;
    font-size: 14px;
    font-weight: 800;
}

#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-next {
    display: none;
}

#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-buttonpane {
    display: flex;
    justify-content: space-between;
    margin: 14px 0 0;
    padding: 12px 0 0;
    border-color: rgba(215, 177, 100, .22);
}

#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-buttonpane button {
    min-width: 82px;
    height: 34px;
    margin: 0;
    border: 1px solid rgba(215, 177, 100, .45);
    border-radius: 5px;
    background: rgba(255, 255, 255, .96);
    color: #061f52;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 1;
}

#ui-datepicker-div.ttc-month-datepicker .ui-datepicker-close {
    background: linear-gradient(135deg, #d7b164, #f0cea0);
}

.ttc-compact-select {
    position: relative;
    display: flex;
    align-items: center;
}

.ttc-compact-select select {
    width: 100%;
    height: 100%;
    padding: 0 38px 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111b2d;
    font: inherit;
    appearance: none;
    cursor: pointer;
}

.ttc-compact-select:after {
    content: "\f107";
    position: absolute;
    right: 13px;
    color: #8792a0;
    font-family: FontAwesome;
    pointer-events: none;
}

.ttc-compact-destination {
    position: relative;
    margin-bottom: 16px;
}

.ttc-compact-destination__button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 43px;
    padding: 6px 38px 6px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 3px;
    background: #fff;
    color: #111b2d;
    text-align: left;
    cursor: pointer;
}

.ttc-compact-destination__button > i {
    position: absolute;
    right: 13px;
    top: 50%;
    color: #8792a0;
    font-size: 17px;
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.ttc-compact-destination.is-open .ttc-compact-destination__button > i {
    transform: translateY(-50%) rotate(180deg);
}

.ttc-compact-destination__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.ttc-compact-destination__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 25px;
    padding: 3px 7px;
    border-radius: 2px;
    background: #4a4c50;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.ttc-compact-destination__chip button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.ttc-compact-destination__placeholder {
    color: #111b2d;
    font-size: 15px;
}

.ttc-compact-destination.has-selected .ttc-compact-destination__placeholder {
    display: none;
}

.ttc-compact-destination__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 3px);
    z-index: 45;
    display: none;
    max-height: 260px;
    overflow-y: auto;
    padding: 0 0 8px;
    border: 1px solid rgba(6, 31, 82, .22);
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(4, 18, 45, .24);
}

.ttc-compact-destination.is-open .ttc-compact-destination__menu {
    display: block;
}

.ttc-compact-destination__group {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 0;
    padding: 5px 18px;
    background: #ececec;
    color: #061f52;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.ttc-compact-destination__option--country {
    font-weight: 900;
}

.ttc-compact-destination__option--child {
    padding-left: 42px;
}

.ttc-compact-destination__option {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 0;
    padding: 5px 28px;
    color: #111b2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
}

.ttc-compact-destination__group.ttc-compact-destination__option {
    padding: 5px 18px;
    background: #ececec;
    color: #061f52;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ttc-compact-destination__option.ttc-compact-destination__option--child {
    padding-left: 42px;
}

.ttc-compact-destination__option:hover,
.ttc-compact-destination__option.is-selected {
    background: rgba(215, 177, 100, .12);
    color: #061f52;
}

.ttc-compact-destination__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ttc-compact-multiselect {
    position: relative;
    margin-bottom: 16px;
}

.ttc-compact-multiselect__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    min-height: 43px;
    padding: 6px 38px 6px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 3px;
    background: #fff;
    color: #111b2d;
    font-size: 15px;
    line-height: 1;
    text-align: left;
    cursor: pointer;
}

.ttc-compact-multiselect__button > i {
    position: absolute;
    right: 13px;
    top: 50%;
    color: #8792a0;
    font-size: 16px;
    transform: translateY(-50%);
    transition: transform .2s ease;
}

.ttc-compact-multiselect.is-open .ttc-compact-multiselect__button > i {
    transform: translateY(-50%) rotate(180deg);
}

.ttc-compact-multiselect__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.ttc-compact-multiselect__chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 25px;
    padding: 3px 7px;
    border-radius: 2px;
    background: #4a4c50;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.ttc-compact-multiselect__chip button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.ttc-compact-multiselect.has-selected .ttc-compact-multiselect__placeholder {
    display: none;
}

.ttc-compact-multiselect__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 7px);
    z-index: 40;
    display: none;
    max-height: 235px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(215, 177, 100, .36);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(4, 18, 45, .24);
}

.ttc-compact-multiselect.is-open .ttc-compact-multiselect__menu {
    display: block;
}

.ttc-compact-multiselect__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 8px 9px;
    border-radius: 5px;
    color: #061f52;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.ttc-compact-multiselect__option:hover {
    background: rgba(215, 177, 100, .13);
}

.ttc-compact-multiselect__option.is-selected {
    background: rgba(215, 177, 100, .13);
    color: #061f52;
}

.ttc-compact-multiselect__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ttc-compact-multiselect__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: #061f52;
    font-size: 18px;
}

.ttc-compact-multiselect__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: contrast(1.08) saturate(1.08);
}

.ttc-compact-phone {
    position: relative;
    display: block;
}

.ttc-compact-phone span {
    position: absolute;
    left: 12px;
    top: 13px;
    z-index: 2;
    color: #061f52;
    font-size: 13px;
    font-weight: 800;
    pointer-events: none;
}

.ttc-compact-phone input {
    padding-left: 44px;
}

.ttc-compact-referral-field {
    display: none;
}

.ttc-compact-referral-field.is-visible {
    display: block;
}

.ttc-compact-submit {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, #d7b164, #f0cea0);
    color: #061f52;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

.ttc-compact-submit:hover {
    filter: saturate(1.05) brightness(1.02);
    transform: translateY(-1px);
}

.ttc-compact-help,
.ttc-compact-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
}

.ttc-compact-help i,
.ttc-compact-secure i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    font-size: 12px;
}

.ttc-expect-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px 15px;
    background: rgba(20, 16, 12, .66);
    backdrop-filter: blur(4px);
}

.ttc-expect-modal.is-open {
    display: flex;
}

.ttc-expect-modal__close {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #2b2520;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.ttc-expect-modal__close:hover {
    color: #061f52;
}

.ttc-expect-modal__panel {
    position: relative;
    width: min(100%, 1320px);
    padding: 64px 68px 58px;
    border-radius: 6px;
    background: #f7f7f7;
    color: #171f2b;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}

.ttc-expect-modal__panel h2 {
    margin: 0 0 34px;
    color: #2b2520;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.ttc-expect-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.ttc-expect-grid article {
    position: relative;
    text-align: center;
}

.ttc-expect-grid article:not(:last-child):after {
    content: "";
    position: absolute;
    top: 27px;
    left: calc(50% + 46px);
    width: calc(100% - 44px);
    height: 1px;
    background: #d7d7d7;
}

.ttc-expect-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    background: #f7f7f7;
    color: #2f3236;
    font-size: 22px;
}

.ttc-expect-grid h3 {
    margin: 0 0 10px;
    color: #202834;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .02em;
}

.ttc-expect-grid p {
    max-width: 360px;
    margin: 0 auto;
    color: #111b2d;
    font-size: 15px;
    line-height: 1.5;
}

body.ttc-expect-lock {
    overflow: hidden;
}

@media (max-width: 575px) {
    .ttc-compact-trip-wrap {
        padding: 28px 14px 44px;
    }

    .ttc-compact-trip-card {
        padding: 26px 18px 24px;
    }

    .ttc-compact-trip-card h2 {
        font-size: 30px;
    }

    .ttc-compact-trip-card p {
        font-size: 16px;
    }

    .ttc-compact-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ttc-expect-modal {
        align-items: flex-start;
        overflow-y: auto;
        padding: 60px 14px 24px;
    }

    .ttc-expect-modal__close {
        top: 16px;
        right: 18px;
    }

    .ttc-expect-modal__panel {
        padding: 34px 20px 30px;
    }

    .ttc-expect-modal__panel h2 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .ttc-expect-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ttc-expect-grid article:after {
        display: none;
    }

    .ttc-expect-grid h3 {
        font-size: 22px;
    }
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

    .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        background-image: none
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-appearance: none;
        appearance: none
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #b3d7ff
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -moz-appearance: none;
        appearance: none
    }

        .custom-range::-moz-range-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #b3d7ff
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        appearance: none
    }

        .custom-range::-ms-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range::-ms-thumb:active {
            background-color: #b3d7ff
        }

    .custom-range::-ms-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: .5rem
    }

    .custom-range::-ms-fill-lower {
        background-color: #dee2e6;
        border-radius: 1rem
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        background-color: #dee2e6;
        border-radius: 1rem
    }

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5
    }

.badge-dark {
    color: #fff;
    background-color: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            max-width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        -webkit-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8"; /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -o-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        -ms-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -o-transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(0.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        -ms-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        -ms-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        -ms-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        -ms-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        -ms-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        -ms-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        -ms-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        -ms-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        -ms-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        -ms-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        -ms-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        -ms-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        -ms-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        -ms-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        -ms-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        -ms-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        -ms-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        -ms-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        -ms-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        -ms-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        -ms-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        -ms-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        -ms-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        -ms-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        -ms-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        -ms-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        -ms-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -o-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        -ms-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        -ms-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        -ms-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        -ms-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        -ms-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        -ms-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        -ms-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        -ms-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        -ms-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        -ms-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        -ms-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        -ms-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        -ms-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        -ms-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        -ms-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        -ms-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        -ms-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        -ms-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        -ms-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        -ms-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        -ms-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0,0,1,45deg);
        transform: rotate(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0,0,1,45deg);
        -ms-transform: rotate(0,0,1,45deg);
        transform: rotate(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        -ms-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        -ms-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        -ms-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        -ms-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        -ms-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        -ms-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        -ms-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        -ms-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -ms-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
        animation-timing-function: cubic-bezier(0.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    color: #2e3b42;
    overflow-x: hidden;
    webkit-tap-highlight-color: #222;
}

hr {
    border-color: #2A5E84;
    border-width: 1px;
}

    hr.light {
        border-color: #ddd;
    }

ul:not(.browser-default) > li {
    list-style-type: none;
}

a {
    color: #000;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    outline: none;
}

    a:hover {
        color: #000;
        outline: none !important;
        text-decoration: none !important;
    }

    a:focus {
        outline: none !important;
        text-decoration: none !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

p {
    margin-bottom: 10px;
    color: #545454;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

.bgf5 {
    background: #f5f5f5 !important
}

section {
    padding: 0px 0;
    margin: 0;
}

aside {
    padding: 50px 0;
}

.no-bdr {
    border: none !important
}

img {
    max-width: 100%;
}

.no-bg {
    background: none !important;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #03356b;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #03356b;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

img {
    display: inline-block !important;
}

#scroll-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #173c96, #082b72);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.17);
    font-size: 30px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 24, 84, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    -webkit-transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
    -o-transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

    #scroll-to-top a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff !important;
        text-decoration: none;
    }

    #scroll-to-top:before {
        content: "";
        position: absolute;
        inset: 8px;
        border-radius: inherit;
        border: 1px solid rgba(36, 135, 255, 0.35);
        opacity: 0;
        transform: scale(0.82);
        transition: opacity 220ms ease, transform 220ms ease;
    }

    #scroll-to-top:hover {
        transform: translateY(-4px);
        background: linear-gradient(145deg, #1f55c9, #0a3a9a);
        box-shadow: 0 20px 42px rgba(0, 58, 170, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    }

        #scroll-to-top:hover:before {
            opacity: 1;
            transform: scale(1);
        }

    #scroll-to-top i {
        position: relative;
        z-index: 1;
    }

.animation {
    -webkit-transition: all 1s ease-in-out .2s;
    -o-transition: all 1s ease-in-out .2s;
    transition: all 1s ease-in-out .2s;
    position: relative;
}

.bottom-out {
    top: 200px !important;
}

    .bottom-out.animated {
        top: 0px !important;
    }

.fade-in {
    opacity: 0;
    top: -20px;
}

    .fade-in.animated {
        opacity: 1;
        top: 0px;
    }

.scale-less {
    opacity: 0;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

    .scale-less.animated {
        opacity: 1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.left-out {
    left: -100px;
    opacity: 0;
}

    .left-out.animated {
        left: 0;
        opacity: 1;
    }

.right-out {
    right: -100px;
    opacity: 0;
}

    .right-out.animated {
        right: 0px;
        opacity: 1;
    }

.move-up {
    top: 30px;
    opacity: 0;
}

    .move-up.animated {
        top: 0;
        opacity: 1;
    }

.zoom-out {
    opacity: 0;
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
}

    .zoom-out.animated {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.small-spliter {
    width: 50px;
}

    .small-spliter.animated {
        width: 20px;
    }

.rotateIn {
    -ms-transform: rotate(-190deg);
    -webkit-transform: rotate(-190deg);
    transform: rotate(-190deg);
    opacity: 0;
}

    .rotateIn.animated {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }

    .rotateIn.animation {
        -webkit-transition: all 1s ease-in-out 1s;
        -o-transition: all 1s ease-in-out 1s;
        transition: all 1s ease-in-out 1s;
        position: relative;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

.font-white, .font-white li {
    color: #fff;
}

    .font-white li {
        font-size: 15px;
    }

.ul-list.font-white, .font-white {
    color: #fff !important;
}

    .ul-list.font-white li:before {
        background: #fff !important
    }

.title2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600
}

/* All trips page */
.ttc-alltrip-page {
    background: #f7f9fc;
    color: #08265d;
}

.ttc-alltrip-page .ttc-container {
    width: min(1570px, calc(100% - 96px));
    margin: 0 auto;
}

.ttc-alltrip-hero {
    padding: 52px 0 42px;
    background:
        linear-gradient(135deg, rgba(8, 38, 93, .96), rgba(28, 91, 184, .78)),
        url("/img/luxury-hotel-fallback.png") center/cover no-repeat;
    color: #fff;
}

.ttc-alltrip-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ttc-alltrip-breadcrumb a {
    color: rgba(255,255,255,.82);
}

.ttc-alltrip-breadcrumb span {
    color: rgba(255,255,255,.65);
}

.ttc-alltrip-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: end;
}

.ttc-alltrip-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #6f84c6;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ttc-alltrip-eyebrow:before {
    content: "";
    width: 42px;
    height: 2px;
    background: currentColor;
}

.ttc-alltrip-hero .ttc-alltrip-eyebrow {
    color: #f0cf82;
}

.ttc-alltrip-hero h1 {
    margin: 12px 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
}

.ttc-alltrip-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.7;
}

.ttc-alltrip-hero__stats {
    padding: 24px;
    border: 1px solid rgba(240,207,130,.48);
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
}

.ttc-alltrip-hero__stats strong {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.ttc-alltrip-hero__stats span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ttc-alltrip-section {
    padding: 52px 0 70px;
}

.ttc-alltrip-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 34px;
    align-items: start;
}

.ttc-alltrip-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfe7f4;
}

.ttc-alltrip-toolbar h2,
.ttc-alltrip-side-card h3,
.ttc-alltrip-empty h3 {
    margin: 8px 0 0;
    color: #002b66;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.15;
}

.ttc-alltrip-records {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #53688f;
    font-size: 13px;
    font-weight: 800;
}

.ttc-alltrip-records a,
.ttc-alltrip-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 38px;
    padding: 0 13px;
    border: 1px solid #d6e1f0;
    background: #fff;
    color: #08265d;
    font-weight: 900;
}

.ttc-alltrip-records a.is-active,
.ttc-alltrip-pagination a.is-active,
.ttc-alltrip-records a:hover,
.ttc-alltrip-pagination a:hover {
    border-color: #0f56cf;
    background: #0f56cf;
    color: #fff;
}

.ttc-alltrip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-alltrip-card {
    overflow: hidden;
    border: 1px solid #dbe5f2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8, 38, 93, .08);
}

.ttc-alltrip-card__media {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    background: #e9eef6;
}

.ttc-alltrip-card__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2,17,43,0) 42%, rgba(2,17,43,.62));
}

.ttc-alltrip-card__media img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .45s ease, filter .45s ease;
}

.ttc-alltrip-card:hover .ttc-alltrip-card__media img {
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.04);
}

.ttc-alltrip-card__media span {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    padding: 8px 13px;
    border-radius: 999px;
    background: #fff;
    color: #08265d;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.ttc-alltrip-card__body {
    padding: 20px 20px 22px;
}

.ttc-alltrip-card__themes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
}

.ttc-alltrip-card__themes span {
    padding: 6px 10px;
    border: 1px solid rgba(218,174,80,.45);
    border-radius: 999px;
    background: #fffaf0;
    color: #7d5a12;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ttc-alltrip-card h3 {
    margin: 14px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.18;
}

.ttc-alltrip-card h3 a {
    color: #002b66;
}

.ttc-alltrip-card p {
    min-height: 78px;
    margin: 0 0 16px;
    color: #4c5f82;
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
}

.ttc-alltrip-card__route {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-height: 46px;
    padding: 12px 0;
    border-top: 1px solid #e7edf6;
    border-bottom: 1px solid #e7edf6;
    color: #36537f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.ttc-alltrip-card__route i {
    color: #d5a84e;
    margin-top: 3px;
}

.ttc-alltrip-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.ttc-alltrip-rating {
    display: flex;
    gap: 3px;
    color: #ffb400;
    font-size: 13px;
}

.ttc-alltrip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid #155bd8;
    background: linear-gradient(135deg, #2636a4, #0f6bef);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(15,86,207,.18);
}

.ttc-alltrip-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ttc-alltrip-btn--block {
    width: 100%;
}

.ttc-alltrip-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.ttc-alltrip-side-card {
    padding: 24px;
    border: 1px solid #dbe5f2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8, 38, 93, .08);
}

.ttc-alltrip-side-card--cta {
    background: linear-gradient(180deg, #fffaf1, #fff);
    border-color: rgba(218,174,80,.4);
}

.ttc-alltrip-book-card {
    overflow: hidden;
    border-color: rgba(213, 168, 78, .42);
    background:
        linear-gradient(135deg, rgba(255,250,241,.94), rgba(255,255,255,.98)),
        radial-gradient(circle at 100% 0, rgba(41,44,113,.12), transparent 34%);
}

.ttc-alltrip-inquiry {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.ttc-alltrip-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 2px;
}

.ttc-alltrip-steps button {
    height: 42px;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    color: #08265d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .22s ease;
}

.ttc-alltrip-steps button.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, #292c71, #4b50d3);
    color: #fff;
    box-shadow: 0 14px 34px rgba(41,44,113,.18);
}

.ttc-alltrip-step-panel {
    display: none;
    gap: 12px;
}

.ttc-alltrip-step-panel.is-active {
    display: grid;
}

.ttc-alltrip-inquiry input,
.ttc-alltrip-inquiry select,
.ttc-alltrip-inquiry textarea {
    width: 100%;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    background: rgba(255,255,255,.92);
    color: #08265d;
    font-size: 14px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
}

.ttc-alltrip-inquiry input,
.ttc-alltrip-inquiry select {
    height: 50px;
    padding: 0 15px;
}

.ttc-alltrip-inquiry textarea {
    min-height: 96px;
    padding: 14px 15px;
    resize: vertical;
}

.ttc-alltrip-inquiry input::placeholder,
.ttc-alltrip-inquiry textarea::placeholder {
    color: rgba(8,38,93,.46);
}

.ttc-alltrip-inquiry input:focus,
.ttc-alltrip-inquiry select:focus,
.ttc-alltrip-inquiry textarea:focus {
    border-color: rgba(41,44,113,.58);
    box-shadow: 0 0 0 4px rgba(41,44,113,.08);
}

.ttc-alltrip-phone {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
}

.ttc-alltrip-phone select {
    cursor: pointer;
    font-weight: 900;
}

.ttc-alltrip-back {
    height: 50px;
    border: 1px solid rgba(213,168,78,.55);
    border-radius: 8px;
    background: #fffaf0;
    color: #08265d;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: all .22s ease;
}

.ttc-alltrip-back:hover {
    border-color: rgba(41,44,113,.3);
    background: #fff;
    box-shadow: 0 10px 24px rgba(8,38,93,.08);
}

.ttc-alltrip-form-grid,
.ttc-alltrip-captcha-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ttc-alltrip-captcha {
    width: 100%;
    min-height: 50px;
    justify-content: space-between;
    border-radius: 8px;
    background: #fff;
}

.ttc-alltrip-captcha .captcha_img {
    width: calc(100% - 50px);
    height: 42px;
    object-fit: contain;
}

.ttc-alltrip-captcha .ttc-captcha-refresh {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.ttc-alltrip-form-status {
    min-height: 20px;
    color: #53688f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.ttc-alltrip-form-status.is-success {
    color: #137847;
}

.ttc-alltrip-form-status.is-error {
    color: #b42318;
}

.ttc-alltrip-side-card p {
    margin: 12px 0 18px;
    color: #53688f;
    font-size: 14px;
    line-height: 1.7;
}

.ttc-alltrip-side-card > a:not(.ttc-alltrip-btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e7edf6;
    color: #08265d;
    font-weight: 900;
}

.ttc-alltrip-side-card > a:not(.ttc-alltrip-btn):after {
    content: "\f178";
    font-family: FontAwesome;
    color: #d5a84e;
}

.ttc-alltrip-side-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.ttc-alltrip-side-card li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 22px;
    color: #53688f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.ttc-alltrip-side-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d5a84e;
    box-shadow: 0 0 0 5px rgba(213,168,78,.15);
}

.ttc-alltrip-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.ttc-alltrip-empty {
    padding: 42px;
    border: 1px solid #dbe5f2;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.ttc-alltrip-empty p {
    margin: 10px 0 0;
    color: #53688f;
}

@media (max-width: 1199px) {
    .ttc-alltrip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-alltrip-layout {
        grid-template-columns: 1fr;
    }

    .ttc-alltrip-sidebar {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ttc-alltrip-book-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .ttc-alltrip-page .ttc-container {
        width: min(100% - 30px, 1570px);
    }

    .ttc-alltrip-hero {
        padding: 34px 0;
    }

    .ttc-alltrip-hero__grid,
    .ttc-alltrip-toolbar,
    .ttc-alltrip-sidebar {
        grid-template-columns: 1fr;
    }

    .ttc-alltrip-toolbar {
        align-items: flex-start;
    }

    .ttc-alltrip-grid {
        grid-template-columns: 1fr;
    }

    .ttc-alltrip-card p {
        min-height: 0;
    }

    .ttc-alltrip-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .ttc-alltrip-btn {
        width: 100%;
    }

    .ttc-alltrip-form-grid,
    .ttc-alltrip-captcha-row {
        grid-template-columns: 1fr;
    }
}

/*====================================
            Search Results
====================================*/
.ttc-search-page {
    --search-navy: #06285f;
    --search-blue: #0b5ed7;
    --search-green: #5f8f3c;
    --search-gold: #d6ad55;
    --search-ink: #102348;
    --search-muted: #64728f;
    --search-line: #dce5f2;
    --search-soft: #f4f7fb;
    --search-shadow: 0 18px 46px rgba(6, 40, 95, 0.11);
    padding: 34px 0 58px;
    color: var(--search-ink);
    background:
        radial-gradient(circle at 12% 0, rgba(214, 173, 85, 0.13), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 38%, #f5f8fc 100%);
}

.ttc-search-wrap {
    width: min(1340px, calc(100% - 48px));
    margin: 0 auto;
}

.ttc-search-page a {
    text-decoration: none !important;
}

.ttc-search-hero {
    position: relative;
    overflow: hidden;
    padding: 28px 30px;
    border: 1px solid rgba(214, 173, 85, 0.22);
    background:
        linear-gradient(135deg, rgba(6, 40, 95, 0.96), rgba(7, 67, 131, 0.9)),
        radial-gradient(circle at 100% 0, rgba(95, 143, 60, 0.28), transparent 36%);
    box-shadow: var(--search-shadow);
}

.ttc-search-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(214, 173, 85, 0.16), transparent 18%, transparent 82%, rgba(214, 173, 85, 0.12));
    pointer-events: none;
}

.ttc-search-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: end;
}

.ttc-search-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.ttc-search-kicker:before {
    content: "";
    width: 46px;
    height: 1px;
    background: var(--search-gold);
}

.ttc-search-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.55vw, 40px);
    line-height: 1.1;
    letter-spacing: 0;
}

.ttc-search-hero p {
    max-width: 680px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.75;
}

.ttc-search-box {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.ttc-search-box > i {
    width: 52px;
    color: var(--search-gold);
    text-align: center;
    font-size: 18px;
}

.ttc-search-box input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
}

.ttc-search-box input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.ttc-search-box button {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    background: linear-gradient(135deg, #2742c2, #0b5ed7);
    font-size: 16px;
    cursor: pointer;
}

.ttc-search-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 24px;
    align-items: start;
    margin-top: 24px;
}

.ttc-search-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    padding: 13px 16px;
    border: 1px solid var(--search-line);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 30px rgba(6, 40, 95, 0.06);
}

.ttc-search-toolbar strong {
    display: block;
    color: var(--search-navy);
    font-size: 16px;
}

.ttc-search-toolbar span {
    color: var(--search-muted);
    font-size: 13px;
}

.ttc-search-limit,
.ttc-search-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ttc-search-limit a,
.ttc-search-pagination a,
.ttc-search-pagination span {
    display: inline-grid;
    place-items: center;
    min-width: 34px;
    height: 34px;
    border: 1px solid var(--search-line);
    color: var(--search-navy);
    background: #fff;
    font-size: 12px;
    font-weight: 900;
}

.ttc-search-limit a:hover,
.ttc-search-pagination a.active,
.ttc-search-pagination a:hover {
    border-color: var(--search-blue);
    color: #fff;
    background: var(--search-blue);
}

.ttc-result-list {
    display: grid;
    gap: 20px;
}

.ttc-search-category-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 -2px;
}

.ttc-search-category-title span {
    width: 44px;
    height: 1px;
    background: var(--search-gold);
}

.ttc-search-category-title h3 {
    margin: 0;
    color: var(--search-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ttc-result-card {
    position: relative;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.12);
    background:
        linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 16px 42px rgba(6, 40, 95, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ttc-result-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 300px;
    height: 3px;
    background: linear-gradient(90deg, var(--search-gold), rgba(95, 143, 60, 0.75), transparent);
    z-index: 2;
}

.ttc-result-card:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 173, 85, 0.48);
    box-shadow: 0 26px 64px rgba(6, 40, 95, 0.14);
}

.ttc-result-card__image {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background: var(--search-soft);
}

.ttc-result-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.02);
    transition: transform .35s ease;
}

.ttc-result-card:hover .ttc-result-card__image img {
    transform: scale(1.045);
}

.ttc-result-card__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 40, 95, 0.03), rgba(6, 40, 95, 0.42)),
        linear-gradient(90deg, rgba(6, 40, 95, 0.14), transparent);
}

.ttc-badge-row {
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ttc-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: rgba(6, 40, 95, 0.82);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 800;
}

.ttc-badge--gold {
    color: #102348;
    background: rgba(245, 220, 159, 0.92);
}

.ttc-result-card__body {
    position: relative;
    display: grid;
    align-content: start;
    padding: 22px 24px 20px 28px;
}

.ttc-result-card__body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 3px;
    background: linear-gradient(180deg, var(--search-gold), rgba(214, 173, 85, 0.08));
}

.ttc-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 10px;
    color: var(--search-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ttc-result-meta i {
    color: var(--search-gold);
}

.ttc-result-card h2 {
    margin: 0;
    color: var(--search-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1.12;
}

.ttc-result-card h2 a {
    color: inherit;
}

.ttc-result-card p {
    margin: 11px 0 15px;
    color: #41506f;
    font-size: 14px;
    line-height: 1.65;
}

.ttc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.ttc-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(214, 173, 85, 0.22);
    color: var(--search-navy);
    background: linear-gradient(180deg, #fff, #fffaf1);
    font-size: 12px;
    font-weight: 800;
}

.ttc-search-theme-tag img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    display: block;
}

.ttc-search-theme-tag em {
    font-style: normal;
}

.ttc-result-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 14px 0 0;
    border-top: 1px solid rgba(6, 40, 95, 0.08);
    background: linear-gradient(90deg, transparent, rgba(248, 251, 255, 0.72));
}

.ttc-price small {
    display: block;
    color: var(--search-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ttc-price strong {
    display: block;
    margin-top: 3px;
    color: var(--search-navy);
    font-size: 19px;
    line-height: 1.12;
}

.ttc-price--quiet strong {
    font-size: 16px;
}

.ttc-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    color: #fff !important;
    background: linear-gradient(135deg, #1e3ba9, #0b5ed7);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(11, 94, 215, 0.2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ttc-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(11, 94, 215, 0.28);
}

.ttc-search-sidebar {
    position: sticky;
    top: 105px;
    display: grid;
    gap: 14px;
}

.ttc-search-side-card {
    border: 1px solid var(--search-line);
    background: #fff;
    box-shadow: 0 14px 34px rgba(6, 40, 95, 0.075);
}

.ttc-search-side-card__head {
    padding: 18px 20px;
    color: #fff;
    background: linear-gradient(135deg, rgba(6, 40, 95, 0.98), rgba(9, 74, 128, 0.92));
}

.ttc-search-side-card__head h3 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.1;
}

.ttc-search-side-card__body {
    padding: 18px;
}

.ttc-search-filter-group {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--search-line);
}

.ttc-search-filter-group:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.ttc-search-filter-group b {
    display: block;
    margin-bottom: 12px;
    color: var(--search-navy);
    font-size: 13px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.ttc-search-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ttc-search-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    color: var(--search-navy) !important;
    background: #f8fbff;
    font-size: 12px;
    font-weight: 800;
}

.ttc-search-chip small {
    color: var(--search-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.ttc-search-chip:hover {
    border-color: rgba(214, 173, 85, 0.42);
    color: var(--search-blue) !important;
}

.ttc-search-help {
    padding: 20px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(6, 40, 95, 0.94), rgba(7, 54, 104, 0.88)),
        radial-gradient(circle at 100% 0, rgba(214, 173, 85, 0.22), transparent 34%);
}

.ttc-search-help h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.1;
}

.ttc-search-help p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.ttc-search-empty {
    padding: 44px;
    border: 1px solid var(--search-line);
    background: #fff;
    text-align: center;
    box-shadow: var(--search-shadow);
}

.ttc-search-empty i {
    display: inline-grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    border: 1px solid rgba(214, 173, 85, 0.34);
    color: var(--search-gold);
    background: #fffaf1;
    font-size: 24px;
}

.ttc-search-empty h2 {
    margin: 0 0 8px;
    color: var(--search-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.ttc-search-pagination {
    justify-content: center;
    margin-top: 28px;
}

.ttc-search-pagination a,
.ttc-search-pagination span {
    min-width: 42px;
    height: 42px;
}

@media (max-width: 991px) {
    .ttc-search-hero__inner,
    .ttc-search-body,
    .ttc-result-card {
        grid-template-columns: 1fr;
    }

    .ttc-result-card:before {
        left: 0;
    }

    .ttc-search-sidebar {
        position: static;
    }

    .ttc-result-card__image {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .ttc-search-page {
        padding: 28px 0 48px;
    }

    .ttc-search-wrap {
        width: min(100% - 28px, 1340px);
    }

    .ttc-search-hero {
        padding: 24px 18px;
    }

    .ttc-search-box > i {
        width: 42px;
    }

    .ttc-search-toolbar,
    .ttc-result-card__foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .ttc-result-card__body {
        padding: 20px;
    }

    .ttc-search-empty {
        padding: 30px 18px;
    }
}

.fright {
    position: fixed;
    right: -39px;
    top: 44vh;
    z-index: 99;
    transform: rotate(-90deg);
    background: #FF5722;
    padding: 5px 12px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    border: 1px solid #FF5722;
    color: #fff
}

.fcall {
    position: fixed;
    right: -3px;
    top: 57vh;
    z-index: 99;
    transform: rotate(-90deg);
    background: #FF5722;
    padding: 5px 12px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    border: 1px solid #FF5722;
    color: #fff
}

    .fcall i {
        transform: rotate(90deg);
    }

.scroll-panel {
    height: auto !important
}



.main-slider {
    background-image: url(../img/slider_2.jpg);
    background-color: #2d2d2d;
    background-attachment: scroll;
    min-height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center 0;
}

.sliderin {
    height: 100vh;
    min-height: 520px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.promo-text-v1 {
    margin-bottom: 10px;
    padding: 3px 0 7px;
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    color: #ffffff;
}

.sl-form {
    margin: 0 auto;
    max-width: 700px;
}

    .sl-form .form-control {
        background: rgba(255, 255, 255, 0.74);
        border: 1px solid #fff;
        color: #212121;
        height: 45px;
    }

    .sl-form button {
        background: #0759f0;
        border: 1px solid #0759f0;
        color: #fff;
        height: 45px;
        min-width: 100px;
    }

.cd-words-wrapper {
    margin: 0px auto 40px;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-size: 2.5em;
    font-weight: 500;
    color: #fff;
}

    .cd-words-wrapper li {
        opacity: 1;
        display: inline-block;
        white-space: nowrap;
        font-weight: inherit;
        left: 0;
        right: 0;
        -webkit-animation: slide-in 1s ease-in-out;
        animation: slide-in 1s ease-in-out;
    }

        .cd-words-wrapper li span {
            background-color: rgba(255, 255, 255, 0.8);
            font-weight: bold;
            color: #000;
            line-height: 0.8em;
            display: inline-block;
            padding: .2em 0;
        }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

header {
    position: relative
}

.arrow-s {
    position: absolute;
    bottom: 28px;
    width: 30px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99
}

    .arrow-s i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin: 30px 0;
        color: #fff;
        font-size: 24px;
        text-shadow: 0 4px 16px rgba(0, 0, 0, .35);
    }

.bounce {
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.theme-tourtop {
    margin-top: -80px;
    padding: 0 0 40px;
    position: relative;
    z-index: 9
}

.tourtop-item {
    margin: 0;
    padding: 80px 0 0;
    display: flex;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .tourtop-item * {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .tourtop-item a {
        display: block;
        padding: 50px 20px 10px;
        width: 100%;
        text-align: center;
        border: 1px solid #ddd
    }

        .tourtop-item a figure {
            margin: -110px auto 0;
            width: 135px;
            position: relative;
            border: 3px solid #fff;
            border-radius: 100%;
            overflow: hidden
        }

            .tourtop-item a figure img {
                border-radius: 100%
            }

        .tourtop-item a:hover {
            background: #ddd
        }

        .tourtop-item a span {
            font-weight: bold
        }

        .tourtop-item a:hover {
            color: #6caa3f
        }

            .tourtop-item a:hover img {
                transform: scale(1.1)
            }

.title {
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
    color: #282b71;
    font-weight: 700;
    font-size: 30px
}

.btn-dd {
    background: #6caa3f;
    color: #fff
}

.td-box, .td-box a h3 {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    position: relative
}

    .td-box figure {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

        .td-box figure img {
            -webkit-transition: all .35s;
            -moz-transition: all .35s;
            transition: all .35s
        }

    .td-box:hover figure img {
        transform: scale(1.01);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    .td-box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        background: rgba(51,51,51,0.40);
        border-radius: 15px;
    }

    .td-box:hover a h3 {
        margin-bottom: 20px
    }

    .td-box a h3 {
        color: #fff;
        font-size: 23px;
        padding: 10px
    }

.bg-form {
    margin-top: 40px;
    background: #f5f5f5;
    padding: 40px 0
}

    .bg-form form {
        margin-top: 30px
    }

.btncal {
    max-width: 100px
}

.custom-select {
    position: relative;
    height: auto;
    padding: 0;
    font-size: 1rem;
    text-align: left
}

    .custom-select select {
        display: none
    }

.select-selected {
    background-color: #fff;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #999 transparent transparent transparent
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #999 transparent;
        top: 7px
    }

.select-selected {
    padding: .375rem .75rem;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-items div {
    padding: .375rem .75rem;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0,0,0,0.1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    border-bottom: 0
}

.select-hide {
    display: none
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0,0,0,0.1)
}

.select-items::-webkit-scrollbar {
    width: 5px
}

.select-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1)
}

.select-items::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}

.wwa {
    padding: 40px 0
}

.collapsebtn {
    margin-bottom: -1px;
    border-radius: 4px 4px 0px 0;
}

.owl-dots {
    width: 100%;
    text-align: center
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: #ddd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 2px
}

    .owl-dot.active {
        background: #009ad8
    }

.dropdown-btn {
    display: none
}

#contact_modal .modal-lg {
    max-width: 395px
}

#contact_modal .modal-body {
    width: calc(100%+1px)
}

#contact_modal .modal-content {
    border-radius: 0
}

    #contact_modal .modal-content .form {
        padding: 20px 50px 40px;
        position: relative;
        z-index: 9
    }

        #contact_modal .modal-content .form h2 {
            margin: 0 0 25px;
            padding: 0;
            color: #000;
            font-weight: 700;
            font-size: 30px
        }

            #contact_modal .modal-content .form h2 span {
                color: #6caa3f
            }

        #contact_modal .modal-content .form p {
            margin-bottom: 40px;
            color: #212121
        }

        #contact_modal .modal-content .form .form-group {
            position: relative;
            margin-bottom: 15px
        }

            #contact_modal .modal-content .form .form-group label {
                font-size: 15px;
                color: #000;
                font-weight: 600
            }

        #contact_modal .modal-content .form .form-control {
            padding: 0 0 5px;
            border: 0;
            border-radius: 0;
            border-bottom: 1px solid #ddd;
            box-shadow: none
        }

.underline {
    border-bottom: 2px solid #6caa3f;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 120ms ease-out,width 0ms linear 180ms;
    width: 0;
    z-index: 9
}

input:focus + .underline, select:focus + .underline {
    opacity: 1;
    transition: width 180ms ease-out,opacity 120ms ease-in;
    width: 100%
}

textarea:focus + .underline {
    opacity: 1;
    transition: width 180ms ease-out,opacity 120ms ease-in;
    width: 100%
}

#contact_modal .btn-link:focus {
    text-decoration: underline !important;
    color: #F00
}

#contact_modal .modal-content .form .form-control:focus {
    outline: 0
}

.imgbg {
    margin: 0;
    padding: 0 0 80px;
    background: #2b3840;
    min-height: 560px;
    display: flex;
    width: calc(100% + 1px);
    height: 100%;
    align-items: center;
    justify-content: center
}

#contact_modal .modal-content .form .btn-2 {
    background: #6caa3f;
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px
}

.fsblue {
    color: #6caa3f
}

.h-50vh {
    max-height: 50vh;
    min-height: 300px
}

    .h-50vh p a {
        color: #fff
    }

.p-pb .tour-post {
    margin-bottom: 30px
}

.rated {
    color: #f6b800
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.fixedbottm {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background: #f5f5f5;
    padding: 5px 0;
    z-index: 99;
    box-shadow: 1px -2px 5px #999;
}

.sticky {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 1px 13px #999
}

.pd-header h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 500
}

.fixedbottm h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600
}

h3.price {
    line-height: 22px;
    margin-top: -5px;
    font-weight: bold;
    font-size: 24px
}

    h3.price small {
        font-size: 14px
    }

.dp_ul {
    margin: 10px 12px 0px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
}

    .dp_ul li a {
        margin: 0 25px;
        padding: 0 2px 5px;
        font-size: 14px;
        white-space: nowrap;
        display: block;
        border-bottom: 2px solid #ffd1c2;
    }

    .dp_ul li:first-child a {
        margin-left: 0
    }

    .dp_ul li a:hover, .dp_ul li a.active {
        border-bottom: 2px solid #6caa3f;
        color: #6caa3f
    }

#Photos .row:nth-child(2) > .col-12 h5 {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px 5px;
}

.iconul {
    margin: -16px 0 0;
    padding: 20px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    z-index: 0;
}

    .iconul li {
        margin: 0;
        padding: 5px 0px;
        ;
    }

        .iconul li figure {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            height: 30px;
        }

        .iconul li span {
            margin: 0;
            padding: 5px 0 0px;
            display: block;
        }

.nav-tabs {
    border-bottom: none;
}

#sticky2 {
    margin: 0;
    padding: 0;
}

    #sticky2 li {
        padding: 5px 0;
        width: 100%;
        text-align: center;
        border-right: 4px solid #ddd7d7;
    }

        #sticky2 li a {
            background: #ddd;
            font-weight: 600;
            margin: 10px -4px 5px 0;
            padding: 10px;
            display: block;
            position: relative;
        }

            #sticky2 li a:hover, #sticky2 li a.active {
                color: #fff;
                background: #6caa3f
            }

            #sticky2 li a:before {
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                position: absolute;
                right: -9px;
                border-left: 10px solid #ddd;
                width: 0;
                height: 0;
                content: "";
            }

            #sticky2 li a:hover:before, #sticky2 li a.active:before {
                border-left: 10px solid #6caa3f;
            }

.ullist {
    margin: 0;
    padding: 0;
}

    .ullist li {
        margin: 0;
        padding: 0 0 7px 20px;
        position: relative;
    }

        .ullist li:before {
            color: #b5b5b5;
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 5px;
            content: "\f00c";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.page-section h4 {
    padding-top: 30px;
}

.page-section p:last-child {
    margin-bottom: 0;
}

.hr-light {
    border-color: #ddd;
}

.page-section h4 strong {
    color: #FF5722
}

@media only screen and (min-width: 1170px) {
    .sliderin {
        height: 83vh;
    }

    nav .container, .container-fluid {
        max-width: 1600px;
        width: 92%;
    }

}


@media only screen and (min-width: 992px) and (max-width:1199px) {
    .cd-words-wrapper li {
        font-size: 35px
    }
}

@media only screen and (min-width: 992px) {
    .offset-lg-3 {
        margin-left: 25%
    }
}

@media only screen and (max-width: 992px) {
    #contact_modal .modal-lg {
        max-width: 700px
    }

    #contact_modal .modal-content .form {
        padding: 50px
    }

    #contact_modal .modal-lg .col-12.col-lg-4, #contact_modal .modal-lg h4 {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .navigation ul li.dropdown ul.dropdown-menu {
        text-align: left;
        padding: 0;
        display: inline-block;
        position: absolute;
        top: 100%;
        left: -.5em;
        z-index: 1000;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: nowrap;
        -webkit-transform: scale(1,0);
        -ms-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform .14s 0s ease-in-out;
        -o-transition: -o-transform .14s 0s ease-in-out;
        transition: -webkit-transform .14s 0s ease-in-out;
        -o-transition: transform .14s 0s ease-in-out;
        transition: transform .14s 0s ease-in-out;
        transition: transform .14s 0s ease-in-out,-webkit-transform .14s 0s ease-in-out
    }

    .navigation ul li.dropdown:hover ul.dropdown-menu {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .contact_box {
        padding: 0 20px 70px;
        min-height: 303px
    }

    .mtitle, .lt-section h2, .title_2 {
        font-size: 30px !important
    }

    .lt-section .n-btn {
        width: 100%;
        height: auto;
        padding: 13px 5px;
        font-size: 16px
    }

    .cd-words-wrapper li {
        font-size: 25px
    }
}

@media only screen and (max-width: 991px) {
    .cd-words-wrapper li {
        font-size: 20px
    }

    .cd-words-wrapper li {
        word-wrap: break-word;
        white-space: normal
    }

    .sl-form button {
        width: auto
    }

    .btn_num1 {
        width: 150px
    }

    .mtitle, .lt-section h2, .title_2 {
        font-size: 24px !important
    }

    .h4, h4 {
        font-size: 16px
    }

    .lt-section .container {
        display: block
    }

    .margin_top {
        margin-top: -100px
    }

    .contact_box {
        padding: 0 20px 70px;
        margin-bottom: 60px
    }

    .img5w-section {
        padding: 450px 0 50px
    }

    .career-img {
        top: 0;
        width: 100vw;
        height: 50%;
        min-height: 50%
    }

    .lt-section {
        text-align: center
    }

    #contact_modal .modal-content .form {
        padding: 30px
    }
}

@media only screen and (max-width: 576px) {
    h3.price {
        margin-top: 10px;
    }

    .video-section {
        display: block;
        text-align: center
    }

    .be-2 {
        margin: 15px auto
    }

    .white-bg .col, .gray-bg .col {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #contact_modal .modal-content .form {
        padding: 20px
    }

}

input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.accordion {
    margin: 20px 0px 20px 0px;
}

.card-header {
    background-color: rgb(255, 239, 234);
    !important
}

.card-title {
    color: #ff5722 !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.whychoose-sec {
    background: #f1f6f9;
    padding: 15px;
    border-radius: 8px;
    clear: both;
    margin-top: 30px;
}

    .whychoose-sec .mypack {
        text-align: center;
        padding-top: 30px;
        margin: 0;
        background: #fff;
        box-shadow: none;
        border: 1px solid #e9e9e9;
    }

.mypack {
    padding: 0;
    padding-top: 0px;
    border: none;
    box-shadow: rgba(0,0,0,.2) 0 4px 12px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.whychoose-sec .mypack {
    text-align: center;
}

.thumbnail.mypack .caption {
    padding: 9px;
    padding-top: 9px;
    color: #333;
    margin-top: 0 !important;
}

.info-box {
    position: relative;
    padding: 26px 0;
    text-align: center;
    background: var(--color-white);
    border: 1px solid rgba(54,49,42,.2);
    border-radius: var(--border-radius-default);
    margin-top: 20px
}

    .info-box:first-child {
        margin-top: unset
    }

.info-box--no-border {
    border: none;
    padding: 0
}

.info-box--spacing-small {
    padding: 13px 0
}

    .info-box--spacing-small .info-box__title {
        margin-top: -20px
    }

@media screen and (min-width: 576px) {
    .info-box:not(.info-box--no-border) and :not(.info-box--spacing-small) {
        padding: 28px 0
    }
}

.info-box__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(130px, max-content));
    justify-content: center;
    grid-gap: 30px 20px
}

@media screen and (min-width: 576px) {
    .info-box__items {
        grid-template-columns: repeat(auto-fit, minmax(120px, -webkit-max-content));
        grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
        grid-gap: 20px
    }
}

.info-box__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.info-box__title {
    text-align: center;
    margin-top: -33px;
    margin-bottom: 20px
}

@media screen and (min-width: 576px) {
    .info-box__title {
        margin-top: -35px
    }
}

.info-box__title-text {
    background-color: #ffffff;
    display: inline-block;
    padding: 0 9px
}

.info-box__item-icon {
    width: 26px;
    height: 26px
}

    .info-box__item-icon svg {
        max-width: 100%
    }

.info-box__item-text {
    margin-top: 3px;
    color: #000000;
    text-transform: capitalize;
    font-weight: var(--font-weight-semibold)
}

.bd-example {
    border-left: 3px solid #ff5722;
}

.sitemap-container {
    border: 2px solid #e7e8e8;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #eee;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 11px 0
}

.sitemap-heading {
    font-size: 20px;
    color: #404040;
    border-bottom: 1px solid #d7d7d7;
    font-family: arial;
    padding: 10px 16px
}

.sitemap-content {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    width: 100%
}

.sitemap-div {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #d8d8d8
}

    .sitemap-div:first-child {
        border-top: medium none
    }

.sitemap-div-main-heading {
    margin: 10px 6px;
    font-size: 16px;
    font-weight: 700
}

.sitemap-div-subheading {
    margin-left: 5px
}

.sitemap-links {
    margin-bottom: 10px
}

.sitemap-div ul li {
    border-right: 1px solid #c3c3c3
}

.siteMapInline {
    margin: 0;
    padding: 0 3px
}

    .siteMapInline li {
        display: inline-block;
        margin: 5px 0 8px;
        padding: 0 5px
    }

.sitemap-div ul li:last-child {
    border-right: medium none
}

.media > .pull-left {
    margin-right: 10px
}

.pull-left {
    float: left !important
}

a.explore-button .right-arrow, a.explore-button:hover .right-arrow {
    border-radius: 50%;
    display: block;
    float: left;
    margin: 0 14px 0 10px;
    width: 20px;
    height: 20px
}

.home-slider {
    position: relative;
}

    .home-slider .sliderin {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        height: 100%;
    }

    .home-slider #carouselExampleControls img,
    .home-slider #carouselExampleControls video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 991px) {
    .home-slider #carouselExampleControls img,
    .home-slider #carouselExampleControls video {
        min-height: 600px;
    }

    .sliderin {
        min-height: 440px;
    }

    .arrow-s {
        position: fixed;
    }
}

@media (max-width: 767px) {
    .home-slider #carouselExampleControls img,
    .home-slider #carouselExampleControls video {
        min-height: 550px;
    }
}

@media (max-width: 575px) {
    .home-slider #carouselExampleControls img,
    .home-slider #carouselExampleControls video {
        min-height: 500px;
    }

    .promo-text-v1 {
        font-size: 20px;
        margin-bottom: -15px;
    }

    .logot {
        max-width: 180px;
    }

    .f-link .d-flex.justify-content-between {
        display: block !important;
        text-align: center;
    }

        .f-link .d-flex.justify-content-between a {
            display: inline-block !important;
        }

    .cd-words-wrapper li {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .home-slider #carouselExampleControls img,
    .home-slider #carouselExampleControls video {
        min-height: 400px;
    }
}

/*====================================
                Home Responsive
====================================*/
.home-slider,
.home-slider .carousel,
.home-slider .carousel-inner,
.home-slider .carousel-item {
    min-height: clamp(520px, 72vh, 760px);
}

    .home-slider #carouselExampleControls img,
    .home-slider #carouselExampleControls video {
        width: 100% !important;
        height: clamp(520px, 72vh, 760px) !important;
        min-height: 0 !important;
        object-fit: cover;
        object-position: center;
    }

    .home-slider .sliderin {
        width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 96px 16px 64px;
        pointer-events: none;
        z-index: 3;
    }

        .home-slider .sliderin .container {
            max-width: 980px;
        }

    .home-slider .sl-form,
    .home-slider .arrow-s {
        pointer-events: auto;
    }

    .home-slider .carousel-control-prev,
    .home-slider .carousel-control-next {
        z-index: 6;
        width: 9%;
        opacity: 0.9;
    }

    .home-slider.ttc-home-slider--video-active .carousel-control-prev,
    .home-slider.ttc-home-slider--video-active .carousel-control-next {
        opacity: 0 !important;
        visibility: hidden;
        pointer-events: none;
    }

    .home-slider .carousel-control-prev-icon,
    .home-slider .carousel-control-next-icon {
        width: 34px;
        height: 34px;
        filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34));
    }

    .home-slider .carousel-fade .carousel-item {
        transition: opacity 1.45s ease-in-out;
    }

    .home-slider .carousel-item img,
    .home-slider .carousel-item video {
        display: block;
        transform: scale(1.04);
        transition: transform 8.5s ease;
    }

    .home-slider .carousel-item.active img,
    .home-slider .carousel-item.active video {
        transform: scale(1);
    }

    .home-slider .promo-text-v1 {
        font-size: clamp(30px, 5.4vw, 72px);
        line-height: 1.05;
        transition: opacity 260ms ease, transform 260ms ease;
    }

    .home-slider .cd-words-wrapper {
        padding: 0;
    }

        .home-slider .cd-words-wrapper li {
            font-size: clamp(16px, 2.1vw, 28px);
            line-height: 1.35;
            transition: opacity 260ms ease, transform 260ms ease;
        }

    .home-slider .sl-form {
        max-width: 680px;
        margin: 24px auto 0;
    }

        .home-slider .sl-form .input-group {
            position: relative;
            flex-wrap: nowrap;
            align-items: center;
            min-height: 58px;
            padding: 6px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.26);
            border-radius: 0;
            background: rgba(255, 255, 255, 0.18);
            box-shadow: 0 18px 46px rgba(3, 19, 48, 0.2);
            backdrop-filter: blur(16px);
        }

        .home-slider .ttc-hero-search__icon {
            display: inline-grid;
            place-items: center;
            flex: 0 0 52px;
            width: 52px;
            color: #d6ad55;
            font-size: 18px;
        }

        .home-slider .sl-form .form-control {
            height: 46px;
            border: 0 !important;
            color: #fff;
            background: transparent !important;
            box-shadow: none !important;
            font-size: 14px;
        }

        .home-slider .sl-form .form-control::placeholder {
            color: rgba(255, 255, 255, 0.78);
        }

        .home-slider .sl-form .input-group-append {
            margin-left: 6px;
        }

        .home-slider .sl-form button,
        .home-slider .sl-form .btn-n,
        #search.btn-n {
            display: inline-grid;
            place-items: center;
            width: 46px;
            min-width: 46px;
            height: 46px;
            padding: 0 !important;
            border: 1px solid rgba(104, 168, 255, 0.5) !important;
            border-radius: 0 !important;
            color: #fff !important;
            background-color: #0759f0 !important;
            background-image: linear-gradient(135deg, #1c82ff 0%, #0759f0 58%, #0248d9 100%) !important;
            box-shadow: 0 12px 28px rgba(2, 72, 220, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.22);
            font-size: 16px;
            font-weight: 800;
            transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
        }

            .home-slider .sl-form button:hover,
            .home-slider .sl-form .btn-n:hover,
            #search.btn-n:hover {
                color: #fff !important;
                transform: translateY(-1px);
                filter: saturate(1.08);
                box-shadow: 0 16px 36px rgba(2, 72, 220, 0.34);
            }

        .home-slider .sl-form .search_loader {
            position: static;
            display: none;
            flex: 0 0 22px;
            width: 22px;
            margin: 0 4px;
            line-height: 1;
        }

        .home-slider .sl-form .search_loader img {
            width: 15px;
            height: 15px;
        }

.theme-tourtop .tourtop-item figure img,
.td-section .td-box figure img {
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
}

.theme-tourtop .tourtop-item figure img {
    height: 128px !important;
}

.td-section .td-box figure img {
    height: auto !important;
    aspect-ratio: 2 / 1;
}

@media (max-width: 991px) {
    .home-slider,
    .home-slider .carousel,
    .home-slider .carousel-inner,
    .home-slider .carousel-item {
        min-height: 560px;
    }

        .home-slider #carouselExampleControls img,
        .home-slider #carouselExampleControls video {
            height: 560px !important;
        }

        .home-slider .sliderin {
            min-height: 560px;
            padding-top: 82px;
        }
}

@media (max-width: 575px) {
    .home-slider,
    .home-slider .carousel,
    .home-slider .carousel-inner,
    .home-slider .carousel-item {
        min-height: 500px;
    }

        .home-slider #carouselExampleControls img,
        .home-slider #carouselExampleControls video {
            height: 500px !important;
        }

        .home-slider .sliderin {
            min-height: 500px;
            padding: 76px 14px 44px;
        }

        .home-slider .sl-form .input-group {
            display: flex;
            align-items: center;
            overflow: hidden;
            min-height: 54px;
            padding: 5px;
            background: rgba(255, 255, 255, 0.18);
        }

        .home-slider .ttc-hero-search__icon {
            flex-basis: 42px;
            width: 42px;
        }

        .home-slider .sl-form .form-control {
            width: 100%;
            border-radius: 0;
        }

        .home-slider .sl-form .btn {
            width: 44px;
            min-width: 44px;
            height: 44px;
            min-height: 44px;
        }
}
/* Premium Search */

.ui-autocomplete {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 15px 50px rgba(0,0,0,.18);
    padding: 10px;
    background: #fff;
    margin-top: 12px;
    max-height: 500px;
    overflow-y: auto;
}


.ui-autocomplete-category {
    background: #fff;
    color: #2962ff;
    border-bottom: 1px solid #e8eef7;
    margin: 8px 0;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: 2px;
}

.ui-menu-item {
    margin: 6px 0;
}

.ui-menu-item-wrapper {
    border-radius: 14px;
    transition: .3s;
    padding: 14px 18px !important;
}

    .ui-menu-item-wrapper:hover {
        background: #F7FAFF;
        transform: translateX(6px);
        box-shadow: 0 5px 15px rgba(0,0,0,.05);
    }

.ui-state-active {
    background: #f5f9ff !important;
    border: none !important;
    color: #222 !important;
}
/* ===== Search Item ===== */

.ui-menu-item-wrapper {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

    .ui-menu-item-wrapper:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 18px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        color: #fff;
        flex-shrink: 0;
    }

    /* Country */

    .ui-menu-item-wrapper[data-category="Country"]:before {
        content: "\f57d";
        background: #4CAF50;
    }

    /* Region */

    .ui-menu-item-wrapper[data-category="Region"]:before {
        content: "\f279";
        background: #3F51B5;
    }

    /* State */

    .ui-menu-item-wrapper[data-category="State"]:before {
        content: "\f3c5";
        background: #FF9800;
    }

    /* City */

    .ui-menu-item-wrapper[data-category="City"]:before {
        content: "\f64f";
        background: #00ACC1;
    }

    /* Theme */

    .ui-menu-item-wrapper[data-category="Theme"]:before {
        content: "\f005";
        background: #9C27B0;
    }

    /* Itinerary */

    .ui-menu-item-wrapper[data-category="Itineraries"]:before {
        content: "\f072";
        background: #E91E63;
    }

.ui-menu-item-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    box-sizing: border-box;
}

.search-name {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.search-type {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    background: #eef4ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 600;
    margin-left: 15px;
    white-space: nowrap;
}

.search-left {
    display: flex;
    align-items: center;
}

.search-content {
    display: flex;
    flex-direction: column;
}

.search-name {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.search-sub {
    font-size: 12px;
    color: #8b8b8b;
    margin-top: 3px;
}

.search-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-arrow {
    color: #b8b8b8;
    transition: .3s;
}

.premium-item:hover .search-arrow {
    color: #2563eb;
    transform: translateX(4px);
}

.search-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
}

.country-icon {
    background: #2563eb;
}

.region-icon {
    background: #0ea5a4;
}

.state-icon {
    background: #f59e0b;
}

.city-icon {
    background: #06b6d4;
}

.theme-icon {
    background: #9333ea;
}

.itinerary-icon {
    background: #ec4899;
}

.badge-country {
    background: #eef4ff;
    color: #2563eb;
}

.badge-region {
    background: #ecfeff;
    color: #0f766e;
}

.badge-state {
    background: #fff7ed;
    color: #ea580c;
}

.badge-city {
    background: #ecfeff;
    color: #0891b2;
}

.badge-theme {
    background: #faf5ff;
    color: #7e22ce;
}

.badge-itinerary {
    background: #fdf2f8;
    color: #db2777;
}

@media (max-width: 767px) {
    .ui-autocomplete {
        max-height: 56vh;
        padding: 7px;
        border: 1px solid rgba(8, 47, 112, 0.12);
        border-radius: 12px;
        box-shadow: 0 18px 42px rgba(5, 20, 54, 0.22);
        overflow-x: hidden;
        z-index: 100000 !important;
    }

    .ui-autocomplete-category {
        margin: 4px 0 5px;
        padding: 7px 12px;
        color: #0759f0;
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .ui-menu-item {
        margin: 4px 0;
    }

    .ui-menu-item-wrapper {
        min-height: 50px;
        padding: 10px 12px !important;
        border-radius: 10px;
        transform: none !important;
        box-shadow: none !important;
    }

    .ui-menu-item-wrapper:hover,
    .ui-state-active {
        transform: none !important;
    }

    .search-name {
        min-width: 0;
        color: #08275f;
        font-size: 13px;
        line-height: 1.25;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .search-type {
        margin-left: 8px;
        padding: 4px 8px;
        font-size: 9px;
    }
}

/*====================================
                Header Premium
====================================*/
.main-header {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 0 !important;
    border: 0;
    border-bottom: 1px solid rgba(16, 35, 74, 0.1);
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 14px 40px rgba(5, 19, 48, 0.08);
    backdrop-filter: blur(12px);
}

body {
    padding-top: 0 !important;
}

.main-header .container {
    width: min(1340px, calc(100% - 48px));
    max-width: none !important;
    padding: 0 !important;
}

.main-header .header-inner {
    display: flex !important;
    align-items: center !important;
    min-height: 84px;
    width: 100%;
    gap: 26px;
}

.main-header .header-logo {
    flex: 0 0 auto;
}

    .main-header .header-logo a {
        display: inline-flex;
        align-items: center;
        padding: 7px 10px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: 0 10px 28px rgba(8, 26, 63, 0.08);
    }

    .main-header .header-logo img {
        display: block !important;
        width: auto;
        height: 48px;
        object-fit: contain;
    }

.main-header .navigation {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    margin: 0 !important;
}

    .main-header .navigation > ul {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 3px;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-header .navigation > ul > li {
            position: relative;
            margin: 0 !important;
        }

            .main-header .navigation > ul > li > a {
                position: relative;
                display: inline-flex !important;
                align-items: center;
                min-height: 84px;
                padding: 0 13px !important;
                color: #14264d !important;
                font-size: 14px;
                font-weight: 800;
                letter-spacing: 0.2px;
                text-decoration: none !important;
                text-transform: capitalize;
                transition: color 180ms ease, transform 180ms ease;
            }

                .main-header .navigation > ul > li > a:after {
                    content: "";
                    position: absolute;
                    left: 13px;
                    right: 13px;
                    bottom: 22px;
                    height: 2px;
                    border-radius: 999px;
                    background: linear-gradient(90deg, transparent, #2487ff, transparent);
                    opacity: 0;
                    transform: translateY(5px);
                    transition: opacity 180ms ease, transform 180ms ease;
                }

            .main-header .navigation > ul > li:hover > a {
                color: #06285f !important;
                transform: translateY(-1px);
            }

                .main-header .navigation > ul > li:hover > a:after {
                    opacity: 1;
                    transform: translateY(0);
                }

    .main-header .navigation ul li ul,
    .main-header .navigation ul li .dropdown-menu {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        z-index: 1000;
        display: block;
        min-width: 230px;
        margin: 0;
        padding: 10px !important;
        border: 1px solid rgba(15, 43, 95, 0.1);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 24px 56px rgba(6, 22, 52, 0.18), inset 0 1px 0 rgba(255,255,255,0.9);
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

        .main-header .navigation ul li ul li a,
        .main-header .navigation ul li .dropdown-menu li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 10px 12px !important;
            border-radius: 6px;
            color: #24385f !important;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none !important;
            transition: color 180ms ease, background 180ms ease, transform 180ms ease;
        }

            .main-header .navigation ul li ul li a:hover,
            .main-header .navigation ul li .dropdown-menu li a:hover {
                color: #0759f0 !important;
                background: rgba(36, 135, 255, 0.08);
                transform: translateX(3px);
            }

    .main-header .navigation ul li:hover > ul,
    .main-header .navigation ul li:hover > .dropdown-menu,
    .main-header .navigation ul li.is-open > ul,
    .main-header .navigation ul li.is-open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-header .navigation ul li ul ul {
        top: -10px;
        left: calc(100% + 10px);
    }

    .main-header .navigation .ttc-menu-caret {
        margin-left: 7px;
        color: #d6ad55;
        font-size: 12px;
        transition: transform 180ms ease;
    }

    .main-header .navigation > ul > li:hover > a .ttc-menu-caret {
        transform: rotate(180deg);
    }

@media (min-width: 992px) {
    .main-header .navigation {
        position: relative;
    }

    .main-header .navigation > ul > li.dropdown {
        position: relative;
    }

    .main-header .navigation > ul > li.dropdown > ul {
        top: calc(100% + 4px);
        right: auto;
        left: 0;
        display: block;
        width: min(350px, calc(100vw - 48px));
        min-width: 350px;
        min-height: auto;
        padding: 24px 0 !important;
        overflow: visible;
        border: 1px solid rgba(214, 173, 85, 0.2);
        border-radius: 0;
        background:
            linear-gradient(135deg, rgba(5, 21, 50, 0.86), rgba(6, 40, 95, 0.72)),
            radial-gradient(circle at 18% 100%, rgba(91, 132, 54, 0.22), transparent 36%) !important;
        box-shadow: 0 34px 82px rgba(3, 15, 38, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(18px);
        transform: translateY(14px);
    }

    .main-header .navigation > ul > li.dropdown:hover > ul,
    .main-header .navigation > ul > li.dropdown.is-open > ul {
        transform: translateY(0);
    }

    .main-header .navigation > ul > li.dropdown > ul:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 2px;
        border-radius: 0;
        background: linear-gradient(90deg, #5f8f3c, rgba(214, 173, 85, 0.86), transparent);
    }

    .main-header .navigation > ul > li.dropdown > ul:after {
        content: none;
    }

    .main-header .navigation > ul > li.dropdown > ul > li {
        position: static;
        min-width: 0;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > a {
        position: relative;
        min-height: 52px;
        padding: 0 54px 0 76px !important;
        border-bottom: 0;
        border-radius: 0;
        color: rgba(255, 255, 255, 0.92) !important;
        background: transparent !important;
        font-family: Lato, Arial, sans-serif;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > a:before {
        content: "";
        position: absolute;
        left: 36px;
        top: 50%;
        width: 0;
        height: 1px;
        background: #8db45d;
        transform: translateY(-50%);
        transition: width 180ms ease;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > a:after {
        content: none;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > a:hover {
        color: #d6ad55 !important;
        transform: none;
    }

    .main-header .navigation > ul > li.dropdown > ul > li:hover > a {
        color: #d6ad55 !important;
        background: linear-gradient(90deg, rgba(95, 143, 60, 0.18), rgba(255, 255, 255, 0.05)) !important;
    }

    .main-header .navigation > ul > li.dropdown > ul > li:hover > a:before {
        width: 26px;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > a .ttc-menu-caret {
        position: absolute;
        right: 30px;
        top: 50%;
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 18px;
        transform: translateY(-50%);
        transition: color 180ms ease, transform 180ms ease;
    }

    .main-header .navigation > ul > li.dropdown > ul > li:hover > a .ttc-menu-caret {
        color: #d6ad55;
        transform: translate(4px, -50%);
    }

    .main-header .navigation > ul > li.dropdown > ul > li > ul {
        position: absolute !important;
        top: 0;
        right: auto;
        left: 100%;
        bottom: 0;
        display: grid;
        align-content: start;
        gap: 0;
        width: 320px;
        min-width: 320px;
        min-height: 100%;
        margin: 0;
        padding: 24px 34px !important;
        border: 1px solid rgba(214, 173, 85, 0.16);
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0;
        background:
            linear-gradient(135deg, rgba(4, 31, 72, 0.82), rgba(8, 45, 85, 0.68)),
            radial-gradient(circle at 100% 0, rgba(214, 173, 85, 0.14), transparent 38%) !important;
        box-shadow: 28px 34px 82px rgba(3, 15, 38, 0.28);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        transform: translateX(10px) !important;
        transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    }

    .main-header .navigation > ul > li.dropdown > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateX(0) !important;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > ul li {
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > ul a {
        min-height: 52px;
        padding: 0 0 0 22px !important;
        border: 0;
        border-radius: 0;
        color: rgba(255, 255, 255, 0.92) !important;
        background: transparent !important;
        font-family: inherit;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .main-header .navigation > ul > li.dropdown > ul > li > ul a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 12px;
        height: 1px;
        background: rgba(214, 173, 85, 0.82);
        transform: translateY(-50%);
    }

    .main-header .navigation > ul > li.dropdown > ul > li > ul a:hover {
        color: #d6ad55 !important;
        background: transparent !important;
        transform: translateX(6px);
    }

    .main-header .navigation > ul > li.dropdown > ul > li > ul ul {
        position: static !important;
        display: grid;
        margin: 0 0 8px 16px;
        padding-left: 14px !important;
        border-left: 1px solid rgba(214, 173, 85, 0.26);
        opacity: 1;
        visibility: visible;
        transform: none !important;
    }
}

.main-header .header-right {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto;
    gap: 14px;
    margin-left: 10px !important;
}

.main-header .header-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(7, 89, 240, 0.12);
    border-radius: 8px;
    background: rgba(245, 249, 255, 0.9);
    text-decoration: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

    .main-header .header-phone:hover {
        border-color: rgba(37, 211, 102, 0.32);
        box-shadow: 0 14px 34px rgba(37, 211, 102, 0.14);
        transform: translateY(-1px);
    }

.main-header .phone-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #25d366 0%, #128c7e 100%) !important;
    box-shadow: 0 10px 24px rgba(18, 140, 126, 0.24);
}

.main-header .phone-info span {
    display: block;
    color: #7a879a;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-header .phone-info strong {
    display: block;
    margin-top: 2px;
    color: #14264d;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

.main-header .header-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 20px !important;
    border: 1px solid rgba(104, 168, 255, 0.5);
    border-radius: 8px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    background-color: #424281 !important;
    background-image: linear-gradient(135deg, #2b2e74 0%, #474cd0 58%, #0248d9 100%) !important;
    box-shadow: 0 14px 32px rgba(2, 72, 220, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

    .main-header .header-btn:hover {
        color: #fff !important;
        transform: translateY(-2px);
        filter: saturate(1.08);
        box-shadow: 0 18px 42px rgba(2, 72, 220, 0.34);
    }

.main-header .navbtn {
    display: none !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 48px;
    height: 48px;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    border: 1px solid rgba(104, 168, 255, 0.45);
    border-radius: 12px;
    background: linear-gradient(145deg, #18245a 0%, #2f3594 58%, #0759f0 100%) !important;
    box-shadow: 0 14px 30px rgba(5, 34, 100, 0.26), inset 0 1px 0 rgba(255,255,255,0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

    .main-header .navbtn:hover {
        filter: saturate(1.06);
        transform: translateY(-1px);
        box-shadow: 0 18px 38px rgba(5, 34, 100, 0.32), inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .main-header .navbtn .bar {
        display: block !important;
        width: 23px;
        height: 2px;
        margin: 3px 0;
        border-radius: 999px;
        background: #fff !important;
        transition: transform 240ms ease, opacity 180ms ease, width 180ms ease;
    }

        .main-header .navbtn .bar:nth-child(2) {
            width: 17px;
        }

.menuOpen .main-header .navbtn .bar {
    width: 23px !important;
}

    .menuOpen .main-header .navbtn .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg) !important;
    }

    .menuOpen .main-header .navbtn .bar:nth-child(2) {
        opacity: 0;
    }

    .menuOpen .main-header .navbtn .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg) !important;
    }

.main-header .mobile-nav-actions {
    display: none;
}

@media (max-width: 1180px) {
    .main-header .header-phone {
        display: none;
    }

    .main-header .navigation > ul > li > a {
        padding: 0 10px !important;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 0 !important;
    }

    .main-header {
        position: sticky !important;
    }

        .main-header .container {
            width: 100%;
            padding: 0 16px !important;
        }

        .main-header .header-inner {
            min-height: 72px;
            gap: 14px;
        }

        .main-header .header-logo img {
            height: 42px;
        }

        .main-header .header-right {
            display: none !important;
        }

        .main-header .navbtn {
            display: inline-flex !important;
        }

        .main-header .navigation {
            position: fixed !important;
            top: 72px;
            left: -100%;
            display: block !important;
            width: min(310px, 86vw);
            height: calc(100vh - 72px);
            margin: 0 !important;
            padding: 10px 0 24px;
            overflow-y: auto;
            background: #fff !important;
            border-right: 1px solid rgba(15, 43, 95, 0.1);
            box-shadow: 24px 0 54px rgba(5, 19, 48, 0.18);
            transition: left 260ms ease;
        }

    .menuOpen .main-header .navigation {
        left: 0;
    }

    .main-header .navigation > ul {
        display: block !important;
        width: 100%;
    }

        .main-header .navigation > ul > li {
            border-bottom: 1px solid rgba(15, 43, 95, 0.08);
        }

            .main-header .navigation > ul > li > a {
                min-height: 0;
                display: block !important;
                padding: 15px 20px !important;
                color: #14264d !important;
            }

                .main-header .navigation > ul > li > a:after {
                    display: none;
                }

    .main-header .navigation ul li ul,
    .main-header .navigation ul li .dropdown-menu {
        position: static !important;
        display: none;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 8px 14px 12px !important;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #f6f8fc !important;
        opacity: 1;
        visibility: visible;
        transform: none !important;
    }

    .main-header .navigation ul li ul li a,
    .main-header .navigation ul li .dropdown-menu li a {
        padding: 10px 14px !important;
        border-radius: 8px;
        font-size: 13px;
    }

    .main-header .navigation ul li .dropdown-btn {
        position: absolute;
        top: 7px;
        right: 10px;
        display: grid;
        place-items: center;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(7, 89, 240, 0.12);
        border-radius: 10px;
        color: #0759f0;
        background: #fff;
        box-shadow: 0 10px 22px rgba(8, 36, 86, 0.06);
        cursor: pointer;
    }

    .main-header .navigation .ttc-menu-caret {
        display: none;
    }

    .main-header .mobile-nav-actions {
        display: grid;
        gap: 12px;
        padding: 18px 18px 6px;
    }

    .main-header .mobile-whatsapp,
    .main-header .mobile-plan-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        border-radius: 8px;
        text-decoration: none !important;
        font-weight: 900;
    }

    .main-header .mobile-whatsapp {
        justify-content: flex-start;
        gap: 12px;
        padding: 9px 12px;
        border: 1px solid rgba(37, 211, 102, 0.2);
        color: #123b31 !important;
        background: linear-gradient(135deg, rgba(37, 211, 102, 0.12), rgba(255,255,255,0.96));
        box-shadow: 0 12px 28px rgba(10, 55, 75, 0.08);
    }

        .main-header .mobile-whatsapp i {
            display: grid;
            place-items: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            color: #fff;
            background: linear-gradient(145deg, #25d366 0%, #128c7e 100%);
            font-size: 19px;
        }

        .main-header .mobile-whatsapp small,
        .main-header .mobile-whatsapp strong {
            display: block;
            line-height: 1.15;
        }

        .main-header .mobile-whatsapp small {
            color: #6f7c8e;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.4px;
        }

        .main-header .mobile-whatsapp strong {
            margin-top: 2px;
            color: #14264d;
            font-size: 14px;
        }

    .main-header .mobile-plan-btn {
        gap: 9px;
        color: #fff !important;
        background: linear-gradient(135deg, #2b2e74 0%, #474cd0 58%, #0248d9 100%);
        box-shadow: 0 16px 32px rgba(2, 72, 220, 0.24);
    }
}

/*====================================
                Footer New
====================================*/
.ttc-cta,
.ttc-footer {
    color: #f5f8ff;
    font-family: Inter, Arial, sans-serif;
    box-sizing: border-box;
    clear: both;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: left;
}

    .ttc-cta *,
    .ttc-cta *:before,
    .ttc-cta *:after,
    .ttc-footer *,
    .ttc-footer *:before,
    .ttc-footer *:after {
        box-sizing: border-box;
    }

    .ttc-cta h2,
    .ttc-cta p,
    .ttc-footer h2,
    .ttc-footer p,
    .ttc-footer ul,
    .ttc-footer li,
    .ttc-footer form {
        padding: 0;
    }

    .ttc-cta h2,
    .ttc-cta p,
    .ttc-footer h2,
    .ttc-footer p,
    .ttc-footer ul,
    .ttc-footer form {
        margin-top: 0;
    }

    .ttc-footer ul,
    .ttc-footer li {
        list-style: none;
        background: none;
    }

        .ttc-footer li:before,
        .ttc-footer li:after {
            display: none;
        }

    .ttc-cta a,
    .ttc-footer a {
        color: inherit;
        text-decoration: none;
        background: transparent;
        outline: none;
    }

        .ttc-cta a:hover,
        .ttc-footer a:hover {
            color: inherit;
            text-decoration: none;
        }

    .ttc-footer input,
    .ttc-footer button {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
        outline: none;
    }

    .ttc-footer button {
        appearance: none;
        -webkit-appearance: none;
    }

    .ttc-cta img,
    .ttc-footer img {
        max-width: 100%;
        height: auto;
    }

.ttc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ttc-wrap {
    width: min(1340px, calc(100% - 64px));
    margin: 0 auto;
}

.ttc-cta {
    min-height: 48vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(2, 11, 28, 0.94) 0%, rgba(2, 11, 28, 0.72) 37%, rgba(2, 11, 28, 0.28) 70%, rgba(2, 11, 28, 0.08) 100%), linear-gradient(0deg, rgba(1, 8, 23, 0.62), rgba(1, 8, 23, 0.06)), url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1800&q=85");
    background-position: center;
    background-size: cover;
}

.ttc-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 70px;
    padding: 72px 0 54px;
}

.ttc-cta__eyebrow {
    width: fit-content;
    padding: 10px 23px;
    border: 1px solid rgba(36, 135, 255, 0.85);
    border-radius: 999px;
    color: #f7fbff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: rgba(3, 15, 36, 0.44);
    backdrop-filter: blur(4px);
}

.ttc-cta__title {
    margin: 22px 0 20px;
    max-width: 760px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.4vw, 45px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

    .ttc-cta__title span {
        color: #2487ff;
    }

.ttc-cta__text {
    margin: 0;
    max-width: 690px;
    color: #eef3ff;
    font-size: clamp(17px, 1.5vw, 24px);
    line-height: 1.45;
}

a.ttc-cta__button,
.ttc-cta__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 270px;
    min-height: 55px;
    padding: 0 36px;
    border-radius: 9px;
    color: #fff !important;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    border: 1px solid rgba(104, 168, 255, 0.5) !important;
    background-color: #0759f0 !important;
    background-image: linear-gradient(135deg, #1c82ff 0%, #0759f0 58%, #0248d9 100%) !important;
    box-shadow: 0 18px 45px rgba(2, 72, 220, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

    a.ttc-cta__button:before,
    .ttc-cta__button:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.26) 46%, transparent 72%);
        transform: translateX(-115%);
        transition: transform 620ms ease;
    }

    a.ttc-cta__button:hover,
    .ttc-cta__button:hover {
        color: #fff !important;
        background-color: #0759f0 !important;
        background-image: linear-gradient(135deg, #2a8cff 0%, #0b63ff 58%, #044bdc 100%) !important;
        transform: translateY(-2px);
        box-shadow: 0 22px 54px rgba(2, 72, 220, 0.42);
        filter: saturate(1.08);
    }

        a.ttc-cta__button:hover:before,
        .ttc-cta__button:hover:before {
            transform: translateX(115%);
        }

.ttc-footer {
    background: radial-gradient(circle at 0% 15%, rgba(21, 126, 255, 0.18), transparent 32%), linear-gradient(145deg, rgba(3, 15, 36, 0.98), rgba(1, 11, 27, 0.98));
}

.ttc-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.68fr 0.68fr 0.68fr 1.15fr;
    gap: 0;
    padding: 58px 0 52px;
}

.ttc-footer__brand,
.ttc-footer__links,
.ttc-footer__newsletter-wrap {
    padding: 0 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.ttc-footer__brand {
    padding-left: 8px;
}

.ttc-footer__newsletter-wrap {
    border-right: 0;
    padding-right: 8px;
}

.ttc-logo {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 25px;
}

.ttc-logo--image {
    display: inline-flex;
    width: fit-content;
    max-width: 230px;
    padding: 0;
    border-radius: 8px;
    background: transparent;
}

    .ttc-logo--image img {
        display: block;
        width: auto;
        max-width: 210px;
        height: 58px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

.ttc-logo__mark {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 35% 25%, #3da7ff 0 12%, transparent 13%), radial-gradient(circle at 68% 70%, #0e59e9 0 20%, transparent 21%), linear-gradient(145deg, #0f83ff, #043caa);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.08);
    position: relative;
    flex: 0 0 auto;
}

    .ttc-logo__mark:before {
        content: "";
        width: 76px;
        height: 18px;
        border: 5px solid #fff;
        border-top: 0;
        border-left-color: rgba(255, 255, 255, 0.85);
        border-right-color: rgba(255, 255, 255, 0.85);
        border-radius: 0 0 70px 70px;
        position: absolute;
        transform: rotate(-18deg) translateY(10px);
        opacity: 0.9;
    }

    .ttc-logo__mark:after {
        content: "\f072";
        position: absolute;
        right: 5px;
        top: 7px;
        color: #fff;
        font-family: FontAwesome;
        font-size: 21px;
        transform: rotate(-22deg);
    }

.ttc-logo__the {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #2487ff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1;
}

    .ttc-logo__the:after {
        content: "";
        width: 42px;
        height: 1px;
        background: #2487ff;
        display: block;
    }

.ttc-logo__travel {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 39px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
}

.ttc-logo__craftsman {
    display: block;
    margin-top: 4px;
    color: #2487ff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
}

.ttc-footer__copy {
    max-width: 315px;
    color: #eef3ff;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 30px;
}

.ttc-contact,
.ttc-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ttc-contact li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 13px 0;
        color: #f8fbff;
        font-size: 16px;
    }

    .ttc-contact i {
        display: grid;
        place-items: center;
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        border: 1px solid rgba(36, 135, 255, 0.55);
        border-radius: 50%;
        color: #2487ff;
        background: radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.32), transparent 24%), linear-gradient(145deg, rgba(36, 135, 255, 0.22), rgba(36, 135, 255, 0.08));
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
        text-align: center;
        font-size: 16px;
    }

    .ttc-contact a,
    .ttc-contact span {
        color: #f8fbff;
        line-height: 1.35;
    }

.ttc-socials {
    display: flex;
    gap: 14px;
    margin-top: 32px;
}

    .ttc-socials a {
        width: 51px;
        height: 51px;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 50%;
        display: grid;
        place-items: center;
        position: relative;
        overflow: hidden;
        color: #fff;
        background: rgba(255, 255, 255, 0.03);
        transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
    }

        .ttc-socials a:before {
            content: "";
            position: absolute;
            inset: 7px;
            border-radius: inherit;
            border: 1px solid rgba(36, 135, 255, 0.42);
            opacity: 0;
            transform: scale(0.78);
            transition: opacity 220ms ease, transform 220ms ease;
        }

        .ttc-socials a:after {
            content: "";
            position: absolute;
            inset: -55%;
            background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.55), transparent 64%);
            transform: translateX(-80%) rotate(12deg);
            transition: transform 560ms ease;
        }

        .ttc-socials a:hover {
            color: #fff;
            transform: translateY(-4px);
            border-color: rgba(36, 135, 255, 0.86);
            background: rgba(36, 135, 255, 0.12);
            box-shadow: 0 15px 32px rgba(0, 80, 220, 0.32), inset 0 0 18px rgba(36, 135, 255, 0.12);
        }

            .ttc-socials a:hover:before {
                opacity: 1;
                transform: scale(1);
            }

            .ttc-socials a:hover:after {
                transform: translateX(78%) rotate(12deg);
            }

    .ttc-socials i {
        position: relative;
        z-index: 1;
        font-size: 21px;
    }

.ttc-footer__links h2 {
    margin: 1px 0 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

    .ttc-footer__links h2:after {
        content: "";
        display: block;
        width: 38px;
        height: 3px;
        margin-top: 15px;
        background: #2487ff;
    }

.ttc-link-list li {
    margin: 8px 0;
    color: #eef3ff;
    font-size: 17px;
    white-space: nowrap;
}

.ttc-link-list a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    position: relative;
    color: #eef3ff;
    transition: color 220ms ease, transform 220ms ease;
}

    .ttc-link-list a:before {
        content: "\203A";
        color: #2487ff;
        font-size: 27px;
        line-height: 1;
        transform: translateY(-1px);
        transition: transform 220ms ease, color 220ms ease;
    }

    .ttc-link-list a:after {
        content: "";
        position: absolute;
        left: 31px;
        right: 0;
        bottom: -5px;
        height: 1px;
        background: linear-gradient(90deg, #2487ff, transparent);
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left;
        transition: opacity 220ms ease, transform 220ms ease;
    }

    .ttc-link-list a:hover {
        color: #ffffff;
        transform: translateX(4px);
    }

        .ttc-link-list a:hover:before {
            color: #69adff;
            transform: translate(3px, -1px);
        }

        .ttc-link-list a:hover:after {
            opacity: 1;
            transform: scaleX(1);
        }

.ttc-newsletter {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    padding: 23px 28px 25px;
    min-height: 378px;
    text-align: center;
    background: rgba(2, 13, 32, 0.35);
}

.ttc-newsletter__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(75, 80, 211, 0.28);
    background: linear-gradient(135deg, #292c71, #4b50d3);
    color: #fff;
    box-shadow: 0 16px 34px rgba(41, 44, 113, 0.22);
    font-size: 28px;
}

.ttc-newsletter h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.ttc-newsletter__line {
    width: 100%;
    height: 1px;
    margin: 18px 0 20px;
    background: linear-gradient(90deg, transparent, #4347bb, transparent);
}

.ttc-newsletter p {
    margin: 0 auto 21px;
    max-width: 300px;
    color: #d7e1ee;
    line-height: 1.5;
    font-size: 15px;
}

.ttc-newsletter input {
    width: 100%;
    max-width: 95%;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    font: inherit;
    outline: 0;
}

    .ttc-newsletter input::placeholder {
        color: #8d99ac;
    }

.ttc-newsletter button {
    width: 100%;
    max-width: 95%;
    height: 53px;
    margin: 13px auto 0;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font: inherit;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(104, 168, 255, 0.5);
    background: linear-gradient(135deg, #1c82ff, #0759f0);
    box-shadow: 0 12px 28px rgba(5, 89, 240, 0.28);
    transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

    .ttc-newsletter button:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.34) 45%, transparent 72%);
        transform: translateX(-110%);
        transition: transform 680ms ease;
    }

    .ttc-newsletter button:hover {
        transform: translateY(-2px);
        filter: saturate(1.12);
        box-shadow: 0 18px 40px rgba(5, 89, 240, 0.42);
    }

        .ttc-newsletter button:hover:before {
            transform: translateX(110%);
        }

.ttc-newsletter__privacy {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #aab4c4;
    font-size: 14px;
}

.ttc-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 38px;
    position: relative;
    text-align: center;
}

.ttc-bottom-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
}

    .ttc-bottom-nav a {
        padding: 0 34px;
        min-height: 23px;
        display: inline-flex;
        align-items: center;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        color: #f6f8fe;
        font-size: 16px;
        position: relative;
        overflow: hidden;
        transition: color 220ms ease, transform 220ms ease;
    }

        .ttc-bottom-nav a:before {
            content: "";
            position: absolute;
            left: 34px;
            right: 34px;
            bottom: -2px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #2487ff, transparent);
            opacity: 0;
            transform: translateY(5px);
            transition: opacity 220ms ease, transform 220ms ease;
        }

        .ttc-bottom-nav a:hover {
            color: #ffffff;
            transform: translateY(-2px);
        }

            .ttc-bottom-nav a:hover:before {
                opacity: 1;
                transform: translateY(0);
            }

        .ttc-bottom-nav a:last-child {
            border-right: 0;
        }

.ttc-copyright {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    color: #c8d2e2;
    font-size: 18px;
    float: none;
    clear: both;
}

.ttc-bottom-socials {
    display: none;
}

@media (max-width: 1180px) {
    .ttc-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 38px;
    }

    .ttc-footer__brand,
    .ttc-footer__links,
    .ttc-footer__newsletter-wrap {
        border-right: 0;
        padding: 0 22px;
    }

    .ttc-footer__newsletter-wrap {
        grid-column: span 2;
    }
}

@media (max-width: 820px) {
    .ttc-wrap {
        width: min(100% - 34px, 680px);
    }

    .ttc-cta {
        min-height: auto;
        background-position: 62% center;
    }

    .ttc-cta__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 54px 0 44px;
    }

    .ttc-cta__button {
        width: 100%;
        min-width: 0;
    }

    .ttc-footer__grid {
        grid-template-columns: 1fr;
        row-gap: 34px;
        padding: 42px 0 40px;
    }

    .ttc-footer__newsletter-wrap {
        grid-column: auto;
    }

    .ttc-footer__brand,
    .ttc-footer__links,
    .ttc-footer__newsletter-wrap {
        padding: 0;
    }

    .ttc-footer__links {
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.04);
    }

        .ttc-footer__links h2 {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 52px;
            margin: 0 !important;
            padding: 0 16px;
            cursor: pointer;
            user-select: none;
        }

            .ttc-footer__links h2:before {
                content: "\f107";
                order: 2;
                font-family: FontAwesome;
                color: #69adff;
                font-size: 18px;
                transition: transform 220ms ease;
            }

            .ttc-footer__links h2:after {
                display: none;
            }

        .ttc-footer__links.is-open h2:before {
            transform: rotate(180deg);
        }

        .ttc-footer__links .ttc-link-list {
            display: none;
            padding: 4px 16px 16px;
        }

    .ttc-footer__brand .ttc-socials {
        display: none;
    }

    .ttc-bottom-socials {
        display: flex;
        justify-content: center;
        gap: 13px;
        margin-top: 20px;
    }

        .ttc-bottom-socials a {
            position: relative;
            overflow: hidden;
            display: grid;
            place-items: center;
            width: 46px;
            height: 46px;
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 50%;
            color: #fff;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)), rgba(8, 27, 64, 0.42);
            text-decoration: none;
            box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(36, 135, 255, 0.16);
        }

            .ttc-bottom-socials a:before {
                content: "";
                position: absolute;
                inset: 7px;
                border-radius: inherit;
                border: 1px solid rgba(105, 173, 255, 0.45);
            }

            .ttc-bottom-socials a:after {
                content: "";
                position: absolute;
                inset: -60%;
                background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.5), transparent 64%);
                transform: translateX(-80%) rotate(14deg);
            }

        .ttc-bottom-socials i {
            position: relative;
            z-index: 1;
            font-size: 18px;
        }

    .ttc-bottom-nav a {
        padding: 9px 18px;
    }
}

@media (max-width: 520px) {
    #scroll-to-top {
        right: 18px;
        bottom: 18px;
        width: 52px;
        height: 52px;
        font-size: 26px;
        line-height: 50px;
    }

    .ttc-wrap {
        width: min(100% - 26px, 440px);
    }

    .ttc-cta {
        background-image: linear-gradient(90deg, rgba(2, 11, 28, 0.96) 0%, rgba(2, 11, 28, 0.82) 58%, rgba(2, 11, 28, 0.42) 100%), linear-gradient(0deg, rgba(1, 8, 23, 0.68), rgba(1, 8, 23, 0.16)), url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1800&q=85");
    }

    .ttc-cta__inner {
        padding: 38px 0 34px;
        gap: 22px;
    }

    .ttc-cta__eyebrow {
        font-size: 11px;
        letter-spacing: 3px;
        padding-inline: 16px;
    }

    .ttc-cta__title {
        margin: 18px 0 14px;
        font-size: clamp(27px, 8.4vw, 38px);
    }

    .ttc-cta__text {
        font-size: 15px;
        line-height: 1.55;
    }

    .ttc-cta__button {
        min-height: 56px;
        padding: 0 22px;
        font-size: 17px;
        border-radius: 7px;
    }

    .ttc-footer__grid {
        padding-top: 34px;
        row-gap: 30px;
    }

    .ttc-logo {
        align-items: flex-start;
        gap: 9px;
        margin-bottom: 20px;
    }

    .ttc-logo__mark {
        width: 62px;
        height: 62px;
    }

    .ttc-logo__travel {
        font-size: 31px;
    }

    .ttc-logo__craftsman {
        font-size: 18px;
    }

    .ttc-footer__copy {
        max-width: none;
        font-size: 15px;
        margin-bottom: 22px;
    }

    .ttc-contact li {
        align-items: flex-start;
        gap: 12px;
        margin: 12px 0;
        font-size: 15px;
        line-height: 1.35;
    }

    .ttc-socials {
        gap: 10px;
        margin-top: 24px;
    }

        .ttc-socials a {
            width: 44px;
            height: 44px;
        }

        .ttc-socials i {
            font-size: 19px;
        }

    .ttc-footer__links h2 {
        margin-bottom: 20px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .ttc-link-list li {
        margin: 8px 0;
        font-size: 15px;
        white-space: normal;
    }

    .ttc-newsletter {
        min-height: auto;
        padding: 20px 20px 22px;
        border-radius: 10px;
    }

    .ttc-newsletter__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .ttc-newsletter h2 {
        font-size: clamp(17px, 5.4vw, 21px);
    }

    .ttc-newsletter__line {
        margin: 15px 0 17px;
    }

    .ttc-newsletter p {
        font-size: 14px;
        margin-bottom: 17px;
    }

    .ttc-newsletter input,
    .ttc-newsletter button {
        height: 49px;
        font-size: 15px;
    }

    .ttc-footer__bottom {
        padding: 24px 0 30px;
    }

    .ttc-bottom-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        padding-bottom: 20px;
    }

        .ttc-bottom-nav a {
            justify-content: center;
            min-height: 40px;
            padding: 0 8px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.03);
            font-size: 14px;
            text-align: center;
        }

            .ttc-bottom-nav a:before {
                left: 12px;
                right: 12px;
                bottom: 5px;
            }

            .ttc-bottom-nav a:last-child {
                border-right: 1px solid rgba(255, 255, 255, 0.14);
            }

    .ttc-copyright {
        font-size: 14px;
        line-height: 1.45;
    }
}

@media (max-width: 370px) {
    .ttc-wrap {
        width: min(100% - 22px, 340px);
    }

    .ttc-cta__eyebrow {
        max-width: 100%;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .ttc-cta__title {
        font-size: 26px;
    }

    .ttc-logo__mark {
        width: 54px;
        height: 54px;
    }

    .ttc-logo__the {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .ttc-logo__travel {
        font-size: 27px;
    }

    .ttc-logo__craftsman {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .ttc-newsletter h2 {
        font-size: 18px;
    }

    .ttc-bottom-nav {
        grid-template-columns: 1fr;
    }
}

/*====================================
        TTC Premium Home Sections
====================================*/
.ttc-home {
    --ttc-navy: #06275f;
    --ttc-blue: #0a55cf;
    --ttc-gold: #c8a45d;
    --ttc-ink: #081936;
    --ttc-muted: #647089;
    --ttc-line: rgba(6, 39, 95, 0.13);
    --ttc-soft: #f5f8fd;
    --ttc-shadow: 0 20px 55px rgba(6, 39, 95, 0.14);
    color: var(--ttc-ink);
    background: #fff;
    font-family: Lato, Arial, sans-serif;
    overflow: hidden;
}

.ttc-home-wrap {
    width: min(100% - 72px, 1320px);
    margin: 0 auto;
}

.ttc-home-section {
    padding: 28px 0;
}

.ttc-home-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 21px;
    color: var(--ttc-navy);
    text-align: center;
}

    .ttc-home-title h2 {
        margin: 0;
        color: var(--ttc-navy);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(20px, 2vw, 25px);
        font-weight: 700;
        line-height: 1.2;
    }

    .ttc-home-title > span {
        position: relative;
        width: 48px;
        height: 1px;
        background: var(--ttc-blue);
    }

        .ttc-home-title > span:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--ttc-blue);
            transform: translate(-50%, -50%);
        }

.ttc-plan {
    position: relative;
    z-index: 2;
    margin-top: 0px;
}

.ttc-plan__card {
    overflow: hidden;
    border: 1px solid var(--ttc-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--ttc-shadow);
}

.ttc-home-title--inside {
    padding: 17px 16px 2px;
    margin-bottom: 0;
}

.ttc-plan__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr)) 210px;
    align-items: stretch;
    gap: 0;
    padding: 20px 24px 22px;
}

.ttc-plan__field {
    display: grid;
    grid-template-columns: 44px 1fr 18px;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    min-height: 78px;
    min-width: 0;
    padding: 0 18px;
    border-right: 1px solid var(--ttc-line);
    margin: 0;
}

    .ttc-plan__field i {
        grid-row: span 2;
        align-self: center;
        color: var(--ttc-blue);
        font-size: 27px;
    }

    .ttc-plan__field small {
        color: #263657;
        font-size: 11px;
        font-weight: 800;
        line-height: 1.35;
    }

    .ttc-plan__field strong,
    .ttc-plan__field select {
        color: var(--ttc-ink);
        font-size: 16px;
        line-height: 1.2;
    }

    .ttc-plan__field select {
        grid-column: 2 / 4;
        grid-row: 2;
        width: 100%;
        min-width: 0;
        padding: 0 28px 0 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--ttc-ink);
        font-weight: 900;
        line-height: 1.25;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
    }

    .ttc-plan__field select:focus {
        color: var(--ttc-blue);
    }

    .ttc-plan__field select option {
        color: #0b214f;
        font-weight: 700;
    }

    .ttc-plan__field .fa-angle-down {
        grid-row: 2;
        grid-column: 3;
        justify-self: end;
        align-self: center;
        font-size: 14px;
        pointer-events: none;
        transform: rotate(0deg);
        transition: transform 180ms ease;
    }

    .ttc-plan__field.is-open .fa-angle-down {
        transform: rotate(180deg);
    }

.ttc-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #fff !important;
    background: var(--ttc-navy);
    box-shadow: 0 14px 30px rgba(6, 39, 95, 0.25);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

    .ttc-home-btn:hover {
        color: #fff !important;
        transform: translateY(-2px);
    }

.ttc-home-btn--light {
    color: var(--ttc-navy) !important;
    background: #fff;
}

.ttc-plan__grid > .ttc-home-btn {
    align-self: center;
    justify-self: stretch;
    min-width: 0;
    min-height: 52px;
    white-space: nowrap;
    font-size: 13px;
}

.ttc-proof {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--ttc-line);
    background: #fbfdff;
}

    .ttc-proof div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-height: 62px;
        padding: 0 12px;
        border-right: 1px solid var(--ttc-line);
        color: #283858;
        font-size: 12px;
        line-height: 1.3;
    }

        .ttc-proof div:last-child {
            border-right: 0;
        }

    .ttc-proof i {
        color: var(--ttc-blue);
        font-size: 23px;
    }

.ttc-home-stats {
    padding: 22px 0 13px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.ttc-home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .ttc-home-stats__grid div {
        display: grid;
        grid-template-columns: 56px 1fr;
        align-items: center;
        padding: 9px 30px;
        border-right: 1px solid var(--ttc-line);
    }

        .ttc-home-stats__grid div:last-child {
            border-right: 0;
        }

    .ttc-home-stats__grid i {
        grid-row: span 2;
        color: var(--ttc-blue);
        font-size: 34px;
    }

    .ttc-home-stats__grid strong {
        display: inline-block;
        min-width: 72px;
        color: var(--ttc-navy);
        font-size: 22px;
        line-height: 1;
    }

    .ttc-home-stats__grid .ttc-counter {
        font-variant-numeric: tabular-nums;
    }

    .ttc-home-stats__grid span {
        color: var(--ttc-muted);
        font-size: 13px;
    }

.ttc-dest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.ttc-image-card {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    background: #dce6f5;
    box-shadow: 0 14px 30px rgba(6, 39, 95, 0.13);
}

    .ttc-image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: transform 350ms ease;
    }

    .ttc-image-card:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(3, 14, 41, 0) 28%, rgba(3, 14, 41, 0.78)), linear-gradient(90deg, rgba(6, 39, 95, 0.18), transparent);
    }

    .ttc-image-card:hover img {
        transform: scale(1.06);
    }

.ttc-dest-card {
    min-height: 260px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 16px;
    box-shadow: 0 20px 52px rgba(8, 36, 86, 0.13);
}

    .ttc-dest-card:nth-child(-n+4) {
        min-height: 300px;
    }

.ttc-image-card > span {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 50%;
    bottom: auto;
    z-index: 1;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%);
}

.ttc-dest-card .ttc-dest-card__content {
    position: absolute;
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    z-index: 1;
    display: grid;
    gap: 8px;
    color: #fff;
    line-height: 1.12;
    text-align: left;
    text-shadow: none;
    transform: none;
}

.ttc-dest-card .ttc-dest-card__content small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.86);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ttc-dest-card .ttc-dest-card__content small:before {
    content: "";
    width: 28px;
    height: 1px;
    background: #c9a24d;
}

.ttc-dest-card .ttc-dest-card__content strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.12;
    text-shadow: 0 12px 26px rgba(0,0,0,0.38);
}

.ttc-trust {
    border-top: 1px solid var(--ttc-line);
    border-bottom: 1px solid var(--ttc-line);
    background: #fff;
}

.ttc-trust__grid {
    display: grid;
    grid-template-columns: 165px repeat(5, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 82px;
}

.ttc-trust strong {
    color: var(--ttc-navy);
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
}

.ttc-trust__grid div {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    color: #263657;
    background: #fff;
    box-shadow: 0 10px 25px rgba(6, 39, 95, 0.08);
    font-size: 13px;
    font-weight: 900;
    text-align: center;
}

.ttc-style-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 13px;
}

.ttc-style-carousel {
    display: block;
}

    .ttc-style-carousel .owl-stage {
        display: flex;
    }

    .ttc-style-carousel .owl-item {
        padding: 0 7px;
    }

    .ttc-style-carousel .owl-stage-outer {
        margin: 0 -7px;
        padding: 4px 0 12px;
    }

    .ttc-style-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

        .ttc-style-carousel .owl-nav div {
            display: grid;
            place-items: center;
            width: 38px;
            height: 38px;
            border: 1px solid var(--ttc-line);
            border-radius: 50%;
            color: var(--ttc-navy);
            background: #fff;
            box-shadow: 0 10px 22px rgba(6, 39, 95, 0.12);
        }

.ttc-style-card {
    min-height: 104px;
    aspect-ratio: 1.75 / 1;
}

    .ttc-style-card > span {
        text-align: center;
    }

.ttc-home-heading-row {
    position: relative;
}

.ttc-view-link {
    position: absolute;
    top: 6px;
    right: 0;
    color: var(--ttc-navy);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.ttc-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ttc-journey-carousel,
.ttc-review-carousel {
    display: block;
}

    .ttc-journey-carousel .owl-stage,
    .ttc-review-carousel .owl-stage {
        display: flex;
    }

    .ttc-journey-carousel .owl-item,
    .ttc-review-carousel .owl-item {
        padding: 0 9px;
    }

    .ttc-journey-carousel .owl-stage-outer,
    .ttc-review-carousel .owl-stage-outer {
        margin: 0 -9px;
        padding: 4px 0 12px;
    }

    .ttc-review-carousel .owl-item {
        padding: 0;
    }

    .ttc-review-carousel .owl-stage-outer {
        margin: 0;
        padding: 0 0 12px;
    }

    .ttc-journey-carousel .owl-nav,
    .ttc-review-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

        .ttc-journey-carousel .owl-nav div,
        .ttc-review-carousel .owl-nav div {
            display: grid;
            place-items: center;
            width: 38px;
            height: 38px;
            border: 1px solid var(--ttc-line);
            border-radius: 50%;
            color: var(--ttc-navy);
            background: #fff;
            box-shadow: 0 10px 22px rgba(6, 39, 95, 0.12);
        }

.ttc-journey-card {
    height: 205px;
}

.ttc-journey-info {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 13px;
    z-index: 1;
    color: #fff;
}

    .ttc-journey-info h3 {
        margin: 0 0 5px;
        color: #fff;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 900;
    }

    .ttc-journey-info p {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 13px;
    }

.ttc-why {
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.ttc-why__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--ttc-line);
    border-bottom: 1px solid var(--ttc-line);
}

    .ttc-why__grid div {
        min-height: 125px;
        padding: 18px 12px;
        border-right: 1px solid var(--ttc-line);
        text-align: center;
    }

        .ttc-why__grid div:last-child {
            border-right: 0;
        }

    .ttc-why__grid i {
        color: var(--ttc-blue);
        font-size: 27px;
    }

    .ttc-why__grid strong {
        display: block;
        margin: 12px 0 6px;
        color: var(--ttc-navy);
        font-size: 13px;
    }

    .ttc-why__grid p {
        margin: 0;
        color: var(--ttc-muted);
        font-size: 12px;
        line-height: 1.45;
    }

.ttc-story-grid {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 34px;
    align-items: stretch;
}

.ttc-guest-section {
    padding-top: 34px;
    padding-bottom: 34px;
    background: #f6f9fd;
}

.ttc-expert-card {
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    background: var(--ttc-navy);
    box-shadow: var(--ttc-shadow);
}

    .ttc-expert-card img {
        width: 100%;
        height: 285px;
        object-fit: cover;
        object-position: center;
    }

    .ttc-expert-card div {
        padding: 28px 28px 30px;
    }

    .ttc-expert-card h2 {
        margin: 0 0 14px;
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 35px;
        line-height: 1.12;
    }

    .ttc-expert-card p {
        max-width: 620px;
        margin: 0 0 22px;
        color: rgba(255, 255, 255, 0.94);
        font-size: 18px;
        line-height: 1.55;
    }

.ttc-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ttc-review-carousel {
    display: block;
}

.ttc-review-slide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

    .ttc-review-grid article,
    .ttc-review-slide article {
        min-height: 204px;
        padding: 22px;
        border: 1px solid var(--ttc-line);
        border-radius: 7px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(6, 39, 95, 0.06);
    }

    .ttc-review-grid strong,
    .ttc-review-slide strong {
        display: block;
        color: var(--ttc-navy);
        font-size: 18px;
        line-height: 1.25;
    }

    .ttc-review-grid small,
    .ttc-review-slide small {
        color: var(--ttc-muted);
        font-size: 14px;
    }

    .ttc-review-grid article > div,
    .ttc-review-slide article > div {
        margin: 16px 0 13px;
        color: #f6b51c;
        font-size: 14px;
    }

    .ttc-review-grid p,
    .ttc-review-slide p {
        margin: 0;
        color: #0d2351;
        font-size: 16px;
        line-height: 1.45;
    }

.ttc-about {
    padding: 26px 0;
}

.ttc-about__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: center;
}

.ttc-about figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
    box-shadow: var(--ttc-shadow);
    transition: transform 320ms ease, box-shadow 320ms ease;
}

    .ttc-about figure:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.22) 42%, transparent 58%);
        opacity: 0;
        transform: translateX(-120%);
        transition: opacity 220ms ease, transform 760ms ease;
    }

.ttc-about img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center top;
    transition: transform 520ms ease, filter 520ms ease;
}

.ttc-about figure:hover {
    box-shadow: 0 28px 70px rgba(6, 39, 95, 0.18);
    transform: translateY(-4px);
}

    .ttc-about figure:hover:after {
        opacity: 1;
        transform: translateX(120%);
    }

    .ttc-about figure:hover img {
        filter: saturate(1.08) contrast(1.03);
        transform: scale(1.045);
    }

.ttc-about small {
    color: var(--ttc-gold);
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ttc-about h2 {
    margin: 7px 0 10px;
    color: var(--ttc-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1.16;
}

.ttc-about p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 15px;
    color: #33415e;
    font-size: 15px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 1200px) {
    .ttc-home-wrap {
        width: min(100% - 42px, 980px);
    }

    .ttc-plan__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-plan__field:nth-child(2n) {
        border-right: 0;
    }

    .ttc-plan__field:nth-child(1),
    .ttc-plan__field:nth-child(2) {
        border-bottom: 1px solid var(--ttc-line);
    }

    .ttc-plan__grid > .ttc-home-btn {
        grid-column: 1 / -1;
        min-height: 50px;
        margin-top: 14px;
    }

    .ttc-dest-grid,
    .ttc-why__grid,
    .ttc-home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-dest-card,
    .ttc-dest-card:nth-child(-n+4) {
        min-height: 230px;
    }

    .ttc-proof,
    .ttc-trust__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ttc-trust__grid {
        padding: 16px 0;
    }

    .ttc-story-grid,
    .ttc-about__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ttc-home-wrap {
        width: min(100% - 28px, 520px);
    }

    .ttc-trust__grid,
    .ttc-why__grid,
    .ttc-review-grid,
    .ttc-review-slide {
        grid-template-columns: 1fr;
    }

    .ttc-proof,
    .ttc-home-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-proof {
        gap: 8px;
        padding-top: 11px;
    }

        .ttc-proof div {
            min-height: 56px;
            justify-content: flex-start;
            padding: 10px 8px;
            border: 1px solid rgba(8, 47, 112, 0.08) !important;
            border-radius: 8px;
            background: #fff;
        }

            .ttc-proof div:last-child {
                grid-column: 1 / -1;
            }

    .ttc-home-stats {
        padding: 16px 0 12px;
    }

    .ttc-home-stats__grid {
        gap: 10px;
    }

        .ttc-home-stats__grid div {
            min-height: 88px;
            grid-template-columns: 34px minmax(0, 1fr);
            padding: 13px 10px;
            border: 1px solid rgba(8, 47, 112, 0.09) !important;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 10px 24px rgba(8, 36, 86, 0.08);
        }

        .ttc-home-stats__grid i {
            font-size: 24px;
        }

        .ttc-home-stats__grid strong {
            min-width: 0;
            font-size: 22px;
            line-height: 1;
        }

        .ttc-home-stats__grid span {
            font-size: 12px;
            line-height: 1.25;
        }

    .ttc-dest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ttc-dest-card,
    .ttc-dest-card:nth-child(-n+4) {
        min-height: 210px;
        box-shadow: 0 10px 22px rgba(6, 39, 95, 0.12);
    }

    .ttc-dest-card .ttc-dest-card__content {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .ttc-dest-card .ttc-dest-card__content strong {
        font-size: 20px;
    }

    .ttc-why__grid div {
        border-right: 0;
        border-bottom: 1px solid var(--ttc-line);
    }

    .ttc-style-card {
        min-height: 150px;
        aspect-ratio: 2.1 / 1;
    }

    .ttc-home-heading-row {
        padding-bottom: 28px;
    }

    .ttc-view-link {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        text-align: center;
    }

    .ttc-about img,
    .ttc-expert-card img {
        height: 205px;
    }

    .ttc-about h2 {
        font-size: 28px;
    }

    .ttc-about p {
        -webkit-line-clamp: 4;
    }
}

.ttc-journey-process-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}

.ttc-process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    padding: 0 0 22px;
    border-bottom: 1px solid var(--ttc-line);
}

    .ttc-process-line:before {
        content: "";
        position: absolute;
        top: 27px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: var(--ttc-line);
    }

    .ttc-process-line article {
        position: relative;
        z-index: 1;
        min-height: 124px;
        text-align: center;
    }

        .ttc-process-line article:not(:last-child):after {
            content: "";
            position: absolute;
            top: 18px;
            right: -20px;
            width: 0;
            height: 0;
            border-radius: 0;
            background: transparent;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 10px solid var(--ttc-navy);
        }

        .ttc-process-line article:first-child:after {
            top: 24px;
            right: -17px;
            width: 7px;
            height: 7px;
            border: 0;
            border-radius: 50%;
            background: var(--ttc-navy);
        }

        .ttc-process-line article > div {
            position: relative;
            z-index: 2;
            display: inline-grid;
            place-items: center;
            width: 54px;
            height: 54px;
            margin-bottom: 8px;
            border-radius: 50%;
            color: var(--ttc-navy);
            background: #e9eef8;
            box-shadow: inset 0 0 0 11px #f3f6fb;
            font-size: 25px;
            font-weight: 900;
        }

    .ttc-process-line h3 {
        margin: 0 0 8px;
        color: var(--ttc-navy);
        font-size: 14px;
        font-weight: 900;
    }

    .ttc-process-line p {
        width: min(150px, 100%);
        margin: 0 auto;
        color: var(--ttc-muted);
        font-size: 13px;
        line-height: 1.45;
    }

.ttc-founder-grid {
    display: grid;
    grid-template-columns: 432px 1fr 285px;
    align-items: center;
    gap: 68px;
    padding: 24px 0 12px;
}

    .ttc-founder-grid figure {
        display: grid;
        place-items: start center;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 250px;
        margin: 0;
        border-radius: 7px;
        background: #8b552f;
        box-shadow: 0 10px 26px rgba(6, 39, 95, 0.12);
        transition: transform 320ms ease, box-shadow 320ms ease;
    }

        .ttc-founder-grid figure:after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%), linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.2) 44%, transparent 60%);
            opacity: 0;
            transform: translateX(-115%);
            transition: opacity 220ms ease, transform 720ms ease;
        }

        .ttc-founder-grid figure img {
            display: block;
            width: auto;
            max-width: 100%;
            height: 100%;
            object-position: center top;
            border-radius: 7px;
            transform: translateY(-36px);
            transition: transform 520ms ease, filter 520ms ease;
        }

        .ttc-founder-grid figure:hover {
            box-shadow: 0 28px 70px rgba(6, 39, 95, 0.2);
            transform: translateY(-4px);
        }

            .ttc-founder-grid figure:hover:after {
                opacity: 1;
                transform: translateX(115%);
            }

            .ttc-founder-grid figure:hover img {
                filter: saturate(1.08) contrast(1.04);
                transform: translateY(-12px) scale(1.035);
            }

.ttc-founder-copy small {
    display: block;
    margin-bottom: 6px;
    color: #6b86bd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ttc-founder-copy h2 {
    margin: 0;
    color: var(--ttc-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.05;
}

.ttc-founder-copy strong {
    display: block;
    margin: 6px 0 7px;
    color: #4d5a78;
    font-size: 12px;
}

.ttc-founder-copy > span {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 8px;
    background: var(--ttc-blue);
}

.ttc-founder-copy p {
    margin: 0;
    color: #464c59;
    font-size: 13px;
    line-height: 1.5;
}

.ttc-founder-copy em {
    display: block;
    margin-top: 8px;
    color: #1d1d1d;
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 28px;
    font-style: normal;
    line-height: 1;
}

.ttc-founder-stats {
    display: grid;
    align-content: center;
    gap: 16px;
    min-height: 200px;
    padding: 22px 24px;
    border-radius: 8px;
    background: #f4f7fc;
    box-shadow: 0 10px 26px rgba(6, 39, 95, 0.08);
}

    .ttc-founder-stats div {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 18px;
        row-gap: 4px;
        align-items: center;
        min-height: 44px;
    }

    .ttc-founder-stats i {
        grid-row: 1 / 3;
        align-self: center;
        justify-self: center;
        color: var(--ttc-blue);
        font-size: 29px;
        text-align: center;
    }

    .ttc-founder-stats strong {
        grid-column: 2;
        display: block;
        color: var(--ttc-navy);
        font-size: 15px;
        line-height: 1.15;
    }

    .ttc-founder-stats span {
        grid-column: 2;
        display: block;
        margin-top: 0;
        color: #4f5561;
        font-size: 13px;
        line-height: 1.25;
    }

.ttc-traveller-head {
    margin-top: 34px;
    margin-bottom: 10px;
}

.ttc-traveller-carousel {
    display: block;
}

    .ttc-traveller-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .ttc-traveller-carousel .owl-stage-outer {
        margin: 0 -8px;
        padding: 4px 0 12px;
    }

    .ttc-traveller-carousel .owl-item {
        display: flex;
        padding: 0 8px;
    }

    .ttc-traveller-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

        .ttc-traveller-carousel .owl-nav div {
            display: grid;
            place-items: center;
            width: 38px;
            height: 38px;
            border: 1px solid var(--ttc-line);
            border-radius: 50%;
            color: var(--ttc-navy);
            background: #fff;
            box-shadow: 0 10px 22px rgba(6, 39, 95, 0.12);
        }

.ttc-traveller-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 236px;
    padding: 15px;
    border: 1px solid var(--ttc-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 17px rgba(25, 48, 92, 0.06);
}

    .ttc-traveller-card > div {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 10px;
        align-items: start;
        margin-bottom: 6px;
    }

    .ttc-traveller-card img {
        width: 42px !important;
        height: 42px;
        border-radius: 6px;
        object-fit: cover;
    }

    .ttc-traveller-card strong {
        display: block;
        color: var(--ttc-navy);
        font-size: 13px;
        line-height: 1.2;
    }

    .ttc-traveller-card small {
        display: block;
        margin-top: 3px;
        color: var(--ttc-muted);
        font-size: 12px;
    }

    .ttc-traveller-card .ttc-stars {
        margin: 1px 0 8px;
        color: #ffc107;
        font-size: 14px;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    .ttc-traveller-card p {
        margin: 0;
        color: #3d414b;
        flex: 1 1 auto;
        font-size: 13px;
        line-height: 1.35;
    }

@media (max-width: 1200px) {
    .ttc-process-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
        transform: none;
    }

        .ttc-process-line:before,
        .ttc-process-line article:after {
            display: none;
        }

    .ttc-founder-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        .ttc-founder-grid figure img {
            height: 100%;
        }

    .ttc-founder-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 0;
    }

        .ttc-founder-stats div {
            grid-template-columns: 34px minmax(0, 1fr);
        }
}

@media (max-width: 640px) {
    .ttc-process-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 0;
        border-bottom: 0;
    }

        .ttc-process-line article {
            min-height: 0;
            padding: 13px 10px;
            border: 1px solid rgba(8, 47, 112, 0.09);
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 10px 24px rgba(8, 36, 86, 0.08);
        }

            .ttc-process-line article:last-child {
                grid-column: 1 / -1;
                width: min(100%, 240px);
                justify-self: center;
            }

            .ttc-process-line article > div {
                width: 38px;
                height: 38px;
                margin-bottom: 7px;
                box-shadow: inset 0 0 0 7px #f3f6fb;
                font-size: 18px;
            }

        .ttc-process-line h3 {
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 1.2;
        }

        .ttc-process-line p {
            width: 100%;
            font-size: 12px;
            line-height: 1.35;
        }

    .ttc-traveller-head {
        margin-top: 24px;
        padding-bottom: 28px;
    }

    .ttc-founder-stats {
        grid-template-columns: 1fr;
    }
}

/* Guest stories locked layout: keep 4 cards as 2x2 per carousel slide */
.ttc-guest-section .ttc-story-grid {
    grid-template-columns: 0.82fr 1fr !important;
}

.ttc-guest-section .ttc-review-carousel.owl-loaded {
    display: block !important;
}

.ttc-guest-section .ttc-review-carousel .owl-item {
    padding: 0 !important;
}

.ttc-guest-section .ttc-review-carousel .owl-stage-outer {
    margin: 0 !important;
    padding: 0 0 12px !important;
}

.ttc-guest-section .ttc-review-slide {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
}

    .ttc-guest-section .ttc-review-slide article {
        display: block !important;
        min-height: 204px !important;
        padding: 22px !important;
        border: 1px solid var(--ttc-line) !important;
        border-radius: 7px !important;
        background: #fff !important;
        box-shadow: 0 10px 28px rgba(6, 39, 95, 0.06) !important;
    }

@media (max-width: 1200px) {
    .ttc-guest-section .ttc-story-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .ttc-guest-section .ttc-review-slide {
        grid-template-columns: 1fr !important;
    }
}

/* Luxury enquiry modal */
.ttc-luxury-modal .modal-dialog {
    max-width: 460px;
}

.ttc-luxury-modal .modal-content {
    overflow: hidden;
    border: 1px solid rgba(225, 188, 112, 0.35) !important;
    border-radius: 14px !important;
    color: #f8fbff;
    background: radial-gradient(circle at 14% 0%, rgba(225, 188, 112, 0.2), transparent 34%), radial-gradient(circle at 92% 16%, rgba(36, 135, 255, 0.16), transparent 30%), linear-gradient(145deg, #08172c 0%, #020b18 100%);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

    .ttc-luxury-modal .modal-content:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 36%);
    }

.ttc-luxury-modal .modal-body {
    width: 100% !important;
}

.ttc-luxury-modal .modal-content .form {
    position: relative;
    z-index: 1;
    padding: 34px 38px 36px !important;
}

.ttc-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

    .ttc-modal-close:hover {
        background: rgba(255, 255, 255, 0.16);
        transform: rotate(90deg);
    }

.ttc-modal-kicker {
    margin-bottom: 8px;
    color: #e1bc70;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#contact_modal.ttc-luxury-modal .modal-content .form h2 {
    margin: 0 0 10px !important;
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px !important;
    line-height: 1.1;
}

    #contact_modal.ttc-luxury-modal .modal-content .form h2 span {
        color: #e1bc70 !important;
    }

.ttc-modal-intro {
    margin: 0 0 22px !important;
    color: rgba(248, 251, 255, 0.74) !important;
    font-size: 14px;
    line-height: 1.55;
}

#contact_modal.ttc-luxury-modal .modal-content .form .form-group {
    margin-bottom: 13px !important;
}

    #contact_modal.ttc-luxury-modal .modal-content .form .form-group label {
        margin-bottom: 6px;
        color: rgba(248, 251, 255, 0.82) !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

#contact_modal.ttc-luxury-modal .modal-content .form .form-control {
    height: 46px;
    padding: 0 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 7px !important;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

#contact_modal.ttc-luxury-modal .modal-content .form textarea.form-control {
    height: auto;
    min-height: 76px;
    padding-top: 12px !important;
    resize: vertical;
}

#contact_modal.ttc-luxury-modal .modal-content .form .form-control::placeholder {
    color: rgba(248, 251, 255, 0.45);
}

#contact_modal.ttc-luxury-modal .modal-content .form .form-control:focus {
    border-color: rgba(225, 188, 112, 0.72) !important;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(225, 188, 112, 0.12) !important;
}

#contact_modal.ttc-luxury-modal .underline {
    display: none;
}

#contact_modal.ttc-luxury-modal .captcha_img {
    display: block;
    width: 178px;
    max-width: 100%;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(16, 45, 107, 0.14);
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

#contact_modal.ttc-luxury-modal .ttc-captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

#contact_modal.ttc-luxury-modal .ttc-captcha-refresh {
    border-color: rgba(225, 188, 112, 0.5);
    color: #071225;
    background: linear-gradient(135deg, #f8e1a0, #fff7df);
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form {
    margin-top: 18px;
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .form-group {
    margin-bottom: 16px;
    position: relative;
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .form-control {
    height: 58px;
    border: 1px solid rgba(8, 43, 99, 0.15);
    border-radius: 6px;
    background: #fff;
    color: #082b63;
    font-size: 15px;
    padding: 0 18px;
    box-shadow: none;
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .form-control::placeholder {
    color: rgba(8, 43, 99, 0.38);
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .form-control:focus {
    border-color: rgba(41, 44, 113, 0.55) !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(41, 44, 113, 0.08) !important;
}

#contact_modal.ttc-luxury-modal .ttc-quick-phone-row,
#contact_modal.ttc-luxury-modal .ttc-quick-two-col,
#contact_modal.ttc-luxury-modal .ttc-quick-captcha-grid {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 12px;
}

#contact_modal.ttc-luxury-modal .ttc-quick-two-col,
#contact_modal.ttc-luxury-modal .ttc-quick-captcha-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#contact_modal.ttc-luxury-modal .ttc-quick-country-code select {
    appearance: auto;
    padding-right: 10px;
    color: #082b63;
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form textarea.form-control {
    height: 102px;
    padding-top: 16px;
    resize: vertical;
}

#contact_modal.ttc-luxury-modal .ttc-quick-captcha-holder {
    display: flex;
    align-items: center;
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .ttc-modal-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .btn-2 {
    width: 100%;
    min-height: 60px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #292c71, #4b50d3);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 18px 38px rgba(41, 44, 113, 0.24);
}

#contact_modal.ttc-luxury-modal .ttc-quick-inquiry-form .btn-2:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(41, 44, 113, 0.32);
}

.ttc-modal-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

#contact_modal.ttc-luxury-modal .modal-content .form .btn-2 {
    min-height: 46px;
    padding: 0 24px !important;
    border: 0;
    border-radius: 7px !important;
    color: #071225 !important;
    background: linear-gradient(135deg, #f8e1a0, #d2a94f) !important;
    box-shadow: 0 14px 34px rgba(210, 169, 79, 0.28);
    font-weight: 900;
}

#contact_modal.ttc-luxury-modal .btn-link {
    color: rgba(248, 251, 255, 0.72) !important;
    text-decoration: none !important;
}

    #contact_modal.ttc-luxury-modal .btn-link:hover {
        color: #fff !important;
    }

@media (max-width: 576px) {
    .ttc-luxury-modal .modal-dialog {
        margin: 12px;
    }

    .ttc-luxury-modal .modal-content .form {
        padding: 28px 20px 26px !important;
    }

    .ttc-modal-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

/* Contact modal: light premium theme */
.ttc-luxury-modal {
    padding-top: 86px;
}

    .ttc-luxury-modal .modal-dialog {
        max-width: 430px;
    }

    .ttc-luxury-modal .modal-dialog-centered {
        align-items: flex-start;
        min-height: calc(100% - 86px);
    }

    .ttc-luxury-modal .modal-content {
        border: 1px solid rgba(7, 89, 240, 0.12) !important;
        border-radius: 12px !important;
        color: #14264d;
        background: radial-gradient(circle at 0% 0%, rgba(36, 135, 255, 0.1), transparent 34%), linear-gradient(180deg, #ffffff, #f7fbff) !important;
        box-shadow: 0 24px 70px rgba(10, 35, 79, 0.28);
    }

        .ttc-luxury-modal .modal-content:before {
            background: linear-gradient(135deg, rgba(36, 135, 255, 0.12), transparent 42%);
        }

        .ttc-luxury-modal .modal-content .form {
            padding: 24px 30px 26px !important;
        }

.ttc-modal-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-color: rgba(7, 89, 240, 0.15);
    color: #123a82;
    background: rgba(7, 89, 240, 0.07);
}

    .ttc-modal-close:hover {
        background: rgba(7, 89, 240, 0.12);
    }

.ttc-modal-kicker {
    margin-bottom: 6px;
    color: #0759f0;
    font-size: 11px;
}

#contact_modal.ttc-luxury-modal .modal-content .form h2 {
    margin-bottom: 7px !important;
    color: #14264d !important;
    font-size: 28px !important;
}

    #contact_modal.ttc-luxury-modal .modal-content .form h2 span {
        color: #0759f0 !important;
    }

.ttc-modal-intro {
    margin-bottom: 14px !important;
    color: #56657d !important;
    font-size: 13px;
}

#contact_modal.ttc-luxury-modal .modal-content .form .form-group {
    margin-bottom: 9px !important;
}

    #contact_modal.ttc-luxury-modal .modal-content .form .form-group label {
        margin-bottom: 4px;
        color: #30415f !important;
        font-size: 11px !important;
    }

#contact_modal.ttc-luxury-modal .modal-content .form .form-control {
    height: 40px;
    border-color: rgba(16, 45, 107, 0.14) !important;
    color: #14264d;
    background: #fff;
    box-shadow: 0 8px 20px rgba(6, 39, 95, 0.06) !important;
}

#contact_modal.ttc-luxury-modal .modal-content .form textarea.form-control {
    min-height: 58px;
    padding-top: 10px !important;
}

#contact_modal.ttc-luxury-modal .modal-content .form .form-control::placeholder {
    color: #8d99ac;
}

#contact_modal.ttc-luxury-modal .modal-content .form .form-control:focus {
    border-color: rgba(7, 89, 240, 0.6) !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(7, 89, 240, 0.1) !important;
}

#contact_modal.ttc-luxury-modal .captcha_img {
    padding: 0;
    border-color: rgba(16, 45, 107, 0.14);
    background: #fff;
}

.ttc-modal-actions {
    margin-top: 12px;
}

#contact_modal.ttc-luxury-modal .modal-content .form .btn-2 {
    min-height: 42px;
    border: 1px solid rgba(104, 168, 255, 0.5);
    color: #fff !important;
    background-color: #0759f0 !important;
    background-image: linear-gradient(135deg, #1c82ff 0%, #0759f0 58%, #0248d9 100%) !important;
    box-shadow: 0 12px 28px rgba(2, 72, 220, 0.25);
}

#contact_modal.ttc-luxury-modal .btn-link {
    color: #56657d !important;
}

    #contact_modal.ttc-luxury-modal .btn-link:hover {
        color: #0759f0 !important;
    }

@media (max-width: 576px) {
    .ttc-luxury-modal {
        padding-top: 74px;
    }

        .ttc-luxury-modal .modal-dialog {
            margin: 10px;
        }

        .ttc-luxury-modal .modal-content .form {
            padding: 22px 18px 22px !important;
        }
}

#contact_modal.ttc-luxury-modal .modal-content .form .ttc-quick-inquiry-form .form-control {
    height: 58px;
    border: 1px solid rgba(8, 43, 99, 0.15) !important;
    border-radius: 6px;
    color: #082b63;
    font-size: 15px;
    background: #fff;
    box-shadow: none !important;
}

#contact_modal.ttc-luxury-modal .modal-content .form .ttc-quick-inquiry-form textarea.form-control {
    height: 102px;
    min-height: 102px;
    padding-top: 16px !important;
}

#contact_modal.ttc-luxury-modal .modal-content .form .ttc-quick-inquiry-form .btn-2 {
    min-height: 60px;
    width: 100%;
    border: 0 !important;
    border-radius: 8px !important;
    color: #fff !important;
    background-color: #292c71 !important;
    background-image: linear-gradient(135deg, #292c71, #4b50d3) !important;
    box-shadow: 0 18px 38px rgba(41, 44, 113, 0.24);
    font-size: 16px;
    font-weight: 700;
}

#contact_modal.ttc-luxury-modal .modal-content .form .ttc-quick-inquiry-form .btn-2:hover {
    border: 0 !important;
    color: #fff !important;
    background-image: linear-gradient(135deg, #232663, #4347bb) !important;
    box-shadow: 0 22px 44px rgba(41, 44, 113, 0.32);
}

#contact_modal.ttc-luxury-modal .ttc-modal-close {
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

#contact_modal.ttc-luxury-modal .ttc-quick-captcha-grid {
    grid-template-columns: minmax(0, 1fr) 206px;
    align-items: stretch;
}

#contact_modal.ttc-luxury-modal .ttc-quick-captcha-holder {
    min-width: 0;
    overflow: visible;
}

#contact_modal.ttc-luxury-modal .ttc-captcha-box--modal {
    width: 100%;
    min-width: 0;
    gap: 8px;
    overflow: visible;
}

#contact_modal.ttc-luxury-modal .ttc-captcha-box--modal .captcha_img {
    width: 158px;
    height: 42px;
    flex: 0 1 158px;
}

#contact_modal.ttc-luxury-modal .ttc-captcha-box--modal .ttc-captcha-refresh {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    margin: 0;
}

#contact_modal.ttc-luxury-modal .ttc-captcha-box--modal .ttc-captcha-refresh i {
    line-height: 1;
}

@media (max-width: 575px) {
    #contact_modal.ttc-luxury-modal .ttc-quick-captcha-grid {
        grid-template-columns: 1fr;
    }

    #contact_modal.ttc-luxury-modal .ttc-captcha-box--modal {
        justify-content: flex-start;
    }
}

/* WordPress blog carousel */
.ttc-blog-section {
    padding: 34px 0;
    background: #f7fbff;
}

    .ttc-blog-section .ttc-home-title {
        margin-bottom: 32px;
    }

.ttc-blog-carousel {
    position: relative;
    padding: 0 0 62px;
}

.ttc-blog-card a {
    display: block;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(7, 89, 240, 0.14);
    border-radius: 8px;
    color: #092b65;
    background: #fff;
    box-shadow: 0 10px 26px rgba(6, 39, 95, 0.08);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

    .ttc-blog-card a:hover {
        border-color: rgba(7, 89, 240, 0.32);
        box-shadow: 0 18px 44px rgba(6, 39, 95, 0.16);
        transform: translateY(-3px);
    }

.ttc-blog-card figure {
    position: relative;
    height: 145px;
    margin: 0;
    overflow: hidden;
    background: #edf4fb;
}

    .ttc-blog-card figure:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 62%;
        background: linear-gradient(180deg, transparent, rgba(6, 23, 58, 0.68));
    }

.ttc-blog-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 320ms ease, filter 320ms ease;
}

.ttc-blog-card a:hover img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.05);
}

.ttc-blog-card figcaption {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 1;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    background: rgba(12, 29, 60, 0.72);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.ttc-blog-body {
    min-height: 124px;
    padding: 14px 16px 16px;
}

    .ttc-blog-body h3 {
        display: -webkit-box;
        min-height: 54px;
        margin: 0 0 10px;
        overflow: hidden;
        color: #092b65;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 15px !important;
        font-weight: 700;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ttc-blog-body time {
        color: #7b879d;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

.ttc-blog-carousel .owl-stage {
    display: flex;
}

.ttc-blog-carousel .owl-item {
    display: flex;
}

.ttc-blog-carousel .ttc-blog-card {
    width: 100%;
}

.ttc-blog-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0;
}

    .ttc-blog-carousel .owl-prev,
    .ttc-blog-carousel .owl-next,
    .ttc-blog-carousel .owl-nav button,
    .ttc-blog-carousel .owl-nav div {
        position: relative;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(7, 89, 240, 0.16) !important;
        border-radius: 50% !important;
        color: transparent !important;
        background: #fff !important;
        box-shadow: 0 12px 30px rgba(6, 39, 95, 0.14);
        font-size: 0 !important;
        line-height: 1 !important;
        opacity: 1 !important;
        transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    }

        .ttc-blog-carousel .owl-prev:before,
        .ttc-blog-carousel .owl-next:before,
        .ttc-blog-carousel .owl-nav button:before,
        .ttc-blog-carousel .owl-nav div:before {
            font-family: FontAwesome;
            color: #0759f0;
            font-size: 20px;
            line-height: 1;
        }

        .ttc-blog-carousel .owl-prev:before {
            content: "\f104";
        }

        .ttc-blog-carousel .owl-next:before {
            content: "\f105";
        }

        .ttc-blog-carousel .owl-prev:hover,
        .ttc-blog-carousel .owl-next:hover,
        .ttc-blog-carousel .owl-nav button:hover,
        .ttc-blog-carousel .owl-nav div:hover {
            background: #0759f0 !important;
            box-shadow: 0 16px 34px rgba(7, 89, 240, 0.25);
        }

            .ttc-blog-carousel .owl-prev:hover:before,
            .ttc-blog-carousel .owl-next:hover:before,
            .ttc-blog-carousel .owl-nav button:hover:before,
            .ttc-blog-carousel .owl-nav div:hover:before {
                color: #fff;
            }

.ttc-blog-empty {
    padding: 24px;
    border: 1px solid rgba(16, 45, 107, 0.1);
    border-radius: 8px;
    color: #56657d;
    background: #fff;
    text-align: center;
}

    .ttc-blog-empty p {
        margin: 0;
    }

@media (max-width: 767px) {
    .ttc-blog-carousel {
        padding: 0 0 60px;
    }
}
/* Approved Create Your Trip step form */
.ttc-trip-builder-page {
    color: #14264d;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.ttc-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 14px;
    border: 1px solid rgba(7, 89, 240, .12);
    border-radius: 999px;
    color: #56657d;
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 28px rgba(10,35,79,.08);
    font-size: 14px;
}

    .ttc-breadcrumb a {
        color: #0759f0;
        font-weight: 800;
    }

.ttc-kicker {
    display: block;
    margin-bottom: 8px;
    color: #0759f0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ttc-trip-shell {
    padding: 42px 0 72px;
}

.ttc-trip-card {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(16, 45, 107, .08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(10, 35, 79, 0.12);
}

.ttc-step-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid rgba(16, 45, 107, .08);
    background: #f7fbff;
}

.ttc-step-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid rgba(7, 89, 240, .14);
    border-radius: 10px;
    color: #14264d;
    background: #fff;
    box-shadow: 0 10px 24px rgba(6,39,95,.05);
    cursor: pointer;
    text-align: left;
}

    .ttc-step-tab span {
        display: grid;
        place-items: center;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        color: #0759f0;
        background: rgba(7, 89, 240, .09);
        font-weight: 900;
    }

    .ttc-step-tab strong {
        display: block;
        font-size: 13px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .ttc-step-tab small {
        color: #56657d;
        font-size: 12px;
    }

    .ttc-step-tab.is-active {
        border-color: #0759f0;
        color: #fff;
        background: linear-gradient(135deg, #1c82ff 0%, #0759f0 58%, #0248d9 100%);
        box-shadow: 0 16px 34px rgba(7, 89, 240, .22);
    }

        .ttc-step-tab.is-active span {
            color: #0759f0;
            background: #fff;
        }

        .ttc-step-tab.is-active small {
            color: rgba(255,255,255,.78);
        }

.ttc-step-panel {
    display: none;
    padding: 26px;
}

    .ttc-step-panel.is-active {
        display: block;
    }

.ttc-panel-block {
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(16, 45, 107, .08);
    border-radius: 12px;
    background: linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 14px 32px rgba(6,39,95,.06);
}

.ttc-panel-title {
    position: relative;
    margin: 0 0 16px;
    padding-left: 14px;
    color: #14264d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.25;
}

    .ttc-panel-title:before {
        content: "";
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 0;
        width: 3px;
        border-radius: 999px;
        background: #0759f0;
    }

.ttc-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ttc-option {
    position: relative;
    overflow: hidden;
    min-height: 158px;
    border: 1px solid rgba(16, 45, 107, .1);
    border-radius: 10px;
    background: #eef4fb;
    box-shadow: 0 12px 28px rgba(6,39,95,.06);
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .ttc-option:hover {
        border-color: rgba(7, 89, 240, .35);
        box-shadow: 0 18px 38px rgba(6,39,95,.12);
        transform: translateY(-2px);
    }

    .ttc-option input {
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 3;
        width: 18px;
        height: 18px;
        accent-color: #0759f0;
    }

.ttc-option__image {
    height: 112px;
    background-position: center;
    background-size: cover;
}

.ttc-option__label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-height: 46px;
    padding: 9px 12px 10px 42px;
    color: #14264d;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.ttc-option__label small {
    display: block;
    margin-top: 3px;
    color: #6a7897;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ttc-option.is-selected {
    border-color: #0759f0;
    box-shadow: 0 18px 42px rgba(7, 89, 240, .2);
}

    .ttc-option.is-selected:after {
        content: "\f00c";
        position: absolute;
        top: 10px;
        right: 10px;
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        color: #fff;
        background: #0759f0;
        font-family: FontAwesome;
        box-shadow: 0 10px 22px rgba(7,89,240,.24);
    }

.ttc-field {
    margin-top: 16px;
}

.ttc-trip-card .form-control {
    height: 46px;
    border: 1px solid rgba(16, 45, 107, .12);
    border-radius: 8px;
    color: #14264d;
    background: #fff;
    box-shadow: 0 8px 20px rgba(6,39,95,.05);
}

.ttc-trip-card textarea.form-control {
    min-height: 104px;
    padding-top: 12px;
    resize: vertical;
}

.ttc-room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.ttc-captcha-img {
    max-width: 100%;
    width: 178px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(16, 45, 107, 0.14);
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.ttc-captcha-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
}

.ttc-captcha-refresh {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border: 1px solid rgba(214, 173, 85, 0.55);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #292c71, #4b50d3);
    box-shadow: 0 14px 28px rgba(41, 44, 113, 0.22);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ttc-captcha-refresh:hover {
    color: #fff;
    transform: rotate(18deg) translateY(-1px);
    border-color: rgba(214, 173, 85, 0.9);
    box-shadow: 0 18px 34px rgba(41, 44, 113, 0.3);
}

@media (max-width: 575px) {
    .ttc-captcha-box {
        width: 100%;
    }

    .ttc-captcha-img {
        width: 178px;
        min-width: 0;
    }
}

.ttc-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 26px 24px;
    border-top: 1px solid rgba(16, 45, 107, .08);
    background: #fff;
}

.ttc-step-count {
    margin: 0;
    color: #56657d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ttc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 44px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.ttc-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #1c82ff 0%, #0759f0 58%, #0248d9 100%);
    box-shadow: 0 12px 28px rgba(2,72,220,.25);
}

.ttc-btn-light {
    color: #14264d;
    background: #f7fbff;
    border: 1px solid rgba(16,45,107,.12);
}

.ttc-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .ttc-step-tabs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ttc-step-panel {
        padding: 16px;
    }

    .ttc-option-grid,
    .ttc-room-grid {
        grid-template-columns: 1fr;
    }

    .ttc-actions {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }

    .ttc-btn {
        width: 100%;
    }
}

/* Luxury contact page */
.ttc-contact-page {
    --contact-navy: #06285f;
    --contact-blue: #0b5ed7;
    --contact-ink: #112247;
    --contact-muted: #657089;
    --contact-line: #dce5f4;
    --contact-soft: #f7faff;
    overflow: hidden;
    color: var(--contact-ink);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ttc-contact-page a {
    color: inherit;
    text-decoration: none;
}

.ttc-contact-wrap {
    width: min(100% - 64px, 1220px);
    margin: 0 auto;
}

.ttc-contact-hero {
    position: relative;
    min-height: 430px;
    display: grid;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3, 22, 56, 0.96) 0%, rgba(6, 40, 95, 0.78) 54%, rgba(6, 40, 95, 0.32) 100%),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80") center / cover no-repeat;
}

.ttc-contact-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
}

.ttc-contact-hero-content {
    width: min(720px, 100%);
    padding: 70px 0 92px;
}

.ttc-contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: rgba(255,255,255,0.88);
    background: rgba(255,255,255,0.12);
    font-size: 13px;
    line-height: 1;
}

.ttc-contact-breadcrumb a {
    color: #fff;
    font-weight: 800;
}

.ttc-contact-breadcrumb span {
    color: rgba(255,255,255,0.72);
}

.ttc-contact-page h1,
.ttc-contact-page h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.ttc-contact-page h1 {
    max-width: 680px;
    color: #fff;
    font-size: 58px;
    line-height: 1.04;
}

.ttc-contact-hero p {
    max-width: 610px;
    margin: 20px 0 0;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
}

.ttc-contact-quick-strip {
    position: relative;
    z-index: 2;
    margin-top: -48px;
}

.ttc-contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ttc-contact-quick-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 104px;
    padding: 20px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 10px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.12);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.ttc-contact-quick-card:hover {
    box-shadow: 0 24px 56px rgba(8, 36, 86, 0.16);
    transform: translateY(-4px);
}

.ttc-contact-quick-card i,
.ttc-contact-list i,
.ttc-contact-promise-list i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: var(--contact-blue);
    background: #eef4ff;
    font-size: 21px;
}

.ttc-contact-quick-card small,
.ttc-contact-list small {
    display: block;
    margin-bottom: 5px;
    color: #79849b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ttc-contact-quick-card strong,
.ttc-contact-list strong {
    display: block;
    color: var(--contact-navy);
    font-size: 16px;
    line-height: 1.25;
    word-break: break-word;
}

.ttc-contact-main {
    padding: 54px 0 70px;
}

.ttc-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.ttc-contact-form-card,
.ttc-contact-side-card,
.ttc-contact-map-card {
    border: 1px solid var(--contact-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(8, 36, 86, 0.08);
}

.ttc-contact-form-card {
    padding: 36px;
}

.ttc-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #6f86b9;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ttc-contact-kicker:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.ttc-contact-page h2 {
    color: var(--contact-navy);
    font-size: 34px;
    line-height: 1.16;
}

.ttc-contact-lead {
    margin: 12px 0 26px;
    color: #4e5b77;
    font-size: 15px;
    line-height: 1.7;
}

.ttc-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ttc-contact-form .form-group {
    margin: 0;
}

.ttc-contact-field-full {
    grid-column: 1 / -1;
}

.ttc-contact-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--contact-navy);
    font-size: 12px;
    font-weight: 800;
}

.ttc-contact-form .form-control {
    width: 100%;
    height: 48px;
    border: 1px solid #dbe4f3;
    border-radius: 8px;
    color: var(--contact-ink);
    background: #fbfdff;
    font-size: 14px;
    box-shadow: none;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ttc-contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
    padding-top: 13px;
    resize: vertical;
}

.ttc-contact-form .form-control:focus {
    border-color: rgba(11, 94, 215, 0.45);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(11, 94, 215, 0.08);
}

.ttc-contact-captcha-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.ttc-contact-captcha-row img {
    display: block;
    width: 155px;
    max-width: 100%;
    height: 45px;
    object-fit: contain;
    border: 1px solid rgba(16, 45, 107, 0.14);
    border-radius: 4px;
    background: #fff;
}

.ttc-contact-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
}

.ttc-contact-submit-row p {
    margin: 2px 0 0;
    color: #768198;
    font-size: 12px;
    line-height: 1.5;
}

.ttc-contact-message {
    min-height: 20px;
    color: var(--contact-blue);
    font-size: 13px;
    font-weight: 800;
}

.ttc-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    height: 50px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.22);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ttc-contact-submit:hover {
    color: #fff;
    box-shadow: 0 18px 34px rgba(11, 94, 215, 0.28);
    transform: translateY(-2px);
}

.ttc-contact-side-card {
    overflow: hidden;
}

.ttc-contact-side-photo {
    min-height: 190px;
    background:
        linear-gradient(180deg, transparent, rgba(3, 22, 56, 0.72)),
        url("https://images.unsplash.com/photo-1530789253388-582c481c54b0?auto=format&fit=crop&w=1000&q=80") center / cover no-repeat;
}

.ttc-contact-side-body {
    padding: 28px;
}

.ttc-contact-promise-list {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.ttc-contact-promise-list div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    padding: 11px 12px;
    border-radius: 8px;
    color: #324261;
    background: var(--contact-soft);
    font-size: 13px;
    font-weight: 800;
}

.ttc-contact-promise-list i {
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--contact-blue);
    font-size: 12px;
}

.ttc-contact-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.ttc-contact-list a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(8, 47, 112, 0.08);
    border-radius: 8px;
    background: #fff;
}

.ttc-contact-list i {
    width: 44px;
    height: 44px;
    font-size: 18px;
}

.ttc-contact-map-section {
    padding: 0 0 70px;
}

.ttc-contact-map-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
    overflow: hidden;
}

.ttc-contact-map-copy {
    align-self: center;
    padding: 32px;
}

.ttc-contact-map-card iframe {
    display: block;
    width: 100%;
    min-height: 340px;
}

@media (max-width: 991px) {
    .ttc-contact-wrap {
        width: min(100% - 36px, 720px);
    }

    .ttc-contact-page h1 {
        font-size: 44px;
    }

    .ttc-contact-quick-grid,
    .ttc-contact-grid,
    .ttc-contact-map-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .ttc-contact-wrap {
        width: min(100% - 28px, 520px);
    }

    .ttc-contact-hero {
        min-height: auto;
    }

    .ttc-contact-hero-content {
        padding: 48px 0 70px;
    }

    .ttc-contact-page h1 {
        font-size: 36px;
    }

    .ttc-contact-hero p {
        font-size: 15px;
    }

    .ttc-contact-quick-strip {
        margin-top: -28px;
    }

    .ttc-contact-quick-card {
        min-height: 78px;
        padding: 14px;
    }

    .ttc-contact-main {
        padding: 34px 0 46px;
    }

    .ttc-contact-form-card,
    .ttc-contact-side-body,
    .ttc-contact-map-copy {
        padding: 22px;
    }

    .ttc-contact-page h2 {
        font-size: 27px;
    }

    .ttc-contact-fields,
    .ttc-contact-captcha-row {
        grid-template-columns: 1fr;
    }

    .ttc-contact-submit-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ttc-contact-submit {
        width: 100%;
    }
}

/* Luxury about page */
.ttc-about-page {
    --about-navy: #06285f;
    --about-blue: #0b5ed7;
    --about-ink: #102044;
    --about-muted: #68748d;
    --about-line: #dce5f3;
    --about-soft: #f6f9ff;
    color: var(--about-ink);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    overflow: hidden;
}

.ttc-about-page a {
    color: inherit;
    text-decoration: none;
}

.ttc-about-wrap {
    width: min(100% - 72px, 1320px);
    margin: 0 auto;
}

.ttc-about-hero {
    position: relative;
    padding: 76px 0 88px;
    color: #fff;
    background:
        linear-gradient(100deg, rgba(3, 22, 56, 0.96) 0%, rgba(6, 40, 95, 0.82) 48%, rgba(6, 40, 95, 0.25) 100%),
        url("https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=82") center / cover no-repeat;
}

.ttc-about-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.68), transparent);
}

.ttc-about-breadcrumb {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.12);
    font-size: 13px;
}

.ttc-about-breadcrumb a {
    color: #fff;
    font-weight: 800;
}

.ttc-about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 56px;
    align-items: end;
}

.ttc-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #7d93c5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ttc-about-hero .ttc-about-kicker {
    color: rgba(255,255,255,0.78);
}

.ttc-about-kicker:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.ttc-about-page h1,
.ttc-about-page h2,
.ttc-about-page h3 {
    margin: 0;
    color: var(--about-navy);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.ttc-about-hero h1 {
    max-width: 720px;
    color: #fff;
    font-size: 62px;
    line-height: 1.03;
}

.ttc-about-hero-copy p {
    max-width: 660px;
    margin: 22px 0 0;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.75;
}

.ttc-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}

.ttc-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 16px 34px rgba(11, 94, 215, 0.26);
    font-size: 14px;
    font-weight: 900;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.ttc-about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(11, 94, 215, 0.32);
}

.ttc-about-link {
    color: #fff !important;
    font-weight: 900;
}

.ttc-about-hero-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 14px;
    background: rgba(255,255,255,0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.ttc-about-hero-card figure {
    height: 270px;
    margin: 0;
    background: #eef4ff;
}

.ttc-about-hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 500ms ease;
}

.ttc-about-hero-card:hover img {
    transform: scale(1.04);
}

.ttc-about-hero-card div {
    padding: 22px;
}

.ttc-about-hero-card small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ttc-about-hero-card strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.28;
}

.ttc-about-story {
    padding: 74px 0 42px;
}

.ttc-about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 42px;
    align-items: center;
}

.ttc-about-story-media {
    position: relative;
}

.ttc-about-story-media figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--about-line);
    border-radius: 14px;
    box-shadow: 0 24px 58px rgba(8, 36, 86, 0.14);
}

.ttc-about-story-media img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    transition: transform 650ms ease;
}

.ttc-about-story-media:hover img {
    transform: scale(1.04);
}

.ttc-about-floating-note {
    position: absolute;
    right: -22px;
    bottom: 28px;
    width: 190px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.16);
}

.ttc-about-floating-note strong {
    display: block;
    color: var(--about-blue);
    font-size: 34px;
    line-height: 1;
}

.ttc-about-floating-note span {
    display: block;
    margin-top: 8px;
    color: #44506d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.ttc-about-story-copy h2,
.ttc-about-section-head h2,
.ttc-about-process-card h2,
.ttc-about-cta-card h2 {
    font-size: 42px;
    line-height: 1.14;
}

.ttc-about-dynamic-content {
    margin-top: 18px;
    color: #40506d;
    font-size: 16px;
    line-height: 1.82;
}

.ttc-about-dynamic-content p {
    margin: 0 0 16px;
}

.ttc-about-dynamic-content ul,
.ttc-about-dynamic-content ol {
    padding-left: 20px;
}

.ttc-about-editor-content {
    display: grid;
    gap: 24px;
}

.ttc-about-intro-card {
    padding: 26px;
    border: 1px solid var(--about-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(8, 36, 86, 0.07);
}

.ttc-about-intro-card p:first-child {
    margin-bottom: 14px;
    color: var(--about-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.22;
}

.ttc-about-intro-card p:first-child strong {
    font-weight: 700;
}

.ttc-about-admin-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ttc-about-admin-feature-section {
    padding: 26px 0 68px;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.ttc-about-mission-vision {
    padding: 22px 0 34px;
    background: #fff;
}

.ttc-about-mv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ttc-about-mv-grid article {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    padding: 34px;
    border: 1px solid var(--about-line);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(246,249,255,0.92) 100%),
        radial-gradient(circle at top right, rgba(11, 94, 215, 0.12), transparent 34%);
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.08);
}

.ttc-about-mv-grid article:after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 140px;
    height: 140px;
    border: 1px solid rgba(11, 94, 215, 0.12);
    border-radius: 50%;
}

.ttc-about-mv-grid > article > i {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 30px rgba(11, 94, 215, 0.22);
    font-size: 24px;
}

.ttc-about-mv-grid h2 {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 0;
    color: var(--about-navy);
    font-size: 31px;
    line-height: 1.18;
}

.ttc-about-mv-grid p {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    color: #53617b;
    font-size: 15px;
    line-height: 1.75;
}

.ttc-about-admin-feature-section .ttc-about-editor-content {
    gap: 18px;
}

.ttc-about-admin-feature-section .ttc-about-admin-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttc-about-admin-features article {
    min-height: 168px;
    padding: 20px;
    border: 1px solid var(--about-line);
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 12px 30px rgba(8, 36, 86, 0.06);
}

.ttc-about-admin-features h3 {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    margin: 0 0 12px;
    color: var(--about-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.22;
}

.ttc-about-admin-features h3 i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--about-blue);
    font-size: 13px;
}

.ttc-about-admin-features p {
    margin: 0;
    color: #53617b;
    font-size: 14px;
    line-height: 1.68;
}

.ttc-about-closing-note {
    padding: 24px 26px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #06285f, #123a8b);
    box-shadow: 0 18px 42px rgba(6, 40, 95, 0.18);
}

.ttc-about-closing-note p {
    margin: 0 0 10px;
    color: rgba(255,255,255,0.92);
}

.ttc-about-closing-note p:last-child {
    margin-bottom: 0;
}

.ttc-about-closing-note strong,
.ttc-about-closing-note em {
    color: #fff;
}

.ttc-about-stats {
    padding: 0 0 68px;
}

.ttc-about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--about-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.08);
}

.ttc-about-stat-grid div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 26px 24px;
    border-right: 1px solid var(--about-line);
}

.ttc-about-stat-grid div:last-child {
    border-right: 0;
}

.ttc-about-stat-grid i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--about-blue);
    background: #eef4ff;
    font-size: 25px;
}

.ttc-about-stat-grid strong {
    color: var(--about-navy);
    font-size: 28px;
    line-height: 1;
}

.ttc-about-stat-grid span {
    color: #53617b;
    font-size: 14px;
}

.ttc-about-values {
    padding: 68px 0;
    background: #fff;
}

.ttc-about-section-head {
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}

.ttc-about-section-head .ttc-about-kicker {
    justify-content: center;
}

.ttc-about-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ttc-about-value-grid article {
    min-height: 245px;
    padding: 30px;
    border: 1px solid var(--about-line);
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 16px 38px rgba(8, 36, 86, 0.07);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.ttc-about-value-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(8, 36, 86, 0.12);
}

.ttc-about-value-grid i {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: var(--about-blue);
    background: #eef4ff;
    font-size: 23px;
}

.ttc-about-value-grid h3 {
    font-size: 24px;
    line-height: 1.22;
}

.ttc-about-value-grid p {
    margin: 14px 0 0;
    color: var(--about-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ttc-about-process {
    padding: 70px 0;
}

.ttc-about-process-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border: 1px solid var(--about-line);
    border-radius: 16px;
    background:
        linear-gradient(120deg, rgba(255,255,255,0.98) 0%, rgba(246,249,255,0.96) 100%),
        url("https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat;
    box-shadow: 0 22px 54px rgba(8, 36, 86, 0.1);
}

.ttc-about-process-card p {
    margin: 16px 0 0;
    max-width: 620px;
    color: #53617b;
    font-size: 16px;
    line-height: 1.75;
}

.ttc-about-checks {
    display: grid;
    gap: 12px;
}

.ttc-about-checks span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 10px;
    color: #233556;
    background: rgba(255,255,255,0.86);
    font-size: 14px;
    font-weight: 800;
}

.ttc-about-checks i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--about-blue);
    font-size: 13px;
}

.ttc-about-cta {
    padding: 0 0 76px;
}

.ttc-about-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 34px 38px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #06285f, #123a8b);
    box-shadow: 0 22px 52px rgba(6, 40, 95, 0.22);
}

.ttc-about-cta-card .ttc-about-kicker,
.ttc-about-cta-card h2 {
    color: #fff;
}

.ttc-about-cta-card h2 {
    max-width: 720px;
    font-size: 36px;
}

@media (max-width: 991px) {
    .ttc-about-wrap {
        width: min(100% - 42px, 980px);
    }

    .ttc-about-hero-grid,
    .ttc-about-story-grid,
    .ttc-about-process-card,
    .ttc-about-cta-card {
        grid-template-columns: 1fr;
    }

    .ttc-about-hero h1 {
        font-size: 48px;
    }

    .ttc-about-hero-card {
        max-width: 430px;
    }

    .ttc-about-stat-grid,
    .ttc-about-value-grid,
    .ttc-about-mv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-about-admin-feature-section .ttc-about-admin-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-about-stat-grid div:nth-child(2) {
        border-right: 0;
    }

    .ttc-about-stat-grid div:nth-child(-n+2) {
        border-bottom: 1px solid var(--about-line);
    }

    .ttc-about-cta-card {
        display: grid;
    }
}

@media (max-width: 640px) {
    .ttc-about-wrap {
        width: min(100% - 28px, 520px);
    }

    .ttc-about-hero {
        padding: 48px 0 58px;
    }

    .ttc-about-breadcrumb {
        margin-bottom: 24px;
    }

    .ttc-about-hero h1 {
        font-size: 38px;
    }

    .ttc-about-hero-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .ttc-about-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ttc-about-btn {
        width: 100%;
    }

    .ttc-about-hero-card figure {
        height: 230px;
    }

    .ttc-about-story,
    .ttc-about-values,
    .ttc-about-process {
        padding: 44px 0;
    }

    .ttc-about-story-grid {
        gap: 32px;
    }

    .ttc-about-story-media img {
        height: 320px;
    }

    .ttc-about-floating-note {
        position: static;
        width: auto;
        margin-top: 14px;
    }

    .ttc-about-story-copy h2,
    .ttc-about-section-head h2,
    .ttc-about-process-card h2,
    .ttc-about-cta-card h2 {
        font-size: 30px;
    }

    .ttc-about-intro-card {
        padding: 22px;
    }

    .ttc-about-intro-card p:first-child {
        font-size: 24px;
    }

    .ttc-about-stat-grid,
    .ttc-about-value-grid,
    .ttc-about-mv-grid,
    .ttc-about-admin-features {
        grid-template-columns: 1fr;
    }

    .ttc-about-mission-vision {
        padding: 8px 0 28px;
    }

    .ttc-about-mv-grid article {
        min-height: auto;
        padding: 24px;
    }

    .ttc-about-mv-grid h2 {
        font-size: 27px;
    }

    .ttc-about-admin-feature-section {
        padding: 10px 0 44px;
    }

    .ttc-about-admin-feature-section .ttc-about-admin-features {
        grid-template-columns: 1fr;
    }

    .ttc-about-stat-grid div {
        border-right: 0;
        border-bottom: 1px solid var(--about-line);
        padding: 20px;
    }

    .ttc-about-stat-grid div:last-child {
        border-bottom: 0;
    }

    .ttc-about-value-grid article,
    .ttc-about-process-card,
    .ttc-about-cta-card {
        padding: 24px;
    }

    .ttc-about-cta {
        padding-bottom: 48px;
    }
}

/* Popular packages page */
.ttc-package-page {
    --package-navy: #06285f;
    --package-blue: #0b5ed7;
    --package-ink: #102044;
    --package-muted: #68748d;
    --package-line: #dce5f3;
    --package-soft: #f6f9ff;
    overflow: hidden;
    color: var(--package-ink);
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ttc-package-page a {
    color: inherit;
    text-decoration: none;
}

.ttc-package-wrap {
    width: min(100% - 72px, 1320px);
    margin: 0 auto;
}

.ttc-package-hero {
    position: relative;
    padding: 74px 0 82px;
    color: #fff;
    background:
        linear-gradient(100deg, rgba(3, 22, 56, 0.96) 0%, rgba(6, 40, 95, 0.82) 52%, rgba(6, 40, 95, 0.3) 100%),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=82") center / cover no-repeat;
}

.ttc-package-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.12);
    font-size: 13px;
}

.ttc-package-breadcrumb a {
    color: #fff;
    font-weight: 800;
}

.ttc-package-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 42px;
    align-items: end;
}

.ttc-package-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #7d93c5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.ttc-package-hero .ttc-package-kicker {
    color: rgba(255,255,255,0.78);
}

.ttc-package-kicker:before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.ttc-package-page h1,
.ttc-package-page h2,
.ttc-package-page h3 {
    margin: 0;
    color: var(--package-navy);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.ttc-package-hero h1 {
    max-width: 780px;
    color: #fff;
    font-size: 62px;
    line-height: 1.04;
}

.ttc-package-hero p {
    max-width: 690px;
    margin: 20px 0 0;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
}

.ttc-package-hero aside {
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 14px;
    background: rgba(255,255,255,0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
}

.ttc-package-hero aside strong {
    display: block;
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

.ttc-package-hero aside span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    line-height: 1.55;
}

.ttc-package-list-section {
    padding: 58px 0 78px;
}

.ttc-package-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.ttc-package-heading-row h2 {
    font-size: 42px;
    line-height: 1.14;
}

.ttc-package-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 16px 34px rgba(11, 94, 215, 0.24);
    font-size: 14px;
    font-weight: 900;
}

.ttc-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-package-country-list {
    display: grid;
    gap: 34px;
}

.ttc-package-country-section {
    padding: 0 0 18px;
}

.ttc-package-country-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(6, 40, 95, 0.1);
}

.ttc-package-country-head h2 {
    font-size: 34px;
    line-height: 1.14;
}

.ttc-package-country-head h2 small {
    color: #7d8aa5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.ttc-package-country-head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--package-blue);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.ttc-lux-card {
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.12);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttc-lux-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.ttc-lux-card:hover {
    border-color: rgba(201, 162, 77, 0.38);
    transform: translateY(-7px);
    box-shadow: 0 34px 82px rgba(8, 36, 86, 0.18);
}

.ttc-lux-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.38 / 1;
    background: #eef4ff;
}

.ttc-lux-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 700ms ease;
}

.ttc-lux-card:hover .ttc-lux-media img {
    transform: scale(1.075);
}

.ttc-lux-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 22, 56, 0.02) 0%, rgba(3, 22, 56, 0.16) 46%, rgba(3, 22, 56, 0.82) 100%),
        linear-gradient(115deg, rgba(255,255,255,0.28) 0%, transparent 38%);
}

.ttc-lux-badge,
.ttc-lux-days,
.ttc-lux-discount {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.ttc-lux-badge {
    top: 14px;
    left: 14px;
    padding: 0 12px;
    color: #fff;
    background: rgba(6, 40, 95, 0.72);
    backdrop-filter: blur(10px);
}

.ttc-lux-days {
    top: 14px;
    right: 14px;
    gap: 6px;
    padding: 0 11px;
    color: var(--package-navy);
    background: rgba(255,255,255,0.92);
}

.ttc-lux-discount {
    right: 14px;
    bottom: 14px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    min-width: 68px;
    min-height: 68px;
    color: #fff;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 30px rgba(3, 22, 56, 0.22);
}

.ttc-lux-discount small {
    font-size: 10px;
    text-transform: uppercase;
}

.ttc-lux-title {
    position: absolute;
    left: 18px;
    right: 92px;
    bottom: 18px;
    z-index: 1;
}

.ttc-lux-title small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: rgba(255,255,255,0.86);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ttc-lux-title small:before {
    content: "";
    width: 28px;
    height: 1px;
    background: #c9a24d;
}

.ttc-lux-title strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.14;
    text-shadow: 0 12px 26px rgba(0,0,0,0.38);
}

.ttc-lux-body {
    display: grid;
    gap: 18px;
    padding: 18px;
}

.ttc-lux-route {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #53617d;
    font-size: 13px;
    font-weight: 800;
}

.ttc-lux-route span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttc-lux-route i {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(201, 162, 77, 0.32);
    border-radius: 50%;
    color: #c9a24d;
    font-size: 14px;
}

.ttc-lux-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(6, 40, 95, 0.09);
}

.ttc-lux-price {
    display: grid;
    gap: 3px;
}

.ttc-lux-price small {
    color: #7c879d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ttc-lux-price strong {
    color: var(--package-navy);
    font-size: 21px;
    line-height: 1;
}

.ttc-lux-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f6b51c;
    font-size: 12px;
    margin-right: auto;
}

.ttc-lux-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 9px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.22);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.ttc-package-pagination {
    margin-top: 34px;
    padding: 22px;
    border: 1px solid var(--package-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 36, 86, 0.06);
}

.ttc-package-pagination #bottom-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ttc-package-pagination .pagi_displayresult {
    color: #657089;
    font-size: 13px;
    font-weight: 800;
}

.ttc-package-pagination .page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.ttc-package-pagination .cpage,
.ttc-package-pagination .pagenav {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--package-line);
    border-radius: 8px;
    color: var(--package-navy);
    background: #fff;
    font-size: 12px;
    font-weight: 900;
}

.ttc-package-pagination .page_links > span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 7px 11px !important;
    border: 1px solid var(--package-blue) !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: var(--package-blue) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.ttc-package-empty {
    padding: 54px 24px;
    border: 1px solid var(--package-line);
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.08);
}

.ttc-package-empty i {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    color: var(--package-blue);
    background: #eef4ff;
    font-size: 26px;
}

.ttc-package-empty h2 {
    font-size: 32px;
}

.ttc-package-empty p {
    max-width: 520px;
    margin: 12px auto 0;
    color: #657089;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .ttc-package-wrap {
        width: min(100% - 42px, 980px);
    }

}

@media (max-width: 991px) {
    .ttc-package-hero-grid {
        grid-template-columns: 1fr;
    }

    .ttc-package-hero aside {
        max-width: 420px;
    }

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

@media (max-width: 640px) {
    .ttc-package-wrap {
        width: min(100% - 28px, 520px);
    }

    .ttc-package-hero {
        padding: 48px 0 56px;
    }

    .ttc-package-hero h1 {
        font-size: 38px;
    }

    .ttc-package-hero p {
        font-size: 15px;
    }

    .ttc-package-list-section {
        padding: 38px 0 52px;
    }

    .ttc-package-heading-row {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ttc-package-country-head {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 10px;
    }

    .ttc-package-country-head h2 {
        font-size: 28px;
    }

    .ttc-package-country-head h2 small {
        display: block;
        margin-top: 5px;
        white-space: normal;
    }

    .ttc-package-country-head > a {
        white-space: normal;
    }

    .ttc-package-heading-row h2 {
        font-size: 30px;
    }

    .ttc-package-plan-btn {
        width: 100%;
    }

    .ttc-package-grid {
        grid-template-columns: 1fr;
    }

    .ttc-lux-media {
        aspect-ratio: 1.22 / 1;
    }

    .ttc-lux-title {
        right: 18px;
    }

    .ttc-lux-title strong {
        font-size: 23px;
    }

    .ttc-lux-discount {
        display: none;
    }

    .ttc-lux-bottom {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ttc-lux-cta {
        width: 100%;
    }

    .ttc-package-pagination #bottom-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ttc-package-pagination .page_links {
        justify-content: flex-start;
    }
}

/* Destination by country page */
.ttc-dbc-page {
    --dbc-navy: #06285f;
    --dbc-blue: #0b5ed7;
    --dbc-ink: #122342;
    --dbc-muted: #68748d;
    --dbc-line: #dce5f3;
    --dbc-gold: #c9a24d;
    overflow: hidden;
    color: var(--dbc-ink);
    background:
        radial-gradient(circle at 9% 4%, rgba(11, 94, 215, 0.08), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.ttc-dbc-page a {
    color: inherit;
    text-decoration: none;
}

.ttc-dbc-wrap {
    width: min(100% - 72px, 1320px);
    margin: 0 auto;
}

.ttc-dbc-hero {
    position: relative;
    padding: 72px 0 82px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ttc-dbc-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.12);
    font-size: 13px;
}

.ttc-dbc-breadcrumb a {
    color: #fff;
    font-weight: 900;
}

.ttc-dbc-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 42px;
    align-items: end;
}

.ttc-dbc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #7388bd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.ttc-dbc-kicker:before {
    content: "";
    width: 36px;
    height: 2px;
    background: currentColor;
}

.ttc-dbc-hero .ttc-dbc-kicker {
    color: rgba(255,255,255,0.78);
}

.ttc-dbc-hero h1,
.ttc-dbc-section-head h2,
.ttc-dbc-feature h2,
.ttc-dbc-card-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.ttc-dbc-hero h1 {
    max-width: 820px;
    color: #fff;
    font-size: 64px;
    line-height: 1.04;
}

.ttc-dbc-hero p {
    max-width: 710px;
    margin: 20px 0 0;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
}

.ttc-dbc-hero-panel {
    padding: 26px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
    background: rgba(255,255,255,0.14);
    box-shadow: 0 28px 70px rgba(0,0,0,0.22);
    backdrop-filter: blur(12px);
}

.ttc-dbc-hero-panel strong {
    display: block;
    color: #fff;
    font-size: 46px;
    line-height: 1;
}

.ttc-dbc-hero-panel span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    line-height: 1.55;
}

.ttc-dbc-content {
    padding: 64px 0 86px;
}

.ttc-dbc-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.ttc-dbc-section-head h2 {
    color: var(--dbc-navy);
    font-size: 44px;
    line-height: 1.12;
}

.ttc-dbc-section-head p {
    max-width: 470px;
    margin: 0;
    color: var(--dbc-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ttc-dbc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.ttc-dbc-card {
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.12);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttc-dbc-card:hover {
    border-color: rgba(201, 162, 77, 0.4);
    transform: translateY(-7px);
    box-shadow: 0 34px 82px rgba(8, 36, 86, 0.18);
}

.ttc-dbc-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.5 / 1;
    background: #eef4ff;
}

.ttc-dbc-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 700ms ease;
}

.ttc-dbc-card:hover .ttc-dbc-card-media img {
    transform: scale(1.075);
}

.ttc-dbc-card-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 22, 56, 0.02) 0%, rgba(3, 22, 56, 0.18) 48%, rgba(3, 22, 56, 0.86) 100%),
        linear-gradient(115deg, rgba(255,255,255,0.28) 0%, transparent 38%);
}

.ttc-dbc-country-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 40, 95, 0.72);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 900;
}

.ttc-dbc-card-title {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    display: grid;
    gap: 8px;
    color: #fff;
    min-width: 0;
}

.ttc-dbc-card-title small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.86);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.ttc-dbc-card-title small:before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--dbc-gold);
}

.ttc-dbc-card-title strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 26px;
    line-height: 1.12;
    text-shadow: 0 12px 26px rgba(0,0,0,0.38);
    word-break: normal;
}

.ttc-dbc-card-body {
    display: grid;
    gap: 18px;
    padding: 18px;
}

.ttc-dbc-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ttc-dbc-meta span {
    display: grid;
    gap: 4px;
    padding: 13px 14px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 12px;
    background: #f8fbff;
}

.ttc-dbc-meta strong {
    color: var(--dbc-navy);
    font-size: 22px;
    line-height: 1;
}

.ttc-dbc-meta small {
    color: var(--dbc-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ttc-dbc-card-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(6, 40, 95, 0.09);
}

.ttc-dbc-card-foot p {
    min-width: 0;
    overflow: hidden;
    margin: 0;
    color: #53617d;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttc-dbc-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 9px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.22);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    justify-self: end;
}

.ttc-dbc-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
    margin-top: 64px;
    padding: 28px;
    border: 1px solid var(--dbc-line);
    border-radius: 20px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.09);
}

.ttc-dbc-feature img {
    display: block;
    width: 100%;
    min-height: 320px;
    border-radius: 16px;
    object-fit: cover;
}

.ttc-dbc-feature h2 {
    color: var(--dbc-navy);
    font-size: 42px;
    line-height: 1.12;
}

.ttc-dbc-feature p {
    margin: 18px 0 0;
    color: var(--dbc-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ttc-dbc-richtext {
    margin-top: 18px;
    color: var(--dbc-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ttc-dbc-richtext p:last-child {
    margin-bottom: 0;
}

.ttc-dbc-feature-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.ttc-dbc-feature-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dbc-ink);
    font-size: 14px;
    font-weight: 900;
}

.ttc-dbc-feature-list i {
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(201, 162, 77, 0.36);
    border-radius: 50%;
    color: var(--dbc-gold);
}

.ttc-dbc-empty {
    padding: 44px 24px;
    border: 1px solid var(--dbc-line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 20px 54px rgba(8, 36, 86, 0.08);
}

.ttc-dbc-empty h3 {
    margin: 0;
    color: var(--dbc-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.ttc-dbc-empty p {
    margin: 10px 0 0;
    color: var(--dbc-muted);
}

@media (max-width: 1100px) {
    .ttc-dbc-wrap {
        width: min(100% - 42px, 980px);
    }

    .ttc-dbc-hero-grid,
    .ttc-dbc-feature {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 680px) {
    .ttc-dbc-wrap {
        width: min(100% - 28px, 520px);
    }

    .ttc-dbc-hero {
        padding: 48px 0 58px;
    }

    .ttc-dbc-hero h1 {
        font-size: 40px;
    }

    .ttc-dbc-hero p,
    .ttc-dbc-section-head p {
        font-size: 15px;
    }

    .ttc-dbc-content {
        padding: 42px 0 58px;
    }

    .ttc-dbc-section-head {
        display: grid;
        gap: 16px;
    }

    .ttc-dbc-section-head h2,
    .ttc-dbc-feature h2 {
        font-size: 32px;
    }

    .ttc-dbc-grid,
    .ttc-dbc-meta {
        grid-template-columns: 1fr;
    }

    .ttc-dbc-card-foot {
        display: grid;
    }

    .ttc-dbc-cta {
        width: 100%;
    }

    .ttc-dbc-feature {
        margin-top: 42px;
        padding: 18px;
        border-radius: 16px;
    }

    .ttc-dbc-feature img {
        min-height: 230px;
    }
}

/* Region destination page */
.ttc-region-page {
    --region-navy: #06285f;
    --region-blue: #0b5ed7;
    --region-ink: #122342;
    --region-muted: #68748d;
    --region-line: #dce5f3;
    overflow: hidden;
    color: var(--region-ink);
    background:
        radial-gradient(circle at 9% 4%, rgba(11, 94, 215, 0.08), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.ttc-region-page a {
    color: inherit;
    text-decoration: none;
}

.ttc-region-wrap {
    width: min(100% - 72px, 1320px);
    margin: 0 auto;
}

.ttc-region-hero {
    position: relative;
    padding: 72px 0 82px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ttc-region-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 999px;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.12);
    font-size: 13px;
}

.ttc-region-breadcrumb a {
    color: #fff;
    font-weight: 900;
}

.ttc-region-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 42px;
    align-items: end;
}

.ttc-region-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: #7388bd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.ttc-region-kicker:before {
    content: "";
    width: 36px;
    height: 2px;
    background: currentColor;
}

.ttc-region-hero .ttc-region-kicker {
    color: rgba(255,255,255,0.78);
}

.ttc-region-page h1,
.ttc-region-page h2,
.ttc-region-page h3 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.ttc-region-hero h1 {
    max-width: 820px;
    color: #fff;
    font-size: 64px;
    line-height: 1.04;
}

.ttc-region-hero p {
    max-width: 710px;
    margin: 20px 0 0;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
}

.ttc-region-hero-panel {
    padding: 26px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
    background: rgba(255,255,255,0.14);
    box-shadow: 0 28px 70px rgba(0,0,0,0.22);
    backdrop-filter: blur(12px);
}

.ttc-region-hero-panel strong {
    display: block;
    color: #fff;
    font-size: 46px;
    line-height: 1;
}

.ttc-region-hero-panel span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    line-height: 1.55;
}

.ttc-region-content {
    padding: 64px 0 86px;
}

.ttc-region-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
    align-items: start;
    margin-bottom: 46px;
    padding: 30px;
    border: 1px solid var(--region-line);
    border-radius: 20px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.09);
}

.ttc-region-overview h2,
.ttc-region-heading-row h2 {
    font-size: 42px;
    line-height: 1.12;
}

.ttc-region-richtext {
    margin-top: 18px;
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ttc-region-richtext p:last-child {
    margin-bottom: 0;
}

.ttc-region-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ttc-region-stats span {
    display: grid;
    gap: 5px;
    padding: 18px 16px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 12px;
    background: #f8fbff;
}

.ttc-region-stats strong {
    color: var(--region-navy);
    font-size: 26px;
    line-height: 1;
}

.ttc-region-stats small {
    color: var(--region-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ttc-region-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.ttc-region-plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 16px 34px rgba(11, 94, 215, 0.24);
    font-size: 14px;
    font-weight: 900;
}

.ttc-region-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-region-pagination {
    margin-top: 34px;
    padding: 22px;
    border: 1px solid var(--region-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 36, 86, 0.06);
}

.ttc-region-pagination #bottom-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ttc-region-pagination .pagi_displayresult {
    color: #657089;
    font-size: 13px;
    font-weight: 800;
}

.ttc-region-pagination .page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.ttc-region-pagination .cpage,
.ttc-region-pagination .pagenav {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--region-line);
    border-radius: 8px;
    color: var(--region-navy);
    background: #fff;
    font-size: 12px;
    font-weight: 900;
}

.ttc-region-pagination .page_links > span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 7px 11px !important;
    border: 1px solid var(--region-blue) !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: var(--region-blue) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}

.ttc-region-empty {
    padding: 44px 24px;
    border: 1px solid var(--region-line);
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 20px 54px rgba(8, 36, 86, 0.08);
}

.ttc-region-empty h3 {
    font-size: 30px;
}

.ttc-region-empty p {
    margin: 10px 0 0;
    color: var(--region-muted);
}

@media (max-width: 1100px) {
    .ttc-region-wrap {
        width: min(100% - 42px, 980px);
    }

    .ttc-region-hero-grid,
    .ttc-region-overview {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 680px) {
    .ttc-region-wrap {
        width: min(100% - 28px, 520px);
    }

    .ttc-region-hero {
        padding: 48px 0 58px;
    }

    .ttc-region-hero h1 {
        font-size: 40px;
    }

    .ttc-region-hero p {
        font-size: 15px;
    }

    .ttc-region-content {
        padding: 42px 0 58px;
    }

    .ttc-region-overview {
        padding: 22px;
        border-radius: 16px;
    }

    .ttc-region-overview h2,
    .ttc-region-heading-row h2 {
        font-size: 32px;
    }

    .ttc-region-heading-row {
        display: grid;
        align-items: start;
    }

    .ttc-region-plan-btn {
        width: 100%;
    }

    .ttc-region-stats,
    .ttc-region-package-grid {
        grid-template-columns: 1fr;
    }

    .ttc-region-pagination #bottom-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ttc-region-pagination .page_links {
        justify-content: flex-start;
    }
}

/* State destination page */
.ttc-state-page .ttc-region-stats strong {
    font-size: 22px;
    line-height: 1.15;
}

.ttc-state-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 48px;
}

.ttc-state-best-time {
    display: grid;
    grid-template-columns: auto minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: -18px 0 34px;
    padding: 22px 24px;
    border: 1px solid rgba(201, 162, 77, 0.42);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,250,238,0.94)),
        linear-gradient(135deg, rgba(201,162,77,0.14), transparent 58%);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.1);
}

.ttc-state-best-time i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 16px 32px rgba(11, 94, 215, 0.24);
    font-size: 20px;
}

.ttc-state-best-time span {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.ttc-state-best-time small {
    color: #8d7434;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ttc-state-best-time strong {
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.12;
}

.ttc-state-best-time p {
    margin: 0;
    color: var(--region-muted);
    font-size: 14px;
    line-height: 1.7;
}

.ttc-state-fact-card {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--region-line);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,251,255,0.96));
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.08);
}

.ttc-state-fact-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.22);
    font-size: 17px;
}

.ttc-state-fact-card small,
.ttc-state-city-card small {
    display: block;
    color: var(--region-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ttc-state-fact-card strong {
    display: block;
    overflow: hidden;
    color: var(--region-navy);
    font-size: 18px;
    line-height: 1.3;
    text-overflow: ellipsis;
}

.ttc-state-city-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 56px;
}

.ttc-state-city-card {
    overflow: hidden;
    position: relative;
    min-height: 310px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: #eef4ff;
    box-shadow: 0 22px 56px rgba(8, 36, 86, 0.12);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.ttc-state-city-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 72px rgba(8, 36, 86, 0.18);
}

.ttc-state-city-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    transition: transform 700ms ease;
}

.ttc-state-city-card:hover img {
    transform: scale(1.075);
}

.ttc-state-city-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 22, 56, 0.05) 0%, rgba(3, 22, 56, 0.26) 45%, rgba(3, 22, 56, 0.9) 100%),
        linear-gradient(115deg, rgba(255,255,255,0.18) 0%, transparent 36%);
}

.ttc-state-city-card span {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    display: grid;
    gap: 8px;
    color: #fff;
}

.ttc-state-city-card small {
    color: rgba(255,255,255,0.78);
}

.ttc-state-city-card strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.12;
    text-shadow: 0 12px 26px rgba(0,0,0,0.38);
}

.ttc-state-city-card em {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(255,255,255,0.86);
    font-style: normal;
    font-size: 13px;
    line-height: 1.55;
}

.ttc-state-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 56px;
}

.ttc-state-info-panel,
.ttc-state-note {
    padding: 28px;
    border: 1px solid var(--region-line);
    border-radius: 20px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.09);
}

.ttc-state-info-panel h2,
.ttc-state-note h2 {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.15;
}

.ttc-state-info-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px 0;
    border-top: 1px solid rgba(6, 40, 95, 0.09);
}

.ttc-state-info-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.ttc-state-info-item img {
    display: block;
    width: 118px;
    height: 92px;
    border-radius: 12px;
    object-fit: cover;
}

.ttc-state-info-item h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.18;
}

.ttc-state-info-item p {
    margin: 0;
    color: var(--region-muted);
    font-size: 14px;
    line-height: 1.7;
}

.ttc-state-note {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 32px;
    margin-bottom: 56px;
}

.ttc-state-note .ttc-region-richtext {
    margin-top: 0;
}

.ttc-state-note h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.ttc-state-climate {
    display: grid;
    gap: 18px;
}

.ttc-state-climate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ttc-state-climate-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(8, 36, 86, 0.07);
}

.ttc-state-climate-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(8, 36, 86, 0.14);
}

.ttc-state-climate-card span {
    display: grid;
    gap: 8px;
}

.ttc-state-climate-card strong {
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.15;
}

.ttc-state-climate-card small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--region-navy);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.ttc-state-climate-summer {
    background: linear-gradient(145deg, #fffaf0, #fff);
}

.ttc-state-climate-summer i {
    background: linear-gradient(135deg, #f4a51c, #d77a16);
}

.ttc-state-climate-monsoon {
    background: linear-gradient(145deg, #f0f8ff, #fff);
}

.ttc-state-climate-monsoon i {
    background: linear-gradient(135deg, #0b83d7, #1f4fb8);
}

.ttc-state-climate-post-monsoon {
    background: linear-gradient(145deg, #f8fff4, #fff);
}

.ttc-state-climate-post-monsoon i {
    background: linear-gradient(135deg, #6b9f35, #c9a24d);
}

.ttc-state-climate-winter {
    background: linear-gradient(145deg, #f4f9ff, #fff);
}

.ttc-state-climate-winter i {
    background: linear-gradient(135deg, #8db7de, #315f9b);
}

@media (max-width: 1100px) {
    .ttc-state-best-time {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ttc-state-best-time p {
        grid-column: 1 / -1;
    }

    .ttc-state-facts,
    .ttc-state-city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-state-info-grid,
    .ttc-state-note {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .ttc-state-facts,
    .ttc-state-city-grid,
    .ttc-state-info-grid {
        grid-template-columns: 1fr;
    }

    .ttc-state-best-time {
        grid-template-columns: 1fr;
        margin-top: -8px;
        padding: 20px;
        text-align: left;
    }

    .ttc-state-info-panel,
    .ttc-state-note {
        padding: 22px;
        border-radius: 16px;
    }

    .ttc-state-info-panel h2,
    .ttc-state-note h2 {
        font-size: 30px;
    }

    .ttc-state-climate-grid {
        grid-template-columns: 1fr;
    }

    .ttc-state-info-item {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .ttc-state-info-item img {
        width: 94px;
        height: 82px;
    }

    .ttc-state-city-card,
    .ttc-state-city-card img {
        min-height: 280px;
    }
}

/* City list page */
.ttc-city-list-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
    padding: 28px;
    border: 1px solid var(--region-line);
    border-radius: 20px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.08);
}

.ttc-city-list-intro h2,
.ttc-city-list-card h3 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.ttc-city-list-intro h2 {
    font-size: 42px;
    line-height: 1.12;
}

.ttc-city-list-intro p {
    max-width: 470px;
    margin: 0;
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ttc-city-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-city-list-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 22px 58px rgba(8, 36, 86, 0.11);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttc-city-list-card:hover {
    border-color: rgba(201, 162, 77, 0.42);
    transform: translateY(-7px);
    box-shadow: 0 32px 76px rgba(8, 36, 86, 0.17);
}

.ttc-city-list-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.55 / 1;
    background: #eef4ff;
}

.ttc-city-list-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 700ms ease;
}

.ttc-city-list-card:hover .ttc-city-list-media img {
    transform: scale(1.075);
}

.ttc-city-list-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 22, 56, 0.02) 0%, rgba(3, 22, 56, 0.12) 50%, rgba(3, 22, 56, 0.7) 100%),
        linear-gradient(115deg, rgba(255,255,255,0.2) 0%, transparent 38%);
}

.ttc-city-list-media span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 32px);
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 40, 95, 0.72);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ttc-city-list-body {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.ttc-city-list-card h3 {
    font-size: 28px;
    line-height: 1.12;
}

.ttc-city-list-card p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 68px;
    margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--region-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ttc-city-list-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(6, 40, 95, 0.09);
}

.ttc-city-list-foot small {
    overflow: hidden;
    color: #60708c;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttc-city-list-foot a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 9px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.22);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .ttc-city-list-intro {
        display: grid;
        align-items: start;
    }

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

@media (max-width: 680px) {
    .ttc-city-list-grid {
        grid-template-columns: 1fr;
    }

    .ttc-city-list-intro {
        padding: 22px;
        border-radius: 16px;
    }

    .ttc-city-list-intro h2 {
        font-size: 32px;
    }

    .ttc-city-list-card h3 {
        font-size: 25px;
    }

    .ttc-city-list-foot {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ttc-city-list-foot a {
        width: 100%;
    }
}

/* City detail page */
.ttc-city-detail-page .ttc-region-stats strong {
    font-size: 22px;
    line-height: 1.15;
}

.ttc-city-detail-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ttc-city-detail-page p,
.ttc-city-detail-page .ttc-region-richtext,
.ttc-city-detail-page .ttc-city-attraction-copy,
.ttc-city-detail-page .ttc-city-hotel-body p,
.ttc-state-page p,
.ttc-region-page p,
.ttc-dbc-page p {
    text-align: justify;
}

.ttc-city-attractions {
    margin-bottom: 56px;
}

.ttc-city-attraction-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 26px;
}

.ttc-city-attraction-copy {
    color: var(--region-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ttc-city-attraction-copy p:last-child {
    margin-bottom: 0;
}

.ttc-city-detail-facts .ttc-state-fact-card strong {
    display: block;
    white-space: normal;
}

.ttc-city-detail-facts .ttc-city-climate-card,
.ttc-city-detail-facts .ttc-city-best-time-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,251,255,0.96)),
        linear-gradient(135deg, rgba(201,162,77,0.12), transparent 58%);
}

.ttc-city-detail-facts .ttc-city-climate-card {
    padding: 18px;
}

.ttc-city-detail-facts .ttc-city-best-time-card {
    border-color: rgba(201, 162, 77, 0.34);
}

.ttc-city-detail-facts .ttc-city-climate-card strong {
    color: #21365f;
    font-size: 16px;
    line-height: 1.55;
}

.ttc-city-climate-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 4px;
}

.ttc-city-climate-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 12px;
    background: #fff;
}

.ttc-city-climate-pill i {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}

.ttc-city-climate-pill b {
    flex: 0 0 auto;
    color: var(--region-navy);
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
}

.ttc-city-climate-pill em {
    flex: 1 1 auto;
    min-width: 0;
    color: #21365f;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;
    text-align: right;
    white-space: nowrap;
}

.ttc-city-climate-summer i {
    background: linear-gradient(135deg, #f4a51c, #d77a16);
}

.ttc-city-climate-monsoon i {
    background: linear-gradient(135deg, #0b83d7, #1f4fb8);
}

.ttc-city-climate-post-monsoon i {
    background: linear-gradient(135deg, #6b9f35, #c9a24d);
}

.ttc-city-climate-winter i {
    background: linear-gradient(135deg, #8db7de, #315f9b);
}

.ttc-city-detail-facts .ttc-city-best-time-card strong {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--region-navy);
    font-size: 24px;
    line-height: 1.2;
}

.ttc-city-hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-city-hotel-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 22px 58px rgba(8, 36, 86, 0.11);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttc-city-hotel-card:hover {
    border-color: rgba(201, 162, 77, 0.42);
    transform: translateY(-7px);
    box-shadow: 0 32px 76px rgba(8, 36, 86, 0.17);
}

.ttc-city-hotel-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.55 / 1;
    background: #eef4ff;
}

.ttc-city-hotel-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 700ms ease;
}

.ttc-city-hotel-card:hover .ttc-city-hotel-media img {
    transform: scale(1.075);
}

.ttc-city-hotel-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 22, 56, 0.02) 0%, rgba(3, 22, 56, 0.12) 50%, rgba(3, 22, 56, 0.74) 100%),
        linear-gradient(115deg, rgba(255,255,255,0.2) 0%, transparent 38%);
}

.ttc-city-hotel-media span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 32px);
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 40, 95, 0.72);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ttc-city-hotel-body {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.ttc-city-hotel-body h3 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.15;
}

.ttc-city-hotel-stars {
    display: inline-flex;
    gap: 3px;
    color: #ffb300;
    font-size: 13px;
}

.ttc-city-hotel-body p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 66px;
    margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--region-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ttc-city-hotel-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(6, 40, 95, 0.09);
}

.ttc-city-hotel-foot small {
    overflow: hidden;
    color: #60708c;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ttc-city-hotel-foot a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 9px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.22);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .ttc-city-attraction-grid,
    .ttc-city-hotel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .ttc-city-attraction-grid,
    .ttc-city-hotel-grid {
        grid-template-columns: 1fr;
    }

    .ttc-city-hotel-body h3 {
        font-size: 24px;
    }

    .ttc-city-climate-grid {
        grid-template-columns: 1fr;
    }

    .ttc-city-hotel-foot {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .ttc-city-hotel-foot a {
        width: 100%;
    }
}

/* Theme listing pages */
.ttc-theme-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: start;
    margin-bottom: 34px;
    padding: 30px;
    border: 1px solid var(--region-line);
    border-radius: 20px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 22px 60px rgba(8, 36, 86, 0.08);
}

.ttc-theme-intro h2 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0;
}

.ttc-theme-intro p,
.ttc-theme-intro .ttc-region-richtext {
    margin: 0;
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}

.ttc-theme-page .ttc-region-package-grid {
    margin-top: 0;
}

@media (max-width: 900px) {
    .ttc-theme-intro {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

@media (max-width: 680px) {
    .ttc-theme-intro {
        padding: 22px;
        border-radius: 16px;
    }

    .ttc-theme-intro h2 {
        font-size: 32px;
    }
}

/* Hotel pages */
.ttc-hotel-page .ttc-region-hero {
    min-height: 430px;
}

.ttc-hotel-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: start;
    margin-bottom: 38px;
    padding: 30px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,255,0.9)),
        radial-gradient(circle at 8% 0%, rgba(201, 162, 77, 0.12), transparent 34%);
    box-shadow: 0 24px 64px rgba(8, 36, 86, 0.09);
}

.ttc-hotel-intro h2,
.ttc-hotel-category h2,
.ttc-hotel-detail-main h2,
.ttc-hotel-amenities h2 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: 0;
}

.ttc-hotel-intro .ttc-region-richtext,
.ttc-hotel-intro p {
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}

.ttc-hotel-category {
    margin-top: 46px;
}

.ttc-hotel-tabs-shell {
    display: grid;
    gap: 30px;
    margin-top: 38px;
}

.ttc-hotel-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 12px;
    overflow: visible;
    padding: 14px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(246,249,255,0.92)),
        radial-gradient(circle at 12% 0%, rgba(201, 162, 77, 0.16), transparent 34%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 24px 64px rgba(8, 36, 86, 0.08);
    scrollbar-width: thin;
}

.ttc-hotel-tab {
    position: relative;
    display: inline-grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    min-height: 74px;
    padding: 17px 20px 17px 22px;
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 16px;
    color: var(--region-navy);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 14px 34px rgba(8, 36, 86, 0.07);
    text-align: center;
    isolation: isolate;
    transition: color 240ms ease, background 240ms ease, transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttc-hotel-tab:before {
    content: "";
    position: absolute;
    inset: auto 22px 10px 22px;
    width: auto;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #d8b15a, #a97a24);
    opacity: 0.7;
    transition: height 240ms ease, opacity 240ms ease, inset 240ms ease;
    z-index: -1;
}

.ttc-hotel-tab:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.22), transparent 42%);
    opacity: 0;
    transition: opacity 240ms ease;
    pointer-events: none;
}

.ttc-hotel-tab span {
    position: relative;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ttc-hotel-tab small {
    position: relative;
    color: #667695;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ttc-hotel-tab:hover,
.ttc-hotel-tab.is-active {
    border-color: rgba(216, 177, 90, 0.54);
    color: #fff;
    background:
        linear-gradient(135deg, #06285f 0%, #173a91 54%, #0b5ed7 100%);
    box-shadow: 0 22px 50px rgba(11, 94, 215, 0.22), 0 10px 22px rgba(201, 162, 77, 0.12);
    transform: translateY(-2px);
}

.ttc-hotel-tab:hover:before,
.ttc-hotel-tab.is-active:before {
    inset: auto 0 0 0;
    height: 5px;
    opacity: 1;
}

.ttc-hotel-tab:hover:after,
.ttc-hotel-tab.is-active:after {
    opacity: 1;
}

.ttc-hotel-tab:hover small,
.ttc-hotel-tab.is-active small {
    color: rgba(255,255,255,0.74);
}

.ttc-hotel-tab-panel {
    display: none;
}

.ttc-hotel-tab-panel.is-active {
    display: block;
}

.ttc-hotel-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    color: var(--region-navy);
    background: #f8fbff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ttc-hotel-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-hotel-card-grid .ttc-city-hotel-body h3 {
    font-size: 24px !important;
}

.ttc-hotel-card-grid .ttc-city-hotel-body h3 a {
    color: inherit;
}

.ttc-hotel-detail-stars {
    display: inline-flex;
    gap: 5px;
    margin-top: 18px;
    color: #ffb300;
    font-size: 18px;
}

.ttc-hotel-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    align-items: start;
}

.ttc-hotel-detail-main,
.ttc-hotel-detail-card,
.ttc-hotel-amenities {
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 20px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 24px 64px rgba(8, 36, 86, 0.09);
}

.ttc-hotel-detail-main {
    padding: 32px;
}

.ttc-hotel-detail-main .ttc-region-richtext,
.ttc-hotel-amenities .ttc-region-richtext {
    margin-top: 18px;
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.ttc-hotel-detail-card {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 14px;
    padding: 24px;
}

.ttc-hotel-detail-card div {
    padding: 16px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 14px;
    background: #f8fbff;
}

.ttc-hotel-detail-card small {
    display: block;
    margin-bottom: 6px;
    color: #657493;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.ttc-hotel-detail-card strong {
    color: var(--region-navy);
    font-size: 20px;
    line-height: 1.25;
}

.ttc-region-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(135deg, #23358f, #0b5ed7);
    box-shadow: 0 16px 34px rgba(11, 94, 215, 0.24);
    font-size: 14px;
    font-weight: 900;
}

.ttc-hotel-detail-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.ttc-hotel-detail-gallery figure {
    overflow: hidden;
    margin: 0;
    aspect-ratio: 1.35 / 1;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: #eef4ff;
    box-shadow: 0 18px 46px rgba(8, 36, 86, 0.09);
}

.ttc-hotel-detail-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.ttc-hotel-detail-gallery figure:hover img {
    transform: scale(1.07);
}

.ttc-hotel-amenities {
    margin-top: 30px;
    padding: 32px;
}

.ttc-hotel-amenities ul,
.ttc-hotel-amenities ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
    margin: 18px 0 0;
    padding-left: 18px;
}

@media (max-width: 1100px) {
    .ttc-hotel-card-grid,
    .ttc-hotel-detail-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-hotel-detail-layout {
        grid-template-columns: 1fr;
    }

    .ttc-hotel-detail-card {
        position: static;
    }
}

@media (max-width: 760px) {
    .ttc-hotel-intro {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 16px;
    }

    .ttc-hotel-intro h2,
    .ttc-hotel-category h2,
    .ttc-hotel-detail-main h2,
    .ttc-hotel-amenities h2 {
        font-size: 31px;
    }

    .ttc-hotel-card-grid,
    .ttc-hotel-detail-gallery,
    .ttc-hotel-amenities ul,
    .ttc-hotel-amenities ol {
        grid-template-columns: 1fr;
    }

    .ttc-hotel-tabs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        margin-right: -18px;
        padding: 10px 18px 10px 10px;
        border-radius: 16px;
    }

    .ttc-hotel-tab {
        width: auto;
        min-width: 150px;
        min-height: 68px;
        padding: 14px 15px 14px 18px;
        border-radius: 14px;
    }

    .ttc-hotel-tab span {
        font-size: 14px;
    }

    .ttc-hotel-tab small {
        font-size: 9px;
    }

    .ttc-hotel-detail-main,
    .ttc-hotel-detail-card,
    .ttc-hotel-amenities {
        padding: 22px;
        border-radius: 16px;
    }
}

/* Static content pages */
.ttc-static-page .ttc-region-hero {
    min-height: 410px;
}

.ttc-static-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,255,0.94)),
        radial-gradient(circle at 8% 0%, rgba(201, 162, 77, 0.12), transparent 34%);
    box-shadow: 0 28px 72px rgba(8, 36, 86, 0.1);
}

.ttc-static-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #d8b15a, #0b5ed7, #06285f);
}

.ttc-static-card__head {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(6, 40, 95, 0.1);
}

.ttc-static-card__head h2 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0;
}

.ttc-static-content {
    color: var(--region-muted);
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.ttc-static-content h2,
.ttc-static-content h3,
.ttc-static-content h4 {
    margin: 28px 0 12px;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.2;
    letter-spacing: 0;
}

.ttc-static-content h2 {
    font-size: 32px;
}

.ttc-static-content h3 {
    font-size: 25px;
}

.ttc-static-content p,
.ttc-static-content ul,
.ttc-static-content ol,
.ttc-static-content blockquote {
    margin-bottom: 16px;
}

.ttc-static-content ul,
.ttc-static-content ol {
    padding-left: 24px;
}

.ttc-static-content li {
    margin-bottom: 8px;
}

.ttc-static-content a {
    color: #0b5ed7;
    font-weight: 800;
}

.ttc-static-content .nav-tabs,
.ttc-static-content .nav-pills,
.ttc-static-content .nav,
.ttc-static-content .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0 24px;
    padding: 10px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0%, rgba(216, 177, 90, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,255,0.92));
    box-shadow: 0 18px 44px rgba(8, 36, 86, 0.075);
    list-style: none;
}

.ttc-static-content .nav-tabs li,
.ttc-static-content .nav-pills li,
.ttc-static-content .nav li,
.ttc-static-content .tabs li {
    margin: 0;
}

.ttc-static-content .nav-tabs a,
.ttc-static-content .nav-pills a,
.ttc-static-content .nav a,
.ttc-static-content .tabs a,
.ttc-static-content [role="tab"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 17px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 10px;
    color: var(--region-navy);
    background: #fff;
    box-shadow: 0 10px 24px rgba(8, 36, 86, 0.045);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.ttc-static-content .nav-tabs a:hover,
.ttc-static-content .nav-pills a:hover,
.ttc-static-content .nav a:hover,
.ttc-static-content .tabs a:hover,
.ttc-static-content [role="tab"]:hover,
.ttc-static-content .nav-tabs a.active,
.ttc-static-content .nav-tabs li.active a,
.ttc-static-content .nav-pills a.active,
.ttc-static-content .nav-pills li.active a,
.ttc-static-content .nav a.active,
.ttc-static-content .nav li.active a,
.ttc-static-content .tabs a.active,
.ttc-static-content .tabs li.active a,
.ttc-static-content [role="tab"].active {
    border-color: rgba(216, 177, 90, 0.58);
    color: #fff;
    background: linear-gradient(135deg, #071f4e, #0b5ed7);
    transform: translateY(-1px);
}

.ttc-static-content .tab-content {
    padding: 24px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,251,255,0.9));
    box-shadow: 0 18px 48px rgba(8, 36, 86, 0.07);
}

.ttc-static-content .tab-pane,
.ttc-static-content .tab-content > div,
.ttc-static-content [role="tabpanel"] {
    display: none;
}

.ttc-static-content .tab-pane.active,
.ttc-static-content .tab-pane.show,
.ttc-static-content .tab-content > div.active,
.ttc-static-content .tab-content > div.show,
.ttc-static-content [role="tabpanel"].active,
.ttc-static-content [role="tabpanel"].show {
    display: block;
}

.ttc-static-content blockquote {
    padding: 18px 22px;
    border-left: 4px solid #d8b15a;
    border-radius: 14px;
    color: var(--region-navy);
    background: rgba(6, 40, 95, 0.04);
}

.ttc-static-content table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(8, 36, 86, 0.07);
}

.ttc-static-content th,
.ttc-static-content td {
    padding: 14px 16px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    vertical-align: top;
}

.ttc-static-content th {
    color: #fff;
    background: #06285f;
}

.ttc-static-page--privacy-policy .ttc-region-hero {
    min-height: 440px;
}

.ttc-static-page--privacy-policy .ttc-static-card {
    border-color: rgba(216, 177, 90, 0.24);
    background:
        radial-gradient(circle at 100% 0%, rgba(216, 177, 90, 0.16), transparent 34%),
        radial-gradient(circle at 0% 8%, rgba(7, 89, 240, 0.08), transparent 30%),
        linear-gradient(145deg, #ffffff, #f7faff 62%, #ffffff);
    box-shadow: 0 30px 86px rgba(8, 36, 86, 0.13);
}

.ttc-static-page--privacy-policy .ttc-static-card:before {
    height: 6px;
    background: linear-gradient(90deg, #06285f 0%, #0b5ed7 46%, #d8b15a 100%);
}

.ttc-static-page--privacy-policy .ttc-static-card__head {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 0 0 24px;
}

.ttc-static-page--privacy-policy .ttc-static-card__head h2 {
    font-size: 38px;
}

.ttc-static-page--privacy-policy .ttc-static-content {
    color: #34415e;
    font-size: 15px;
    line-height: 1.78;
}

.ttc-static-page--privacy-policy .ttc-static-content h2,
.ttc-static-page--privacy-policy .ttc-static-content h3,
.ttc-static-page--privacy-policy .ttc-static-content h4 {
    position: relative;
    margin-top: 30px;
    padding-left: 18px;
    color: #06285f;
}

.ttc-static-page--privacy-policy .ttc-static-content h2:before,
.ttc-static-page--privacy-policy .ttc-static-content h3:before,
.ttc-static-page--privacy-policy .ttc-static-content h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 4px;
    height: 1.05em;
    border-radius: 999px;
    background: linear-gradient(180deg, #d8b15a, #0b5ed7);
}

.ttc-static-page--privacy-policy .ttc-static-content p,
.ttc-static-page--privacy-policy .ttc-static-content ul,
.ttc-static-page--privacy-policy .ttc-static-content ol {
    padding: 16px 18px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 12px 32px rgba(8, 36, 86, 0.045);
}

.ttc-static-page--privacy-policy .ttc-static-content ul,
.ttc-static-page--privacy-policy .ttc-static-content ol {
    padding-left: 42px;
}

.ttc-static-page--privacy-policy .ttc-static-content li::marker {
    color: #0b5ed7;
}

.ttc-static-page--privacy-policy .ttc-static-content a {
    color: #0759f0;
    text-decoration: underline;
    text-decoration-color: rgba(216, 177, 90, 0.75);
    text-underline-offset: 4px;
}

.ttc-static-page--privacy-policy .ttc-static-content blockquote {
    border-color: #d8b15a;
    background:
        linear-gradient(135deg, rgba(6, 40, 95, 0.055), rgba(216, 177, 90, 0.09));
}

@media (max-width: 760px) {
    .ttc-static-card {
        padding: 24px;
        border-radius: 18px;
    }

    .ttc-static-card__head h2 {
        font-size: 32px;
    }

    .ttc-static-content {
        font-size: 15px;
        line-height: 1.75;
    }

    .ttc-static-content .nav-tabs,
    .ttc-static-content .nav-pills,
    .ttc-static-content .nav,
    .ttc-static-content .tabs {
        display: grid;
        grid-template-columns: 1fr;
        padding: 8px;
    }

    .ttc-static-content .nav-tabs a,
    .ttc-static-content .nav-pills a,
    .ttc-static-content .nav a,
    .ttc-static-content .tabs a,
    .ttc-static-content [role="tab"] {
        width: 100%;
    }

    .ttc-static-content .tab-content {
        padding: 18px;
    }

    .ttc-static-page--privacy-policy .ttc-static-card__head h2 {
        font-size: 30px;
    }

    .ttc-static-page--privacy-policy .ttc-static-content p,
    .ttc-static-page--privacy-policy .ttc-static-content ul,
    .ttc-static-page--privacy-policy .ttc-static-content ol {
        padding: 14px;
    }

    .ttc-static-page--privacy-policy .ttc-static-content ul,
    .ttc-static-page--privacy-policy .ttc-static-content ol {
        padding-left: 34px;
    }
}

/* FAQ page */
.ttc-faq-page .ttc-region-hero {
    min-height: 420px;
}

.ttc-faq-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: end;
    margin-bottom: 32px;
    padding: 30px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,255,0.94)),
        radial-gradient(circle at 8% 0%, rgba(201, 162, 77, 0.12), transparent 34%);
    box-shadow: 0 24px 64px rgba(8, 36, 86, 0.09);
}

.ttc-faq-intro h2 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: 0;
}

.ttc-faq-intro p {
    margin: 0;
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}

.ttc-faq-accordion {
    display: grid;
    gap: 16px;
}

.ttc-faq-item {
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 18px 48px rgba(8, 36, 86, 0.08);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ttc-faq-item.is-open {
    border-color: rgba(216, 177, 90, 0.5);
    box-shadow: 0 26px 68px rgba(8, 36, 86, 0.13);
    transform: translateY(-2px);
}

.ttc-faq-question {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 38px;
    gap: 16px;
    align-items: center;
    width: 100%;
    min-height: 78px;
    padding: 18px 22px;
    border: 0;
    color: var(--region-navy);
    background: transparent;
    text-align: left;
}

.ttc-faq-question span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #06285f, #0b5ed7);
    box-shadow: 0 14px 28px rgba(11, 94, 215, 0.2);
    font-size: 13px;
    font-weight: 900;
}

.ttc-faq-question strong {
    font-size: 18px;
    line-height: 1.35;
}

.ttc-faq-question i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 50%;
    color: #0b5ed7;
    background: #f8fbff;
    font-size: 20px;
    transition: transform 220ms ease, color 220ms ease, background 220ms ease;
}

.ttc-faq-item.is-open .ttc-faq-question i {
    color: #fff;
    background: linear-gradient(135deg, #d8b15a, #a97a24);
    transform: rotate(180deg);
}

.ttc-faq-answer {
    padding: 0 22px 24px 92px;
}

.ttc-faq-answer .ttc-region-richtext {
    padding-top: 18px;
    border-top: 1px solid rgba(6, 40, 95, 0.09);
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}

.ttc-faq-answer ul,
.ttc-faq-answer ol {
    padding-left: 22px;
}

@media (max-width: 760px) {
    .ttc-faq-intro {
        grid-template-columns: 1fr;
        padding: 24px;
        border-radius: 18px;
    }

    .ttc-faq-intro h2 {
        font-size: 32px;
    }

    .ttc-faq-question {
        grid-template-columns: 42px minmax(0, 1fr) 34px;
        gap: 12px;
        min-height: 70px;
        padding: 16px;
    }

    .ttc-faq-question span {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .ttc-faq-question strong {
        font-size: 16px;
    }

    .ttc-faq-question i {
        width: 34px;
        height: 34px;
    }

    .ttc-faq-answer {
        padding: 0 16px 20px;
    }
}

/* Sitemap page */
.ttc-sitemap-page .ttc-region-hero {
    min-height: 460px;
    position: relative;
    overflow: hidden;
}

.ttc-sitemap-page .ttc-region-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(225, 188, 112, 0.32);
    border-radius: 50%;
    box-shadow: inset 0 0 0 28px rgba(255,255,255,0.04);
    pointer-events: none;
}

.ttc-sitemap-page .ttc-region-content {
    background:
        linear-gradient(180deg, #f7f9fd 0%, #ffffff 42%, #f8fbff 100%);
}

.ttc-sitemap-intro,
.ttc-sitemap-section,
.ttc-sitemap-country {
    position: relative;
    border: 1px solid rgba(13, 42, 94, 0.1);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,251,255,0.95)),
        radial-gradient(circle at 0% 0%, rgba(216, 177, 90, 0.13), transparent 32%);
    box-shadow: 0 22px 56px rgba(8, 36, 86, 0.08);
}

.ttc-sitemap-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    align-items: end;
    margin-bottom: 22px;
    padding: 34px;
    overflow: hidden;
}

.ttc-sitemap-intro:before,
.ttc-sitemap-section:before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(216, 177, 90, 0.82), transparent);
}

.ttc-sitemap-intro h2,
.ttc-sitemap-section h2 {
    margin: 0;
    color: var(--region-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: 0;
}

.ttc-sitemap-intro p {
    margin: 0;
    color: var(--region-muted);
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}

.ttc-sitemap-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.ttc-sitemap-stats div {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 96px;
    padding: 20px;
    border: 1px solid rgba(13, 42, 94, 0.1);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #f7faff);
    box-shadow: 0 18px 46px rgba(8, 36, 86, 0.07);
}

.ttc-sitemap-stats i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #0a3476, #0759f0);
    box-shadow: 0 12px 25px rgba(7, 89, 240, 0.2);
    font-size: 18px;
}

.ttc-sitemap-stats strong {
    color: var(--region-navy);
    font-size: 25px;
    line-height: 1;
}

.ttc-sitemap-stats span {
    color: var(--region-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ttc-sitemap-section {
    display: grid;
    grid-template-columns: minmax(220px, 285px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 28px;
    padding: 30px;
    overflow: hidden;
}

.ttc-sitemap-section header {
    display: grid;
    gap: 8px;
    margin-bottom: 0;
    padding: 4px 28px 4px 0;
    border-right: 1px solid rgba(6, 40, 95, 0.1);
    border-bottom: 0;
}

.ttc-sitemap-section header:after {
    content: "";
    width: 54px;
    height: 2px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d8b15a, rgba(216,177,90,0));
}

.ttc-sitemap-section > .ttc-sitemap-links,
.ttc-sitemap-section > .ttc-sitemap-country-grid {
    min-width: 0;
    align-self: center;
}

.ttc-sitemap-links {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ttc-sitemap-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(6, 40, 95, 0.11);
    border-radius: 10px;
    color: var(--region-navy);
    background: rgba(255,255,255,0.92);
    box-shadow: 0 10px 24px rgba(8, 36, 86, 0.045);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.ttc-sitemap-links a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d8b15a;
    box-shadow: 0 0 0 4px rgba(216, 177, 90, 0.13);
}

.ttc-sitemap-links a:hover {
    border-color: rgba(216, 177, 90, 0.52);
    color: #fff;
    background: linear-gradient(135deg, #071f4e, #0b5ed7);
    transform: translateY(-2px);
}

.ttc-sitemap-links a:hover:before {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.16);
}

.ttc-sitemap-country-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.ttc-sitemap-country {
    overflow: hidden;
    height: 100%;
}

.ttc-sitemap-country-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 26px 30px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 10%, rgba(216,177,90,0.22), transparent 28%),
        linear-gradient(135deg, rgba(3, 22, 56, 0.98), rgba(6, 40, 95, 0.95) 54%, rgba(11, 94, 215, 0.82));
}

.ttc-sitemap-country-head h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0;
}

.ttc-sitemap-country-head a {
    color: #fff;
}

.ttc-sitemap-country-head span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(225, 188, 112, 0.46);
    border-radius: 999px;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.ttc-sitemap-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px;
}

.ttc-sitemap-country-grid .ttc-sitemap-groups {
    grid-template-columns: 1fr;
}

.ttc-sitemap-groups > div {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 0;
    padding: 18px 20px;
    border: 1px solid rgba(6, 40, 95, 0.09);
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0%, rgba(216, 177, 90, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,251,255,0.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 14px 34px rgba(8, 36, 86, 0.055);
}

.ttc-sitemap-groups h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 9px 0 0;
    color: var(--region-navy);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ttc-sitemap-groups h4:before {
    content: "";
    width: 26px;
    height: 1px;
    background: #d8b15a;
}

.ttc-sitemap-bottom-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.ttc-sitemap-bottom-grid .ttc-sitemap-section {
    margin-bottom: 0;
}

.ttc-sitemap-empty {
    margin: 0;
    color: var(--region-muted);
    font-size: 14px;
}

@media (max-width: 1100px) {
    .ttc-sitemap-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ttc-sitemap-country-grid {
        grid-template-columns: 1fr;
    }

    .ttc-sitemap-groups {
        grid-template-columns: 1fr;
    }

    .ttc-sitemap-bottom-grid {
        grid-template-columns: 1fr;
    }

    .ttc-sitemap-section {
        grid-template-columns: minmax(190px, 235px) minmax(0, 1fr);
        gap: 22px;
    }
}

@media (max-width: 760px) {
    .ttc-sitemap-intro,
    .ttc-sitemap-stats,
    .ttc-sitemap-groups {
        grid-template-columns: 1fr;
    }

    .ttc-sitemap-intro,
    .ttc-sitemap-section {
        padding: 22px;
        border-radius: 18px;
    }

    .ttc-sitemap-section {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ttc-sitemap-section header {
        padding: 0 0 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(6, 40, 95, 0.1);
    }

    .ttc-sitemap-intro h2,
    .ttc-sitemap-section h2 {
        font-size: 28px;
    }

    .ttc-sitemap-country-head {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .ttc-sitemap-country-head h3 {
        font-size: 24px;
    }

    .ttc-sitemap-groups {
        padding: 18px;
    }

    .ttc-sitemap-groups > div {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ttc-sitemap-groups h4 {
        margin-top: 0;
    }
}

/* Home page size restore */
.ttc-home .ttc-home-section {
    padding: 38px 0;
}

.ttc-home .ttc-home-title {
    margin-bottom: 28px;
}

.ttc-home .ttc-home-title h2 {
    font-size: clamp(25px, 2.15vw, 30px);
    line-height: 1.12;
}

.ttc-proof div {
    min-height: 72px;
    font-size: 13px;
}

.ttc-proof i {
    font-size: 28px;
}

.ttc-why__grid div {
    padding: 20px 20px;
}

.ttc-why__grid i {
    font-size: 38px;
}

.ttc-why__grid strong {
    font-size: 15px;
    line-height: 1.24;
}

.ttc-why__grid p {
    font-size: 14px;
    line-height: 1.65;
}

.ttc-process-line {
    gap: 34px;
    padding-bottom: 30px;
}

.ttc-process-line:before {
    top: 33px;
}

.ttc-process-line article:not(:last-child):after {
    top: 24px;
}

.ttc-process-line article:first-child:after {
    top: 30px;
}

.ttc-process-line article > div {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
    box-shadow: inset 0 0 0 13px #f3f6fb;
    font-size: 29px;
}

.ttc-process-line h3 {
    font-size: 15px;
    line-height: 1.18;
}

.ttc-process-line p {
    width: min(185px, 100%);
    font-size: 14px;
    line-height: 1.62;
}

.ttc-founder-grid {
    grid-template-columns: 500px 1fr 320px;
    gap: 44px;
    padding: 38px 0 18px;
}

.ttc-founder-grid figure {
    height: 330px;
}

.ttc-founder-grid figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: none;
}

.ttc-founder-grid figure:hover img {
    transform: scale(1.035);
}

.ttc-founder-copy small {
    font-size: 13px;
}

.ttc-founder-copy h2 {
    font-size: 32px;
}

.ttc-founder-copy strong {
    font-size: 14px;
}

.ttc-founder-copy p {
    font-size: 15px;
    line-height: 1.7;
}

.ttc-founder-copy em {
    font-size: 32px;
}

.ttc-founder-stats {
    min-height: 250px;
    padding: 30px 28px;
}

.ttc-founder-stats i {
    font-size: 30px;
}

.ttc-founder-stats strong {
    font-size: 15px;
}

.ttc-founder-stats span {
    font-size: 14px;
}

.ttc-traveller-head {
    margin-top: 54px;
}

.ttc-traveller-card {
    min-height: 270px;
    padding: 22px;
}

.ttc-traveller-card > div {
    grid-template-columns: 58px 1fr;
    gap: 14px;
}

.ttc-traveller-card img {
    width: 52px !important;
    height: 52px;
}

.ttc-traveller-card strong {
    font-size: 14px;
}

.ttc-traveller-card small {
    font-size: 13px;
}

.ttc-traveller-card .ttc-stars {
    font-size: 16px;
}

.ttc-traveller-card p {
    font-size: 14px;
    line-height: 1.58;
}

.ttc-about {
    padding: 48px 0;
}

.ttc-about__grid {
    grid-template-columns: minmax(460px, 0.95fr) minmax(420px, 1.05fr);
    gap: 48px;
}

.ttc-about img {
    height: 420px;
}

.ttc-about small {
    font-size: 13px;
}

.ttc-about h2 {
    font-size: 32px;
    line-height: 1.12;
}

.ttc-about p {
    font-size: 15px;
    line-height: 1.75;
    -webkit-line-clamp: 6;
}

@media (max-width: 1200px) {
    .ttc-founder-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .ttc-founder-grid figure {
        height: 360px;
    }

    .ttc-about__grid {
        grid-template-columns: 1fr;
    }

    .ttc-about img {
        height: 360px;
    }
}

@media (max-width: 760px) {
    .ttc-home .ttc-home-section {
        padding: 30px 0;
    }

    .ttc-home .ttc-home-title h2 {
        font-size: 24px;
    }

    .ttc-proof div {
        min-height: 64px;
        font-size: 13px;
    }

    .ttc-process-line article > div {
        width: 58px;
        height: 58px;
        font-size: 27px;
    }

    .ttc-process-line h3 {
        font-size: 15px;
    }

    .ttc-process-line p {
        font-size: 14px;
    }

    .ttc-founder-grid figure,
    .ttc-about img {
        height: 300px;
    }

    .ttc-founder-copy h2,
    .ttc-about h2 {
        font-size: 27px;
    }

    .ttc-founder-copy p,
    .ttc-about p,
    .ttc-why__grid p,
    .ttc-traveller-card p {
        font-size: 14px;
    }
}

/* Home typography lock: keeps global body font-size rules from changing home sections */
main.ttc-home {
    font-size: 14px;
}

main.ttc-home .ttc-home-title h2 {
    font-size: clamp(25px, 2.15vw, 30px) !important;
    line-height: 1.12;
}

main.ttc-home .ttc-founder-copy h2,
main.ttc-home .ttc-about h2 {
    font-size: 32px !important;
    line-height: 1.12;
}

main.ttc-home .ttc-process-line h3 {
    font-size: 15px !important;
    line-height: 1.18;
}

main.ttc-home .ttc-why__grid strong,
main.ttc-home .ttc-founder-stats strong,
main.ttc-home .ttc-traveller-card strong {
    line-height: 1.25;
}

main.ttc-home .ttc-why__grid strong {
    font-size: 15px;
}

main.ttc-home .ttc-founder-stats strong {
    font-size: 15px;
}

main.ttc-home .ttc-why__grid p,
main.ttc-home .ttc-process-line p,
main.ttc-home .ttc-founder-copy p,
main.ttc-home .ttc-traveller-card p,
main.ttc-home .ttc-about p {
    font-size: 14px;
}

@media (max-width: 760px) {
    main.ttc-home .ttc-home-title h2 {
        font-size: 24px !important;
    }

    main.ttc-home .ttc-founder-copy h2,
    main.ttc-home .ttc-about h2 {
        font-size: 27px !important;
    }

    main.ttc-home .ttc-process-line h3 {
        font-size: 15px !important;
    }
}

/* Itinerary detail luxury redesign */
.ttc-itinerary-page {
    --iti-blue: #06285f;
    --iti-blue-2: #0b5ed7;
    --iti-ink: #122140;
    --iti-muted: #68758e;
    --iti-gold: #d6ad55;
    --iti-line: #dce4f1;
    --iti-soft: #f6f8fc;
    --iti-cream: #fbf7ef;
    --iti-shadow: 0 18px 44px rgba(8, 36, 86, 0.09);
    color: var(--iti-ink);
    background: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.ttc-itinerary-page *,
.ttc-itinerary-page *:before,
.ttc-itinerary-page *:after {
    box-sizing: border-box;
}

.ttc-itinerary-page a {
    text-decoration: none;
}

.ttc-itinerary-wrap {
    width: min(1340px, calc(100% - 48px));
    max-width: none !important;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.ttc-itinerary-hero {
    position: relative;
    min-height: 590px;
    color: #fff;
    background-position: center 28%;
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: auto;
}

.ttc-itinerary-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 130px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.08));
}

.ttc-itinerary-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    min-height: 590px;
    padding: 52px 0;
}

.ttc-itinerary-hero__copy {
    max-width: 780px;
}

.ttc-itinerary-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.ttc-itinerary-crumbs a {
    color: rgba(255, 255, 255, 0.88);
}

.ttc-itinerary-crumbs span {
    color: var(--iti-gold);
}

.ttc-itinerary-eyebrow,
.ttc-itinerary-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #7086b7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.ttc-itinerary-eyebrow {
    margin-bottom: 16px;
    color: #f4d98e;
}

.ttc-itinerary-eyebrow:before,
.ttc-itinerary-kicker:before {
    content: "";
    width: 42px;
    height: 2px;
    background: currentColor;
}

.ttc-itinerary-hero h1 {
    max-width: 900px;
    margin: 0 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.15vw, 44px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: normal;
}

.ttc-itinerary-hero__meta,
.ttc-itinerary-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ttc-itinerary-hero__meta {
    margin-bottom: 26px;
}

.ttc-itinerary-hero__meta span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.ttc-itinerary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #2234a4, #0759f0);
    box-shadow: 0 14px 28px rgba(7, 89, 240, 0.2);
    font-weight: 800;
}

.ttc-itinerary-btn--light {
    color: var(--iti-blue) !important;
    background: #fff;
    border: 1px solid rgba(214, 173, 85, 0.55);
    box-shadow: none;
}

.ttc-itinerary-anchorbar {
    position: sticky;
    top: 78px;
    z-index: 25;
    padding: 13px 0;
    border-top: 1px solid rgba(214, 173, 85, 0.22);
    border-bottom: 1px solid rgba(214, 173, 85, 0.28);
    background:
        linear-gradient(90deg, rgba(214, 173, 85, 0.16), transparent 18%, transparent 82%, rgba(214, 173, 85, 0.16)),
        linear-gradient(135deg, rgba(4, 29, 73, 0.98), rgba(8, 55, 126, 0.96));
    box-shadow: 0 16px 38px rgba(4, 29, 73, 0.18);
    backdrop-filter: blur(14px);
}

.ttc-itinerary-anchors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0;
    border-top: 1px solid rgba(214, 173, 85, 0.22);
    border-bottom: 1px solid rgba(214, 173, 85, 0.22);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ttc-itinerary-anchors a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.9);
    transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ttc-itinerary-anchors a:first-child {
    border-left: 0;
}

.ttc-itinerary-anchors a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 18px;
    height: 1px;
    transform: translateX(-50%) scaleX(0);
    background: var(--iti-gold);
    transition: transform .25s ease;
}

.ttc-itinerary-anchors a:hover {
    color: #fff;
    background: linear-gradient(180deg, rgba(214, 173, 85, 0.16), rgba(214, 173, 85, 0.06));
    box-shadow: inset 0 -2px 0 var(--iti-gold);
}

.ttc-itinerary-anchors a:hover:after {
    transform: translateX(-50%) scaleX(1);
}

.ttc-itinerary-gallery {
    padding: 28px 0 0;
    background: #fff;
}

.ttc-itinerary-gallery__shell {
    position: relative;
}

.ttc-itinerary-gallery__grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 12px;
}

.ttc-itinerary-gallery__shell.has-carousel .ttc-itinerary-gallery__grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.ttc-itinerary-gallery__shell.has-carousel .ttc-itinerary-gallery__grid::-webkit-scrollbar {
    display: none;
}

.ttc-itinerary-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 160px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(6, 40, 95, 0.1);
    background: var(--iti-soft);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.ttc-itinerary-gallery__shell.has-carousel .ttc-itinerary-gallery__item {
    flex: 0 0 calc((100% - 36px) / 4);
}

.ttc-itinerary-gallery__item:first-child {
    min-height: 220px;
}

.ttc-itinerary-gallery__shell.has-carousel .ttc-itinerary-gallery__item:first-child {
    min-height: 160px;
}

.ttc-itinerary-gallery__item img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .45s ease;
}

.ttc-itinerary-gallery__item:hover img {
    transform: scale(1.04);
}

.ttc-itinerary-gallery__item.is-active,
.ttc-itinerary-gallery__item:focus {
    border-color: rgba(214, 173, 85, 0.8);
    outline: 0;
}

.ttc-itinerary-gallery__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(214, 173, 85, 0.48);
    border-radius: 50%;
    color: var(--iti-blue);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 34px rgba(8, 36, 86, 0.12);
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
}

.ttc-itinerary-gallery__arrow[data-gallery-prev] {
    left: 14px;
}

.ttc-itinerary-gallery__arrow[data-gallery-next] {
    right: 14px;
}

.ttc-itinerary-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 42px;
    padding: 54px 0;
}

.ttc-itinerary-section {
    padding: 0 0 54px;
}

.ttc-itinerary-section + .ttc-itinerary-section {
    border-top: 1px solid var(--iti-line);
    padding-top: 48px;
}

.ttc-itinerary-section__head {
    margin-bottom: 24px;
}

.ttc-itinerary-section h2,
.ttc-itinerary-section__head h2 {
    position: relative;
    margin: 0;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2.15vw, 31px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
}

.ttc-itinerary-section h2:after,
.ttc-itinerary-section__head h2:after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--iti-gold), rgba(214, 173, 85, 0));
}

.ttc-itinerary-lead,
.ttc-itinerary-copy {
    max-width: 820px;
    margin: 0 0 20px;
    color: #33415f;
    font-size: 15px;
    line-height: 1.85;
    text-align: justify;
}

.ttc-itinerary-copy {
    max-width: none;
}

.ttc-itinerary-copy p {
    text-align: justify;
}

.ttc-itinerary-ideal {
    position: relative;
    max-width: 100%;
    margin: 26px 0 8px;
    padding: 22px 24px 24px;
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(247,250,255,0.95)),
        radial-gradient(circle at 0 0, rgba(214, 173, 85, 0.14), transparent 34%);
    box-shadow: 0 20px 52px rgba(8, 36, 86, 0.075);
}

.ttc-itinerary-ideal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--iti-gold), transparent);
}

.ttc-itinerary-ideal:after {
    content: "";
    position: absolute;
    right: -58px;
    top: -58px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(214, 173, 85, 0.16);
    border-radius: 50%;
    box-shadow: inset 0 0 0 18px rgba(214, 173, 85, 0.045);
    pointer-events: none;
}

.ttc-itinerary-ideal__title {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #0b3477;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ttc-itinerary-ideal__title:before {
    content: "";
    width: 42px;
    height: 1px;
    background: var(--iti-gold);
}

.ttc-itinerary-ideal__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 12px;
}

.ttc-itinerary-ideal__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 82px;
    padding: 14px 16px;
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.09);
    border-radius: 9px;
    background:
        linear-gradient(135deg, #fff, #fbfcff),
        radial-gradient(circle at 100% 0, rgba(214, 173, 85, 0.12), transparent 38%);
    color: var(--iti-blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    box-shadow: 0 12px 30px rgba(8, 36, 86, 0.055);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ttc-itinerary-ideal__item:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, var(--iti-gold), rgba(214, 173, 85, 0.18));
    pointer-events: none;
}

.ttc-itinerary-ideal__item:after {
    content: "";
    position: absolute;
    right: -26px;
    top: -34px;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(6, 40, 95, 0.035);
    pointer-events: none;
}

.ttc-itinerary-ideal__item:hover {
    transform: translateY(-3px);
    border-color: rgba(214, 173, 85, 0.38);
    box-shadow: 0 20px 42px rgba(4, 29, 73, 0.11);
}

.ttc-itinerary-ideal__icon {
    position: relative;
    z-index: 1;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(214, 173, 85, 0.36);
    border-radius: 50%;
    background: linear-gradient(145deg, #fffaf0, #fff);
    color: var(--iti-blue);
    box-shadow: 0 12px 24px rgba(8, 36, 86, 0.08);
    font-size: 22px;
    line-height: 1;
}

.ttc-itinerary-ideal__icon img {
    max-width: 30px;
    max-height: 30px;
    filter: contrast(1.08) saturate(1.1);
}

.ttc-itinerary-ideal__item > span:last-child {
    position: relative;
    z-index: 1;
}

.ttc-itinerary-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 22px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.12);
    background: linear-gradient(135deg, #fff, #fbf7ef);
    box-shadow: var(--iti-shadow);
}

.ttc-itinerary-map__canvas {
    height: 100%;
    min-height: 520px;
    background: linear-gradient(135deg, rgba(6, 40, 95, 0.86), rgba(11, 94, 215, 0.44));
    filter: saturate(1.04) contrast(1.02);
}

.ttc-itinerary-map__canvas .leaflet-control-attribution {
    font-size: 10px;
}

.ttc-itinerary-map__canvas .leaflet-popup-content-wrapper {
    border-radius: 4px;
    color: var(--iti-blue);
    font-weight: 700;
}

.ttc-itinerary-map__route {
    position: relative;
    padding: 26px 24px 24px 0;
}

.ttc-itinerary-map__route h3 {
    margin: 0 0 16px;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
}

.ttc-itinerary-map__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 18px;
}

.ttc-itinerary-map__stats span {
    padding: 13px 14px;
    border: 1px solid rgba(214, 173, 85, 0.36);
    background: rgba(255, 250, 240, 0.76);
}

.ttc-itinerary-map__stats strong,
.ttc-itinerary-map__stats small {
    display: block;
}

.ttc-itinerary-map__stats strong {
    color: var(--iti-blue);
    font-size: 22px;
    line-height: 1;
}

.ttc-itinerary-map__stats small {
    margin-top: 5px;
    color: var(--iti-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.ttc-itinerary-map__route ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ttc-itinerary-map__route li {
    position: relative;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px 11px 10px 16px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    background: rgba(255, 255, 255, 0.75);
    color: #33415f;
    font-weight: 700;
}

.ttc-itinerary-map__route li:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: var(--iti-gold);
    box-shadow: 0 0 0 5px rgba(214, 173, 85, 0.14);
}

.ttc-itinerary-map__route li span {
    color: #9b7323;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.ttc-itinerary-map__route li strong {
    color: var(--iti-blue);
    font-size: 14px;
}

.ttc-itinerary-map__note {
    margin-top: 18px;
    padding: 16px;
    border-left: 3px solid var(--iti-gold);
    color: #33415f;
    background: #fffaf0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.ttc-itinerary-summary {
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.12);
    background: #fff;
    box-shadow: var(--iti-shadow);
}

.ttc-itinerary-summary__row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) minmax(230px, 0.8fr);
}

.ttc-itinerary-summary__row > div {
    padding: 18px 20px;
    border-top: 1px solid var(--iti-line);
}

.ttc-itinerary-summary__row:first-child > div {
    border-top: 0;
}

.ttc-itinerary-summary__head {
    color: #fff;
    background: var(--iti-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ttc-itinerary-summary__day {
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
}

.ttc-itinerary-summary__place {
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 600;
}

.ttc-itinerary-summary__highlights {
    margin-top: 6px;
    color: var(--iti-muted);
    font-size: 14px;
}

.ttc-itinerary-summary__highlights strong {
    color: var(--iti-blue);
    font-weight: 800;
}

.ttc-itinerary-summary__hotels {
    display: grid;
    gap: 7px;
    color: #21446d;
    font-weight: 600;
}

.ttc-itinerary-summary__hotels a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-top: 4px;
    color: var(--iti-blue-2);
    font-size: 13px;
    font-weight: 800;
}

.ttc-itinerary-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: center;
    margin: 4px 0 34px;
    padding: 20px 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ttc-itinerary-timeline__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(214, 173, 85, 0.42);
    border-radius: 50%;
    color: var(--iti-blue);
    background: linear-gradient(145deg, #fff, #fffaf0);
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    box-shadow: 0 16px 34px rgba(8, 36, 86, 0.08), inset 0 0 0 4px rgba(255, 255, 255, 0.68);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ttc-itinerary-timeline__arrow:first-child {
    grid-row: 2;
    grid-column: 1;
    justify-self: end;
    margin-right: 8px;
}

.ttc-itinerary-timeline__arrow:last-child {
    grid-row: 2;
    grid-column: 2;
    justify-self: start;
    margin-left: 8px;
    margin-top: 0;
}

.ttc-itinerary-timeline__arrow:hover {
    border-color: rgba(214, 173, 85, 0.9);
    box-shadow: 0 20px 40px rgba(8, 36, 86, 0.12), inset 0 0 0 4px rgba(255, 255, 255, 0.78);
    transform: translateY(-1px);
}

.ttc-itinerary-timeline__viewport {
    grid-row: 1;
    grid-column: 1 / -1;
    overflow: hidden;
    padding: 0;
}

.ttc-itinerary-timeline__track {
    position: relative;
    display: flex;
    gap: 0;
    align-items: stretch;
    min-height: 162px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.ttc-itinerary-timeline__track::-webkit-scrollbar {
    display: none;
}

.ttc-itinerary-timeline__stop {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 20%;
    min-width: 205px;
    padding: 16px 12px 4px;
    border: 0;
    color: #111;
    background: transparent;
    text-align: center;
    cursor: pointer;
    overflow: visible;
    scroll-snap-align: start;
    appearance: none;
    -webkit-appearance: none;
}

.ttc-itinerary-timeline__stop:not(:last-child):after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #8f642d, #d8b158 54%, #8f642d);
    z-index: 0;
}

.ttc-itinerary-timeline__dot {
    position: relative;
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #9a6627;
    box-shadow: 0 0 0 5px rgba(216, 177, 88, 0.18);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.ttc-itinerary-timeline__label {
    display: block;
    box-sizing: border-box;
    width: min(100%, 250px);
    min-height: 96px;
    margin: 0 auto;
    padding: 20px 14px 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    overflow: hidden;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ttc-itinerary-timeline__stop.is-active .ttc-itinerary-timeline__label {
    border-color: rgba(216, 177, 88, 0.32);
    background:
        linear-gradient(135deg, rgba(255,255,255,.54), rgba(255,250,240,.34)),
        #e8e5de;
    box-shadow: 0 18px 38px rgba(8, 36, 86, 0.09);
    transform: none;
    overflow: hidden;
}

.ttc-itinerary-timeline__stop.is-active .ttc-itinerary-timeline__dot,
.ttc-itinerary-timeline__stop:hover .ttc-itinerary-timeline__dot {
    background: #d8b158;
    box-shadow: 0 0 0 7px rgba(216, 177, 88, 0.22), 0 8px 18px rgba(143, 100, 45, 0.18);
    transform: translateY(-1px);
}

.ttc-itinerary-timeline__days,
.ttc-itinerary-timeline__city {
    display: block;
    text-transform: uppercase;
}

.ttc-itinerary-timeline__days {
    color: var(--iti-blue);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: .01em;
}

.ttc-itinerary-timeline__city {
    margin-top: 7px;
    color: #14213c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ttc-itinerary-timeline__stop.is-active .ttc-itinerary-timeline__days {
    color: #061f52;
    font-weight: 500;
}

.ttc-itinerary-timeline__stop.is-active .ttc-itinerary-timeline__city {
    color: #0c172d;
}

.ttc-itinerary-day {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 28px;
    margin-top: 30px;
    padding: 34px 0;
    border-top: 1px solid var(--iti-line);
}

.ttc-itinerary-day:first-of-type {
    margin-top: 0;
    border-top: 0;
}

.ttc-itinerary-day__rail {
    position: relative;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
}

.ttc-itinerary-day__rail:after {
    content: "";
    position: absolute;
    top: 46px;
    left: 16px;
    bottom: -34px;
    width: 1px;
    background: var(--iti-line);
}

.ttc-itinerary-day:last-child .ttc-itinerary-day__rail:after {
    display: none;
}

.ttc-itinerary-day__rail span {
    display: block;
    width: 33px;
    height: 33px;
    margin-bottom: 12px;
    border: 8px solid #eef3fb;
    border-radius: 50%;
    background: var(--iti-gold);
}

.ttc-itinerary-day__content h3 {
    margin: 0 0 10px;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.18;
}

.ttc-route-flow {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.ttc-route-place {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    box-shadow: none;
}

.ttc-route-connector {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    aspect-ratio: 1 / 1;
    padding: 0;
    border-radius: 50%;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
}

.ttc-route-connector i {
    font-size: 14px;
}

.ttc-route-connector span {
    display: none;
}

.ttc-route-connector--train {
    border: 1px solid rgba(15, 86, 207, .22);
    background: #eef5ff;
    color: #0f56cf;
}

.ttc-route-connector--road {
    border: 1px solid rgba(213, 168, 78, .36);
    background: #fff8eb;
    color: #9b6c16;
}

.ttc-route-connector--flight {
    border: 1px solid rgba(18, 151, 116, .24);
    background: #edf9f5;
    color: #0f7d61;
}

.ttc-route-connector--cruise {
    border: 1px solid rgba(15, 86, 207, .22);
    background: #eef5ff;
    color: #0f56cf;
}

.ttc-itinerary-day__overview {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-top: 16px;
}

.ttc-itinerary-day__overview.has-no-image {
    grid-template-columns: 1fr;
}

.ttc-itinerary-day__desc,
.ttc-itinerary-day__desc p {
    color: #33415f;
    text-align: justify;
}

.ttc-itinerary-day__image {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid rgba(214, 173, 85, 0.34);
    background: linear-gradient(135deg, #fffaf0, var(--iti-soft));
    box-shadow: 0 18px 38px rgba(8, 36, 86, 0.11);
}

.ttc-itinerary-day__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 40, 95, 0.02), rgba(6, 40, 95, 0.18)),
        linear-gradient(90deg, rgba(214, 173, 85, 0.18), transparent 38%);
    pointer-events: none;
}

.ttc-itinerary-day__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    transition: transform .5s ease, filter .5s ease;
}

.ttc-itinerary-day__image:hover img {
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.04);
}

.ttc-itinerary-activity {
    margin-top: 18px;
    padding: 20px;
    border-left: 3px solid var(--iti-gold);
    background: var(--iti-cream);
}

.ttc-itinerary-activity h4 {
    margin: 0 0 8px;
    color: var(--iti-blue);
    font-size: 16px;
    font-weight: 900;
}

.ttc-itinerary-activity p,
.ttc-itinerary-activity strong {
    font-weight: 800;
}

.ttc-itinerary-hotels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.ttc-itinerary-hotels__head {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 600;
}

.ttc-itinerary-hotels__head:before {
    content: "";
    width: 38px;
    height: 2px;
    background: var(--iti-gold);
}

.ttc-itinerary-hotel {
    position: relative;
    display: grid;
    grid-template-rows: 168px minmax(0, auto);
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 8px;
    background: #fff;
    color: var(--iti-blue);
    box-shadow: 0 18px 36px rgba(8, 36, 86, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ttc-itinerary-hotel:hover {
    border-color: rgba(214, 173, 85, 0.58);
    box-shadow: 0 24px 44px rgba(8, 36, 86, 0.12);
    transform: translateY(-2px);
}

.ttc-itinerary-hotel__image {
    position: relative;
    display: block;
    min-height: 168px;
    background-position: center;
    background-size: cover;
    transition: transform .45s ease, filter .45s ease;
}

.ttc-itinerary-hotel__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 40, 95, 0.02), rgba(6, 40, 95, 0.22));
}

.ttc-itinerary-hotel:hover .ttc-itinerary-hotel__image {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.04);
}

.ttc-itinerary-hotel__body {
    display: block;
    position: relative;
    min-height: 124px;
    padding: 18px 18px 20px;
}

.ttc-itinerary-hotel strong {
    display: block;
    margin-top: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.18;
}

.ttc-itinerary-hotel small {
    display: block;
    margin-top: 8px;
    color: var(--iti-muted);
    font-size: 13px;
    font-weight: 700;
}

.ttc-itinerary-hotel__type {
    position: absolute;
    top: -18px;
    left: 18px;
    display: inline-flex;
    max-width: calc(100% - 36px);
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid rgba(214, 173, 85, 0.58);
    border-radius: 999px;
    color: var(--iti-blue);
    background: #fffaf0;
    box-shadow: 0 10px 22px rgba(8, 36, 86, 0.1);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ttc-itinerary-hotel-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(214, 173, 85, 0.55);
    color: var(--iti-blue);
    background: linear-gradient(135deg, #fffaf0, #fff);
    font-weight: 800;
}

.ttc-itinerary-hotel-more i {
    color: var(--iti-blue-2);
}

.ttc-itinerary-weather {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(6, 40, 95, 0.09);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.97), rgba(248,251,255,0.96)),
        radial-gradient(circle at 0 0, rgba(214, 173, 85, 0.12), transparent 34%);
    box-shadow: 0 18px 46px rgba(8, 36, 86, 0.06);
}

.ttc-itinerary-weather__month {
    position: relative;
    overflow: hidden;
    min-height: 118px;
    padding: 15px 14px 14px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    text-align: left;
    box-shadow: 0 12px 28px rgba(8, 36, 86, 0.055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ttc-itinerary-weather__month:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--iti-line);
    pointer-events: none;
}

.ttc-itinerary-weather__month:hover {
    border-color: rgba(214, 173, 85, 0.48);
    box-shadow: 0 22px 44px rgba(8, 36, 86, 0.11);
    transform: translateY(-2px);
}

.ttc-itinerary-weather__month:after {
    content: "";
    position: absolute;
    right: -22px;
    top: -24px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(6, 40, 95, 0.035);
    pointer-events: none;
}

.ttc-itinerary-weather__month i,
.ttc-itinerary-weather__month small,
.ttc-itinerary-weather__month strong,
.ttc-itinerary-weather__month span {
    position: relative;
    display: block;
}

.ttc-itinerary-weather__month i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 34px;
    height: 34px;
    margin: 0 0 8px 10px;
    border-radius: 50%;
    color: var(--iti-blue);
    background: #fff;
    box-shadow: 0 10px 22px rgba(8, 36, 86, 0.08);
    font-size: 15px;
}

.ttc-itinerary-weather__month small {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(214, 173, 85, 0.1);
    color: #9b7323;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .85px;
    text-transform: uppercase;
}

.ttc-itinerary-weather__month strong {
    clear: left;
    margin-top: 12px;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.ttc-itinerary-weather__month span {
    margin-top: 12px;
    padding: 9px 10px;
    border-radius: 6px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    background: rgba(255, 255, 255, 0.78);
    color: var(--iti-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.ttc-itinerary-weather__month.is-best {
    border-color: rgba(214, 173, 85, 0.55);
    background: linear-gradient(135deg, #fffaf0, #fff);
}

.ttc-itinerary-weather__month.is-best:before {
    background: var(--iti-gold);
}

.ttc-itinerary-weather__month.is-value {
    border-color: rgba(11, 94, 215, 0.22);
    background: linear-gradient(135deg, #f5f9ff, #fff);
}

.ttc-itinerary-weather__month.is-value:before {
    background: var(--iti-blue-2);
}

.ttc-itinerary-weather__month.is-value small {
    background: rgba(11, 94, 215, 0.08);
    color: var(--iti-blue-2);
}

.ttc-itinerary-weather__month.is-off {
    background: linear-gradient(135deg, #fff, #f7f9fc);
}

.ttc-itinerary-weather__month.is-off small {
    background: rgba(100, 112, 137, 0.08);
    color: #69758b;
}

.ttc-itinerary-weather__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    padding: 0;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    color: var(--iti-muted);
    font-weight: 700;
    overflow: hidden;
}

.ttc-itinerary-weather__legend span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-right: 1px solid rgba(6, 40, 95, 0.08);
    font-size: 13px;
}

.ttc-itinerary-weather__legend span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--iti-line);
}

.ttc-itinerary-weather__legend .is-best:before {
    background: var(--iti-gold);
}

.ttc-itinerary-weather__legend .is-value:before {
    background: var(--iti-blue-2);
}

.ttc-itinerary-inclusions {
    padding: 24px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    background: #fff;
    box-shadow: 0 14px 32px rgba(8, 36, 86, 0.055);
}

.ttc-itinerary-inclusions,
.ttc-itinerary-inclusions p,
.ttc-itinerary-inclusions li {
    color: #33415f;
    text-align: justify;
}

.ttc-itinerary-guest {
    padding: 28px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    background: #fff;
    box-shadow: var(--iti-shadow);
}

.ttc-itinerary-guest h3 {
    margin: 14px 0 8px;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.12;
}

.ttc-itinerary-guest p,
.ttc-itinerary-guest div {
    color: #33415f;
    text-align: justify;
}

.ttc-itinerary-aside {
    min-width: 0;
}

.ttc-itinerary-plan {
    position: sticky;
    top: 166px;
    overflow: hidden;
    border: 1px solid rgba(6, 40, 95, 0.12);
    background: #fff;
    box-shadow: var(--iti-shadow);
}

.ttc-itinerary-plan__top {
    padding: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--iti-blue), #164d9e);
}

.ttc-itinerary-plan__top h3 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
}

.ttc-itinerary-plan__top p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.82);
}

.ttc-itinerary-plan__body {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.ttc-itinerary-plan__row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    background: var(--iti-soft);
}

.ttc-itinerary-plan__row > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--iti-blue);
    background: linear-gradient(135deg, #fff7de, #ecd07f);
    font-weight: 800;
}

.ttc-itinerary-plan__row strong,
.ttc-itinerary-plan__row small {
    display: block;
}

.ttc-itinerary-plan__row strong {
    color: var(--iti-blue);
    font-weight: 700;
}

.ttc-itinerary-plan__row small {
    color: var(--iti-muted);
    font-size: 13px;
}

.ttc-itinerary-plan .ttc-itinerary-btn {
    width: 100%;
}

.ttc-itinerary-plan .ttc-itinerary-btn--light {
    border: 1px solid rgba(214, 173, 85, 0.68) !important;
    background: linear-gradient(135deg, #fffaf0, #ffffff) !important;
    color: var(--iti-blue) !important;
    box-shadow: 0 14px 30px rgba(20, 35, 70, 0.06) !important;
}

.ttc-itinerary-plan .ttc-itinerary-btn--light:hover {
    border-color: rgba(214, 173, 85, 0.95) !important;
    background: linear-gradient(135deg, #f8ecd0, #fffaf0) !important;
    color: var(--iti-blue) !important;
    box-shadow: 0 18px 38px rgba(20, 35, 70, 0.1) !important;
}

.ttc-itinerary-plan {
    position: sticky;
    top: 176px;
    border: 1px solid rgba(216, 178, 91, 0.42);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 15% 0%, rgba(216, 178, 91, 0.2), transparent 30%),
        radial-gradient(circle at 100% 18%, rgba(75, 80, 211, 0.28), transparent 35%),
        linear-gradient(145deg, #071a3d 0%, #102b63 54%, #07142f 100%);
    color: #fff;
    box-shadow:
        0 24px 58px rgba(7, 20, 47, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ttc-itinerary-plan::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    pointer-events: none;
}

.ttc-itinerary-plan::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -46px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(216, 178, 91, 0.18);
    transform: rotate(45deg);
    pointer-events: none;
}

.ttc-itinerary-plan__top {
    position: relative;
    z-index: 1;
    padding: 24px 24px 12px;
    text-align: center;
    background: transparent;
}

.ttc-itinerary-plan__top h3 {
    color: #fff;
    font-size: clamp(24px, 1.7vw, 30px);
    font-weight: 500;
    letter-spacing: 0;
}

.ttc-itinerary-plan__top p {
    margin: 14px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(216, 178, 91, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.075);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.ttc-itinerary-plan__body {
    position: relative;
    z-index: 1;
    gap: 14px;
    padding: 6px 26px 24px;
}

.ttc-itinerary-enquiry,
.ttc-itinerary-enquiry__panel {
    display: grid;
    gap: 14px;
}

.ttc-itinerary-enquiry__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ttc-itinerary-enquiry__steps button {
    position: relative;
    min-height: 42px;
    border: 0;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.22);
    color: #071f4d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.ttc-itinerary-enquiry__steps button.is-active {
    background: linear-gradient(135deg, #fff, #f8f1e2);
    color: #071f4d;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16), inset 0 -2px 0 rgba(216, 178, 91, 0.38);
}

.ttc-itinerary-enquiry__steps button.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #f8f1e2;
    transform: translateX(-50%);
}

.ttc-itinerary-enquiry__panel {
    display: none;
}

.ttc-itinerary-enquiry__panel.is-active {
    display: grid;
}

.ttc-itinerary-enquiry select,
.ttc-itinerary-enquiry input {
    width: 100%;
    height: 52px;
    border: 1px solid rgba(216, 178, 91, 0.26);
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.96);
    color: #071f4d;
    font-size: 15px;
    font-weight: 700;
    outline: 0;
    padding: 0 14px;
    box-shadow: 0 10px 22px rgba(2, 15, 38, 0.12);
}

.ttc-itinerary-enquiry select:focus,
.ttc-itinerary-enquiry input:focus {
    border-color: rgba(216, 178, 91, 0.76);
    box-shadow: 0 0 0 3px rgba(216, 178, 91, 0.15), 0 12px 24px rgba(2, 15, 38, 0.14);
}

.ttc-itinerary-enquiry select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #8b95a8 50%), linear-gradient(135deg, #8b95a8 50%, transparent 50%);
    background-position: calc(100% - 22px) 22px, calc(100% - 14px) 22px;
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.ttc-itinerary-enquiry__primary,
.ttc-itinerary-enquiry__back {
    min-height: 50px;
    border-radius: 7px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ttc-itinerary-enquiry__primary {
    border: 0;
    background: linear-gradient(135deg, #f1b4a6, #e99f8f);
    color: #071f4d;
}

.ttc-itinerary-enquiry__primary:hover {
    background: linear-gradient(135deg, #f4c1b5, #eba796);
    color: #071f4d;
}

.ttc-itinerary-enquiry__back {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.ttc-itinerary-enquiry__help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.ttc-itinerary-enquiry__help i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    font-size: 12px;
}

.ttc-itinerary-enquiry__captcha {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.ttc-itinerary-enquiry__captcha input {
    font-size: 14px;
    padding: 0 12px;
}

.ttc-itinerary-enquiry__captcha .ttc-captcha-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    gap: 6px;
    min-height: 52px;
    padding: 5px 6px;
    border: 1px solid rgba(216, 178, 91, 0.26);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.92);
    overflow: visible;
    box-shadow: 0 10px 22px rgba(2, 15, 38, 0.12);
}

.ttc-itinerary-enquiry__captcha img {
    display: block;
    width: 128px;
    max-width: 100%;
    height: 40px;
    min-width: 0;
    object-fit: fill;
    border: 1px solid rgba(16, 45, 107, 0.12);
    box-shadow: none;
}

.ttc-itinerary-enquiry__captcha .ttc-captcha-refresh {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin: 0;
    font-size: 13px;
}

.ttc-itinerary-enquiry__actions {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
}

.ttc-itinerary-enquiry__status {
    min-height: 18px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 700;
}

.ttc-itinerary-enquiry__status.is-error {
    color: #ffd4cc;
}

.ttc-itinerary-plan .ttc-itinerary-btn--light {
    border-color: rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.96) !important;
}

.ttc-itinerary-plan__compact {
    position: relative;
    z-index: 1;
    display: none;
    gap: 18px;
    padding: 32px;
}

.ttc-itinerary-plan__compact button,
.ttc-itinerary-plan__compact a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #f1b4a6, #e9a090);
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(2, 15, 38, 0.16);
}

.ttc-itinerary-plan__compact a {
    text-decoration: none;
}

.ttc-itinerary-plan__compact i {
    margin-left: 8px;
    font-size: 16px;
}

.ttc-itinerary-plan.is-compact .ttc-itinerary-plan__top,
.ttc-itinerary-plan.is-compact .ttc-itinerary-plan__body {
    display: none;
}

.ttc-itinerary-plan.is-compact .ttc-itinerary-plan__compact {
    display: grid;
}

.ttc-itinerary-plan.is-compact {
    border-radius: 10px;
}

@media (max-width: 575px) {
    .ttc-itinerary-plan__top,
    .ttc-itinerary-plan__body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ttc-itinerary-plan__top h3 {
        font-size: 24px;
    }

    .ttc-itinerary-plan__top p {
        font-size: 14px;
    }

    .ttc-itinerary-enquiry__captcha,
    .ttc-itinerary-enquiry__actions {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-enquiry__captcha .ttc-captcha-box {
        grid-template-columns: minmax(0, 1fr) 38px;
    }

    .ttc-itinerary-enquiry__captcha img {
        max-width: 100%;
    }
}

.ttc-itinerary-sidebox {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.ttc-itinerary-sidebox > div {
    padding: 18px;
    border: 1px solid rgba(6, 40, 95, 0.1);
    background: #fff;
    box-shadow: 0 12px 30px rgba(8, 36, 86, 0.055);
}

.ttc-itinerary-related {
    padding: 58px 0 66px;
    border-top: 1px solid var(--iti-line);
    background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.ttc-itinerary-related__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.ttc-itinerary-related__head .ttc-itinerary-section__head {
    margin-bottom: 0;
}

.ttc-itinerary-related__nav {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 10px;
    margin: 0;
}

.ttc-itinerary-related__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(6, 40, 95, 0.12);
    border-radius: 50%;
    color: var(--iti-blue);
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 36, 86, 0.07);
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
}

.ttc-itinerary-related__carousel {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.ttc-itinerary-related__carousel::-webkit-scrollbar {
    display: none;
}

.ttc-itinerary-related__grid {
    display: flex;
    gap: 24px;
}

.ttc-itinerary-related__grid .ttc-lux-card {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 320px;
}

@media (max-width: 1050px) {
    .ttc-itinerary-layout {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-plan {
        position: static;
    }

    .ttc-itinerary-related__grid {
        display: flex;
    }

    .ttc-itinerary-related__grid .ttc-lux-card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .ttc-itinerary-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .ttc-itinerary-timeline__arrow {
        width: 48px;
        height: 48px;
        font-size: 34px;
    }

    .ttc-itinerary-timeline__stop {
        flex-basis: 25%;
        min-width: 190px;
    }

    .ttc-itinerary-timeline__days {
        font-size: 19px;
    }

    .ttc-itinerary-weather {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ttc-itinerary-hero,
    .ttc-itinerary-hero__inner {
        min-height: 520px;
    }

    .ttc-itinerary-hero {
        background-position: center top;
    }

    .ttc-itinerary-anchorbar {
        position: static;
    }

    .ttc-itinerary-anchors {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0;
        min-height: auto;
        padding: 0;
        border-radius: 0;
    }

    .ttc-itinerary-anchors a {
        min-height: 38px;
        padding: 0 12px;
        border-left: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
        border-bottom: 1px solid rgba(214, 173, 85, 0.16);
    }

    .ttc-itinerary-anchors a:last-child {
        border-right: 0;
    }

    .ttc-itinerary-map,
    .ttc-itinerary-summary__row,
    .ttc-itinerary-day,
    .ttc-itinerary-hotels {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-ideal {
        padding: 18px;
    }

    .ttc-itinerary-ideal__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ttc-itinerary-ideal__item {
        min-height: 72px;
        padding: 12px 14px;
        font-size: 13px;
    }

    .ttc-itinerary-ideal__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .ttc-itinerary-weather {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 12px;
    }

    .ttc-itinerary-weather__month {
        min-height: 112px;
        padding: 14px 12px;
    }

    .ttc-itinerary-weather__month i {
        width: 34px;
        height: 34px;
        margin: 0 0 7px 8px;
        font-size: 15px;
    }

    .ttc-itinerary-weather__month strong {
        font-size: 21px;
    }

    .ttc-itinerary-weather__month span {
        font-size: 12px;
    }

    .ttc-itinerary-weather__legend {
        gap: 0;
        padding: 0;
        font-size: 12px;
    }

    .ttc-itinerary-weather__legend span {
        flex: 1 1 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(6, 40, 95, 0.08);
    }

    .ttc-itinerary-gallery__grid,
    .ttc-itinerary-gallery__shell.has-carousel .ttc-itinerary-gallery__grid {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .ttc-itinerary-gallery__grid::-webkit-scrollbar {
        display: none;
    }

    .ttc-itinerary-gallery__item,
    .ttc-itinerary-gallery__item:first-child,
    .ttc-itinerary-gallery__shell.has-carousel .ttc-itinerary-gallery__item {
        flex: 0 0 82%;
        min-height: 190px;
    }

    .ttc-itinerary-gallery__arrow {
        display: inline-flex;
        width: 38px;
        height: 38px;
    }

    .ttc-itinerary-related__head {
        display: block;
    }

    .ttc-itinerary-related__nav {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .ttc-itinerary-related__grid .ttc-lux-card {
        flex-basis: 86%;
        min-width: 280px;
    }

    .ttc-itinerary-summary__head {
        display: none;
    }

    .ttc-itinerary-map__route {
        padding: 22px;
    }

    .ttc-itinerary-map__canvas {
        min-height: 360px;
    }

    .ttc-itinerary-map__stats,
    .ttc-itinerary-map__route li {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 16px 0 4px;
    }

    .ttc-itinerary-timeline__arrow {
        display: inline-flex;
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

    .ttc-itinerary-timeline__arrow:first-child {
        grid-row: 2;
        grid-column: 1;
        justify-self: end;
        margin-right: 6px;
    }

    .ttc-itinerary-timeline__arrow:last-child {
        grid-row: 2;
        grid-column: 2;
        justify-self: start;
        margin-left: 6px;
    }

    .ttc-itinerary-timeline__viewport {
        grid-row: 1;
        grid-column: 1 / -1;
    }

    .ttc-itinerary-timeline__track {
        display: flex;
        gap: 0;
        min-height: 136px;
    }

    .ttc-itinerary-timeline__dot {
        display: block;
        width: 16px;
        height: 16px;
    }

    .ttc-itinerary-timeline__stop {
        flex: 0 0 72%;
        min-width: 190px;
        justify-items: center;
    }

    .ttc-itinerary-timeline__stop:not(:last-child):after {
        top: 24px;
    }

    .ttc-itinerary-timeline__label,
    .ttc-itinerary-timeline__stop.is-active .ttc-itinerary-timeline__label {
        width: min(100%, 210px);
        min-height: 86px;
        padding: 14px 12px;
        text-align: center;
    }

    .ttc-itinerary-timeline__stop.is-active .ttc-itinerary-timeline__label {
        transform: none;
        box-shadow: 0 12px 24px rgba(8, 36, 86, 0.08);
    }

    .ttc-itinerary-timeline__days {
        font-size: 18px;
    }

    .ttc-itinerary-day__rail:after {
        display: none;
    }

    .ttc-itinerary-day__overview {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ttc-itinerary-day__image {
        float: none;
        width: 100%;
        min-height: 220px;
        margin: 0;
    }

    .ttc-itinerary-day__image img {
        min-height: 220px;
    }

    .ttc-itinerary-hotel {
        grid-template-rows: 190px minmax(0, auto);
    }

    .ttc-route-flow {
        gap: 7px;
    }

    .ttc-route-place {
        min-height: 0;
        padding: 0;
        font-size: 20px;
    }

    .ttc-route-connector {
        width: 30px;
        height: 30px;
        min-height: 30px;
        padding: 0;
    }

    .ttc-route-connector span {
        display: none;
    }
}
/* Thank You Page */
.ttc-thankyou-page {
    background: linear-gradient(180deg, #f8fbff 0%, #eef3fa 100%);
    color: #08275f;
}

.ttc-thankyou-wrap {
    width: min(1350px, calc(100% - 48px));
    margin: 0 auto;
}

.ttc-thankyou-hero {
    position: relative;
    padding: 38px 0 86px;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(115deg, rgba(4, 24, 61, .96), rgba(8, 39, 95, .88) 48%, rgba(10, 74, 155, .72)), url("https://www.thetravelcraftsman.com/images/inner_banner.jpg") center/cover no-repeat;
}

.ttc-thankyou-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(217, 173, 69, .18) 0 1px, transparent 1px 100%);
    background-size: 84px 84px;
    opacity: .18;
}

.ttc-thankyou-hero .ttc-thankyou-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ttc-thankyou-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    margin-bottom: 34px;
    background: rgba(4, 24, 61, .50);
    border: 1px solid rgba(217, 173, 69, .42);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .14);
    color: #fff;
    font-size: 13px;
    letter-spacing: .4px;
}

.ttc-thankyou-breadcrumb a,
.ttc-thankyou-breadcrumb span {
    color: #fff;
    text-decoration: none;
}

.ttc-thankyou-card {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 52px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 247, 239, .96));
    border: 1px solid rgba(217, 173, 69, .42);
    box-shadow: 0 30px 90px rgba(3, 20, 50, .30);
}

.ttc-thankyou-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #d9ad45, #f5e7b8, #d9ad45);
}

.ttc-thankyou-mark {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    background: linear-gradient(145deg, #08275f, #0b4ca8);
    border: 8px solid #f8ead0;
    border-radius: 50%;
    box-shadow: 0 18px 35px rgba(8, 39, 95, .25);
    color: #d9ad45;
    font-size: 24px;
}

.ttc-thankyou-kicker {
    margin: 0 0 10px;
    color: #6c7fb3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.ttc-thankyou-card h1 {
    margin: 0 0 16px;
    color: #08275f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.8vw, 52px);
    line-height: 1.08;
}

.ttc-thankyou-lead {
    max-width: 620px;
    margin: 0 auto;
    color: #42547a;
    font-size: 16px;
    line-height: 1.75;
}

.ttc-thankyou-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 12px 16px;
    background: rgba(8, 39, 95, .06);
    border-left: 3px solid #d9ad45;
    color: #253c68;
    font-size: 14px;
    font-weight: 700;
}

.ttc-thankyou-note i {
    color: #b88720;
    font-size: 18px;
}

.ttc-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.ttc-thankyou-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #d9ad45;
    color: #08275f;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.ttc-thankyou-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.ttc-thankyou-btn--primary {
    background: linear-gradient(135deg, #092c70, #075ee2);
    border-color: transparent;
    box-shadow: 0 16px 32px rgba(7, 94, 226, .24);
    color: #fff;
}

.ttc-thankyou-btn--ghost {
    background: rgba(255, 250, 240, .9);
}

.ttc-thankyou-next {
    position: relative;
    z-index: 2;
    padding: 0 0 74px;
    margin-top: -24px;
}

.ttc-thankyou-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ttc-thankyou-next-grid article {
    position: relative;
    padding: 30px 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #fbfcff);
    border: 1px solid rgba(217, 173, 69, .28);
    box-shadow: 0 20px 50px rgba(8, 39, 95, .09);
}

.ttc-thankyou-next-grid article:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, #d9ad45, rgba(217, 173, 69, 0));
}

.ttc-thankyou-next-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    background: linear-gradient(145deg, #fff8e8, #f1d99a);
    border: 1px solid #e6c879;
    border-radius: 50%;
    color: #9b762b;
    font-weight: 800;
}

.ttc-thankyou-next-grid h2 {
    margin: 0 0 8px;
    color: #08275f;
    font-size: 20px;
}

.ttc-thankyou-next-grid p {
    margin: 0;
    color: #536486;
    font-size: 14px;
    line-height: 1.65;
}

@media (min-width: 1400px) {
    .main-header .container,
    .ttc-wrap,
    .ttc-home-wrap,
    .ttc-search-wrap,
    .ttc-contact-wrap,
    .ttc-about-wrap,
    .ttc-package-wrap,
    .ttc-dbc-wrap,
    .ttc-region-wrap,
    .ttc-itinerary-wrap,
    .ttc-thankyou-wrap,
    .ttc-alltrip-page .ttc-container {
        width: min(1570px, calc(100% - 96px)) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ttc-home-section,
    .ttc-package-list-section,
    .ttc-region-content,
    .ttc-itinerary-layout {
        --ttc-desktop-rail: 1570px;
    }

    .home-slider .sliderin .container {
        width: min(1180px, calc(100% - 96px));
        max-width: none;
    }

    .home-slider .sl-form {
        max-width: 820px;
    }
}

@media (max-width: 767px) {
    .ttc-thankyou-wrap {
        width: min(100% - 28px, 1350px);
    }

    .ttc-thankyou-hero {
        padding: 26px 0 54px;
    }

    .ttc-thankyou-breadcrumb {
        margin-bottom: 26px;
    }

    .ttc-thankyou-card {
        padding: 34px 22px;
    }

    .ttc-thankyou-actions {
        flex-direction: column;
    }

    .ttc-thankyou-note {
        align-items: flex-start;
        text-align: left;
    }

    .ttc-thankyou-next-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    main.ttc-home .ttc-plan {
        margin-top: 14px;
    }

    main.ttc-home .ttc-plan__card {
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 18px 42px rgba(8, 36, 86, 0.12);
    }

    main.ttc-home .ttc-home-title--inside {
        padding: 18px 14px 14px;
        margin-bottom: 0;
    }

    main.ttc-home .ttc-home-title--inside h2 {
        max-width: 280px;
        color: #08275f;
        font-size: 24px;
        line-height: 1.08;
    }

    main.ttc-home .ttc-home-title--inside span {
        width: 42px;
        min-width: 42px;
    }

    main.ttc-home .ttc-plan__grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
        padding: 14px;
        background: #f5f7fb;
    }

    main.ttc-home .ttc-plan__field {
        min-height: 64px;
        grid-template-columns: 42px minmax(0, 1fr) 22px !important;
        grid-template-rows: auto auto;
        padding: 10px 14px;
        border: 1px solid rgba(8, 47, 112, 0.10) !important;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(8, 36, 86, 0.06);
    }

    main.ttc-home .ttc-plan__field > i:first-child {
        grid-column: 1;
        grid-row: 1 / span 2;
        font-size: 24px;
    }

    main.ttc-home .ttc-plan__field small {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 3px;
        color: #263657;
        font-size: 11px;
        line-height: 1.2;
        white-space: normal;
    }

    main.ttc-home .ttc-plan__field select {
        grid-column: 2 / 4;
        grid-row: 2;
        width: 100%;
        height: 24px;
        padding: 0 28px 0 0;
        color: #08275f;
        font-size: 18px !important;
        font-weight: 800;
        line-height: 1.1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    main.ttc-home .ttc-plan__field .fa-angle-down {
        grid-column: 3;
        grid-row: 2;
        align-self: center;
        justify-self: end;
        color: #0759f0;
        font-size: 14px;
    }

    main.ttc-home .ttc-plan__grid > .ttc-home-btn {
        grid-column: 1;
        min-height: 58px;
        margin-top: 2px;
        border-radius: 9px;
        font-size: 15px;
    }
}

/* Itinerary season guide luxury board */
.ttc-itinerary-weather {
    display: block;
    padding: 18px;
    border: 1px solid rgba(6, 40, 95, 0.09);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(247,250,255,0.96)),
        radial-gradient(circle at 0 0, rgba(214, 173, 85, 0.16), transparent 34%);
    box-shadow: 0 24px 62px rgba(8, 36, 86, 0.09);
}

.ttc-itinerary-weather__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
    padding: 24px 26px;
    border: 1px solid rgba(214, 173, 85, 0.24);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(6, 39, 95, 0.96), rgba(7, 53, 123, 0.92)),
        radial-gradient(circle at 92% 10%, rgba(214, 173, 85, 0.34), transparent 28%);
    box-shadow: 0 22px 50px rgba(8, 36, 86, 0.14);
}

.ttc-itinerary-weather__summary small {
    display: block;
    color: #f2d996;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ttc-itinerary-weather__summary h3 {
    margin: 8px 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.12;
}

.ttc-itinerary-weather__summary p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
}

.ttc-itinerary-weather__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(118px, 1fr));
    gap: 12px;
    min-width: 430px;
}

.ttc-itinerary-weather__stats span {
    display: grid;
    gap: 3px;
    justify-content: start;
    min-height: 62px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.ttc-itinerary-weather__stats b {
    color: #f2d996;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1;
}

.ttc-itinerary-weather__calendar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ttc-itinerary-weather__row {
    display: grid;
    grid-template-columns: 215px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(6, 39, 95, 0.11);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(8, 36, 86, 0.075);
}

.ttc-itinerary-weather__row-head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 128px;
    padding: 22px 24px;
    color: #fff;
    background:
        linear-gradient(145deg, #071f4e, #0a3476),
        radial-gradient(circle at 100% 0, rgba(214, 173, 85, 0.3), transparent 36%);
}

.ttc-itinerary-weather__row-head:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(214, 173, 85, 0.72), transparent);
}

.ttc-itinerary-weather__row.is-value .ttc-itinerary-weather__row-head {
    background:
        linear-gradient(145deg, #07336e, #0a55cf),
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.2), transparent 40%);
}

.ttc-itinerary-weather__row.is-off .ttc-itinerary-weather__row-head {
    background:
        linear-gradient(145deg, #27324a, #61708d),
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), transparent 40%);
}

.ttc-itinerary-weather__row-head i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    color: #08275f;
    background: linear-gradient(145deg, #fff7df, #e7c878);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    font-size: 16px;
}

.ttc-itinerary-weather__row-head strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.1;
}

.ttc-itinerary-weather__row-head span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ttc-itinerary-weather__months,
.ttc-itinerary-weather__row.is-value .ttc-itinerary-weather__months,
.ttc-itinerary-weather__row.is-off .ttc-itinerary-weather__months {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.ttc-itinerary-weather__months::-webkit-scrollbar {
    display: none;
}

.ttc-itinerary-weather__month {
    position: relative;
    display: grid;
    flex: 0 0 calc(100% / 6);
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 128px;
    padding: 18px 16px;
    overflow: hidden;
    border: 0;
    border-right: 1px solid rgba(6, 39, 95, 0.08);
    border-radius: 0;
    background:
        linear-gradient(180deg, #fff, #fbfcff),
        radial-gradient(circle at 100% 0, rgba(214, 173, 85, 0.1), transparent 36%);
    box-shadow: none;
    text-align: left;
}

.ttc-itinerary-weather__month:last-child {
    border-right: 0;
}

.ttc-itinerary-weather__month:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    height: 100%;
    background: #d7dde9;
    pointer-events: none;
}

.ttc-itinerary-weather__month:after {
    content: "";
    position: absolute;
    top: -48px;
    right: -42px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 173, 85, 0.16), rgba(6, 39, 95, 0.03) 62%, transparent 63%);
    opacity: .7;
    pointer-events: none;
}

.ttc-itinerary-weather__month.is-best:before {
    background: var(--iti-gold);
}

.ttc-itinerary-weather__month.is-value:before {
    background: var(--iti-blue-2);
}

.ttc-itinerary-weather__month strong {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--iti-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.ttc-itinerary-weather__temp {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.ttc-itinerary-weather__temp span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 31px;
    margin: 0;
    padding: 6px 9px;
    border: 1px solid rgba(6, 40, 95, 0.08);
    border-radius: 999px;
    background: #f7f9fd;
    color: var(--iti-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .65px;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
}

.ttc-itinerary-weather__temp b {
    margin-left: 8px;
    color: var(--iti-blue);
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.ttc-itinerary-weather__legend {
    justify-content: center;
    gap: 0;
    margin-top: 14px;
    padding: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 36, 86, 0.055);
}

.ttc-itinerary-weather__legend span {
    min-height: 40px;
    font-size: 12px;
}

@media (max-width: 1050px) {
    .ttc-itinerary-weather__summary {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-weather__stats {
        min-width: 0;
    }

    .ttc-itinerary-weather__row {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-weather__row-head {
        min-height: auto;
    }

    .ttc-itinerary-weather__row-head:after {
        display: none;
    }
}

/* Unified primary button theme */
.header-btn,
.mobile-plan-btn,
.btn-n,
.btn-2,
.contactbtn,
.ttc-btn-primary,
a.ttc-cta__button,
.ttc-cta__button,
.ttc-home-btn,
.ttc-contact-submit,
.ttc-about-btn,
.ttc-package-plan-btn,
.ttc-region-plan-btn,
.ttc-region-btn,
.ttc-search-btn,
.ttc-itinerary-btn,
.ttc-itinerary-plan .ttc-itinerary-btn,
.ttc-thankyou-btn--primary,
.ttc-footer__newsletter button,
.ttc-newsletter button,
.newsletter-form button,
.ttc-lux-card__button,
#scroll-to-top {
    border-color: rgba(75, 80, 211, 0.28) !important;
    background: linear-gradient(135deg, #292c71, #4b50d3) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(41, 44, 113, 0.22);
}

.header-btn:hover,
.mobile-plan-btn:hover,
.btn-n:hover,
.btn-2:hover,
.contactbtn:hover,
.ttc-btn-primary:hover,
a.ttc-cta__button:hover,
.ttc-cta__button:hover,
.ttc-home-btn:hover,
.ttc-contact-submit:hover,
.ttc-about-btn:hover,
.ttc-package-plan-btn:hover,
.ttc-region-plan-btn:hover,
.ttc-region-btn:hover,
.ttc-search-btn:hover,
.ttc-itinerary-btn:hover,
.ttc-itinerary-plan .ttc-itinerary-btn:hover,
.ttc-thankyou-btn--primary:hover,
.ttc-footer__newsletter button:hover,
.ttc-newsletter button:hover,
.newsletter-form button:hover,
.ttc-lux-card__button:hover,
#scroll-to-top:hover {
    background: linear-gradient(135deg, #232663, #3f45bf) !important;
    color: #fff !important;
    box-shadow: 0 20px 42px rgba(41, 44, 113, 0.28);
}

#scroll-to-top a {
    color: #fff !important;
}

.ttc-package-country-head > a {
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: var(--package-blue) !important;
    padding: 0 !important;
}

.ttc-package-country-head > a:hover {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #4b50d3 !important;
}

@media (max-width: 760px) {
    .ttc-itinerary-weather {
        padding: 12px;
    }

    .ttc-itinerary-weather__summary {
        padding: 22px;
    }

    .ttc-itinerary-weather__stats {
        grid-template-columns: 1fr;
    }

    .ttc-itinerary-weather__months,
    .ttc-itinerary-weather__row.is-value .ttc-itinerary-weather__months,
    .ttc-itinerary-weather__row.is-off .ttc-itinerary-weather__months {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .ttc-itinerary-weather__months::-webkit-scrollbar {
        display: none;
    }

    .ttc-itinerary-weather__month {
        flex: 0 0 145px;
        min-height: 128px;
        border-right: 1px solid rgba(6, 40, 95, 0.08);
    }

    .ttc-itinerary-weather__legend {
        border-radius: 8px;
    }

    .ttc-itinerary-weather__legend span {
        justify-content: flex-start;
        flex: 1 1 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(6, 40, 95, 0.08);
    }
}

/* 404 page */
.ttc-error-page {
    overflow: hidden;
    background: #f3f6fb;
    color: #052a62;
}

.ttc-error-wrap {
    width: min(100% - 80px, 1320px);
    margin: 0 auto;
}

.ttc-error-hero {
    position: relative;
    min-height: calc(100vh - 118px);
    padding: 54px 0 74px;
    display: grid;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(247, 250, 255, 0.98) 0%, rgba(247, 250, 255, 0.9) 48%, rgba(247, 250, 255, 0.54) 100%),
        linear-gradient(180deg, rgba(5, 42, 98, 0.18), rgba(5, 42, 98, 0.18)),
        url('/img/culture-of-rajasthan-1900x700.png') center/cover no-repeat;
}

.ttc-error-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 14%, rgba(41, 44, 113, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(235, 241, 250, 0.78));
    pointer-events: none;
}

.ttc-error-hero .ttc-error-wrap {
    position: relative;
    z-index: 1;
}

.ttc-error-breadcrumb {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(5, 42, 98, 0.1);
    border-radius: 8px;
    color: #5a6f93;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 48px rgba(5, 42, 98, 0.08);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    backdrop-filter: blur(14px);
}

.ttc-error-breadcrumb a {
    color: #052a62;
}

.ttc-error-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    gap: 22px;
    align-items: stretch;
}

.ttc-error-card {
    position: relative;
    min-height: 430px;
    padding: clamp(34px, 4vw, 58px);
    border: 1px solid rgba(5, 42, 98, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 245, 0.9)),
        radial-gradient(circle at 92% 10%, rgba(226, 186, 79, 0.16), transparent 28%);
    box-shadow: 0 30px 90px rgba(5, 42, 98, 0.14);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.ttc-error-card:after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(226, 186, 79, 0.25);
    transform: rotate(45deg);
}

.ttc-error-code {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(86px, 9vw, 142px);
    font-weight: 800;
    line-height: 0.88;
    background: linear-gradient(135deg, #052a62 0%, #292c71 48%, #d7ad45 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ttc-error-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: #6d82ad;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.ttc-error-kicker:before {
    content: "";
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #d7ad45, #2f46a3);
}

.ttc-error-card h1 {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 22px 0 16px;
    color: #052a62;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.3vw, 50px);
    line-height: 1.12;
}

.ttc-error-card p {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0;
    color: #425a82;
    font-size: 16px;
    line-height: 1.8;
}

.ttc-error-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.ttc-error-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid rgba(215, 173, 69, 0.48);
    border-radius: 8px;
    color: #052a62;
    font-weight: 900;
    transition: all 0.24s ease;
}

.ttc-error-btn--primary {
    border-color: rgba(75, 80, 211, 0.28);
    color: #fff;
    background: linear-gradient(135deg, #292c71, #4b50d3);
    box-shadow: 0 16px 34px rgba(41, 44, 113, 0.28);
}

.ttc-error-btn--ghost {
    color: #052a62;
    background: rgba(255, 255, 255, 0.76);
}

.ttc-error-btn:hover {
    color: #fff;
    border-color: #4b50d3;
    background: linear-gradient(135deg, #292c71, #4b50d3);
    transform: translateY(-1px);
}

.ttc-error-guide {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(5, 42, 98, 0.94), rgba(41, 44, 113, 0.9)),
        radial-gradient(circle at 100% 0%, rgba(226, 186, 79, 0.24), transparent 34%);
    box-shadow: 0 30px 90px rgba(5, 42, 98, 0.18);
    backdrop-filter: blur(16px);
}

.ttc-error-guide__label {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 8px;
}

.ttc-error-guide a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    align-items: center;
    min-height: 88px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.24s ease;
}

.ttc-error-guide i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #052a62;
    background: linear-gradient(135deg, #f6dfa2, #d7ad45);
}

.ttc-error-guide strong {
    font-weight: 900;
    line-height: 1.2;
}

.ttc-error-guide small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.45;
}

.ttc-error-guide a:hover {
    color: #fff;
    border-color: rgba(246, 223, 162, 0.56);
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.ttc-error-note {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 16px 20px;
    border: 1px solid rgba(5, 42, 98, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 45px rgba(5, 42, 98, 0.08);
    color: #425a82;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.ttc-error-note a {
    color: #052a62;
    font-weight: 900;
}

@media (max-width: 820px) {
    .ttc-error-wrap {
        width: min(100% - 28px, 680px);
    }

    .ttc-error-hero {
        min-height: auto;
        padding: 28px 0 46px;
        background-position: center top;
    }

    .ttc-error-breadcrumb {
        width: 100%;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .ttc-error-shell {
        grid-template-columns: 1fr;
    }

    .ttc-error-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .ttc-error-guide {
        padding: 22px;
    }

    .ttc-error-actions {
        display: grid;
    }

    .ttc-error-note {
        text-align: center;
    }
}

/* Footer link accents match the subscribe button palette; base footer colours stay unchanged. */
.ttc-footer__links h2:after,
.ttc-link-list a:after,
.ttc-bottom-nav a:before,
.ttc-newsletter__line {
    background: linear-gradient(90deg, transparent, #4b50d3, transparent) !important;
}

.ttc-footer__links h2:after {
    background: linear-gradient(90deg, #292c71, #4b50d3) !important;
}

.ttc-link-list a:before {
    color: #4b50d3 !important;
}

.ttc-link-list a:hover:before {
    color: #7b80ff !important;
}

.ttc-contact i {
    border-color: rgba(75, 80, 211, 0.55) !important;
    color: #fff !important;
    background:
        radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.32), transparent 24%),
        linear-gradient(135deg, #292c71, #4b50d3) !important;
    box-shadow: 0 12px 26px rgba(41, 44, 113, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

.ttc-socials a:before,
.ttc-bottom-socials a:before {
    border-color: rgba(75, 80, 211, 0.52) !important;
}

.ttc-socials a:hover,
.ttc-bottom-socials a:hover {
    border-color: rgba(75, 80, 211, 0.86) !important;
    background: rgba(75, 80, 211, 0.12) !important;
    box-shadow: 0 15px 32px rgba(41, 44, 113, 0.28), inset 0 0 18px rgba(75, 80, 211, 0.12) !important;
}

.ttc-lux-title strong {
    font-size: 19px;
}
.ttc-career-page {
    background: #f7faff;
    color: #06285f;
}

.ttc-career-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 52px;
    background:
        linear-gradient(135deg, rgba(6, 40, 95, 0.95), rgba(41, 44, 113, 0.86)),
        url("/img/culture-of-rajasthan-1900x700.png") center/cover no-repeat;
    color: #fff;
}

.ttc-career-hero--compact {
    padding-bottom: 46px;
}

.ttc-career-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ttc-career-breadcrumb a,
.ttc-career-breadcrumb span {
    color: rgba(255, 255, 255, 0.86);
}

.ttc-career-breadcrumb a::after {
    content: "/";
    margin-left: 10px;
    color: rgba(225, 184, 83, 0.95);
}

.ttc-career-hero__grid,
.ttc-career-intro__grid,
.ttc-career-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
    gap: 42px;
    align-items: center;
}

.ttc-career-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #7589c8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ttc-career-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, #d9ad47, rgba(217, 173, 71, 0.15));
}

.ttc-career-hero .ttc-career-kicker,
.ttc-career-hero .ttc-career-card__location {
    color: #f6d889;
}

.ttc-career-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    color: #fff;
}

.ttc-career-hero p {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
}

.ttc-career-hero__note,
.ttc-career-empty,
.ttc-career-apply,
.ttc-career-detail__content {
    border: 1px solid rgba(213, 224, 242, 0.95);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 48px rgba(6, 40, 95, 0.08);
}

.ttc-career-hero__note {
    padding: 30px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.ttc-career-hero__note strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.ttc-career-hero__note span {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.ttc-career-intro,
.ttc-career-openings,
.ttc-career-detail {
    padding: 58px 0;
}

.ttc-career-intro {
    background: #fff;
}

.ttc-career-intro h2,
.ttc-career-section-head h2,
.ttc-career-detail h2 {
    margin: 0;
    color: #06285f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1.12;
}

.ttc-career-intro p {
    margin: 0;
    color: #43577d;
    font-size: 16px;
    line-height: 1.8;
}

.ttc-career-section-head {
    margin-bottom: 26px;
}

.ttc-career-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-career-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d9e3f2;
    border-top: 3px solid #d9ad47;
    background:
        linear-gradient(135deg, rgba(255, 250, 241, 0.8), rgba(255, 255, 255, 0.96)),
        #fff;
    box-shadow: 0 18px 38px rgba(6, 40, 95, 0.07);
    padding: 28px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ttc-career-card:hover {
    transform: translateY(-4px);
    border-color: #d9ad47;
    box-shadow: 0 24px 54px rgba(6, 40, 95, 0.13);
}

.ttc-career-card__label {
    display: inline-flex;
    width: max-content;
    margin-bottom: 16px;
    padding: 7px 12px;
    background: rgba(217, 173, 71, 0.14);
    color: #9d6b16;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ttc-career-card h3 {
    margin: 0 0 12px;
    color: #06285f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.2;
}

.ttc-career-card p {
    margin: 0;
    color: #42567d;
    line-height: 1.72;
}

.ttc-career-card__location,
.ttc-career-role-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px !important;
    color: #5c6f96;
    font-weight: 700;
}

.ttc-career-card a,
.ttc-career-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: max-content;
    min-height: 48px;
    margin-top: 22px;
    padding: 0 22px;
    border: 0;
    background: linear-gradient(135deg, #292c71, #4b50d3);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 15px 30px rgba(41, 44, 113, 0.23);
}

.ttc-career-card a:hover,
.ttc-career-submit:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ttc-career-empty {
    padding: 34px;
}

.ttc-career-empty h3 {
    margin: 0 0 8px;
    color: #06285f;
}

.ttc-career-empty p {
    margin: 0;
    color: #43577d;
}

.ttc-career-detail__grid {
    align-items: flex-start;
}

.ttc-career-detail__content,
.ttc-career-apply {
    padding: 34px;
}

.ttc-career-richtext {
    color: #243a66;
    font-size: 16px;
    line-height: 1.85;
}

.ttc-career-richtext p,
.ttc-career-richtext ul,
.ttc-career-richtext ol {
    margin-bottom: 18px;
}

.ttc-career-richtext li {
    margin-bottom: 8px;
}

.ttc-career-apply {
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.ttc-career-form .form-group {
    margin-bottom: 18px;
}

.ttc-career-form label {
    display: block;
    margin-bottom: 7px;
    color: #06285f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ttc-career-form .form-control {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e3f2;
    background: #fff;
    color: #06285f;
    box-shadow: none;
    font-size: 15px;
}

.ttc-career-form .form-control:focus {
    border-color: #d9ad47;
    box-shadow: 0 0 0 3px rgba(217, 173, 71, 0.14);
}

.ttc-career-form small {
    display: block;
    margin-top: 7px;
    color: #68799b;
}

.ttc-career-form__message {
    margin: 8px 0 14px;
    font-weight: 700;
}

.ttc-career-form__message.is-error {
    color: #b42318;
}

.ttc-career-submit {
    width: 100%;
    cursor: pointer;
}

.ttc-career-submit.is-loading {
    opacity: 0.72;
    cursor: wait;
}

@media (max-width: 991px) {
    .ttc-career-hero__grid,
    .ttc-career-intro__grid,
    .ttc-career-detail__grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .ttc-career-hero {
        padding: 38px 0;
    }

    .ttc-career-intro,
    .ttc-career-openings,
    .ttc-career-detail {
        padding: 38px 0;
    }

    .ttc-career-grid {
        grid-template-columns: 1fr;
    }

    .ttc-career-card,
    .ttc-career-detail__content,
    .ttc-career-apply,
    .ttc-career-hero__note {
        padding: 24px;
    }
}

/* Restore real bullets/numbers inside editor/content areas only. */
:is(
    .ttc-about-editor-content,
    .ttc-about-dynamic-content,
    .ttc-career-richtext,
    .ttc-dbc-richtext,
    .ttc-region-richtext,
    .ttc-city-attraction-copy,
    .ttc-itinerary-day__desc,
    .ttc-itinerary-copy,
    .ttc-static-content,
    .ttc-copyright
) ul,
:is(
    .ttc-about-editor-content,
    .ttc-about-dynamic-content,
    .ttc-career-richtext,
    .ttc-dbc-richtext,
    .ttc-region-richtext,
    .ttc-city-attraction-copy,
    .ttc-itinerary-day__desc,
    .ttc-itinerary-copy,
    .ttc-static-content,
    .ttc-copyright
) ol {
    margin: 8px 0 12px 16px;
    padding-left: 14px;
}

:is(
    .ttc-about-editor-content,
    .ttc-about-dynamic-content,
    .ttc-career-richtext,
    .ttc-dbc-richtext,
    .ttc-region-richtext,
    .ttc-city-attraction-copy,
    .ttc-itinerary-day__desc,
    .ttc-itinerary-copy,
    .ttc-static-content,
    .ttc-copyright
) ul > li {
    display: list-item;
    margin: 0 0 4px;
    list-style: disc outside;
}

:is(
    .ttc-about-editor-content,
    .ttc-about-dynamic-content,
    .ttc-career-richtext,
    .ttc-dbc-richtext,
    .ttc-region-richtext,
    .ttc-city-attraction-copy,
    .ttc-itinerary-day__desc,
    .ttc-itinerary-copy,
    .ttc-static-content,
    .ttc-copyright
) ol > li {
    display: list-item;
    margin: 0 0 4px;
    list-style: decimal outside;
}

:is(
    .ttc-about-editor-content,
    .ttc-about-dynamic-content,
    .ttc-career-richtext,
    .ttc-dbc-richtext,
    .ttc-region-richtext,
    .ttc-city-attraction-copy,
    .ttc-itinerary-day__desc,
    .ttc-itinerary-copy,
    .ttc-static-content,
    .ttc-copyright
) li::marker {
    color: #d4aa4a;
    font-weight: 800;
}

@supports (content-visibility: auto) {
    .ttc-home-section,
    .ttc-about,
    .ttc-cta,
    .ttc-footer,
    .ttc-region-content,
    .ttc-dbc-content,
    .ttc-itinerary-content,
    .ttc-career-openings,
    .ttc-career-detail {
        content-visibility: auto;
        contain-intrinsic-size: 1px 720px;
    }
}

/* Home review cards: keep Google/manual reviews in one consistent carousel height. */
main.ttc-home .ttc-traveller-carousel .owl-stage {
    align-items: stretch;
}

main.ttc-home .ttc-traveller-carousel .owl-item {
    display: flex;
}

main.ttc-home .ttc-traveller-card {
    width: 100%;
    height: 245px;
    min-height: 245px;
    max-height: 245px;
    overflow: hidden;
}

main.ttc-home .ttc-traveller-card > div,
main.ttc-home .ttc-traveller-card .ttc-stars {
    flex: 0 0 auto;
}

main.ttc-home .ttc-traveller-card p:not(.ttc-stars) {
    display: -webkit-box;
    min-height: 88px;
    max-height: 88px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    main.ttc-home .ttc-traveller-card {
        height: 230px;
        min-height: 230px;
        max-height: 230px;
    }

    main.ttc-home .ttc-traveller-card p:not(.ttc-stars) {
        min-height: 82px;
        max-height: 82px;
    }
}

.ttc-google-reviews-page {
    background: #f4f7fb;
    color: #082b63;
}

.ttc-google-reviews-wrap {
    width: min(1440px, calc(100% - 96px));
    margin: 0 auto;
}

.ttc-google-reviews-hero {
    padding: 54px 0 48px;
    background: linear-gradient(105deg, rgba(3, 22, 56, 0.97), rgba(6, 37, 89, 0.9) 54%, rgba(6, 37, 89, 0.68)), url('/img/luxury-hotel-fallback.png') center/cover no-repeat;
}

.ttc-google-reviews-hero .ttc-region-breadcrumb,
.ttc-google-reviews-hero .ttc-region-breadcrumb a {
    color: rgba(255, 255, 255, 0.86);
}

.ttc-google-reviews-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
    gap: 34px;
    margin-top: 28px;
}

.ttc-google-reviews-hero h1 {
    margin: 10px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
    color: #fff;
}

.ttc-google-reviews-hero p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.8;
}

.ttc-google-reviews-score {
    padding: 28px;
    border: 1px solid rgba(224, 184, 94, 0.55);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.ttc-google-reviews-score strong {
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
}

.ttc-google-reviews-score span {
    display: block;
    margin: 10px 0 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.ttc-google-reviews-score i,
.ttc-google-review-card__stars i {
    color: #e0b85e;
}

.ttc-google-reviews-section {
    padding: 58px 0 72px;
}

.ttc-google-reviews-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 34px;
    text-align: center;
}

.ttc-google-reviews-head span {
    width: 64px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1557cf, transparent);
    position: relative;
}

.ttc-google-reviews-head span::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1557cf;
    transform: translateX(-50%);
}

.ttc-google-reviews-head h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 2.8vw, 40px);
    color: #062b67;
}

.ttc-google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ttc-google-review-card {
    min-height: 310px;
    padding: 24px;
    border: 1px solid rgba(8, 43, 99, 0.13);
    background: linear-gradient(145deg, #fff, #f9fbff);
    box-shadow: 0 22px 54px rgba(5, 31, 77, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ttc-google-review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 184, 94, 0.55);
    box-shadow: 0 28px 70px rgba(5, 31, 77, 0.13);
}

.ttc-google-review-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ttc-google-review-card__top img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(224, 184, 94, 0.36);
    background: #fff;
}

.ttc-google-review-card__top strong {
    display: block;
    color: #062b67;
    font-size: 16px;
    line-height: 1.35;
}

.ttc-google-review-card__top small {
    display: block;
    margin-top: 3px;
    color: #5c6f91;
    font-size: 13px;
}

.ttc-google-review-card__stars {
    letter-spacing: 2px;
    font-size: 15px;
}

.ttc-google-review-card p {
    margin: 0;
    color: #152b4f;
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
}

.ttc-google-review-card time {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(8, 43, 99, 0.1);
    color: #6b7d9b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ttc-google-reviews-empty {
    padding: 46px;
    border: 1px solid rgba(8, 43, 99, 0.13);
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 54px rgba(5, 31, 77, 0.08);
}

.ttc-google-reviews-empty h3 {
    margin: 0 0 10px;
    color: #062b67;
}

.ttc-google-reviews-empty p {
    margin: 0;
    color: #5c6f91;
}

@media (max-width: 991px) {
    .ttc-google-reviews-wrap {
        width: min(100% - 34px, 720px);
    }

    .ttc-google-reviews-hero__grid,
    .ttc-google-reviews-grid {
        grid-template-columns: 1fr;
    }

    .ttc-google-reviews-score {
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .ttc-google-reviews-hero {
        padding: 38px 0 36px;
    }

    .ttc-google-reviews-head {
        gap: 10px;
    }

    .ttc-google-reviews-head span {
        width: 34px;
    }

    .ttc-google-review-card {
        min-height: 0;
        padding: 20px;
    }
}
