body {
  font-family: var(--font-family-font-family-latin, Mulish);
  font-weight: var(--font-weight-font-weight-regular, 400);
  line-height: var(--typography-line-height-body-lg, 22px);
  position: relative;
  margin: 0;
  color: var(--color-foreground-default, #010414);
}
.container,
.custom-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.custom-width-viewport,
.inverted-shadow {
  left: 50%;
  transform: translate(-50%, 0);
}
.page__content {
  min-height: 70svh;
}
.paragraph_with_background_enabled {
  position: relative;
}
.inverted-shadow {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5 {
  font-weight: var(--font-weight-font-weight-extra-bold, 800);
  color: var(--color-foreground-default, #010414);
}
.h1,
h1 {
  font-size: var(--typography-font-size-heading1-lg, 40px);
  line-height: var(--typography-line-height-heading1-lg, 56px);
}
.h2,
h2 {
  font-size: var(--typography-font-size-heading2-lg, 32px);
  line-height: var(--typography-line-height-heading2-lg, 44px);
}
.h3,
h3 {
  font-size: var(--typography-font-size-heading3-lg, 24px);
  line-height: var(--typography-line-height-heading3-lg, 34px);
}
.h4,
h4 {
  font-size: var(--typography-font-size-heading4-lg, 22px);
  line-height: var(--typography-line-height-heading4-lg, 30px);
}
.h5,
h5 {
  font-weight: var(--font-weight-font-weight-bold, 700);
  font-size: var(--typography-font-size-heading5-lg, 16px);
  line-height: var(--typography-line-height-heading5-lg, 20px);
}
.font-size-sm {
  font-size: var(--typography-font-size-footnote-sm, 14px);
  line-height: var(--typography-line-height-footnote-md, 22px);
}
p:empty {
  display: none;
}
.md-show {
  display: block;
}
.sm-show {
  display: none;
}
.u-width-full {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.alert {
  word-break: break-word;
}
.field-body a,
.description a {
  text-decoration: none;
  color: var(--color-surface-active, #E6007D);
}
.lenis.lenis-stopped:has(.suggestions-wrapper ul li),
.lenis.lenis-stopped:has(.select2-container) {
  overflow-y: auto;
}
.home-u-width-full {
  transform: translate(-50%, 0);
  left: 50%;
  position: absolute;
}
.header-main {
  background-color: var(--color-foreground-secondary-active);
}
.biz .header-main {
  background-color: var(--color-surface-business, #3520AE)
}
.corporate .app-container > .page {
  background-color: var(--color-neutral-5, #F8F8F9);
}
.corporate .header-main {
  background-color: var(--color-surface-default, #FFFFFF);
}
.corporate div.navbar-left .nav .nav-link {
  color: var(--color-background-inverse-neutral, #010414);
}
.corporate .navbar-brand__logo {
  width: 25px;
  height: 25px;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.color-white {
  color: var(--color-foreground-on-inverse-active, #FFFFFF);
}
form label,
.form label,
.form-check-input.is-valid~.form-check-label, 
.was-validated .form-check-input:valid~.form-check-label {
  line-height: var(--typography-line-height-heading5-sm, 20px);
  font-weight: var(--font-weight-font-weight-bold);
  color:var(--color-background-inverse-neutral, #010414);
}
form input.form-control,
form .custom-datepicker,
.form input.form-control,
.form .custom-datepicker,
.calendar-component .custom-datepicker {
  border: 1px solid var(--color-foreground-on-disabled, #DEDEE0);
  border-radius: var(--border-radius-border-radius-md, 8px);
  padding: 10px var(--space-md, 16px);
  cursor: pointer;
  height: 42px;
}
form .custom-datepicker,
.form .custom-datepicker,
.calendar-component .custom-datepicker {
  width: 100%;
  color:var(--color-background-inverse-neutral, #010414);
  margin-top: 0;
}
.datepicker thead tr:has(.datepicker-switch) {
  border-bottom: 1px solid var(--color-foreground-on-disabled, #DEDEE0);
}
form .form-control:focus,
form .form-check-input:focus,
.form .form-control:focus,
.form .form-check-input:focus {
  border-color: var(--color-foreground-on-disabled, #DEDEE0);
  outline: 0;
  box-shadow: none;
} 
.form-control::placeholder,
select:has(option:checked[value=""]) {
  color: var(--color-foreground-disabled, #ABABAD);
  opacity: 1
}
form .form-select,
.form .form-select {
  border-color: var(--color-foreground-on-disabled, #DEDEE0);
  border-radius: var(--border-radius-border-radius-md, 8px);
  background: none;
  height: 42px;
  color: var(--color-background-inverse-neutral, #010414);
}
form .form-select option,
.form .form-select option {
  color: var(--color-background-inverse-neutral, #010414);
}
form .form-type-select,
.form .form-type-select,
.webform-submission-form .form-type-select {
  position: relative;
}
form .form-type-select:has(label:not(.visually-hidden))::after,
.form .form-type-select:has(label:not(.visually-hidden))::after {
  top: 45px;
}
form .form-type-select:has(.form-select:open)::after,
.form .form-type-select:has(.form-select:open)::after {
  transform: rotate(180deg);
  top: 38px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
body .select2-container--default .select2-results__option {
  padding: var(--space-md);
  color: var(--color-background-inverse-neutral, #010414);
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selected.select2-results__option--selectable {
  background-color: var(--color-surface-subtle,#F8F8F9);
}
body .select2-container--default .select2-results__option--selected:after {
  background-color: var(--color-foreground-on-info, #1975FF);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../assets/icons/check.svg);
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius-border-radius-rounded,9999px);
}
body .select2-container--open .select2-dropdown--below, 
body .select2-container--open .select2-dropdown--above {
  box-shadow: 0px 4px 6px -4px var(--color-background-inverse-neutral, #010414);
  box-shadow: 0px 10px 15px -3px var(--color-background-inverse-neutral, #010414);
  border-radius: var(--border-radius-border-radius-md,8px);
}
.select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--color-foreground-on-inverse-inactive,#D2D2D3);
  border-radius: var(--border-radius-border-radius-sm, 4px);
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
  height: 42px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  border-radius: var(--border-radius-border-radius-md, 8px);
  border-color: var(--color-foreground-on-disabled,#DEDEE0);
  color: var(--color-surface-on-inverse-disabled, #606062);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  top: 0;
  width: 35px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--color-background-inverse-neutral, #010414) transparent;
  border-width: 0 6.5px 7px 5.5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color-background-inverse-neutral, #010414) transparent transparent transparent;
  border-width: 7px 6.5px 0 5.5px;
}
form .form-check-input[type=radio],
form .form-check-input[type=checkbox],
.form .form-check-input[type=radio],
.form .form-check-input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-color: var(--color-foreground-disabled, #ABABAD);
  cursor: pointer;
}
form .form-check-input[type=checkbox],
.form .form-check-input[type=checkbox]  {
  border-radius: var(--border-radius-border-radius-rounded, 9999px);
}
form .form-check,
.form .form-check {
  display: flex;
  align-items: center;
  gap: var(--space-sm, 8px);
}
form .form-check-input[type=checkbox]:hover,
.form .form-check-input[type=checkbox]:hover {
  border-color: var(--color-surface-interaction-hover, #1560D1);
}
form .form-radios,
.form .form-radios {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 8px);
}
.form-check-input:checked[type=radio]:checked {
  background-color: var(--color-surface-interaction-active, #1975FF);
  background-image: url(../assets/icons/radio-check.svg);
  background-size: 9px;
  background-position: center;
}
.form-check-input[type=checkbox]:checked {
  background-color: var(--color-surface-interaction-active, #1975FF);
  background-image: url(../assets/icons/check.svg);
  background-size: 9px;
  background-position: center;
}
form .form-submit,
.form .form-submit,
.webform-submission-form .form-submit {
  background-color: var(--color-surface-active, #E6007D);
  padding: 13px var(--space-md, 16px);
  border-radius: var(--border-radius-border-radius-lg, 16px);
  border: none;
}
form .form-submit:hover,
form .form-submit:active,
.form .form-submit:hover,
.form .form-submit:active {
  background-color: var(--color-surface-hover, #B80064);
}
form .form-submit:disabled,
.form .form-submit:disabled {
  background-color: var(--color-foreground-on-disabled, #DEDEE0);
}
.form-control.is-valid, 
.was-validated .form-control:valid {
  border-color: var(--color-foreground-on-disabled, #DEDEE0);
  background-image: none;
  padding-right: var(--space-md, 16px);
}
.datepicker .custom-container + .date-error {
  border-color: var(--color-foreground-on-error);
}
.webform-ajax-form-wrapper:focus-visible,
div[id^="webform-submission-"]:focus-visible{
  outline: none;
}
form .form-item,
form .form-actions,
.form .form-item,
.form .form-actions,
.webform-submission-form .form-actions,
.webform-submission-form .form-item {
  margin-bottom: var(--space-md, 16px);
}
.form-managed-file {
  position: relative;
}
.form-managed-file input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.form-managed-file::before {
  content: "";
  display: block;
  border: 1px solid  var(--color-foreground-on-disabled, #DEDEE0);
  border-radius: var(--border-radius-md, 8px);
  padding: var(--space-3xl) var(--space-md, 16px);
  background:var(--color-background-default, #FFFFFF);
}
.form-managed-file::after {
  content: "\A Choose or drop your file\A Max file size";
  white-space: pre;
  display: block;
  text-align: center;
  width: 100%;
  color: var(----color-foreground-default, #010414);
  margin-top: -120px;
  pointer-events: none;
  position: absolute;
  bottom: 24px;
  background: url(../assets/icons/upload.svg) no-repeat;
  background-position: center -4px;
}
.js-webform-type-managed-file input.form-submit {
  display: none !important;
}
.form-managed-file .ajax-progress.ajax-progress-throbber {
  display: none;
}
.webform-type-tel .input-group-text {
  position: absolute;
  top: 7px;
  left: 0;
  background: transparent;
  z-index: 5;
  height: 26px;
  width: 100%;
  max-width: 60px;
  border: 0;
  border-right: 1px solid var(--color-foreground-disabled, #ABABAD);
  border-radius: 0;
}
form .webform-type-fieldset > div,
.form .webform-type-fieldset > div {
  display: flex;
  gap: var(--space-md, 16px);
  flex-wrap: wrap;
}
form .form-item,
.form .form-item,
.webform-submission-form .form-item {
  flex: 1 1 calc(50% - 0.5rem)
}
.webform-submission-contact-us-form .webform-type-fieldset:not(.f-width) .form-item.webform-type-email,
.webform-type-fieldset.f-width .form-item,
form .webform-flexbox:has(.date-field-wrapper),
.form .webform-flexbox:has(.date-field-wrapper) {
  flex: 1 1 100%;
}
.form--item-mobile-number .input-group,
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.mobile-error):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: var(--border-radius-md, 8px);
  padding-left: 68px;
}
.webform-type-tel:has(.input-group>.form-control:focus) .input-group-text {
  z-index: 6;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  outline: none;
  border-color: var(--color-foreground-on-disabled, #DEDEE0);
  box-shadow: none;
}
form .captcha legend,
.form .captcha legend {
  display: none;
}
form .form-date,
form .form-date.is-valid,
form .custom-datepicker,
.form .form-date,
.form .form-date.is-valid,
.form .custom-datepicker,
.calendar-component .custom-datepicker {
  background: url(../assets/icons/calendar.svg) no-repeat right 20px center;
}
.form-select.is-invalid:not([multiple]):not([size]) {
  background-position: right 30px center;
  background-size: 18px;
}
form .search-wrapper,
.form .search-wrapper {
  position: relative;
}
.search-wrapper .submit-wrapper {
  position: absolute;
  right: 4px;
  bottom: 3px;
}
.search-wrapper .search-submit {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: var(--border-radius-border-radius-md, 8px);
  padding: 10px var(--space-md);
  width: 48px;
  background-image: url(../../src/assets/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.alert .placeholder {
  background: transparent;
  font-style: normal;
  vertical-align: baseline;
  color: var(--bs-danger-text-emphasis);
}
.webform-type-checkbox .form-check-label a {
  color: var(--color-surface-active, #E6007D);
  text-decoration: none;
}
.webform-type-checkbox:has(.invalid-feedback) {
  flex-wrap: wrap;
}
.padding_top_xs {
  padding-top: var(--space-xs);
}
.padding_bottom_xs {
  padding-bottom: var(--space-xs);
}
.padding_top_bottom_xs {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
.padding_top_lg {
  padding-top: var(--space-lg);
}
.padding_bottom_lg {
  padding-bottom: var(--space-lg);
}
.padding_top_bottom_lg {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.padding_top_md {
  padding-top: var(--space-md);
}
.padding_bottom_md {
  padding-bottom: var(--space-md);
}
.padding_top_bottom_md {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.padding_top_sm {
  padding-top: var(--space-sm);
}
.padding_bottom_sm {
  padding-bottom: var(--space-sm);
}
.padding_top_bottom_sm {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.padding_top_xl {
  padding-top: var(--space-xl);
}
.padding_bottom_xl {
  padding-bottom: var(--space-xl);
}
.padding_top_bottom_xl {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.padding_top_two_xl {
  padding-top: var(--space-2xl);
}
.padding_bottom_two_xl {
  padding-bottom: var(--space-2xl);
}
.padding_top_bottom_two_xl {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}
.padding_top_three_xl {
  padding-top: var(--space-3xl);
}
.padding_bottom_three_xl {
  padding-bottom: var(--space-3xl);
}
.padding_top_bottom_three_xl {
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}
.padding_top_four_xl {
  padding-top: var(--space-4xl);
}
.padding_bottom_four_xl {
  padding-bottom: var(--space-4xl);
}
.padding_top_bottom_four_xl {
  padding-top: var(--space-4xl);
  padding-bottom: var(--space-4xl);
}
.margin_top_lg {
  margin-top: var(--space-lg);
}
.margin_bottom_lg {
  margin-bottom: var(--space-lg);
}
.margin_top_bottom_lg {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.margin_top_md {
  margin-top: var(--space-md);
}
.margin_bottom_md {
  margin-bottom: var(--space-md);
}
.margin_top_bottom_md {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
} 
.margin_top_xl {
  margin-top: var(--space-xl);
}
.margin_bottom_xl {
  margin-bottom: var(--space-xl);
}
.margin_top_bottom_xl {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.margin_top_two_xl {
  margin-top: var(--space-2xl);
}
.margin_bottom_two_xl {
  margin-bottom: var(--space-2xl);
}
.margin_top_bottom_two_xl {
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}
.margin_top_three_xl {
  margin-top: var(--space-3xl);
}
.margin_bottom_three_xl {
  margin-bottom: var(--space-3xl);
}
.margin_top_bottom_three_xl {
  margin-top: var(--space-3xl);
  margin-bottom: var(--space-3xl);
}
.margin_top_four_xl {
  margin-top: var(--space-4xl);
}
.margin_bottom_four_xl {
  margin-bottom: var(--space-4xl);
}   
.margin_top_bottom_four_xl {
  margin-top: var(--space-4xl);
  margin-bottom: var(--space-4xl);
}
.text_color_white {
  color: var(--color-background-default, #FFFFFF);
}
.text_color_black {
  color: var(--color-background-inverse-neutral, #010414);
} 
.campaign-page footer:has(.author) {
  display: none;
}
.block--astro-theme-contactusrightsidebartext .description a {
  color: var(--color-background-inverse-neutral, #010414);
}
.block--astro-theme-contactusrightsidebartext .description em {
  font-style: normal;
}
.block--astro-theme-contactusrightsidebartext .description img {
  width: 24px;
  height: 24px;
  margin-right: var(--space-sm, 8px);
}
.block--astro-theme-contactusrightsidebartext .description p {
  display: flex;
  align-items: center;
}
.node-type--promotions .node__content img {
  max-width: 100%;
  height: auto;
}
.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 0px 25px 50px -12px #01041440;
  border-radius: var(--border-radius-border-radius-lg, 16px);
}
.ui-widget.ui-widget-content {
  padding: var(--space-lg, 24px);
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header {
  padding: var(--space-lg, 24px) 0;
  background: transparent;
  border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: var(--typography-font-size-heading3-lg, 24px);
  line-height: var(--typography-line-height-heading3-lg, 34px);
  color: var(--color-background-inverse-neutral, #010414);
  margin: 0;
}
.ui-dialog .ui-dialog-content.ui-widget-content {
  padding: 0;
}
.ui-dialog .ui-button .ui-icon,
.ui-dialog .ui-button .ui-icon:hover,
.ui-dialog .ui-button .ui-icon:focus,
.ui-dialog .ui-button:focus .ui-icon,
.ui-dialog .ui-dialog-titlebar-close:not(:has(.ui-button-icon.ui-icon))::before  {
  background: url(../assets/icons/cross.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  top: -12px;
}
.ui-dialog .ui-dialog-titlebar-close:not(:has(.ui-button-icon.ui-icon))::before {
  content: '';
  top: -38px;
  position: absolute;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-state-hover, 
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover, 
.ui-state-focus, .ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-button:hover, .ui-button:focus,
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  border: none;
  background: transparent;
}
.node-type--page .app-container {
  background-color: var(--color-background-subtle-neutral, #F8F8F9);
}
.node-type--page .node__content {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--space-3xl, 64px) var(--space-lg, 24px) var(--space-lg, 24px);
}
.node-type--page .node__content img {
  max-width: 100%;
  height: auto;
}
.container:has(.careers-logo) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;
}
.careers-tabs .tab-wrapper .nav-tabs .nav-link.active {
  color:  var(--color-surface-hover, #B80064);
}
.careers-tabs .tab-wrapper .nav-tabs {
  border-bottom: 0;
}
.careers-tabs .tab-wrapper .nav-tabs .active:before {
  display: none;
}
.careers-logo .navbar-brand__logo {
  width: 173px;
}
.webform-type-tel .input-group {
  flex-direction: column;
  flex-wrap: nowrap;
}
.webform-type-tel:has(.mobile-error) .input-group input,
.webform-type-tel:has(.invalid-feedback) .input-group input,
.webform-type-tel .input-group>.form-control {
  width: 100%;
}
.webform-type-tel:has(.mobile-error) .invalid-feedback {
  display: none !important;
}
.webform-type-tel .input-group .mobile-error {
  font-size: var(--typography-font-size-caption-sm, 12px);
  line-height: var(--typography-line-height-caption-sm, 16px);
  color: var(--color-foreground-on-error,#FC0114);
  width: 100%;
  margin-top: var(--space-xs, 4px);
}
form .invalid-feedback::before,
form .mobile-error::before,
form .date-error:not(:empty)::before,
.form .invalid-feedback::before,
.form .mobile-error::before,
.form .date-error:not(:empty)::before {
  content:'';
  background: url('../assets/icons/alert.svg') no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: var(--space-xs, 4px);
}
form .datepicker .date-error,
.form .datepicker .date-error {
  display: flex;
  align-items: baseline;
}
.promotions .node__content {
  padding-top: var(--space-2xl, 40px);
}
.page__footer .social-media-link a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.page__footer .social-media-share-wrapper .block-subtitle {
  color: var(--color-background-subtle-neutral, #F8F8F9);
  font-size: var(--typography-font-size-footnote-sm, 14px);
  line-height: var(--typography-line-height-footnote-md, 22px);
  font-weight: var(--font-weight-font-weight-regular, 400);
}
.page__footer .social-media-share-wrapper .block-subtitle a {
  font-weight: var(--font-weight-font-weight-bold, 700);
}
.corporate .page__footer .social-media-link  img  {
  border-radius: 0;
}
.corporate .block-social-media-icon-block .block-title {
  margin-bottom: var(--space-md, 16px);
}
.corporate .page__footer .block-social-media-icon-block {
  margin-left: auto;
}
.corporate .footer_nav {
  justify-content: flex-start;
}
.fixed-header-enable header + main {
  padding-top: var(--space-2xl, 40px);
}
.footer-block-wrapper-class {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl, 32px);
}
.footer-block-wrapper-class .footer-download-block {
  margin-left: 0;
}
.social-media-share-wrapper .block-subtitle {
  margin-bottom: var(--space-md, 16px);
}
.footer-block-wrapper-class .social-media-share-wrapper .block-title {
  display: none;
}
.main__content .pagination {
  margin-bottom: 0;
  gap: var(--space-sm, 8px);
  margin-top: var(--space-md, 16px);
}
.main__content .pagination .page-link {
  background-color: var(--color-surface-default, #FFFFFF);
  border: 1px solid var(--color-border-width-border-width-default, #DEDEE0);
  color: var(--color-foreground-default, #010414);
  font-size: var(--typography-font-size-footnote-lg, 14px);
  line-height: var(--typography-line-height-footnote-lg, 22px);
  border-radius: var(--border-radius-border-radius-md, 8px);
  padding: 0;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__content .pagination .page-link:hover {
  background-color: var(--color-surface-subtle, #F8F8F9);
}
.main__content .pagination .active .page-link {
  background-color: var(--color-surface-interaction-active, #1975FF);
  color: var(--color-surface-default, #FFFFFF);
}
.main__content .pagination .disabled .page-link {
  background-color: var(--color-surface-disabled, #DEDEE0);
}
.main__content .pagination .pager__item--last,
.main__content .pagination .pager__item--first {
  display: none;
}
.main__content .pager__item--next .page-link,
.main__content .pager__item--previous .page-link {
  position: relative;
  font-size: 0;
  border: 0;
}
.main__content .pager__item--next .page-link::after,
.main__content .pager__item--previous .page-link::after {
  content: '';
  background: url(../assets/icons/right-arrow.svg) no-repeat center;
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  background-size: contain;
}
.main__content .pager__item--previous .page-link::after {
  transform: rotate(180deg);
}
.block-social-media-follow-block .social-media-share-wrapper {
  text-align: center;
}
.block-social-media-follow-block .social-media-links-wrapper {
  justify-content: center;
}
.block-social-media-follow-block {
  margin: var(--space-2xl, 40px) 0;
}
.block-social-media-follow-block .block-title {
  margin-bottom: var(--space-md, 16px);
}
@media (min-width: 1281px) {
  .container,
  .custom-container {
    max-width: 1280px;
  }
}
/* Mini Desktop Start */
@media only screen and (max-width: 1280px) {
  .container,
  .custom-container {
    padding: 0 var(--space-3xl);
  }
}
/* Tablet Start */
@media only screen and (max-width: 960px) {
  .container:has(.careers-logo) {
    flex-direction: column;
  }
  .container .careers-logo {
    width: 100%;
  }
  .careers-tabs .tab-wrapper .nav-tabs {
    flex-wrap: wrap;
  }
  .corporate .search-block-form  {
    display: none;
  }
  form .webform-type-fieldset > div,
  .form .webform-type-fieldset > div {
    flex-direction: column;
  }
  .container,
  .custom-container {
    padding: 0 var(--space-xl);
  }
  .md-show {
    display: none;
  }
  .sm-show {
    display: block;
  }
  .h1,
  h1 {
    font-size: var(--typography-font-size-heading1-sm, 32px);
    line-height: var(--typography-line-height-heading1-sm, 38px);
  }
  .h2,
  h2 {
    font-size: var(--typography-font-size-heading2-sm, 26px);
    line-height: var(--typography-line-height-heading2-sm, 36px);
  }
  .h3,
  h3 {
    font-size: var(--typography-font-size-heading3-sm, 22px);
    line-height: var(--typography-line-height-heading3-sm, 30px);
  }
  .h4,
  h4 {
    font-size: var(--typography-font-size-heading4-sm, 20px);
    line-height: var(--typography-line-height-heading4-sm, 28px);
  }
  .h5,
  h5 {
    font-size: var(--typography-font-size-heading5-sm, 16px);
    line-height: var(--typography-line-height-heading5-sm, 20px);
  }
  .v-width-full-sm {
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
/* Mobile Start */
@media only screen and (max-width: 767px) {
  .container,
  .custom-container {
    padding: 0 var(--space-lg);
  }
}
@media only screen and (max-width: 640px) {
  .container,
  .custom-container {
    padding: 0 var(--space-md);
  }
}