/** Treasure Island Styles */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  text-rendering: optimizeLegibility;
  min-height: 100%;
}

canvas {
  display: block;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

input {
  border-radius: 0;
}
input:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

sup {
  font-size: 60%;
}

@font-face {
  font-family: "GrandRegular";
  src: url("../fonts/GrandRegular/font.woff2") format("woff2"), url("../fonts/GrandRegular/font.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 115%;
  margin-bottom: 15px;
  margin-top: 30px;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 40px;
  }
}

h1 {
  font-size: 2.4375rem;
}
@media (min-width: 700px) {
  h1 {
    font-size: 3.25rem;
  }
}

h2 {
  font-size: 1.96875rem;
}
@media (min-width: 700px) {
  h2 {
    font-size: 2.625rem;
  }
}

h3 {
  font-size: 1.4rem;
}
@media (min-width: 700px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.4875rem;
}
@media (min-width: 700px) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.275rem;
}
@media (min-width: 700px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.115625rem;
}
@media (min-width: 700px) {
  h6 {
    font-size: 1.3125rem;
  }
}

.qs-day {
  font-weight: 400 !important;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background-color: #45AEA9 !important;
  color: white !important;
}

.qs-active, .qs-range-end, .qs-range-start {
  background-color: #45AEA9 !important;
  color: white !important;
}

.qs-square {
  margin: 3px 0;
}

.qs-controls {
  padding: 7px 0;
  background-color: #ececec !important;
}

.qs-datepicker {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
}

