@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid .span1,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9 {
  min-height: 1px;
  width: 100%;
}

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * var(--column-width-multiplier) * 11 / 100);
  }

  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * var(--column-width-multiplier) * 10 / 100);
  }

  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * var(--column-width-multiplier) * 9 / 100);
  }

  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * var(--column-width-multiplier) * 8 / 100);
  }

  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * var(--column-width-multiplier) * 7 / 100);
  }

  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * var(--column-width-multiplier) * 6 / 100);
  }

  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * var(--column-width-multiplier) * 5 / 100);
  }

  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * var(--column-width-multiplier) * 4 / 100);
  }

  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * var(--column-width-multiplier) * 3 / 100);
  }

  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * var(--column-width-multiplier) * 2 / 100);
  }

  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * var(--column-width-multiplier) * 1 / 100);
  }
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section>.row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

body {
  overflow-wrap: break-word;
}

html[lang^=ja] body,
html[lang^=ko] body,
html[lang^=zh] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

a {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0 0 1.4rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

img {
  font-size: 0.583rem;
  word-break: normal;
}

.button,
.hs-button,
button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.button:disabled,
.hs-button:disabled,
button:disabled {
  background-color: #cacacb !important;
  background: #cacacb !important;
  border-color: #cacacb !important;
  color: rgba(26, 28, 30, 0.3803921569) !important;
  cursor: default;
}

.no-button,
.no-button:active,
.no-button:focus,
.no-button:hover {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.btn {
  align-items: center;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-btn);
  height: auto;
  justify-content: center;
  padding: var(--padding-btn);
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  width: auto;
}

.btn.disabled {
  background-color: #cacacb !important;
  background: #cacacb !important;
  border-color: #cacacb !important;
  color: rgba(26, 28, 30, 0.3803921569) !important;
  cursor: default;
}

.btn.btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-medium);
}

.btn.btn-primary:hover {
  background: #ff5540;
  border-color: #ff5540;
  color: var(--white-color);
}

.btn.btn-primary.active,
.btn.btn-primary.active:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.btn.btn-primary.active:hover {
  border-color: var(--primary-color);
}

.btn.btn-primary-outline {
  background: transparent;
}

.btn.btn-primary-outline.active,
.btn.btn-primary-outline.active:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.btn.btn-primary-outline.disabled,
.btn.btn-primary-outline:disabled {
  background: transparent !important;
  border: 1px solid rgba(26, 28, 30, 0.1215686275) !important;
}

.btn.btn-blue {
  background: #10b9f2;
  border: 1px solid #10b9f2;
  color: var(--white-color);
  font-family: var(--font-medium);
}

.btn.btn-blue:hover {
  background: #9fe3fa;
  border-color: #9fe3fa;
}

.btn.btn-blue.active,
.btn.btn-blue.active:hover {
  background: #10b9f2;
  border-color: #10b9f2;
}

.btn.btn-blue-gradient {
  background: var(--blue-gradient-color);
  border: none;
  color: var(--white-color);
  font-family: var(--font-medium);
}

.btn.btn-blue-gradient:hover {
  filter: opacity(0.8);
}

.btn.btn-blue-gradient.active,
.btn.btn-blue-gradient.active:hover,
.btn.btn-blue-gradient:hover {
  background: var(--blue-gradient-color);
}

.btn.btn-blue-gradient.active:hover,
.btn.btn-blue-gradient.disabled:hover,
.btn.btn-blue-gradient:disabled:hover {
  filter: unset;
}

.btn-text-link {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  color: var(--tertiary-color);
  cursor: pointer;
  font-family: var(--font-medium);
  font-size: var(--font-size-btn);
  padding: 10px 12px;
}

.btn-text-link.active,
.btn-text-link.active:hover,
.btn-text-link:hover {
  background: rgba(0, 102, 132, 0.0784313725);
  color: var(--tertiary-color);
}

.btn-text-link.disabled,
.btn-text-link:disabled {
  background: transparent !important;
  border-color: transparent !important;
  color: rgba(26, 28, 30, 0.3803921569) !important;
  cursor: default;
}

.btn.btn-nav-tab {
  background: var(--white-color);
  border: 1px solid rgba(48, 60, 70, 0.38);
  color: rgba(48, 60, 70, 0.8);
  font-family: var(--font-medium);
}

