.btn {
  border-width: 2px;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .kerning-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .kerning-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .kerning-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .kerning-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .kerning-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1600px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
  color: #4c08c4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfcefd;
  color: #dfcefd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a97bfa !important;
  background-color: transparent !important;
  border-color: #a97bfa !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #dfcefd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6cf9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.kerning-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.kerning-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.kerning-plan-header.bg-primary .kerning-plan-subtitle,
.kerning-plan-header.bg-primary .kerning-plan-price-desc {
  color: #ffffff;
}
.kerning-plan-header.bg-success .kerning-plan-subtitle,
.kerning-plan-header.bg-success .kerning-plan-price-desc {
  color: #a0d8df;
}
.kerning-plan-header.bg-info .kerning-plan-subtitle,
.kerning-plan-header.bg-info .kerning-plan-price-desc {
  color: #ffffff;
}
.kerning-plan-header.bg-warning .kerning-plan-subtitle,
.kerning-plan-header.bg-warning .kerning-plan-price-desc {
  color: #ffffff;
}
.kerning-plan-header.bg-danger .kerning-plan-subtitle,
.kerning-plan-header.bg-danger .kerning-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .kerning-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .kerning-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfcefd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO1SEWRIa3 .nav-link {
  position: relative;
}
.F9x0SHx-uO1SEWRIa3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu,
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-item:focus,
.F9x0SHx-uO1SEWRIa3 .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item.active,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO1SEWRIa3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO1SEWRIa3 ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO1SEWRIa3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO1SEWRIa3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    height: 70px;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO1SZExokP {
  background-color: #534531;
}
.F9x0SHx-uO1SZExokP .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO1SZExokP .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO1SZExokP .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SZExokP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.F9x0SHx-uO1SZExokP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SZExokP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .F9x0SHx-uO1SZExokP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.F9x0SHx-uO1SZExokP .kerning-section-title {
  text-align: center;
  color: #ffffff;
}
.F9x0SHx-uO1SZExokP .kerning-text,
.F9x0SHx-uO1SZExokP .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO1T6nauFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO1T6nauFb blockquote {
  border-color: #534531;
  border-radius: 4px;
  background-color: #ffffff;
}
.F9x0SHx-uO1T6nauFb .kerning-section-title {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO1T6nauFb .kerning-text {
  color: #000000;
}
.F9x0SHx-uO1TrgsCWG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #534531;
}
.F9x0SHx-uO1TrgsCWG .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO1TrgsCWG .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TrgsCWG .container {
    padding: 0 30px;
  }
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.F9x0SHx-uO1TrgsCWG .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.F9x0SHx-uO1TrgsCWG .item-title {
  color: #144031;
}
.F9x0SHx-uO1TrgsCWG .item-text {
  color: #ffffff;
}
.F9x0SHx-uO1TrgsCWG .item-title,
.F9x0SHx-uO1TrgsCWG .kerning-section-btn {
  color: #ffffff;
  text-align: center;
}
.F9x0SHx-uO1TvsTpcy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .F9x0SHx-uO1TvsTpcy .container {
    padding: 0 24px;
  }
}
.F9x0SHx-uO1TvsTpcy .card {
  justify-content: center;
}
.F9x0SHx-uO1TvsTpcy .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TvsTpcy .title-wrapper {
    padding: 0 24px 24px;
  }
}
.F9x0SHx-uO1TvsTpcy .title-wrapper .kerning-section-title {
  margin-bottom: 16px;
}
.F9x0SHx-uO1TvsTpcy .title-wrapper .kerning-desc {
  margin-bottom: 0;
}
.F9x0SHx-uO1TvsTpcy .text-wrapper {
  border-top: 1px solid #534531;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TvsTpcy .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.F9x0SHx-uO1TvsTpcy .text-wrapper .kerning-text {
  width: 45%;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TvsTpcy .text-wrapper .kerning-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .F9x0SHx-uO1TvsTpcy .text-wrapper .kerning-text:last-child {
    margin-bottom: 0;
  }
}
.F9x0SHx-uO1TvsTpcy .kerning-section-title {
  color: #F9F6E0;
}
.F9x0SHx-uO1TvsTpcy .kerning-desc {
  color: #2a2a2a;
}
.F9x0SHx-uO1TvsTpcy .kerning-text {
  color: #000000;
}
.F9x0SHx-uO1TvsTpcy .kerning-section-btn {
  text-align: right;
}
.F9x0SHx-uO1TvsTpcy .kerning-section-title,
.F9x0SHx-uO1TvsTpcy .kerning-section-btn {
  color: #000000;
  text-align: center;
}
.F9x0SHx-uO1TxnZubc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #534531;
}
.F9x0SHx-uO1TxnZubc .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO1TxnZubc .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO1TxnZubc .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1TxnZubc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .F9x0SHx-uO1TxnZubc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .F9x0SHx-uO1TxnZubc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO1TxnZubc .content-wrapper {
    padding: 5rem 3rem;
  }
  .F9x0SHx-uO1TxnZubc .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.F9x0SHx-uO1TxnZubc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.F9x0SHx-uO1TxnZubc .card-title {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO1TxnZubc .kerning-text,
.F9x0SHx-uO1TxnZubc .kerning-section-btn {
  color: #000000;
}
.F9x0SHx-uO1TG7K93B {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.F9x0SHx-uO1TG7K93B .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO1TG7K93B .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO1TG7K93B .content-wrapper .kerning-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TG7K93B .content-wrapper .kerning-section-title {
    margin-bottom: 32px;
  }
}
.F9x0SHx-uO1TG7K93B .content-wrapper .text-wrapper .kerning-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .F9x0SHx-uO1TG7K93B .content-wrapper .text-wrapper .kerning-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TG7K93B .content-wrapper .text-wrapper .kerning-text {
    width: 100%;
  }
}
.F9x0SHx-uO1TG7K93B .content-wrapper .image-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TG7K93B .content-wrapper .image-wrapper {
    margin-top: 32px;
  }
}
.F9x0SHx-uO1TG7K93B .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TG7K93B .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.F9x0SHx-uO1TG7K93B .content-wrapper .kerning-desc {
  margin-top: 32px;
  margin-bottom: 0;
}
.F9x0SHx-uO1TG7K93B .content-wrapper .kerning-section-btn {
  margin-top: 32px;
}
.F9x0SHx-uO1TG7K93B .kerning-section-title {
  color: #c10b02;
}
.F9x0SHx-uO1TG7K93B .kerning-text,
.F9x0SHx-uO1TG7K93B .text-wrapper {
  color: #000000;
  text-align: center;
}
.F9x0SHx-uO1TG7K93B .kerning-desc {
  color: #4b4949;
  text-align: center;
}
.F9x0SHx-uO1TG7K93B .kerning-section-title,
.F9x0SHx-uO1TG7K93B .kerning-section-btn {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO1TIayUmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #534531;
}
.F9x0SHx-uO1TIayUmc .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO1TIayUmc .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO1TIayUmc .row {
  justify-content: center;
}
.F9x0SHx-uO1TIayUmc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TIayUmc .title-wrapper {
    margin-bottom: 30px;
  }
}
.F9x0SHx-uO1TIayUmc .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO1TIayUmc .item {
    margin-bottom: 16px;
  }
}
.F9x0SHx-uO1TIayUmc .item .item-wrapper .contact-wrapper {
  padding: 26px 22px;
  background-color: #ffffff;
}
.F9x0SHx-uO1TIayUmc .item .item-wrapper .contact-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.F9x0SHx-uO1TIayUmc .item .item-wrapper .contact-wrapper .contact-wrap .kerning-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-right: 20px;
  background-color: #232323;
  color: #ffffff;
}
.F9x0SHx-uO1TIayUmc .item .item-wrapper .contact-wrapper .contact-wrap .card-title {
  margin-bottom: 0;
}
.F9x0SHx-uO1TIayUmc .kerning-section-title {
  color: #ffffff;
  text-align: center;
}
.F9x0SHx-uO1TIayUmc .card-title {
  color: #000000;
}
.F9x0SHx-uO1TIayUmc .kerning-section-title,
.F9x0SHx-uO1TIayUmc .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO23tvE0xC .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO23tvE0xC .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23tvE0xC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO23tvE0xC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO23tvE0xC .dropdown-item:hover,
.F9x0SHx-uO23tvE0xC .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO23tvE0xC .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO23tvE0xC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO23tvE0xC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO23tvE0xC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO23tvE0xC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO23tvE0xC .nav-link {
  position: relative;
}
.F9x0SHx-uO23tvE0xC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO23tvE0xC .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO23tvE0xC .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO23tvE0xC .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO23tvE0xC .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO23tvE0xC .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO23tvE0xC .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO23tvE0xC .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO23tvE0xC .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO23tvE0xC .dropdown-menu,
.F9x0SHx-uO23tvE0xC .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO23tvE0xC .nav-item:focus,
.F9x0SHx-uO23tvE0xC .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO23tvE0xC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23tvE0xC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO23tvE0xC .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO23tvE0xC .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23tvE0xC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO23tvE0xC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO23tvE0xC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO23tvE0xC .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO23tvE0xC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO23tvE0xC .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO23tvE0xC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO23tvE0xC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO23tvE0xC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO23tvE0xC .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO23tvE0xC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO23tvE0xC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO23tvE0xC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO23tvE0xC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO23tvE0xC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO23tvE0xC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO23tvE0xC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO23tvE0xC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO23tvE0xC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO23tvE0xC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO23tvE0xC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO23tvE0xC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO23tvE0xC .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO23tvE0xC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO23tvE0xC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO23tvE0xC .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO23tvE0xC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO23tvE0xC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO23tvE0xC .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO23tvE0xC .dropdown-item.active,
.F9x0SHx-uO23tvE0xC .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO23tvE0xC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO23tvE0xC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO23tvE0xC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO23tvE0xC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO23tvE0xC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO23tvE0xC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO23tvE0xC ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO23tvE0xC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO23tvE0xC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO23tvE0xC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO23tvE0xC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO23tvE0xC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO23tvE0xC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO23tvE0xC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO23tvE0xC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO23tvE0xC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO23tvE0xC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO23tvE0xC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO23tvE0xC .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO23tvE0xC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO23tvE0xC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO23tvE0xC .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO23tvE0xC .navbar {
    height: 70px;
  }
  .F9x0SHx-uO23tvE0xC .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO23tvE0xC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO23tvE0xC .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO23tvE0xC .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO23tvE0xC .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO23tvE0xC .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO23tvE0xC .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO23tvE0xC .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO23tvE0xC .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23tvE0xC .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO23tvE0xC .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO23tvE0xC .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23tweK2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO23tweK2M .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO23tweK2M .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO23tweK2M .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .F9x0SHx-uO23tweK2M .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .F9x0SHx-uO23tweK2M .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO23tweK2M .card-wrapper {
    padding: 4rem;
  }
}
.F9x0SHx-uO23tweK2M .kerning-text,
.F9x0SHx-uO23tweK2M .kerning-section-btn {
  color: #000000;
  text-align: left;
}
.F9x0SHx-uO23tweK2M .card-title,
.F9x0SHx-uO23tweK2M .card-box {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO23sBSBHn .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO23sBSBHn .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23sBSBHn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO23sBSBHn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO23sBSBHn .dropdown-item:hover,
.F9x0SHx-uO23sBSBHn .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO23sBSBHn .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO23sBSBHn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO23sBSBHn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO23sBSBHn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO23sBSBHn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO23sBSBHn .nav-link {
  position: relative;
}
.F9x0SHx-uO23sBSBHn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO23sBSBHn .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO23sBSBHn .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO23sBSBHn .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO23sBSBHn .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO23sBSBHn .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO23sBSBHn .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO23sBSBHn .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO23sBSBHn .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO23sBSBHn .dropdown-menu,
.F9x0SHx-uO23sBSBHn .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO23sBSBHn .nav-item:focus,
.F9x0SHx-uO23sBSBHn .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO23sBSBHn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23sBSBHn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO23sBSBHn .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO23sBSBHn .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23sBSBHn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO23sBSBHn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO23sBSBHn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO23sBSBHn .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO23sBSBHn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO23sBSBHn .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO23sBSBHn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO23sBSBHn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO23sBSBHn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO23sBSBHn .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO23sBSBHn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO23sBSBHn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO23sBSBHn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO23sBSBHn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO23sBSBHn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO23sBSBHn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO23sBSBHn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO23sBSBHn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO23sBSBHn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO23sBSBHn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO23sBSBHn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO23sBSBHn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO23sBSBHn .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO23sBSBHn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO23sBSBHn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO23sBSBHn .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO23sBSBHn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO23sBSBHn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO23sBSBHn .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO23sBSBHn .dropdown-item.active,
.F9x0SHx-uO23sBSBHn .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO23sBSBHn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO23sBSBHn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO23sBSBHn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO23sBSBHn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO23sBSBHn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO23sBSBHn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO23sBSBHn ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO23sBSBHn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO23sBSBHn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO23sBSBHn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO23sBSBHn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO23sBSBHn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO23sBSBHn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO23sBSBHn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO23sBSBHn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO23sBSBHn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO23sBSBHn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO23sBSBHn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO23sBSBHn .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO23sBSBHn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO23sBSBHn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO23sBSBHn .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO23sBSBHn .navbar {
    height: 70px;
  }
  .F9x0SHx-uO23sBSBHn .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO23sBSBHn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO23sBSBHn .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO23sBSBHn .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO23sBSBHn .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO23sBSBHn .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO23sBSBHn .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO23sBSBHn .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO23sBSBHn .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23sBSBHn .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO23sBSBHn .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO23sBSBHn .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23sCoGXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO23sCoGXz .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO23sCoGXz .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO23sCoGXz .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .F9x0SHx-uO23sCoGXz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .F9x0SHx-uO23sCoGXz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO23sCoGXz .card-wrapper {
    padding: 4rem;
  }
}
.F9x0SHx-uO23sCoGXz .kerning-text,
.F9x0SHx-uO23sCoGXz .kerning-section-btn {
  color: #000000;
  text-align: left;
}
.F9x0SHx-uO23sCoGXz .card-title,
.F9x0SHx-uO23sCoGXz .card-box {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO23sio4H7 .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO23sio4H7 .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23sio4H7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO23sio4H7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO23sio4H7 .dropdown-item:hover,
.F9x0SHx-uO23sio4H7 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO23sio4H7 .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO23sio4H7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO23sio4H7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO23sio4H7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO23sio4H7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO23sio4H7 .nav-link {
  position: relative;
}
.F9x0SHx-uO23sio4H7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO23sio4H7 .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO23sio4H7 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO23sio4H7 .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO23sio4H7 .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO23sio4H7 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO23sio4H7 .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO23sio4H7 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO23sio4H7 .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO23sio4H7 .dropdown-menu,
.F9x0SHx-uO23sio4H7 .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO23sio4H7 .nav-item:focus,
.F9x0SHx-uO23sio4H7 .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO23sio4H7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23sio4H7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO23sio4H7 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO23sio4H7 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO23sio4H7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO23sio4H7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO23sio4H7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO23sio4H7 .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO23sio4H7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO23sio4H7 .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO23sio4H7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO23sio4H7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO23sio4H7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO23sio4H7 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO23sio4H7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO23sio4H7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO23sio4H7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO23sio4H7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO23sio4H7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO23sio4H7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO23sio4H7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO23sio4H7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO23sio4H7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO23sio4H7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO23sio4H7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO23sio4H7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO23sio4H7 .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO23sio4H7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO23sio4H7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO23sio4H7 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO23sio4H7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO23sio4H7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO23sio4H7 .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO23sio4H7 .dropdown-item.active,
.F9x0SHx-uO23sio4H7 .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO23sio4H7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO23sio4H7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO23sio4H7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO23sio4H7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO23sio4H7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO23sio4H7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO23sio4H7 ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO23sio4H7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO23sio4H7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO23sio4H7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO23sio4H7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO23sio4H7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO23sio4H7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO23sio4H7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO23sio4H7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO23sio4H7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO23sio4H7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO23sio4H7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO23sio4H7 .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO23sio4H7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO23sio4H7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO23sio4H7 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO23sio4H7 .navbar {
    height: 70px;
  }
  .F9x0SHx-uO23sio4H7 .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO23sio4H7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO23sio4H7 .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO23sio4H7 .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO23sio4H7 .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO23sio4H7 .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO23sio4H7 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO23sio4H7 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO23sio4H7 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23sio4H7 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO23sio4H7 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO23sio4H7 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23siY682 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO23siY682 .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO23siY682 .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO23siY682 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .F9x0SHx-uO23siY682 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .F9x0SHx-uO23siY682 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO23siY682 .card-wrapper {
    padding: 4rem;
  }
}
.F9x0SHx-uO23siY682 .kerning-text,
.F9x0SHx-uO23siY682 .kerning-section-btn {
  color: #000000;
  text-align: left;
}
.F9x0SHx-uO23siY682 .card-title,
.F9x0SHx-uO23siY682 .card-box {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO1SEWRIa3 .nav-link {
  position: relative;
}
.F9x0SHx-uO1SEWRIa3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu,
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-item:focus,
.F9x0SHx-uO1SEWRIa3 .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item.active,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO1SEWRIa3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO1SEWRIa3 ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO1SEWRIa3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO1SEWRIa3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    height: 70px;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO23mvyBE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO23mvyBE6 .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO23mvyBE6 .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO23mvyBE6 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .F9x0SHx-uO23mvyBE6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .F9x0SHx-uO23mvyBE6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO23mvyBE6 .card-wrapper {
    padding: 4rem;
  }
}
.F9x0SHx-uO23mvyBE6 .kerning-text,
.F9x0SHx-uO23mvyBE6 .kerning-section-btn {
  color: #000000;
  text-align: left;
}
.F9x0SHx-uO23mvyBE6 .card-title,
.F9x0SHx-uO23mvyBE6 .card-box {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO1SEWRIa3 .nav-link {
  position: relative;
}
.F9x0SHx-uO1SEWRIa3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu,
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-item:focus,
.F9x0SHx-uO1SEWRIa3 .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item.active,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO1SEWRIa3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO1SEWRIa3 ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO1SEWRIa3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO1SEWRIa3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    height: 70px;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO22P8oPex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO22P8oPex .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO22P8oPex .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO22P8oPex .content-wrap {
  margin: 0;
}
.F9x0SHx-uO22P8oPex .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.F9x0SHx-uO22P8oPex .label-wrapper .kerning-label {
  margin-bottom: 22px;
}
.F9x0SHx-uO22P8oPex .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .F9x0SHx-uO22P8oPex .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .F9x0SHx-uO22P8oPex .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .content-wrapper {
    padding: 0;
  }
}
.F9x0SHx-uO22P8oPex .content-wrapper .kerning-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .content-wrapper .kerning-section-title {
    margin-bottom: 32px;
  }
}
.F9x0SHx-uO22P8oPex .content-wrapper .text-wrapper .kerning-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .content-wrapper .text-wrapper .kerning-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.F9x0SHx-uO22P8oPex .desc-wrapper .kerning-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .F9x0SHx-uO22P8oPex .desc-wrapper .kerning-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .F9x0SHx-uO22P8oPex .desc-wrapper .kerning-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .desc-wrapper .kerning-desc {
    width: 100%;
    padding: 0;
  }
}
.F9x0SHx-uO22P8oPex .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #534531;
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .F9x0SHx-uO22P8oPex .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .F9x0SHx-uO22P8oPex .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #534531;
    padding-top: 22px;
  }
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #534531 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #534531 !important;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #534531;
  border-radius: 0;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #000000;
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .kerning-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .kerning-section-btn {
    margin-top: 0;
  }
}
.F9x0SHx-uO22P8oPex .form-wrapper .form-wrap .dragArea.row .kerning-section-btn .btn {
  margin-bottom: 0;
}
.F9x0SHx-uO22P8oPex .kerning-label {
  color: #000000;
}
.F9x0SHx-uO22P8oPex .kerning-section-title {
  color: #c10b02;
}
.F9x0SHx-uO22P8oPex .kerning-text {
  color: #4b4949;
}
.F9x0SHx-uO22P8oPex .kerning-desc {
  color: #4b4949;
}
.F9x0SHx-uO22P8oPex label {
  color: #4b4949;
}
.F9x0SHx-uO22P8oPex .kerning-section-title,
.F9x0SHx-uO22P8oPex .kerning-section-btn {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO22P8oPex .kerning-text,
.F9x0SHx-uO22P8oPex .text-wrapper {
  color: #000000;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  position: relative !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:before {
  font-family: radio2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:hover span {
  color: white;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.F9x0SHx-uO1SEWRIa3 .nav-link {
  position: relative;
}
.F9x0SHx-uO1SEWRIa3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .container {
    flex-wrap: nowrap;
  }
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper {
  color: #0e0e0e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper .kerning-iconfont {
  transition: 0.4s all;
}
.F9x0SHx-uO1SEWRIa3 .iconfont-wrapper:hover .kerning-iconfont {
  color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-item:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-menu,
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  background: #2a2a2a !important;
}
.F9x0SHx-uO1SEWRIa3 .nav-item:focus,
.F9x0SHx-uO1SEWRIa3 .nav-link:focus {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.F9x0SHx-uO1SEWRIa3 .dropdown .dropdown-menu .dropdown-item .kerning-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2a2a2a;
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.opened {
  transition: all 0.3s;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
  width: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed {
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .F9x0SHx-uO1SEWRIa3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.F9x0SHx-uO1SEWRIa3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .F9x0SHx-uO1SEWRIa3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short {
  min-height: 60px;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.F9x0SHx-uO1SEWRIa3 .navbar-brand .navbar-logo a {
  outline: none;
}
.F9x0SHx-uO1SEWRIa3 .dropdown-item.active,
.F9x0SHx-uO1SEWRIa3 .dropdown-item:active {
  background-color: transparent;
}
.F9x0SHx-uO1SEWRIa3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2a2a;
}
.F9x0SHx-uO1SEWRIa3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.F9x0SHx-uO1SEWRIa3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.F9x0SHx-uO1SEWRIa3 ul.navbar-nav {
  flex-wrap: wrap;
}
.F9x0SHx-uO1SEWRIa3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.F9x0SHx-uO1SEWRIa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.F9x0SHx-uO1SEWRIa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.F9x0SHx-uO1SEWRIa3 .navbar-dropdown {
  padding: 0 1rem;
}
.F9x0SHx-uO1SEWRIa3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.F9x0SHx-uO1SEWRIa3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .F9x0SHx-uO1SEWRIa3 .navbar {
    height: 70px;
  }
  .F9x0SHx-uO1SEWRIa3 .navbar.opened {
    height: auto;
  }
  .F9x0SHx-uO1SEWRIa3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .F9x0SHx-uO1SEWRIa3 .kerning-section-btn {
    text-align: center !important;
  }
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffffff 50%, #ffffff 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.F9x0SHx-uO1SEWRIa3 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.F9x0SHx-uO1UVUzucw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #534531;
}
.F9x0SHx-uO1UVUzucw .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO1UVUzucw .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .F9x0SHx-uO1UVUzucw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .F9x0SHx-uO1UVUzucw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO1UVUzucw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.F9x0SHx-uO1UVUzucw .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.F9x0SHx-uO1UVUzucw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.F9x0SHx-uO1UVUzucw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.F9x0SHx-uO1UVUzucw .card-title {
  color: #000000;
  text-align: center;
}
.F9x0SHx-uO1UVUzucw .kerning-text {
  color: #000000;
}
.F9x0SHx-uO1UVUzucw .price {
  color: #000000;
}
.F9x0SHx-uO20BWC1dz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO20BWC1dz .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO20BWC1dz .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .F9x0SHx-uO20BWC1dz .container {
    padding: 0 16px;
  }
}
.F9x0SHx-uO20BWC1dz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.F9x0SHx-uO20BWC1dz .content-wrapper .kerning-section-title {
  margin-bottom: 50px;
}
.F9x0SHx-uO20BWC1dz .content-wrapper .kerning-text {
  margin-bottom: 0;
}
.F9x0SHx-uO20BWC1dz .kerning-section-title {
  color: #000000;
  text-align: center;
}
.F9x0SHx-uO20BWC1dz .kerning-text {
  color: #000000;
}
.F9x0SHx-uO20HOPyi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #534531;
}
.F9x0SHx-uO20HOPyi6 .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO20HOPyi6 .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO20HOPyi6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20HOPyi6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .F9x0SHx-uO20HOPyi6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .F9x0SHx-uO20HOPyi6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .F9x0SHx-uO20HOPyi6 .container {
    padding: 0 16px;
  }
}
.F9x0SHx-uO20HOPyi6 .row {
  justify-content: center;
}
.F9x0SHx-uO20HOPyi6 .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .F9x0SHx-uO20HOPyi6 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .F9x0SHx-uO20HOPyi6 .content-wrapper {
    padding: 30px 25px;
  }
}
.F9x0SHx-uO20HOPyi6 .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .F9x0SHx-uO20HOPyi6 .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.F9x0SHx-uO20HOPyi6 .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .F9x0SHx-uO20HOPyi6 .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.F9x0SHx-uO20HOPyi6 .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .F9x0SHx-uO20HOPyi6 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.F9x0SHx-uO20HOPyi6 .content-wrapper .content-wrap .kerning-section-title {
  margin-bottom: 16px;
}
.F9x0SHx-uO20HOPyi6 .content-wrapper .content-wrap .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO20HOPyi6 .kerning-section-title {
  color: #000000;
  text-align: center;
}
.F9x0SHx-uO20HOPyi6 .kerning-text {
  color: #000000;
}
.F9x0SHx-uO20MvtezA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.F9x0SHx-uO20MvtezA .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO20MvtezA .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .F9x0SHx-uO20MvtezA .row {
    margin: 0;
  }
}
.F9x0SHx-uO20MvtezA .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.F9x0SHx-uO20MvtezA .row .card:nth-child(2) {
  border-left: 1px solid #534531;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.F9x0SHx-uO20MvtezA .row .card:nth-child(3) {
  border-top: 1px solid #534531;
}
.F9x0SHx-uO20MvtezA .row .card:nth-child(4) {
  border-top: 1px solid #534531;
  border-left: 1px solid #534531;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.F9x0SHx-uO20MvtezA .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .subtitle-wrap {
    display: block;
  }
}
.F9x0SHx-uO20MvtezA .subtitle-wrap .kerning-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .subtitle-wrap .kerning-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #534531;
    text-align: left;
  }
}
.F9x0SHx-uO20MvtezA .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .content-wrapper {
    padding: 24px;
    border-top: 1px solid #534531;
    border-left: 1px solid #534531;
  }
}
.F9x0SHx-uO20MvtezA .content-wrapper .kerning-section-title {
  margin-bottom: 16px;
}
.F9x0SHx-uO20MvtezA .content-wrapper .kerning-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .content-wrapper .kerning-text {
    text-align: left;
  }
}
.F9x0SHx-uO20MvtezA .content-wrapper .kerning-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .content-wrapper .kerning-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.F9x0SHx-uO20MvtezA .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO20MvtezA .content-wrapper .list {
    margin-top: 24px;
  }
}
.F9x0SHx-uO20MvtezA .content-wrapper .list .item {
  margin-bottom: 24px;
}
.F9x0SHx-uO20MvtezA .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.F9x0SHx-uO20MvtezA .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0b548;
  -webkit-background-clip: text;
}
.F9x0SHx-uO20MvtezA .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.F9x0SHx-uO20MvtezA .kerning-section-title {
  color: #F9F6E0;
}
.F9x0SHx-uO20MvtezA .kerning-section-subtitle {
  color: #000000;
  text-align: center;
}
.F9x0SHx-uO20MvtezA .kerning-text {
  color: #000000;
}
.F9x0SHx-uO20MvtezA .card-text {
  color: #F9F6E0;
}
.F9x0SHx-uO20MvtezA .kerning-section-title,
.F9x0SHx-uO20MvtezA .kerning-section-btn {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO21oyDnsB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #534531;
}
.F9x0SHx-uO21oyDnsB .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO21oyDnsB .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO21oyDnsB .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .F9x0SHx-uO21oyDnsB .text-wrapper {
    padding: 3rem 1rem;
  }
}
.F9x0SHx-uO21oyDnsB .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.F9x0SHx-uO21oyDnsB .image-wrapper {
  padding: 0;
}
.F9x0SHx-uO21oyDnsB .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.F9x0SHx-uO21oyDnsB .kerning-section-title {
  text-align: center;
  color: #000000;
}
.F9x0SHx-uO21oyDnsB .kerning-text,
.F9x0SHx-uO21oyDnsB .kerning-section-btn {
  color: #000000;
}
.F9x0SHx-uO28sOOi8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image.disabled {
  display: none;
}
.F9x0SHx-uO28sOOi8x .kerning-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper {
    display: block;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .kerning-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .kerning-iconfont,
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .kerning-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .content-wrapper .social-wrapper .social-wrap .soc-item a .kerning-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.F9x0SHx-uO28sOOi8x .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .border-wrap {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.F9x0SHx-uO28sOOi8x .items-wrapper .card {
  padding: 0 32px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .list-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .list-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:hover,
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.F9x0SHx-uO28sOOi8x .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .F9x0SHx-uO28sOOi8x .text-wrapper {
    margin-bottom: 24px;
  }
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-desc {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .text-wrapper .kerning-text {
  margin-bottom: 16px;
}
.F9x0SHx-uO28sOOi8x .kerning-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-desc {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .text-wrapper {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list {
  color: #9aa0a6;
}
.F9x0SHx-uO28sOOi8x .list,
.F9x0SHx-uO28sOOi8x .item-wrap {
  color: #ffffff;
}
.F9x0SHx-uO28sOOi8x .kerning-text,
.F9x0SHx-uO28sOOi8x .kerning-section-btn {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceLeft {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
}

.navbar-brand {
    animation: bounceLeft 1s ease-in-out 1 forwards;
}
/* endlogoanimations */

/* mainanimations */
/* Style 25: drop-shadow filter */
a, button, .btn {
  transition: filter 0.2s ease;
}
a:active, button:active, .btn:active {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
/* endmainanimations */