.ti__button {
  display: inline;
  text-decoration: none;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  line-height: 115%;
  padding-right: 30px;
  cursor: pointer;
  font-size: 24px;
  transition: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
}
.ti__button > span {
  position: relative;
  padding-right: 20px;
}
.ti__button > span:after {
  position: absolute;
  content: "";
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 15px;
  transition: right 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.ti__button:hover > span:after {
  right: -7px;
}
.ti__button--background {
  padding: 20px 30px 20px 38px;
  background-color: #358280;
  color: white;
  display: inline-block;
  letter-spacing: 0.06rem;
  transition: background-color 0.3s;
  text-align: center;
}
.ti__button--background > span:after {
  background-image: url("../images/right-arrow-small.svg");
}
.ti__button--background:hover {
  color: white;
  background-color: #3c9492;
}
.ti__button--no-background {
  color: #358280;
}
.ti__button--no-background > span:after {
  background-image: url("../images/right-arrow-small-green.svg");
}
.ti__button--no-background:hover {
  color: #358280;
}
.ti__button--darker {
  background-color: #265F5D;
}
.ti__button--video > span {
  padding-right: 36px;
}
.ti__button--video > span:after {
  background-image: url("../images/global/icon-video.svg");
  width: 36px;
  height: 28px;
}
.ti__button--center {
  margin: 0 auto;
}
.ti__button--right {
  justify-content: flex-end;
}
.ti__accordion {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1550px;
  margin: 0 auto;
  width: 85%;
  padding: 60px 0;
}
@media (min-width: 700px) {
  .ti__accordion {
    flex-direction: row;
  }
}
.ti__accordion--noPaddingTop {
  padding-top: 0;
}
.ti__accordion--margin {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__accordion--margin {
    margin-bottom: 90px;
  }
}
.ti__accordion--gray {
  position: relative;
}
.ti__accordion--gray:after {
  content: "";
  width: 300vw;
  height: 100%;
  background-color: #F0F0F0;
  left: -100vw;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .ti__accordion {
    padding: 130px 0;
  }
  .ti__accordion--noPaddingTop {
    padding-top: 0;
  }
}
@media (min-width: 1500px) {
  .ti__accordion {
    min-height: 620px;
  }
}
.ti__accordion__header {
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  .ti__accordion__header {
    padding-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .ti__accordion__header {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .ti__accordion__header {
    margin-right: 50px;
  }
}
@media (min-width: 1400px) {
  .ti__accordion__header {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .ti__accordion__header {
    margin-right: 50px;
  }
}
.ti__accordion__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ti__accordion__links h2, .ti__accordion__links .ti__button {
  font-size: 19px;
  white-space: nowrap;
}
@media (min-width: 700px) {
  .ti__accordion__links h2, .ti__accordion__links .ti__button {
    font-size: 23px;
  }
}
.ti__accordion__links > span {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  margin-right: 4px;
}
.ti__accordion__links h2 {
  margin: 0;
  margin-right: 4px;
  position: relative;
}
.ti__accordion__content figure {
  max-width: 45vw;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .ti__accordion__content figure {
    max-width: 230px;
  }
}
@media (min-width: 992px) {
  .ti__accordion__content figure {
    max-width: 250px;
  }
}
@media (min-width: 1500px) {
  .ti__accordion__content figure {
    margin-top: 40px;
  }
}
.ti__accordion__content h2 {
  font-size: 12vw;
  line-height: 90%;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .ti__accordion__content h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .ti__accordion__content h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .ti__accordion__content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1300px) {
  .ti__accordion__content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .ti__accordion__content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .ti__accordion__content h2 {
    font-size: 55px;
  }
}
.ti__accordion__content p {
  margin: 20px 0;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 1500px) {
  .ti__accordion__content p {
    margin: 40px 0;
  }
}
.ti__accordion__content a {
  color: white;
}
.ti__accordion__items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 700px) {
  .ti__accordion__items {
    flex: 1;
  }
}
@media (min-width: 1300px) {
  .ti__accordion__items {
    flex: 2;
    flex-direction: row;
  }
}
.ti__accordion__item {
  border-top: 1.5px solid black;
}
.ti__accordion__item:last-child {
  border-bottom: 1.5px solid black;
}
@media (min-width: 1300px) {
  .ti__accordion__item {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    border-top: none;
    border-left: 1px solid black;
  }
  .ti__accordion__item:last-child {
    border-bottom: none;
    border-right: 1px solid black;
  }
}
.ti__accordion__item__header {
  margin: 30px 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1300px) {
  .ti__accordion__item__header {
    padding: 0 32px;
  }
}
.ti__accordion__item__header:after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 15px;
  transition: transform 0.2s;
  background-image: url("../images/down-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1300px) {
  .ti__accordion__item__header:after {
    top: 50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
  }
}
.ti__accordion__item__body {
  display: none;
  position: relative;
}
.ti__accordion__item__body > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  .ti__accordion__item__body > div {
    height: 100%;
    width: 480px;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .ti__accordion__item__body {
    margin-left: -7%;
    margin-right: 0;
  }
}
.ti__accordion__item__body .ti__button {
  z-index: 9;
  top: 100%;
  right: 0;
  width: 40%;
  min-width: 150px;
  max-width: none;
}
.ti__accordion__item__body .ti__button > span {
  padding-right: 20%;
}
.ti__accordion__item__body .ti__button > span:after {
  background-image: url("../images/right-arrow-small.svg");
  height: 13px;
  width: 13px;
}
@media (min-width: 1400px) {
  .ti__accordion__item__body .ti__button {
    padding: 22px 15px;
    font-size: 24px;
  }
}
@media all and (max-width: 699px) {
  .ti__accordion__item__body .ti__button {
    font-size: 5vw;
    padding: 5vw 2vw;
  }
}
.ti__accordion__item--open .ti__accordion__item__header:after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 1300px) {
  .ti__accordion__item--open .ti__accordion__item__header:after {
    transform: translateX(-50%) rotate(-90deg);
  }
}
.ti__accordion__item--open .ti__accordion__item__body {
  display: block;
}
.ti__accordion__item--opening .ti__accordion__item__header:after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 1300px) {
  .ti__accordion__item--opening .ti__accordion__item__header:after {
    transform: translateX(-50%) rotate(-90deg);
  }
}
.ti__accordion__item--closing .ti__accordion__item__header:after {
  transform: translateY(-50%);
}
@media (min-width: 1300px) {
  .ti__accordion__item--closing .ti__accordion__item__header:after {
    transform: translateX(-50%);
  }
}
.ti__accordion__number {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 8vw;
  margin-left: 12%;
}
@media (min-width: 700px) {
  .ti__accordion__number {
    font-size: 35px;
  }
}
@media (min-width: 1300px) {
  .ti__accordion__number {
    margin-left: 0;
    font-size: 33px;
  }
}
.ti__accordion__body__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ti__accordion__bottom {
  display: flex;
  margin-left: 12%;
  width: 85%;
  align-items: flex-start;
}
.ti__accordion__image--mainImage {
  height: 0;
  width: 85%;
  padding-bottom: 65%;
  margin-left: 12%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1300px) {
  .ti__accordion__image--mainImage {
    margin-top: 14%;
  }
}
.ti__accordion__pricingContent {
  width: 72%;
  margin-top: -12%;
  margin-left: -12%;
  min-height: 30vw;
  padding: 5%;
  background: rgb(82, 36, 127);
  background: linear-gradient(320deg, rgb(82, 36, 127) 0%, rgb(239, 25, 147) 100%);
  color: white;
}
@media (min-width: 700px) {
  .ti__accordion__pricingContent {
    min-height: 150px;
  }
}
.ti__accordion__pricingContent h2 {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 42px;
  margin: 0;
  margin-bottom: 10px;
}
.ti__accordion__pricingContent h2 {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 28px;
  margin: 0;
  margin-bottom: 10px;
}
.ti__accordion__pricingContent p {
  font-size: 14px;
}
.ti__accordion__pricingContent a {
  color: white;
}
.ti__book__slider__left--form {
  margin-top: -20px;
}
.ti__book__tab {
  border-top: 1px solid black;
}
.ti__book__tab h3 {
  font-size: 24px;
  position: relative;
  margin: 16px 0;
  cursor: pointer;
}
.ti__book__tab h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 10px;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../images/global/icon-down-carrot.svg") top left no-repeat;
  transition: all 0.2s;
  transform-origin: 50% 25%;
}
.ti__book__tab--active h3:after {
  transform: translateY(-50%) rotate(0deg);
}
.ti__book__tab__inner {
  position: relative;
}
.ti__book__tab__inner__group {
  display: flex;
  justify-content: space-between;
}
.ti__book__tab__inner__group:first-of-type > div {
  margin-top: 0;
}
.ti__book__tab__inner__group--single > div {
  width: 100% !important;
  margin-right: 0 !important;
}
.ti__book__tab__inner__group > div {
  margin: 10px 0;
  width: 50%;
}
.ti__book__tab__inner__group > div input,
.ti__book__tab__inner__group > div select {
  width: 100%;
}
.ti__book__tab__inner__group > div:first-child {
  margin-right: 14px;
}
.ti__book__tab__inner .ti__button {
  width: 100%;
  min-width: 0;
  margin-top: 22px;
  margin-bottom: 30px;
}
.ti__book__tab__inner .ti__button--club {
  margin-top: 0px;
}
.ti__topbar {
  height: 45px;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 40px;
  z-index: 999;
  display: none;
  background-color: white;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
}
.ti__topbar .ti__dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
}
.ti__topbar .ti__dropdown:hover .ti__dropdown__menu, .ti__topbar .ti__dropdown--active .ti__dropdown__menu {
  opacity: 1;
  visibility: visible;
}
.ti__topbar .ti__dropdown__default .ti__dropdown__flag {
  width: 23px;
  margin-right: 10px;
}
.ti__topbar .ti__dropdown__default img {
  width: 8px;
}
.ti__topbar .ti__dropdown__default img.ti__dropdown__carrot {
  margin-left: 7px;
}
.ti__topbar .ti__dropdown__menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
  position: absolute;
  top: 44px;
  left: -40px;
  background-color: white;
  list-style-type: none;
  padding: 20px 40px 20px 40px;
  width: calc(100% + 40px);
  border: 1px solid #e4e4e4;
}
.ti__topbar .ti__dropdown__menu a {
  padding: 7px 0;
  text-decoration: none;
  display: block;
  color: black;
}
.ti__topbar .ti__dropdown__menu a:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__topbar .ti__dropdown__menu a img {
  width: 23px;
  margin-right: 8px;
}
.ti__topbar .ti__dropdown.dropdown-links {
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 4px 1.5vw 0;
  border-left: 1px solid #e4e4e4;
  font-size: 15px;
}
.ti__topbar .ti__dropdown.dropdown-links .ti__dropdown__menu {
  left: 0px;
  padding: 20px 0 20px 0;
  width: calc(100% + 2px);
}
.ti__topbar .ti__dropdown.dropdown-links .ti__dropdown__menu li {
  text-align: center;
}
.ti__topbar .ti__dropdown.dropdown-links .ti__dropdown__menu li a {
  border-left: none;
}
.ti__topbar__right {
  display: flex;
  align-items: center;
  height: 100%;
}
.ti__topbar__right a.ti__black-links, .ti__topbar__right .ti__menu__holder .ti__menu a, .ti__menu__holder .ti__menu .ti__topbar__right a, .ti__topbar__right .ti__topbar .ti__dropdown__menu a, .ti__topbar .ti__dropdown__menu .ti__topbar__right a {
  padding-top: 4px;
}
.ti__topbar__social {
  padding: 0 24px;
  display: none;
}
@media (min-width: 1120px) {
  .ti__topbar__social {
    display: block;
  }
}
.ti__topbar__social a {
  padding: 0 0.7vw;
  display: inline-block;
}
.ti__topbar__social a img {
  position: relative;
}
.ti__topbar__social a:hover {
  transform: scale(1.06);
}
.ti__topbar__social a:nth-child(1) img {
  top: 1px;
  width: 21px;
}
.ti__topbar__social a:nth-child(2) img {
  top: 2px;
  width: 21px;
}
.ti__topbar__social a:nth-child(3) img {
  width: 19px;
  top: 1px;
}
.ti__topbar__social a:nth-child(4) {
  top: 1px;
}
.ti__topbar__social a:nth-child(4) img {
  width: 25px;
}
.ti__topbar__links {
  height: 100%;
  display: flex;
  align-items: center;
}
.ti__topbar__links a {
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.5vw;
  border-left: 1px solid #E4E4E4;
  font-size: 15px;
}
.ti__topbar__search {
  border-left: 1px solid #E4E4E4;
  padding: 0 15px;
  cursor: pointer;
  height: 100%;
  align-items: center;
  display: flex;
  transition: background-color 0.2s;
}
.ti__topbar__search__icon {
  cursor: pointer;
}
@media (min-width: 1400px) {
  .ti__topbar__search.open {
    background-color: #E4E4E4;
  }
}
.ti__topbar--mobile {
  height: 40px;
  display: flex;
  padding: 0 6% 0 5%;
  min-height: 40px;
  border-bottom: none;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
}
.ti__topbar--mobile.ti__topbar--nofixedheight {
  height: auto;
}
.ti__topbar--mobile.ti__topbar--noborder {
  border: none;
  padding: 0 5%;
}
.ti__topbar--mobile.ti__topbar--column {
  flex-direction: column;
  align-items: flex-start;
}
.ti__topbar--mobile .ti__dropdown {
  font-size: 12px;
}
@media (min-width: 480px) {
  .ti__topbar--mobile .ti__dropdown {
    font-size: 14px;
  }
}
.ti__topbar--mobile .ti__dropdown__default .ti__dropdown__flag {
  width: 15px;
}
.ti__topbar--mobile .ti__dropdown__default .ti__dropdown__carrot {
  width: 6px;
}
.ti__topbar--mobile .ti__dropdown__menu {
  top: 39px;
  width: calc(100% + 41px);
  padding: 5px 40px 10px 40px;
}
.ti__topbar--mobile .ti__dropdown__menu a img {
  width: 15px;
}
.ti__topbar--mobile .ti__dropdown.dropdown-links {
  text-transform: uppercase;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  border: none;
  font-size: 12px;
}
.ti__topbar--mobile .ti__dropdown.dropdown-links .ti__dropdown__menu {
  left: 0px;
  top: 30px;
  padding: 0 0 40px 0;
  width: calc(100% + 2px);
  position: relative;
  border: none;
  height: 0;
  opacity: 0;
}
.ti__topbar--mobile .ti__dropdown.dropdown-links .ti__dropdown__menu.active {
  height: unset;
  opacity: 1;
  visibility: visible;
}
.ti__topbar--mobile .ti__dropdown.dropdown-links .ti__dropdown__menu li {
  text-align: left;
}
.ti__topbar--mobile .ti__dropdown.dropdown-links .ti__dropdown__menu li a {
  border-left: none;
}
.ti__topbar--mobile .ti__topbar__search {
  border: none;
}
.ti__topbar--mobile .ti__topbar__search img {
  width: 18px;
}
.ti__topbar--mobile .ti__topbar__links {
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
}
.ti__topbar--mobile .ti__topbar__links a {
  border: none;
  margin-bottom: 25px;
  padding: 0;
  font-size: 12px;
}
@media (min-width: 480px) {
  .ti__topbar--mobile .ti__topbar__links a {
    font-size: 14px;
  }
}
.ti__topbar--mobile .ti__topbar__social a {
  padding: 0 3vw;
}
.ti__topbar--mobile .ti__topbar__social a img {
  width: 17px;
}
@media (min-width: 480px) {
  .ti__topbar--mobile .ti__topbar__social a img {
    width: 20px;
  }
}
.ti__topbar--mobile .ti__topbar__social a:nth-child(1) {
  padding-left: 0;
}
.ti__topbar--mobile .ti__topbar__social a:nth-child(1) img {
  width: 15px;
}
@media (min-width: 480px) {
  .ti__topbar--mobile .ti__topbar__social a:nth-child(1) img {
    width: 18px;
  }
}
.ti__topbar--mobile .ti__topbar__social a:nth-child(4) {
  margin-bottom: -2px;
}
.ti__topbar--mobile .ti__topbar__social a:nth-child(4) img {
  width: 23px;
}
@media (min-width: 1400px) {
  .ti__topbar {
    display: flex;
  }
  .ti__topbar--mobile {
    display: none;
  }
}
.ti__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
@media (min-width: 1400px) {
  .ti__header {
    top: 45px;
  }
}
.ti__header--search {
  z-index: 9999999;
}
.ti__header--static {
  position: relative;
  top: auto;
  left: auto;
  margin-top: -148px;
}
.ti__header--fixed {
  z-index: 9999999;
}
@media (min-width: 1400px) {
  body.home .ti__header--fixed .ti__header__nav .ti__logo--small {
    display: block;
    opacity: 1;
  }
}
body.home .ti__header--fixed .ti__header__formbar {
  opacity: 1;
  pointer-events: all;
}
body.home .ti__header--fixed .ti__header__formbar > div {
  display: flex;
}
.ti__header--fixed .ti__header__nav {
  background-color: white;
}
.ti__header__nav {
  display: flex;
  align-items: center;
  background: none;
  position: relative;
  z-index: 100;
  justify-content: center;
  padding: 15px 5%;
}
@media (min-width: 480px) {
  .ti__header__nav {
    padding: 20px 5%;
  }
}
@media (min-width: 1400px) {
  .ti__header__nav {
    padding: 25px 0;
    justify-content: right;
  }
}
@media (min-width: 1400px) {
  .ti__header__nav__logo {
    display: block;
  }
}
.ti__header__nav .ti__logo_holder {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 30px;
}
@media (min-width: 480px) {
  .ti__header__nav .ti__logo_holder {
    flex-direction: row;
  }
}
.ti__header__nav .ti__logo--small {
  display: none;
  opacity: 0;
  position: absolute;
  width: 110px;
  left: 30px;
  top: 14px;
  transition: opacity 0.2s;
}
@media (min-width: 1400px) {
  .ti__header__nav .ti__logo--small {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1400px) {
  body.home .ti__logo--small {
    display: none;
    opacity: 0;
  }
}

.ti__header__nav .ti__logo--circuit {
  max-width: 140px;
  transition: opacity 0.2s;
}
@media (min-width: 1400px) {
  .ti__header__nav .ti__logo--circuit {
    position: absolute;
    left: 170px;
  }
}
@media (min-width: 1400px) {
  body.home .ti__book__slider .ti__logo--circuit {
    margin: 0 auto;
    margin-bottom: 45px;
    display: block;
    position: relative;
    top: auto;
    z-index: 999999;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    max-width: 200px;
  }
}
@media (min-width: 1400px) {
  body.home .ti__header .ti__header__nav .ti__logo--circuit {
    display: none;
  }
}
@media (min-width: 1400px) {
  body.home .ti__header.ti__header--fixed .ti__header__nav .ti__logo--circuit {
    display: block;
  }
}

.ti__header__nav .ti__logo--large {
  max-width: 140px;
  transition: opacity 0.2s;
}
@media (min-width: 1400px) {
  .ti__header__nav .ti__logo--large {
    display: none;
  }
}
@media (min-width: 1500px) {
  .ti__header__nav .ti__logo--large {
    max-width: 210px;
    top: 50px;
  }
}
@media (min-width: 1400px) {
  body.home .ti__logo--large {
    display: none;
    margin: 0 auto;
    margin-bottom: 45px;
    display: block;
    position: relative;
    top: auto;
    z-index: 999999;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    max-width: 200px;
  }
  body.home .ti__logo--large.ti__logo--zIndexFix {
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  body.home .ti__header__nav .ti__logo--large {
    display: none;
  }
}

.ti__menu {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 18px;
  text-transform: uppercase;
}
.ti__menu a {
  text-decoration: none;
  color: black;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.ti__menu a:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
@media (min-width: 480px) {
  .ti__menu > a {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .ti__menu > a {
    font-size: 24px;
  }
}
.ti__menu__title > span {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.ti__menu__title > span:after {
  content: "";
  right: 0;
  top: 45%;
  transform: translate(-50%);
  width: 7px;
  height: 6px;
  position: absolute;
  background-image: url("../images/global/icon-down-carrot.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .ti__menu__title > span:after {
    right: -7px;
  }
}
@media (min-width: 480px) {
  .ti__menu__title {
    font-size: 24px;
  }
}
.ti__menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  transition: opacity 0.2s;
}
.ti__menu__overlay.open {
  opacity: 0.6;
}
@media (min-width: 1400px) {
  .ti__menu__overlay {
    display: none;
  }
}
.ti__menu__holder {
  display: none;
  position: relative;
}
@media (min-width: 1400px) {
  .ti__menu__holder {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .ti__menu__holder {
    padding-right: 25px;
  }
}
.ti__menu__holder .ti__menu {
  white-space: nowrap;
}
.ti__menu__holder .ti__menu > a {
  position: relative;
  padding-right: 20px;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .ti__menu__holder .ti__menu > a {
    padding-right: 25px;
  }
}
@media (min-width: 1220px) {
  .ti__menu__holder .ti__menu > a {
    padding-right: 3.4vw;
  }
}
@media (min-width: 1800px) {
  .ti__menu__holder .ti__menu > a {
    padding-right: 3.6vw;
  }
}
.ti__menu__holder .ti__menu > a:hover.ti__menu__link--single {
  color: #358280;
  -webkit-text-decoration: underline solid #358280;
  text-decoration: underline solid #358280;
}
.ti__menu__holder .ti__menu > a.ti__menu__link--single {
  transition: color 0.2s;
  color: #358280;
}
.ti__menu__holder .ti__menu:hover .ti__megamenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.ti__menu__holder .ti__menu__dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.ti__menu__holder .ti__menu__dropdown:focus-visible {
  opacity: 1;
}
.ti__menu__holder .ti__menu .ti__megamenu {
  position: absolute;
  background-color: white;
  flex-direction: row;
  width: 100%;
  left: 0;
  padding-top: 10px;
}
@media (min-width: 1400px) {
  .ti__menu__holder .ti__menu .ti__megamenu {
    transition: all 0.2s;
    transition-delay: 0.12s;
    display: flex !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1300px) {
  .ti__menu__holder .ti__menu .ti__megamenu {
    width: calc(100% + 90px);
    left: -90px;
  }
}
.ti__menu__holder .ti__menu .ti__megamenu__inner {
  padding: 30px 40px;
  width: 35%;
  margin-top: 20px;
  background-color: #F4F4F4;
}
@media (min-width: 1300px) {
  .ti__menu__holder .ti__menu .ti__megamenu__inner {
    padding: 40px 45px 55px;
  }
}
.ti__menu__holder .ti__menu .ti__megamenu__inner--primary {
  background-color: white;
  display: flex;
  gap: 50px;
  width: 65%;
  padding-left: 40px;
}
@media (min-width: 1300px) {
  .ti__menu__holder .ti__menu .ti__megamenu__inner--primary {
    padding-left: 90px;
  }
}
.ti__menu__holder .ti__menu .ti__megamenu__inner__link_holder {
  display: flex;
  flex-direction: column;
}
.ti__menu__holder .ti__menu .ti__megamenu__inner__link_holder h2 {
  margin: 0;
  margin-top: -10px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
  font-size: 43px;
}
.ti__menu__holder .ti__menu .ti__megamenu__image {
  width: 30%;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 1300px) {
  .ti__menu__holder .ti__menu .ti__megamenu__image {
    width: 50%;
  }
}
.ti__menu__holder .ti__menu .ti__megamenu__image > div {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ti__menu__holder .ti__menu .ti__megamenu__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
.ti__menu__holder .ti__menu .ti__megamenu__links li {
  list-style-type: none;
}
.ti__menu__holder .ti__menu .ti__megamenu__links li a {
  width: 100%;
  display: block;
  white-space: normal;
  font-size: 22px;
}
.ti__menu__holder .ti__menu--focus .ti__megamenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.ti__menu__holder--mobile {
  display: block;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 100%;
  height: auto;
  min-width: 100vw;
  max-height: calc(100vh - 95px);
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: opacity 0.2s;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 480px) {
  .ti__menu__holder--mobile {
    max-height: calc(100vh - 105px);
  }
}
.ti__menu__holder--mobile > div {
  display: none;
}
.ti__menu__holder--mobile.open {
  opacity: 1;
  pointer-events: all;
}
.ti__menu__holder--mobile.open > div {
  display: block;
}
@media (min-width: 1400px) {
  .ti__menu__holder--mobile {
    display: none;
  }
}
.ti__menu__holder--mobile .ti__topbar__social {
  display: block;
  padding-bottom: 30px;
}
.ti__menu__holder--mobile .ti__menu {
  font-size: 24px;
  padding: 10px 5%;
  margin-bottom: 10px;
  transition: background-color 0.2s;
}
.ti__menu__holder--mobile .ti__menu.active, .ti__menu__holder--mobile .ti__menu.opening {
  background-color: #F4F4F4;
}
.ti__menu__holder--mobile .ti__menu__mobile_title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
.ti__menu__holder--mobile .ti__megamenu {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .ti__menu__holder--mobile .ti__megamenu {
    margin-top: 30px;
  }
}
.ti__menu__holder--mobile .ti__megamenu__title {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}
.ti__menu__holder--mobile .ti__megamenu__links {
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 480px) {
  .ti__menu__holder--mobile .ti__megamenu__links {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.ti__menu__holder--mobile .ti__megamenu__links li {
  list-style-type: none;
  flex: 40%;
}
.ti__menu__holder--mobile .ti__megamenu__links a {
  display: block;
  font-size: 24px;
}
.ti__menu__holder--mobile .ti__megamenu__links a:nth-child(2n-1) {
  padding-left: 0;
}
.ti__menu__holder--mobile .ti__megamenu__links a:nth-child(2n) {
  padding-right: 0;
}
.ti__menu__hamburger {
  display: block;
  background-image: url("../images/hamburger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
  transform-origin: center;
  position: absolute;
  cursor: pointer;
}
.ti__menu__hamburger.open {
  background-image: url("../images/hamburger_closed.png");
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
@media (min-width: 1400px) {
  .ti__menu__hamburger {
    display: none;
  }
}
.ti__header__formbar {
  display: none;
  transition: opacity 0.2s;
}
@media (min-width: 1400px) {
  .ti__header__formbar {
    background-color: #1A1416;
    color: white;
    height: 56px;
    display: block;
  }
}
.ti__header__formbar > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.ti__header__formbar h2 {
  display: none;
  margin: 0;
  font-size: 30px;
  margin-right: 32px;
  position: relative;
  top: -1px;
}
@media (min-width: 1460px) {
  .ti__header__formbar h2 {
    display: block;
  }
}
.ti__header__formbar h2:after {
  content: "";
  position: absolute;
  opacity: 0.4;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background-color: #fff;
}
.ti__header__formbar .ti__header_form__fields {
  display: flex;
  align-items: center;
}
.ti__header__formbar .ti__header_form__fields .ti__form--room-type,
.ti__header__formbar .ti__header_form__fields .ti__form--num-rooms {
  display: none;
}
@media (min-width: 1110px) {
  .ti__header__formbar .ti__header_form__fields .ti__form--room-type,
  .ti__header__formbar .ti__header_form__fields .ti__form--num-rooms {
    display: block;
  }
}
.ti__header__formbar .ti__button {
  padding: 14px 24px 14px 32px;
  max-height: 100%;
  font-size: 24px;
}
.ti__header__formbar .ti__header__telephone {
  display: none;
  align-items: center;
  white-space: nowrap;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 27px;
  letter-spacing: 0.04rem;
  color: white;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding: 0 20px 1px;
  background: linear-gradient(86deg, rgb(239, 25, 147) 0%, rgb(89, 36, 128) 65%);
}
@media (min-width: 1200px) {
  .ti__header__formbar .ti__header__telephone {
    display: flex;
  }
}
@media (min-width: 1250px) {
  .ti__header__formbar .ti__header__telephone {
    padding: 0 37px 1px;
  }
}
@media (min-width: 1300px) {
  .ti__header__formbar .ti__header__telephone {
    font-size: 30px;
  }
}
.ti__header__bookbar {
  border-top: 1px solid #E4E4E4;
  background-color: white;
}
.ti__header__bookbar.active {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 105px);
}
.ti__header__bookbar.active h2 span:after {
  transform: translate(-50%) rotate(-90deg);
}
.ti__header__bookbar h2 {
  font-size: 32px;
  text-align: center;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 500px) {
  .ti__header__bookbar h2 {
    font-size: 36px;
  }
}
.ti__header__bookbar h2 span {
  position: relative;
  padding-right: 15px;
  cursor: default;
}
.ti__header__bookbar h2 span:after {
  content: "";
  right: 0;
  top: 45%;
  transform: translate(-50%);
  width: 7px;
  height: 6px;
  position: absolute;
  background-image: url("../images/global/icon-down-carrot.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}
@media (min-width: 1400px) {
  .ti__header__bookbar {
    display: none;
  }
}
.ti__header__bookbar .ti__book {
  width: 85%;
  margin: 0 auto;
  padding-top: 5px;
}
.ti__hero {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__hero {
    margin-bottom: 90px;
  }
}
.ti__hero--search {
  margin-bottom: 30px;
}
.ti__hero--hasNominee .ti__hero__title {
  max-width: 750px;
}
@media (min-width: 1300px) {
  .ti__hero--hasNominee .ti__hero__title {
    max-width: none;
  }
}
.ti__hero__nominee {
  display: none;
}
@media (min-width: 700px) {
  .ti__hero__nominee {
    position: absolute;
    right: 0;
    top: -50px;
    display: block;
    width: 120px;
  }
}
@media (min-width: 890px) {
  .ti__hero__nominee {
    top: 0;
  }
}
@media (min-width: 992px) {
  .ti__hero__nominee {
    top: -50px;
  }
}
@media (min-width: 1400px) {
  .ti__hero__nominee {
    top: auto;
    bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .ti__hero__nominee {
    width: auto;
  }
}
.ti__hero__slider {
  height: 100%;
  background-color: white;
  position: relative;
}
@media (min-width: 700px) {
  .ti__hero__slider .slick-list,
  .ti__hero__slider .slick-track {
    height: 100%;
  }
}
.ti__hero__slider__controls {
  position: absolute;
  width: 100%;
  top: calc(100vw + 20px);
  right: 0;
  z-index: 2;
  text-align: center;
  display: block;
}
@media (min-width: 480px) {
  .ti__hero__slider__controls {
    padding-top: 50px;
    top: auto;
    text-align: right;
    padding-right: 40px;
  }
}
.ti__hero__slider__controls__count {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 40px;
  color: white;
  letter-spacing: 0.1rem;
  margin-top: 6px;
  margin-right: 6px;
  display: none;
}
@media (min-width: 480px) {
  .ti__hero__slider__controls__count {
    display: block;
  }
}
.ti__hero__slider__controls__count .total-slides {
  opacity: 0.5;
  font-size: 27px;
  position: relative;
  top: -7px;
  margin-left: 6px;
}
.slick-dots {
  position: relative !important;
  bottom: auto !important;
}
@media (min-width: 480px) {
  .slick-dots {
    text-align: right !important;
  }
}
.slick-dots li {
  margin: 3px !important;
}
.slick-dots li button:before {
  font-size: 14px !important;
  transition: all 0.3s;
}
@media (min-width: 480px) {
  .slick-dots li button:before {
    color: white !important;
  }
}
.slick-dots li.slick-active {
  z-index: 3;
  position: relative;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.ti__hero__slide {
  background-color: white;
}
.ti__hero__slide .ti__hero__slide--bgImage {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  padding-bottom: 66%;
  position: relative;
  height: 100%;
}
.ti__hero__slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.ti__hero__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4.5vw 3.3vw;
  z-index: 2;
}
.ti__hero__inner > div {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.ti__hero__inner h1, .ti__hero__inner h2 {
  font-size: 125px;
  font-size: 5.7vw;
  background-color: white;
  padding: 18px 30px 27px;
  display: inline-block;
  margin: 0;
  max-width: 600px;
  line-height: 90%;
}
.ti__hero__inner p {
  font-size: 17px;
  line-height: 135%;
  letter-spacing: 0.02rem;
}
.ti__hero__inner .ti__button {
  margin-top: 20px;
}
.ti__hero__inner .ti__hero__inner__body {
  transform: translateX(50%);
  background-color: white;
  max-width: 320px;
  padding: 25px 28px 28px 28px;
}
.ti__hero__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .ti__hero__image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.ti__hero__image__inner {
  height: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 480px) {
  .ti__hero__image__inner {
    height: 50vw;
  }
}
.ti__hero--xshort .ti__hero__image__inner {
  height: 30vw;
}
@media (min-width: 700px) {
  .ti__hero--xshort .ti__hero__image__inner {
    height: 100%;
  }
}
@media (min-width: 700px) {
  .ti__hero__image__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 700px) {
  .ti__hero__image {
    height: auto;
    padding-top: 120px;
    min-height: 700px;
  }
  .ti__hero--short .ti__hero__image {
    min-height: 550px;
  }
  .ti__hero--xshort .ti__hero__image {
    min-height: 200px;
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image {
    height: auto;
  }
}
.ti__hero__image .lockout {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 99;
  flex: 1;
  position: relative;
  margin: 0;
}
@media (min-width: 300px) {
  .ti__hero__image .lockout {
    margin-top: -60px;
    width: 85%;
  }
}
@media (min-width: 700px) {
  .ti__hero__image .lockout {
    margin: 0 auto;
    max-width: 1550px;
    align-items: flex-start;
  }
}
.ti__hero__image .lockout .ti__hero__title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.ti__hero__image .lockout .ti__hero__title h1 {
  margin: 0;
  padding: 40px 20px 0 20px;
  line-height: 85%;
  font-size: 42px;
  background-color: white;
}
.ti__hero__image .lockout .ti__hero__title h1 br {
  display: inline-block;
  content: " ";
  padding: 0 3px;
}
@media (min-width: 480px) {
  .ti__hero__image .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 700px) {
  .ti__hero__image .lockout .ti__hero__title h1 {
    font-size: 80px;
    max-width: 600px;
    padding: 28px 35px 33px 32px;
  }
  .ti__hero__image .lockout .ti__hero__title h1 br {
    display: inline;
    content: none;
  }
}
@media (min-width: 1300px) {
  .ti__hero__image .lockout .ti__hero__title h1 {
    font-size: 90px;
  }
}
.ti__hero__image .lockout .ti__hero__body {
  background-color: white;
  display: inline-block;
  font-size: 18px;
  line-height: 135%;
  padding: 20px 20px;
}
@media (min-width: 700px) {
  .ti__hero__image .lockout .ti__hero__body {
    align-self: flex-end;
    margin-right: -150px;
    max-width: 600px;
    padding: 30px;
  }
}
.ti__hero__image .lockout .ti__hero__body p {
  margin-bottom: 20px;
}
.ti__hero__image .lockout .ti__hero__body .ti__button {
  justify-content: flex-start;
}
.ti__hero__image .lockout .ti__hero__body .ti__button--no-background {
  padding-right: 0;
}
@media (min-width: 700px) {
  .ti__hero__image .lockout .ti__hero__body .ti__button {
    justify-content: flex-end;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__title {
  padding: 40px 5%;
  background-color: white;
}
@media (min-width: 600px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title {
    align-items: flex-end;
    flex-direction: row;
    padding: 40px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
  max-width: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 700px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
    font-size: 75px;
  }
}
@media (min-width: 1300px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
    font-size: 82px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 20px;
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing p {
  margin: 0;
  line-height: 90%;
}
@media (min-width: 300px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 700px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing {
    padding-top: 0;
    padding-left: 60px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .from {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .bar {
  flex: 1;
  height: 1px;
  width: 100%;
  background-color: #EF1993;
  margin: 0 5px;
}
@media (min-width: 480px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing .bar {
    min-width: 200px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .price {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 42px;
}
@media (min-width: 480px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing .price {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing .price {
    font-size: 72px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .price sup {
  font-size: 55%;
}
.ti__hero__image--casinoDetail .lockout {
  background-color: white;
}
@media (min-width: 480px) {
  .ti__hero__image--casinoDetail .lockout {
    background: none;
  }
}
@media (min-width: 700px) {
  .ti__hero__image--casinoDetail .lockout {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.ti__hero__image--casinoDetail .lockout .ti__hero__title h1 {
  max-width: none;
  width: 100%;
}
@media (min-width: 700px) {
  .ti__hero__image--casinoDetail .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--casinoDetail .lockout .ti__hero__title h1 {
    font-size: 82px;
  }
}
.ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink {
  background-color: white;
  padding: 20px 5% 20px 5%;
}
@media (min-width: 700px) {
  .ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink {
    padding: 20px 40px;
  }
  .ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink .ti__button {
    margin: 0 auto;
  }
}
.ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink .ti__button {
  justify-content: flex-start;
}
.ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink .ti__button--no-background {
  padding-right: 0;
}
.ti__hero__image--restaurantDetail .lockout .ti__hero__title {
  padding: 40px 5%;
  background-color: white;
}
@media (min-width: 600px) {
  .ti__hero__image--restaurantDetail .lockout .ti__hero__title {
    padding: 40px;
    padding-bottom: 25px;
  }
}
.ti__hero__image--restaurantDetail .lockout .ti__hero__title h1 {
  max-width: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 700px) {
  .ti__hero__image--restaurantDetail .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--restaurantDetail .lockout .ti__hero__title h1 {
    font-size: 82px;
  }
}
.ti__hero__image--restaurantDetail .lockout .ti__hero__buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 30px;
  gap: 15px 40px;
}
.ti__hero__image--search .lockout .ti__hero__body {
  width: 100%;
  align-self: flex-start;
  max-width: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .ti__hero__image--search .lockout .ti__hero__body {
    flex-direction: row;
  }
}
.ti__hero__image--search .lockout .ti__hero__body h1 {
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ti__hero__image--search .lockout .ti__hero__body h1 {
    font-size: 82px;
    margin-top: -10px;
  }
}
.ti__hero__image--search .lockout .ti__hero__body p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ti__hero__image--search .lockout .ti__hero__body p {
    margin-bottom: 0;
  }
}
.ti__hero__image--search .ti__search__inner {
  margin: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .ti__hero__image--search .ti__search__fields {
    flex-wrap: nowrap;
  }
}
.ti__hero__image--search .ti__search__close, .ti__hero__image--search .ti__search__results {
  display: none;
}
.ti__hero__slide .ti__hero__slide--bgImage {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  padding-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 100%;
  padding-top: 100vw;
  display: block;
}
@media (min-width: 480px) {
  .ti__hero__slide .ti__hero__slide--bgImage {
    padding-top: 50vw;
  }
}
@media (min-width: 700px) {
  .ti__hero__slide .ti__hero__slide--bgImage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 620px;
    background-size: cover;
    background-position: top center;
    padding: 0;
  }
  .ti__hero--short .ti__hero__slide .ti__hero__slide--bgImage {
    min-height: 550px;
  }
}
.ti__hero__slide .ti__hero__slide--bgImage .ti__hero__inner {
  padding-bottom: 0;
}
.ti__hero__slide .ti__hero__slide--bgImage .ti__hero__inner > div {
  flex-direction: column;
  align-items: flex-start;
}
.ti__hero__slide__inner {
  height: 100vw;
}
@media (min-width: 480px) {
  .ti__hero__slide__inner {
    height: 50vw;
  }
}
@media (min-width: 700px) {
  .ti__hero__slide__inner {
    height: 100%;
  }
}
.ti__hero__inner {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 0;
  padding-top: 20px;
}
@media (min-width: 480px) {
  .ti__hero__inner {
    width: 85%;
    margin-top: -60px;
    padding-top: 0;
  }
}
@media (min-width: 700px) {
  .ti__hero__inner {
    background: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.ti__hero__inner h1, .ti__hero__inner h2 {
  font-size: 42px;
  background-color: white;
  padding: 40px 20px 0 20px;
  display: inline-block;
  margin: 0;
  max-width: 600px;
  line-height: 87%;
}
@media (min-width: 480px) {
  .ti__hero__inner h1, .ti__hero__inner h2 {
    font-size: 52px;
  }
}
@media (min-width: 700px) {
  .ti__hero__inner h1, .ti__hero__inner h2 {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .ti__hero__inner h1, .ti__hero__inner h2 {
    font-size: 82px;
  }
}
.ti__hero__inner p {
  font-size: 17px;
  line-height: 135%;
  letter-spacing: 0.02rem;
}
.ti__hero__inner .ti__button {
  margin-top: 20px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.ti__hero__inner .ti__button--no-background {
  padding-right: 0;
}
@media (min-width: 700px) {
  .ti__hero__inner .ti__button {
    justify-content: flex-end;
  }
}
.ti__hero__inner .ti__hero__inner__body {
  background-color: white;
  max-width: 335px;
  padding: 0;
  transform: none;
  padding: 20px 5%;
  display: inline-block;
}
@media (min-width: 700px) {
  .ti__hero__inner .ti__hero__inner__body {
    padding: 33px;
    align-self: flex-end;
    margin-right: -150px;
  }
}
.ti__search__icon img {
  width: 24px;
}
.ti__search__overlay {
  display: none;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 55px;
  position: absolute;
  width: 100vw;
  padding: 30px 5%;
  z-index: 99999;
  background-color: white;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .ti__search__overlay {
    top: -1px;
    left: 0;
    padding: 20px 0;
    min-height: 100px;
    border-left: 1px solid #E4E4E4;
  }
}
.ti__search__overlay.open {
  opacity: 1;
  pointer-events: all;
}
.ti__search__overlay.open .ti__search__inner {
  display: block;
}
.ti__search__overlay--mobile {
  display: block;
}
@media (min-width: 992px) {
  .ti__search__overlay {
    display: flex;
  }
  .ti__search__overlay--mobile {
    display: none;
  }
}
.ti__search__fields {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
}
.ti__search__fields__search {
  position: relative;
}
.ti__search__fields__search:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/global/icon-search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.ti__search__fields__search input {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #707070;
  padding-left: 35px;
  height: 100%;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 300px) {
  .ti__search__fields__search input {
    min-width: 200px;
  }
}
.ti__search__fields .ti__button {
  padding: 10px 25px;
}
.ti__search__close {
  display: none;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  position: absolute;
  right: 5%;
  top: 0;
  padding-right: 25px;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .ti__search__close {
    display: block;
  }
}
@media (min-width: 992px) {
  .ti__search__close {
    position: relative;
  }
}
@media (min-width: 992px) {
  .ti__search__close {
    right: 0;
  }
}
.ti__search__close:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/hamburger_closed.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ti__search__inner {
  width: 100%;
  display: none;
}
.ti__search__flex {
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .ti__search__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ti__search__results {
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
  max-height: 0;
}
.ti__search__results.open {
  max-height: 100%;
}
@media (min-width: 992px) {
  .ti__search__results.open {
    max-height: 60vh;
  }
}
.ti__search__results__inner {
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.ti__search__results__inner .ti__search__page__header {
  margin-bottom: 30px;
}
.ti__search__results__inner .ti__search__page__entry {
  padding: 15px 0;
  color: #4BBED2;
  font-size: 18px;
}
.ti__search__page {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__search__page {
    padding-bottom: 90px;
  }
}
.ti__search__page__header {
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  padding: 20px 10%;
  display: flex;
  flex-direction: column;
  margin-top: -150px;
}
@media (min-width: 300px) {
  .ti__search__page__header {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .ti__search__page__header {
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 30px 10px 30px;
    margin-top: -119px;
  }
}
.ti__search__page__header h1 {
  margin: 0;
  margin-bottom: 10px;
}
.ti__search__page__header p {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ti__search__page__header .ti__search__close, .ti__search__page__header .ti__search__results {
  display: none;
}
.ti__search__page__body {
  max-width: 1550px;
  margin: 0 auto;
  width: 85%;
  padding: 0 10%;
}
@media (min-width: 300px) {
  .ti__search__page__body {
    padding: 0 30px;
  }
}
.ti__search__page__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.ti__search__page__heading h2, .ti__search__page__heading p {
  margin: 0;
}
.ti__search__page__heading h2 {
  font-size: 42px;
}
.ti__search__page__heading p {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  color: #707070;
  font-size: 24px;
}
.ti__search__page__entry {
  display: flex;
  flex-direction: column;
  color: black;
  text-decoration: none;
  padding: 30px 0;
}
@media (min-width: 700px) {
  .ti__search__page__entry {
    flex-direction: row;
  }
}
.ti__search__page__entry:first-child {
  padding-top: 0;
  padding-top: 20px;
}
.ti__search__page__entry h3, .ti__search__page__entry p {
  margin: 0;
}
.ti__search__page__entry h3 {
  font-size: 32px;
  letter-spacing: 0.1rem;
  margin-bottom: 8px;
  margin-top: -6px;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
.ti__search__page__entry p {
  font-size: 18px;
  line-height: 140%;
}
.ti__search__page__entry:hover h3 {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__search__page__entry:hover .ti__search__page__image > div {
  transform: scale(1.05);
}
.ti__search__page__image {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 0;
  padding-top: 65%;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 700px) {
  .ti__search__page__image {
    margin-bottom: 0;
    margin-right: 40px;
    max-width: 220px;
    padding-top: 120px;
  }
}
.ti__search__page__image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}
.ti__hero {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__hero {
    margin-bottom: 90px;
  }
}
.ti__hero--search {
  margin-bottom: 30px;
}
.ti__hero--hasNominee .ti__hero__title {
  max-width: 750px;
}
@media (min-width: 1300px) {
  .ti__hero--hasNominee .ti__hero__title {
    max-width: none;
  }
}
.ti__hero__nominee {
  display: none;
}
@media (min-width: 700px) {
  .ti__hero__nominee {
    position: absolute;
    right: 0;
    top: -50px;
    display: block;
    width: 120px;
  }
}
@media (min-width: 890px) {
  .ti__hero__nominee {
    top: 0;
  }
}
@media (min-width: 992px) {
  .ti__hero__nominee {
    top: -50px;
  }
}
@media (min-width: 1400px) {
  .ti__hero__nominee {
    top: auto;
    bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .ti__hero__nominee {
    width: auto;
  }
}
.ti__hero__slider {
  height: 100%;
  background-color: white;
  position: relative;
}
@media (min-width: 700px) {
  .ti__hero__slider .slick-list,
  .ti__hero__slider .slick-track {
    height: 100%;
  }
}
.ti__hero__slider__controls {
  position: absolute;
  width: 100%;
  top: calc(100vw + 20px);
  right: 0;
  z-index: 2;
  text-align: center;
  display: block;
}
@media (min-width: 480px) {
  .ti__hero__slider__controls {
    padding-top: 50px;
    top: auto;
    text-align: right;
    padding-right: 40px;
  }
}
.ti__hero__slider__controls__count {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 40px;
  color: white;
  letter-spacing: 0.1rem;
  margin-top: 6px;
  margin-right: 6px;
  display: none;
}
@media (min-width: 480px) {
  .ti__hero__slider__controls__count {
    display: block;
  }
}
.ti__hero__slider__controls__count .total-slides {
  opacity: 0.5;
  font-size: 27px;
  position: relative;
  top: -7px;
  margin-left: 6px;
}
.slick-dots {
  position: relative !important;
  bottom: auto !important;
}
@media (min-width: 480px) {
  .slick-dots {
    text-align: right !important;
  }
}
.slick-dots li {
  margin: 3px !important;
}
.slick-dots li button:before {
  font-size: 14px !important;
  transition: all 0.3s;
}
@media (min-width: 480px) {
  .slick-dots li button:before {
    color: white !important;
  }
}
.slick-dots li.slick-active {
  z-index: 3;
  position: relative;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
}

.ti__hero__slide {
  background-color: white;
}
.ti__hero__slide .ti__hero__slide--bgImage {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  padding-bottom: 66%;
  position: relative;
  height: 100%;
}
.ti__hero__slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.ti__hero__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4.5vw 3.3vw;
  z-index: 2;
}
.ti__hero__inner > div {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.ti__hero__inner h1, .ti__hero__inner h2 {
  font-size: 125px;
  font-size: 5.7vw;
  background-color: white;
  padding: 18px 30px 27px;
  display: inline-block;
  margin: 0;
  max-width: 600px;
  line-height: 90%;
}
.ti__hero__inner p {
  font-size: 17px;
  line-height: 135%;
  letter-spacing: 0.02rem;
}
.ti__hero__inner .ti__button {
  margin-top: 20px;
}
.ti__hero__inner .ti__hero__inner__body {
  transform: translateX(50%);
  background-color: white;
  max-width: 320px;
  padding: 25px 28px 28px 28px;
}
.ti__hero__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .ti__hero__image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.ti__hero__image__inner {
  height: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 480px) {
  .ti__hero__image__inner {
    height: 50vw;
  }
}
.ti__hero--xshort .ti__hero__image__inner {
  height: 30vw;
}
@media (min-width: 700px) {
  .ti__hero--xshort .ti__hero__image__inner {
    height: 100%;
  }
}
@media (min-width: 700px) {
  .ti__hero__image__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 700px) {
  .ti__hero__image {
    height: auto;
    padding-top: 120px;
    min-height: 700px;
  }
  .ti__hero--short .ti__hero__image {
    min-height: 550px;
  }
  .ti__hero--xshort .ti__hero__image {
    min-height: 200px;
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image {
    height: auto;
  }
}
.ti__hero__image .lockout {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 99;
  flex: 1;
  position: relative;
  margin: 0;
}
@media (min-width: 300px) {
  .ti__hero__image .lockout {
    margin-top: -60px;
    width: 85%;
  }
}
@media (min-width: 700px) {
  .ti__hero__image .lockout {
    margin: 0 auto;
    max-width: 1550px;
    align-items: flex-start;
  }
}
.ti__hero__image .lockout .ti__hero__title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.ti__hero__image .lockout .ti__hero__title h1 {
  margin: 0;
  padding: 40px 20px 0 20px;
  line-height: 85%;
  font-size: 42px;
  background-color: white;
}
.ti__hero__image .lockout .ti__hero__title h1 br {
  display: inline-block;
  content: " ";
  padding: 0 3px;
}
@media (min-width: 480px) {
  .ti__hero__image .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 700px) {
  .ti__hero__image .lockout .ti__hero__title h1 {
    font-size: 80px;
    max-width: 600px;
    padding: 28px 35px 33px 32px;
  }
  .ti__hero__image .lockout .ti__hero__title h1 br {
    display: inline;
    content: none;
  }
}
@media (min-width: 1300px) {
  .ti__hero__image .lockout .ti__hero__title h1 {
    font-size: 90px;
  }
}
.ti__hero__image .lockout .ti__hero__body {
  background-color: white;
  display: inline-block;
  font-size: 18px;
  line-height: 135%;
  padding: 20px 20px;
}
@media (min-width: 700px) {
  .ti__hero__image .lockout .ti__hero__body {
    align-self: flex-end;
    margin-right: -150px;
    max-width: 600px;
    padding: 30px;
  }
}
.ti__hero__image .lockout .ti__hero__body p {
  margin-bottom: 20px;
}
.ti__hero__image .lockout .ti__hero__body .ti__button {
  justify-content: flex-start;
}
.ti__hero__image .lockout .ti__hero__body .ti__button--no-background {
  padding-right: 0;
}
@media (min-width: 700px) {
  .ti__hero__image .lockout .ti__hero__body .ti__button {
    justify-content: flex-end;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__title {
  padding: 40px 5%;
  background-color: white;
}
@media (min-width: 600px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title {
    align-items: flex-end;
    flex-direction: row;
    padding: 40px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
  max-width: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 700px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
    font-size: 75px;
  }
}
@media (min-width: 1300px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__title h1 {
    font-size: 82px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 20px;
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing p {
  margin: 0;
  line-height: 90%;
}
@media (min-width: 300px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 700px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing {
    padding-top: 0;
    padding-left: 60px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .from {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .bar {
  flex: 1;
  height: 1px;
  width: 100%;
  background-color: #EF1993;
  margin: 0 5px;
}
@media (min-width: 480px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing .bar {
    min-width: 200px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .price {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 42px;
}
@media (min-width: 480px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing .price {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--roomDetail .lockout .ti__hero__pricing .price {
    font-size: 72px;
  }
}
.ti__hero__image--roomDetail .lockout .ti__hero__pricing .price sup {
  font-size: 55%;
}
.ti__hero__image--casinoDetail .lockout {
  background-color: white;
}
@media (min-width: 480px) {
  .ti__hero__image--casinoDetail .lockout {
    background: none;
  }
}
@media (min-width: 700px) {
  .ti__hero__image--casinoDetail .lockout {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.ti__hero__image--casinoDetail .lockout .ti__hero__title h1 {
  max-width: none;
  width: 100%;
}
@media (min-width: 700px) {
  .ti__hero__image--casinoDetail .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--casinoDetail .lockout .ti__hero__title h1 {
    font-size: 82px;
  }
}
.ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink {
  background-color: white;
  padding: 20px 5% 20px 5%;
}
@media (min-width: 700px) {
  .ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink {
    padding: 20px 40px;
  }
  .ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink .ti__button {
    margin: 0 auto;
  }
}
.ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink .ti__button {
  justify-content: flex-start;
}
.ti__hero__image--casinoDetail .lockout .ti__hero__applicationLink .ti__button--no-background {
  padding-right: 0;
}
.ti__hero__image--restaurantDetail .lockout .ti__hero__title {
  padding: 40px 5%;
  background-color: white;
}
@media (min-width: 600px) {
  .ti__hero__image--restaurantDetail .lockout .ti__hero__title {
    padding: 40px;
    padding-bottom: 25px;
  }
}
.ti__hero__image--restaurantDetail .lockout .ti__hero__title h1 {
  max-width: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 700px) {
  .ti__hero__image--restaurantDetail .lockout .ti__hero__title h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .ti__hero__image--restaurantDetail .lockout .ti__hero__title h1 {
    font-size: 82px;
  }
}
.ti__hero__image--restaurantDetail .lockout .ti__hero__buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 30px;
  gap: 15px 40px;
}
.ti__hero__image--search .lockout .ti__hero__body {
  width: 100%;
  align-self: flex-start;
  max-width: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .ti__hero__image--search .lockout .ti__hero__body {
    flex-direction: row;
  }
}
.ti__hero__image--search .lockout .ti__hero__body h1 {
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ti__hero__image--search .lockout .ti__hero__body h1 {
    font-size: 82px;
    margin-top: -10px;
  }
}
.ti__hero__image--search .lockout .ti__hero__body p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ti__hero__image--search .lockout .ti__hero__body p {
    margin-bottom: 0;
  }
}
.ti__hero__image--search .ti__search__inner {
  margin: 0;
  width: 100%;
}
@media (min-width: 700px) {
  .ti__hero__image--search .ti__search__fields {
    flex-wrap: nowrap;
  }
}
.ti__hero__image--search .ti__search__close, .ti__hero__image--search .ti__search__results {
  display: none;
}
.ti__hero__slide .ti__hero__slide--bgImage {
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  padding-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  height: 100%;
  padding-top: 100vw;
  display: block;
}
@media (min-width: 480px) {
  .ti__hero__slide .ti__hero__slide--bgImage {
    padding-top: 50vw;
  }
}
@media (min-width: 700px) {
  .ti__hero__slide .ti__hero__slide--bgImage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 620px;
    background-size: cover;
    background-position: top center;
    padding: 0;
  }
  .ti__hero--short .ti__hero__slide .ti__hero__slide--bgImage {
    min-height: 550px;
  }
}
.ti__hero__slide .ti__hero__slide--bgImage .ti__hero__inner {
  padding-bottom: 0;
}
.ti__hero__slide .ti__hero__slide--bgImage .ti__hero__inner > div {
  flex-direction: column;
  align-items: flex-start;
}
.ti__hero__slide__inner {
  height: 100vw;
}
@media (min-width: 480px) {
  .ti__hero__slide__inner {
    height: 50vw;
  }
}
@media (min-width: 700px) {
  .ti__hero__slide__inner {
    height: 100%;
  }
}
.ti__hero__inner {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 0;
  padding-top: 20px;
}
@media (min-width: 480px) {
  .ti__hero__inner {
    width: 85%;
    margin-top: -60px;
    padding-top: 0;
  }
}
@media (min-width: 700px) {
  .ti__hero__inner {
    background: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.ti__hero__inner h1, .ti__hero__inner h2 {
  font-size: 42px;
  background-color: white;
  padding: 40px 20px 0 20px;
  display: inline-block;
  margin: 0;
  max-width: 600px;
  line-height: 87%;
}
@media (min-width: 480px) {
  .ti__hero__inner h1, .ti__hero__inner h2 {
    font-size: 52px;
  }
}
@media (min-width: 700px) {
  .ti__hero__inner h1, .ti__hero__inner h2 {
    padding: 25px;
  }
}
@media (min-width: 1400px) {
  .ti__hero__inner h1, .ti__hero__inner h2 {
    font-size: 82px;
  }
}
.ti__hero__inner p {
  font-size: 17px;
  line-height: 135%;
  letter-spacing: 0.02rem;
}
.ti__hero__inner .ti__button {
  margin-top: 20px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.ti__hero__inner .ti__button--no-background {
  padding-right: 0;
}
@media (min-width: 700px) {
  .ti__hero__inner .ti__button {
    justify-content: flex-end;
  }
}
.ti__hero__inner .ti__hero__inner__body {
  background-color: white;
  max-width: 335px;
  padding: 0;
  transform: none;
  padding: 20px 5%;
  display: inline-block;
}
@media (min-width: 700px) {
  .ti__hero__inner .ti__hero__inner__body {
    padding: 33px;
    align-self: flex-end;
    margin-right: -150px;
  }
}
.ti__form {
  position: relative;
}
.ti__form input,
.ti__form select {
  border-radius: 5px;
  border: 1px solid #707070;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 30px 14px 33px;
  font-size: 16px;
  width: 100%;
  appearance: none;
  background-color: white;
  color: black;
}
.ti__form input::-moz-placeholder, .ti__form select::-moz-placeholder {
  color: black;
}
.ti__form input::placeholder,
.ti__form select::placeholder {
  color: black;
}
.ti__form select option {
  background-color: white;
  color: black;
}
.ti__form:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 14px;
  height: 15px;
  transform: translateY(-50%);
}
.ti__form:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 5px;
  transform: translateY(-50%);
  background: url("../images/global/icon-down-carrot.svg") top left no-repeat;
  pointer-events: none;
}
.ti__form--dark select, .ti__form--dark input {
  background-color: transparent;
  color: white;
  width: 150px;
  margin-right: 12px;
  padding: 12px 30px 11px 33px;
}
.ti__form--dark select::-moz-placeholder, .ti__form--dark input::-moz-placeholder {
  color: white;
}
.ti__form--dark select::placeholder, .ti__form--dark input::placeholder {
  color: white;
}
.ti__form--dark:after {
  background: url("../images/global/icon-down-carrot-white.svg") top left no-repeat;
  right: 25px;
}
.ti__form--checkin:before, .ti__form--date:before {
  background: url("../images/global/icon-calendar.svg") top left no-repeat;
}
.ti__form--checkin--dark:before, .ti__form--date--dark:before {
  background: url("../images/global/icon-calendar-white.svg") top left no-repeat;
}
.ti__form--checkout:before {
  background: url("../images/global/icon-calendar.svg") top left no-repeat;
}
.ti__form--checkout--dark:before {
  background: url("../images/global/icon-calendar-white.svg") top left no-repeat;
}
.ti__form--checkout .qs-datepicker-container {
  left: auto !important;
  right: 0 !important;
}
@media (min-width: 480px) {
  .ti__form--checkout .qs-datepicker-container {
    left: 0 !important;
    right: auto !important;
  }
}
.ti__form--room-type:before {
  left: 12px;
  margin-top: 2px;
  background: url("../images/global/icon-bed.svg") top left no-repeat;
}
.ti__form--room-type--dark:before {
  background: url("../images/global/icon-bed-white.svg") top left no-repeat;
}
.ti__form--num-people:before {
  width: 20px;
  height: 16px;
  left: 12px;
  margin-top: 0px;
  background: url("../images/global/icon-diners.svg") top left no-repeat;
}
.ti__form--num-people--dark:before {
  background: url("../images/global/icon-diners-white.svg") top left no-repeat;
}
.ti__form--num-rooms:before {
  width: 14px;
  height: 14px;
  left: 12px;
  margin-top: 0px;
  background: url("../images/global/icon-rooms.svg") top left no-repeat;
}
.ti__form--num-rooms--dark:before {
  background: url("../images/global/icon-rooms-white.svg") top left no-repeat;
}
.ti__form--restaurant:before {
  width: 20px;
  height: 16px;
  left: 12px;
  margin-top: 0px;
  background: url("../images/global/icon-dining.svg") top left no-repeat;
}
.ti__form--restaurant--dark:before {
  background: url("../images/global/icon-dining-white.svg") top left no-repeat;
}
.ti__form--restaurant--dark select {
  width: 240px;
}
.ti__form--diners:before {
  width: 20px;
  height: 20px;
  left: 10px;
  margin-top: 1px;
  background: url("../images/global/icon-diners.svg") top left no-repeat;
}
.ti__form--diners--dark:before {
  background: url("../images/global/icon-diners-white.svg") top left no-repeat;
}
.ti__form--time:before {
  width: 17px;
  height: 17px;
  left: 12px;
  background: url("../images/global/icon-time.svg") top left no-repeat;
}
.ti__form--time--dark:before {
  background: url("../images/global/icon-time-white.svg") top left no-repeat;
}
.ti__form--tickets:before {
  width: 19px;
  height: 20px;
  left: 12px;
  margin-top: 1px;
  background: url("../images/global/icon-tickets.svg") top left no-repeat;
}
.ti__form--tickets--dark:before {
  background: url("../images/global/icon-tickets-white.svg") top left no-repeat;
}
.ti__form--tickets--dark select {
  width: 300px;
}
.ti__form__submit-buttons {
  display: flex;
  margin: 0 -7px;
}
.ti__form__submit-buttons > * {
  margin: 0 7px;
  width: 50%;
}
.ti__form__submit-buttons .ti__button {
  padding: 20px 0px 20px 8px;
}
.ti__pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.ti__footer {
  display: flex;
  flex-direction: column;
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1250px) {
  .ti__footer {
    padding-bottom: 90px;
  }
}
.ti__footer__logo {
  max-width: 180px;
  margin-bottom: 20px;
}
.ti__footer__copyright {
  font-size: 16px;
  color: #707070;
  line-height: 150%;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  max-width: 280px;
  margin-bottom: 20px;
}
.ti__footer__copyright__logos {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ti__footer__copyright__logos a {
  max-width: 100px;
}
.ti__footer__copyright__logos a:nth-child(2) {
  max-width: 75px;
}
.ti__footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 800px) {
  .ti__footer__columns {
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }
}
@media (min-width: 1500px) {
  .ti__footer__columns {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}
.ti__footer__columns__inner {
  order: 3;
  display: grid;
  gap: 45px;
}
@media (min-width: 400px) {
  .ti__footer__columns__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 800px) {
  .ti__footer__columns__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column: 1/4;
  }
}
@media (min-width: 1500px) {
  .ti__footer__columns__inner {
    order: 2;
    grid-column: auto;
    flex: 2;
  }
}
.ti__footer__column--copyright {
  order: 1;
  margin-top: -12px;
}
@media (min-width: 1500px) {
  .ti__footer__column--copyright {
    flex: 0.75;
  }
}
.ti__footer__column--form {
  order: 2;
}
@media (min-width: 800px) {
  .ti__footer__column--form {
    grid-column: 2/4;
  }
}
@media (min-width: 1500px) {
  .ti__footer__column--form {
    order: 3;
    grid-column: auto;
    flex: 1;
  }
}
.ti__footer__column--form h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #707070;
}
.ti__footer__column--form form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ti__footer__column--form form .ti__email {
  flex: 2;
  padding: 16px;
  font-size: 18px;
  border: 1px solid #707070;
  width: 160px;
}
@media (min-width: 480px) {
  .ti__footer__column--form form .ti__email {
    width: auto;
  }
}
.ti__footer__column--form form .ti__submit {
  flex: 1;
  background-color: #484848;
  color: white;
  font-size: 16px;
  padding: 16px;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ti__footer__column--menu {
  display: flex;
  flex-direction: column;
  gap: 30px 15px;
}
@media (min-width: 1250px) {
  .ti__footer__column--menu {
    gap: 20px;
  }
}
.ti__footer__column--menu a {
  font-size: 14px;
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
.ti__footer__column--menu a:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  gap: 10%;
}
.ti__footer__social a {
  flex: 1;
  max-width: 20px;
}
.ti__footer__social a img {
  opacity: 0.6;
}
.ti__footer__apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ti__footer__contact_links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ti__footer__contact_links a {
  font-size: 15px;
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  position: relative;
  padding-left: 30px;
}
.ti__footer__contact_links a:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__footer__contact_links a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ti__footer__contact_links a.ti__footer__telephone:after {
  background-image: url("../images/global/icon-phone.svg");
}
.ti__footer__contact_links a.ti__footer__email:after {
  background-image: url("../images/global/icon-email.svg");
}
.ti__footer__contact_links a.ti__footer__directions:after {
  background-image: url("../images/global/icon-location.svg");
}
.ti__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.ti__popup__placeholder {
  display: none;
}
.ti__popup.hidden {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.ti__popup__inner {
  width: 85%;
  max-width: 1300px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-height: 900px) {
  .ti__popup__inner {
    max-width: 120vh;
  }
}
.ti__popup__inner .iframe_holder {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
@media all and (max-height: 900px) {
  .ti__popup__inner .iframe_holder {
    margin-top: 60px;
    max-height: calc(100% - 60px);
  }
}
.ti__popup__inner .iframe_holder > .image_holder {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ti__popup__inner .iframe_holder > .image_holder img {
  width: 100%;
  height: auto;
}
.ti__popup__inner .iframe_holder iframe, .ti__popup__inner .iframe_holder #pdf {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ti__popup__inner .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url("../images/global/icon-close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s;
}
.ti__popup__inner .close:hover {
  transform: scale(1.1);
}
.ti__imageCta {
  position: relative;
}
.ti__imageCta--margin {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__imageCta--margin {
    margin-bottom: 90px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .ti__imageCta {
    height: 50vw;
  }
}
@media (min-width: 1300px) {
  .ti__imageCta {
    height: 700px;
  }
}
.ti__imageCta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  background-size: cover;
  background-position: center;
}
@media (min-width: 480px) {
  .ti__imageCta__bg {
    height: 100%;
  }
}
.ti__imageCta__title > div {
  padding: 25px 5%;
}
@media (min-width: 300px) {
  .ti__imageCta__title > div {
    padding: 40px;
  }
}
.ti__imageCta__title h2 {
  margin: 0;
  font-size: 15vw;
  margin-top: -3%;
  line-height: 90%;
}
@media (min-width: 480px) {
  .ti__imageCta__title h2 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .ti__imageCta__title h2 {
    font-size: 5.5vw;
  }
}
@media (min-width: 1300px) {
  .ti__imageCta__title h2 {
    font-size: 100px;
  }
}
.ti__imageCta__title, .ti__imageCta__body {
  width: 100%;
}
.ti__imageCta__title > div, .ti__imageCta__body > div {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 25px 22px;
}
@media (min-width: 700px) {
  .ti__imageCta__title > div, .ti__imageCta__body > div {
    padding: 30px;
  }
}
.ti__imageCta__body p {
  margin-bottom: 20px;
  line-height: 135%;
  letter-spacing: 0.02rem;
}
@media (min-width: 300px) {
  .ti__imageCta__body p {
    font-size: 4vw;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__body p {
    font-size: 17px;
  }
}
.ti__imageCta__body > div {
  padding: 0 5% 15px 5%;
}
@media (min-width: 300px) {
  .ti__imageCta__body > div {
    padding: 0 25px 30px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__body > div {
    padding: 30px 36px 35px;
  }
}
.ti__imageCta__content {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  max-width: 1550px;
  height: 100%;
  padding-top: 50vw;
}
@media (min-width: 300px) {
  .ti__imageCta__content {
    width: 80vw;
  }
}
.ti__imageCta__content .ti__button {
  justify-content: flex-start;
}
@media (min-width: 480px) {
  .ti__imageCta__content {
    margin: 0 auto;
    width: 85%;
    padding: 0;
  }
  .ti__imageCta__content--topLeft {
    justify-content: flex-start;
  }
  .ti__imageCta__content--topLeft .ti__imageCta__title, .ti__imageCta__content--topLeft .ti__imageCta__body {
    max-width: 400px;
  }
  .ti__imageCta__content--topLeft .ti__imageCta__title > div {
    padding-bottom: 0;
  }
  .ti__imageCta__content--topLeft .ti__imageCta__title h2 {
    font-size: 66px;
  }
  .ti__imageCta__content--topLeft .ti__imageCta__body p {
    font-size: 18px;
    line-height: 135%;
  }
  .ti__imageCta__content--topLeft .ti__imageCta__body .ti__button {
    justify-content: flex-end;
    font-size: 22px;
  }
  .ti__imageCta__content--topLeft .ti__imageCta__body .ti__button--no-background {
    padding-right: 0;
  }
  .ti__imageCta__content--centerLeft {
    justify-content: center;
    align-items: center;
  }
  .ti__imageCta__content--centerLeft .ti__imageCta__title, .ti__imageCta__content--centerLeft .ti__imageCta__body {
    align-self: flex-start;
    max-width: 520px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .ti__imageCta__content--centerLeft .ti__imageCta__title > div, .ti__imageCta__content--centerLeft .ti__imageCta__body > div {
    padding: 45px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerLeft .ti__imageCta__title > div {
    padding-bottom: 0;
  }
}
@media (min-width: 480px) and (min-width: 1300px) {
  .ti__imageCta__content--centerLeft .ti__imageCta__title h2 {
    font-size: 72px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerLeft .ti__imageCta__body > div {
    padding-top: 30px;
  }
  .ti__imageCta__content--centerLeft .ti__imageCta__body p {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .ti__imageCta__content--centerLeft .ti__imageCta__body p {
    margin-bottom: 45px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerLeft .ti__imageCta__body .ti__button {
    max-width: 200px;
  }
  .ti__imageCta__content--centerRight {
    justify-content: center;
    align-items: center;
  }
  .ti__imageCta__content--centerRight .ti__imageCta__title, .ti__imageCta__content--centerRight .ti__imageCta__body {
    align-self: flex-end;
    max-width: 520px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .ti__imageCta__content--centerRight .ti__imageCta__title > div, .ti__imageCta__content--centerRight .ti__imageCta__body > div {
    padding: 45px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerRight .ti__imageCta__title > div {
    padding-bottom: 0;
  }
}
@media (min-width: 480px) and (min-width: 1300px) {
  .ti__imageCta__content--centerRight .ti__imageCta__title h2 {
    font-size: 72px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerRight .ti__imageCta__body > div {
    padding-top: 30px;
  }
  .ti__imageCta__content--centerRight .ti__imageCta__body p {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .ti__imageCta__content--centerRight .ti__imageCta__body p {
    margin-bottom: 45px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerRight .ti__imageCta__body .ti__button {
    max-width: 200px;
  }
  .ti__imageCta__content--centerLeftOffsetTitle {
    justify-content: center;
    align-items: center;
  }
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__title {
    align-self: flex-start;
  }
}
@media (min-width: 480px) and (min-width: 350px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__title {
    max-width: 300px;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__title {
    max-width: 24vw;
  }
}
@media (min-width: 480px) and (min-width: 1300px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__title {
    max-width: 450px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__body {
    align-self: flex-start;
  }
}
@media (min-width: 480px) and (min-width: 350px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__body {
    padding-left: 150px;
    width: auto;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__body {
    padding-left: 15vw;
    min-width: 650px;
  }
}
@media (min-width: 480px) and (min-width: 1300px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__body {
    padding-left: 300px;
  }
}
@media (min-width: 480px) {
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__body .ti__button {
    align-self: flex-end;
  }
  .ti__imageCta__content--centerLeftOffsetTitle .ti__imageCta__body .ti__button--no-background {
    padding-right: 0;
  }
}
.ti__toggleSection {
  display: flex;
  flex-direction: column;
  max-width: 1550px;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (min-width: 850px) {
  .ti__toggleSection {
    flex-direction: row;
  }
}
@media (min-width: 850px) {
  .ti__toggleSection {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .ti__toggleSection {
    padding-bottom: 150px;
  }
}
.ti__toggleSection__toggles {
  flex: 1;
}
@media (min-width: 850px) {
  .ti__toggleSection__toggles {
    padding-right: 50px;
    max-width: 450px;
  }
}
.ti__toggleSection__toggles h2 {
  font-size: 48px;
  margin-top: 0;
  line-height: 90%;
}
@media (min-width: 850px) {
  .ti__toggleSection__toggles h2 {
    font-size: 65px;
  }
}
.ti__toggleSection__toggles__list {
  display: none;
}
@media (min-width: 700px) {
  .ti__toggleSection__toggles__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .ti__toggleSection__toggles__list {
    padding: 24px 0;
    flex-direction: row;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .ti__toggleSection__toggles__list {
    flex-direction: column;
    padding: 0;
  }
}
.ti__toggleSection__toggles__dropdown {
  position: relative;
  border: 1px solid #EF1993;
  cursor: pointer;
  background-color: white;
}
.ti__toggleSection__toggles__dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  color: #EF1993;
  font-size: 22px;
  line-height: 135%;
  border: none;
  width: 100%;
  padding: 10px;
  background-color: white;
}
.ti__toggleSection__toggles__dropdown:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 10px;
  width: 13px;
  height: 13px;
  pointer-events: none;
  background-image: url("../images/right-arrow-small-pink.svg");
  transform: translateY(-50%) rotate(90deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .ti__toggleSection__toggles__dropdown {
    display: none;
  }
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggle {
  color: #45AEA9;
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggle:hover {
  border-color: #45AEA9;
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggle--active {
  color: black;
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggle--active:hover {
  border-color: black;
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggles__dropdown {
  border: 1px solid #45AEA9;
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggles__dropdown select {
  color: #45AEA9;
}
.ti__toggleSection__toggles--teal .ti__toggleSection__toggles__dropdown:after {
  background-image: url("../images/right-arrow-small-green.svg");
}
.ti__toggleSection__toggle {
  font-size: 22px;
  list-style-type: none;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  color: #EF1993;
  line-height: 135%;
  transition: all 0.3s;
  padding: 0px 0;
  margin: 5px 0;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  border-bottom: 1.5px solid transparent;
  white-space: pre-line;
}
.ti__toggleSection__toggle:hover {
  border-color: #EF1993;
}
@media (min-width: 850px) {
  .ti__toggleSection__toggle {
    border-bottom: 1.5px solid transparent;
    padding: 0px 0;
    margin: 12px 0;
    font-size: 24px;
  }
  .ti__toggleSection__toggle:hover {
    border-color: #EF1993;
  }
}
.ti__toggleSection__toggle--active {
  font-size: 24px;
  color: black;
  border-color: black;
}
@media (min-width: 850px) {
  .ti__toggleSection__toggle--active {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.ti__toggleSection__toggle--active:hover {
  border-color: black;
}
.ti__toggleSection__content {
  flex: 2;
  max-width: 950px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}
.ti__toggleSection__content h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__toggleSection__content h2 {
    font-size: 70px;
  }
}
.ti__toggleSection__content h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__toggleSection__content h3 {
    font-size: 32px;
  }
}
.ti__toggleSection__content p {
  font-size: 28px;
  line-height: 145%;
  margin-bottom: 15px;
}
.ti__toggleSection__content p:last-child {
  margin-bottom: 0;
}
.ti__toggleSection__content p b, .ti__toggleSection__content p strong {
  font-weight: 600;
}
.ti__toggleSection__content p a {
  color: #45AEA9;
}
.ti__toggleSection__content p a:hover {
  color: #45AEA9;
}
.ti__toggleSection__content ul a, .ti__toggleSection__content ol a {
  color: #45AEA9;
}
.ti__toggleSection__content ul a:hover, .ti__toggleSection__content ol a:hover {
  color: #45AEA9;
}
.ti__toggleSection__content table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__toggleSection__content table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__toggleSection__content table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__toggleSection__content table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__toggleSection__item {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  grid-row-start: 1;
  grid-column-start: 1;
  max-height: 0;
  display: flex;
}
.ti__toggleSection__item > div {
  display: none;
  flex-direction: column;
}
@media (min-width: 480px) {
  .ti__toggleSection__item > div {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.ti__toggleSection__item--open {
  opacity: 1;
  max-height: 2000px;
  pointer-events: all;
}
.ti__toggleSection__item--open > div {
  display: flex;
}
.ti__toggleSection__body {
  background-color: black;
  color: white;
  padding: 30px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1250px) {
  .ti__toggleSection__body {
    margin-top: 170px;
    left: 55px;
    max-width: 350px;
    min-height: 430px;
  }
}
.ti__toggleSection__body h2 {
  margin-top: 0;
  font-size: 60px;
  line-height: 90%;
  margin-bottom: 30px;
}
.ti__toggleSection__body p {
  font-size: 18px;
  line-height: 150%;
}
.ti__toggleSection__body .ti__button {
  width: 100%;
  color: white;
  text-decoration: none;
}
@media (min-width: 480px) {
  .ti__toggleSection__body .ti__button {
    width: 50%;
  }
}
.ti__toggleSection__body .ti__button:hover {
  text-decoration: none;
}
@media (min-width: 1250px) {
  .ti__toggleSection__body .ti__button {
    font-size: 20px;
  }
}
.ti__toggleSection__body .ti__button:nth-child(2) {
  background-color: black;
  color: white;
}
.ti__toggleSection__buttons {
  margin-top: 60px;
  margin-bottom: -30px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 480px) {
  .ti__toggleSection__buttons {
    display: flex;
  }
}
.ti__toggleSection__price {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 850px) {
  .ti__toggleSection__price {
    margin: 0;
  }
}
.ti__toggleSection__price__from {
  font-size: 18px;
  text-transform: uppercase;
  align-self: flex-end;
}
.ti__toggleSection__price__bar {
  flex: 1;
  height: 1px;
  opacity: 0.6;
  width: 100%;
  background-color: #EF1993;
  align-self: flex-end;
  margin: 0 10px;
}
.ti__toggleSection__price__price {
  font-size: 66px;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  margin-bottom: -12px;
}
.ti__toggleSection__pattern {
  top: 140px;
  width: 42%;
  height: 60%;
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 1250px) {
  .ti__toggleSection__pattern {
    display: block;
  }
}
.ti__toggleSection__pattern .ti__pattern {
  background-image: url("../images/pattern.png");
}
.ti__toggleSection__images {
  position: relative;
}
.ti__toggleSection__images img {
  max-width: 100%;
}
@media (min-width: 480px) {
  .ti__toggleSection__images {
    display: flex;
  }
  .ti__toggleSection__images img {
    width: 50%;
  }
}
@media (min-width: 1250px) {
  .ti__toggleSection__images {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 230px;
    max-width: calc(100% - 250px);
  }
  .ti__toggleSection__images img {
    width: calc(100% - 155px);
  }
  .ti__toggleSection__images img:nth-child(2) {
    margin-left: 155px;
  }
}
.ti__logos {
  max-width: 1550px;
  margin: 0 auto;
  width: 85%;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__logos {
    padding-bottom: 90px;
  }
}
.ti__logos__row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media (min-width: 300px) {
  .ti__logos__row {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .ti__logos__row {
    flex-direction: row;
    align-items: center;
  }
}
.ti__logos__row h2 {
  margin: 0;
  font-size: 45px;
  max-width: 280px;
  line-height: 90%;
  text-align: center;
}
@media (min-width: 300px) {
  .ti__logos__row h2 {
    text-align: left;
  }
}
@media (min-width: 700px) {
  .ti__logos__row h2 {
    font-size: 66px;
  }
}
@media (min-width: 1300px) {
  .ti__logos__row h2 {
    font-size: 72px;
  }
}
.ti__logos__heading {
  flex: 0.3;
}
.ti__logos__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: 1;
  gap: 40px;
  width: 100%;
}
@media (min-width: 300px) {
  .ti__logos__logos {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1300px) {
  .ti__logos__logos {
    flex-wrap: nowrap;
  }
}
.ti__logos__logos img {
  min-width: 0;
  max-height: 40px;
}
@media (min-width: 700px) {
  .ti__logos__logos img {
    max-height: 80px;
  }
}
.ti__logos__button_holder {
  margin-top: 60px;
  font-size: 22px;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  .ti__logos__button_holder {
    margin-top: 30px;
  }
}
.ti__thumbGrid {
  padding-bottom: 70px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ti__thumbGrid {
    padding-bottom: 90px;
  }
}
@media (min-width: 1400px) {
  .ti__thumbGrid {
    padding-bottom: 120px;
  }
}
.ti__thumbGrid__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ti__thumbGrid__header {
    margin-bottom: 50px;
  }
}
.ti__thumbGrid__header h2 {
  font-size: 42px;
  margin: 0;
}
@media (min-width: 1400px) {
  .ti__thumbGrid__header h2 {
    font-size: 70px;
  }
}
.ti__thumbGrid__header .ti__button {
  padding-right: 0;
}
.ti__thumbGrid__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 700px) {
  .ti__thumbGrid__grid {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .ti__thumbGrid__grid {
    gap: 35px;
  }
}
@media (min-width: 1300px) {
  .ti__thumbGrid__grid {
    gap: 50px;
  }
}
.ti__thumbGrid__thumb {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  height: inherit !important;
}
.ti__thumbGrid__thumb__image {
  height: 0;
  padding-bottom: 64%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ti__thumbGrid__thumb__image--profilePicture {
  padding-bottom: 100%;
}
.ti__thumbGrid__body {
  background-color: black;
  color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ti__thumbGrid__body > div {
  padding: 30px;
}
.ti__thumbGrid__body .ti__datetext {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 20px;
}
@media (min-width: 992px) {
  .ti__thumbGrid__body .ti__datetext {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .ti__thumbGrid__body .ti__datetext {
    font-size: 28px;
  }
}
.ti__thumbGrid__body p {
  font-size: 17px;
  line-height: 135%;
  margin: 15px 0;
}
.ti__thumbGrid__body a[href^="mailto:"] {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  color: #45AEA9;
  text-decoration: none;
}
.ti__thumbGrid__body a[href^="mailto:"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("../images/global/icon-email-alt.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ti__thumbGrid__body h3 {
  font-size: 24px;
  line-height: 90%;
  margin-top: 0;
}
@media (min-width: 900px) {
  .ti__thumbGrid__body h3 {
    margin-top: -15px;
  }
}
.ti__thumbGrid__body h2 {
  margin: 0;
  line-height: 90%;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .ti__thumbGrid__body h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .ti__thumbGrid__body h2 {
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  .ti__thumbGrid__body h2 {
    font-size: 42px;
    margin: 15px 0 30px 0;
  }
}
@media (min-width: 1300px) {
  .ti__thumbGrid__body h2 {
    font-size: 48px;
  }
}
.ti__thumbGrid__body .ti__button {
  max-width: 100%;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 900px) {
  .ti__thumbGrid__body .ti__button {
    max-width: 200px;
    margin-top: 30px;
  }
}
@media (min-width: 900px) {
  .ti__thumbGrid__body {
    padding: 28px;
  }
  .ti__thumbGrid__body > div {
    padding: 0;
  }
}
.ti__thumbGrid__slider {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 1400px) {
  .ti__thumbGrid__slider {
    margin: 0 -17px;
  }
}
@media (min-width: 900px) {
  .ti__thumbGrid__slider .ti__thumbGrid__thumb {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .ti__thumbGrid__slider .ti__thumbGrid__thumb {
    padding: 0 17px;
  }
}
.ti__thumbGrid__controls__arrows {
  position: relative;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 480px) {
  .ti__thumbGrid__controls__arrows {
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    z-index: 99;
  }
}
.ti__thumbGrid__controls__arrows .slick-arrow {
  position: relative;
  height: 18px;
  width: 18px;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  cursor: pointer;
}
@media (min-width: 480px) {
  .ti__thumbGrid__controls__arrows .slick-arrow {
    height: 25px;
    width: 25px;
  }
}
.ti__thumbGrid__controls__arrows .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: left 0.3s;
}
.ti__thumbGrid__controls__arrows .slick-prev:before {
  background-image: url("../images/left-arrow.png");
}
.ti__thumbGrid__controls__arrows .slick-prev:hover:before {
  left: -7px;
}
.ti__thumbGrid__controls__arrows .slick-next:before {
  background-image: url("../images/right-arrow.png");
}
.ti__thumbGrid__controls__arrows .slick-next:hover:before {
  left: 7px;
}
.ti__thumbGrid__slick .slick-track {
  display: flex;
  align-items: stretch;
}
.ti__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  gap: 20px;
  padding-bottom: 30px;
}
.ti__columns--margin {
  padding-bottom: 60px;
}
.ti__columns--smallMargin {
  padding-bottom: 30px;
}
.ti__columns--noMargin {
  padding-bottom: 0;
}
.ti__columns--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 950px) {
  .ti__columns {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
    gap: 40px;
  }
  .ti__columns--margin {
    padding-bottom: 60px;
  }
  .ti__columns--smallMargin {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .ti__columns {
    gap: 60px;
  }
  .ti__columns--margin {
    padding-bottom: 60px;
  }
  .ti__columns--smallMargin {
    padding-bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .ti__columns--margin {
    padding-bottom: 120px;
  }
  .ti__columns--smallMargin {
    padding-bottom: 60px;
  }
}
.ti__columns__column {
  width: 100%;
}
@media (min-width: 950px) {
  .ti__columns__column {
    padding-bottom: 0;
  }
}
.ti__columns__column h2 {
  margin-top: 0;
}
.ti__columns__column--25 {
  flex: 25%;
}
.ti__columns__column--75 {
  flex: 75%;
}
.ti__columns__column--60 {
  flex: 60%;
}
.ti__columns__column--40 {
  flex: 40%;
}
.ti__column__imageCta2 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 45px;
}
@media (min-width: 480px) {
  .ti__column__imageCta2 {
    display: block;
    margin-bottom: 15px;
    margin-top: 45px;
  }
}
@media (min-width: 950px) {
  .ti__column__imageCta2 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ti__column__imageCta2 {
    margin: 45px 0;
  }
}
.ti__column__imageCta2__pattern {
  width: calc(90% - 45px);
  height: 100%;
  position: absolute;
  margin-top: -45px;
  margin-left: 45px;
}
@media (min-width: 480px) {
  .ti__column__imageCta2__pattern {
    width: 100%;
  }
}
.ti__column__imageCta2__pattern .ti__pattern {
  background-image: url("../images/pattern.png");
}
.ti__column__imageCta2 .ti__image {
  position: relative;
  margin-top: 5%;
}
.ti__column__imageCta2__body {
  z-index: 99;
  position: relative;
  padding-left: 10%;
}
@media (min-width: 480px) {
  .ti__column__imageCta2__body {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 0;
  }
}
.ti__column__imageCta2__body__inner {
  position: relative;
  z-index: 9;
  background-color: black;
  color: white;
  padding: 25px 25px;
  width: 90%;
}
@media (min-width: 480px) {
  .ti__column__imageCta2__body__inner {
    width: 320px;
  }
}
.ti__column__imageCta2__body h2 {
  font-size: 38px;
  line-height: 90%;
}
@media (min-width: 992px) {
  .ti__column__imageCta2__body h2 {
    font-size: 50px;
  }
}
.ti__column__imageCta2__body p {
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.02rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ti__column__imageCta2__body p {
    font-size: 18px;
  }
}
.ti__column__imageCta2__body .ti__button {
  padding-right: 0;
  justify-content: flex-end;
}
.ti__columns__column:nth-child(2) .ti__column__imageCta2__pattern {
  transform: rotate(180deg);
  margin-left: 0;
  margin-top: -45px;
  width: calc(90% - 45px);
}
.ti__columns__column:nth-child(2) .ti__column__imageCta2__body {
  top: auto;
  bottom: 0;
  margin-bottom: -45px;
  padding: 0;
}
.ti__columns__column:nth-child(2) .ti__column__imageCta2__body__inner {
  margin-left: 10%;
  width: calc(90% - 45px);
}
.ti__columns__column:nth-child(2) .ti__column__imageCta2 .ti__image {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .ti__columns__column:nth-child(2) .ti__column__imageCta2 {
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .ti__columns__column:nth-child(2) .ti__column__imageCta2__pattern {
    transform: rotate(180deg);
    margin-left: 0;
    margin-top: -45px;
    width: calc(100% - 45px);
  }
  .ti__columns__column:nth-child(2) .ti__column__imageCta2__body {
    top: auto;
    bottom: 0;
    margin-bottom: -45px;
    padding: 0;
  }
  .ti__columns__column:nth-child(2) .ti__column__imageCta2__body__inner {
    margin-left: 45px;
    width: 320px;
  }
  .ti__columns__column:nth-child(2) .ti__column__imageCta2 .ti__image {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 950px) {
  .ti__columns__column:nth-child(2) .ti__column__imageCta2 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .ti__columns__column:nth-child(2) .ti__column__imageCta2 {
    margin: 45px 0;
  }
}
@media (min-width: 950px) {
  .ti__columns__column:nth-child(2) .ti__column__imageCta2 {
    padding-top: 120px;
  }
}
.ti__column__richText2 h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__column__richText2 h2 {
    font-size: 72px;
  }
}
.ti__column__richText2 h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__column__richText2 h3 {
    font-size: 32px;
  }
}
.ti__column__richText2 a {
  color: #45AEA9;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
.ti__column__richText2 a:hover {
  -webkit-text-decoration: underline solid #45AEA9;
  text-decoration: underline solid #45AEA9;
}
.ti__column__richText2 p {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 15px;
}
.ti__column__richText2 p:last-child {
  margin-bottom: 0;
}
.ti__column__richText2 p b, .ti__column__richText2 p strong {
  font-weight: 600;
}
.ti__column__richText2 ul, .ti__column__richText2 ol {
  padding-left: 1rem;
}
.ti__column__richText2 ul li, .ti__column__richText2 ol li {
  margin-bottom: 15px;
}
.ti__column__richText2 table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__column__richText2 table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__column__richText2 table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__column__richText2 table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__column__richText2__inner {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .ti__column__richText2__inner {
    padding: 30px 0;
  }
}
.ti__column__richText2__inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.ti__column__richText2__inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .ti__column__richText2__inner--heading {
    padding-top: 90px;
  }
}
.ti__column__richText2__inner--heading h3 {
  margin: 0;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.08rem;
}
.ti__column__richText2__inner--largeText p {
  font-size: 21px;
}
.ti__column__richText2__inner--spotlight, .ti__column__richText2__inner--spotlightBorder {
  padding-top: 0;
  padding-bottom: 30px;
  /*h2 {
      @include breakpoint($lg) {
          font-size: 62px;
      }
  }

  h3 {

      @include breakpoint($lg) {
          font-size: 32px;
      }
  }*/
}
@media (min-width: 992px) {
  .ti__column__richText2__inner--spotlight, .ti__column__richText2__inner--spotlightBorder {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .ti__column__richText2__inner--spotlight p, .ti__column__richText2__inner--spotlightBorder p {
    max-width: 650px;
  }
}
.ti__column__richText2__inner--spotlight p em, .ti__column__richText2__inner--spotlightBorder p em {
  font-size: 12px;
}
.ti__column__richText2__inner--spotlightBorder {
  padding: 60px 0;
  margin: 60px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (min-width: 992px) {
  .ti__column__richText2__inner--spotlightPhone {
    padding-bottom: 90px;
  }
}
.ti__column__richText2__inner--spotlightPhone h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__column__richText2__inner--spotlightPhone h2 {
    font-size: 70px;
  }
}
.ti__column__richText2__inner--spotlightPhone h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__column__richText2__inner--spotlightPhone h3 {
    font-size: 32px;
  }
}
.ti__column__richText2__inner--spotlightPhone p {
  font-size: 28px;
  line-height: 145%;
  margin-bottom: 15px;
}
.ti__column__richText2__inner--spotlightPhone p:last-child {
  margin-bottom: 0;
}
.ti__column__richText2__inner--spotlightPhone p b, .ti__column__richText2__inner--spotlightPhone p strong {
  font-weight: 600;
}
.ti__column__richText2__inner--spotlightPhone p a {
  color: #45AEA9;
}
.ti__column__richText2__inner--spotlightPhone p a:hover {
  color: #45AEA9;
}
.ti__column__richText2__inner--spotlightPhone ul a, .ti__column__richText2__inner--spotlightPhone ol a {
  color: #45AEA9;
}
.ti__column__richText2__inner--spotlightPhone ul a:hover, .ti__column__richText2__inner--spotlightPhone ol a:hover {
  color: #45AEA9;
}
.ti__column__richText2__inner--spotlightPhone table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__column__richText2__inner--spotlightPhone table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__column__richText2__inner--spotlightPhone table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__column__richText2__inner--spotlightPhone table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
@media (min-width: 950px) {
  .ti__column__richText2__marginTop {
    padding-top: 85px;
  }
}
.ti__column__images__inner {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
@media (min-width: 1300px) {
  .ti__column__images__inner {
    gap: 45px;
  }
}
.ti__column__images__inner--single .ti__column__images__image {
  margin-right: 0;
  margin-top: 0;
  margin-left: 5vw;
  margin-bottom: 5vw;
}
@media (min-width: 950px) {
  .ti__column__images__inner--single .ti__column__images__image {
    margin-left: 3.5vw;
    margin-bottom: 3.5vw;
  }
}
@media (min-width: 1300px) {
  .ti__column__images__inner--single .ti__column__images__image {
    margin-left: 45px;
    margin-bottom: 45px;
  }
}
.ti__column__images__inner--single .ti__column__images__pattern {
  margin-top: 0;
  bottom: 0;
  margin-bottom: -5vw;
  margin-left: -5vw;
  width: 80%;
  height: 80%;
}
@media (min-width: 950px) {
  .ti__column__images__inner--single .ti__column__images__pattern {
    margin-bottom: -3.5vw;
    margin-left: -3.5vw;
  }
}
@media (min-width: 1300px) {
  .ti__column__images__inner--single .ti__column__images__pattern {
    margin-bottom: -45px;
    margin-left: -45px;
  }
}
.ti__column__images__image {
  position: relative;
  width: calc(100% - 5vw);
  margin-right: 5vw;
  margin-top: 5vw;
}
.ti__column__images__image:nth-child(2n) {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5vw;
  margin-left: 5vw;
}
.ti__column__images__image:nth-child(2n) .ti__column__images__pattern {
  margin-top: 5vw;
  margin-left: -5vw;
}
@media (min-width: 950px) {
  .ti__column__images__image {
    width: calc(100% - 3.5vw);
    margin-right: 3.5vw;
    margin-top: 3.5vw;
  }
  .ti__column__images__image:nth-child(2n) {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3.5vw;
    margin-left: 3.5vw;
  }
  .ti__column__images__image:nth-child(2n) .ti__column__images__pattern {
    margin-top: 3.5vw;
    margin-left: -3.5vw;
  }
}
@media (min-width: 1300px) {
  .ti__column__images__image {
    width: calc(100% - 45px);
    margin-right: 45px;
    margin-top: 45px;
  }
  .ti__column__images__image:nth-child(2n) {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 45px;
    margin-left: 45px;
  }
  .ti__column__images__image:nth-child(2n) .ti__column__images__pattern {
    margin-top: 45px;
    margin-left: -45px;
  }
}
.ti__column__images__image img {
  width: 100%;
}
.ti__column__images__pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -5vw;
  margin-left: 5vw;
  z-index: -1;
}
@media (min-width: 950px) {
  .ti__column__images__pattern {
    margin-top: -3.5vw;
    margin-left: 3.5vw;
  }
}
@media (min-width: 1300px) {
  .ti__column__images__pattern {
    margin-top: -45px;
    margin-left: 45px;
  }
}
.ti__column__images__pattern .ti__pattern {
  background-image: url("../images/pattern.png");
}
.ti__column__buttonSection2 {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 30px 0;
}
@media (min-width: 480px) {
  .ti__column__buttonSection2 {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ti__column__buttonSection2 {
    margin: 0;
  }
}
.ti__column__contact {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1450px) {
  .ti__column__contact {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.ti__column__contact__telephone {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  color: black;
  text-decoration: none;
  font-size: 28px;
  line-height: 90%;
  display: block;
  position: relative;
  text-align: left;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
@media (min-width: 1450px) {
  .ti__column__contact__telephone {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1550px) {
  .ti__column__contact__telephone {
    font-size: 32px;
  }
}
.ti__column__contact__telephone:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
@media (min-width: 1450px) {
  .ti__column__contact__telephone:not(:last-child):after {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 120%;
    background-color: black;
  }
}
.ti__column__contact__telephone > span {
  display: inline-block;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.ti__column__contact__telephone:hover > span {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__column__contact__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ti__column__contact__social h2 {
  font-size: 28px;
  line-height: 90%;
  margin: 0;
}
@media (min-width: 1550px) {
  .ti__column__contact__social h2 {
    font-size: 32px;
  }
}
.ti__column__contact__social a {
  display: block;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
}
.ti__column__contact__social a[href*=twitter] {
  width: 28px;
  height: 28px;
}
.ti__column__ticketPricing {
  background-color: black;
  color: white;
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 950px) {
  .ti__column__ticketPricing {
    margin-bottom: 60px;
    padding: 40px;
  }
}
.ti__column__ticketPricing h2 {
  line-height: 90%;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .ti__column__ticketPricing h2 {
    font-size: 52px;
  }
}
.ti__column__ticketPricing__categories {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__categories {
    gap: 35px;
  }
}
.ti__column__ticketPricing__category {
  border-top: 1.5px solid rgba(239, 25, 147, 0.6);
  padding-top: 30px;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__category {
    border: none;
    padding: 0;
  }
}
@media (min-width: 950px) {
  .ti__column__ticketPricing__category {
    border-top: 1.5px solid rgba(239, 25, 147, 0.6);
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .ti__column__ticketPricing__category {
    border: none;
    padding: 0;
  }
}
.ti__column__ticketPricing__category__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__category__inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 950px) {
  .ti__column__ticketPricing__category__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .ti__column__ticketPricing__category__inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
.ti__column__ticketPricing__category__inner h3 {
  margin: 0;
  font-size: 32px;
  line-height: 90%;
  margin-bottom: 5px;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__category__inner h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 950px) {
  .ti__column__ticketPricing__category__inner h3 {
    margin-bottom: 5px;
  }
}
.ti__column__ticketPricing__bar {
  opacity: 0.6;
  background-color: #EF1993;
  margin: 0 20px;
  margin-bottom: 15px;
  height: 1.5px;
  width: 100%;
  flex: 1;
  display: none;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__bar {
    display: block;
  }
}
@media (min-width: 950px) {
  .ti__column__ticketPricing__bar {
    display: none;
  }
}
@media (min-width: 1400px) {
  .ti__column__ticketPricing__bar {
    display: block;
  }
}
.ti__column__ticketPricing__pricing {
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  line-height: 90%;
  font-size: 48px;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__pricing {
    margin-bottom: 10px;
  }
}
@media (min-width: 950px) {
  .ti__column__ticketPricing__pricing {
    line-height: 90%;
    font-size: 48px;
  }
}
@media (min-width: 1300px) {
  .ti__column__ticketPricing__pricing {
    font-size: 55px;
  }
}
@media (min-width: 1500px) {
  .ti__column__ticketPricing__pricing {
    font-size: 54px;
  }
}
.ti__column__ticketPricing__pricing sup {
  font-size: 24px;
}
@media (min-width: 700px) {
  .ti__column__ticketPricing__pricing sup {
    font-size: 42px;
  }
}
@media (min-width: 950px) {
  .ti__column__ticketPricing__pricing sup {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .ti__column__ticketPricing__pricing sup {
    font-size: 42px;
  }
}
.ti__column__ticketPricing__body p {
  font-size: 18px;
  line-height: 135%;
}
@media (min-width: 1400px) {
  .ti__column__ticketPricing__body p {
    font-size: 20px;
  }
}
.ti__column__seatMap__header {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.ti__column__seatMap__header h2 {
  font-size: 32px;
  margin: 0;
}
.ti__column__seatMap__header .ti__button {
  padding-right: 0;
}
.ti__column__seatMap img {
  width: 100%;
  cursor: pointer;
}
.ti__column__imageButton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 480px) {
  .ti__column__imageButton {
    flex-direction: row;
    align-items: flex-end;
  }
}
.ti__column__logos2__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ti__column__logos2__inner > div {
  align-self: center;
}
.ti__informationBoxes {
  padding-bottom: 60px;
  padding-top: 30px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ti__informationBoxes {
    padding-bottom: 90px;
  }
}
.ti__informationBoxes__columns {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px;
}
@media (min-width: 700px) {
  .ti__informationBoxes__columns {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ti__informationBoxes__column {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
@media (min-width: 700px) {
  .ti__informationBoxes__column {
    flex: 40%;
  }
}
@media (min-width: 950px) {
  .ti__informationBoxes__column {
    flex: 1;
  }
}
@media (min-width: 950px) {
  .ti__informationBoxes__column {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .ti__informationBoxes__column {
    margin-right: -15px;
  }
}
.ti__informationBoxes__column h2 {
  color: white;
  font-size: 32px;
  line-height: 90%;
  margin: 0;
  margin-bottom: 30px;
  padding-right: 30px;
}
@media (min-width: 480px) {
  .ti__informationBoxes__column h2 {
    width: calc(100% - 60px);
  }
}
.ti__informationBoxes__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  z-index: -1;
  margin-left: -30px;
  margin-top: -30px;
}
@media (min-width: 950px) {
  .ti__informationBoxes__pattern {
    margin-left: -45px;
  }
}
.ti__informationBoxes__pattern .ti__pattern {
  background-image: url("../images/pattern.png");
}
.ti__informationBoxes__content {
  padding: 45px;
  background-color: black;
  color: white;
  width: 100%;
  flex: 1;
}
.ti__informationBoxes__content h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__informationBoxes__content h2 {
    font-size: 70px;
  }
}
.ti__informationBoxes__content h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__informationBoxes__content h3 {
    font-size: 32px;
  }
}
.ti__informationBoxes__content p {
  font-size: 28px;
  line-height: 145%;
  margin-bottom: 15px;
}
.ti__informationBoxes__content p:last-child {
  margin-bottom: 0;
}
.ti__informationBoxes__content p b, .ti__informationBoxes__content p strong {
  font-weight: 600;
}
.ti__informationBoxes__content p a {
  color: #45AEA9;
}
.ti__informationBoxes__content p a:hover {
  color: #45AEA9;
}
.ti__informationBoxes__content ul a, .ti__informationBoxes__content ol a {
  color: #45AEA9;
}
.ti__informationBoxes__content ul a:hover, .ti__informationBoxes__content ol a:hover {
  color: #45AEA9;
}
.ti__informationBoxes__content table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__informationBoxes__content table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__informationBoxes__content table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__informationBoxes__content table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__informationBoxes__content ul li {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 15px;
}
.ti__informationBoxes__content ul li:last-child {
  margin-bottom: 0;
}
.ti__informationBoxes__content ul li a {
  color: #4bbed2;
}
.ti__richText {
  padding-bottom: 30px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ti__richText {
    padding-bottom: 90px;
  }
  .ti__richText--smallMargin {
    padding-bottom: 30px;
  }
}
.ti__richText--noMargin {
  padding-bottom: 0;
}
.ti__richText__inner--default h2, .ti__richText__inner--smallMargin h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__richText__inner--default h2, .ti__richText__inner--smallMargin h2 {
    font-size: 72px;
  }
}
.ti__richText__inner--default h3, .ti__richText__inner--smallMargin h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__richText__inner--default h3, .ti__richText__inner--smallMargin h3 {
    font-size: 32px;
  }
}
.ti__richText__inner--default a, .ti__richText__inner--smallMargin a {
  color: #45AEA9;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
.ti__richText__inner--default a:hover, .ti__richText__inner--smallMargin a:hover {
  -webkit-text-decoration: underline solid #45AEA9;
  text-decoration: underline solid #45AEA9;
}
.ti__richText__inner--default p, .ti__richText__inner--smallMargin p {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 15px;
}
.ti__richText__inner--default p:last-child, .ti__richText__inner--smallMargin p:last-child {
  margin-bottom: 0;
}
.ti__richText__inner--default p b, .ti__richText__inner--default p strong, .ti__richText__inner--smallMargin p b, .ti__richText__inner--smallMargin p strong {
  font-weight: 600;
}
.ti__richText__inner--default ul, .ti__richText__inner--default ol, .ti__richText__inner--smallMargin ul, .ti__richText__inner--smallMargin ol {
  padding-left: 1rem;
}
.ti__richText__inner--default ul li, .ti__richText__inner--default ol li, .ti__richText__inner--smallMargin ul li, .ti__richText__inner--smallMargin ol li {
  margin-bottom: 15px;
}
.ti__richText__inner--default table, .ti__richText__inner--smallMargin table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__richText__inner--default table thead, .ti__richText__inner--smallMargin table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__richText__inner--default table tbody, .ti__richText__inner--smallMargin table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__richText__inner--default table td, .ti__richText__inner--smallMargin table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__richText__inner--stylizedText h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__richText__inner--stylizedText h2 {
    font-size: 70px;
  }
}
.ti__richText__inner--stylizedText h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__richText__inner--stylizedText h3 {
    font-size: 32px;
  }
}
.ti__richText__inner--stylizedText p {
  font-size: 28px;
  line-height: 145%;
  margin-bottom: 15px;
}
.ti__richText__inner--stylizedText p:last-child {
  margin-bottom: 0;
}
.ti__richText__inner--stylizedText p b, .ti__richText__inner--stylizedText p strong {
  font-weight: 600;
}
.ti__richText__inner--stylizedText p a {
  color: #45AEA9;
}
.ti__richText__inner--stylizedText p a:hover {
  color: #45AEA9;
}
.ti__richText__inner--stylizedText ul a, .ti__richText__inner--stylizedText ol a {
  color: #45AEA9;
}
.ti__richText__inner--stylizedText ul a:hover, .ti__richText__inner--stylizedText ol a:hover {
  color: #45AEA9;
}
.ti__richText__inner--stylizedText table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__richText__inner--stylizedText table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__richText__inner--stylizedText table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__richText__inner--stylizedText table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__richText__inner--lockout-small {
  width: 80%;
}
.ti__richText__inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.ti__richText__inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ti__borderedSection {
  padding-bottom: 60px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ti__borderedSection {
    padding-bottom: 90px;
  }
}
.ti__borderedSection__columns {
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 10%;
}
@media (min-width: 480px) {
  .ti__borderedSection__columns {
    padding: 30px;
    padding-top: 60px;
  }
}
@media (min-width: 700px) {
  .ti__borderedSection__columns {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    padding: 60px;
  }
}
.ti__borderedSection h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__borderedSection h2 {
    font-size: 70px;
  }
}
.ti__borderedSection h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__borderedSection h3 {
    font-size: 32px;
  }
}
.ti__borderedSection p {
  font-size: 28px;
  line-height: 145%;
  margin-bottom: 15px;
}
.ti__borderedSection p:last-child {
  margin-bottom: 0;
}
.ti__borderedSection p b, .ti__borderedSection p strong {
  font-weight: 600;
}
.ti__borderedSection p a {
  color: #45AEA9;
}
.ti__borderedSection p a:hover {
  color: #45AEA9;
}
.ti__borderedSection ul a, .ti__borderedSection ol a {
  color: #45AEA9;
}
.ti__borderedSection ul a:hover, .ti__borderedSection ol a:hover {
  color: #45AEA9;
}
.ti__borderedSection table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__borderedSection table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__borderedSection table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__borderedSection table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__borderedSection p {
  font-size: 18px;
}
.ti__borderedSection h2 {
  background-color: white;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 90%;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .ti__borderedSection h2 {
    margin-bottom: -35px;
    padding: 0 30px;
    max-width: 400px;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .ti__borderedSection h2 {
    max-width: 500px;
  }
}
.ti__borderedSection__column {
  flex: 1;
}
.ti__borderedSection__column h3 {
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 700px) {
  .ti__borderedSection__column h3 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .ti__borderedSection__column h3 {
    font-size: 32px;
  }
}
.ti__borderedSection__column ul {
  padding-left: 15px;
}
.ti__borderedSection__column ul li {
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 15px;
}
.ti__buttonSection {
  padding-bottom: 60px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 480px) {
  .ti__buttonSection {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ti__buttonSection {
    padding-bottom: 90px;
  }
}
.ti__video {
  display: block;
  width: 68%;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .ti__video {
    padding-bottom: 120px;
  }
}
.ti__video__inner {
  height: 0;
  padding-top: 64%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ti__video__inner:hover:after {
  transform: translate(-50%, -50%) scale(1.1);
}
.ti__video__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/global/icon-video-white.svg");
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.ti__linkLogos {
  padding-bottom: 60px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .ti__linkLogos {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .ti__linkLogos {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }
}
.ti__linkLogos__body h2 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__linkLogos__body h2 {
    font-size: 72px;
  }
}
.ti__linkLogos__body h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 90%;
}
@media (min-width: 1400px) {
  .ti__linkLogos__body h3 {
    font-size: 32px;
  }
}
.ti__linkLogos__body a {
  color: #45AEA9;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
.ti__linkLogos__body a:hover {
  -webkit-text-decoration: underline solid #45AEA9;
  text-decoration: underline solid #45AEA9;
}
.ti__linkLogos__body p {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 15px;
}
.ti__linkLogos__body p:last-child {
  margin-bottom: 0;
}
.ti__linkLogos__body p b, .ti__linkLogos__body p strong {
  font-weight: 600;
}
.ti__linkLogos__body ul, .ti__linkLogos__body ol {
  padding-left: 1rem;
}
.ti__linkLogos__body ul li, .ti__linkLogos__body ol li {
  margin-bottom: 15px;
}
.ti__linkLogos__body table {
  width: calc(100% + 30px);
  border-spacing: 15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
.ti__linkLogos__body table thead {
  text-align: left;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-size: 24px;
}
.ti__linkLogos__body table tbody {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.ti__linkLogos__body table td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ti__linkLogos__body p {
  font-size: 18px;
  line-height: 135%;
}
.ti__linkLogos__body p strong {
  font-weight: bold;
  color: #45AEA9;
}
@media (min-width: 992px) {
  .ti__linkLogos__body {
    flex: 1;
  }
}
.ti__linkLogos__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 480px) {
  .ti__linkLogos__links {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .ti__linkLogos__links {
    flex: 1;
    gap: 60px;
  }
}
.ti__deepLinksBar {
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ti__deepLinksBar__inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
.ti__deepLinksBar__dropdown {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #EF1993;
  cursor: pointer;
  background-color: white;
}
@media (min-width: 700px) {
  .ti__deepLinksBar__dropdown {
    display: none;
  }
}
.ti__deepLinksBar__dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  color: #EF1993;
  font-size: 22px;
  line-height: 135%;
  border: none;
  width: 100%;
  padding: 10px;
  background-color: white;
  padding-right: 30px;
}
.ti__deepLinksBar__dropdown:after {
  content: "";
  position: absolute;
  top: 51%;
  right: 10px;
  width: 13px;
  height: 13px;
  pointer-events: none;
  background-image: url("../images/right-arrow-small-pink.svg");
  transform: translateY(-50%) rotate(90deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 400px) {
  .ti__deepLinksBar__dropdown {
    min-width: 300px;
    width: auto;
  }
}
@media (min-width: 700px) {
  .ti__deepLinksBar__dropdown {
    display: none;
  }
}
.ti__deepLinksBar__link {
  display: none;
  font-size: 24px;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  position: relative;
  padding-right: 25px;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  cursor: pointer;
}
@media (min-width: 700px) {
  .ti__deepLinksBar__link {
    display: block;
  }
}
.ti__deepLinksBar__link:after {
  background-image: url("../images/global/icon-carat.png");
}
.ti__deepLinksBar__link--custom:after {
  background-image: url("../images/down-arrow2.png");
}
.ti__deepLinksBar__link:after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ti__deepLinksBar__link:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__deepLinksHeading {
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.ti__deepLinksHeading__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ti__deepLinksHeading h2 {
  margin: 0;
}
.ti__deepLinksHeading__backlink {
  font-size: 24px;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  position: relative;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}
.ti__deepLinksHeading__backlink:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  transform: rotate(180deg);
  background-image: url("../images/down-arrow2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ti__deepLinksHeading__backlink:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}
.ti__separator {
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 1px;
  background-color: black;
}

.ti__book__slider__left--phone {
  margin: 37px -40px 0;
  padding: 15px 10px;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  font-size: 38px;
  letter-spacing: 0.04rem;
  color: white;
  text-align: center;
  display: block;
  text-decoration: none;
  background: linear-gradient(86deg, rgb(239, 25, 147) 0%, rgb(89, 36, 128) 65%);
}
@media (min-width: 700px) {
  .ti__book__slider__left--phone {
    padding: 20px 10px;
  }
}

@media (min-width: 1400px) {
  .home {
    padding-top: 184px;
  }
}
@media (min-width: 1400px) {
  .home {
    padding-top: 123px;
  }
}
.home .ti__header__formbar {
  opacity: 0;
  pointer-events: none;
}
.home .ti__header__formbar > div {
  display: none;
}
.home .ti__logo--large {
  display: block;
}
.home .ti__book__slider {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .home .ti__book__slider {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .home .ti__book__slider {
    flex-direction: row;
    margin-bottom: 60px;
    gap: 0;
  }
}
@media (min-width: 1400px) {
  .home .ti__book__slider {
    margin-bottom: 90px;
  }
}
.home .ti__book__slider__left {
  position: relative;
  min-width: 380px;
  max-width: 470px;
  padding-left: 40px;
  padding-right: 40px;
  width: 25%;
  display: none;
}
@media (min-width: 1400px) {
  .home .ti__book__slider__left {
    display: block;
    margin-bottom: 60px;
    margin-top: -40px;
  }
}
.home .ti__book__slider__left h2 {
  text-align: center;
  font-size: 34px;
  padding-bottom: 6px;
  margin-top: 0;
}
.home .ti__book__slider__left--fixed .ti__logo--large {
  opacity: 0;
}
.home .ti__book__slider__right {
  flex: 1;
  min-width: 0px;
}
.home .ti__book__slider__right > div {
  height: 100%;
}
.home .ti__book__slider__right .slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 100%;
}
@media (min-width: 1400px) {
  .home .ti__book__slider__right .slick-dotted.slick-slider {
    height: 1000px;
  }
}
@media (min-width: 700px) {
  .home .ti__book__slider__right .ti__hero__inner {
    flex-direction: row;
    margin-left: -160px;
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .home .ti__book__slider__right .ti__hero__inner {
    margin-bottom: 180px;
  }
}
.home .ti__book__slider__right .ti__hero__inner .ti__button {
  min-width: 200px;
}

.fui-form-container {
  padding-bottom: 60px;
  width: 85%;
  max-width: 1550px;
  margin: 0 auto;
  font-size: 16px;
}
@media (min-width: 992px) {
  .fui-form-container {
    padding-bottom: 90px;
  }
}
.fui-form-container .fui-row {
  flex-direction: column;
}
@media (min-width: 700px) {
  .fui-form-container .fui-row {
    flex-direction: row;
  }
}
.fui-form-container h2.fui-title {
  font-size: 62px;
  line-height: 90%;
}
.fui-form-container input, .fui-form-container select, .fui-form-container textarea {
  border-color: #D6D6D6;
  border-radius: 0;
  padding: 18px;
  font-size: 16px;
}
.fui-form-container input:after, .fui-form-container select:after, .fui-form-container textarea:after {
  display: none;
}
.fui-form-container input::-moz-placeholder, .fui-form-container select::-moz-placeholder, .fui-form-container textarea::-moz-placeholder {
  color: #171415;
}
.fui-form-container input::placeholder, .fui-form-container select::placeholder, .fui-form-container textarea::placeholder {
  color: #171415;
}
.fui-form-container label {
  display: none;
  font-size: 16px;
  line-height: 135%;
}
.fui-form-container label.fui-checkbox-label {
  margin-bottom: 8px;
}
.fui-form-container .hasLabel label {
  display: block;
}
.fui-form-container .fui-type-date-time label {
  display: block;
}
.fui-form-container legend {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 135%;
}
.fui-form-container .fui-type-group {
  margin-right: 15px;
}
.fui-form-container .fui-type-group legend {
  display: none;
}
.fui-form-container .fui-type-group .fui-group {
  border: 0;
  padding: 0;
}
.fui-form-container .fui-btn-wrapper {
  display: inline;
  text-decoration: none;
  font-family: "GrandRegular";
  letter-spacing: 0.03rem;
  line-height: 115%;
  padding-right: 30px;
  margin-left: 0;
  margin-top: 15px;
  cursor: pointer;
  font-size: 22px;
  transition: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 22px 34px 22px 42px;
  background-color: #358280;
  color: white;
  display: inline-block;
  letter-spacing: 0.06rem;
  transition: background-color 0.3s;
  text-align: center;
}
.fui-form-container .fui-btn-wrapper > button {
  position: relative;
  padding: 0;
  padding-right: 30px;
  background: none;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 115%;
}
.fui-form-container .fui-btn-wrapper > button:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 15px;
  transition: right 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.fui-form-container .fui-btn-wrapper:hover > button:after {
  right: -7px;
}
.fui-form-container .fui-btn-wrapper > button:after {
  background-image: url("../images/right-arrow-small.svg");
}
.fui-form-container .fui-btn-wrapper:hover {
  color: white;
  background-color: #3c9492;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  background-color: white;
  padding-top: 170px;
}
@media (min-width: 480px) {
  body {
    padding-top: 164px;
  }
}
@media (min-width: 550px) {
  body {
    padding-top: 162px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 178px;
  }
}

a.ti__black-links, .ti__topbar .ti__dropdown__menu a, .ti__menu__holder .ti__menu a {
  color: black;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}
a.ti__black-links:hover, .ti__topbar .ti__dropdown__menu a:hover, .ti__menu__holder .ti__menu a:hover {
  -webkit-text-decoration: underline solid black;
  text-decoration: underline solid black;
}

p.ti__footnote {
  font-size: 14px;
  line-height: 200%;
}

.lockout {
  max-width: 1550px;
  margin: 0 20px;
}
@media (min-width: 700px) {
  .lockout {
    margin: 0 auto;
    width: 85%;
  }
}

.ti__blue {
  color: #45AEA9;
}

.ti__error {
  color: red;
  margin-bottom: 30px;
  font-size: 16px;
}

.ti__embed {
  padding-bottom: 60px;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ti__embed {
    padding-bottom: 90px;
  }
}
.ti__embed iframe {
  width: 100%;
}

.ti__column__embed iframe {
  width: 100%;
}

[data-sr] {
  visibility: hidden;
}

.ti__redactor__image {
  transform-origin: left;
  transform: scale(0.5);
}
.ti__redactor__image--center {
  margin: 0 auto;
  transform-origin: center;
}
.ti__redactor__image--center img {
  display: block;
  margin: 0 auto;
}

.cc-banner {
  z-index: 50000000;
  padding-left: 80px !important;
}

*:focus-visible, select:focus-visible, a:focus-visible, input:focus-visible, button:focus-visible, .slick-arrow:focus {
  outline: 2px solid transparent !important;
  outline-color: #358280 !important;
  outline-width: 2px !important;
  outline-offset: 4px !important;
}

.a {
  opacity: 0.95;
}