.btn.btn-nav-tab.active,
.btn.btn-nav-tab:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.btn.btn-text {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--tertiary-color);
  font-family: var(--font-bold);
  font-size: var(--font-size-btn-text);
  padding: 0;
}

.btn.btn-text:hover {
  text-decoration: underline;
}

.btn.btn-text-white {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--white-color);
  font-family: var(--font-bold);
  font-size: var(--font-size-btn-text);
  padding: 0;
}

.btn.btn-text-white:hover {
  text-decoration: underline;
}

.btn.btn-citrin-gradient {
  background: var(--citrin-gradient-color);
  color: var(--white-color);
  font-family: var(--font-medium);
}

.btn.btn-citrin-gradient.active,
.btn.btn-citrin-gradient:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.btn.btn-banner-gradient {
  background: var(--citrin-gradient-color);
  color: var(--white-color);
  font-family: var(--font-bold);
  font-size: var(--font-size-btn-banner);
  padding: var(--padding-btn-banner);
}

.btn.btn-banner-gradient.active,
.btn.btn-banner-gradient:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.btn.btn-primary-outline {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--font-medium);
}

.btn.btn-primary-outline:hover {
  background: rgba(192, 1, 0, 0.0784313725);
  border-color: #ff5540;
  color: var(--primary-color);
}

.btn.btn-white {
  background: var(--white-color) !important;
  border: 1px solid var(--white-color);
  color: var(--primary-color);
  font-family: var(--font-medium);
}

.btn.btn-white.c-primary:hover {
  color: var(--primary-color);
}

.-link {
  font-family: var(--font-medium);
}

.-link,
.-link:hover {
  color: var(--tertiary-color);
  text-decoration: underline;
}

.-link.c-primary {
  color: var(--primary-color);
}

.-link.c-white {
  color: var(--white-color);
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.form-title {
  margin-bottom: 0;
}

form legend {
  font-size: 0.875rem;
}

form input[type=email],
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

form .inputs-list>li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "📅";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:focus,
.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
  color: #fff;
}

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 1rem !important;
}

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

form .hs-button,
form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-bottom: 0;
  margin-left: 6px;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar>form>.hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

td,
th {
  vertical-align: top;
}

thead th {
  vertical-align: bottom;
}

.hs-search-field__bar>form>.hs-search-field__input {
  outline: none;
  padding-left: 30px;
}

.hs-search-field__button {
  background: none;
  color: #ccc;
  left: 0;
  padding: 7px;
  position: absolute;
  top: 0;
}

.hs-search-field__bar button svg {
  height: 15px !important;
  margin-left: 4px;
  fill: #666;
}

.hs-search-field__suggestions-container {
  font-size: 14px;
  min-width: 300px;
  position: absolute !important;
  right: 0;
  top: 40px;
  width: 100%;
}

.category-menu:hover .hs-search-field--open .hs-search-field__suggestions-container:hover,
.category-menu:hover .hs-search-field--open .hs-search-field__suggestions-container a,
.category-menu:hover .hs-search-field--open .hs-search-field__suggestions-container a:hover,
.category-menu:hover .hs-search-field--open .hs-search-field__suggestions-container span {
  color: #666 !important;
  font-size: 14px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
}

.hs-search-field--open .hs-search-field__suggestions a {
  font-size: 14px;
}

.hs-search-field--open .hs-search-field__suggestions a .hs-search-highlight.hs-highlight-title {
  font-size: 14px;
}

footer {
  background: #000;
  color: #fff;
}

.main-footer {
  padding-bottom: 32px;
  padding-top: 24px;
}

.main-footer .footer-nav-item,
.main-footer .footer-nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.main-footer .footer-nav-item {
  flex-direction: column;
}

.main-footer a {
  color: #fff;
  text-decoration: none;
}

.main-footer .nav-item-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}

.main-footer .nav-menu-head {
  font-size: 12px;
}

.main-footer .nav-menu {
  font-size: 11px;
}

.main-footer .nav-menu-list {
  display: block;
}

.main-footer .nav-menu-list .item {
  margin-bottom: 16px;
}

.main-footer .nav-menu-list ul {
  margin-bottom: 0;
  margin-left: 25px;
  margin-top: 16px;
}

.main-footer .nav-menu-list ul li {
  margin-bottom: 6px;
}

.main-footer .nav-menu-list ul li::marker {
  font-size: 10px;
}

.main-footer .nav-menu-list ul li:last-child {
  margin-bottom: 0;
}

