@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=BIZ+UDPGothic&display=swap');
/* Entry point for your Sass build*/
html {
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-break: break-word;
}
@font-face {
  font-family: myFirstFont;
  src: url("/assets/font/fontopoSOLID-Regular-190c96f8d291df8870b8c87043a7a856fc917fd8.otf?zfpzxd");
  src: url("/assets/font/fontopoSOLID-Regular-f5b843c3854f1152d9d5a68033577ec6fd1029cf.eot?zfpzxd");
  src: url("/assets/font/fontopoSOLID-Regular-6142f6f7a7e07028aebcb4ff27aa75e34ef8cac3.ttf?zfpzxd");
  src: url("/assets/font/fontopoSOLID-Regular-3f3c8bb509d4a39b2c77a452482cf3e5bf7fc9cb.woff?zfpzxd");
  font-display: swap;
}
@font-face {
  font-family: ChiseBol;
  src: url("/assets/font/ChiseBol-04546f2db8e64137cdc660c9fa3ee65772b23973.otf?zfpzxd");
  src: url("/assets/font/ChiseBol2-04546f2db8e64137cdc660c9fa3ee65772b23973.otf?zfpzxd");
  font-display: swap;
}
.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ChiseBol {
  font-family: 'ChiseBol';
}
.myFirstFont {
  font-family: 'myFirstFont';
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix {
  zoom: 1;
}
body.scroll_fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.active {
  background-color: rgba(136, 108, 10, 0.04);
  position: relative;
}
.active span {
    color: #886C0A;
  }
.active i {
    display: none;
  }
.active::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 2;
    width: 2px;
    height: 16px;
    background-color: #886C0A;
    border-radius: 10px;
  }
input[type="radio"].radio1 {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 11px !important;
  height: 11px !important;
  background-color: white !important;
  border-radius: 9999px !important;
}
input[type="radio"].radio1:checked::before {
  top: 0.2px !important;
  left: 0.3px !important;
}
.checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 18px;
  min-height: 18px;
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
.checkbox:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.checkbox2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 20px;
  min-height: 20px;
  background-color: white;
  border: 2px solid black;
}
.checkbox2:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.solution_active {
  background-color: transparent !important;
  border: 1px solid #231815 !important;
  color: #231815 !important;
  cursor: text;
}
.solution_active:focus {
  outline: 0px !important;
}
.flex a:hover .arrow1 {
  padding-right: 15px;
  padding-left: 0px;
}
.flex a:hover .arrow2 {
  padding-right: 0;
  padding-left: 15px;
}
.flex a:hover .arrow3 {
  padding-right: 0;
  padding-left: 10px;
}
.bg-stretch {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.slide-down {
  animation: slideDown 0.5s ease-out forwards;
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 10000px;
    opacity: 1;
  }
}
.slide-up {
  animation: slideUp 0.5s ease-out forwards;
}
@keyframes slideUp {
  from {
    max-height: 10000px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}
.ui_menu {
  position: relative;
}
.ui_menu:hover ul,
.ui_menu:focus-within ul {
  transform: rotateX(0) rotateY(0) translateZ(0);
  pointer-events: auto;
  opacity: 1;
}
.ui_menu ul {
  transition: all .3s ease-in-out;
  transform-origin: -50px -50px;
  transform: rotateX(25deg) rotateY(0) translateZ(0);
  border-bottom: 1px solid #dee5ec;
  border-right: 1px solid #dee5ec;
  border-left: 1px solid #dee5ec;
  pointer-events: none;
  position: absolute;
  border-radius: 5px;
  min-width: 152px;
  margin: 6px 0 0;
  height: auto;
  opacity: 0;
  top: 40px;
  left: 0;
  background: #fff;
  z-index: 10;
  display: grid;
  row-gap: 5px;
  padding: 3px;
}
.ui_menu ul:after,
.ui_menu ul:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 58px;
  height: 0;
  width: 0;
  border: solid transparent;
  bottom: calc(100% - 1px);
  pointer-events: none;
}
.ui_menu ul:before {
  border-color: rgba(222, 229, 236, 0) rgba(222, 229, 236, 0) #dee5ec;
  border-width: 8px;
  margin-left: -8px;
}
.ui_menu ul:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  position: absolute;
  border-width: 7px;
  margin-left: -7px;
}
.ui_menu ul li {
  position: relative;
  line-height: 42px;
  display: block;
  height: 42px;
  z-index: 1;
  background: #fff;
}
.ui_menu ul li a {
  transition: all .2s linear;
  color: #545f66;
  box-sizing: border-box;
  white-space: nowrap;
  font-weight: 600;
  padding: 0 24px;
  font-size: 16px;
  display: block;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: white;
  outline: 1.5px solid white;
  background: #fff;
}
.ui_menu ul li a:focus {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: white;
  outline: 1.5px solid rgb(35 24 21) !important;
}
.ui_menu ul li a:hover {
  background-color: #f6f8fa;
}
.member_sidebar {
  max-height: 100%;
  overflow-y: auto;
  right: -500px;
  top: 0px;
  background: linear-gradient(to right, rgba(26, 23, 24, 0.9), rgba(0, 34, 102, 0.9));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: white;
  display: block;
  position: fixed;
  z-index: 100;
}
.member_sidebar.first_login {
  top: 0px;
}
.none_sidebar {
  max-width: 400px;
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -70%;
  display: block;
  z-index: 100;
  background: #424242;
  color: white;
  overflow: scroll;
}
.b_sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.5%;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #7f7f7f;
}
.top_click {
  background-color: white;
  color: #004098;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  padding: 6px 18px;
  border-radius: 30px;
  text-wrap: nowrap;
}
.top_active {
  background-color: transparent !important;
  border: 1px solid #90A6C5 !important;
  color: #90A6C5 !important;
}
.page_change {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #231815;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 2px;
  width: 30px;
  height: 30px;
}
.page_change:hover {
  background-color: transparent;
  border: 1px solid #231815;
  color: #231815;
}
.page_active {
  background-color: transparent !important;
  border: 1px solid #231815 !important;
  color: #231815 !important;
}
.clickable {
  background-color: #231815;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  padding: 7px 18px;
  border-radius: 30px;
  white-space: nowrap;
}
.clickable.solution_active {
  padding: 6px 17px;
}
.link_btn_blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14.5px 40px;
  border-radius: 50px;
  background-color: #004098;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.btn_small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 15px;
  border-radius: 20px;
  background-color: #1A1718;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
.h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  color: #231815;
}
.h3_icon,
.h3_no_icon {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.h4,
.list_large_ul,
.list_large_ol {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #231815;
}
.text_summary_default {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #231815;
}
.text_summary_bold {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #231815;
}
.text_default {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #231815;
}
.text_bold {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #231815;
}
.list_medium_ul,
.list_midium_ol,
.list_icon {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #231815;
}
.list_medium_ul_blue {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #004098;
}
.annotation {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #231815;
}
.link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 23px;
  background-color: #1A1718;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.link_btn_small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4.5px 20px;
  border-radius: 23px;
  background-color: #1A1718;
  color: #FFFFFF;
  font-style: normal;
  font-size: 12px;
}
.white_bg {
  display: grid;
  width: 100%;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  border-radius: 20px;
  background-color: white;
}
@media screen and (max-width: 950px) {
  .table_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
  }
}
table tr th,
    table tr td {
      border: 1px solid gray;
    }
.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.clamp-1 {
  -webkit-line-clamp: 1;
  /* 控制显示的最大行数 */
}
.clamp-2 {
  -webkit-line-clamp: 2;
  /* 控制显示的最大行数 */
}
.clamp-3 {
  -webkit-line-clamp: 3;
  /* 控制显示的最大行数 */
}
.clamp-5 {
  -webkit-line-clamp: 5;
  /* 控制显示的最大行数 */
}
.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix {
  zoom: 1;
}
select:focus, button:focus, input:focus, a:focus, select.form-control:focus, .btn:focus {
    outline: none;
    box-shadow: none;
  }
input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
}
input[type=range]:focus {
    outline: none;
  }
input[type=range]:focus::-ms-thumb {
      outline: none;
      box-shadow: none;
      border: none;
    }
input[type=range]:hover::-webkit-slider-thumb {
      background: #D40039;
    }
input[type=range]:hover::-moz-range-thumb {
      background: #D40039;
    }
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 99px;
  }
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    outline: none;
    border: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    background: #E6003E;
    cursor: pointer;
  }
input[type=range]::-moz-range-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 99px;
  }
input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    outline: none;
    border: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    background: #E6003E;
    cursor: pointer;
  }
input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 99px;
    border: none;
    outline: none;
    color: transparent;
  }
input[type=range]::-ms-thumb {
    background: #E6003E;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    cursor: pointer;
  }
input[type=range]::-ms-fill-lower {
    background: transparent;
    border: none;
  }
input[type=range]::-ms-fill-upper {
    background: transparent;
    border: none;
  }
input:focus-visible {
  outline: none
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="password"]::-ms-clear {
  display: none;
}
input[type="password"]::-o-clear {
  display: none;
}
.checkbox-input:checked {
    background-color: rgba(51, 65, 85, 1);
  }
.checkbox-input:checked +.icon-check {
      display: inline-flex;
    }
.checkbox-input.validate_error,
  .checkbox-input.is-invalid {
    border-color: #E60012;
  }
.checkbox-input ~#loginCheck-error {
    display: none !important;
  }
input.validate_error, .is-invalid {
  border-color: #E60012!important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input::input-placeholder {
  /* Chrome/Safari/Opera */
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
}
input::-webkit-input-placeholder {
  /* Chrome/Safari/Opera */
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
}
input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* IE 10+ 注意这里只有一个冒号 */
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
}
input[type="radio"],
input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}
input[type="radio"] {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
input[type="radio"].validate_error {
    border: 1px solid #DA1C1C;
  }
input[type="radio"]:checked {
  position: relative;
}
input[type="radio"]:checked:before {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #084397;
    border-radius: 50%;
    position: absolute;
    top: 4.5px;
    left: 4.5px;
  }
input[type="radio"]:checked.validate_error:before {
    top: 3.5px;
    left: 3.5px;
  }
input[type="radio"]:checked +label {
    color: #004098;
    font-weight: bold;
  }
input[type="checkbox"].checkbox3 {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  position: relative;
}
input[type="checkbox"].checkbox3.validate_error {
    border: 1px solid #DA1C1C;
  }
input[type="checkbox"].checkbox3:checked {
  position: relative;
  font-family: 'mess-v2';
}
input[type="checkbox"].checkbox3:checked:before {
    content: '\e92e';
    position: absolute;
    top: 2px;
    left: 1px;
    color: #084397;
    font-size: 14px;
    line-height: 1;
  }
input[type="checkbox"].checkbox3:checked +label {
    color: #004098;
    font-weight: bold;
  }
.select-box {
  position: relative;
  font-family: 'mess-v2';
}
.select-box:before {
    content: '\e91d';
    position: absolute;
    top: 50%;
    right: 12px;
    color: #084397;
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
  }
.select-box select.validate_error {
    border: 1px solid #DA1C1C;
  }
label.validate_error, .invalid-feedback {
  display: block !important;
  font-size: 0.875rem;
  color: #DA1C1C;
  margin-top: .25rem;
  width: 100%;
}
#loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
}
#loading:before {
    content: '';
    position: absolute;
    top: calc(35% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
  }
@keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.category_select+.from_select::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 5px;
}
.category_select+.from_select::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.category_select+.from_select::-moz-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 5px;
}
.category_select+.from_select::-moz-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
input:focus, button:focus, select:focus,a:focus{
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-color: white;
  outline: 1.5px solid rgb(35 24 21);
}
.btn-black:focus{
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  --tw-ring-color: rgb(35 24 21) !important;
  outline: 1.5px solid white !important;  
}
@font-face {
  font-family: 'mess-v1';
  src:  url("/assets/mess/mess-1-db9d2ac135ac8bc7cb8b961593bd45469598f190.eot?tgikek");
  src:  url("/assets/mess/mess-1-db9d2ac135ac8bc7cb8b961593bd45469598f190.eot?tgikek#iefix") format('embedded-opentype'),
  url("/assets/mess/mess-1-475d98894e657bd13beedc440cf5e7adfd2cf845.ttf?tgikek") format('truetype'),
  url("/assets/mess/mess-1-601676a0044d9e136500d5ca831eb5d648c3425c.woff?tgikek") format('woff'),
  url("/assets/mess/mess-1-7931f03047cc7f395a433962e84d26cc520ffd6f.svg?tgikek#mess-1") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="mess-v1-"], [class*=" mess-v1-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mess-v1' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mess-v1-line:before {
  content: "\ea22";
  color: #026;
}
.mess-v1-minkabu .path1:before {
  content: "\ea23";
  color: rgb(0, 34, 102);
}
.mess-v1-minkabu .path2:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-minkabu .path3:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-minkabu .path4:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-minkabu .path5:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-present .path1:before {
  content: "\ea28";
  color: rgb(56, 81, 206);
}
.mess-v1-present .path2:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-present .path3:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-diamond .path1:before {
  content: "\ea2b";
  color: rgb(0, 34, 102);
}
.mess-v1-diamond .path2:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-diamond .path3:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-diamond .path4:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-diamond .path5:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-coupon .path1:before {
  content: "\ea30";
  color: rgb(56, 81, 206);
}
.mess-v1-coupon .path2:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-coupon .path3:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-insu .path1:before {
  content: "\e9b1";
  color: rgb(255, 255, 255);
}
.mess-v1-color-insu .path2:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-insu .path3:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-insu .path4:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-insu .path5:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path6:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-insu .path7:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path8:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path9:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path10:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path11:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path12:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path13:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path14:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-insu .path15:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-insu:before {
  content: "\e918";
}
.mess-v1-color-cus-pkg .path1:before {
  content: "\e9c0";
  color: rgb(56, 81, 206);
}
.mess-v1-color-cus-pkg .path2:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus-pkg .path3:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-cus-pkg:before {
  content: "\e919";
}
.mess-v1-color-cus .path1:before {
  content: "\e9c3";
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path2:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path3:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path4:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path5:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-cus .path6:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path7:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-cus .path8:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path9:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-cus .path10:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path11:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-cus .path12:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path13:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-cus .path14:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cus .path15:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-cus .path16:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-cus:before {
  content: "\e91a";
}
.mess-v1-color-cjp-pkg .path1:before {
  content: "\e9d3";
  color: rgb(0, 34, 102);
}
.mess-v1-color-cjp-pkg .path2:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-cjp-pkg .path3:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-cjp-pkg:before {
  content: "\e91b";
}
.mess-v1-color-cjp .path1:before {
  content: "\e9d6";
  color: rgb(0, 34, 102);
}
.mess-v1-color-cjp .path2:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-cjp:before {
  content: "\e91c";
}
.mess-v1-color-rsu .path1:before {
  content: "\e9d8";
  color: rgb(0, 34, 102);
}
.mess-v1-color-rsu .path2:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rsu .path3:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rsu .path4:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rsu .path5:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rsu .path6:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rsu .path7:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-rsu:before {
  content: "\e91d";
}
.mess-v1-color-rso .path1:before {
  content: "\e9df";
  color: rgb(0, 34, 102);
}
.mess-v1-color-rso .path2:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rso .path3:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rso .path4:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rso .path5:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-rso .path6:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-rso:before {
  content: "\e910";
}
.mess-v1-color-tso .path1:before {
  content: "\e9e5";
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path2:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path3:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path4:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-tso .path5:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path6:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-tso .path7:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path8:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-tso .path9:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path10:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-tso .path11:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path12:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path13:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-tso .path14:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-tso:before {
  content: "\e911";
}
.mess-v1-color-sli .path1:before {
  content: "\e9f3";
  color: rgb(0, 34, 102);
}
.mess-v1-color-sli .path2:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-sli .path3:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-sli .path4:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-sli .path5:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-sli .path6:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-sli .path7:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-sli .path8:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-sli .path9:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-sli:before {
  content: "\e912";
}
.mess-v1-color-baas .path1:before {
  content: "\e9fc";
  color: rgb(0, 34, 102);
}
.mess-v1-color-baas .path2:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-baas .path3:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-baas:before {
  content: "\e913";
}
.mess-v1-color-bond .path1:before {
  content: "\e9ff";
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path2:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path3:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-bond .path4:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path5:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path6:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path7:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path8:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path9:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-bond .path10:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-bond:before {
  content: "\e914";
}
.mess-v1-color-research .path1:before {
  content: "\ea09";
  color: rgb(0, 34, 102);
}
.mess-v1-color-research .path2:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-research .path3:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-research .path4:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-research .path5:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-research .path6:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-research .path7:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-research .path8:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-research .path9:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-research .path10:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-research:before {
  content: "\e915";
}
.mess-v1-color-estate .path1:before {
  content: "\ea13";
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path2:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path3:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path4:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path5:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path6:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path7:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-estate .path8:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-estate .path9:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path10:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path11:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-estate .path12:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-estate:before {
  content: "\e916";
}
.mess-v1-color-asbu .path1:before {
  content: "\ea1f";
  color: rgb(0, 34, 102);
}
.mess-v1-color-asbu .path2:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-asbu .path3:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-asbu:before {
  content: "\e917";
}
.mess-v1-color-inre .path1:before {
  content: "\e969";
  color: rgb(0, 34, 102);
}
.mess-v1-color-inre .path2:before {
  content: "\e96a";
  margin-left: -0.9501953125em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-inre .path3:before {
  content: "\e96b";
  margin-left: -0.9501953125em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-inre .path4:before {
  content: "\e96c";
  margin-left: -0.9501953125em;
  color: rgb(0, 34, 102);
}
.mess-v1-inre:before {
  content: "\e908";
}
.mess-v1-color-plan .path1:before {
  content: "\e96d";
  color: rgb(56, 81, 206);
}
.mess-v1-color-plan .path2:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-plan .path3:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-plan .path4:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-plan .path5:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-plan .path6:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-plan .path7:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-plan .path8:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-plan:before {
  content: "\e909";
}
.mess-v1-color-fx .path1:before {
  content: "\e975";
  color: rgb(56, 81, 206);
}
.mess-v1-color-fx .path2:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-fx .path3:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-fx .path4:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-fx .path5:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-fx .path6:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-fx:before {
  content: "\e90a";
}
.mess-v1-color-sin .path1:before {
  content: "\e97b";
  color: rgb(56, 81, 206);
}
.mess-v1-color-sin .path2:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-sin .path3:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-sin:before {
  content: "\e90b";
}
.mess-v1-color-adment .path1:before {
  content: "\e97e";
  color: rgb(56, 81, 206);
}
.mess-v1-color-adment .path2:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-adment .path3:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-adment .path4:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-adment .path5:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-adment .path6:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-adment .path7:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-adment .path8:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-adment .path9:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-adment .path10:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-adment .path11:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-adment .path12:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-adment .path13:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-adment:before {
  content: "\e90c";
}
.mess-v1-color-mk .path1:before {
  content: "\e98b";
  color: rgb(0, 34, 102);
}
.mess-v1-color-mk .path2:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-mk .path3:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-mk .path4:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-mk .path5:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-mk .path6:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-mk .path7:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-mk .path8:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-mk .path9:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-mk .path10:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-mk .path11:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-mk .path12:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-mk:before {
  content: "\e90d";
}
.mess-v1-color-call .path1:before {
  content: "\e997";
  color: rgb(0, 34, 102);
}
.mess-v1-color-call .path2:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-call .path3:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-call .path4:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-call .path5:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-call .path6:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-call:before {
  content: "\e90e";
}
.mess-v1-color-crm .path1:before {
  content: "\e99d";
  color: rgb(56, 81, 206);
}
.mess-v1-color-crm .path2:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-crm .path3:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path4:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-crm .path5:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-crm .path6:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path7:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-crm .path8:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-crm .path9:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path10:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path11:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path12:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path13:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path14:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path15:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path16:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path17:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path18:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path19:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-crm .path20:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-crm:before {
  content: "\e90f";
}
.mess-v1-color-advisor .path1:before {
  content: "\e91e";
  color: rgb(0, 34, 102);
}
.mess-v1-color-advisor .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-advisor .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-advisor .path4:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-advisor .path5:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-advisor .path6:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-advisor .path7:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-advisor:before {
  content: "\e901";
}
.mess-v1-color-engage .path1:before {
  content: "\e925";
  color: rgb(56, 81, 206);
}
.mess-v1-color-engage .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-engage .path3:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-engage:before {
  content: "\e902";
}
.mess-v1-color-sim .path1:before {
  content: "\e92a";
  color: rgb(0, 34, 102);
}
.mess-v1-color-sim .path2:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-sim .path3:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-sim:before {
  content: "\e903";
}
.mess-v1-color-block .path1:before {
  content: "\e928";
  color: rgb(0, 34, 102);
}
.mess-v1-color-block .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-block:before {
  content: "\e904";
}
.mess-v1-color-aggre .path1:before {
  content: "\e92d";
  color: rgb(56, 81, 206);
}
.mess-v1-color-aggre .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-aggre .path3:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-aggre:before {
  content: "\e905";
}
.mess-v1-color-visor .path1:before {
  content: "\e930";
  color: rgb(0, 34, 102);
}
.mess-v1-color-visor .path2:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-visor .path3:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-visor .path4:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-visor:before {
  content: "\e906";
}
.mess-v1-color-chat .path1:before {
  content: "\e934";
  color: rgb(0, 34, 102);
}
.mess-v1-color-chat .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path5:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path6:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path7:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path8:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path9:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path10:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path11:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path12:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-chat .path13:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-chat:before {
  content: "\e907";
}
.mess-v1-ai:before {
  content: "\e900";
}
.mess-v1-color-ai .path1:before {
  content: "\e941";
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path2:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-ai .path3:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
.mess-v1-color-ai .path4:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path5:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path6:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path7:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path8:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path9:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path10:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path11:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path12:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path13:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path14:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path15:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path16:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path17:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path18:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path19:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path20:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path21:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path22:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path23:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path24:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path25:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path26:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path27:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path28:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path29:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path30:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path31:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path32:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path33:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path34:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path35:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path36:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path37:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path38:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.mess-v1-color-ai .path39:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(0, 34, 102);
}
.mess-v1-color-ai .path40:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(56, 81, 206);
}
@font-face {
  font-family: 'mess-v2';
  src:  url("/assets/mess/mess-2-a52034ba1530ed1d916cc3c927894a7f4816020c.eot?zfpzxd");
  src:  url("/assets/mess/mess-2-a52034ba1530ed1d916cc3c927894a7f4816020c.eot?zfpzxd#iefix") format('embedded-opentype'),
  url("/assets/mess/mess-2-0f7205008c0f0e9652758a43f74fdff0e0b7602c.ttf?zfpzxd") format('truetype'),
  url("/assets/mess/mess-2-735ff3743552c0ff65e12722a3a939231fc4e6b9.woff?zfpzxd") format('woff'),
  url("/assets/mess/mess-2-abacd7a6d61100286c4488550983136a302a17cc.svg?zfpzxd#mess-2") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="mess-v2-"], [class*=" mess-v2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mess-v2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mess-v2-check:before {
  content: "\e92e";
}
.mess-v2-circle-empty:before {
  content: "\e92c";
}
.mess-v2-circle:before {
  content: "\e92d";
}
.mess-v2-menu:before {
  content: "\e92b";
}
.mess-v2-youtube:before {
  content: "\e929";
}
.mess-v2-facebook:before {
  content: "\e92a";
}
.mess-v2-b-share:before {
  content: "\e91f";
}
.mess-v2-b-seminar:before {
  content: "\e920";
}
.mess-v2-b-colse:before {
  content: "\e921";
}
.mess-v2-b-question:before {
  content: "\e922";
}
.mess-v2-b-info:before {
  content: "\e924";
}
.mess-v2-b-search:before {
  content: "\e923";
}
.mess-v2-circle-d:before {
  content: "\e925";
}
.mess-v2-circle-u:before {
  content: "\e926";
}
.mess-v2-circle-r:before {
  content: "\e927";
}
.mess-v2-circle-l:before {
  content: "\e928";
}
.mess-v2-arrow-u:before {
  content: "\e917";
}
.mess-v2-arrow-d:before {
  content: "\e918";
}
.mess-v2-arrow-l:before {
  content: "\e919";
}
.mess-v2-arrow-r:before {
  content: "\e91a";
}
.mess-v2-next-l:before {
  content: "\e91b";
}
.mess-v2-next-u:before {
  content: "\e91c";
}
.mess-v2-next-d:before {
  content: "\e91d";
}
.mess-v2-next-r:before {
  content: "\e91e";
}
.mess-v2-advisor:before {
  content: "\e910";
}
.mess-v2-bell:before {
  content: "\e911";
}
.mess-v2-dolo:before {
  content: "\e912";
}
.mess-v2-worries:before {
  content: "\e913";
}
.mess-v2-coupon:before {
  content: "\e914";
}
.mess-v2-close:before {
  content: "\e915";
}
.mess-v2-minus:before {
  content: "\e916";
}
.mess-v2-link:before {
  content: "\e908";
}
.mess-v2-seminar:before {
  content: "\e909";
}
.mess-v2-stock:before {
  content: "\e90a";
}
.mess-v2-ourso:before {
  content: "\e90b";
}
.mess-v2-gloval:before {
  content: "\e90c";
}
.mess-v2-into:before {
  content: "\e90d";
}
.mess-v2-solution:before {
  content: "\e90e";
}
.mess-v2-tele:before {
  content: "\e90f";
}
.mess-v2-chat:before {
  content: "\e900";
}
.mess-v2-notifi:before {
  content: "\e901";
}
.mess-v2-QA:before {
  content: "\e902";
}
.mess-v2-mail:before {
  content: "\e903";
}
.mess-v2-user:before {
  content: "\e904";
}
.mess-v2-recruit:before {
  content: "\e905";
}
.mess-v2-home:before {
  content: "\e906";
}
.mess-v2-download:before {
  content: "\e907";
}
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #F2F4F7; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Noto Sans JP", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #3A3B3C; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #3A3B3C; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 64 152 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(0 64 152 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 414px){
  .container{
    max-width: 414px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 650px){
  .container{
    max-width: 650px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1295px){
  .container{
    max-width: 1295px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-2\.5{
  bottom: 0.625rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[95px\]{
  bottom: 95px;
}
.end-0{
  inset-inline-end: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-\[-105px\]{
  left: -105px;
}
.left-\[-126px\]{
  left: -126px;
}
.left-\[-151px\]{
  left: -151px;
}
.left-\[-176px\]{
  left: -176px;
}
.left-\[-270px\]{
  left: -270px;
}
.left-\[-325px\]{
  left: -325px;
}
.left-\[-80px\]{
  left: -80px;
}
.left-\[-82px\]{
  left: -82px;
}
.left-\[-94px\]{
  left: -94px;
}
.left-\[11\.8em\]{
  left: 11.8em;
}
.left-\[13\.9em\]{
  left: 13.9em;
}
.left-\[14\.8em\]{
  left: 14.8em;
}
.left-\[21\.8em\]{
  left: 21.8em;
}
.left-\[22\.7em\]{
  left: 22.7em;
}
.left-\[24\.8em\]{
  left: 24.8em;
}
.left-\[6\.1em\]{
  left: 6.1em;
}
.left-\[6em\]{
  left: 6em;
}
.left-\[7\.1em\]{
  left: 7.1em;
}
.left-\[8em\]{
  left: 8em;
}
.left-\[9\.7em\]{
  left: 9.7em;
}
.right-0{
  right: 0px;
}
.right-1\/2{
  right: 50%;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[-12px\]{
  right: -12px;
}
.right-\[-34px\]{
  right: -34px;
}
.right-\[-81px\]{
  right: -81px;
}
.right-\[0\.7em\]{
  right: 0.7em;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[23px\]{
  right: 23px;
}
.right-\[30px\]{
  right: 30px;
}
.right-\[40px\]{
  right: 40px;
}
.right-\[5\%\]{
  right: 5%;
}
.right-\[95px\]{
  right: 95px;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-20{
  top: 5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-7{
  top: 1.75rem;
}
.top-\[-105px\]{
  top: -105px;
}
.top-\[-110px\]{
  top: -110px;
}
.top-\[-117px\]{
  top: -117px;
}
.top-\[-40px\]{
  top: -40px;
}
.top-\[-90px\]{
  top: -90px;
}
.top-\[105px\]{
  top: 105px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[110px\]{
  top: 110px;
}
.top-\[270px\]{
  top: 270px;
}
.top-\[275px\]{
  top: 275px;
}
.top-\[30px\]{
  top: 30px;
}
.top-\[361px\]{
  top: 361px;
}
.top-\[54px\]{
  top: 54px;
}
.top-\[609px\]{
  top: 609px;
}
.top-\[6em\]{
  top: 6em;
}
.top-\[7\.4em\]{
  top: 7.4em;
}
.top-\[7\.5em\]{
  top: 7.5em;
}
.top-\[774px\]{
  top: 774px;
}
.top-\[8\%\]{
  top: 8%;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.z-\[102\]{
  z-index: 102;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[98\]{
  z-index: 98;
}
.z-\[99\]{
  z-index: 99;
}
.col-auto{
  grid-column: auto;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.float-start{
  float: inline-start;
}
.float-end{
  float: inline-end;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.-m-0{
  margin: -0px;
}
.-m-0\.5{
  margin: -0.125rem;
}
.-m-1{
  margin: -0.25rem;
}
.-m-1\.5{
  margin: -0.375rem;
}
.-m-10{
  margin: -2.5rem;
}
.-m-12{
  margin: -3rem;
}
.-m-16{
  margin: -4rem;
}
.-m-2{
  margin: -0.5rem;
}
.-m-2\.5{
  margin: -0.625rem;
}
.-m-20{
  margin: -5rem;
}
.-m-24{
  margin: -6rem;
}
.-m-3{
  margin: -0.75rem;
}
.-m-3\.5{
  margin: -0.875rem;
}
.-m-4{
  margin: -1rem;
}
.-m-6{
  margin: -1.5rem;
}
.-m-8{
  margin: -2rem;
}
.-m-px{
  margin: -1px;
}
.m-0{
  margin: 0px;
}
.m-0\.5{
  margin: 0.125rem;
}
.m-1{
  margin: 0.25rem;
}
.m-1\.5{
  margin: 0.375rem;
}
.m-10{
  margin: 2.5rem;
}
.m-12{
  margin: 3rem;
}
.m-16{
  margin: 4rem;
}
.m-2{
  margin: 0.5rem;
}
.m-2\.5{
  margin: 0.625rem;
}
.m-20{
  margin: 5rem;
}
.m-24{
  margin: 6rem;
}
.m-3{
  margin: 0.75rem;
}
.m-3\.5{
  margin: 0.875rem;
}
.m-4{
  margin: 1rem;
}
.m-5{
  margin: 1.25rem;
}
.m-6{
  margin: 1.5rem;
}
.m-8{
  margin: 2rem;
}
.m-\[5px\]{
  margin: 5px;
}
.m-\[6px\]{
  margin: 6px;
}
.m-auto{
  margin: auto;
}
.m-px{
  margin: 1px;
}
.-mx-0{
  margin-left: -0px;
  margin-right: -0px;
}
.-mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}
.-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}
.-my-0{
  margin-top: -0px;
  margin-bottom: -0px;
}
.-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[1\.5px\]{
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}
.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[50px\]{
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[65px\]{
  margin-top: 65px;
  margin-bottom: 65px;
}
.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.-mb-0{
  margin-bottom: -0px;
}
.-mb-0\.5{
  margin-bottom: -0.125rem;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-mb-1\.5{
  margin-bottom: -0.375rem;
}
.-mb-10{
  margin-bottom: -2.5rem;
}
.-mb-12{
  margin-bottom: -3rem;
}
.-mb-16{
  margin-bottom: -4rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-2\.5{
  margin-bottom: -0.625rem;
}
.-mb-20{
  margin-bottom: -5rem;
}
.-mb-24{
  margin-bottom: -6rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.-mb-3\.5{
  margin-bottom: -0.875rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-6{
  margin-bottom: -1.5rem;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-0{
  margin-left: -0px;
}
.-ml-0\.5{
  margin-left: -0.125rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-1\.5{
  margin-left: -0.375rem;
}
.-ml-10{
  margin-left: -2.5rem;
}
.-ml-12{
  margin-left: -3rem;
}
.-ml-16{
  margin-left: -4rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-2\.5{
  margin-left: -0.625rem;
}
.-ml-20{
  margin-left: -5rem;
}
.-ml-24{
  margin-left: -6rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-ml-3\.5{
  margin-left: -0.875rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-ml-8{
  margin-left: -2rem;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-0{
  margin-right: -0px;
}
.-mr-0\.5{
  margin-right: -0.125rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mr-1\.5{
  margin-right: -0.375rem;
}
.-mr-10{
  margin-right: -2.5rem;
}
.-mr-12{
  margin-right: -3rem;
}
.-mr-16{
  margin-right: -4rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-2\.5{
  margin-right: -0.625rem;
}
.-mr-20{
  margin-right: -5rem;
}
.-mr-24{
  margin-right: -6rem;
}
.-mr-3{
  margin-right: -0.75rem;
}
.-mr-3\.5{
  margin-right: -0.875rem;
}
.-mr-4{
  margin-right: -1rem;
}
.-mr-6{
  margin-right: -1.5rem;
}
.-mr-8{
  margin-right: -2rem;
}
.-mr-px{
  margin-right: -1px;
}
.-mt-0{
  margin-top: -0px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-2\.5{
  margin-top: -0.625rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-3\.5{
  margin-top: -0.875rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[19px\]{
  margin-bottom: 19px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[27px\]{
  margin-bottom: 27px;
}
.mb-\[30\.6px\]{
  margin-bottom: 30.6px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[90px\]{
  margin-bottom: 90px;
}
.mb-px{
  margin-bottom: 1px;
}
.me-0{
  margin-inline-end: 0px;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.me-auto{
  margin-inline-end: auto;
}
.ml-0{
  margin-left: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-3\.5{
  margin-left: 0.875rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[15px\]{
  margin-left: 15px;
}
.ml-\[3\.75rem\]{
  margin-left: 3.75rem;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[50px\]{
  margin-left: 50px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.ml-px{
  margin-left: 1px;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-20{
  margin-right: 5rem;
}
.mr-24{
  margin-right: 6rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-3\.5{
  margin-right: 0.875rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[-50px\]{
  margin-right: -50px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[195px\]{
  margin-right: 195px;
}
.mr-\[2px\]{
  margin-right: 2px;
}
.mr-\[30px\]{
  margin-right: 30px;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.mr-auto{
  margin-right: auto;
}
.mr-px{
  margin-right: 1px;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-3{
  margin-inline-start: 0.75rem;
}
.ms-auto{
  margin-inline-start: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[13px\]{
  margin-top: 13px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[27px\]{
  margin-top: 27px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[64px\]{
  margin-top: 64px;
}
.mt-\[65px\]{
  margin-top: 65px;
}
.mt-\[76px\]{
  margin-top: 76px;
}
.mt-auto{
  margin-top: auto;
}
.mt-px{
  margin-top: 1px;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.size-1{
  width: 0.25rem;
  height: 0.25rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-\[11px\]{
  width: 11px;
  height: 11px;
}
.size-\[17px\]{
  width: 17px;
  height: 17px;
}
.size-\[271px\]{
  width: 271px;
  height: 271px;
}
.size-\[276px\]{
  width: 276px;
  height: 276px;
}
.size-\[30px\]{
  width: 30px;
  height: 30px;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-100{
  height: 100px;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-44{
  height: 11rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[104px\]{
  height: 104px;
}
.h-\[105px\]{
  height: 105px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[117px\]{
  height: 117px;
}
.h-\[11px\]{
  height: 11px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[128px\]{
  height: 128px;
}
.h-\[137px\]{
  height: 137px;
}
.h-\[139px\]{
  height: 139px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[1441px\]{
  height: 1441px;
}
.h-\[144px\]{
  height: 144px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[155px\]{
  height: 155px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[179px\]{
  height: 179px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[192px\]{
  height: 192px;
}
.h-\[196px\]{
  height: 196px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[210px\]{
  height: 210px;
}
.h-\[215px\]{
  height: 215px;
}
.h-\[233px\]{
  height: 233px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[27\.17px\]{
  height: 27.17px;
}
.h-\[27\.31px\]{
  height: 27.31px;
}
.h-\[28\.17px\]{
  height: 28.17px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[31px\]{
  height: 31px;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[337px\]{
  height: 337px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[369px\]{
  height: 369px;
}
.h-\[373px\]{
  height: 373px;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46\.73px\]{
  height: 46.73px;
}
.h-\[469px\]{
  height: 469px;
}
.h-\[47\.81px\]{
  height: 47.81px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50\.19px\]{
  height: 50.19px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[501px\]{
  height: 501px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[54\.67px\]{
  height: 54.67px;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[73px\]{
  height: 73px;
}
.h-\[832px\]{
  height: 832px;
}
.h-\[83px\]{
  height: 83px;
}
.h-\[85px\]{
  height: 85px;
}
.h-\[87px\]{
  height: 87px;
}
.h-\[90px\]{
  height: 90px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[320px\]{
  max-height: 320px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.max-h-\[410px\]{
  max-height: 410px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[44px\]{
  max-height: 44px;
}
.max-h-\[45px\]{
  max-height: 45px;
}
.max-h-\[46px\]{
  max-height: 46px;
}
.max-h-\[53px\]{
  max-height: 53px;
}
.max-h-\[calc\(100vh-220px\)\]{
  max-height: calc(100vh - 220px);
}
.max-h-\[calc\(100vh-80px\)\]{
  max-height: calc(100vh - 80px);
}
.max-h-full{
  max-height: 100%;
}
.min-h-2{
  min-height: 0.5rem;
}
.min-h-2\.5{
  min-height: 0.625rem;
}
.min-h-4{
  min-height: 1rem;
}
.min-h-44{
  min-height: 11rem;
}
.min-h-\[144px\]{
  min-height: 144px;
}
.min-h-\[14px\]{
  min-height: 14px;
}
.min-h-\[17px\]{
  min-height: 17px;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.min-h-\[233px\]{
  min-height: 233px;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[480px\]{
  min-height: 480px;
}
.min-h-\[72px\]{
  min-height: 72px;
}
.min-h-\[77px\]{
  min-height: 77px;
}
.min-h-\[832px\]{
  min-height: 832px;
}
.min-h-\[calc\(100vh-130px\)\]{
  min-height: calc(100vh - 130px);
}
.min-h-\[calc\(100vh-374px\)\]{
  min-height: calc(100vh - 374px);
}
.min-h-\[calc\(100vh-440px\)\]{
  min-height: calc(100vh - 440px);
}
.min-h-\[calc\(100vh-94px\)\]{
  min-height: calc(100vh - 94px);
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-100{
  width: 100px;
}
.w-11\/12{
  width: 91.666667%;
}
.w-138{
  width: 8.625rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-40{
  width: 10rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[1100px\]{
  width: 1100px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[121\]{
  width: 121;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[137px\]{
  width: 137px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[145px\]{
  width: 145px;
}
.w-\[149px\]{
  width: 149px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[168px\]{
  width: 168px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[171px\]{
  width: 171px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[189px\]{
  width: 189px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[192px\]{
  width: 192px;
}
.w-\[193px\]{
  width: 193px;
}
.w-\[196px\]{
  width: 196px;
}
.w-\[198px\]{
  width: 198px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[205px\]{
  width: 205px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[213px\]{
  width: 213px;
}
.w-\[215px\]{
  width: 215px;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[239px\]{
  width: 239px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[252px\]{
  width: 252px;
}
.w-\[256px\]{
  width: 256px;
}
.w-\[258px\]{
  width: 258px;
}
.w-\[281px\]{
  width: 281px;
}
.w-\[284px\]{
  width: 284px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[305px\]{
  width: 305px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[325px\]{
  width: 325px;
}
.w-\[327px\]{
  width: 327px;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[37px\]{
  width: 37px;
}
.w-\[428px\]{
  width: 428px;
}
.w-\[436px\]{
  width: 436px;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[460px\]{
  width: 460px;
}
.w-\[465\.6px\]{
  width: 465.6px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[530px\]{
  width: 530px;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[630px\]{
  width: 630px;
}
.w-\[646\.15px\]{
  width: 646.15px;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[694px\]{
  width: 694px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[76\.67px\]{
  width: 76.67px;
}
.w-\[765px\]{
  width: 765px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[784px\]{
  width: 784px;
}
.w-\[799px\]{
  width: 799px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[85px\]{
  width: 85px;
}
.w-\[860px\]{
  width: 860px;
}
.w-\[89px\]{
  width: 89px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[900px\]{
  width: 900px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[93px\]{
  width: 93px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[970px\]{
  width: 970px;
}
.w-\[99\.62px\]{
  width: 99.62px;
}
.w-\[calc\(100\%-120px\)\]{
  width: calc(100% - 120px);
}
.w-\[calc\(100\%-146px\)\]{
  width: calc(100% - 146px);
}
.w-\[calc\(100\%-168px\)\]{
  width: calc(100% - 168px);
}
.w-\[calc\(100\%-258px\)\]{
  width: calc(100% - 258px);
}
.w-\[calc\(100\%-2rem\)\]{
  width: calc(100% - 2rem);
}
.w-\[calc\(100\%-37px\)\]{
  width: calc(100% - 37px);
}
.w-\[calc\(100\%-55px\)\]{
  width: calc(100% - 55px);
}
.w-\[calc\(100\%-60px\)\]{
  width: calc(100% - 60px);
}
.w-\[calc\(100\%-65px\)\]{
  width: calc(100% - 65px);
}
.w-\[calc\(100\%-80px\)\]{
  width: calc(100% - 80px);
}
.w-\[calc\(50\%-\.5rem\)\]{
  width: calc(50% - .5rem);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-2{
  min-width: 0.5rem;
}
.min-w-2\.5{
  min-width: 0.625rem;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-24{
  min-width: 6rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[137px\]{
  min-width: 137px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[14px\]{
  min-width: 14px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[165px\]{
  min-width: 165px;
}
.min-w-\[177px\]{
  min-width: 177px;
}
.min-w-\[17px\]{
  min-width: 17px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[184px\]{
  min-width: 184px;
}
.min-w-\[190px\]{
  min-width: 190px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[210px\]{
  min-width: 210px;
}
.min-w-\[225px\]{
  min-width: 225px;
}
.min-w-\[230px\]{
  min-width: 230px;
}
.min-w-\[271px\]{
  min-width: 271px;
}
.min-w-\[272px\]{
  min-width: 272px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[310px\]{
  min-width: 310px;
}
.min-w-\[356px\]{
  min-width: 356px;
}
.min-w-\[360px\]{
  min-width: 360px;
}
.min-w-\[373px\]{
  min-width: 373px;
}
.min-w-\[45px\]{
  min-width: 45px;
}
.min-w-\[480px\]{
  min-width: 480px;
}
.min-w-\[645px\]{
  min-width: 645px;
}
.min-w-\[646\.15px\]{
  min-width: 646.15px;
}
.min-w-\[650px\]{
  min-width: 650px;
}
.min-w-\[72px\]{
  min-width: 72px;
}
.min-w-\[740px\]{
  min-width: 740px;
}
.min-w-\[78px\]{
  min-width: 78px;
}
.min-w-\[799px\]{
  min-width: 799px;
}
.min-w-\[82\.02px\]{
  min-width: 82.02px;
}
.min-w-\[85px\]{
  min-width: 85px;
}
.min-w-\[917px\]{
  min-width: 917px;
}
.min-w-\[96px\]{
  min-width: 96px;
}
.min-w-\[99\.62px\]{
  min-width: 99.62px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[1140px\]{
  max-width: 1140px;
}
.max-w-\[1220px\]{
  max-width: 1220px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[196px\]{
  max-width: 196px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[211px\]{
  max-width: 211px;
}
.max-w-\[224px\]{
  max-width: 224px;
}
.max-w-\[253px\]{
  max-width: 253px;
}
.max-w-\[273px\]{
  max-width: 273px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[634px\]{
  max-width: 634px;
}
.max-w-\[670px\]{
  max-width: 670px;
}
.max-w-\[777px\]{
  max-width: 777px;
}
.max-w-\[784px\]{
  max-width: 784px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[810px\]{
  max-width: 810px;
}
.max-w-\[815px\]{
  max-width: 815px;
}
.max-w-\[818px\]{
  max-width: 818px;
}
.max-w-\[830px\]{
  max-width: 830px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[970px\]{
  max-width: 970px;
}
.max-w-\[calc\(100\%-150px\)\]{
  max-width: calc(100% - 150px);
}
.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}
.max-w-\[calc\(100\%-2rem\)\]{
  max-width: calc(100% - 2rem);
}
.max-w-\[calc\(100\%-4\.5rem\)\]{
  max-width: calc(100% - 4.5rem);
}
.max-w-\[calc\(100\%-4rem\)\]{
  max-width: calc(100% - 4rem);
}
.max-w-\[calc\(100\%-5rem\)\]{
  max-width: calc(100% - 5rem);
}
.max-w-\[calc\(100\%-80px\)\]{
  max-width: calc(100% - 80px);
}
.max-w-\[calc\(50\%-0\.5rem\)\]{
  max-width: calc(50% - 0.5rem);
}
.max-w-\[calc\(50\%-1rem\)\]{
  max-width: calc(50% - 1rem);
}
.max-w-\[calc\(50\%-2rem\)\]{
  max-width: calc(50% - 2rem);
}
.max-w-full{
  max-width: 100%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.grow{
  flex-grow: 1;
}
.caption-top{
  caption-side: top;
}
.origin-top-left{
  transform-origin: top left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-32{
  --tw-translate-x: -8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-40{
  --tw-translate-x: -10rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[6\.25rem\]{
  --tw-translate-x: -6.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[6\.65rem\]{
  --tw-translate-x: -6.65rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[150px\]{
  --tw-translate-x: 150px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[\.6\]{
  --tw-scale-y: .6;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-\[square\]{
  list-style-type: square;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-end{
  align-content: flex-end;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[11px\]{
  gap: 11px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-px{
  gap: 1px;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[12px\]{
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[14px\]{
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.gap-x-\[15px\]{
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[59px\]{
  -moz-column-gap: 59px;
       column-gap: 59px;
}
.gap-x-\[5px\]{
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.gap-x-\[60px\]{
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-3\.5{
  row-gap: 0.875rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[15px\]{
  row-gap: 15px;
}
.gap-y-\[18px\]{
  row-gap: 18px;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.gap-y-\[3px\]{
  row-gap: 3px;
}
.gap-y-\[5px\]{
  row-gap: 5px;
}
.gap-y-\[60px\]{
  row-gap: 60px;
}
.gap-y-px{
  row-gap: 1px;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.justify-self-end{
  justify-self: end;
}
.justify-self-center{
  justify-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.\!whitespace-normal{
  white-space: normal !important;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.whitespace-break-spaces{
  white-space: break-spaces;
}
.\!text-wrap{
  text-wrap: wrap !important;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[0\.375rem\]{
  border-radius: 0.375rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[23px\]{
  border-radius: 23px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[33px\]{
  border-radius: 33px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-b-\[5px\]{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-\[5px\]{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-t-\[5px\]{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-x-\[6px\]{
  border-left-width: 6px;
  border-right-width: 6px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-l-\[5px\]{
  border-left-width: 5px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[10px\]{
  border-top-width: 10px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-\[\#004098\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 64 152 / var(--tw-border-opacity));
}
.border-\[\#1A1718\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 23 24 / var(--tw-border-opacity));
}
.border-\[\#1A1A1A\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.border-\[\#1a1a1a\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.border-\[\#231815\]{
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity));
}
.border-\[\#808080\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-\[\#888888\]{
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}
.border-\[\#888\]{
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}
.border-\[\#96dbad\]{
  --tw-border-opacity: 1;
  border-color: rgb(150 219 173 / var(--tw-border-opacity));
}
.border-\[\#C2C0C0\]{
  --tw-border-opacity: 1;
  border-color: rgb(194 192 192 / var(--tw-border-opacity));
}
.border-\[\#CCCCCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#E2E2E2\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-\[\#F3F3F3\]{
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-\[\#cccccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#d6ebff\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 235 255 / var(--tw-border-opacity));
}
.border-\[\#e2e2e2\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-\[\#f2a9a9\]{
  --tw-border-opacity: 1;
  border-color: rgb(242 169 169 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(35 24 21 / var(--tw-border-opacity));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/\[0\.3\]{
  border-color: rgb(255 255 255 / 0.3);
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-y-\[\#7c7c7c\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(124 124 124 / var(--tw-border-opacity));
  border-bottom-color: rgb(124 124 124 / var(--tw-border-opacity));
}
.border-b-\[\#333\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-b-\[\#666\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-b-\[\#888888\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 136 136 / var(--tw-border-opacity));
}
.border-b-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-l-\[\#666\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-l-\[\#EDEDED\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-t-\[\#888888\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(136 136 136 / var(--tw-border-opacity));
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-\[\#004098\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 152 / var(--tw-bg-opacity));
}
.bg-\[\#084397\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 67 151 / var(--tw-bg-opacity));
}
.bg-\[\#1A1718\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 23 24 / var(--tw-bg-opacity));
}
.bg-\[\#1A1A1A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#1a1a1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-\[\#231815\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}
.bg-\[\#2A292A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 41 42 / var(--tw-bg-opacity));
}
.bg-\[\#333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-\[\#505050\]{
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}
.bg-\[\#DA1C1C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(218 28 28 / var(--tw-bg-opacity));
}
.bg-\[\#E0E0E0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-\[\#E6E6E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-\[\#EE3636\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 54 54 / var(--tw-bg-opacity));
}
.bg-\[\#EEEEEE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-\[\#F3F3F3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 255 / var(--tw-bg-opacity));
}
.bg-\[\#F5F5EE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 238 / var(--tw-bg-opacity));
}
.bg-\[\#FFF985\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 133 / var(--tw-bg-opacity));
}
.bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}
.bg-\[\#c2e0ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(194 224 255 / var(--tw-bg-opacity));
}
.bg-\[\#cbedd6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 237 214 / var(--tw-bg-opacity));
}
.bg-\[\#ccc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.bg-\[\#d0cece\]{
  --tw-bg-opacity: 1;
  background-color: rgb(208 206 206 / var(--tw-bg-opacity));
}
.bg-\[\#dedede\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-\[\#f3f3f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#f8f8f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#f9d4d4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 212 212 / var(--tw-bg-opacity));
}
.bg-\[004098\]{
  background-color: 004098;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/90{
  background-color: rgb(0 0 0 / .9);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 152 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(58 59 60 / var(--tw-bg-opacity));
}
.bg-gray-400\/\[0\.4\]{
  background-color: rgb(58 59 60 / 0.4);
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(89 87 87 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}
.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-\[url\(\'\/Solutions\/solution_bg\.jpg\'\)\]{
  background-image: url("/assets/Solutions/solution_bg-8182caa07114fb1afe173519b4d467b76ec69f0e.jpg");
}
.bg-\[url\(\'\/footer_bg\.png\'\)\]{
  background-image: url("/assets/footer_bg-df5120fc96f22ca46d3ef60a8d7e19ecab62f7f8.png");
}
.bg-\[url\(\'\/top\/top_bg\.jpg\'\)\]{
  background-image: url("/assets/top/top_bg-663b554ea9a21f6116f5460c4154bbb02929b6d5.jpg");
}
.bg-\[url\(\'Solutions\/solution_bg\.jpg\'\)\]{
  background-image: url("/assets/Solutions/solution_bg-8182caa07114fb1afe173519b4d467b76ec69f0e.jpg");
}
.bg-\[url\(\'about_bg\.jpg\'\)\]{
  background-image: url("/assets/about_bg-e8e33280b04df57648f6d68d73434136d30d1a62.jpg");
}
.bg-\[url\(\'bg_aboutus_sp\.png\'\)\]{
  background-image: url("/assets/bg_aboutus_sp-2b24fbbc05f5e200f22a91c34abc9eade60767a4.png");
}
.bg-\[url\(\'select_icon\.png\'\)\]{
  background-image: url("/assets/select_icon-329df5a0bfe72b0ee3db3084ccfc4cd96ba4da1a.png");
}
.bg-\[url\(\'top\/bg-5\.png\'\)\]{
  background-image: url("/assets/top/bg-5-3bc9aa9aea59b3e6e09aa7f6af791155e34ef8f4.png");
}
.bg-\[url\(\'top\/bg-6\.jpg\'\)\]{
  background-image: url("/assets/top/bg-6-0bc518f8281decaa6fb6d91636a0614638cd2b57.jpg");
}
.bg-\[url\(\'top\/bg-7\.jpg\'\)\]{
  background-image: url("/assets/top/bg-7-cf9c79f4243f1a17e1707ec505befcc21bd83c3d.jpg");
}
.bg-\[url\(\'top\/bg-8\.jpg\'\)\]{
  background-image: url("/assets/top/bg-8-e443baa942689483506995bac35707149b4263a5.jpg");
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#1A1718\]{
  --tw-gradient-from: #1A1718 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 23 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#31508c\]\/0{
  --tw-gradient-from: rgb(49 80 140 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 80 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#89BBFF\]{
  --tw-gradient-from: #89BBFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(137 187 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\%{
  --tw-gradient-from-position: 0%;
}
.to-\[\#026\]{
  --tw-gradient-to: #026 var(--tw-gradient-to-position);
}
.to-\[\#091734\]{
  --tw-gradient-to: #091734 var(--tw-gradient-to-position);
}
.to-\[\#3A3B3C\]{
  --tw-gradient-to: #3A3B3C var(--tw-gradient-to-position);
}
.to-\[\#DFECFF\]{
  --tw-gradient-to: #DFECFF var(--tw-gradient-to-position);
}
.to-100\%{
  --tw-gradient-to-position: 100%;
}
.bg-cover{
  background-size: cover;
}
.bg-\[80\%_center\]{
  background-position: 80% center;
}
.bg-center{
  background-position: center;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-20{
  padding: 5rem;
}
.p-24{
  padding: 6rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[30px\]{
  padding: 30px;
}
.p-\[5px\]{
  padding: 5px;
}
.p-\[7px\]{
  padding: 7px;
}
.p-px{
  padding: 1px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[112px\]{
  padding-left: 112px;
  padding-right: 112px;
}
.px-\[140px\]{
  padding-left: 140px;
  padding-right: 140px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[3\%\]{
  padding-left: 3%;
  padding-right: 3%;
}
.px-\[30\.5px\]{
  padding-left: 30.5px;
  padding-right: 30.5px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[55px\]{
  padding-left: 55px;
  padding-right: 55px;
}
.px-\[65px\]{
  padding-left: 65px;
  padding-right: 65px;
}
.px-\[70px\]{
  padding-left: 70px;
  padding-right: 70px;
}
.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[85px\]{
  padding-left: 85px;
  padding-right: 85px;
}
.px-\[90px\]{
  padding-left: 90px;
  padding-right: 90px;
}
.px-px{
  padding-left: 1px;
  padding-right: 1px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10\.5px\]{
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[11\.25px\]{
  padding-top: 11.25px;
  padding-bottom: 11.25px;
}
.py-\[12\.5px\]{
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.py-\[13\.5px\]{
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}
.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3\.5px\]{
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[34\.5px\]{
  padding-top: 34.5px;
  padding-bottom: 34.5px;
}
.py-\[4\.5px\]{
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5\.5px\]{
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
.py-\[5\.75px\]{
  padding-top: 5.75px;
  padding-bottom: 5.75px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[53px\]{
  padding-top: 53px;
  padding-bottom: 53px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6\.5px\]{
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[65px\]{
  padding-top: 65px;
  padding-bottom: 65px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7\.5px\]{
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8\.5px\]{
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[28px\]{
  padding-bottom: 28px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[38\.89\%\]{
  padding-bottom: 38.89%;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[6rem\]{
  padding-bottom: 6rem;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pb-px{
  padding-bottom: 1px;
}
.pe-0{
  padding-inline-end: 0px;
}
.pe-2{
  padding-inline-end: 0.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-\[17px\]{
  padding-left: 17px;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pl-\[65px\]{
  padding-left: 65px;
}
.pl-\[6px\]{
  padding-left: 6px;
}
.pl-px{
  padding-left: 1px;
}
.pr-0{
  padding-right: 0px;
}
.pr-0\.5{
  padding-right: 0.125rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-3\.5{
  padding-right: 0.875rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pr-\[25px\]{
  padding-right: 25px;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pr-\[47px\]{
  padding-right: 47px;
}
.pr-px{
  padding-right: 1px;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.ps-\[15px\]{
  padding-inline-start: 15px;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[104px\]{
  padding-top: 104px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[19px\]{
  padding-top: 19px;
}
.pt-\[2\.5px\]{
  padding-top: 2.5px;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[55px\]{
  padding-top: 55px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[85px\]{
  padding-top: 85px;
}
.pt-\[9px\]{
  padding-top: 9px;
}
.pt-px{
  padding-top: 1px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.indent-4{
  text-indent: 1rem;
}
.indent-\[-4px\]{
  text-indent: -4px;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.align-\[-4px\]{
  vertical-align: -4px;
}
.font-\[\'Arial\'\]{
  font-family: 'Arial';
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl\/none{
  font-size: 1.5rem;
  line-height: 1;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-3xl\/none{
  font-size: 1.875rem;
  line-height: 1;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10\.5px\]\/none{
  font-size: 10.5px;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[10px\]\/none{
  font-size: 10px;
  line-height: 1;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[28px\]\/none{
  font-size: 28px;
  line-height: 1;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[30px\]\/none{
  font-size: 30px;
  line-height: 1;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[55px\]{
  font-size: 55px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-\[9px\]\/none{
  font-size: 9px;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/none{
  font-size: 1rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/\[30px\]{
  font-size: 1.125rem;
  line-height: 30px;
}
.text-lg\/none{
  font-size: 1.125rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/\[16px\]{
  font-size: 0.875rem;
  line-height: 16px;
}
.text-sm\/\[24px\]{
  font-size: 0.875rem;
  line-height: 24px;
}
.text-sm\/none{
  font-size: 0.875rem;
  line-height: 1;
}
.text-sm\/snug{
  font-size: 0.875rem;
  line-height: 1.375;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xl\/none{
  font-size: 1.25rem;
  line-height: 1;
}
.text-xl\/tight{
  font-size: 1.25rem;
  line-height: 1.25;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-thin{
  font-weight: 100;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[13px\]{
  line-height: 13px;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[15px\]{
  line-height: 15px;
}
.leading-\[16\.8px\]{
  line-height: 16.8px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19\.2px\]{
  line-height: 19.2px;
}
.leading-\[19\.5px\]{
  line-height: 19.5px;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[20\.4px\]{
  line-height: 20.4px;
}
.leading-\[20\.8px\]{
  line-height: 20.8px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[22\.4px\]{
  line-height: 22.4px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[23px\]{
  line-height: 23px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[25\.6px\]{
  line-height: 25.6px;
}
.leading-\[26\.4px\]{
  line-height: 26.4px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[27\.2px\]{
  line-height: 27.2px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[2rem\]{
  line-height: 2rem;
}
.leading-\[30\.6px\]{
  line-height: 30.6px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[31px\]{
  line-height: 31px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[33px\]{
  line-height: 33px;
}
.leading-\[35px\]{
  line-height: 35px;
}
.leading-\[36px\]{
  line-height: 36px;
}
.leading-\[41\.6px\]{
  line-height: 41.6px;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[47px\]{
  line-height: 47px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[51px\]{
  line-height: 51px;
}
.leading-\[55px\]{
  line-height: 55px;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[\.0375em\]{
  letter-spacing: .0375em;
}
.tracking-\[\.03em\]{
  letter-spacing: .03em;
}
.tracking-\[\.04em\]{
  letter-spacing: .04em;
}
.tracking-\[\.19em\]{
  letter-spacing: .19em;
}
.tracking-\[\.25em\]{
  letter-spacing: .25em;
}
.tracking-\[\.4em\]{
  letter-spacing: .4em;
}
.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-\[4px\]{
  letter-spacing: 4px;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#004098\]{
  --tw-text-opacity: 1;
  color: rgb(0 64 152 / var(--tw-text-opacity));
}
.text-\[\#006FFF\]{
  --tw-text-opacity: 1;
  color: rgb(0 111 255 / var(--tw-text-opacity));
}
.text-\[\#014099\]{
  --tw-text-opacity: 1;
  color: rgb(1 64 153 / var(--tw-text-opacity));
}
.text-\[\#084397\]{
  --tw-text-opacity: 1;
  color: rgb(8 67 151 / var(--tw-text-opacity));
}
.text-\[\#0f5722\]{
  --tw-text-opacity: 1;
  color: rgb(15 87 34 / var(--tw-text-opacity));
}
.text-\[\#174D97\]{
  --tw-text-opacity: 1;
  color: rgb(23 77 151 / var(--tw-text-opacity));
}
.text-\[\#1A1A1A\]{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-\[\#1f4b70\]{
  --tw-text-opacity: 1;
  color: rgb(31 75 112 / var(--tw-text-opacity));
}
.text-\[\#231815\]{
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#404040\]{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-\[\#4645ab\]{
  --tw-text-opacity: 1;
  color: rgb(70 69 171 / var(--tw-text-opacity));
}
.text-\[\#505050\]{
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}
.text-\[\#55AAFF\]{
  --tw-text-opacity: 1;
  color: rgb(85 170 255 / var(--tw-text-opacity));
}
.text-\[\#5F5F5F\]{
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
.text-\[\#671414\]{
  --tw-text-opacity: 1;
  color: rgb(103 20 20 / var(--tw-text-opacity));
}
.text-\[\#888888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-\[\#919191\]{
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#A6A6A6\]{
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}
.text-\[\#BCD8FF\]{
  --tw-text-opacity: 1;
  color: rgb(188 216 255 / var(--tw-text-opacity));
}
.text-\[\#DA1C1C\]{
  --tw-text-opacity: 1;
  color: rgb(218 28 28 / var(--tw-text-opacity));
}
.text-\[\#EE3636\]{
  --tw-text-opacity: 1;
  color: rgb(238 54 54 / var(--tw-text-opacity));
}
.text-\[\#FF0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#cecece\]{
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
.text-\[\#f00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(0 64 152 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.underline{
  text-decoration-line: underline;
}
.decoration-\[0\.5px\]{
  text-decoration-thickness: 0.5px;
}
.underline-offset-1{
  text-underline-offset: 1px;
}
.underline-offset-\[3px\]{
  text-underline-offset: 3px;
}
.placeholder-\[\#767676\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(118 118 118 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#767676\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(118 118 118 / var(--tw-placeholder-opacity));
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-\[0\.75\]{
  opacity: 0.75;
}
.opacity-\[0\.7\]{
  opacity: 0.7;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_0_rgba\(121\2c 126\2c 255\2c 0\.5\)\]{
  --tw-shadow: 0 0 10px 0 rgba(121,126,255,0.5);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 10px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 15px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: 0 0 15px -3px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 0 15px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 0 15px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 0 15px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_0_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_0_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_5px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 0 5px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_3px_8px_0_rgba\(50\2c 50\2c 50\2c 0\.15\)\]{
  --tw-shadow: 0 3px 8px 0 rgba(50,50,50,0.15);
  --tw-shadow-colored: 0 3px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[4px_0_8px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 4px 0 8px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 4px 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* @import "../vendors/admin/vendors/simplebar/css/simplebar.css";*/
/* @import "../vendors/admin/css/style.css";*/
.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:leading-\[30px\]::-moz-placeholder{
  line-height: 30px;
}
.placeholder\:leading-\[30px\]::placeholder{
  line-height: 30px;
}
.placeholder\:tracking-widest::-moz-placeholder{
  letter-spacing: 0.1em;
}
.placeholder\:tracking-widest::placeholder{
  letter-spacing: 0.1em;
}
.placeholder\:text-\[\#A6A6A6\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#A6A6A6\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}
.before\:\!left-\[36px\]::before{
  content: var(--tw-content);
  left: 36px !important;
}
.before\:text-blue-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.before\:content-\[\'\\e906\'\]::before{
  --tw-content: '\e906';
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:\!left-\[36px\]::after{
  content: var(--tw-content);
  left: 36px !important;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-\[3px\]::after{
  content: var(--tw-content);
  height: 3px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-gradient-to-r::after{
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.after\:from-\[\#004098\]::after{
  content: var(--tw-content);
  --tw-gradient-from: #004098 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 64 152 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:from-0\%::after{
  content: var(--tw-content);
  --tw-gradient-from-position: 0%;
}
.after\:to-\[\#004098\]\/20::after{
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 64 152 / 0.2) var(--tw-gradient-to-position);
}
.after\:to-100\%::after{
  content: var(--tw-content);
  --tw-gradient-to-position: 100%;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:bg-\[\#004098\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 152 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#1a1a1a\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#E0E0E0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.hover\:text-black\/50:hover{
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-50:hover{
  opacity: 0.5;
}
.hover\:transition:hover{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:duration-1000:hover{
  transition-duration: 1000ms;
}
.focus\:bg-\[\#004098\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 152 / var(--tw-bg-opacity));
}
.focus\:bg-\[\#d0cece\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(208 206 206 / var(--tw-bg-opacity));
}
.focus\:text-\[\#231815\]\/50:focus{
  color: rgb(35 24 21 / 0.5);
}
.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 1199.5px){
  .xl-max\:mb-5{
    margin-bottom: 1.25rem;
  }
  .xl-max\:w-full{
    width: 100%;
  }
  .xl-max\:flex-col{
    flex-direction: column;
  }
}
@media (max-width: 991.5px){
  .lg-max\:mt-5{
    margin-top: 1.25rem;
  }
  .lg-max\:mt-6{
    margin-top: 1.5rem;
  }
  .lg-max\:max-h-full{
    max-height: 100%;
  }
  .lg-max\:w-\[calc\(50\%-\.25rem\)\]{
    width: calc(50% - .25rem);
  }
  .lg-max\:w-full{
    width: 100%;
  }
  .lg-max\:max-w-\[460px\]{
    max-width: 460px;
  }
  .lg-max\:max-w-full{
    max-width: 100%;
  }
  .lg-max\:flex-row{
    flex-direction: row;
  }
  .lg-max\:flex-col{
    flex-direction: column;
  }
  .lg-max\:justify-center{
    justify-content: center;
  }
  .lg-max\:gap-y-4{
    row-gap: 1rem;
  }
  .lg-max\:pl-4{
    padding-left: 1rem;
  }
}
@media (max-width: 767.5px){
  .md-max\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md-max\:mb-4{
    margin-bottom: 1rem;
  }
  .md-max\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .md-max\:mt-2{
    margin-top: 0.5rem;
  }
  .md-max\:mt-6{
    margin-top: 1.5rem;
  }
  .md-max\:w-\[200px\]{
    width: 200px;
  }
  .md-max\:w-full{
    width: 100%;
  }
  .md-max\:max-w-\[400px\]{
    max-width: 400px;
  }
  .md-max\:flex-col{
    flex-direction: column;
  }
  .md-max\:flex-wrap{
    flex-wrap: wrap;
  }
  .md-max\:p-2{
    padding: 0.5rem;
  }
  .md-max\:p-2\.5{
    padding: 0.625rem;
  }
  .md-max\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-max\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md-max\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md-max\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-max\:text-right{
    text-align: right;
  }
  .md-max\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md-max\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md-max\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 649.5px){
  .sm-max\:ml-auto{
    margin-left: auto;
  }
  .sm-max\:mt-4{
    margin-top: 1rem;
  }
  .sm-max\:\!w-\[calc\(50\%-10px\)\]{
    width: calc(50% - 10px) !important;
  }
  .sm-max\:w-\[34px\]{
    width: 34px;
  }
  .sm-max\:w-\[calc\(40\%-10px\)\]{
    width: calc(40% - 10px);
  }
  .sm-max\:w-\[calc\(60\%-10px\)\]{
    width: calc(60% - 10px);
  }
  .sm-max\:w-full{
    width: 100%;
  }
  .sm-max\:min-w-\[160px\]{
    min-width: 160px;
  }
  .sm-max\:max-w-\[200px\]{
    max-width: 200px;
  }
  .sm-max\:max-w-\[325px\]{
    max-width: 325px;
  }
  .sm-max\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm-max\:flex-row{
    flex-direction: row;
  }
  .sm-max\:justify-around{
    justify-content: space-around;
  }
  .sm-max\:gap-y-4{
    row-gap: 1rem;
  }
  .sm-max\:self-center{
    align-self: center;
  }
  .sm-max\:p-4{
    padding: 1rem;
  }
  .sm-max\:p-5{
    padding: 1.25rem;
  }
  .sm-max\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-max\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm-max\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm-max\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm-max\:pt-3{
    padding-top: 0.75rem;
  }
  .sm-max\:text-\[18px\]{
    font-size: 18px;
  }
  .sm-max\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm-max\:text-lg\/none{
    font-size: 1.125rem;
    line-height: 1;
  }
  .sm-max\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm-max\:leading-8{
    line-height: 2rem;
  }
}
@media (max-width: 500px){
  .ll-max\:mt-2{
    margin-top: 0.5rem;
  }
  .ll-max\:mt-2\.5{
    margin-top: 0.625rem;
  }
  .ll-max\:h-16{
    height: 4rem;
  }
  .ll-max\:h-\[150px\]{
    height: 150px;
  }
  .ll-max\:min-h-\[136px\]{
    min-height: 136px;
  }
  .ll-max\:w-1\/2{
    width: 50%;
  }
  .ll-max\:w-16{
    width: 4rem;
  }
  .ll-max\:w-\[calc\(50\%-10px\)\]{
    width: calc(50% - 10px);
  }
  .ll-max\:w-full{
    width: 100%;
  }
  .ll-max\:min-w-\[64px\]{
    min-width: 64px;
  }
  .ll-max\:max-w-\[196px\]{
    max-width: 196px;
  }
  .ll-max\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .ll-max\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .ll-max\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .ll-max\:pb-2{
    padding-bottom: 0.5rem;
  }
  .ll-max\:pb-2\.5{
    padding-bottom: 0.625rem;
  }
  .ll-max\:pt-3{
    padding-top: 0.75rem;
  }
}
@media (max-width: 414px){
  .l-max\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .l-max\:tracking-tight{
    letter-spacing: -0.025em;
  }
}
@media (min-width: 1200px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:left-\[-280px\]{
    left: -280px;
  }
  .xl\:left-\[12\.1em\]{
    left: 12.1em;
  }
  .xl\:left-\[27\.1em\]{
    left: 27.1em;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:right-\[-139px\]{
    right: -139px;
  }
  .xl\:right-\[-7px\]{
    right: -7px;
  }
  .xl\:right-\[10px\]{
    right: 10px;
  }
  .xl\:right-\[4\.3em\]{
    right: 4.3em;
  }
  .xl\:top-\[105px\]{
    top: 105px;
  }
  .xl\:top-\[10px\]{
    top: 10px;
  }
  .xl\:mx-\[90px\]{
    margin-left: 90px;
    margin-right: 90px;
  }
  .xl\:mr-\[30px\]{
    margin-right: 30px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:inline-flex{
    display: inline-flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:\!w-\[200px\]{
    width: 200px !important;
  }
  .xl\:w-\[1100px\]{
    width: 1100px;
  }
  .xl\:w-\[310px\]{
    width: 310px;
  }
  .xl\:w-\[320px\]{
    width: 320px;
  }
  .xl\:w-\[428px\]{
    width: 428px;
  }
  .xl\:w-\[530px\]{
    width: 530px;
  }
  .xl\:w-\[765px\]{
    width: 765px;
  }
  .xl\:w-\[784px\]{
    width: 784px;
  }
  .xl\:w-\[800px\]{
    width: 800px;
  }
  .xl\:w-\[815px\]{
    width: 815px;
  }
  .xl\:w-\[970px\]{
    width: 970px;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .xl\:max-w-\[1100px\]{
    max-width: 1100px;
  }
  .xl\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-normal{
    justify-content: normal;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-\[30px\]{
    gap: 30px;
  }
  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .xl\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .xl\:rounded-l-\[5px\]{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .xl\:bg-\[\#F3F3F3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-\[112px\]{
    padding-left: 112px;
    padding-right: 112px;
  }
  .xl\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:px-\[55px\]{
    padding-left: 55px;
    padding-right: 55px;
  }
  .xl\:px-\[65px\]{
    padding-left: 65px;
    padding-right: 65px;
  }
  .xl\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }
  .xl\:py-\[65px\]{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }
  .xl\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .xl\:pb-\[10rem\]{
    padding-bottom: 10rem;
  }
  .xl\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:pl-\[155px\]{
    padding-left: 155px;
  }
  .xl\:pl-\[215px\]{
    padding-left: 215px;
  }
  .xl\:pl-\[6px\]{
    padding-left: 6px;
  }
  .xl\:pr-\[100px\]{
    padding-right: 100px;
  }
  .xl\:pt-16{
    padding-top: 4rem;
  }
  .xl\:pt-\[100px\]{
    padding-top: 100px;
  }
  .xl\:pt-\[175px\]{
    padding-top: 175px;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-2xl\/none{
    font-size: 1.5rem;
    line-height: 1;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:left-\[-154px\]{
    left: -154px;
  }
  .lg\:left-\[105px\]{
    left: 105px;
  }
  .lg\:left-\[12\.1em\]{
    left: 12.1em;
  }
  .lg\:left-\[120px\]{
    left: 120px;
  }
  .lg\:left-\[140px\]{
    left: 140px;
  }
  .lg\:left-\[180px\]{
    left: 180px;
  }
  .lg\:left-\[190px\]{
    left: 190px;
  }
  .lg\:left-\[240px\]{
    left: 240px;
  }
  .lg\:left-\[280px\]{
    left: 280px;
  }
  .lg\:top-2{
    top: 0.5rem;
  }
  .lg\:top-2\.5{
    top: 0.625rem;
  }
  .lg\:mx-\[90px\]{
    margin-left: 90px;
    margin-right: 90px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-\[30px\]{
    margin-left: 30px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-\[25px\]{
    margin-right: 25px;
  }
  .lg\:mr-\[30px\]{
    margin-right: 30px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }
  .lg\:mt-\[5px\]{
    margin-top: 5px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[9px\]{
    margin-top: 9px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-\[387px\]{
    height: 387px;
  }
  .lg\:h-\[390px\]{
    height: 390px;
  }
  .lg\:h-\[508px\]{
    height: 508px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:min-h-\[144px\]{
    min-height: 144px;
  }
  .lg\:min-h-\[calc\(100vh-350px\)\]{
    min-height: calc(100vh - 350px);
  }
  .lg\:min-h-\[calc\(100vh-360px\)\]{
    min-height: calc(100vh - 360px);
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-\[28\%\]{
    width: 28%;
  }
  .lg\:w-\[305px\]{
    width: 305px;
  }
  .lg\:w-\[350px\]{
    width: 350px;
  }
  .lg\:w-\[360px\]{
    width: 360px;
  }
  .lg\:w-\[384px\]{
    width: 384px;
  }
  .lg\:w-\[404px\]{
    width: 404px;
  }
  .lg\:w-\[565px\]{
    width: 565px;
  }
  .lg\:w-\[646px\]{
    width: 646px;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[750px\]{
    width: 750px;
  }
  .lg\:w-\[777px\]{
    width: 777px;
  }
  .lg\:w-\[799px\]{
    width: 799px;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-\[900px\]{
    width: 900px;
  }
  .lg\:w-\[970px\]{
    width: 970px;
  }
  .lg\:w-\[calc\(100\%-290px\)\]{
    width: calc(100% - 290px);
  }
  .lg\:w-\[calc\(100\%-330px\)\]{
    width: calc(100% - 330px);
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[177px\]{
    min-width: 177px;
  }
  .lg\:min-w-\[900px\]{
    min-width: 900px;
  }
  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }
  .lg\:gap-y-\[30px\]{
    row-gap: 30px;
  }
  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }
  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-divide-opacity));
  }
  .lg\:self-auto{
    align-self: auto;
  }
  .lg\:self-center{
    align-self: center;
  }
  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }
  .lg\:bg-\[\#F3F3F3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  }
  .lg\:bg-\[url\(\'about_bg\.svg\'\)\]{
    background-image: url("/assets/about_bg-ec8468597ff3f9f456a2163ebc00d582b67360db.svg");
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[55px\]{
    padding-left: 55px;
    padding-right: 55px;
  }
  .lg\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lg\:py-\[9\.5px\]{
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pl-\[25px\]{
    padding-left: 25px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-3xl\/none{
    font-size: 1.875rem;
    line-height: 1;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[13px\]{
    font-size: 13px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-lg\/none{
    font-size: 1.125rem;
    line-height: 1;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-xs\/none{
    font-size: 0.75rem;
    line-height: 1;
  }
  .lg\:leading-6{
    line-height: 1.5rem;
  }
  .lg\:leading-9{
    line-height: 2.25rem;
  }
  .lg\:leading-\[27px\]{
    line-height: 27px;
  }
  .lg\:leading-\[30px\]{
    line-height: 30px;
  }
  .lg\:leading-\[42px\]{
    line-height: 42px;
  }
  .lg\:leading-\[48px\]{
    line-height: 48px;
  }
}
@media (min-width: 768px){
  .md\:left-\[-96px\]{
    left: -96px;
  }
  .md\:left-\[7\.3em\]{
    left: 7.3em;
  }
  .md\:right-\[100px\]{
    right: 100px;
  }
  .md\:top-\[350px\]{
    top: 350px;
  }
  .md\:mx-\[55px\]{
    margin-left: 55px;
    margin-right: 55px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:ml-2\.5{
    margin-left: 0.625rem;
  }
  .md\:ml-\[30px\]{
    margin-left: 30px;
  }
  .md\:mr-5{
    margin-right: 1.25rem;
  }
  .md\:mr-\[15px\]{
    margin-right: 15px;
  }
  .md\:mr-\[30px\]{
    margin-right: 30px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-2{
    margin-top: 0.5rem;
  }
  .md\:mt-2\.5{
    margin-top: 0.625rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-\[25px\]{
    margin-top: 25px;
  }
  .md\:mt-\[30px\]{
    margin-top: 30px;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:mt-\[90px\]{
    margin-top: 90px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-\[280px\]{
    height: 280px;
  }
  .md\:h-\[38px\]{
    height: 38px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[50px\]{
    height: 50px;
  }
  .md\:h-\[55px\]{
    height: 55px;
  }
  .md\:h-\[90px\]{
    height: 90px;
  }
  .md\:min-h-4{
    min-height: 1rem;
  }
  .md\:min-h-\[30px\]{
    min-height: 30px;
  }
  .md\:min-h-\[calc\(100vh-120px\)\]{
    min-height: calc(100vh - 120px);
  }
  .md\:min-h-\[calc\(100vh-400px\)\]{
    min-height: calc(100vh - 400px);
  }
  .md\:w-10{
    width: 2.5rem;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-\[103px\]{
    width: 103px;
  }
  .md\:w-\[150px\]{
    width: 150px;
  }
  .md\:w-\[180px\]{
    width: 180px;
  }
  .md\:w-\[200px\]{
    width: 200px;
  }
  .md\:w-\[248px\]{
    width: 248px;
  }
  .md\:w-\[250px\]{
    width: 250px;
  }
  .md\:w-\[284px\]{
    width: 284px;
  }
  .md\:w-\[300px\]{
    width: 300px;
  }
  .md\:w-\[327px\]{
    width: 327px;
  }
  .md\:w-\[360px\]{
    width: 360px;
  }
  .md\:w-\[400px\]{
    width: 400px;
  }
  .md\:w-\[41px\]{
    width: 41px;
  }
  .md\:w-\[465\.6px\]{
    width: 465.6px;
  }
  .md\:w-\[480px\]{
    width: 480px;
  }
  .md\:w-\[500px\]{
    width: 500px;
  }
  .md\:w-\[561px\]{
    width: 561px;
  }
  .md\:w-\[600px\]{
    width: 600px;
  }
  .md\:w-\[680px\]{
    width: 680px;
  }
  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:min-w-4{
    min-width: 1rem;
  }
  .md\:min-w-\[150px\]{
    min-width: 150px;
  }
  .md\:min-w-\[180px\]{
    min-width: 180px;
  }
  .md\:min-w-\[184px\]{
    min-width: 184px;
  }
  .md\:min-w-\[200px\]{
    min-width: 200px;
  }
  .md\:min-w-\[327px\]{
    min-width: 327px;
  }
  .md\:min-w-\[465\.6px\]{
    min-width: 465.6px;
  }
  .md\:min-w-\[680px\]{
    min-width: 680px;
  }
  .md\:max-w-\[1280px\]{
    max-width: 1280px;
  }
  .md\:max-w-\[calc\(100\%-20rem\)\]{
    max-width: calc(100% - 20rem);
  }
  .md\:-translate-x-40{
    --tw-translate-x: -10rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-translate-x-\[6\.65rem\]{
    --tw-translate-x: -6.65rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-normal{
    justify-content: normal;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-\[15px\]{
    gap: 15px;
  }
  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .md\:gap-y-10{
    row-gap: 2.5rem;
  }
  .md\:gap-y-5{
    row-gap: 1.25rem;
  }
  .md\:gap-y-\[25px\]{
    row-gap: 25px;
  }
  .md\:gap-y-\[30px\]{
    row-gap: 30px;
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:self-start{
    align-self: flex-start;
  }
  .md\:whitespace-nowrap{
    white-space: nowrap;
  }
  .md\:bg-right{
    background-position: right;
  }
  .md\:p-5{
    padding: 1.25rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[15px\]{
    padding: 15px;
  }
  .md\:p-\[30px\]{
    padding: 30px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:px-\[18px\]{
    padding-left: 18px;
    padding-right: 18px;
  }
  .md\:px-\[199px\]{
    padding-left: 199px;
    padding-right: 199px;
  }
  .md\:px-\[225px\]{
    padding-left: 225px;
    padding-right: 225px;
  }
  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:px-\[85px\]{
    padding-left: 85px;
    padding-right: 85px;
  }
  .md\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-\[10\.5px\]{
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .md\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:py-\[12\.5px\]{
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .md\:py-\[13px\]{
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .md\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:py-\[18px\]{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:py-\[4rem\]{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-\[56px\]{
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .md\:py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .md\:py-\[8\.5px\]{
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
  .md\:py-\[9px\]{
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pl-\[15px\]{
    padding-left: 15px;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pr-5{
    padding-right: 1.25rem;
  }
  .md\:ps-\[15px\]{
    padding-inline-start: 15px;
  }
  .md\:pt-1{
    padding-top: 0.25rem;
  }
  .md\:pt-1\.5{
    padding-top: 0.375rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-2\.5{
    padding-top: 0.625rem;
  }
  .md\:pt-\[100px\]{
    padding-top: 100px;
  }
  .md\:pt-\[30px\]{
    padding-top: 30px;
  }
  .md\:pt-\[60px\]{
    padding-top: 60px;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-2xl\/none{
    font-size: 1.5rem;
    line-height: 1;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-3xl\/none{
    font-size: 1.875rem;
    line-height: 1;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[15px\]{
    font-size: 15px;
  }
  .md\:text-\[19px\]{
    font-size: 19px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[25px\]{
    font-size: 25px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-\[30px\]\/none{
    font-size: 30px;
    line-height: 1;
  }
  .md\:text-\[34px\]{
    font-size: 34px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-base\/snug{
    font-size: 1rem;
    line-height: 1.375;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xl\/none{
    font-size: 1.25rem;
    line-height: 1;
  }
  .md\:leading-7{
    line-height: 1.75rem;
  }
  .md\:leading-9{
    line-height: 2.25rem;
  }
  .md\:leading-\[25\.6px\]{
    line-height: 25.6px;
  }
  .md\:leading-\[26px\]{
    line-height: 26px;
  }
  .md\:leading-\[30px\]{
    line-height: 30px;
  }
  .md\:leading-\[3rem\]{
    line-height: 3rem;
  }
  .md\:leading-\[48px\]{
    line-height: 48px;
  }
  .md\:placeholder\:text-base::-moz-placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:placeholder\:text-base::placeholder{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 650px){
  .sm\:bottom-\[34px\]{
    bottom: 34px;
  }
  .sm\:left-5{
    left: 1.25rem;
  }
  .sm\:left-\[-99px\]{
    left: -99px;
  }
  .sm\:left-\[10\.9em\]{
    left: 10.9em;
  }
  .sm\:left-\[7\.5em\]{
    left: 7.5em;
  }
  .sm\:right-5{
    right: 1.25rem;
  }
  .sm\:right-\[-128px\]{
    right: -128px;
  }
  .sm\:top-\[30px\]{
    top: 30px;
  }
  .sm\:top-\[34px\]{
    top: 34px;
  }
  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .sm\:mb-\[90px\]{
    margin-bottom: 90px;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:ml-2{
    margin-left: 0.5rem;
  }
  .sm\:ml-2\.5{
    margin-left: 0.625rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:ml-5{
    margin-left: 1.25rem;
  }
  .sm\:ml-\[15px\]{
    margin-left: 15px;
  }
  .sm\:ml-\[30px\]{
    margin-left: 30px;
  }
  .sm\:ml-\[5px\]{
    margin-left: 5px;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mr-2\.5{
    margin-right: 0.625rem;
  }
  .sm\:mr-\[15px\]{
    margin-right: 15px;
  }
  .sm\:mr-\[30px\]{
    margin-right: 30px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-\[28px\]{
    margin-top: 28px;
  }
  .sm\:mt-\[30px\]{
    margin-top: 30px;
  }
  .sm\:mt-\[60px\]{
    margin-top: 60px;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:h-\[192px\]{
    height: 192px;
  }
  .sm\:h-\[246px\]{
    height: 246px;
  }
  .sm\:h-\[267px\]{
    height: 267px;
  }
  .sm\:h-\[270px\]{
    height: 270px;
  }
  .sm\:h-\[280px\]{
    height: 280px;
  }
  .sm\:h-\[387px\]{
    height: 387px;
  }
  .sm\:h-\[404px\]{
    height: 404px;
  }
  .sm\:h-\[43px\]{
    height: 43px;
  }
  .sm\:h-\[469px\]{
    height: 469px;
  }
  .sm\:h-\[501px\]{
    height: 501px;
  }
  .sm\:h-\[600px\]{
    height: 600px;
  }
  .sm\:h-\[75px\]{
    height: 75px;
  }
  .sm\:w-40{
    width: 10rem;
  }
  .sm\:w-\[120px\]{
    width: 120px;
  }
  .sm\:w-\[180px\]{
    width: 180px;
  }
  .sm\:w-\[192px\]{
    width: 192px;
  }
  .sm\:w-\[196px\]{
    width: 196px;
  }
  .sm\:w-\[200px\]{
    width: 200px;
  }
  .sm\:w-\[215px\]{
    width: 215px;
  }
  .sm\:w-\[258px\]{
    width: 258px;
  }
  .sm\:w-\[267px\]{
    width: 267px;
  }
  .sm\:w-\[271px\]{
    width: 271px;
  }
  .sm\:w-\[300px\]{
    width: 300px;
  }
  .sm\:w-\[353px\]{
    width: 353px;
  }
  .sm\:w-\[356px\]{
    width: 356px;
  }
  .sm\:w-\[373px\]{
    width: 373px;
  }
  .sm\:w-\[404px\]{
    width: 404px;
  }
  .sm\:w-\[436px\]{
    width: 436px;
  }
  .sm\:w-\[450px\]{
    width: 450px;
  }
  .sm\:w-\[460px\]{
    width: 460px;
  }
  .sm\:w-\[500px\]{
    width: 500px;
  }
  .sm\:w-\[561px\]{
    width: 561px;
  }
  .sm\:w-\[calc\(100\%-130px\)\]{
    width: calc(100% - 130px);
  }
  .sm\:w-\[calc\(100\%-192px\)\]{
    width: calc(100% - 192px);
  }
  .sm\:w-\[calc\(100\%-200px\)\]{
    width: calc(100% - 200px);
  }
  .sm\:w-\[calc\(100\%-258px\)\]{
    width: calc(100% - 258px);
  }
  .sm\:w-\[calc\(100\%-300px\)\]{
    width: calc(100% - 300px);
  }
  .sm\:w-\[calc\(50\%-\.5rem\)\]{
    width: calc(50% - .5rem);
  }
  .sm\:min-w-\[184px\]{
    min-width: 184px;
  }
  .sm\:min-w-\[300px\]{
    min-width: 300px;
  }
  .sm\:min-w-\[373px\]{
    min-width: 373px;
  }
  .sm\:min-w-\[404px\]{
    min-width: 404px;
  }
  .sm\:min-w-\[450px\]{
    min-width: 450px;
  }
  .sm\:max-w-\[150px\]{
    max-width: 150px;
  }
  .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-normal{
    justify-content: normal;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .sm\:gap-x-\[5px\]{
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .sm\:gap-y-4{
    row-gap: 1rem;
  }
  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }
  .sm\:gap-y-\[15px\]{
    row-gap: 15px;
  }
  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:p-\[15px\]{
    padding: 15px;
  }
  .sm\:p-\[30px\]{
    padding: 30px;
  }
  .sm\:p-\[50px\]{
    padding: 50px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sm\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:py-\[21px\]{
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .sm\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:py-\[8\.5px\]{
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .sm\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .sm\:pl-2{
    padding-left: 0.5rem;
  }
  .sm\:pl-\[15px\]{
    padding-left: 15px;
  }
  .sm\:pl-\[65px\]{
    padding-left: 65px;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
  .sm\:ps-\[15px\]{
    padding-inline-start: 15px;
  }
  .sm\:pt-1{
    padding-top: 0.25rem;
  }
  .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-\[100px\]{
    padding-top: 100px;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-3xl\/none{
    font-size: 1.875rem;
    line-height: 1;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[25px\]{
    font-size: 25px;
  }
  .sm\:text-\[26px\]{
    font-size: 26px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[28px\]\/none{
    font-size: 28px;
    line-height: 1;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-\[34px\]{
    font-size: 34px;
  }
  .sm\:text-\[38px\]{
    font-size: 38px;
  }
  .sm\:text-\[39px\]{
    font-size: 39px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[56px\]{
    font-size: 56px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-lg\/none{
    font-size: 1.125rem;
    line-height: 1;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-sm\/none{
    font-size: 0.875rem;
    line-height: 1;
  }
  .sm\:leading-\[30px\]{
    line-height: 30px;
  }
  .sm\:leading-\[55px\]{
    line-height: 55px;
  }
  .sm\:leading-none{
    line-height: 1;
  }
}
