.tb {
    font-family: "pangram-regular";
}

.tb-hero {
    height: calc(394px + 70px);
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tb-hero:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.tb-hero:after {
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.tb-hero-title {
    text-align: center;
    color: white;
    z-index: 1;
}

.tb-hero-title h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: 0;
}

.tb-hero-title p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.tb-content-container {
    position: relative;
    height: 2100px;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 46.24em) {
    .tb-content-container {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
}

.tb-content {
    position: absolute;
    z-index: 1;
    width: 938px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 24px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    background-color: white;
    top: -80px;
    left: calc(50vw - 938px / 2);
    text-align: center;
}

.tb-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.69;
    color: #1f1c35;
}

.tb-content h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
}

.tb-content p {
    font-size: 14px;
    line-height: 1.43;
    color: #1f1c35;
    margin: 0 auto;
    margin-bottom: 36px;
    max-width: 700px;
}

@media (max-width: 46.24em) {
    .tb-content {
        width: 100vw;
        position: static;
    }
    .tb-content .tb-content-block {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .tb-content .tb-content-block~.tb-content-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tb-content p {
        margin-bottom: 12px;
    }
}

.tb-ticket {
    height: 74px;
    width: 284px;
    background-color: #ead8cc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.5;
    color: #1f1c35;
    margin: 0 auto;
    position: relative;
    margin-bottom: 41px;
}

.tb-ticket span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
}

.tb-ticket:before,
.tb-ticket:after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: white;
    border-radius: 50%;
    top: calc(74px / 2 - 24px / 2);
}

.tb-ticket:before {
    left: -12px;
}

.tb-ticket:after {
    right: -12px;
}

@media (max-width: 46.24em) {
    .tb-ticket {
        width: 100%;
    }
}

.tb-content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 58px;
}

@media (max-width: 46.24em) {
    .tb-content-block {
        margin-bottom: 24px;
    }
    .tb-content-block p:first-child {
        margin-top: 0;
    }
}

.tb-content-block-image {
    height: 260px;
    width: 392px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 46.24em) {
    .tb-content-block-image {
        width: 100%;
        margin-bottom: 24px;
    }
}

.tb-content-block-text {
    max-width: 390px;
    text-align: left;
}

.tb-content-block-text p {
    margin-top: 0;
}

.tb-content-block-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 28px;
}

.tb-content-block-text li {
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.5px solid #b4b1d5;
}

.tb-content-block-text li p {
    margin: 0;
}

.tb-content-block-text li:last-child {
    border-bottom: none;
}

@media (max-width: 46.24em) {
    .tb-content-block-text p {
        margin-top: 0 !important;
    }
}

.tb-content-block-text:first-child p:first-child {
    margin-top: 16px;
}

.tb-content-block-text:last-child p {
    margin-bottom: 0;
}

.tb-content-block-text:last-child p:first-child {
    margin-bottom: 16px;
}

.tb-content-block-icon {
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.tb-toggle-list {
    text-align: left;
}

.tb-toggle-list .faq-answer--open {
    max-height: 320px;
}

.tb-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 400px;
    margin: 0 auto;
}

.tb-form h3 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #1f1c35;
}

.tb-form .form-field {
    margin-bottom: 12px;
    width: 100%;
}

.tb-form .form-field-input {
    -webkit-appearance: none;
}

@media (max-width: 46.24em) {
    .tb-form h3 {
        text-align: center;
        width: 100%;
    }
}

.tb-form-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 46.24em) {
    .tb-form-row {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 14px;
        height: 112px;
    }
}

.tb-form-cell {
    width: 192px;
    position: relative;
}

.tb-form-cell img {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 46.24em) {
    .tb-form-cell {
        width: 100%;
        height: 50px;
    }
}

.tb-select-hour {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 192px;
}

@media (max-width: 46.24em) {
    .tb-select-hour {
        width: 100%;
    }
}