.main-footer .social-list {
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.sub-footer {
  border-top: 0.5px solid hsla(0, 0%, 100%, 0.3);
  padding-bottom: 32px;
  padding-top: 24px;
}

.sub-footer .copyright {
  font-size: 12px;
}

#footer_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .main-footer .footer-nav-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 32px;
  }

  .main-footer .footer-nav-item {
    width: 33.33333%;
  }

  .social-box {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  #footer_desktop {
    display: none;
  }

  #footer_mobile {
    display: block;
  }

  .main-footer {
    padding-bottom: 21px;
  }

  .main-footer .footer-nav-wrapper {
    row-gap: 0;
  }

  .main-footer .footer-nav-item {
    width: 100%;
  }

  .main-footer .nav-item-title {
    margin-bottom: 0;
    padding: 8px 0;
    position: relative;
  }

  .main-footer .nav-item-title:after {
    content: url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/images/icon-expand-more.png);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease-in-out 0s;
  }

  .main-footer .nav-item-title.active:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .main-footer .nav-menu-list {
    display: none;
    padding-top: 8px;
  }

  .main-footer .social-box {
    align-items: center;
    border-top: 0.5px solid hsla(0, 0%, 100%, 0.3);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 21px;
  }

  .main-footer .social-box .nav-item-title {
    margin-bottom: 0;
  }

  .main-footer .social-box .nav-item-title:after {
    content: "";
  }

  .sub-footer {
    border-top: none;
    padding-top: 16px;
  }
}

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

body.has-overlay {
  overflow: hidden;
}

#cta-popup {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#cta-popup .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.cta-popup {
  background: #fafafa;
  border-radius: 28px;
  max-width: 350px;
  min-width: 312px;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.cta-popup .popup-img {
  margin-bottom: 16px;
  min-height: 150px;
}

.cta-popup .txt-title {
  font-family: better_togetherregular !important;
  font-size: 24px;
  margin-bottom: 16px;
}

.cta-popup .txt-desc {
  margin-bottom: 24px;
}

.cta-popup .button-control {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.popup-network .btn {
  justify-content: center;
  width: 100%;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.85) !important;
}

.content-popup {
  background: #fff;
  border-radius: 24px;
  max-width: 800px;
  min-width: 300px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.content-popup .popup-head {
  background: linear-gradient(314.87deg, #00a5ff -3.01%, #1c8be5 -0.11%, #4d5db7 4.52%, #713b95 9.16%, #872781 13.21%, #90207a 15.53%, #a31a64 18.42%, #c41040 25.37%, #de0924 31.74%, #f00410 38.69%, #fb0104 45.06%, red 52.01%);
  color: #fff;
  overflow: hidden;
  padding: 30px 24px 24px;
  position: relative;
}

.content-popup .popup-head:after {
  background-image: url(/hubfs/45457732/assets_global/images/bg-popup-head.png);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 100%;
  max-width: 391px;
  position: absolute;
  width: 100%;
}

.content-popup .popup-head .txt-title {
  font-size: 20px;
}

.content-popup .popup-detail {
  max-height: 500px;
  overflow-y: auto;
  padding: 16px 36px 24px;
}

.content-popup .popup-detail .nav-tabs-traveling {
  margin-bottom: 24px;
}

.content-popup .popup-footer {
  border-top: 1px solid #f0f0f3;
  padding: 24px 36px 16px;
  text-align: center;
}

.content-popup .popup-footer .btn {
  justify-content: center;
  min-width: 100px;
}

._popupContent {
  display: none;
}

@media screen and (max-width: 1440px) {
  .content-popup .popup-detail {
    max-height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .content-popup {
    max-height: 90vh;
  }

  .content-popup .popup-detail {
    max-height: 55vh;
  }
}

.loading-wrapper {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loading-wrapper.open {
  display: flex;
}

.circle-border {
  animation: spin 0.8s linear 0s infinite;
  background: linear-gradient(309.52deg, #00c8ff -13.26%, #07c0f8 -7.38%, #1dace8 0.45%, #408bcc 9.26%, #6f60a9 20.03%, #b3207a 31.78%, #cc1550 40.59%, #e20b2d 49.4%, #f20514 57.23%, #fb0105 65.06%, red 70.94%) border-box, linear-gradient(153deg, #ee0979, #ff6a00 126.08%) border-box;
  border: 4px solid transparent;
  border-radius: 50%;
  height: 80px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: 80px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@font-face {
  font-family: better_togetherbold;
  font-style: normal;
  font-weight: 400;
  src: url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Bold.woff2) format("woff2"), url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Bold.woff) format("woff");
}

@font-face {
  font-family: better_togetherlight;
  font-style: normal;
  font-weight: 400;
  src: url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Light.woff2) format("woff2"), url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Light.woff) format("woff");
}

@font-face {
  font-family: better_togethermedium;
  font-style: normal;
  font-weight: 400;
  src: url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Medium.woff2) format("woff2"), url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Medium.woff) format("woff");
}

