@font-face{
	font-family: "hhhh";
	src: url(1111.ttf);
}
.biaoti{
	color: #fff!important;
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #2f6684;
	width: 300px;
	text-align: center;

    padding: .6vw 2vw;
    font-size: .8vw;
    font-weight: 700;
    line-height: 2.2;
    text-decoration: none;
	
}

.container .banner {
  position: relative;
}
.container .banner .wrap {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
}
.container .banner .crumbs {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-align: left;

}
.container .banner .crumbs a {
  font-size: 16px;
  color: #fff;
  font-weight:normal;
}
.container .banner .crumbs span {
  padding: 0 8px;
}
.container .columnMenu {
  background: #fff;
  text-align: center;
  height: 70px;
  border-bottom: solid 1px #ececec;
}
.container .columnMenu .tit {
  display: none;
}
.container .columnMenu ul {
  display: inline-block;
}
.container .columnMenu li {
  float: left;
  margin: 0 32px;
}
.container .columnMenu li a {
  height: 70px;
  line-height: 70px;
  display: block;
  font-size: 16px;
  color: #616264;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.container .columnMenu li a:hover {
  color: #023a8b;
}
.container .columnMenu li.on a {
  color: #023a8b;
  border-bottom: solid 1px #023a8b;
}
.container .paging {
  margin-top: 60px;
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
}
.container .paging li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #dddddd;
  border-left: none;
  font-size: 14px;
  color: #888888;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}