.hour-select {
    width: 192px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hour-select:focus .hour-select-label,
.hour-select:hover .hour-select-label {
    color: #1f1c35;
}

.hour-select:focus .Select-control,
.hour-select:hover .Select-control {
    border: solid 1px #2f2063 !important;
}

.hour-select .Select-control {
    background-color: #ffffff;
    height: 50px;
    color: #7e7c8a;
    font-family: 'pangram-regular';
    position: relative;
    font-size: 14px;
    padding-left: 8px;
    -webkit-appearance: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hour-select .Select-multi-value-wrapper {
    text-align: left;
}

.hour-select .Select-placeholder {
    background-color: transparent;
    z-index: 1;
}

.hour-select .Select-arrow-zone {
    position: absolute;
    right: 0;
    top: 18px;
    display: none;
}

.hour-select .Select-menu-outer {
    overflow: hidden;
}

@media (max-width: 46.24em) {
    .hour-select {
        width: 100%;
    }
}

.hour-select-option {
    height: 50px !important;
    width: 190px;
    color: #7e7c8a;
    font-size: 14px !important;
    text-align: left !important;
    font-family: 'pangram-regular';
    -webkit-appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px !important;
}

.hour-select-option:hover {
    background-color: #dbdfe5 !important;
    font-weight: bold !important;
}

.hour-select-option:active {
    color: red;
}

.hour-select-label {
    font-size: 14px;
    color: #7e7c8a;
    position: absolute;
    left: 8px;
    top: calc(50% - 15px);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 46.24em) {
    .hour-select-label {
        top: calc(50% - 10px);
        left: 12px;
    }
}

.hour-select-label--selected {
    font-size: 10px;
    top: calc(50% - 24px);
    left: 12px;
}

@media (max-width: 46.24em) {
    .hour-select-label--selected {
        top: calc(50% - 18px);
        left: 12px;
    }
}

.date-picker--tb {
    position: absolute;
    top: 0;
    height: 50px;
    width: 192px;
    padding: 0;
    margin: 0;
}

.date-picker--tb .date-picker-arrow {
    display: none !important;
}

.date-picker--tb .SingleDatePicker {
    width: 192px;
    height: 50px;
    background-color: transparent;
    border: none;
}

.date-picker--tb .SingleDatePickerInput {
    border: none;
    height: 50px;
}

.date-picker--tb .DateInput {
    width: 100%;
    padding: 0;
}

.date-picker--tb .DateInput input {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    opacity: 0;
}

.date-picker--tb .calendar {
    display: none;
}

.date-picker--tb .date-picker-day-of {
    display: none;
}

@media (max-width: 61.24em) {
    .date-picker--tb {
        width: 100%;
    }
    .date-picker--tb .DateInput_input {
        width: 100%;
    }
    .date-picker--tb .SingleDatePicker {
        width: 100%;
    }
    .date-picker--tb .SingleDatePicker_picker__directionLeft_2 {
        left: calc(((100vw - 48px) - 269px) / 2) !important;
    }
}

@media (max-width: 61.24em) {
    .date-picker-tb-wrapper {
        width: 100%;
    }
}

#tb-form-date-picker-input {
    position: absolute;
    top: 23px;
    left: 12px;
    font-size: 14px;
    line-height: 1.43;
    color: #1f1c35;
    display: none;
}

.tb-form-date-picker-input--active {
    display: inline !important;
}

.tb-options-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    margin-bottom: 34px;
}

@media (max-width: 46.24em) {
    .tb-options-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 212px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.tb-option {
    width: 92px;
    height: 90px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    font-size: 12px;
    color: #1f1c35;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

@media (max-width: 46.24em) {
    .tb-option {
        margin-bottom: 24px;
    }
}

.tb-option--selected {
    color: white;
    background-color: #2f2063;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}

.tb-option--selected .tb-option-check {
    visibility: visible;
}

.tb-option--selected .tb-option-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.tb-option-check {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    visibility: hidden;
}

.tb-option-icon {
    height: 36px;
    width: 36px;
    background-position: center center;
    background-repeat: no-repeat;
}

.tb-form-cta {
    width: 288px;
    height: 45px;
    font-family: "pangram-regular";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0 auto;
}

.tb-form-cta:hover {
    opacity: .8;
}

@media (max-width: 46.24em) {
    .tb-form-cta {
        width: 100%;
    }
}

// WEBPACK FOOTER //
// ./src/styles/TeamBuilding.css