@font-face {
  font-family: better_togetherregular;
  font-style: normal;
  font-weight: 400;
  src: url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Regular.woff2) format("woff2"), url(//45457732.fs1.hubspotusercontent-na1.net/hubfs/45457732/raw_assets/public/TrueTHDev/fonts/BetterTogether-Regular.woff) format("woff");
}

a,
body,
p,
span,
td,
th {
  font-family: better_togetherregular;
  font-style: normal;
  font-weight: 400;
}

.-normal,
.fBetterReg {
  font-family: better_togetherregular !important;
}

.-bold,
.fBetterB {
  font-family: better_togetherbold !important;
}

.-light,
.fBetterLi {
  font-family: better_togetherlight !important;
}

.-medium,
.fBetterMed {
  font-family: better_togethermedium !important;
}

:root {
  --font-regular: "better_togetherregular";
  --font-primary: "better_togetherregular";
  --font-medium: "better_togethermedium";
  --primary-color: #e00000;
  --primary-text-color: #303c46;
  --secondary-color: #b3207a;
  --error-color: red;
  --tertiary-color: #007ad0;
  --orange-color: #ff530d;
  --pink-color: #e80c7a;
  --blue-color: #00c8ff;
  --process-blue-color: #19aaf8;
  --charcoal-grey-color: #303c46;
  --complementary-green-color: #00b333;
  --bright-green-color: #12b39a;
  --yellow-color: #fec900;
  --white-color: #fff;
  --black-color: #000;
  --charcoal80-grey-color: rgba(48, 60, 70, 0.8);
  --citrin-gradient-color: linear-gradient(336deg,
      #00a5ff -3.01%,
      #1c8be5 -0.11%,
      #4d5db7 4.52%,
      #713b95 9.16%,
      #872781 13.21%,
      #90207a 15.53%,
      #a31a64 18.42%,
      #c41040 25.37%,
      #de0924 31.74%,
      #f00410 38.69%,
      #fb0104 45.06%,
      red 52.01%);
  --blue-gradient-color: linear-gradient(325deg,
      #cd00ff -4.23%,
      #c307ff -2.85%,
      #9a27ff 4.77%,
      #7742ff 12.38%,
      #5b58ff 20.68%,
      #4569ff 28.98%,
      #3675ff 38.67%,
      #2c7cff 49.74%,
      #2a7fff 64.96%);
  --font-line-height: 1.2;
}

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

html {
  font-size: 16px;
}

body {
  color: var(--primary-text-color);
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
}

button:fucus {
  outline: 0;
}

.container {
  max-width: 1160px;
  padding-left: 16px;
  padding-right: 16px;
}

.container.container-1440 {
  max-width: 1472px;
}

.row {
  margin: 0 -16px;
}

[class=col-] {
  padding: 0 16px;
}

.img-cover {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bg-cover {
  background-position: 50%;
  background-size: cover;
}

.section {
  display: flex;
  width: 100%;
}

.head-section {
  flex-direction: column;
}

.head-section .inner-row-wrapper {
  align-items: center;
  justify-content: space-between;
}

.head-section.with-button .head-text {
  width: calc(100% - 120px);
}

.head-section.with-button .btn {
  max-width: 120px;
  text-align: right;
}

[class*=-row-wrapper] {
  display: flex;
  flex-direction: row;
  width: 100%;
}

[class*=-col-wrapper] {
  flex-direction: column;
}

.hero-banner,
[class*=-col-wrapper],
[class^=head-] {
  display: flex;
  width: 100%;
}

.hero-banner {
  overflow: hidden;
}

.container-1440 {
  max-width: 1472px;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.px-36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.px-52 {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

@media only screen and (max-width: 991px) {
  .my-m-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mx-m-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .mt-m-4 {
    margin-top: 4px !important;
  }

  .mr-m-4 {
    margin-right: 4px !important;
  }

  .mb-m-4 {
    margin-bottom: 4px !important;
  }

  .ml-m-4 {
    margin-left: 4px !important;
  }

  .my-m-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx-m-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .mt-m-8 {
    margin-top: 8px !important;
  }

  .mr-m-8 {
    margin-right: 8px !important;
  }

  .mb-m-8 {
    margin-bottom: 8px !important;
  }

  .ml-m-8 {
    margin-left: 8px !important;
  }

  .my-m-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mx-m-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .mt-m-12 {
    margin-top: 12px !important;
  }

  .mr-m-12 {
    margin-right: 12px !important;
  }

  .mb-m-12 {
    margin-bottom: 12px !important;
  }

  .ml-m-12 {
    margin-left: 12px !important;
  }

  .my-m-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mx-m-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .mt-m-16 {
    margin-top: 16px !important;
  }

  .mr-m-16 {
    margin-right: 16px !important;
  }

  .mb-m-16 {
    margin-bottom: 16px !important;
  }

  .ml-m-16 {
    margin-left: 16px !important;
  }

  .my-m-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-m-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mt-m-20 {
    margin-top: 20px !important;
  }

  .mr-m-20 {
    margin-right: 20px !important;
  }

  .mb-m-20 {
    margin-bottom: 20px !important;
  }

  .ml-m-20 {
    margin-left: 20px !important;
  }

  .my-m-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mx-m-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .mt-m-24 {
    margin-top: 24px !important;
  }

  .mr-m-24 {
    margin-right: 24px !important;
  }

  .mb-m-24 {
    margin-bottom: 24px !important;
  }

  .ml-m-24 {
    margin-left: 24px !important;
  }

  .my-m-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mx-m-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .mt-m-28 {
    margin-top: 28px !important;
  }

  .mr-m-28 {
    margin-right: 28px !important;
  }

  .mb-m-28 {
    margin-bottom: 28px !important;
  }

  .ml-m-28 {
    margin-left: 28px !important;
  }

  .my-m-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mx-m-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .mt-m-32 {
    margin-top: 32px !important;
  }

  .mr-m-32 {
    margin-right: 32px !important;
  }

  .mb-m-32 {
    margin-bottom: 32px !important;
  }

  .ml-m-32 {
    margin-left: 32px !important;
  }

  .my-m-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mx-m-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .mt-m-36 {
    margin-top: 36px !important;
  }

  .mr-m-36 {
    margin-right: 36px !important;
  }

  .mb-m-36 {
    margin-bottom: 36px !important;
  }

  .ml-m-36 {
    margin-left: 36px !important;
  }

  .my-m-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-m-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mt-m-40 {
    margin-top: 40px !important;
  }

  .mr-m-40 {
    margin-right: 40px !important;
  }

  .mb-m-40 {
    margin-bottom: 40px !important;
  }

  .ml-m-40 {
    margin-left: 40px !important;
  }

  .my-m-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx-m-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .mt-m-44 {
    margin-top: 44px !important;
  }

  .mr-m-44 {
    margin-right: 44px !important;
  }

  .mb-m-44 {
    margin-bottom: 44px !important;
  }

  .ml-m-44 {
    margin-left: 44px !important;
  }

  .my-m-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mx-m-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .mt-m-48 {
    margin-top: 48px !important;
  }

  .mr-m-48 {
    margin-right: 48px !important;
  }

  .mb-m-48 {
    margin-bottom: 48px !important;
  }

  .ml-m-48 {
    margin-left: 48px !important;
  }

  .my-m-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mx-m-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }

  .mt-m-52 {
    margin-top: 52px !important;
  }

  .mr-m-52 {
    margin-right: 52px !important;
  }

  .mb-m-52 {
    margin-bottom: 52px !important;
  }

  .ml-m-52 {
    margin-left: 52px !important;
  }

  .my-m-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .mx-m-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .mt-m-56 {
    margin-top: 56px !important;
  }

  .mr-m-56 {
    margin-right: 56px !important;
  }

  .mb-m-56 {
    margin-bottom: 56px !important;
  }

  .ml-m-56 {
    margin-left: 56px !important;
  }

  .my-m-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-m-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mt-m-60 {
    margin-top: 60px !important;
  }

  .mr-m-60 {
    margin-right: 60px !important;
  }

  .mb-m-60 {
    margin-bottom: 60px !important;
  }

  .ml-m-60 {
    margin-left: 60px !important;
  }

  .my-m-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mx-m-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .mt-m-64 {
    margin-top: 64px !important;
  }

  .mr-m-64 {
    margin-right: 64px !important;
  }

  .mb-m-64 {
    margin-bottom: 64px !important;
  }

  .ml-m-64 {
    margin-left: 64px !important;
  }

  .py-m-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .px-m-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .pt-m-4 {
    padding-top: 4px !important;
  }

  .pr-m-4 {
    padding-right: 4px !important;
  }

  .pb-m-4 {
    padding-bottom: 4px !important;
  }

  .pl-m-4 {
    padding-left: 4px !important;
  }

  .py-m-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .px-m-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .pt-m-8 {
    padding-top: 8px !important;
  }

  .pr-m-8 {
    padding-right: 8px !important;
  }

  .pb-m-8 {
    padding-bottom: 8px !important;
  }

  .pl-m-8 {
    padding-left: 8px !important;
  }

  .py-m-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .px-m-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .pt-m-12 {
    padding-top: 12px !important;
  }

  .pr-m-12 {
    padding-right: 12px !important;
  }

  .pb-m-12 {
    padding-bottom: 12px !important;
  }

  .pl-m-12 {
    padding-left: 12px !important;
  }

  .py-m-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .px-m-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pt-m-16 {
    padding-top: 16px !important;
  }

  .pr-m-16 {
    padding-right: 16px !important;
  }

  .pb-m-16 {
    padding-bottom: 16px !important;
  }

  .pl-m-16 {
    padding-left: 16px !important;
  }

  .py-m-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-m-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pt-m-20 {
    padding-top: 20px !important;
  }

  .pr-m-20 {
    padding-right: 20px !important;
  }

  .pb-m-20 {
    padding-bottom: 20px !important;
  }

  .pl-m-20 {
    padding-left: 20px !important;
  }

  .py-m-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .px-m-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .pt-m-24 {
    padding-top: 24px !important;
  }

  .pr-m-24 {
    padding-right: 24px !important;
  }

  .pb-m-24 {
    padding-bottom: 24px !important;
  }

  .pl-m-24 {
    padding-left: 24px !important;
  }

  .py-m-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .px-m-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .pt-m-28 {
    padding-top: 28px !important;
  }

  .pr-m-28 {
    padding-right: 28px !important;
  }

  .pb-m-28 {
    padding-bottom: 28px !important;
  }

  .pl-m-28 {
    padding-left: 28px !important;
  }

  .py-m-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .px-m-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .pt-m-32 {
    padding-top: 32px !important;
  }

  .pr-m-32 {
    padding-right: 32px !important;
  }

  .pb-m-32 {
    padding-bottom: 32px !important;
  }

  .pl-m-32 {
    padding-left: 32px !important;
  }

  .py-m-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .px-m-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .pt-m-36 {
    padding-top: 36px !important;
  }

  .pr-m-36 {
    padding-right: 36px !important;
  }

  .pb-m-36 {
    padding-bottom: 36px !important;
  }

  .pl-m-36 {
    padding-left: 36px !important;
  }

  .py-m-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-m-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pt-m-40 {
    padding-top: 40px !important;
  }

  .pr-m-40 {
    padding-right: 40px !important;
  }

  .pb-m-40 {
    padding-bottom: 40px !important;
  }

  .pl-m-40 {
    padding-left: 40px !important;
  }

  .py-m-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .px-m-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .pt-m-44 {
    padding-top: 44px !important;
  }

  .pr-m-44 {
    padding-right: 44px !important;
  }

  .pb-m-44 {
    padding-bottom: 44px !important;
  }

  .pl-m-44 {
    padding-left: 44px !important;
  }

  .py-m-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .px-m-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .pt-m-48 {
    padding-top: 48px !important;
  }

  .pr-m-48 {
    padding-right: 48px !important;
  }

  .pb-m-48 {
    padding-bottom: 48px !important;
  }

  .pl-m-48 {
    padding-left: 48px !important;
  }

  .py-m-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .px-m-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .pt-m-52 {
    padding-top: 52px !important;
  }

  .pr-m-52 {
    padding-right: 52px !important;
  }

  .pb-m-52 {
    padding-bottom: 52px !important;
  }

  .pl-m-52 {
    padding-left: 52px !important;
  }

  .py-m-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .px-m-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .pt-m-56 {
    padding-top: 56px !important;
  }

  .pr-m-56 {
    padding-right: 56px !important;
  }

  .pb-m-56 {
    padding-bottom: 56px !important;
  }

  .pl-m-56 {
    padding-left: 56px !important;
  }

  .py-m-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-m-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .pt-m-60 {
    padding-top: 60px !important;
  }

  .pr-m-60 {
    padding-right: 60px !important;
  }

  .pb-m-60 {
    padding-bottom: 60px !important;
  }

  .pl-m-60 {
    padding-left: 60px !important;
  }

  .py-m-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .px-m-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .pt-m-64 {
    padding-top: 64px !important;
  }

  .pr-m-64 {
    padding-right: 64px !important;
  }

  .pb-m-64 {
    padding-bottom: 64px !important;
  }

  .pl-m-64 {
    padding-left: 64px !important;
  }
}

.mx-auto {
  margin: 0 auto;
}

.my-auto {
  margin: auto 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-0 {
  margin: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-0 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .mx-m-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mt-m-0 {
    margin-top: 0 !important;
  }

  .mr-m-0 {
    margin-right: 0 !important;
  }

  .mb-m-0 {
    margin-bottom: 0 !important;
  }

  .ml-m-0 {
    margin-left: 0 !important;
  }

  .m-m-0 {
    margin: 0 !important;
  }

  .px-m-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .py-m-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pt-m-0 {
    padding-top: 0 !important;
  }

  .pr-m-0 {
    padding-right: 0 !important;
  }

  .pb-m-0 {
    padding-bottom: 0 !important;
  }

  .pl-m-0 {
    padding-left: 0 !important;
  }

  .p-m-0 {
    padding: 0;
  }
}

.c-primary {
  color: var(--primary-color);
}

.c-primary-text {
  color: var(--primary-text-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-error {
  color: var(--error-color);
}

.c-tertiary {
  color: var(--tertiary-color);
}

.c-orange {
  color: var(--orange-color);
}

.c-pink {
  color: var(--pink-color);
}

.c-blue {
  color: var(--blue-color);
}

.c-process-blue {
  color: var(--process-blue-color);
}

.c-charcoal-grey {
  color: var(--charcoal-grey-color);
}

.c-complementary-green {
  color: var(--complementary-green-color);
}

.c-bright-green {
  color: var(--bright-green-color);
}

.c-yellow {
  color: var(--yellow-color);
}

.c-white {
  color: var(--white-color);
}

.c-black {
  color: var(--black-color);
}

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-primary-text {
  background: var(--primary-text-color);
}

.bg-secondary {
  background: var(--secondary-color);
}

.bg-error {
  background: var(--error-color);
}

.bg-tertiary {
  background: var(--tertiary-color);
}

.bg-orange {
  background: var(--orange-color);
}

.bg-pink {
  background: var(--pink-color);
}

.bg-blue {
  background: var(--blue-color);
}

.bg-process-blue {
  background: var(--process-blue-color);
}

.bg-charcoal-grey {
  background: var(--charcoal-grey-color);
}

.bg-complementary-green {
  background: var(--complementary-green-color);
}

.bg-bright-green {
  background: var(--bright-green-color);
}

.bg-yellow {
  background: var(--yellow-color);
}

.bg-black {
  background: var(--black-color);
}

.bg-citrin-gradient {
  background: var(--citrin-gradient-color);
}

.f-primary {
  font-family: var(--font-primary);
}

.f-regular {
  font-family: var(--font-regular);
}

.f-medium {
  font-family: var(--font-medium);
}

.f-bold {
  font-family: var(--font-bold);
}

.fz-80 {
  font-size: 80px !important;
  line-height: 80px !important;
}

.fz-57 {
  font-size: 57px !important;
  line-height: 64px !important;
  letter-spacing: -0.0025em;
}

.fz-45 {
  font-size: 45px !important;
  line-height: 52px !important;
}

.fz-36 {
  font-size: 36px !important;
  line-height: 44px !important;
}

.fz-32 {
  font-size: 32px !important;
  line-height: 40px !important;
}

.fz-28 {
  font-size: 28px !important;
  line-height: 43px !important;
}

.fz-24 {
  font-size: 24px !important;
  line-height: 37px !important;
}

.fz-20 {
  font-size: 20px !important;
  line-height: 32px !important;
}

.fz-18 {
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0.05em;
}

.fz-16 {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.0015em;
}

.fz-14 {
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0.001em;
}

.fz-12 {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.004em;
}

.fz-11 {
  font-size: 11px !important;
  line-height: 16px !important;
  letter-spacing: 0.005em;
}

.fz-10 {
  font-size: 10px !important;
  line-height: 14px !important;
  letter-spacing: 0.015em;
}

@media screen and (max-width: 700px) {
  .fz-m-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .fz-m-57 {
    font-size: 57px !important;
    line-height: 64px !important;
    letter-spacing: -0.0025em;
  }

  .fz-m-45 {
    font-size: 45px !important;
    line-height: 52px !important;
  }

  .fz-m-36 {
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .fz-m-32 {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .fz-m-28 {
    font-size: 28px !important;
    line-height: 43px !important;
  }

  .fz-m-24 {
    font-size: 24px !important;
    line-height: 37px !important;
  }

  .fz-m-20 {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  .fz-m-18 {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.05em;
  }

  .fz-m-16 {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.0015em;
  }

  .fz-m-14 {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.001em;
  }

  .fz-m-12 {
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0.005em;
  }

  .fz-m-11 {
    font-size: 11px !important;
    line-height: 16px !important;
    letter-spacing: 0.005em;
  }

  .fz-m-10 {
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 0.015em;
  }
}

:root {
  --font-size-btn: 14px;
  --font-size-btn-banner: 21px;
  --font-size-btn-text: 20px;
  --padding-btn: 10px 24px;
  --padding-btn-primary: 11px 44px;
  --padding-btn-banner: 14px 44px;
}

:root {
  --font-reg: "better_togetherregular";
  --font-li: "better_togetherlight";
  --font-med: "better_togethermedium";
  --font-bold: "better_togetherbold";
}

.content-wrapper {
  max-width: 1440px;
}

#main-content>.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.h1,
.txt-h1,
h1 {
  font-family: var(--font-med);
  font-size: 48px;
}

.h2,
.txt-h2,
h2 {
  font-family: var(--font-med);
  font-size: 40px;
}

.h3,
.txt-h3,
h3 {
  font-family: var(--font-med);
  font-size: 32px;
}

.h4,
.txt-h4,
h4 {
  font-family: var(--font-med);
  font-size: 24px;
}

.h5,
.txt-h5,
h5 {
  font-family: var(--font-med);
  font-size: 16px;
}

.h6,
.txt-h6,
h6 {
  font-family: var(--font-med);
  font-size: 14px;
}

p {
  font-size: 16px;
}

.txt-remark,
p {
  font-family: var(--font-reg);
}

.txt-remark {
  font-size: 12px;
}

@media (max-width: 767px) {

  body,
  p {
    font-family: var(--font-reg);
    font-size: 14px;
  }

  .h1,
  .txt-h1,
  h1 {
    font-family: var(--font-med);
    font-size: 36px;
  }

  .h2,
  .txt-h2,
  h2 {
    font-family: var(--font-med);
    font-size: 30px;
  }

  .h3,
  .txt-h3,
  h3 {
    font-family: var(--font-med);
    font-size: 24px;
  }

  .h4,
  .txt-h4,
  h4 {
    font-family: var(--font-med);
    font-size: 20px;
  }
}

.main-header {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 92px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
  z-index: 500;
  background: var(--white-color);
}

.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo {
  display: flex;
  width: 92px;
}

.main-header .navbar-lang {
  display: flex;
  width: 80px;
  height: 28px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--charcoal-grey-color);
}

.main-header .navbar-lang .lang {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: var(--primary-text-color);
  background: var(--white-color);
  font-family: var(--font-regular);
}

.main-header .navbar-lang .lang.active {
  color: var(--white-color);
  background: var(--charcoal-grey-color);
}

@media only screen and (max-width: 991px) {
  .main-header {
    height: 64px;
  }

  .main-header .logo {
    width: 67px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
  }

  .main-header .container {
    justify-content: flex-end;
  }
}

.main-page {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  padding-top: 92px;
}

@media only screen and (max-width: 991px) {
  .main-page {
    padding-top: 67px;
  }
}

.sc-content {
  display: flex;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #e1e1e1;
  opacity: 1;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

.swiper-pagination-bullet-active {
  width: 16px;
  background: var(--primary-color);
  border-radius: 6px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 16px);
}

/*# sourceMappingURL=design-system.css.map */

.cards.cards-devices .cards-body {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 16px 24px 24px;
  flex-direction: column;
}