@media only screen and (min-width: 1400px){
.wrap {
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
}

@media screen and (max-width: 1410px){
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
}
@media only screen and (min-width: 1400px){

.wrap2 {
max-width: 1500px;
    /* margin: 0 auto; */
    width: 100%;
    box-sizing: border-box;
    margin-left: 9%;
	
}

}

@media screen and (max-width: 1410px){

.wrap2 {
    max-width: 1200px;
   
    width: 100%;
    box-sizing: border-box;
	margin-left: 4%;
}

}

.xianshi {


	opacity: 1;
}

.yincang {

    opacity: 0;
	height: 0;
}
:root {
  --nprogress-color: #2f6684;
  --dt-eaa96658: 1680px;
  --dt-86e5c9dd: 20px;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
}
.a11{display: block;}
.a22{display: none;}


.scroll-top .logo .a11{display: none;}
.scroll-top .logo .a22{display: block;}
html._is-open body {
  overflow: hidden;
}
html._is-open-popup body {
  padding-right: 0 !important;
  overflow: visible !important;
}

strong, b {
  font-weight: 700;
}

@media print {
  body {
    background-color: #fff;
    color: #000;
  }
}
body::backdrop {
  background-color: #fff;
}
#__next {
  height: 100%;
  margin: auto;
}
button, input, textarea, select {
  font: inherit;
}
._hide {
  display: none !important;
}
@media (max-width: 599px) {
  ._sm-show {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._sm-hide {
    display: none !important;
  }
}
@media (max-width: 899px) {
  ._md-show {
    display: none !important;
  }
}
@media (min-width: 900px) {
  ._md-hide {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  ._lg-show {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  ._lg-hide {
    display: none !important;
  }
}
@media (max-width: 1535px) {
  ._xl-show {
    display: none !important;
  }
}
@media (min-width: 1536px) {
  ._xl-hide {
    display: none !important;
  }
}
.info-window {
  padding: 12px;
  max-width: 272px;
}
.info-window__title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .info-window__title {
    font-size: 24px;
  }
}
.info-window__item + .info-window__item {
  margin-top: 8px;
}
.info-window__text {
  font-size: 14px;
  color: #7D8387;
}
.info-window__link {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  transition: color 0.3s;
}
@media (hover: hover) {
  .info-window__link:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.PrivateSwipeArea-root {
  display: none;
}
.x-5hsymz-_c54dd3a88 {
  height: 100%;
}
.x-6xz5wv-_c6705959f {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.x-6xz5wv-_c6705959f ._c12f7e6c0 {
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media (hover: hover) {
  html._is-open .x-6xz5wv-_c6705959f ._c12f7e6c0 {
    padding-right: 8px;
  }
}
.x-6xz5wv-_c6705959f ._c9e85442f {
  flex-grow: 1;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}
.x-6xz5wv-_c6705959f ._c9111039a {
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
}
.x-1qw9i1g-_c7ea0effa {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
@media (min-width: 900px) {
  .x-1qw9i1g-_c7ea0effa {
    height: 75px;
  }
}
.x-1qw9i1g-_c7ea0effa ._c6e60346 {
  color: #ffffff;
  transition: color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
@media (hover: hover) {
  .x-1qw9i1g-_c7ea0effa ._c6e60346:hover {
    color: #2f6684 !important;
  }
  .x-1qw9i1g-_c7ea0effa ._c6e60346:hover::before {
    display: none;
  }
}
.x-1qw9i1g-_c7ea0effa ._cd5f2b288 {
  color: #ffffff !important;
}
.x-1qw9i1g-_c7ea0effa ._c15a0e204 {
  border: none !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.x-1qw9i1g-_c7ea0effa._is-color ._c6e60346, .x-1qw9i1g-_c7ea0effa._is-scroll ._c6e60346, .x-1qw9i1g-_c7ea0effa._is-light ._c6e60346 {
  color: #000000;
}
.x-1qw9i1g-_c7ea0effa._is-color ._cd5f2b288, .x-1qw9i1g-_c7ea0effa._is-scroll ._cd5f2b288, .x-1qw9i1g-_c7ea0effa._is-light ._cd5f2b288 {
  background-color: #2f6684;
  color: #000000 !important;
}
.x-1qw9i1g-_c7ea0effa._is-color, .x-1qw9i1g-_c7ea0effa._is-scroll {
  border-bottom-color: rgba(128, 132, 141, 0.2);
  background-color: #ffffff;
}
.x-8tja61-_c31c540b3 {
  width: 100%;
  max-width: calc(var(--dt-eaa96658, 0) + 2 * var(--dt-86e5c9dd, 0));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--dt-86e5c9dd);
  padding-right: var(--dt-86e5c9dd);
}
@media (min-width: 900px) {
  .x-8tja61-_c31c540b3 {
    --dt-86e5c9dd: 4.5rem;
  }
}
.x-8tja61-_c31c540b3._cf98f009c {
  --dt-86e5c9dd: 0px !important;
}
.x-8tja61-_c31c540b3._c4a971b72 {
  --dt-eaa96658: 52.5rem;
}
.x-8tja61-_c31c540b3._c62ac2325 {
  --dt-eaa96658: 45rem;
}
.x-1uy2oea {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.x-1uy2oea > .MuiGrid-item {
  padding-top: 16px;
}
.x-1uy2oea > .MuiGrid-item {
  padding-left: 16px;
}
.x-1qeudy8-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-shrink: 0;
}
@media (min-width:1200px) {
  .x-1qeudy8-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (min-width:1536px) {
  .x-1qeudy8-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
.x-1qeudy8-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1qeudy8-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1qeudy8-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1qeudy8-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1qeudy8-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-xw9swa-_c7c7309ce ._ce1da4fee {
  display: flex;
  align-items: center;
}
.x-xw9swa-_c7c7309ce ._caefe8969 {
  display: block;
  text-decoration: none;
  width: 122px;
  height: 20px;
  color: #ffffff;
  transition: color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
@media (min-width: 600px) {
  .x-xw9swa-_c7c7309ce ._caefe8969 {
    width: 147px;
    height: 24px;
  }
}
.x-xw9swa-_c7c7309ce ._caefe8969 svg {
  display: block;
  width: 100%;
  height: 100%;
}
.x-xw9swa-_c7c7309ce ._c5687585 {
  display: block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .x-xw9swa-_c7c7309ce ._c5687585 {
    width: 24px;
    height: 24px;
  }
}
.x-xw9swa-_c7c7309ce ._c5687585 svg {
  display: block;
  width: 100%;
  height: 100%;
}
._is-color .x-xw9swa-_c7c7309ce ._caefe8969, ._is-scroll .x-xw9swa-_c7c7309ce ._caefe8969, ._is-light .x-xw9swa-_c7c7309ce ._caefe8969 {
  color: #000000;
}
.x-vubbuv {
  -webkit-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
}
.x-1jovrzm-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
}
@media (min-width:1200px) {
  .x-1jovrzm-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-1jovrzm-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-1jovrzm-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1jovrzm-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1jovrzm-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1jovrzm-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1jovrzm-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-19gcapr-_c388c5590 ._ce1c20270 {
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), border-color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
  color: #ffffff;
  height: 64px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  padding: 0 5px;
  font-size: 14px !important;
}
@media (min-width: 900px) {
  .x-19gcapr-_c388c5590 ._ce1c20270 {
    height: 75px;
  }
}
@media (min-width: 1366px) {
  .x-19gcapr-_c388c5590 ._ce1c20270 {
    padding: 0 12px;
  }
}
.x-19gcapr-_c388c5590 ._ce1c20270 svg {
  width: 6px;
  height: 4px;
  margin-left: 5px;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .x-19gcapr-_c388c5590 ._ce1c20270 svg {
    width: 0.41667vw;
    height: 0.27778vw;
  }
}
@media (min-width: 1920px) {
  .x-19gcapr-_c388c5590 ._ce1c20270 svg {
    width: 8px;
    height: 5px;
  }
}
.x-19gcapr-_c388c5590 ._ce1c20270.Mui-active {
  border-bottom-color: #2f6684;
}
@media (hover: hover) {
  .x-19gcapr-_c388c5590 ._ce1c20270[href]:hover {
    color: #2f6684;
    border-bottom-color: #2f6684;
  }
}
.x-19gcapr-_c388c5590 ._c913e5125._c669ce351 ._ceb2ea637 {
  z-index: 1;
  visibility: visible;
}
.x-19gcapr-_c388c5590 ._ceb2ea637 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}
._is-color .x-19gcapr-_c388c5590 ._ce1c20270, ._is-scroll .x-19gcapr-_c388c5590 ._ce1c20270, ._is-light .x-19gcapr-_c388c5590 ._ce1c20270 {
  color: #000000;
}
._is-color .x-19gcapr-_c388c5590 ._ce1c20270.Mui-active, ._is-scroll .x-19gcapr-_c388c5590 ._ce1c20270.Mui-active, ._is-light .x-19gcapr-_c388c5590 ._ce1c20270.Mui-active {
  color: #2f6684;
}
@media (hover: hover) {
  ._is-color .x-19gcapr-_c388c5590 ._ce1c20270[href]:hover, ._is-scroll .x-19gcapr-_c388c5590 ._ce1c20270[href]:hover, ._is-light .x-19gcapr-_c388c5590 ._ce1c20270[href]:hover {
    color: #2f6684;
  }
}
.x-1id5m47 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width:0px) {
  .x-1id5m47 {
    margin-top: -8px;
  }
  .x-1id5m47 > .MuiGrid-item {
    padding-top: 8px;
  }
}
@media (min-width:1200px) {
  .x-1id5m47 {
    margin-top: -16px;
  }
  .x-1id5m47 > .MuiGrid-item {
    padding-top: 16px;
  }
}
@media (min-width:0px) {
  .x-1id5m47 {
    width: calc(100% + 8px);
    margin-left: -8px;
  }
  .x-1id5m47 > .MuiGrid-item {
    padding-left: 8px;
  }
}
@media (min-width:1200px) {
  .x-1id5m47 {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .x-1id5m47 > .MuiGrid-item {
    padding-left: 16px;
  }
}
.x-1452skl-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
}
.x-1452skl-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1452skl-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1452skl-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1452skl-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1452skl-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1kscxd1-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: initial;
  font-family: hhhh;
}
.x-1kscxd1-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-1kscxd1-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1kscxd1-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-1kscxd1-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-1kscxd1-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-1kscxd1-_c1102e234-_ca220873 {
    font-size: 15px;
  }
}
.x-1kscxd1-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1kscxd1-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1kscxd1-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1kscxd1-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1kscxd1-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-krzh1b {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
.x-krzh1b > .MuiGrid-item {
  padding-top: 16px;
}
.x-krzh1b > .MuiGrid-item {
  padding-left: 16px;
}
.x-11w6hnq-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: initial;
  font-family: hhhh;
  font-weight: 600;
}
.x-11w6hnq-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-11w6hnq-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-11w6hnq-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-11w6hnq-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-11w6hnq-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-11w6hnq-_c1102e234-_ca220873 {
    font-size: 15px;
  }
}
.x-11w6hnq-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-11w6hnq-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-11w6hnq-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-11w6hnq-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-11w6hnq-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  font-family: IBM Plex Mono, hhhh;
  border-radius: 40px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  position: relative;
  letter-spacing: -0.01em;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82::-moz-focus-inner {
  border-style: none;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cb56afb37 {
  font-family: hhhh;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c841099ba {
  width: 100%;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._c81a3ac77 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._c81a3ac77 + ._c16da548b {
  margin-left: 24px;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._cdc07fd24, .x-1fe0d1-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(200%);
  opacity: 0;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 {
  display: inherit;
  position: relative;
  flex-shrink: 0;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 .svg, .x-1fe0d1-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 svg {
  width: 16px;
  height: 16px;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82 ._c944b66c4 + ._c81a3ac77 {
  margin-left: 24px;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c312c2437 {
  padding: 0 40px;
  height: 56px;
  font-size: 15px;
  text-transform: uppercase;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cd52310d7 {
  font-size: 14px;
  padding: 0 40px;
  min-height: 48px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._cd52310d7 {
    min-height: 56px;
    font-size: 15px;
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c41b76255 {
  padding: 0 16px;
  min-height: 32px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c41b76255 {
    min-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c87aee8eb {
  padding: 0 12px;
  min-height: 26px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c87aee8eb {
    padding: 0 16px;
    min-height: 32px;
    font-size: 13px;
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c87aee8eb .MuiSvgIcon-root, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c87aee8eb .svg {
  width: 20px;
  height: 20px;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9, .x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c {
  overflow: hidden;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9 > *, .x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c > * {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._cdc07fd24, .x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._cdc07fd24 {
    transform: translateY(-200%);
    opacity: 0;
  }
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._ccabcf3b6, .x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._ccabcf3b6 {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9:focus-visible, .x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9._caea414be {
  color: #000000;
  background: #FF6E40;
  --hbg: #2f6684;
  --hc: #ffffff;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9._ce696348 {
  color: #ffffff;
  background: #181818;
  --hbg: rgb(17, 17, 17);
  --hc: #ffffff;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9._cefb3e5aa {
  color: #000000;
  background: #2f6684;
  --hbg: rgb(178, 77, 44);
  --hc: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9._c34ba2af8 {
  color: #ffffff;
  background: #FFD500;
  --hbg: rgb(178, 149, 0);
  --hc: #ffffff;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9._c5413bcbc {
  color: #ffffff;
  background: #005BBB;
  --hbg: rgb(0, 63, 130);
  --hc: #ffffff;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9._c33d28411 {
  color: #ffffff;
  background: #05944F;
  --hbg: rgb(3, 103, 55);
  --hc: #ffffff;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9.Mui-disabled {
  color: #a7a9af;
  background: rgba(0, 0, 0, 0.12);
  --hbg: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
@media (hover: hover) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c8688d4c9:hover {
    background-color: var(--hbg);
    color: var(--hc);
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 {
  background: transparent;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._caea414be {
  color: #2f6684;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._ce696348 {
  color: #181818;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._cefb3e5aa {
  color: #2f6684;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._c34ba2af8 {
  color: #FFD500;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._c5413bcbc {
  color: #005BBB;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._c33d28411 {
  color: #05944F;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405.Mui-disabled {
  color: #a7a9af;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
  display: block;
  border: 1px solid transparent;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be {
  color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be::before {
  border-color: #2f6684;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348 {
  color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348::before {
  border-color: #181818;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa {
  color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa::before {
  border-color: #2f6684;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8 {
  color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8::before {
  border-color: #FFD500;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc {
  color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc::before {
  border-color: #005BBB;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411 {
  color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411::before {
  border-color: #05944F;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled {
  --hbg: transparent;
  --hc: #a7a9af;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled::before {
  border-color: rgba(0, 0, 0, 0.12);
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb {
  --hc: #a7a9af;
  --hbc: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb::before {
  border-color: rgba(175, 175, 175, 0.5);
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb:hover::before {
    border-color: var(--hbc);
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active {
  color: #ffffff;
  background: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active::before {
  border-color: #000000;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 {
  padding: 0;
  min-height: 0;
  border-radius: 0;
  color: #000000 !important;
  font-weight: 600;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
    font-size: 13px;
  }
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  position: relative;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform cubic-bezier(0.12, 0.77, 0.16, 0.93) 0.3s;
  border-radius: 50%;
  border: 1px solid #2f6684;
  z-index: 0;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 svg, .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 .svg {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 + ._c81a3ac77 {
  margin-left: 16px;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 + ._c7bdd0d29 {
  margin-left: 16px;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._ccabcf3b6 {
  display: none;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 .MuiTouchRipple-root {
  display: none;
}
.x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 ~ .MuiTouchRipple-root {
  border-radius: 0;
}
@media (hover: hover) {
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29 {
    color: #ffffff;
  }
  .x-1fe0d1-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29::before {
    border-color: #2f6684;
    background-color: #2f6684;
    transform: scale(1.2);
  }
}
.x-zsvfh1-_cd91c6f24 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #2f6684;
  font-family: IBM Plex Mono, hhhh;
}
.x-zsvfh1-_cd91c6f24::-moz-focus-inner {
  border-style: none;
}
.x-zsvfh1-_cd91c6f24.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-zsvfh1-_cd91c6f24 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-zsvfh1-_cd91c6f24:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .x-zsvfh1-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-zsvfh1-_cd91c6f24:hover {
  background-color: rgba(245, 93, 45, 0.04);
}
@media (hover: none) {
  .x-zsvfh1-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-zsvfh1-_cd91c6f24.Mui-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}
.x-zsvfh1-_cd91c6f24._c1bb96f4b {
  background-color: #000000;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
@media (hover: hover) {
  .x-zsvfh1-_cd91c6f24._c1bb96f4b:hover {
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-zsvfh1-_cd91c6f24._c51aafd9a {
  border: 1px solid #2f6684;
  color: #000000;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
@media (hover: hover) {
  .x-zsvfh1-_cd91c6f24._c51aafd9a:hover {
    border-color: #2f6684;
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeMedium {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeMedium {
    width: 56px;
    height: 56px;
  }
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeMedium .svg, .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeMedium svg {
  width: 20px;
  height: 20px;
}
.x-zsvfh1-_cd91c6f24._c873e36e0 {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-zsvfh1-_cd91c6f24._c873e36e0 {
    width: 64px;
    height: 64px;
  }
}
.x-zsvfh1-_cd91c6f24._c873e36e0 .svg, .x-zsvfh1-_cd91c6f24._c873e36e0 svg {
  width: 20px;
  height: 20px;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeSmall {
  width: 40px;
  height: 40px;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeSmall svg, .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeSmall .svg {
  width: 12px;
  height: 12px;
}
.x-zsvfh1-_cd91c6f24._ccc74e3ad {
  width: 32px;
  height: 32px;
}
.x-zsvfh1-_cd91c6f24._ccc74e3ad svg, .x-zsvfh1-_cd91c6f24._ccc74e3ad .svg {
  width: 8px;
  height: 8px;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
  background-color: transparent !important;
  color: #000000;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 144px;
  height: 144px;
  transition: none;
  will-change: transform;
}
@media (min-width: 1200px) {
  .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
    font-size: 15px;
    width: 180px;
    height: 180px;
  }
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), background-color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
  background-color: #FF6E40;
  z-index: 0;
  border-radius: 50%;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg, .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg {
  width: 19px;
  height: 19px;
  position: relative;
  z-index: 1;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg + span, .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg + span {
  margin-top: 16px;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span {
  position: relative;
  z-index: 1;
}
.x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span + svg, .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span > .svg {
  margin-top: 16px;
}
@media (hover: hover) {
  .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover {
    color: #ffffff;
  }
  .x-zsvfh1-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover:before {
    background-color: #2f6684;
    transform: scale(0.8);
  }
}
.x-2z8br1-_ca989de8c {
  position: relative;
  z-index: 1;
}
.x-2z8br1-_ca989de8c ._cb354464b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
}
.x-2z8br1-_ca989de8c ._c7357e5b8 {
  width: 100%;
  height: 100%;
}
.x-2z8br1-_ca989de8c ._c7357e5b8 picture {
  width: 100%;
  height: 100%;
}
.x-2z8br1-_ca989de8c ._c7357e5b8 img, .x-2z8br1-_ca989de8c ._c7357e5b8 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-2z8br1-_ca989de8c > ._cc899abab {
  position: relative;
  z-index: 3;
}
.x-2z8br1-_ca989de8c._c8ed41000 > ._cc899abab {
  border-radius: 24px;
  overflow: hidden;
}
.x-2z8br1-_ca989de8c._c16538286 ._cc899abab {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}
.x-2z8br1-_ca989de8c._cf65b0362 > ._cc899abab {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.x-2z8br1-_ca989de8c._c2a58df34 {
  padding-top: 40px;
}
@media (min-width: 600px) {
  .x-2z8br1-_ca989de8c._c2a58df34 {
    padding-top: 5.5vw;
  }
}
@media (min-width: 1536px) {
  .x-2z8br1-_ca989de8c._c2a58df34 {
    padding-top: 5vw;
  }
}
@media (min-width: 1920px) {
  .x-2z8br1-_ca989de8c._c2a58df34 {
    padding-top: 120px;
  }
}
.x-2z8br1-_ca989de8c._cf2922f10 {
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .x-2z8br1-_ca989de8c._cf2922f10 {
    padding-bottom: 0.5vw;
  }
}
@media (min-width: 1536px) {
  .x-2z8br1-_ca989de8c._cf2922f10 {
    padding-bottom: 5vw;
  }
}
@media (min-width: 1920px) {
  .x-2z8br1-_ca989de8c._cf2922f10 {
    padding-bottom: 10px;
  }
}
.x-2z8br1-_ca989de8c._ca023c97b > ._cc899abab {
  padding-top: 64px;
}
@media (min-width: 600px) {
  .x-2z8br1-_ca989de8c._ca023c97b > ._cc899abab {
    padding-top: 4vw;
  }
}
@media (min-width: 1920px) {
  .x-2z8br1-_ca989de8c._ca023c97b > ._cc899abab {
    padding-top: 84px;
  }
}
.x-2z8br1-_ca989de8c._c667e7a9f > ._cc899abab {
  padding-bottom: 64px;
}
@media (min-width: 600px) {
  .x-2z8br1-_ca989de8c._c667e7a9f > ._cc899abab {
    padding-bottom: 1vw;
  }
}
@media (min-width: 1920px) {
  .x-2z8br1-_ca989de8c._c667e7a9f > ._cc899abab {
    padding-bottom: 84px;
  }
}
.x-2z8br1-_ca989de8c._cf0ddf969 > ._cc899abab {

	background-image: url("../../static/picture/bgbg2.jpg");
	background-repeat: no-repeat;
}
.x-2z8br1-_ca989de8c._c8ff51c12 > ._cc899abab {
  background-color: #000000;
}
.x-2z8br1-_ca989de8c._c28d0137d {
  position: sticky;
  top: 0;
}
.x-2z8br1-_ca989de8c._c28d0137d > ._cc899abab {
  transition: opacity 1s cubic-bezier(0, 0.7, 0.3, 0.9), transform 1s cubic-bezier(0, 0.7, 0.3, 0.9);
}
.x-2z8br1-_ca989de8c._c28d0137d._cf0ddf969 {
  background-color: #181818;
}
.x-2z8br1-_ca989de8c._c28d0137d._c8ff51c12 {
  background-color: #000000;
}
.x-2z8br1-_ca989de8c._cfe972b2a > ._cc899abab {
  transition: transform 0.5s cubic-bezier(0.07, 0.67, 0.23, 0.89);
}
.x-17i7two-_c5e87567 {
  padding: 88px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 900px) {
  .x-17i7two-_c5e87567 {
    padding: 82px 0 120px;
  }
}
.x-17i7two-_c5e87567 ._c692b9698 ._c7bdd0d29 svg {
  transform: translateX(2px);
}
@media (max-width: 599px) {
  .x-17i7two-_c5e87567 ._c692b9698 {
    flex-direction: column;
    align-items: flex-start;
  }
  .x-17i7two-_c5e87567 ._c692b9698 ._c81a3ac77 {
    margin-left: 0 !important;
    margin-top: 8px;
  }
}
.x-17i7two-_c5e87567 ._c4ea9b4e0 {
  position: relative;
  z-index: 2;
}
.x-17i7two-_c5e87567 ._cb4c96be7 {
  margin-top: 100px;
  margin-bottom: 24px;
}
.x-17i7two-_c5e87567 ._c90611aae {
  min-height: calc(100vh - 100px - 88px - 80px);
}
@media (min-width: 900px) {
  .x-17i7two-_c5e87567 ._c90611aae {
    min-height: calc(100vh - 100px - 82px - 120px);
  }
}
.x-17i7two-_c5e87567 ._c66240f16 {
  max-width: calc(100% - 144px - 15px);
}
@media (min-width: 1200px) {
  .x-17i7two-_c5e87567 ._c66240f16 {
    max-width: calc(100% - 180px - 47px);
  }
}
.x-17i7two-_c5e87567 ._c1803fd9d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 88px;
}
@media (min-width: 1200px) {
  .x-17i7two-_c5e87567 ._c1803fd9d {
    padding-top: 112px;
  }
}
.x-17i7two-_c5e87567 ._c4239eb83 {
  position: relative;
}
.x-17i7two-_c5e87567 ._cde1975a2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-5vw);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  z-index: 1;
}
@media (min-width: 1920px) {
  .x-17i7two-_c5e87567 ._cde1975a2 {
    transform: translateY(-72px);
  }
}
.x-17i7two-_c5e87567 ._cde1975a2._cf075f241 {
  opacity: 1;
}
.x-17i7two-_c5e87567 ._cf9219149 {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .x-17i7two-_c5e87567 ._cf9219149 {
    bottom: 40px;
  }
}
.x-1o7v222 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  align-items: flex-end;
}
.x-d25h4x-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
}
@media (min-width:900px) {
  .x-d25h4x-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (min-width:1200px) {
  .x-d25h4x-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (min-width:1536px) {
  .x-d25h4x-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
.x-d25h4x-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-d25h4x-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-d25h4x-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-d25h4x-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-d25h4x-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-144s0bg-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-144s0bg-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-144s0bg-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:1200px) {
  .x-144s0bg-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:1536px) {
  .x-144s0bg-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
.x-144s0bg-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-144s0bg-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-144s0bg-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-144s0bg-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-144s0bg-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-kns41m-_ca220873 {
  margin: 0;
  font-size: 44px;
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-kns41m-_ca220873 {
    font-size: 5.83333vw;
  }
}
@media (min-width: 1800px) {
  .x-kns41m-_ca220873 {
    font-size: 105px;
  }
}
.x-kns41m-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-kns41m-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-kns41m-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-kns41m-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-kns41m-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-n3ks5u-_ca220873 {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-n3ks5u-_ca220873 {
    font-size: 18px;
  }
}
.x-n3ks5u-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-n3ks5u-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-n3ks5u-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-n3ks5u-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-n3ks5u-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1u5b8yb-_cd91c6f24 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #2f6684;
  padding: 12px;
  font-size: 1.75rem;
  font-family: IBM Plex Mono, hhhh;
}
.x-1u5b8yb-_cd91c6f24::-moz-focus-inner {
  border-style: none;
}
.x-1u5b8yb-_cd91c6f24.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-1u5b8yb-_cd91c6f24 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-1u5b8yb-_cd91c6f24:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .x-1u5b8yb-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-1u5b8yb-_cd91c6f24:hover {
  background-color: rgba(245, 93, 45, 0.04);
}
@media (hover: none) {
  .x-1u5b8yb-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-1u5b8yb-_cd91c6f24.Mui-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}
.x-1u5b8yb-_cd91c6f24._c1bb96f4b {
  background-color: #000000;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
@media (hover: hover) {
  .x-1u5b8yb-_cd91c6f24._c1bb96f4b:hover {
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-1u5b8yb-_cd91c6f24._c51aafd9a {
  border: 1px solid #2f6684;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
@media (hover: hover) {
  .x-1u5b8yb-_cd91c6f24._c51aafd9a:hover {
    border-color: #2f6684;
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeMedium {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeMedium {
    width: 56px;
    height: 56px;
  }
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeMedium .svg, .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeMedium svg {
  width: 20px;
  height: 20px;
}
.x-1u5b8yb-_cd91c6f24._c873e36e0 {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-1u5b8yb-_cd91c6f24._c873e36e0 {
    width: 64px;
    height: 64px;
  }
}
.x-1u5b8yb-_cd91c6f24._c873e36e0 .svg, .x-1u5b8yb-_cd91c6f24._c873e36e0 svg {
  width: 20px;
  height: 20px;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeSmall {
  width: 40px;
  height: 40px;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeSmall svg, .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeSmall .svg {
  width: 12px;
  height: 12px;
}
.x-1u5b8yb-_cd91c6f24._ccc74e3ad {
  width: 32px;
  height: 32px;
}
.x-1u5b8yb-_cd91c6f24._ccc74e3ad svg, .x-1u5b8yb-_cd91c6f24._ccc74e3ad .svg {
  width: 8px;
  height: 8px;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
  background-color: transparent !important;
  color: #000000;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 144px;
  height: 144px;
  transition: none;
  will-change: transform;
}
@media (min-width: 1200px) {
  .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
    font-size: 15px;
    width: 180px;
    height: 180px;
  }
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), background-color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
  background-color: #FF6E40;
  z-index: 0;
  border-radius: 50%;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg, .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg {
  width: 19px;
  height: 19px;
  position: relative;
  z-index: 1;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg + span, .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg + span {
  margin-top: 16px;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span {
  position: relative;
  z-index: 1;
}
.x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span + svg, .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span > .svg {
  margin-top: 16px;
}
@media (hover: hover) {
  .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover {
    color: #ffffff;
  }
  .x-1u5b8yb-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover:before {
    background-color: #2f6684;
    transform: scale(0.8);
  }
}
.x-1gth66t-_cb546cdac {
  display: flex;
  flex-direction: column;
  color: inherit;
  overflow: hidden;
}
.x-1gth66t-_cb546cdac ._c1880d696 {
  opacity: 1;
  transform: translate(0, 0);
}
.x-1gth66t-_cb546cdac ._c66dff51c {
  opacity: 0;
  transform: translate(-100%, 0);
}
@media (hover: hover) {
  button:hover .x-1gth66t-_cb546cdac ._c1880d696, a:hover .x-1gth66t-_cb546cdac ._c1880d696 {
    opacity: 0;
    transform: translate(100%, -100%);
    transition: transform 0.3s, opacity 0.3s;
  }
  button:hover .x-1gth66t-_cb546cdac ._c66dff51c, a:hover .x-1gth66t-_cb546cdac ._c66dff51c {
    opacity: 1;
    transform: translate(0, -100%);
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
  }
  button:not(:hover) .x-1gth66t-_cb546cdac ._c1880d696, a:not(:hover) .x-1gth66t-_cb546cdac ._c1880d696 {
    transition: transform 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
  }
  button:not(:hover) .x-1gth66t-_cb546cdac ._c66dff51c, a:not(:hover) .x-1gth66t-_cb546cdac ._c66dff51c {
    transition: transform 0.3s, opacity 0.3s;
  }
}
.x-1j9lxhd {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.x-1j9lxhd > .MuiGrid-item {
  padding-top: 16px;
}
.x-1j9lxhd > .MuiGrid-item {
  padding-left: 16px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  font-family: IBM Plex Mono, hhhh;
  border-radius: 40px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  position: relative;
  letter-spacing: -0.01em;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82::-moz-focus-inner {
  border-style: none;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-mkmu94-_c2db8e43a-_c78b5ec82 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cb56afb37 {
  font-family: hhhh;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c841099ba {
  width: 100%;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._c81a3ac77 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._c81a3ac77 + ._c16da548b {
  margin-left: 24px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._cdc07fd24, .x-mkmu94-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(200%);
  opacity: 0;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 {
  display: inherit;
  position: relative;
  flex-shrink: 0;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 .svg, .x-mkmu94-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 svg {
  width: 16px;
  height: 16px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82 ._c944b66c4 + ._c81a3ac77 {
  margin-left: 24px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c312c2437 {
  padding: 0 40px;
  height: 56px;
  font-size: 15px;
  text-transform: uppercase;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cd52310d7 {
  font-size: 14px;
  padding: 0 40px;
  min-height: 48px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._cd52310d7 {
    min-height: 56px;
    font-size: 15px;
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c41b76255 {
  padding: 0 16px;
  min-height: 32px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c41b76255 {
    min-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c87aee8eb {
  padding: 0 12px;
  min-height: 26px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c87aee8eb {
    padding: 0 16px;
    min-height: 32px;
    font-size: 13px;
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c87aee8eb .MuiSvgIcon-root, .x-mkmu94-_c2db8e43a-_c78b5ec82._c87aee8eb .svg {
  width: 20px;
  height: 20px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9, .x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c {
  overflow: hidden;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9 > *, .x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c > * {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._cdc07fd24, .x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._cdc07fd24 {
    transform: translateY(-200%);
    opacity: 0;
  }
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._ccabcf3b6, .x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._ccabcf3b6 {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9:focus-visible, .x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c:focus-visible {
  outline: 1px solid #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9._caea414be {
  color: #000000;
  background: #FF6E40;
  --hbg: #2f6684;
  --hc: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9._ce696348 {
  color: #000000;
  background: #ffffff;
  --hbg: rgb(17, 17, 17);
  --hc: #000000;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9._cefb3e5aa {
  color: #000000;
  background: #2f6684;
  --hbg: rgb(178, 77, 44);
  --hc: #000000;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9._c34ba2af8 {
  color: #ffffff;
  background: #FFD500;
  --hbg: rgb(178, 149, 0);
  --hc: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9._c5413bcbc {
  color: #ffffff;
  background: #005BBB;
  --hbg: rgb(0, 63, 130);
  --hc: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9._c33d28411 {
  color: #ffffff;
  background: #05944F;
  --hbg: rgb(3, 103, 55);
  --hc: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9.Mui-disabled {
  color: #a7a9af;
  background: rgba(0, 0, 0, 0.12);
  --hbg: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
@media (hover: hover) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c8688d4c9:hover {
    background-color: var(--hbg);
    color: var(--hc);
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 {
  background: transparent;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._caea414be {
  color: #2f6684;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._ce696348 {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._cefb3e5aa {
  color: #2f6684;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._c34ba2af8 {
  color: #FFD500;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._c5413bcbc {
  color: #005BBB;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._c33d28411 {
  color: #05944F;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405.Mui-disabled {
  color: #a7a9af;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
  display: block;
  border: 1px solid transparent;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be::before {
  border-color: #2f6684;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348 {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348::before {
  border-color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa::before {
  border-color: #2f6684;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8 {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8::before {
  border-color: #FFD500;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc::before {
  border-color: #005BBB;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411 {
  color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411::before {
  border-color: #05944F;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled {
  --hbg: transparent;
  --hc: #a7a9af;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled::before {
  border-color: rgba(0, 0, 0, 0.12);
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb {
  --hc: #a7a9af;
  --hbc: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb::before {
  border-color: rgba(125, 131, 135, 0.5);
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb:hover::before {
    border-color: var(--hbc);
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active {
  color: #000000;
  background: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active::before {
  border-color: #ffffff;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 {
  padding: 0;
  min-height: 0;
  border-radius: 0;
  color: #ffffff !important;
  font-weight: 600;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
    font-size: 13px;
  }
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform cubic-bezier(0.12, 0.77, 0.16, 0.93) 0.3s;
  border-radius: 50%;
  border: 1px solid #2f6684;
  z-index: 0;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 svg, .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 .svg {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 + ._c81a3ac77 {
  margin-left: 16px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 + ._c7bdd0d29 {
  margin-left: 16px;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._ccabcf3b6 {
  display: none;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 .MuiTouchRipple-root {
  display: none;
}
.x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 ~ .MuiTouchRipple-root {
  border-radius: 0;
}
@media (hover: hover) {
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29 {
    color: #000000;
  }
  .x-mkmu94-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29::before {
    border-color: #2f6684;
    background-color: #2f6684;
    transform: scale(1.2);
  }
}
.x-1bfknhf-_c3a7bace {
  width: 212px;
  position: relative;
}
@media (min-width: 1200px) {
  .x-1bfknhf-_c3a7bace {
    width: 280px;
  }
}
.x-1bfknhf-_c3a7bace ._c47e37f5b {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.x-1bfknhf-_c3a7bace ._c5b788c4f {
  font-size: 36px !important;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
  transform: translateY(200%);
}
.x-1bfknhf-_c3a7bace ._c18625253 {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden;
  transform: translateY(200%);
}
.x-1bfknhf-_c3a7bace ._ce7233ad8 {
  padding: 0;
  border: none !important;
  background-color: transparent !important;
  color: #2f6684 !important;
  width: 22px !important;
  height: 22px !important;
  z-index: 2;
}
.x-1bfknhf-_c3a7bace ._ce7233ad8 .svg, .x-1bfknhf-_c3a7bace ._ce7233ad8 svg {
  width: 100%;
  height: 100%;
}
.x-1bfknhf-_c3a7bace ._ce7233ad8 .MuiTouchRipple-root {
  display: none;
}
.x-1bfknhf-_c3a7bace .swiper-wrapper {
  z-index: 1;
}
.x-1bfknhf-_c3a7bace .swiper-slide.swiper-slide-active > * {
  opacity: 1;
}
.x-1bfknhf-_c3a7bace .swiper-slide.swiper-slide-active ._c5b788c4f {
  animation-name: slideInUpCount;
}
.x-1bfknhf-_c3a7bace .swiper-slide.swiper-slide-active ._c18625253 {
  animation-name: slideInUpCount;
}
.x-1bfknhf-_c3a7bace .swiper-slide > * {
  opacity: 0;
  transition: opacity 0.3s;
}
@-webkit-keyframes slideInUpCount {
  0% {
    transform: translateY(200%);
    overflow: hidden;
  }
  100% {
    transform: translateY(0);
    overflow: visible;
  }
}
@keyframes slideInUpCount {
  0% {
    transform: translateY(200%);
    overflow: hidden;
  }
  100% {
    transform: translateY(0);
    overflow: visible;
  }
}
.x-j1td20 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  width: calc(100% + 8px);
  margin-left: -8px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.x-j1td20 > .MuiGrid-item {
  padding-left: 8px;
}
.x-18c6pcy-_ca220873 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #2f6684;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .x-18c6pcy-_ca220873 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1920px) {
  .x-18c6pcy-_ca220873 {
    font-size: 48px;
  }
}
.x-18c6pcy-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-18c6pcy-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-18c6pcy-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-18c6pcy-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-18c6pcy-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1jcnll2-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-shrink: 0;
}
.x-1jcnll2-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1jcnll2-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1jcnll2-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1jcnll2-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1jcnll2-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24 {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #2f6684;
  font-family: IBM Plex Mono, hhhh;
}
.x-rmnsco-_c1102e234-_cd91c6f24::-moz-focus-inner {
  border-style: none;
}
.x-rmnsco-_c1102e234-_cd91c6f24.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-rmnsco-_c1102e234-_cd91c6f24 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .x-rmnsco-_c1102e234-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24:hover {
  background-color: rgba(245, 93, 45, 0.04);
}
@media (hover: none) {
  .x-rmnsco-_c1102e234-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24.Mui-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}
.x-rmnsco-_c1102e234-_cd91c6f24._c1bb96f4b {
  background-color: #000000;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
@media (hover: hover) {
  .x-rmnsco-_c1102e234-_cd91c6f24._c1bb96f4b:hover {
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24._c51aafd9a {
  border: 1px solid #2f6684;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
@media (hover: hover) {
  .x-rmnsco-_c1102e234-_cd91c6f24._c51aafd9a:hover {
    border-color: #2f6684;
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium {
    width: 56px;
    height: 56px;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium .svg, .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium svg {
  width: 20px;
  height: 20px;
}
.x-rmnsco-_c1102e234-_cd91c6f24._c873e36e0 {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-rmnsco-_c1102e234-_cd91c6f24._c873e36e0 {
    width: 64px;
    height: 64px;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24._c873e36e0 .svg, .x-rmnsco-_c1102e234-_cd91c6f24._c873e36e0 svg {
  width: 20px;
  height: 20px;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeSmall {
  width: 40px;
  height: 40px;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeSmall svg, .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeSmall .svg {
  width: 12px;
  height: 12px;
}
.x-rmnsco-_c1102e234-_cd91c6f24._ccc74e3ad {
  width: 32px;
  height: 32px;
}
.x-rmnsco-_c1102e234-_cd91c6f24._ccc74e3ad svg, .x-rmnsco-_c1102e234-_cd91c6f24._ccc74e3ad .svg {
  width: 8px;
  height: 8px;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
  background-color: transparent !important;
  color: #000000;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 144px;
  height: 144px;
  transition: none;
  will-change: transform;
}
@media (min-width: 1200px) {
  .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
    font-size: 15px;
    width: 180px;
    height: 180px;
  }
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), background-color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
  background-color: #FF6E40;
  z-index: 0;
  border-radius: 50%;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg, .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg {
  width: 19px;
  height: 19px;
  position: relative;
  z-index: 1;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg + span, .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg + span {
  margin-top: 16px;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span {
  position: relative;
  z-index: 1;
}
.x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span + svg, .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span > .svg {
  margin-top: 16px;
}
@media (hover: hover) {
  .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover {
    color: #ffffff;
  }
  .x-rmnsco-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover:before {
    background-color: #2f6684;
    transform: scale(0.8);
  }
}
.x-tfyzcg-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-tfyzcg-_ca220873 {
    font-size: 13px;
  }
}
.x-tfyzcg-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-tfyzcg-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-tfyzcg-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-tfyzcg-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-tfyzcg-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-yvawk7-_ca220873-_c45d59bd1 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #ffffff;
  font-family: IBM Plex Mono, hhhh;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .x-yvawk7-_ca220873-_c45d59bd1 {
    font-size: 13px;
  }
}
.x-yvawk7-_ca220873-_c45d59bd1._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-yvawk7-_ca220873-_c45d59bd1 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-yvawk7-_ca220873-_c45d59bd1 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-yvawk7-_ca220873-_c45d59bd1 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-yvawk7-_ca220873-_c45d59bd1 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-yvawk7-_ca220873-_c45d59bd1::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .x-yvawk7-_ca220873-_c45d59bd1::before {
    transform: translateY(-1px);
    margin-top: 2px;
  }
}
.x-gqkxfq-_ca989de8c {
  position: relative;
  z-index: 1;
}
.x-gqkxfq-_ca989de8c ._cb354464b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #F0F0F0;
}
.x-gqkxfq-_ca989de8c ._c7357e5b8 {
  width: 100%;
  height: 100%;
}
.x-gqkxfq-_ca989de8c ._c7357e5b8 picture {
  width: 100%;
  height: 100%;
}
.x-gqkxfq-_ca989de8c ._c7357e5b8 img, .x-gqkxfq-_ca989de8c ._c7357e5b8 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-gqkxfq-_ca989de8c > ._cc899abab {
  position: relative;
  z-index: 3;
}
.x-gqkxfq-_ca989de8c._c8ed41000 > ._cc899abab {
  border-radius: 24px;
  overflow: hidden;
}
.x-gqkxfq-_ca989de8c._c16538286 ._cc899abab {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}
.x-gqkxfq-_ca989de8c._cf65b0362 > ._cc899abab {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.x-gqkxfq-_ca989de8c._c2a58df34 {
  padding-top: 40px;
}
@media (min-width: 600px) {
  .x-gqkxfq-_ca989de8c._c2a58df34 {
    padding-top: 5.5vw;
  }
}
@media (min-width: 1536px) {
  .x-gqkxfq-_ca989de8c._c2a58df34 {
    padding-top: 5vw;
  }
}
@media (min-width: 1920px) {
  .x-gqkxfq-_ca989de8c._c2a58df34 {
    padding-top: 5rem;
  }
}
.x-gqkxfq-_ca989de8c._cf2922f10 {

}
@media (min-width: 600px) {
  .x-gqkxfq-_ca989de8c._cf2922f10 {
   
  }
}
@media (min-width: 1536px) {
  .x-gqkxfq-_ca989de8c._cf2922f10 {
    padding-bottom: 5vw;
  }
}
@media (min-width: 1920px) {
  .x-gqkxfq-_ca989de8c._cf2922f10 {
    padding-bottom: 0px;
  }
}
.x-gqkxfq-_ca989de8c._ca023c97b > ._cc899abab {
  padding-top: 64px;
}
@media (min-width: 600px) {
  .x-gqkxfq-_ca989de8c._ca023c97b > ._cc899abab {
    padding-top: 8vw;
  }
}
@media (min-width: 1920px) {
  .x-gqkxfq-_ca989de8c._ca023c97b > ._cc899abab {
    padding-top: 154px;
  }
}
.x-gqkxfq-_ca989de8c._c667e7a9f > ._cc899abab {
  padding-bottom: 64px;
}
@media (min-width: 600px) {
  .x-gqkxfq-_ca989de8c._c667e7a9f > ._cc899abab {
    padding-bottom: 8vw;
  }
}
@media (min-width: 1920px) {
  .x-gqkxfq-_ca989de8c._c667e7a9f > ._cc899abab {
    padding-bottom: 154px;
  }
}
.x-gqkxfq-_ca989de8c._cf0ddf969 > ._cc899abab {
  background-color: #ffffff;
}
.x-gqkxfq-_ca989de8c._c8ff51c12 > ._cc899abab {
  background-color: #F0F0F0;
}
.x-gqkxfq-_ca989de8c._c28d0137d {
  position: sticky;
  top: 0;
}
.x-gqkxfq-_ca989de8c._c28d0137d > ._cc899abab {
  transition: opacity 1s cubic-bezier(0, 0.7, 0.3, 0.9), transform 1s cubic-bezier(0, 0.7, 0.3, 0.9);
}
.x-gqkxfq-_ca989de8c._c28d0137d._cf0ddf969 {
  background-color: #ffffff;
}
.x-gqkxfq-_ca989de8c._c28d0137d._c8ff51c12 {
  background-color: #F0F0F0;
}
.x-gqkxfq-_ca989de8c._cfe972b2a > ._cc899abab {
  transition: transform 0.5s cubic-bezier(0.07, 0.67, 0.23, 0.89);
}
.x-mul8r3-_c73d1792f {
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid rgba(125, 131, 135, 0.5);
}
.x-mul8r3-_c73d1792f._caeed5643 ._c7311911a:not(._c18ac6ab4) ._c934c40a8 {
  opacity: 0.3;
}
.x-mul8r3-_c73d1792f ._c934c40a8 {
  width: 100%;
  height: 100px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.x-mul8r3-_c73d1792f ._c934c40a8 picture {
  display: block;
  width: 100%;
  height: 100%;
}
.x-mul8r3-_c73d1792f ._c934c40a8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.x-mul8r3-_c73d1792f ._cfd2a708 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
}
.x-mul8r3-_c73d1792f ._cfd2a708._is-active {
  display: block;
}
.x-mul8r3-_c73d1792f ._ccc4b51ca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0 0;
  background-color: #181818;
  z-index: 1;
  transform: translateY(110%);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.x-mul8r3-_c73d1792f ._ccc4b51ca._is-active {
  transform: translateY(0);
}
.x-mul8r3-_c73d1792f ._cac7a8706 {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.x-mul8r3-_c73d1792f ._cac7a8706:not(.x-mul8r3-_c73d1792f ._cac7a8706._is-active) {
  transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.x-mul8r3-_c73d1792f ._cac7a8706._is-active {
  opacity: 1;
}
.x-mul8r3-_c73d1792f ._c7311911a._c18ac6ab4 ._c934c40a8 {
  opacity: 1;
}
.x-mul8r3-_c73d1792f .swiper {
  position: static;
  overflow: hidden;
}
.x-mul8r3-_c73d1792f .swiper-wrapper {
  position: static;
  transition-timing-function: linear;
  display: flex;
}
.x-mul8r3-_c73d1792f .swiper-slide {
  position: static;
  width: 128px;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .x-mul8r3-_c73d1792f .swiper-slide {
    width: 184px;
  }
}
.x-o88x09-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-o88x09-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7D8387;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-o88x09-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-o88x09-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-o88x09-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-o88x09-_c532222f7._c2c6e2d72._cf25339b1:not(.x-o88x09-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-o88x09-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-o88x09-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-qdcek7-_c9f19afa9 ._c22d6e20e {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 1400px){

.x-qdcek7-_c9f19afa9 ._c22d6e20e:not(:last-of-type) {
	margin-top: 1rem;
  margin-bottom:1rem;
}
}

@media screen and (max-width: 1410px){

.x-qdcek7-_c9f19afa9 ._c22d6e20e:not(:last-of-type) {
	margin-top: 1rem;
  margin-bottom:1rem;
}
}

.x-qdcek7-_c9f19afa9 ._c6763e9dd {
  width: 2rem;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .x-qdcek7-_c9f19afa9 ._c6763e9dd {
    width: 5rem;margin-top: 10px;
  }
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root {
  background-color: transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  transition: none !important;
  transform: none !important;
}
@media (max-width: 899px) {
  .x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root {
    width: 100%;
  }
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root::before {
  display: none;
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root.Mui-expanded {
  color: #2f6684;
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionSummary-root {
  padding: 0;
  align-items: flex-start;
  min-height: 2.5rem;
}
@media (min-width: 1200px) {
  .x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionSummary-root {
    min-height: 4rem;
  }
}
@media (hover: hover) {
  .x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionSummary-root:hover .MuiAccordionSummary-content ._ce9251629::after {
    width: 100%;
  }
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionSummary-content {
  margin: 0;
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionSummary-content:not(.Mui-expanded) ._ce9251629 {
  display: inline-block;
  position: relative;
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionSummary-content:not(.Mui-expanded) ._ce9251629::after {
  content: '';
  width: 0;
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  background-color: #2f6684;
  transition: width 0.3s;
  will-change: width;
}
.x-qdcek7-_c9f19afa9 ._cb411ec9c.MuiAccordion-root .MuiAccordionDetails-root {
  padding: 0.75rem 0 0 0;
}
.x-qdcek7-_c9f19afa9 ._ce213dbae {
  display: block;
  width: 100%;
  padding-top: 72.72727272727273%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.x-qdcek7-_c9f19afa9 ._ce213dbae img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: transform 1.5s cubic-bezier(0.05, 0.66, 0.14, 0.86);
}
.x-qdcek7-_c9f19afa9 ._ce213dbae._is-active {
  opacity: 1;
}
.x-qdcek7-_c9f19afa9 ._c6032d170 {
  max-width: 21.4375rem;
}
@media (min-width: 900px) {
  .x-qdcek7-_c9f19afa9 ._c6032d170 {
    max-width: 41.25rem;
  }
}
.x-nlpz8u {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
.x-1x63jev-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1x63jev-_cf3ccb3b4 {
    flex-basis: 41.666667%;
    flex-grow: 0;
    max-width: 41.666667%;
  }
}
@media (min-width:900px) {
  .x-1x63jev-_cf3ccb3b4 {
    flex-basis: 41.666667%;
    flex-grow: 0;
    max-width: 41.666667%;
  }
}
@media (min-width:1200px) {
  .x-1x63jev-_cf3ccb3b4 {
    flex-basis: 41.666667%;
    flex-grow: 0;
    max-width: 41.666667%;
  }
}
@media (min-width:1536px) {
  .x-1x63jev-_cf3ccb3b4 {
    flex-basis: 41.666667%;
    flex-grow: 0;
    max-width: 41.666667%;
  }
}
.x-1x63jev-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1x63jev-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1x63jev-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1x63jev-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1x63jev-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1xxc2nz-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:900px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:1200px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:1536px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:0px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    padding-top: 16px;
  }
}
@media (min-width:900px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    padding-left: 24px;
    padding-top: 0px;
  }
}
@media (min-width:1200px) {
  .x-1xxc2nz-_cf3ccb3b4 {
    padding-left: 32px;
  }
}
.x-1xxc2nz-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1xxc2nz-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1xxc2nz-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1xxc2nz-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1xxc2nz-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-qk56l4-_ca220873 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #7D8387;
}
@media (min-width: 1200px) {
  .x-qk56l4-_ca220873 {
    font-size: 1.38889vw;
  }
}
@media (min-width: 1920px) {
  .x-qk56l4-_ca220873 {
    font-size: 27px;
  }
}
.x-qk56l4-_ca220873._accent-font {
  font-family: Helvetica, Arial, sans-serif;
}
.x-qk56l4-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-qk56l4-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-qk56l4-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-qk56l4-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1gkbl3q {
  background-color: #F0F0F0;
  color: #000000;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  overflow-anchor: none;
  border-radius: 0;
}
.x-1gkbl3q:before {
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  height: 1px;
  content: "";
  opacity: 1;
  background-color: rgba(125, 131, 135, 0.5);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.x-1gkbl3q:first-of-type:before {
  display: none;
}
.x-1gkbl3q.Mui-expanded:before {
  opacity: 0;
}
.x-1gkbl3q.Mui-expanded:first-of-type {
  margin-top: 0;
}
.x-1gkbl3q.Mui-expanded:last-of-type {
  margin-bottom: 0;
}
.x-1gkbl3q.Mui-expanded + .x-1gkbl3q.Mui-expanded:before {
  display: none;
}
.x-1gkbl3q.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.x-1gkbl3q:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.x-1gkbl3q:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@supports (-ms-ime-align: auto) {
  .x-1gkbl3q:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.x-1gkbl3q.Mui-expanded {
  margin: 16px 0;
}
.x-znr3go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  display: flex;
  min-height: 48px;
  padding: 0px 8px;
  transition: min-height 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.x-znr3go::-moz-focus-inner {
  border-style: none;
}
.x-znr3go.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-znr3go {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-znr3go.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.12);
}
.x-znr3go.Mui-disabled {
  opacity: 0.38;
}
.x-znr3go:hover:not(.Mui-disabled) {
  cursor: pointer;
}
.x-znr3go.Mui-expanded {
  min-height: 64px;
}
.x-17o5nyn {
  display: flex;
  flex-grow: 1;
  margin: 12px 0;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.x-17o5nyn.Mui-expanded {
  margin: 20px 0;
}
.x-1t70swq-_ca220873 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
	text-transform: capitalize;

  font-family: hhhh;
}
@media (min-width: 1200px) {
  .x-1t70swq-_ca220873 {
    font-size: 3vw;
  }
}
@media (min-width: 1920px) {
  .x-1t70swq-_ca220873 {
    font-size: 50px;
  }
}
.x-1t70swq-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1t70swq-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1t70swq-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1t70swq-_ca220873 a[href]:hover {

  }
}
.x-1t70swq-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-c4sutr {

  overflow: visible;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.x-hboir5 {
  display: flex;
  width: 100%;
}
.x-8atqhb {
  width: 100%;
}
.x-87vy3r {
  padding: 4px 8px 8px;
}
.x-l3ymo3 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-l3ymo3 {
    margin-top: -8px;
  }
  .x-l3ymo3 > .MuiGrid-item {
    padding-top: 8px;
  }
}
@media (min-width:1200px) {
  .x-l3ymo3 {
    margin-top: -16px;
  }
  .x-l3ymo3 > .MuiGrid-item {
    padding-top: 16px;
  }
}
@media (min-width:0px) {
  .x-l3ymo3 {
    width: calc(100% + 8px);
    margin-left: -8px;
  }
  .x-l3ymo3 > .MuiGrid-item {
    padding-left: 8px;
  }
}
@media (min-width:1200px) {
  .x-l3ymo3 {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .x-l3ymo3 > .MuiGrid-item {
    padding-left: 16px;
  }
}
.x-eqvsot-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-eqvsot-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-eqvsot-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-eqvsot-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1536px) {
  .x-eqvsot-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
.x-eqvsot-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-eqvsot-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-eqvsot-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-eqvsot-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-eqvsot-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1roerpr {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -8px;
  width: calc(100% + 8px);
  margin-left: -8px;
}
.x-1roerpr > .MuiGrid-item {
  padding-top: 8px;
}
.x-1roerpr > .MuiGrid-item {
  padding-left: 8px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 {

  color: #000000;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;

  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;

  border-radius: 40px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  position: relative;

  will-change: transform;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82::-moz-focus-inner {
  border-style: none;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cb56afb37 {
  font-family: hhhh;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c841099ba {
  width: 100%;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._c81a3ac77 {
  height: 100%;
  display: flex;
  align-items: center;
	color: #000000;
  position: relative;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._c81a3ac77 + ._c16da548b {
  margin-left: 24px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._cdc07fd24, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
	color: #fff;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(200%);
  opacity: 0;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 {
  display: inherit;
  position: relative;
  flex-shrink: 0;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 .svg, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 svg {
  width: 16px;
  height: 16px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82 ._c944b66c4 + ._c81a3ac77 {
  margin-left: 24px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c312c2437 {
  padding: 0 40px;
  height: 56px;
  font-size: 15px;
  text-transform: uppercase;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cd52310d7 {
  font-size: 14px;
  padding: 0 40px;
  min-height: 48px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cd52310d7 {
    min-height: 56px;
    font-size: 15px;
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c41b76255 {
  padding: 0 16px;
  min-height: 32px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c41b76255 {
    min-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb {
  padding: 0 12px;
  min-height: 26px;
  font-size: 12px;
  line-height: 1;
  text-transform:capitalize;
}
@media (min-width: 1200px) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb {
    padding: 0 16px;
    min-height: 40px;
    font-size: 18px;
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb .MuiSvgIcon-root, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb .svg {
  width: 20px;
  height: 20px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c {

}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9 > *, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c > * {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._cdc07fd24, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._cdc07fd24 {
    transform: translateY(-200%);
    opacity: 0;
  }
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._ccabcf3b6, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._ccabcf3b6 {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:focus-visible, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._caea414be {
  color: #000000;
  background: #FF6E40;
  --hbg: #2f6684;
  --hc: #ffffff;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._ce696348 {
  color: #ffffff;
  background: #181818;
  --hbg: rgb(17, 17, 17);
  --hc: #ffffff;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._cefb3e5aa {
  color: #000000;
  background: #2f6684;
  --hbg: rgb(178, 77, 44);
  --hc: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c34ba2af8 {
  color: #ffffff;
  background: #FFD500;
  --hbg: rgb(178, 149, 0);
  --hc: #ffffff;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c5413bcbc {
  color: #ffffff;
  background: #005BBB;
  --hbg: rgb(0, 63, 130);
  --hc: #ffffff;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c33d28411 {
  color: #ffffff;
  background: #05944F;
  --hbg: rgb(3, 103, 55);
  --hc: #ffffff;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9.Mui-disabled {
  color: #a7a9af;
  background: rgba(0, 0, 0, 0.12);
  --hbg: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
@media (hover: hover) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover {
    background-color: var(--hbg);
    color: var(--hc);
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 {
  background: transparent;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._caea414be {
  color: #2f6684;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._ce696348 {
  color: #181818;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cefb3e5aa {
  color: #2f6684;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c34ba2af8 {
  color: #FFD500;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c5413bcbc {
  color: #005BBB;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c33d28411 {
  color: #05944F;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405.Mui-disabled {
  color: #a7a9af;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
  display: block;
  border: 1px solid transparent;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be {
  color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be::before {
  border-color: #2f6684;
    background-color: #2f6684;
    color: #fff!important;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348 {
  color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348::before {
  border-color: #181818;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa {
  color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa::before {
  border-color: #2f6684;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8 {
  color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8::before {
  border-color: #FFD500;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc {
  color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc::before {
  border-color: #005BBB;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411 {
  color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411::before {
  border-color: #05944F;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled {
  --hbg: transparent;
  --hc: #a7a9af;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled::before {
  border-color: rgba(0, 0, 0, 0.12);
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb {
  --hc: #a7a9af;
  --hbc: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb::before {

  transition: border-color 0.3s;
}
@media (hover: hover) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb:hover::before {

  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active {
  color: #ffffff;
  background: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active::before {
  border-color: #000000;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 {
  padding: 0;
  min-height: 0;
  border-radius: 0;
  color: #000000 !important;
  font-weight: 600;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
    font-size: 13px;
  }
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  position: relative;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform cubic-bezier(0.12, 0.77, 0.16, 0.93) 0.3s;
  border-radius: 50%;
  border: 1px solid #2f6684;
  z-index: 0;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 svg, .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 .svg {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 + ._c81a3ac77 {
  margin-left: 16px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 + ._c7bdd0d29 {
  margin-left: 16px;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._ccabcf3b6 {
  display: none;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 .MuiTouchRipple-root {
  display: none;
}
.x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 ~ .MuiTouchRipple-root {
  border-radius: 0;
}
@media (hover: hover) {
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29 {
    color: #ffffff;
  }
  .x-sfb439-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29::before {
    border-color: #2f6684;
    background-color: #2f6684;
    transform: scale(1.2);
  }
}
.x-3li648-_ca220873 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #000000;
}
@media (min-width: 1200px) {
  .x-3li648-_ca220873 {
    font-size: 18px;
  }
}
.x-3li648-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-3li648-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-3li648-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-3li648-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-3li648-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-13k6gz0-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
  margin-bottom: 16px;
}
@media (min-width:600px) {
  .x-13k6gz0-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-13k6gz0-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-13k6gz0-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1536px) {
  .x-13k6gz0-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
.x-13k6gz0-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-13k6gz0-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-13k6gz0-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-13k6gz0-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-13k6gz0-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-a0y2e3 {

  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

}
.x-1cxybnl-_cbbda52bd {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .x-1cxybnl-_cbbda52bd ._c5e3db13a {
    display: flex;
    flex-wrap: wrap;

    position: relative;
	  height: 450px;
  }
}
.x-1cxybnl-_cbbda52bd ._ca8472a27 {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(125, 131, 135, 0.5);
}
@media (min-width: 1200px) {
  .x-1cxybnl-_cbbda52bd ._ca8472a27 {
    width: 25%;
    border-right: 1px solid #fff;
    border-top: 0;
    padding-top: 4rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .x-1cxybnl-_cbbda52bd ._c6a0cee74 {
    position: sticky;
    top: 6.25rem;
  }
}
.x-1cxybnl-_cbbda52bd ._ce7cc3ff4 {
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .x-1cxybnl-_cbbda52bd ._ce7cc3ff4 {
    width: 75%;

    padding-left: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .x-1cxybnl-_cbbda52bd ._ce7cc3ff4 {
    padding-left: 7.125rem;
  }
}
.x-1cxybnl-_cbbda52bd ._c1060e0ff {
  overflow: hidden;
  margin-left: calc(var(--dt-86e5c9dd) * -1);
  margin-right: calc(var(--dt-86e5c9dd) * -1);
}
@media (min-width: 1440px) {
  .x-1cxybnl-_cbbda52bd ._c1060e0ff {
    margin-left: -7.125rem;
  }
}
@media (min-width: 1760px) {
  .x-1cxybnl-_cbbda52bd ._c1060e0ff {
    margin-right: calc(var(--dt-eaa96658) / 2 - 50vw);
  }
}
.x-1cxybnl-_cbbda52bd ._cc7c87f75 {
  padding-left: var(--dt-86e5c9dd);
  padding-right: var(--dt-86e5c9dd);
}
@media (min-width: 1440px) {
  .x-1cxybnl-_cbbda52bd ._cc7c87f75 {
    padding-left: 7.125rem;
  }
}
@media (min-width: 1760px) {
  .x-1cxybnl-_cbbda52bd ._cc7c87f75 {
    padding-right: calc(50vw - var(--dt-eaa96658) / 2);
  }
}
.x-1cxybnl-_cbbda52bd ._c97576768 {
  height: 100%;
}
.x-1cxybnl-_cbbda52bd .swiper-wrapper {
  display: flex;
  gap: 8px;
}
@media (min-width: 1200px) {
  .x-1cxybnl-_cbbda52bd .swiper-wrapper {
    gap: 24px;
  }
}
.x-1cxybnl-_cbbda52bd .swiper {
  overflow: visible;
}
.x-1cxybnl-_cbbda52bd .swiper.swiper-initialized .swiper-wrapper {
  gap: 0 !important;
}
.x-1cxybnl-_cbbda52bd .swiper-slide {
  width: 16.25rem;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .x-1cxybnl-_cbbda52bd .swiper-slide {
    width: 33.333%;
	  padding-right: 20px;
  }
}
@media (hover: hover) {
  html._is-csr .x-zvo3jl-_c849d03e._ce94d6bab, .x-zvo3jl-_c849d03e._c77f99f2, .x-zvo3jl-_c849d03e._c9fed6eff, .x-zvo3jl-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-timing-function: linear;
  }
  html._is-csr .x-zvo3jl-_c849d03e._ce94d6bab > *, .x-zvo3jl-_c849d03e._c77f99f2 > *, .x-zvo3jl-_c849d03e._c9fed6eff > *, .x-zvo3jl-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-zvo3jl-_c849d03e._ce94d6bab._is-visible, .x-zvo3jl-_c849d03e._c77f99f2._is-visible, .x-zvo3jl-_c849d03e._c9fed6eff._is-visible, .x-zvo3jl-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-zvo3jl-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-zvo3jl-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-zvo3jl-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-zvo3jl-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-zvo3jl-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-zvo3jl-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-zvo3jl-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-zvo3jl-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-cpyari-_ca220873 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-cpyari-_ca220873 {
  3.61111vw
  }
}
@media (min-width: 1920px) {
  .x-cpyari-_ca220873 {
    font-size: 69px;
  }
}
@media (min-width:0px) {
  .x-cpyari-_ca220873 {
    margin-bottom: 24px;
  }
}
@media (min-width:1200px) {
  .x-cpyari-_ca220873 {
    margin-bottom: 40px;
  }
}
.x-cpyari-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-cpyari-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-cpyari-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-cpyari-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-cpyari-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-twoif9-_ca220873 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-twoif9-_ca220873 {
    font-size: 50px;
  }
}
@media (min-width:0px) {
  .x-twoif9-_ca220873 {
    margin-bottom: 24px;
  }
}
@media (min-width:1200px) {
  .x-twoif9-_ca220873 {
    margin-bottom: 40px;
  }
}
.x-twoif9-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-twoif9-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-twoif9-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-twoif9-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-twoif9-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  font-family: IBM Plex Mono, hhhh;
  border-radius: 40px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  position: relative;
  letter-spacing: -0.01em;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82::-moz-focus-inner {
  border-style: none;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cb56afb37 {
  font-family: hhhh;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c841099ba {
  width: 100%;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._c81a3ac77 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._c81a3ac77 + ._c16da548b {
  margin-left: 24px;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._cdc07fd24, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(200%);
  opacity: 0;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 {
  display: inherit;
  position: relative;
  flex-shrink: 0;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 .svg, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 svg {
  width: 16px;
  height: 16px;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82 ._c944b66c4 + ._c81a3ac77 {
  margin-left: 24px;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c312c2437 {
  padding: 0 40px;
  height: 56px;
  font-size: 15px;
  text-transform: uppercase;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cd52310d7 {
  font-size: 14px;
  padding: 0 40px;
  min-height: 48px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cd52310d7 {
    min-height: 56px;
    font-size: 15px;
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c41b76255 {
  padding: 0 16px;
  min-height: 32px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c41b76255 {
    min-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb {
  padding: 0 12px;
  min-height: 26px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb {
    padding: 0 16px;
    min-height: 32px;
    font-size: 13px;
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb .MuiSvgIcon-root, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb .svg {
  width: 20px;
  height: 20px;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c {
  overflow: hidden;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9 > *, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c > * {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._cdc07fd24, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._cdc07fd24 {
    transform: translateY(-200%);
    opacity: 0;
  }
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._ccabcf3b6, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._ccabcf3b6 {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:focus-visible, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._caea414be {
  color: #000000;
  background: #ffffff;
  --hbg: #2f6684;
  --hc: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._ce696348 {
  color: #000000;
  background: #ffffff;
  --hbg: rgb(17, 17, 17);
  --hc: #000000;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._cefb3e5aa {
  color: #000000;
  background: #2f6684;
  --hbg: rgb(178, 77, 44);
  --hc: #000000;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c34ba2af8 {
  color: #ffffff;
  background: #FFD500;
  --hbg: rgb(178, 149, 0);
  --hc: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c5413bcbc {
  color: #ffffff;
  background: #005BBB;
  --hbg: rgb(0, 63, 130);
  --hc: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c33d28411 {
  color: #ffffff;
  background: #05944F;
  --hbg: rgb(3, 103, 55);
  --hc: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9.Mui-disabled {
  color: #a7a9af;
  background: rgba(0, 0, 0, 0.12);
  --hbg: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
@media (hover: hover) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover {
    background-color: var(--hbg);
    color: var(--hc);
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 {
  background: transparent;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._caea414be {
  color: #2f6684;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._ce696348 {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cefb3e5aa {
  color: #2f6684;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c34ba2af8 {
  color: #FFD500;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c5413bcbc {
  color: #005BBB;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c33d28411 {
  color: #05944F;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405.Mui-disabled {
  color: #a7a9af;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
  display: block;
  border: 1px solid transparent;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be::before {
  border-color: #2f6684;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348 {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348::before {
  border-color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa::before {
  border-color: #2f6684;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8 {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8::before {
  border-color: #FFD500;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc::before {
  border-color: #005BBB;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411 {
  color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411::before {
  border-color: #05944F;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled {
  --hbg: transparent;
  --hc: #a7a9af;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled::before {
  border-color: rgba(0, 0, 0, 0.12);
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb {
  --hc: #a7a9af;
  --hbc: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb::before {
  border-color: rgba(125, 131, 135, 0.5);
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb:hover::before {
    border-color: var(--hbc);
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active {
  color: #000000;
  background: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active::before {
  border-color: #ffffff;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 {
  padding: 0;
  min-height: 0;
  border-radius: 0;
  color: #ffffff !important;
  font-weight: 600;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
    font-size: 13px;
  }
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform cubic-bezier(0.12, 0.77, 0.16, 0.93) 0.3s;
  border-radius: 50%;
  border: 1px solid #2f6684;
  z-index: 0;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 svg, .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 .svg {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 + ._c81a3ac77 {
  margin-left: 16px;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 + ._c7bdd0d29 {
  margin-left: 16px;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._ccabcf3b6 {
  display: none;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 .MuiTouchRipple-root {
  display: none;
}
.x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 ~ .MuiTouchRipple-root {
  border-radius: 0;
}
@media (hover: hover) {
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29 {
    color: #000000;
  }
  .x-1r38oul-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29::before {
    border-color: #2f6684;
    background-color: #2f6684;
    transform: scale(1.2);
  }
}
.x-1x3kr5c-_c975e3b87 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: default;
}
.x-1x3kr5c-_c975e3b87 ._c4bd9af20 {
  position: relative;
  text-decoration: underline;
}
.x-1x3kr5c-_c975e3b87 ._c7a7f8849 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  transition: color 0.3s;
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
}
@media (min-width: 1200px) {
  .x-1x3kr5c-_c975e3b87 ._c7a7f8849 {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.x-1x3kr5c-_c975e3b87 ._cfe5a6840 {
  width: 100%;
  padding-top: calc(158 / 260 * 100%);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #181818;
}
@media (min-width: 1200px) {
  .x-1x3kr5c-_c975e3b87 ._cfe5a6840 {
    padding-top: calc(165 / 340 * 100%);
  }
}
.x-1x3kr5c-_c975e3b87 ._cfe5a6840 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.05, 0.66, 0.14, 0.86);
  z-index: 1;
}
.x-1x3kr5c-_c975e3b87 ._cfe5a6840::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  z-index: 2;
}
.x-1x3kr5c-_c975e3b87 ._c2d459d2c {
  margin-left: auto;
  color: #ffffff;
}
.x-1x3kr5c-_c975e3b87 ._c2d459d2c .svg, .x-1x3kr5c-_c975e3b87 ._c2d459d2c svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 1400px){
.x-1x3kr5c-_c975e3b87 ._cacd999ae {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem 1rem 1rem;
  margin-top: -0.5rem;
  background-color: #ffffff;
}
}

@media screen and (max-width: 1410px){
.x-1x3kr5c-_c975e3b87 ._cacd999ae {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 1.5rem 1rem 1rem;
  margin-top: -0.5rem;
  background-color: #ffffff;
}
}

@media (min-width: 1200px) {
  .x-1x3kr5c-_c975e3b87 ._cacd999ae {
    padding: 2rem 1.5rem 1.5rem;
  }
}
@media (hover: hover) {
  .x-1x3kr5c-_c975e3b87:hover ._c7a7f8849 {
    color: #2f6684;
  }
  .x-1x3kr5c-_c975e3b87:hover ._cfe5a6840 img {
    transform: scale(1.2) !important;
  }
  .x-1x3kr5c-_c975e3b87:hover ._cfe5a6840::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.x-1yql0bb-_c1102e234 {
  text-decoration: none;
  color: #000000;
  position: relative;
}
.x-1pehv3m-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1pehv3m-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9099a8;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1pehv3m-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1pehv3m-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1pehv3m-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1pehv3m-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1pehv3m-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1pehv3m-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1pehv3m-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-qd8cig-_ca220873 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  padding-top: 16px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-qd8cig-_ca220873 {
    font-size: 1.66667vw;
  }
}
@media (min-width: 1920px) {
  .x-qd8cig-_ca220873 {
    font-size: 32px;
  }
}
.x-qd8cig-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-qd8cig-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-qd8cig-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-qd8cig-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-qd8cig-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-14x0ia7-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  padding-bottom: 24px;
}
@media (min-width: 1200px) {
  .x-14x0ia7-_ca220873 {
    font-size: 16px;
  }
}
.x-14x0ia7-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-14x0ia7-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-14x0ia7-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-14x0ia7-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-14x0ia7-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 {
  text-decoration: none;
  color: #000000;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  font-family: IBM Plex Mono, hhhh;
  border-radius: 40px;
  font-weight: 600;
  line-height: 1.4;
  border: none;
  position: relative;
  letter-spacing: -0.01em;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
  margin-top: auto;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82::-moz-focus-inner {
  border-style: none;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cb56afb37 {
  font-family: hhhh;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c841099ba {
  width: 100%;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._c81a3ac77 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._c81a3ac77 + ._c16da548b {
  margin-left: 24px;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._cdc07fd24, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), opacity 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._ccabcf3b6 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(200%);
  opacity: 0;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 {
  display: inherit;
  position: relative;
  flex-shrink: 0;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 .svg, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._c7bdd0d29 svg {
  width: 16px;
  height: 16px;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82 ._c944b66c4 + ._c81a3ac77 {
  margin-left: 24px;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c312c2437 {
  padding: 0 40px;
  height: 56px;
  font-size: 15px;
  text-transform: uppercase;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cd52310d7 {
  font-size: 14px;
  padding: 0 40px;
  min-height: 48px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cd52310d7 {
    min-height: 56px;
    font-size: 15px;
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c41b76255 {
  padding: 0 16px;
  min-height: 32px;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c41b76255 {
    min-height: 40px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb {
  padding: 0 12px;
  min-height: 26px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb {
    padding: 0 16px;
    min-height: 32px;
    font-size: 13px;
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb .MuiSvgIcon-root, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c87aee8eb .svg {
  width: 20px;
  height: 20px;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c {
  overflow: hidden;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9 > *, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c > * {
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._cdc07fd24, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._cdc07fd24 {
    transform: translateY(-200%);
    opacity: 0;
  }
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover ._ccabcf3b6, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:hover ._ccabcf3b6 {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:focus-visible, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._caea414be {
  color: #000000;
  background: #FF6E40;
  --hbg: #2f6684;
  --hc: #ffffff;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._ce696348 {
  color: #ffffff;
  background: #181818;
  --hbg: rgb(17, 17, 17);
  --hc: #ffffff;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._cefb3e5aa {
  color: #000000;
  background: #2f6684;
  --hbg: rgb(178, 77, 44);
  --hc: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c34ba2af8 {
  color: #ffffff;
  background: #FFD500;
  --hbg: rgb(178, 149, 0);
  --hc: #ffffff;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c5413bcbc {
  color: #ffffff;
  background: #005BBB;
  --hbg: rgb(0, 63, 130);
  --hc: #ffffff;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9._c33d28411 {
  color: #ffffff;
  background: #05944F;
  --hbg: rgb(3, 103, 55);
  --hc: #ffffff;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9.Mui-disabled {
  color: #a7a9af;
  background: rgba(0, 0, 0, 0.12);
  --hbg: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}
@media (hover: hover) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c8688d4c9:hover {
    background-color: var(--hbg);
    color: var(--hc);
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 {
  background: transparent;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._caea414be {
  color: #2f6684;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._ce696348 {
  color: #181818;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cefb3e5aa {
  color: #2f6684;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c34ba2af8 {
  color: #FFD500;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c5413bcbc {
  color: #005BBB;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._c33d28411 {
  color: #05944F;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405.Mui-disabled {
  color: #a7a9af;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 0;
  display: block;
  border: 1px solid transparent;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be {
  color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._caea414be::before {
  border-color: #2f6684;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348 {
  color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._ce696348::before {
  border-color: #181818;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa {
  color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._cefb3e5aa::before {
  border-color: #2f6684;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8 {
  color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c34ba2af8::before {
  border-color: #FFD500;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc {
  color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c5413bcbc::before {
  border-color: #005BBB;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411 {
  color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c33d28411::before {
  border-color: #05944F;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled {
  --hbg: transparent;
  --hc: #a7a9af;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c.Mui-disabled::before {
  border-color: rgba(0, 0, 0, 0.12);
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb {
  --hc: #a7a9af;
  --hbc: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb::before {
  border-color: rgba(175, 175, 175, 0.5);
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb:hover::before {
    border-color: var(--hbc);
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active {
  color: #ffffff;
  background: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._cbd3dca3c._c87aee8eb.Mui-active::before {
  border-color: #000000;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 {
  padding: 0;
  min-height: 0;
  border-radius: 0;
  color: #000000 !important;
  font-weight: 600;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405._cd52310d7 {
    font-size: 13px;
  }
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  position: relative;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform cubic-bezier(0.12, 0.77, 0.16, 0.93) 0.3s;
  border-radius: 50%;
  border: 1px solid #2f6684;
  z-index: 0;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 svg, .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 .svg {
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 1;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c7bdd0d29 + ._c81a3ac77 {
  margin-left: 16px;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 + ._c7bdd0d29 {
  margin-left: 16px;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._ccabcf3b6 {
  display: none;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 .MuiTouchRipple-root {
  display: none;
}
.x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405 ._c81a3ac77 ~ .MuiTouchRipple-root {
  border-radius: 0;
}
@media (hover: hover) {
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29 {
    color: #ffffff;
  }
  .x-r4gs6u-_c1102e234-_c2db8e43a-_c78b5ec82._c2958b405:hover ._c7bdd0d29::before {
    border-color: #2f6684;
    background-color: #2f6684;
    transform: scale(1.2);
  }
}
@media (hover: hover) {
  html._is-csr .x-1dl5fzs-_c849d03e._ce94d6bab, .x-1dl5fzs-_c849d03e._c77f99f2, .x-1dl5fzs-_c849d03e._c9fed6eff, .x-1dl5fzs-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-timing-function: linear;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._ce94d6bab > *, .x-1dl5fzs-_c849d03e._c77f99f2 > *, .x-1dl5fzs-_c849d03e._c9fed6eff > *, .x-1dl5fzs-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-1dl5fzs-_c849d03e._ce94d6bab._is-visible, .x-1dl5fzs-_c849d03e._c77f99f2._is-visible, .x-1dl5fzs-_c849d03e._c9fed6eff._is-visible, .x-1dl5fzs-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-1dl5fzs-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-1dl5fzs-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-1phhqze-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1phhqze-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c665d;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1phhqze-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1phhqze-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1phhqze-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1phhqze-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1phhqze-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1phhqze-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1phhqze-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-1s30mtz-_c849d03e._ce94d6bab, .x-1s30mtz-_c849d03e._c77f99f2, .x-1s30mtz-_c849d03e._c9fed6eff, .x-1s30mtz-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
  }
  html._is-csr .x-1s30mtz-_c849d03e._ce94d6bab > *, .x-1s30mtz-_c849d03e._c77f99f2 > *, .x-1s30mtz-_c849d03e._c9fed6eff > *, .x-1s30mtz-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-1s30mtz-_c849d03e._ce94d6bab._is-visible, .x-1s30mtz-_c849d03e._c77f99f2._is-visible, .x-1s30mtz-_c849d03e._c9fed6eff._is-visible, .x-1s30mtz-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-1s30mtz-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-1s30mtz-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-1s30mtz-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-1s30mtz-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-1s30mtz-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-1s30mtz-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-1s30mtz-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-1s30mtz-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-phswyh-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-phswyh-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #060608;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-phswyh-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-phswyh-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-phswyh-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-phswyh-_c532222f7._c2c6e2d72._cf25339b1:not(.x-phswyh-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-phswyh-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-phswyh-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-fgacjk-_c849d03e._ce94d6bab, .x-fgacjk-_c849d03e._c77f99f2, .x-fgacjk-_c849d03e._c9fed6eff, .x-fgacjk-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.30000000000000004s;
    animation-timing-function: linear;
  }
  html._is-csr .x-fgacjk-_c849d03e._ce94d6bab > *, .x-fgacjk-_c849d03e._c77f99f2 > *, .x-fgacjk-_c849d03e._c9fed6eff > *, .x-fgacjk-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.30000000000000004s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-fgacjk-_c849d03e._ce94d6bab._is-visible, .x-fgacjk-_c849d03e._c77f99f2._is-visible, .x-fgacjk-_c849d03e._c9fed6eff._is-visible, .x-fgacjk-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-fgacjk-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-fgacjk-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-fgacjk-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-fgacjk-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-fgacjk-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-fgacjk-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-fgacjk-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-fgacjk-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-1ovsxxk-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1ovsxxk-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #284952;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1ovsxxk-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1ovsxxk-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1ovsxxk-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1ovsxxk-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1ovsxxk-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1ovsxxk-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1ovsxxk-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-dr1ev6-_c849d03e._ce94d6bab, .x-dr1ev6-_c849d03e._c77f99f2, .x-dr1ev6-_c849d03e._c9fed6eff, .x-dr1ev6-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-timing-function: linear;
  }
  html._is-csr .x-dr1ev6-_c849d03e._ce94d6bab > *, .x-dr1ev6-_c849d03e._c77f99f2 > *, .x-dr1ev6-_c849d03e._c9fed6eff > *, .x-dr1ev6-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-dr1ev6-_c849d03e._ce94d6bab._is-visible, .x-dr1ev6-_c849d03e._c77f99f2._is-visible, .x-dr1ev6-_c849d03e._c9fed6eff._is-visible, .x-dr1ev6-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-dr1ev6-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-dr1ev6-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-dr1ev6-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-dr1ev6-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-dr1ev6-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-dr1ev6-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-dr1ev6-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-dr1ev6-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }

@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-1hkoqiy-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1hkoqiy-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #487396;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1hkoqiy-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1hkoqiy-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1hkoqiy-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1hkoqiy-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1hkoqiy-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1hkoqiy-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1hkoqiy-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-39hknu-_c849d03e._ce94d6bab, .x-39hknu-_c849d03e._c77f99f2, .x-39hknu-_c849d03e._c9fed6eff, .x-39hknu-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
  }
  html._is-csr .x-39hknu-_c849d03e._ce94d6bab > *, .x-39hknu-_c849d03e._c77f99f2 > *, .x-39hknu-_c849d03e._c9fed6eff > *, .x-39hknu-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-39hknu-_c849d03e._ce94d6bab._is-visible, .x-39hknu-_c849d03e._c77f99f2._is-visible, .x-39hknu-_c849d03e._c9fed6eff._is-visible, .x-39hknu-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-39hknu-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-39hknu-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-39hknu-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-39hknu-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-39hknu-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-39hknu-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-39hknu-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-39hknu-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-k3dm66-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-k3dm66-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #031426;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-k3dm66-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-k3dm66-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-k3dm66-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-k3dm66-_c532222f7._c2c6e2d72._cf25339b1:not(.x-k3dm66-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-k3dm66-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-k3dm66-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-1lmfpjt-_c849d03e._ce94d6bab, .x-1lmfpjt-_c849d03e._c77f99f2, .x-1lmfpjt-_c849d03e._c9fed6eff, .x-1lmfpjt-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.6000000000000001s;
    animation-timing-function: linear;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._ce94d6bab > *, .x-1lmfpjt-_c849d03e._c77f99f2 > *, .x-1lmfpjt-_c849d03e._c9fed6eff > *, .x-1lmfpjt-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.6000000000000001s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-1lmfpjt-_c849d03e._ce94d6bab._is-visible, .x-1lmfpjt-_c849d03e._c77f99f2._is-visible, .x-1lmfpjt-_c849d03e._c9fed6eff._is-visible, .x-1lmfpjt-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-1lmfpjt-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-1lmfpjt-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-12qap65-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-12qap65-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #859aaf;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-12qap65-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-12qap65-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-12qap65-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-12qap65-_c532222f7._c2c6e2d72._cf25339b1:not(.x-12qap65-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-12qap65-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-12qap65-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-54vt3z-_c849d03e._ce94d6bab, .x-54vt3z-_c849d03e._c77f99f2, .x-54vt3z-_c849d03e._c9fed6eff, .x-54vt3z-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.7000000000000001s;
    animation-timing-function: linear;
  }
  html._is-csr .x-54vt3z-_c849d03e._ce94d6bab > *, .x-54vt3z-_c849d03e._c77f99f2 > *, .x-54vt3z-_c849d03e._c9fed6eff > *, .x-54vt3z-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.7000000000000001s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-54vt3z-_c849d03e._ce94d6bab._is-visible, .x-54vt3z-_c849d03e._c77f99f2._is-visible, .x-54vt3z-_c849d03e._c9fed6eff._is-visible, .x-54vt3z-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-54vt3z-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-54vt3z-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-54vt3z-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-54vt3z-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-54vt3z-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-54vt3z-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-54vt3z-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-54vt3z-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-1imgnb5-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1imgnb5-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e1eaef;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1imgnb5-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1imgnb5-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1imgnb5-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1imgnb5-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1imgnb5-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1imgnb5-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1imgnb5-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-pcmt12-_c849d03e._ce94d6bab, .x-pcmt12-_c849d03e._c77f99f2, .x-pcmt12-_c849d03e._c9fed6eff, .x-pcmt12-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-timing-function: linear;
  }
  html._is-csr .x-pcmt12-_c849d03e._ce94d6bab > *, .x-pcmt12-_c849d03e._c77f99f2 > *, .x-pcmt12-_c849d03e._c9fed6eff > *, .x-pcmt12-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-pcmt12-_c849d03e._ce94d6bab._is-visible, .x-pcmt12-_c849d03e._c77f99f2._is-visible, .x-pcmt12-_c849d03e._c9fed6eff._is-visible, .x-pcmt12-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-pcmt12-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-pcmt12-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-pcmt12-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-pcmt12-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-pcmt12-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-pcmt12-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-pcmt12-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-pcmt12-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-1q59fq-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1q59fq-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #273d4a;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1q59fq-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1q59fq-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1q59fq-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1q59fq-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1q59fq-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1q59fq-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1q59fq-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-udauet-_c77d74958 ._c3dd620ff {
  border-top: 1px solid rgba(175, 175, 175, 0.5);
}
@media (min-width: 1200px) {
  .x-udauet-_c77d74958 ._c3dd620ff {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(175, 175, 175, 0.5);
    position: relative;
  }
}
.x-udauet-_c77d74958 ._ca9ceee02 {
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .x-udauet-_c77d74958 ._ca9ceee02 {
    width: 25%;
    border-right: 1px solid rgba(175, 175, 175, 0.5);
    padding-top: 4rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .x-udauet-_c77d74958 ._c5183a971 {
    position: sticky;
    top: 6.25rem;
  }
}
.x-udauet-_c77d74958 ._c67a86af1 {
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .x-udauet-_c77d74958 ._c67a86af1 {
    width: 75%;
    padding-top: 4rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .x-udauet-_c77d74958 ._c67a86af1 {
    padding-left: 7.125rem;
  }
}
.x-udauet-_c77d74958 ._c7adab99f {
  width: 16.25rem;
  max-width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .x-udauet-_c77d74958 ._c7adab99f {
    width: 12.5rem;
  }
}
@media (min-width: 900px) {
  .x-udauet-_c77d74958 ._c7adab99f {
    width: 16.25rem;
  }
}
@media (min-width: 1200px) {
  .x-udauet-_c77d74958 ._c7adab99f {
    width: 20rem;
  }
}
.x-fhr4i {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-fhr4i {
    margin-bottom: 24px;
  }
}
@media (min-width:1200px) {
  .x-fhr4i {
    margin-bottom: 40px;
  }
}
.x-1e5wk7j-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1e5wk7j-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-1e5wk7j-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-1e5wk7j-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-1e5wk7j-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-1e5wk7j-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1e5wk7j-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1e5wk7j-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1e5wk7j-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1e5wk7j-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-s77mn-_ca220873 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-s77mn-_ca220873 {
    font-size: 4.72222vw;
  }
}
@media (min-width: 1920px) {
  .x-s77mn-_ca220873 {
    font-size: 91px;
  }
}
@media (min-width:0px) {
  .x-s77mn-_ca220873 {
    margin-bottom: 16px;
  }
}
@media (min-width:1200px) {
  .x-s77mn-_ca220873 {
    margin-bottom: 24px;
  }
}
.x-s77mn-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-s77mn-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-s77mn-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-s77mn-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-s77mn-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1uxvxdy-_ca220873 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #7D8387;
}
@media (min-width: 1200px) {
  .x-1uxvxdy-_ca220873 {
    font-size: 24px;
  }
}
.x-1uxvxdy-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1uxvxdy-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1uxvxdy-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1uxvxdy-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1uxvxdy-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-8quhby {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-8quhby {
    margin-top: -24px;
  }
  .x-8quhby > .MuiGrid-item {
    padding-top: 24px;
  }
}
@media (min-width:1200px) {
  .x-8quhby {
    margin-top: -40px;
  }
  .x-8quhby > .MuiGrid-item {
    padding-top: 40px;
  }
}
@media (min-width:0px) {
  .x-8quhby {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
  .x-8quhby > .MuiGrid-item {
    padding-left: 24px;
  }
}
@media (min-width:1200px) {
  .x-8quhby {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .x-8quhby > .MuiGrid-item {
    padding-left: 40px;
  }
}
.x-11zck43-_ca220873 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: hhhh;
}
@media (min-width: 1200px) {
  .x-11zck43-_ca220873 {
    font-size: 18px;
  }
}
.x-11zck43-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-11zck43-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-11zck43-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-11zck43-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-11zck43-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-sg7sx4 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-sg7sx4 {
    margin-top: -40px;
  }
  .x-sg7sx4 > .MuiGrid-item {
    padding-top: 40px;
  }
}
@media (min-width:1200px) {
  .x-sg7sx4 {
    margin-top: -80px;
  }
  .x-sg7sx4 > .MuiGrid-item {
    padding-top: 80px;
  }
}
@media (min-width:0px) {
  .x-sg7sx4 {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .x-sg7sx4 > .MuiGrid-item {
    padding-left: 40px;
  }
}
@media (min-width:1200px) {
  .x-sg7sx4 {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  .x-sg7sx4 > .MuiGrid-item {
    padding-left: 80px;
  }
}
@media (min-width:1200px) {
  .x-sg7sx4 {
    flex-wrap: nowrap;
  }
}
.x-1qtosks-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1qtosks-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-1qtosks-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-1qtosks-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width:1536px) {
  .x-1qtosks-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.x-1qtosks-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1qtosks-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1qtosks-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1qtosks-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1qtosks-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1ntqmeg-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 50%;
  flex-grow: 0;
  max-width: 50%;
}
@media (min-width:600px) {
  .x-1ntqmeg-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:900px) {
  .x-1ntqmeg-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1200px) {
  .x-1ntqmeg-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-1ntqmeg-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-1ntqmeg-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1ntqmeg-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1ntqmeg-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1ntqmeg-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1ntqmeg-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1pv7nzi-_cd71f083c {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 2px solid #2f6684;
  padding-top: 1rem;
  min-height: 10rem;
}
@media (min-width: 1200px) {
  .x-1pv7nzi-_cd71f083c {
    min-height: 12.5rem;
    padding-top: 1.5rem;
  }
}
.x-1pv7nzi-_cd71f083c ._c8c661edc {
  display: block;
  text-decoration: none;
}
.x-1pv7nzi-_cd71f083c ._cf37059b7 {
  color: #000000;
}
.x-1pv7nzi-_cd71f083c ._cf37059b7 .svg, .x-1pv7nzi-_cd71f083c ._cf37059b7 svg {
  width: 1.75rem;
  height: 1.75rem;
}
.x-1efrhlm {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  width: calc(100% + 16px);
  margin-left: -16px;
  flex-wrap: nowrap;
}
.x-1efrhlm > .MuiGrid-item {
  padding-left: 16px;
}
.x-tbszjq-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-grow: 1;
}
.x-tbszjq-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-tbszjq-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-tbszjq-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-tbszjq-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-tbszjq-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1e823mh-_ca220873 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  line-height: 1;
  color: #000000;
}
@media (min-width: 1200px) {
  .x-1e823mh-_ca220873 {
    font-size: 3.61111vw;
  }
}
@media (min-width: 1920px) {
  .x-1e823mh-_ca220873 {
    font-size: 69px;
  }
}
.x-1e823mh-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1e823mh-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1e823mh-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1e823mh-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1e823mh-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-9v53on-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  margin-top: auto;
  padding-top: 24px;
}
@media (min-width: 1200px) {
  .x-9v53on-_ca220873 {
    font-size: 13px;
  }
}
.x-9v53on-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-9v53on-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-9v53on-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-9v53on-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-9v53on-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-yb51xa-_c4d8b5fe0 ._c8501a667 {
  position: relative;
  overflow: hidden;
  padding-top: 2.5rem;
}
@media (min-width: 600px) {
  .x-yb51xa-_c4d8b5fe0 ._c8501a667 {
    display: flex;
    border-top: 1px solid rgba(125, 131, 135, 0.5);
    margin-top: 2.5rem;
  }
  .x-yb51xa-_c4d8b5fe0 ._c8501a667::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(125, 131, 135, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .x-yb51xa-_c4d8b5fe0 ._c8501a667 {
    padding-top: 4rem;
  }
}
.x-yb51xa-_c4d8b5fe0 ._ca506f434 {
  padding: 1.875rem 1rem;
  border-radius: 0.75rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .x-yb51xa-_c4d8b5fe0 ._ca506f434 {
    border-radius: 1.5rem;
    padding: 1.9375rem 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.x-yb51xa-_c4d8b5fe0 ._c3375c77a {
  width: 50%;
  text-align: right;
  padding-right: 1rem;
  border-right: 1px solid rgba(125, 131, 135, 0.5);
}
@media (min-width: 1200px) {
  .x-yb51xa-_c4d8b5fe0 ._c3375c77a {
    padding-right: 1.25rem;
  }
}
.x-yb51xa-_c4d8b5fe0 ._ce7eb4c24 {
  width: 50%;
  padding-left: 1rem;
  max-width: 8.4375rem;
}
@media (min-width: 1200px) {
  .x-yb51xa-_c4d8b5fe0 ._ce7eb4c24 {
    padding-left: 1.25rem;
    max-width: 16.25rem;
  }
}
.x-yb51xa-_c4d8b5fe0 ._c80caba35:not(:first-of-type) {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(125, 131, 135, 0.5);
}
@media (min-width: 1200px) {
  .x-yb51xa-_c4d8b5fe0 ._c80caba35:not(:first-of-type) {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
.x-s0exat {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -24px;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-s0exat > .MuiGrid-item {
  padding-top: 24px;
}
.x-s0exat > .MuiGrid-item {
  padding-left: 24px;
}
@media (min-width:600px) {
  .x-s0exat {
    flex-wrap: nowrap;
  }
}
.x-jbl4t3-_ca220873 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-jbl4t3-_ca220873 {
    font-size: 4.72222vw;
  }
}
@media (min-width: 1920px) {
  .x-jbl4t3-_ca220873 {
    font-size: 91px;
  }
}
.x-jbl4t3-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-jbl4t3-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-jbl4t3-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-jbl4t3-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-jbl4t3-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-kie2t1 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -8px;
  width: calc(100% + 8px);
  margin-left: -8px;
}
.x-kie2t1 > .MuiGrid-item {
  padding-top: 8px;
}
.x-kie2t1 > .MuiGrid-item {
  padding-left: 8px;
}
@media (min-width:0px) {
  .x-kie2t1 {
    padding-top: 16px;
  }
}
@media (min-width:1200px) {
  .x-kie2t1 {
    padding-top: 24px;
  }
}
.x-13ffwil {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-13ffwil {
    margin-top: -24px;
  }
  .x-13ffwil > .MuiGrid-item {
    padding-top: 24px;
  }
}
@media (min-width:900px) {
  .x-13ffwil {
    margin-top: -40px;
  }
  .x-13ffwil > .MuiGrid-item {
    padding-top: 40px;
  }
}
@media (min-width:1200px) {
  .x-13ffwil {
    margin-top: -80px;
  }
  .x-13ffwil > .MuiGrid-item {
    padding-top: 80px;
  }
}
@media (min-width:0px) {
  .x-13ffwil {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
  .x-13ffwil > .MuiGrid-item {
    padding-left: 24px;
  }
}
@media (min-width:900px) {
  .x-13ffwil {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .x-13ffwil > .MuiGrid-item {
    padding-left: 40px;
  }
}
@media (min-width:1200px) {
  .x-13ffwil {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
  .x-13ffwil > .MuiGrid-item {
    padding-left: 80px;
  }
}
.x-1npj2pp-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1npj2pp-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:900px) {
  .x-1npj2pp-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1200px) {
  .x-1npj2pp-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-1npj2pp-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-1npj2pp-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1npj2pp-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1npj2pp-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1npj2pp-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1npj2pp-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-c9lt3y-_c8fb492c9 {
  display: block;
  color: #ffffff;
  position: relative;
}
.x-c9lt3y-_c8fb492c9 ._ca4f85d04 {
  position: relative;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .x-c9lt3y-_c8fb492c9 ._ca4f85d04 {
    margin-bottom: 45px;
  }
}
.x-c9lt3y-_c8fb492c9 ._c60e8b80e {
  width: 100%;
  padding-top: 56.25%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.x-c9lt3y-_c8fb492c9 ._c60e8b80e img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.x-c9lt3y-_c8fb492c9 ._c4bd69403 {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.x-c9lt3y-_c8fb492c9 ._c5f7ca31a {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 2;
}
.x-c9lt3y-_c8fb492c9 ._cd5a0178e {
  display: block;
}
.x-c9lt3y-_c8fb492c9 ._c548e3ba3 {
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (hover: hover) {
  .x-c9lt3y-_c8fb492c9 ._c548e3ba3:hover {
    color: #ffffff !important;
  }
}
.x-c9lt3y-_c8fb492c9 ._c4acea090 {
  position: relative;
  flex: 1;
}
.x-c9lt3y-_c8fb492c9 ._ca4bde2e2 {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.x-c9lt3y-_c8fb492c9 ._ca4bde2e2 .svg, .x-c9lt3y-_c8fb492c9 ._ca4bde2e2 svg {
  width: 2rem;
  height: 2rem;
}
.x-c9lt3y-_c8fb492c9 ._cbe2e996f {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.x-c9lt3y-_c8fb492c9 ._c88388b9b {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #ffffff !important;
  transition: background-color 0.3s cubic-bezier(0.05, 0.66, 0.14, 0.86);
}
.x-c9lt3y-_c8fb492c9 ._c88388b9b::before {
  border-width: 0;
}
@media (hover: hover) {
  .x-c9lt3y-_c8fb492c9:hover ._c60e8b80e img {
    transform: scale(1.2) !important;
  }
  .x-c9lt3y-_c8fb492c9:hover ._c88388b9b {
    background-color: #000000 !important;
  }
}
.x-1986qx3-_c1102e234 {
  text-decoration: none;
  color: #ffffff;
  position: relative;
}
.x-9sis36-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-9sis36-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f8f8;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-9sis36-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-9sis36-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-9sis36-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-9sis36-_c532222f7._c2c6e2d72._cf25339b1:not(.x-9sis36-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-9sis36-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-9sis36-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-3vpm0i-_c1102e234-_ca220873 {
  display: inline-block;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  font-weight: 800;
  margin-bottom: 8px;
}
.x-3vpm0i-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-3vpm0i-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-3vpm0i-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-3vpm0i-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-3vpm0i-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  .x-3vpm0i-_c1102e234-_ca220873 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1920px) {
  .x-3vpm0i-_c1102e234-_ca220873 {
    font-size: 48px;
  }
}
.x-3vpm0i-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-3vpm0i-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-3vpm0i-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-3vpm0i-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-3vpm0i-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-sn4co9-_ca220873 {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: 0;
  color: #ffffff;
  display: block;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .x-sn4co9-_ca220873 {
    font-size: 11px;
  }
}
.x-sn4co9-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-sn4co9-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-sn4co9-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-sn4co9-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-sn4co9-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-eij4q5-_ca220873 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #7D8387;
}
@media (min-width: 1200px) {
  .x-eij4q5-_ca220873 {
    font-size: 18px;
  }
}
.x-eij4q5-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-eij4q5-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-eij4q5-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-eij4q5-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-eij4q5-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1nyqsu1-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1nyqsu1-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1nyqsu1-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1nyqsu1-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1nyqsu1-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1nyqsu1-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1nyqsu1-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1nyqsu1-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1nyqsu1-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-ne8mhz-_ca220873 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  color: #2f6684;
}
@media (min-width: 1200px) {
  .x-ne8mhz-_ca220873 {
    font-size: 3.61111vw;
  }
}
@media (min-width: 1920px) {
  .x-ne8mhz-_ca220873 {
    font-size: 69px;
  }
}
.x-ne8mhz-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-ne8mhz-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-ne8mhz-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-ne8mhz-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-ne8mhz-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1izcjxd-_ca220873 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-1izcjxd-_ca220873 {
    font-size: 1.66667vw;
  }
}
@media (min-width: 1920px) {
  .x-1izcjxd-_ca220873 {
    font-size: 32px;
  }
}
.x-1izcjxd-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1izcjxd-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1izcjxd-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1izcjxd-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1izcjxd-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1loqaw6-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1loqaw6-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1loqaw6-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1loqaw6-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1loqaw6-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1loqaw6-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1loqaw6-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1loqaw6-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1loqaw6-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-1v3envd-_c31f3767d ._ca4efaeda {
  margin-top: 2.5rem;
  padding: 2.5rem 1rem;
  border-radius: 1.5rem;
  background-color: #F0F0F0;
}
@media (min-width: 1200px) {
  .x-1v3envd-_c31f3767d ._ca4efaeda {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.x-1v3envd-_c31f3767d ._c8690232c {
  margin-top: 2.5rem;
}
@media (min-width: 600px) {
  .x-1v3envd-_c31f3767d ._c8690232c {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(175, 175, 175, 0.5);
  }
}
.x-1v3envd-_c31f3767d ._c38564d34 {
  border-top: 1px solid rgba(175, 175, 175, 0.5);
  padding-top: 1rem;
}
@media (min-width: 600px) {
  .x-1v3envd-_c31f3767d ._c38564d34 {
    width: 33.33333333333333%;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    border-top: 0;
  }
}
@media (min-width: 600px) {
  .x-1v3envd-_c31f3767d ._c38564d34:not(:first-of-type) {
    padding-left: 1.5rem;
  }
}
.x-1v3envd-_c31f3767d ._c38564d34:not(:last-of-type) {
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .x-1v3envd-_c31f3767d ._c38564d34:not(:last-of-type) {
    padding-bottom: 0;
    border-right: 1px solid rgba(175, 175, 175, 0.5);
  }
}
@media (min-width: 600px) {
  .x-1v3envd-_c31f3767d ._c38564d34:not(:nth-of-type(3n)) {
    border-right: 1px solid rgba(175, 175, 175, 0.5);
  }
}
.x-1v3envd-_c31f3767d ._c1138975b {
  display: flex;
}
.x-1v3envd-_c31f3767d ._c1138975b svg {
  width: 9.375rem;
  height: 2.375rem;
}
.x-1v3envd-_c31f3767d ._c2fea85ef {
  display: flex;
}
.x-1v3envd-_c31f3767d ._c2fea85ef svg {
  width: 10rem;
  height: 2rem;
}
.x-1v3envd-_c31f3767d .swiper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.x-1v3envd-_c31f3767d .swiper-wrapper {
  display: flex;
}
.x-1v3envd-_c31f3767d .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.x-1v3envd-_c31f3767d .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  order: 2;
}
@media (min-width: 900px) {
  .x-1v3envd-_c31f3767d .swiper-pagination {
    padding-left: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .x-1v3envd-_c31f3767d .swiper-pagination {
    padding-top: 4rem;
    font-size: 0.8125rem;
  }
}
.x-1v3envd-_c31f3767d .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  transition: background-color 0.3s;
  position: relative;
  cursor: pointer;
  font-family: IBM Plex Mono, hhhh;
}
.x-1v3envd-_c31f3767d .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.x-1v3envd-_c31f3767d .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  height: 2px;
  background-color: #000000;
}
.x-dp6mjm-_ca220873 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-dp6mjm-_ca220873 {
    font-size: 4.72222vw;
  }
}
@media (min-width: 1920px) {
  .x-dp6mjm-_ca220873 {
    font-size: 91px;
  }
}
.x-dp6mjm-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-dp6mjm-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-dp6mjm-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-dp6mjm-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-dp6mjm-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1xkx4hc {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-1xkx4hc > .MuiGrid-item {
  padding-left: 24px;
}
@media (min-width:0px) {
  .x-1xkx4hc {
    flex-wrap: nowrap;
  }
}
@media (min-width:600px) {
  .x-1xkx4hc {
    flex-wrap: wrap;
  }
}
@media (min-width:1200px) {
  .x-1xkx4hc {
    flex-wrap: nowrap;
  }
}
.x-1k6oga3-_c115c96c4 {
  width: 9rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.x-9ztb7j-_ca220873 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .x-9ztb7j-_ca220873 {
    font-size: 15px;
  }
}
.x-9ztb7j-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-9ztb7j-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-9ztb7j-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-9ztb7j-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-9ztb7j-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-10li5eh-_ca220873 {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: #7D8387;
}
@media (min-width: 1200px) {
  .x-10li5eh-_ca220873 {
    font-size: 11px;
  }
}
.x-10li5eh-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-10li5eh-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-10li5eh-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-10li5eh-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-10li5eh-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-11r1vh-_c1102e234 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.x-11r1vh-_c1102e234._c2a4ad7e {
  color: #7D8387;
}
.x-11r1vh-_c1102e234.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-11r1vh-_c1102e234[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-11r1vh-_c1102e234._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-11r1vh-_c1102e234:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-t7q7rx-_c8e7ceb86 ._c3db7dcc1 {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.x-t7q7rx-_c8e7ceb86 ._c3db7dcc1:last-of-type:not(:first-of-type) {
  margin-left: -16px;
  z-index: 1;
}
.x-t7q7rx-_c8e7ceb86 ._c3db7dcc1 img {
  width: 80px;
  height: 80px;
}
.x-t7q7rx-_c8e7ceb86 ._cbdc51c41 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.x-t7q7rx-_c8e7ceb86 ._c319afc8e {
  flex-shrink: 0;
}
.x-t7q7rx-_c8e7ceb86 ._c319afc8e img {
  width: 21px;
  height: 21px;
}
.x-t7q7rx-_c8e7ceb86 ._cf5f1451c {
  padding-right: 16px;
}
.x-t7q7rx-_c8e7ceb86 ._cf5f1451c svg {
  width: 40px;
  height: 40px;
}
.x-t7q7rx-_c8e7ceb86 ._c6f595643 {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  text-decoration: none;
  color: #000000;
}
.x-t7q7rx-_c8e7ceb86 ._c6f595643 > svg {
  width: 57px;
  height: 17px;
  margin-right: 16px;
}
.x-1f7uwx9 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -40px;
}
.x-1f7uwx9 > .MuiGrid-item {
  padding-top: 40px;
}
@media (min-width:900px) {
  .x-1f7uwx9 {
    justify-content: center;
  }
}
.x-5zsnm5-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-5zsnm5-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-5zsnm5-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (min-width:1200px) {
  .x-5zsnm5-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (min-width:1536px) {
  .x-5zsnm5-_cf3ccb3b4 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }
}
@media (min-width:900px) {
  .x-5zsnm5-_cf3ccb3b4 {
    padding-right: 16px;
  }
}
.x-5zsnm5-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-5zsnm5-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-5zsnm5-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-5zsnm5-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-5zsnm5-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-bilvnh {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  align-items: center;
}
.x-bilvnh > .MuiGrid-item {
  padding-top: 16px;
}
.x-bilvnh > .MuiGrid-item {
  padding-left: 16px;
}
@media (min-width:0px) {
  .x-bilvnh {
    flex-wrap: nowrap;
  }
}
@media (min-width:900px) {
  .x-bilvnh {
    flex-wrap: wrap;
  }
}
.x-1vv9bak-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  display: flex;
  flex-shrink: 0;
}
@media (min-width:900px) {
  .x-1vv9bak-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-1vv9bak-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1536px) {
  .x-1vv9bak-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
.x-1vv9bak-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1vv9bak-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1vv9bak-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1vv9bak-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1vv9bak-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-jas0f7-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
}
@media (min-width:900px) {
  .x-jas0f7-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-jas0f7-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:1536px) {
  .x-jas0f7-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
.x-jas0f7-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-jas0f7-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-jas0f7-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-jas0f7-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-jas0f7-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1qtm2ur-_ca220873 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  font-weight: 700;
  padding-right: 8px;
}
@media (min-width: 1200px) {
  .x-1qtm2ur-_ca220873 {
    font-size: 15px;
  }
}
.x-1qtm2ur-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1qtm2ur-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1qtm2ur-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1qtm2ur-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1qtm2ur-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-19nhu5w-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #7D8387;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-19nhu5w-_ca220873 {
    font-size: 13px;
  }
}
.x-19nhu5w-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-19nhu5w-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-19nhu5w-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-19nhu5w-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-19nhu5w-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-g8f2e8 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.x-47i23k-_ca220873 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: hhhh;
}
@media (min-width: 1200px) {
  .x-47i23k-_ca220873 {
    font-size: 24px;
  }
}
.x-47i23k-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-47i23k-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-47i23k-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-47i23k-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-47i23k-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-5kjsd2-_c37b3a5b._c265bc75d svg {
  font-size: 1.5rem;
}
.x-5kjsd2-_c37b3a5b._c265bc75d .MuiRating-iconFilled {
  color: #000000;
}
.x-5kjsd2-_c37b3a5b._c265bc75d ._c8660fe2f {
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .x-5kjsd2-_c37b3a5b._c265bc75d ._c8660fe2f {
    padding-bottom: 2.625rem;
  }
}
.x-5kjsd2-_c37b3a5b._c265bc75d ._c53ae87c {
  padding: 0.5rem 0.9375rem;
  background-color: #181818;
  border-radius: 5rem;
}
@media (min-width: 1200px) {
  .x-5kjsd2-_c37b3a5b._c265bc75d ._c53ae87c {
    padding: 0.75rem 0.9375rem;
  }
}
.x-5kjsd2-_c37b3a5b._c265bc75d ._c53ae87c .MuiRating-decimal {
  margin: 0 1px;
}
.x-5kjsd2-_c37b3a5b ._c8660fe2f {
  display: flex;
  align-items: center;
}
.x-5kjsd2-_c37b3a5b ._c53ae87c {
  display: flex;
  align-items: center;
}
.x-5kjsd2-_c37b3a5b .MuiRating-icon {
  color: #7D8387;
}
.x-5kjsd2-_c37b3a5b .MuiRating-iconFilled {
  color: #2f6684;
}
.x-f5rttv-_ca220873 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
}
@media (min-width: 1200px) {
  .x-f5rttv-_ca220873 {
    font-size: 15px;
  }
}
.x-f5rttv-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-f5rttv-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-f5rttv-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-f5rttv-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-f5rttv-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-3meuzz-_ca220873 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .x-3meuzz-_ca220873 {
    font-size: 15px;
  }
}
.x-3meuzz-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-3meuzz-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-3meuzz-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-3meuzz-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-3meuzz-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-js5g9c-_c5ebd56b3 {
  display: inline-flex;
  position: relative;
  font-size: 1.5rem;
  color: #faaf00;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.x-js5g9c-_c5ebd56b3.Mui-disabled {
  opacity: 0.38;
  pointer-events: none;
}
.x-js5g9c-_c5ebd56b3.Mui-focusVisible .MuiRating-iconActive {
  outline: 1px solid #999;
}
.x-js5g9c-_c5ebd56b3 .MuiRating-visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.x-js5g9c-_c5ebd56b3 svg {
  font-size: 1.25rem;
}
.x-js5g9c-_c5ebd56b3.MuiRating-icon {
  color: #7D8387;
}
.x-js5g9c-_c5ebd56b3.MuiRating-iconFilled {
  color: #2f6684;
}
.x-js5g9c-_c5ebd56b3.MuiRating-sizeLarge svg {
  width: 3rem;
  height: 3rem;
}
.x-79elbk {
  position: relative;
}
.x-13m1if9 {
  display: flex;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
}
.x-w6zvbt-_c78fbdac5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-family: hhhh;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #AFAFAF;
  background-color: #181818;
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  width: 80px;
  height: 80px;
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._c1acb8ae7 {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(175, 175, 175, 0.5);
    position: relative;
  }
}
.x-1em92tk-_cb6d0c360 ._c32e27a {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(175, 175, 175, 0.5);
  overflow-y: hidden;
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._c32e27a {
    width: 25%;
    border-right: 1px solid rgba(175, 175, 175, 0.5);
    border-top: 0;
    padding-top: 4rem;
    padding-right: 2.5rem;
    overflow-y: initial;
  }
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._c509696a9 {
    position: sticky;
    top: 6.25rem;
  }
}
.x-1em92tk-_cb6d0c360 ._cce55e829 {
  padding-top: 2rem;
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._cce55e829 {
    width: 75%;
    padding-top: 4rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .x-1em92tk-_cb6d0c360 ._cce55e829 {
    padding-left: 7.125rem;
  }
}
.x-1em92tk-_cb6d0c360 ._c373dec04 {
  display: flex;
  gap: 16px;
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._c373dec04 {
    gap: 8px;
    flex-direction: column;
  }
}
.x-1em92tk-_cb6d0c360 ._c3d8c877 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #7D8387;
  transition: color 0.3s, padding 0.3s;
  padding: 0.5rem 0;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._c3d8c877 {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.4;
    width: 100%;
    border-bottom: none;
    padding: 0.25rem 0;
    white-space: initial;
  }
}
@media (hover: hover) {
  .x-1em92tk-_cb6d0c360 ._c3d8c877:hover {
    color: #000000;
  }
}
.x-1em92tk-_cb6d0c360 ._c3d8c877._c14722f7b {
  color: #000000;
  border-color: #2f6684;
  cursor: default;
}
@media (min-width: 900px) {
  .x-1em92tk-_cb6d0c360 ._c3d8c877._c14722f7b {
    padding-left: 1rem;
    border-left: 4px solid #2f6684;
  }
}
.x-x6zo39 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -24px;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-x6zo39 > .MuiGrid-item {
  padding-top: 24px;
}
.x-x6zo39 > .MuiGrid-item {
  padding-left: 24px;
}
@media (min-width:0px) {
  .x-x6zo39 {
    margin-bottom: 24px;
  }
}
@media (min-width:900px) {
  .x-x6zo39 {
    flex-wrap: nowrap;
  }
}
@media (min-width:1200px) {
  .x-x6zo39 {
    margin-bottom: 40px;
  }
}
.x-1bc7pew-_c414d98b7 ._c524f6fe8:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .x-1bc7pew-_c414d98b7 ._c524f6fe8:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.x-1bc7pew-_c414d98b7 ._ca2fd0f37 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.x-1bc7pew-_c414d98b7 ._c2daf5262 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0.5rem 0.375rem;
  background-color: #F0F0F0;
  border-radius: 0.5rem;
  border-bottom: 2px solid rgba(175, 175, 175, 0.5);
  text-decoration: none;
  text-align: center;
  transition: border-bottom-color 0.3s;
}
@media (min-width: 600px) {
  .x-1bc7pew-_c414d98b7 ._c2daf5262 {
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .x-1bc7pew-_c414d98b7 ._c2daf5262 {
    padding: 0.5rem 1.5rem 0.375rem;
  }
}
@media (hover: hover) {
  .x-1bc7pew-_c414d98b7 ._c2daf5262:hover {
    border-bottom-color: #2f6684;
  }
  .x-1bc7pew-_c414d98b7 ._c2daf5262:hover img {
    transform: scale(1.2) !important;
  }
}
.x-1bc7pew-_c414d98b7 ._cf1e95190 {
  font-family: IBM Plex Mono, hhhh;
}
.x-1bc7pew-_c414d98b7 ._c7635f89c {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .x-1bc7pew-_c414d98b7 ._c7635f89c {
    margin-bottom: 0;
  }
}
.x-1bc7pew-_c414d98b7 ._c7635f89c img {
  width: auto;
}
.x-tcqgbf-_ca220873 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
}
@media (min-width: 1200px) {
  .x-tcqgbf-_ca220873 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1920px) {
  .x-tcqgbf-_ca220873 {
    font-size: 48px;
  }
}
.x-tcqgbf-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-tcqgbf-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-tcqgbf-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-tcqgbf-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-tcqgbf-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1syulgy-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #7D8387;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .x-1syulgy-_ca220873 {
    font-size: 13px;
  }
}
.x-1syulgy-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1syulgy-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1syulgy-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1syulgy-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1syulgy-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-i8lpno-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 33.333333%;
  flex-grow: 0;
  max-width: 33.333333%;
}
@media (min-width:600px) {
  .x-i8lpno-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
@media (min-width:900px) {
  .x-i8lpno-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
@media (min-width:1200px) {
  .x-i8lpno-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
@media (min-width:1536px) {
  .x-i8lpno-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
.x-i8lpno-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-i8lpno-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-i8lpno-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-i8lpno-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-i8lpno-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1fiftd2-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #7D8387;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-1fiftd2-_ca220873 {
    font-size: 13px;
  }
}
@media (min-width:600px) {
  .x-1fiftd2-_ca220873 {
    padding-left: 16px;
  }
}
.x-1fiftd2-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1fiftd2-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1fiftd2-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1fiftd2-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1fiftd2-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-pelw9e-_cb7a819f6 ._c2489cc71 {
  border-top: 1px solid rgba(125, 131, 135, 0.5);
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._c2489cc71 {
    display: flex;
  }
}
.x-pelw9e-_cb7a819f6 ._c7994c7ec {
  padding-top: 40px;
  overflow-y: hidden;
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._c7994c7ec {
    width: 25%;
    border-right: 1px solid rgba(125, 131, 135, 0.5);
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .x-pelw9e-_cb7a819f6 ._c7994c7ec {
    padding-right: 48px;
    padding-top: 52px;
  }
}
.x-pelw9e-_cb7a819f6 ._c2c189abf {
  overflow: hidden;
  padding-top: 48px;
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._c2c189abf {
    width: 75%;
    padding-left: 20px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .x-pelw9e-_cb7a819f6 ._c2c189abf {
    padding-top: 52px;
    padding-left: 105px;
  }
}
@media (min-width: 1536px) {
  .x-pelw9e-_cb7a819f6 ._c2c189abf {
    padding-left: 113px;
  }
}
.x-pelw9e-_cb7a819f6 ._cfea96612 {
  display: flex;
  gap: 16px;
  margin-bottom: 4px;
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._cfea96612 {
    gap: 8px;
    flex-direction: column;
  }
}
.x-pelw9e-_cb7a819f6 ._cb592d5e1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #7D8387;
  transition: color 0.3s, padding 0.3s;
  padding: 8px 0;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._cb592d5e1 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    width: 100%;
    border-bottom: none;
    padding: 4px 0;
    white-space: initial;
  }
}
@media (hover: hover) {
  .x-pelw9e-_cb7a819f6 ._cb592d5e1:hover {
    color: #2f6684;
  }
}
.x-pelw9e-_cb7a819f6 ._cb592d5e1._c332d1ded {
  color: #ffffff;
  border-color: #2f6684;
  cursor: default;
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._cb592d5e1._c332d1ded {
    color: #2f6684;
    padding-left: 16px;
    border-left: 4px solid #2f6684;
  }
}
.x-pelw9e-_cb7a819f6 ._c13a086ff {
  transform: translateY(110%);
  opacity: 0;
}
.x-pelw9e-_cb7a819f6 ._c13a086ff:not(.x-pelw9e-_cb7a819f6 ._c13a086ff._is-active) {
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.x-pelw9e-_cb7a819f6 ._c13a086ff._is-active {
  transform: translateY(0);
  opacity: 1;
}
.x-pelw9e-_cb7a819f6 ._c2214b9d1 img {
  width: 340px;
}
.x-pelw9e-_cb7a819f6 ._c45554ab4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 900px) {
  .x-pelw9e-_cb7a819f6 ._c45554ab4 {
    gap: 16px;
  }
}
.x-pelw9e-_cb7a819f6 ._c430ee023 {
  width: 100%;
  display: flex;
  line-height: 1;
}
.x-pelw9e-_cb7a819f6 ._c430ee023 svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  color: #2f6684;
}
.x-175kdv4 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -24px;
  margin-bottom: 40px;
}
.x-175kdv4 > .MuiGrid-item {
  padding-top: 24px;
}
.x-mq21h1-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-mq21h1-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-mq21h1-_cf3ccb3b4 {
    flex-basis: 66.666667%;
    flex-grow: 0;
    max-width: 66.666667%;
  }
}
@media (min-width:1200px) {
  .x-mq21h1-_cf3ccb3b4 {
    flex-basis: 66.666667%;
    flex-grow: 0;
    max-width: 66.666667%;
  }
}
@media (min-width:1536px) {
  .x-mq21h1-_cf3ccb3b4 {
    flex-basis: 66.666667%;
    flex-grow: 0;
    max-width: 66.666667%;
  }
}
.x-mq21h1-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-mq21h1-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-mq21h1-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-mq21h1-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-mq21h1-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1f1a3br {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.x-180qeiy-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  margin-bottom: 16px;
}
.x-180qeiy-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-180qeiy-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-180qeiy-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-180qeiy-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-180qeiy-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-dkf9ad-_ca220873 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  font-family: hhhh;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .x-dkf9ad-_ca220873 {
    font-size: 4.72222vw;
  }
}
@media (min-width: 1920px) {
  .x-dkf9ad-_ca220873 {
    font-size: 91px;
  }
}
.x-dkf9ad-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-dkf9ad-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-dkf9ad-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-dkf9ad-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-dkf9ad-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1iduptt-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1iduptt-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-1iduptt-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
@media (min-width:1200px) {
  .x-1iduptt-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
@media (min-width:1536px) {
  .x-1iduptt-_cf3ccb3b4 {
    flex-basis: 33.333333%;
    flex-grow: 0;
    max-width: 33.333333%;
  }
}
.x-1iduptt-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1iduptt-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1iduptt-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1iduptt-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1iduptt-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-fkekrl-_ca220873 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #7D8387;
}
@media (min-width: 1200px) {
  .x-fkekrl-_ca220873 {
    font-size: 24px;
  }
}
.x-fkekrl-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-fkekrl-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-fkekrl-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-fkekrl-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-fkekrl-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1rqgxe0 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -24px;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-1rqgxe0 > .MuiGrid-item {
  padding-top: 24px;
}
.x-1rqgxe0 > .MuiGrid-item {
  padding-left: 24px;
}
@media (min-width:0px) {
  .x-1rqgxe0 {
    margin-bottom: 24px;
  }
}
@media (min-width:600px) {
  .x-1rqgxe0 {
    margin-bottom: 0px;
  }
}
.x-10zgbn6-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 41.666667%;
  flex-grow: 0;
  max-width: 41.666667%;
}
@media (min-width:600px) {
  .x-10zgbn6-_cf3ccb3b4 {
    flex-basis: 41.666667%;
    flex-grow: 0;
    max-width: 41.666667%;
  }
}
@media (min-width:900px) {
  .x-10zgbn6-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1200px) {
  .x-10zgbn6-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-10zgbn6-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-10zgbn6-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-10zgbn6-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-10zgbn6-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-10zgbn6-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-10zgbn6-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
@media (hover: hover) {
  html._is-csr .x-1g7vm2h-_c849d03e._ce94d6bab, .x-1g7vm2h-_c849d03e._c77f99f2, .x-1g7vm2h-_c849d03e._c9fed6eff, .x-1g7vm2h-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    animation-delay: 0s;
    animation-timing-function: linear;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._ce94d6bab > *, .x-1g7vm2h-_c849d03e._c77f99f2 > *, .x-1g7vm2h-_c849d03e._c9fed6eff > *, .x-1g7vm2h-_c849d03e._c64b4652 > * {
    animation-duration: 0.6s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-1g7vm2h-_c849d03e._ce94d6bab._is-visible, .x-1g7vm2h-_c849d03e._c77f99f2._is-visible, .x-1g7vm2h-_c849d03e._c9fed6eff._is-visible, .x-1g7vm2h-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-1g7vm2h-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-1g7vm2h-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-gqa9gx-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-gqa9gx-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #AFAFAF;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-gqa9gx-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-gqa9gx-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-gqa9gx-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-gqa9gx-_c532222f7._c2c6e2d72._cf25339b1:not(.x-gqa9gx-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-gqa9gx-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-gqa9gx-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-di6s3v-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 58.333333%;
  flex-grow: 0;
  max-width: 58.333333%;
}
@media (min-width:600px) {
  .x-di6s3v-_cf3ccb3b4 {
    flex-basis: 58.333333%;
    flex-grow: 0;
    max-width: 58.333333%;
  }
}
@media (min-width:900px) {
  .x-di6s3v-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1200px) {
  .x-di6s3v-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-di6s3v-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-di6s3v-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-di6s3v-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-di6s3v-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-di6s3v-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-di6s3v-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
@media (hover: hover) {
  html._is-csr .x-1dt3k9m-_c849d03e._ce94d6bab, .x-1dt3k9m-_c849d03e._c77f99f2, .x-1dt3k9m-_c849d03e._c9fed6eff, .x-1dt3k9m-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    animation-delay: 0.1s;
    animation-timing-function: linear;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._ce94d6bab > *, .x-1dt3k9m-_c849d03e._c77f99f2 > *, .x-1dt3k9m-_c849d03e._c9fed6eff > *, .x-1dt3k9m-_c849d03e._c64b4652 > * {
    animation-duration: 0.6s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-1dt3k9m-_c849d03e._ce94d6bab._is-visible, .x-1dt3k9m-_c849d03e._c77f99f2._is-visible, .x-1dt3k9m-_c849d03e._c9fed6eff._is-visible, .x-1dt3k9m-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-1dt3k9m-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-1dt3k9m-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-onxhv4 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -8px;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-onxhv4 > .MuiGrid-item {
  padding-top: 8px;
}
.x-onxhv4 > .MuiGrid-item {
  padding-left: 24px;
}
@media (min-width:0px) {
  .x-onxhv4 {
    flex-direction: column;
  }
}
@media (min-width:600px) {
  .x-onxhv4 {
    margin-bottom: 32px;
  }
}
@media (min-width:900px) {
  .x-onxhv4 {
    flex-direction: row;
  }
}
.x-1blifov-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: none;
  width: auto;
}
@media (min-width:600px) {
  .x-1blifov-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:900px) {
  .x-1blifov-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1200px) {
  .x-1blifov-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1536px) {
  .x-1blifov-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
.x-1blifov-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1blifov-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1blifov-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1blifov-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1blifov-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-9pm3yw-_ca220873 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #2f6684;
}
@media (min-width: 1200px) {
  .x-9pm3yw-_ca220873 {
    font-size: 1.38889vw;
  }
}
@media (min-width: 1920px) {
  .x-9pm3yw-_ca220873 {
    font-size: 27px;
  }
}
.x-9pm3yw-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-9pm3yw-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-9pm3yw-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-9pm3yw-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-9pm3yw-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1rvfdx9-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1rvfdx9-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-1rvfdx9-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width:1200px) {
  .x-1rvfdx9-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width:1536px) {
  .x-1rvfdx9-_cf3ccb3b4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.x-1rvfdx9-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1rvfdx9-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1rvfdx9-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1rvfdx9-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1rvfdx9-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-1mxihvg-_ca220873 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  font-weight: 800;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .x-1mxihvg-_ca220873 {
    font-size: 2.5vw;
  }
}
@media (min-width: 1920px) {
  .x-1mxihvg-_ca220873 {
    font-size: 48px;
  }
}
.x-1mxihvg-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1mxihvg-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1mxihvg-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1mxihvg-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1mxihvg-_ca220873 a:focus-visible {
  outline: 1px solid #ffffff;
}
.x-1fn01jv-_c225ef094 {
  overflow: hidden;
}
.x-1fn01jv-_c225ef094 ._c98434681 {
  height: 100%;
}
.x-1fn01jv-_c225ef094 .swiper {
  margin-top: 2.5rem;
  overflow: visible;
}
@media (min-width: 1200px) {
  .x-1fn01jv-_c225ef094 .swiper {
    margin-top: 3rem;
  }
}
.x-1fn01jv-_c225ef094 .swiper.swiper-initialized .swiper-wrapper {
  gap: 0 !important;
}
.x-1fn01jv-_c225ef094 .swiper-wrapper {
  display: flex;
  gap: 8px;
}
@media (min-width: 1200px) {
  .x-1fn01jv-_c225ef094 .swiper-wrapper {
    gap: 24px;
  }
}
.x-1fn01jv-_c225ef094 .swiper-slide {
  width: 16.25rem;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .x-1fn01jv-_c225ef094 .swiper-slide {
    width: 25rem;
  }
}
.x-18ryp77 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -24px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.x-18ryp77 > .MuiGrid-item {
  padding-top: 24px;
}
.x-j6vs8i-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
}
@media (min-width:900px) {
  .x-j6vs8i-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1200px) {
  .x-j6vs8i-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1536px) {
  .x-j6vs8i-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
.x-j6vs8i-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-j6vs8i-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-j6vs8i-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-j6vs8i-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-j6vs8i-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-ec7pwd-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-ec7pwd-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-ec7pwd-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1200px) {
  .x-ec7pwd-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1536px) {
  .x-ec7pwd-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
.x-ec7pwd-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-ec7pwd-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-ec7pwd-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-ec7pwd-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-ec7pwd-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-17umh42-_c3eb20b9a ._c80e9e2dd {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .x-17umh42-_c3eb20b9a ._c80e9e2dd {
    margin-bottom: 1.5rem;
  }
}
.x-17umh42-_c3eb20b9a ._c80e9e2dd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-17umh42-_c3eb20b9a ._c75941550 {
  text-decoration: none;
}
.x-17umh42-_c3eb20b9a ._c1dfa8dbc {
  padding: 0.3125rem 0.75rem;
  border-radius: 2.5rem;
  background-color: #7D8387;
  color: #ffffff !important;
  transition: background-color 0.3s;
}
.x-17umh42-_c3eb20b9a ._cf5a1425d {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
@media (hover: hover) {
  .x-17umh42-_c3eb20b9a ._cf5a1425d:hover {
    text-decoration-color: inherit;
    color: #000000 !important;
  }
}
.x-17umh42-_c3eb20b9a ._cf722baaf {
  display: inline-flex;
  align-items: center;
}
.x-17umh42-_c3eb20b9a ._cf722baaf::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7D8387;
  margin-left: 0.5rem;
}
@media (hover: hover) {
  .x-17umh42-_c3eb20b9a:hover ._c80e9e2dd img {
    transform: scale(1.2) !important;
  }
  .x-17umh42-_c3eb20b9a:hover ._c1dfa8dbc {
    background-color: #2f6684;
  }
}
.x-1nirx5e-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1nirx5e-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1nirx5e-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1nirx5e-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1nirx5e-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1nirx5e-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1nirx5e-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1nirx5e-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1nirx5e-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-9yxj52 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -8px;
  width: calc(100% + 8px);
  margin-left: -8px;
  align-items: center;
  margin-bottom: 16px;
}
.x-9yxj52 > .MuiGrid-item {
  padding-top: 8px;
}
.x-9yxj52 > .MuiGrid-item {
  padding-left: 8px;
}
.x-aqjoj7-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.x-aqjoj7-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-aqjoj7-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-aqjoj7-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-aqjoj7-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-aqjoj7-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-aqjoj7-_c1102e234-_ca220873 {
    font-size: 13px;
  }
}
.x-aqjoj7-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-aqjoj7-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-aqjoj7-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-aqjoj7-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-aqjoj7-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1mtcbl-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #7D8387;
}
@media (min-width: 1200px) {
  .x-1mtcbl-_ca220873 {
    font-size: 13px;
  }
}
.x-1mtcbl-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1mtcbl-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1mtcbl-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1mtcbl-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1mtcbl-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1ktb522-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: hhhh;
  color: #000000;
  text-transform: uppercase;
}
.x-1ktb522-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-1ktb522-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1ktb522-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-1ktb522-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-1ktb522-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-1ktb522-_c1102e234-_ca220873 {
    font-size: 1.66667vw;
  }
}
@media (min-width: 1920px) {
  .x-1ktb522-_c1102e234-_ca220873 {
    font-size: 32px;
  }
}
.x-1ktb522-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1ktb522-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1ktb522-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1ktb522-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1ktb522-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1l0gqtz {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  width: calc(100% + 8px);
  margin-left: -8px;
  align-items: center;
  padding-top: 16px;
}
.x-1l0gqtz > .MuiGrid-item {
  padding-left: 8px;
}
.x-mk0mod-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-mk0mod-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8e7fb6;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-mk0mod-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-mk0mod-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-mk0mod-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-mk0mod-_c532222f7._c2c6e2d72._cf25339b1:not(.x-mk0mod-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-mk0mod-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-mk0mod-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-q57ork-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-q57ork-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dde0e5;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-q57ork-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-q57ork-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-q57ork-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-q57ork-_c532222f7._c2c6e2d72._cf25339b1:not(.x-q57ork-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-q57ork-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-q57ork-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-8b48ad-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-8b48ad-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f3;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-8b48ad-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-8b48ad-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-8b48ad-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-8b48ad-_c532222f7._c2c6e2d72._cf25339b1:not(.x-8b48ad-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-8b48ad-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-8b48ad-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-1cmgssg-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1cmgssg-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8f0f2;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1cmgssg-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1cmgssg-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1cmgssg-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1cmgssg-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1cmgssg-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1cmgssg-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1cmgssg-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-vhy9in-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-vhy9in-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080100;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-vhy9in-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-vhy9in-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-vhy9in-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-vhy9in-_c532222f7._c2c6e2d72._cf25339b1:not(.x-vhy9in-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-vhy9in-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-vhy9in-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-13u4vfu-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-13u4vfu-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecf6fd;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-13u4vfu-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-13u4vfu-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-13u4vfu-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-13u4vfu-_c532222f7._c2c6e2d72._cf25339b1:not(.x-13u4vfu-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-13u4vfu-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-13u4vfu-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-17ogaur-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-17ogaur-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6196e1;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-17ogaur-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-17ogaur-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-17ogaur-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-17ogaur-_c532222f7._c2c6e2d72._cf25339b1:not(.x-17ogaur-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-17ogaur-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-17ogaur-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-1gn89nb-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-1gn89nb-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3ece4;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-1gn89nb-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-1gn89nb-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-1gn89nb-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-1gn89nb-_c532222f7._c2c6e2d72._cf25339b1:not(.x-1gn89nb-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-1gn89nb-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-1gn89nb-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
@media (hover: hover) {
  html._is-csr .x-d7576v-_c849d03e._ce94d6bab, .x-d7576v-_c849d03e._c77f99f2, .x-d7576v-_c849d03e._c9fed6eff, .x-d7576v-_c849d03e._c64b4652 {
    overflow: hidden;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-timing-function: linear;
  }
  html._is-csr .x-d7576v-_c849d03e._ce94d6bab > *, .x-d7576v-_c849d03e._c77f99f2 > *, .x-d7576v-_c849d03e._c9fed6eff > *, .x-d7576v-_c849d03e._c64b4652 > * {
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  html._is-csr .x-d7576v-_c849d03e._ce94d6bab._is-visible, .x-d7576v-_c849d03e._c77f99f2._is-visible, .x-d7576v-_c849d03e._c9fed6eff._is-visible, .x-d7576v-_c849d03e._c64b4652._is-visible {
    animation-name: overflow;
  }
  html._is-csr .x-d7576v-_c849d03e._ce94d6bab > * {
    transform: translateY(200%);
  }
  html._is-csr .x-d7576v-_c849d03e._ce94d6bab._is-visible > * {
    animation-name: slideInUp;
  }
  html._is-csr .x-d7576v-_c849d03e._c77f99f2 > * {
    opacity: 0;
  }
  html._is-csr .x-d7576v-_c849d03e._c77f99f2._is-visible > * {
    animation-name: fadeIn;
  }
  html._is-csr .x-d7576v-_c849d03e._c64b4652 > * {
    transform: translateY(25%);
    opacity: 0;
  }
  html._is-csr .x-d7576v-_c849d03e._c64b4652._is-visible > * {
    animation-name: slideInUpCard;
  }
  html._is-csr .x-d7576v-_c849d03e._c9fed6eff > * {
    transform: translateX(-30px);
    opacity: 0;
  }
  html._is-csr .x-d7576v-_c849d03e._c9fed6eff._is-visible > * {
    animation-name: slideLeft;
  }
}
@-webkit-keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@keyframes overflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUpCard {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-jzam09-_c532222f7 {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
html._is-csr .x-jzam09-_c532222f7._c2c6e2d72::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f1f4;
  z-index: 2;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left top;
  transform: scale(1.1, 1.1);
  border-radius: 8px;
}
.x-jzam09-_c532222f7 img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.x-jzam09-_c532222f7._c2c6e2d72._cefcd33a0 {
  display: block;
  overflow: hidden;
}
.x-jzam09-_c532222f7._c2c6e2d72._cefcd33a0 img {
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.2);
}
.x-jzam09-_c532222f7._c2c6e2d72._cf25339b1:not(.x-jzam09-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0)::before {
  transform: scale(1, 0);
}
.x-jzam09-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74::before {
  transform: scale(1, 0);
}
.x-jzam09-_c532222f7._c2c6e2d72._cf25339b1._cefcd33a0._cc0ac1e74 img {
  transform: scale(1);
}
.x-9qgth7-_c21834f2c {
  padding-top: 40px;
}
.x-9qgth7-_c21834f2c ._c18f20b31 {
  padding-right: 10px;
  max-height: 203px;
  overflow-x: hidden;
}
@media (min-width: 900px) {
  .x-9qgth7-_c21834f2c ._c18f20b31::-webkit-scrollbar {
    width: 4px;
  }
}
.x-zg80az {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.x-1vijcyw-_cd3129478 {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
.x-1vijcyw-_cd3129478 *:first-child {
  margin-top: 0;
}
.x-1vijcyw-_cd3129478 *:last-child {
  margin-bottom: 0;
}
.x-1vijcyw-_cd3129478 h1, .x-1vijcyw-_cd3129478 h2, .x-1vijcyw-_cd3129478 h3, .x-1vijcyw-_cd3129478 h4, .x-1vijcyw-_cd3129478 h5, .x-1vijcyw-_cd3129478 h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.x-1vijcyw-_cd3129478 p, .x-1vijcyw-_cd3129478 div, .x-1vijcyw-_cd3129478 ul, .x-1vijcyw-_cd3129478 ol {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
.x-1vijcyw-_cd3129478 h1 {
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.04em;
}
@media (min-width: 900px) {
  .x-1vijcyw-_cd3129478 h1 {
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  .x-1vijcyw-_cd3129478 h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 h1 {
    font-size: 4em;
  }
}
.x-1vijcyw-_cd3129478 h2 {
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 h2 {
    font-size: 2.1em;
  }
}
.x-1vijcyw-_cd3129478 h3 {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 h3 {
    font-size: 1.8em;
  }
}
.x-1vijcyw-_cd3129478 h4 {
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 h4 {
    font-size: 1.5em;
  }
}
.x-1vijcyw-_cd3129478 h5 {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 h5 {
    font-size: 1.3em;
  }
}
.x-1vijcyw-_cd3129478 h6 {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 h6 {
    font-size: 1.2em;
  }
}
.x-1vijcyw-_cd3129478 .line {
  border-left: 4px solid #2f6684;
  padding-left: 1em;
  font-weight: 700;
}
@media (min-width: 1536px) {
  .x-1vijcyw-_cd3129478 .line {
    padding-left: 2.5em;
  }
}
.x-1vijcyw-_cd3129478 a {
  display: inline-block;
  max-width: 100%;
  color: #2f6684;
  position: relative;
}
@media (hover: hover) {
  .x-1vijcyw-_cd3129478 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1vijcyw-_cd3129478 ul li {
  list-style-type: none;
  position: relative;
}
.x-1vijcyw-_cd3129478 ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2f6684;
  position: absolute;
  top: 9px;
  left: -23px;
}
.x-1vijcyw-_cd3129478 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #CBCBCB;
}
.x-1vijcyw-_cd3129478 table tbody, .x-1vijcyw-_cd3129478 table tfoot, .x-1vijcyw-_cd3129478 table thead, .x-1vijcyw-_cd3129478 table tr, .x-1vijcyw-_cd3129478 table th, .x-1vijcyw-_cd3129478 table td {
  border: inherit;
}
.x-1vijcyw-_cd3129478 table th, .x-1vijcyw-_cd3129478 table td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
.x-1vijcyw-_cd3129478 table th {
  font-weight: bold;
  text-align: center;
}
.x-1vijcyw-_cd3129478 iframe {
  width: 100%;
  border-width: 0;
}
.x-1vijcyw-_cd3129478 video {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.x-1vijcyw-_cd3129478 audio {
  width: 100%;
}
.x-1vijcyw-_cd3129478 audio[controls] {
  display: block;
}
.x-1vijcyw-_cd3129478 code, .x-1vijcyw-_cd3129478 kbd, .x-1vijcyw-_cd3129478 samp {
  font-family: monospace;
  padding: 0.1em 6px;
  white-space: normal;
  -webkit-hyphens: none;
  hyphens: none;
  tab-size: 4;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  text-align: left;
  color: #ffffff;
  background-color: #181818;
}
.x-1vijcyw-_cd3129478 pre {
  overflow: auto;
}
.x-1vijcyw-_cd3129478 img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
}
.x-1vijcyw-_cd3129478 img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7D8387;
}
.x-1vijcyw-_cd3129478 blockquote {
  margin-left: 0;
  margin-right: 0;
}
.x-1vijcyw-_cd3129478 blockquote::before {
  content: '';
  display: inline-block;
  float: left;
  width: 28px;
  height: 26px;
  margin: 0 20px 20px 0;
  background-size: contain;
  -webkit-background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 26' xmlns='http://www.w3.org/2000/svg' fill='%232f6684'%3E%3Cpath d='M16.3105 11.896V0.206787H28V17.7006C28 21.2977 26.6016 23.995 23.8038 25.7934H18.1092C19.4078 24.7943 20.4069 23.6454 21.1065 22.3465C21.9057 21.0475 22.3054 19.499 22.3054 17.7006V11.896H16.3105ZM0 0.206787V11.896H5.99453V17.7006C5.99453 19.499 5.59523 21.0475 4.79596 22.3465C4.09643 23.6454 3.09734 24.7943 1.79836 25.7934H7.49333C10.2908 23.995 11.6895 21.2973 11.6895 17.7006V0.206787H0Z' /%3E%3C/svg%3E");
}
.x-1vijcyw-_cd3129478 blockquote::after {
  content: '';
  display: table;
  clear: both;
}
.x-1vijcyw-_cd3129478._c24495bb {
  font-size: 12px;
}
.x-1vijcyw-_cd3129478._ca00978ee {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .x-1vijcyw-_cd3129478._ca00978ee {
    font-size: 15px;
  }
}
.x-1vijcyw-_cd3129478._c673a8b59 {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .x-1vijcyw-_cd3129478._c673a8b59 {
    font-size: 24px;
  }
}
.x-1vijcyw-_cd3129478._c8f59ca09 {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .x-1vijcyw-_cd3129478._c8f59ca09 {
    font-size: 28px;
  }
}
.x-1vijcyw-_cd3129478._c41caadb2 {
  color: #7D8387;
}
.x-z4l74c-_c7e9821a0 {
  padding: 40px 0;
}
.x-z4l74c-_c7e9821a0 ._ce16f0953 {
  width: 177px;
  max-width: 100%;
  font-family: IBM Plex Mono, hhhh;
}
.x-z4l74c-_c7e9821a0 ._c9962aab6 {
  max-width: 320px;
}
.x-z4l74c-_c7e9821a0 ._ccdae8a25 svg {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  vertical-align: middle;
}
.x-1h6jiop {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -24px;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-1h6jiop > .MuiGrid-item {
  padding-top: 24px;
}
.x-1h6jiop > .MuiGrid-item {
  padding-left: 24px;
}
@media (min-width:0px) {
  .x-1h6jiop {
    margin-bottom: 16px;
  }
}
@media (min-width:900px) {
  .x-1h6jiop {
    margin-bottom: 32px;
  }
}
@media (min-width:1200px) {
  .x-1h6jiop {
    margin-bottom: 80px;
  }
}
.x-1irp2ua-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 100%;
  flex-grow: 0;
  max-width: 100%;
}
@media (min-width:600px) {
  .x-1irp2ua-_cf3ccb3b4 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (min-width:900px) {
  .x-1irp2ua-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1200px) {
  .x-1irp2ua-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:1536px) {
  .x-1irp2ua-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
.x-1irp2ua-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-1irp2ua-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-1irp2ua-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-1irp2ua-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-1irp2ua-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-day4kj {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-day4kj {
    margin-top: -16px;
  }
  .x-day4kj > .MuiGrid-item {
    padding-top: 16px;
  }
}
@media (min-width:1200px) {
  .x-day4kj {
    margin-top: -24px;
  }
  .x-day4kj > .MuiGrid-item {
    padding-top: 24px;
  }
}
@media (min-width:1536px) {
  .x-day4kj {
    margin-top: -40px;
  }
  .x-day4kj > .MuiGrid-item {
    padding-top: 40px;
  }
}
@media (min-width:0px) {
  .x-day4kj {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .x-day4kj > .MuiGrid-item {
    padding-left: 16px;
  }
}
@media (min-width:1200px) {
  .x-day4kj {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
  .x-day4kj > .MuiGrid-item {
    padding-left: 24px;
  }
}
@media (min-width:1536px) {
  .x-day4kj {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .x-day4kj > .MuiGrid-item {
    padding-left: 40px;
  }
}
.x-zi7hmz-_cf3ccb3b4 {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
  flex-basis: 50%;
  flex-grow: 0;
  max-width: 50%;
}
@media (min-width:600px) {
  .x-zi7hmz-_cf3ccb3b4 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }
}
@media (min-width:900px) {
  .x-zi7hmz-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1200px) {
  .x-zi7hmz-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
@media (min-width:1536px) {
  .x-zi7hmz-_cf3ccb3b4 {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }
}
.x-zi7hmz-_cf3ccb3b4.MuiGrid-grid-xs-auto {
  max-width: 100%;
}
@media (min-width: 600px) {
  .x-zi7hmz-_cf3ccb3b4.MuiGrid-grid-sm-auto {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .x-zi7hmz-_cf3ccb3b4.MuiGrid-grid-md-auto {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-zi7hmz-_cf3ccb3b4.MuiGrid-grid-lg-auto {
    max-width: 100%;
  }
}
@media (min-width: 1536px) {
  .x-zi7hmz-_cf3ccb3b4.MuiGrid-grid-xl-auto {
    max-width: 100%;
  }
}
.x-i6x0h-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000000;
  text-transform: uppercase;
}
.x-i6x0h-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-i6x0h-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-i6x0h-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-i6x0h-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-i6x0h-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-i6x0h-_c1102e234-_ca220873 {
    font-size: 13px;
  }
}
.x-i6x0h-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-i6x0h-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-i6x0h-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-i6x0h-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-i6x0h-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-19g4bzc {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 24px);
  margin-left: -24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.x-19g4bzc > .MuiGrid-item {
  padding-top: 16px;
}
.x-19g4bzc > .MuiGrid-item {
  padding-left: 24px;
}
.x-1wooeds-_cab4c84cd ._c9562e79b svg {
  width: 16px !important;
  height: 16px !important;
}
.x-qtmjkp-_c1102e234-_cd91c6f24 {
  text-decoration: none;
  color: #000000;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgba(0, 0, 0, 0.54);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #2f6684;
  padding: 5px;
  font-size: 1.125rem;
  font-family: IBM Plex Mono, hhhh;
}
.x-qtmjkp-_c1102e234-_cd91c6f24::-moz-focus-inner {
  border-style: none;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-qtmjkp-_c1102e234-_cd91c6f24 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .x-qtmjkp-_c1102e234-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24:hover {
  background-color: rgba(245, 93, 45, 0.04);
}
@media (hover: none) {
  .x-qtmjkp-_c1102e234-_cd91c6f24:hover {
    background-color: transparent;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24.Mui-disabled {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}
.x-qtmjkp-_c1102e234-_cd91c6f24._c1bb96f4b {
  background-color: #000000;
  color: #ffffff;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
@media (hover: hover) {
  .x-qtmjkp-_c1102e234-_cd91c6f24._c1bb96f4b:hover {
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24._c51aafd9a {
  border: 1px solid #2f6684;
  color: #000000;
  transition-timing-function: cubic-bezier(0.12, 0.77, 0.16, 0.93);
  transition-duration: 0.3s;
  transition-property: background-color, color, border-color;
}
@media (hover: hover) {
  .x-qtmjkp-_c1102e234-_cd91c6f24._c51aafd9a:hover {
    border-color: #2f6684;
    background-color: #2f6684;
    color: #ffffff;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium {
    width: 56px;
    height: 56px;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium .svg, .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeMedium svg {
  width: 20px;
  height: 20px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24._c873e36e0 {
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .x-qtmjkp-_c1102e234-_cd91c6f24._c873e36e0 {
    width: 64px;
    height: 64px;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24._c873e36e0 .svg, .x-qtmjkp-_c1102e234-_cd91c6f24._c873e36e0 svg {
  width: 20px;
  height: 20px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeSmall {
  width: 40px;
  height: 40px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeSmall svg, .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeSmall .svg {
  width: 12px;
  height: 12px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24._ccc74e3ad {
  width: 32px;
  height: 32px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24._ccc74e3ad svg, .x-qtmjkp-_c1102e234-_cd91c6f24._ccc74e3ad .svg {
  width: 8px;
  height: 8px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
  background-color: transparent !important;
  color: #000000;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 144px;
  height: 144px;
  transition: none;
  will-change: transform;
}
@media (min-width: 1200px) {
  .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b {
    font-size: 15px;
    width: 180px;
    height: 180px;
  }
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93), background-color 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
  background-color: #FF6E40;
  z-index: 0;
  border-radius: 50%;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg, .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg {
  width: 19px;
  height: 19px;
  position: relative;
  z-index: 1;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b svg + span, .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b .svg + span {
  margin-top: 16px;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span {
  position: relative;
  z-index: 1;
}
.x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span + svg, .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b span > .svg {
  margin-top: 16px;
}
@media (hover: hover) {
  .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover {
    color: #ffffff;
  }
  .x-qtmjkp-_c1102e234-_cd91c6f24.MuiIconButton-sizeLarge._c1bb96f4b:hover:before {
    background-color: #2f6684;
    transform: scale(0.8);
  }
}
.x-cmkg0f {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-cmkg0f > .MuiGrid-item {
  padding-left: 24px;
}
.x-1eb368g-_ca220873 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #000000;
}
@media (min-width: 1200px) {
  .x-1eb368g-_ca220873 {
    font-size: 13px;
  }
}
.x-1eb368g-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1eb368g-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1eb368g-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1eb368g-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1eb368g-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1fcjx-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #000000;
  display: block;
}
.x-1fcjx-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-1fcjx-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1fcjx-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-1fcjx-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-1fcjx-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-1fcjx-_c1102e234-_ca220873 {
    font-size: 13px;
  }
}
.x-1fcjx-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-1fcjx-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-1fcjx-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-1fcjx-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-1fcjx-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-1g6ourq {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 24px);
  margin-left: -24px;
  align-items: center;
}
.x-1g6ourq > .MuiGrid-item {
  padding-top: 16px;
}
.x-1g6ourq > .MuiGrid-item {
  padding-left: 24px;
}
.x-vpta25 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.x-vpta25 > .MuiGrid-item {
  padding-top: 16px;
}
.x-vpta25 > .MuiGrid-item {
  padding-left: 24px;
}
.x-1mx3djv {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}
@media (min-width:0px) {
  .x-1mx3djv {
    margin-top: -16px;
  }
  .x-1mx3djv > .MuiGrid-item {
    padding-top: 16px;
  }
}
@media (min-width:1200px) {
  .x-1mx3djv {
    margin-top: -24px;
  }
  .x-1mx3djv > .MuiGrid-item {
    padding-top: 24px;
  }
}
@media (min-width:0px) {
  .x-1mx3djv {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .x-1mx3djv > .MuiGrid-item {
    padding-left: 16px;
  }
}
@media (min-width:1200px) {
  .x-1mx3djv {
    width: calc(100% + 24px);
    margin-left: -24px;
  }
  .x-1mx3djv > .MuiGrid-item {
    padding-left: 24px;
  }
}
.x-2qew2t-_c1102e234-_ca220873 {
  display: inline-block;
  color: #000000;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-family: hhhh;
  color: #7D8387;
}
.x-2qew2t-_c1102e234-_ca220873._c2a4ad7e {
  color: #7D8387;
}
.x-2qew2t-_c1102e234-_ca220873.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-2qew2t-_c1102e234-_ca220873[href]:hover {
    color: #FF6E40;
  }
}
@media (hover: hover) {
  .x-2qew2t-_c1102e234-_ca220873._cca58f396[href]:hover {
    text-decoration: underline;
  }
}
.x-2qew2t-_c1102e234-_ca220873:focus-visible {
  outline: 1px solid #3f3f3f;
}
@media (min-width: 1200px) {
  .x-2qew2t-_c1102e234-_ca220873 {
    font-size: 13px;
  }
}
.x-2qew2t-_c1102e234-_ca220873._accent-font {
  font-family: IBM Plex Mono, hhhh;
}
.x-2qew2t-_c1102e234-_ca220873 a {
  text-decoration: none;
  color: #2f6684;
  transition: color 0.3s;
}
.x-2qew2t-_c1102e234-_ca220873 a.Mui-active {
  color: #FF6E40;
}
@media (hover: hover) {
  .x-2qew2t-_c1102e234-_ca220873 a[href]:hover {
    color: #FF6E40;
    text-decoration: underline;
  }
}
.x-2qew2t-_c1102e234-_ca220873 a:focus-visible {
  outline: 1px solid #3f3f3f;
}
.x-lrugjm-_cabb2ea5 {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 300px;
  max-width: calc(100% - 48px);
  padding: 12px;
  z-index: 1000;
  background-color: #181818;
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
  transform: translateY(150%);
  transition: transform 0.5s;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .x-lrugjm-_cabb2ea5 {
    left: 40px;
  }
}
.x-lrugjm-_cabb2ea5 ._c6fb2d2ae {
  color: #2f6684;
}
.x-lrugjm-_cabb2ea5 ._c6fb2d2ae svg {
  width: 24px;
  height: 24px;
}
.x-lrugjm-_cabb2ea5._c13538229 {
  transform: translateY(0);
}
.x-q0i5fl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.x-q0i5fl > .MuiGrid-item {
  padding-top: 16px;
}
.x-q0i5fl > .MuiGrid-item {
  padding-left: 16px;
}
.x-1utmf27-_c19b45716 {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 100;
  pointer-events: none;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 {
    right: 1.5rem;
  }
}
.x-1utmf27-_c19b45716 ._c9f37983 {
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0.5rem 0 0;
  box-shadow: none;
  pointer-events: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background 0.3s, color 0.3s;
  background: #181818;
  border-radius: 50%;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 ._c9f37983 {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.x-1utmf27-_c19b45716 ._c9f37983 svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 ._c9f37983 svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.x-1utmf27-_c19b45716 ._c9f37983 svg {
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 ._c9f37983 svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (hover: hover) {
  .x-1utmf27-_c19b45716 ._c9f37983:hover._cfb93d97e {
    background: #1c9cea;
  }
  .x-1utmf27-_c19b45716 ._c9f37983:hover._c6d8fc4a5 {
    background: #0077b5;
  }
  .x-1utmf27-_c19b45716 ._c9f37983:hover._c44a778af {
    background: #2f6684;
  }
}
.x-1utmf27-_c19b45716 .MuiSpeedDial-fab {
  width: 3rem;
  height: 3rem;
  background-color: #2f6684;
  color: #000000;
  box-shadow: none;
  pointer-events: initial;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 .MuiSpeedDial-fab {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.x-1utmf27-_c19b45716 .MuiSpeedDial-fab .MuiSpeedDialIcon-root {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-1utmf27-_c19b45716 .MuiSpeedDial-fab .MuiSpeedDialIcon-icon {
  width: 1.375rem;
  height: 1.375rem;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 .MuiSpeedDial-fab .MuiSpeedDialIcon-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.x-1utmf27-_c19b45716 .MuiSpeedDial-fab .MuiSpeedDialIcon-openIcon {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 900px) {
  .x-1utmf27-_c19b45716 .MuiSpeedDial-fab .MuiSpeedDialIcon-openIcon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.x-1utmf27-_c19b45716 .MuiSpeedDial-actions {
  padding-bottom: 2.5rem !important;
}
.x-1utmf27-_c19b45716.Mui-active .MuiSpeedDial-fab {
  background-color: #181818;
  color: #ffffff;
}
.x-1xjz05y {
  z-index: 1050;
  display: flex;
  align-items: center;
  pointer-events: none;
  flex-direction: column-reverse;
}
.x-1xjz05y .MuiSpeedDial-actions {
  flex-direction: column-reverse;
  margin-bottom: -32px;
  padding-bottom: 48px;
}
.x-e1hjo1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: initial;
  font-family: hhhh;
  min-height: 36px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
  width: 56px;
  height: 56px;
  z-index: 1050;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: #CBCBCB;
  color: #000000;
  background-color: #2f6684;
  pointer-events: auto;
}
.x-e1hjo1::-moz-focus-inner {
  border-style: none;
}
.x-e1hjo1.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-e1hjo1 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
@media (min-width: 1200px) {
  .x-e1hjo1 {
    font-size: 15px;
  }
}
.x-e1hjo1:active {
  box-shadow: none;
}
.x-e1hjo1:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
@media (hover: none) {
  .x-e1hjo1:hover {
    background-color: #CBCBCB;
  }
}
.x-e1hjo1.Mui-focusVisible {
  box-shadow: none;
}
.x-e1hjo1:hover {
  background-color: #c53d13;
}
@media (hover: none) {
  .x-e1hjo1:hover {
    background-color: #2f6684;
  }
}
.x-e1hjo1.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
.x-1og6e21 {
  height: 24px;
}
.x-1og6e21 .MuiSpeedDialIcon-icon {
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.x-1og6e21 .MuiSpeedDialIcon-openIcon {
  position: absolute;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  opacity: 0;
  transform: rotate(-45deg);
}
.x-x6jp2x {
  display: flex;
  pointer-events: none;
  transition: top 0s linear 0.2s;
}
.x-lynlo7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: initial;
  font-family: hhhh;
  min-height: 36px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  z-index: 1050;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: #CBCBCB;
  margin: 8px;
  color: #7D8387;
  background-color: #F0F0F0;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.8s;
  opacity: 0;
  transform: scale(0);
}
.x-lynlo7::-moz-focus-inner {
  border-style: none;
}
.x-lynlo7.Mui-disabled {
  pointer-events: none;
  cursor: default;
}
@media print {
  .x-lynlo7 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
@media (min-width: 1200px) {
  .x-lynlo7 {
    font-size: 15px;
  }
}
.x-lynlo7:active {
  box-shadow: none;
}
.x-lynlo7:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
@media (hover: none) {
  .x-lynlo7:hover {
    background-color: #CBCBCB;
  }
}
.x-lynlo7.Mui-focusVisible {
  box-shadow: none;
}
.x-lynlo7.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
.x-lynlo7:hover {
  background-color: rgb(204, 204, 204);
}

.h3.for-footer {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: .8vw;
  font-family: Red Hat Display, sans-serif;
  font-size: .8vw;
  font-weight: 900;
  line-height: 1.2;
}

.h3.for-footer.bottom {
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300;
}
