@charset "UTF-8";
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box!important
}
@keyframes draw {
  0% {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000
  }
  to {
    stroke-dashoffset: 0
  }
}
@keyframes fill {
  0% {
    fill: transparent!important
  }
  to {
    fill: var(--fill-color)!important
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes slide-out-in-x {
  0% {
    opacity: 1;
    transform: translate(0)
  }
  45% {
    opacity: 0;
    transform: translate(100%)
  }
  50% {
    opacity: 0;
    transform: translate(-100%)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
@keyframes slide-out-in-x-reverse {
  0% {
    opacity: 1;
    transform: translate(0)
  }
  45% {
    opacity: 0;
    transform: translate(-100%)
  }
  50% {
    opacity: 0;
    transform: translate(100%)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
@keyframes slide-out-in-y {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  45% {
    opacity: 0;
    transform: translateY(100%)
  }
  50% {
    opacity: 0;
    transform: translateY(-100%)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes slide-out-in-y-reverse {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  45% {
    opacity: 0;
    transform: translateY(-100%)
  }
  50% {
    opacity: 0;
    transform: translateY(100%)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%)
  }
  to {
    transform: translateY(0)
  }
}
@keyframes marquee {
  0% {
    transform: translate(100%)
  }
  to {
    transform: translate(-100%)
  }
}
@keyframes marquee2 {
  0% {
    transform: translate(0)
  }
  to {
    transform: translate(-200%)
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%)
  }
  to {
    transform: translateY(5%)
  }
}
@keyframes wave {
  0% {
    transform: translate(-5%, 8%)
  }
  to {
    transform: translate(5%, -8%)
  }
}
@keyframes top1 {
  0% {
    rotate: 10deg;
    translate: 0 -100%
  }
  to {
    rotate: 0deg;
    translate: 0 0
  }
}
@keyframes top2 {
  0% {
    rotate: -10deg;
    translate: 0 100%
  }
  to {
    rotate: 0deg;
    translate: 0 0
  }
}
@keyframes top1-tab {
  0% {
    rotate: -10deg;
    translate: -100% 0
  }
  to {
    rotate: 0deg;
    translate: 0 0
  }
}
@keyframes top2-tab {
  0% {
    rotate: 10deg;
    translate: 100% 0
  }
  to {
    rotate: 0deg;
    translate: 0 0
  }
}
@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fade-out {
  0% {
    opacity: 1
  }
  99% {
    opacity: 0
  }
  to {
    display: none;
    opacity: 0
  }
}
@keyframes loading-dot {
  0% {
    scale: 1
  }
  33% {
    scale: 1.5
  }
  66% {
    scale: 1
  }
  to {
    scale: 1
  }
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
.p-top-links {
  margin-top: 120px
}
.p-top-links__section {
  color: #fff;
  background-color: var(--theme-color);
		  padding-bottom: 0px!important;
	margin-bottom: 10px;
}
.p-top-links__section:nth-child(1) {
  --theme-color: #1e5f97;
  --marquee-color: #1e5f97;
		  padding-bottom: 0px!important;
}
.p-top-links__section:nth-child(2) {
  --theme-color: #eeba00;
  --marquee-color: #ebbf23;
  --slide-overlay-color: var(--theme-color);
			  padding-bottom: 0px!important;
}
@media screen and (min-width: 768px) {
  .p-top-links__section {
    position: relative;
    display: flex;
    padding-bottom: 0!important
  }
  .p-top-links__section:nth-child(odd) {
    flex-direction: row-reverse
  }
}
.p-top-links__picture {
  position: relative;
  z-index: 2;
  max-height: 700px;
	padding-bottom: 0!important
}
.p-top-links__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.p-top-links__content {
  flex-shrink: 0;
  align-self: center;
  width: 40%;
  padding-right: 80px;
  padding-left: 80px;
  padding-bottom: 0
}
@media screen and (max-width: 1024px) {
  .p-top-links__content {
    padding: 34px 20px 30px;
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .p-top-links__content {
    position: relative;
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.p-top-links__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto
}
.p-top-links__marquee {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-family: Alexandria, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em
}
.green-text {
  color: #1A578B;
}
.yellow-text {
  color: #E4AE08;
}
@media screen and (min-width: 1024px) {
  .p-top-links__marquee {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100vw;
    font-size: 100px
  }
  .p-top-links__section:nth-child(2) .p-top-links__marquee {
    right: 0;
    left: auto
  }
}
.p-top-links__heading {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600
}
@media screen and (min-width: 1024px) {
  .p-top-links__heading {
    margin-bottom: 32px;
    font-size: 39px
  }
}
.p-top-links__text {
  font-size: 14px;
  line-height: 1.3;
	font-weight: 600;
		  margin-bottom: 30px
}
@media screen and (min-width: 1024px) {
  .p-top-links__text {
    font-size: 18px;
    line-height: 1.7;
  }
}
.p-top-links__link-wrapper {
  gap: 34px;
  align-items: center;
  margin-top: 24px;
	font-weight: 600;
}
.p-top-links__link-wrapper span {
  color: rgba(255, 255, 255, 1.00) !important
}
@media screen and (min-width: 768px) {
  .p-top-links__link-wrapper {
    margin-top: 32px
  }
}
.p-top-links__link {
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 10px;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  margin-top: 2px
}
@media screen and (min-width: 1024px) {
  .p-top-links__link {
    gap: 8px;
    font-size: 15px;
    margin-top: 3px
  }
}
.p-top-links__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-top-links__icon {
    width: 35px;
    height: 35px;
  }
}
.p-top-links__arrow2 {
  width: 15px;
  fill: var(--theme-color)!important;
	z-index: 1000
}

.bluearrow{
  fill: #1A578B!important;
}
.yellowarrow {
  fill: #E4AE08!important;
}



.yellowbluearrow {
  width: 15px;
  fill: var(--theme-color)!important
}
.is-enter .p-top-links__arrow2 {
  animation: slide-out-in-x .6s forwards
}
.is-leave .p-top-links__arrow2 {
  animation: slide-out-in-x-reverse .6s forwards
}
.js-marquee {
  overflow: hidden;
  white-space: nowrap
}
.js-marquee__item {
  display: inline-block;
  line-height: 1;
  white-space: nowrap
}
.js-marquee:not(.is-waiting) .js-marquee__item {
  animation: var(--marquee-duration, 24s) infinite linear;
  animation-name: marquee
}
.js-marquee:not(.is-waiting) .js-marquee__item:nth-child(2n) {
  animation-name: marquee2
}
.js-marquee:not(.is-waiting) .js-marquee__item:nth-child(odd) {
  animation-delay: var(--marquee-delay, -12s)
}
.js-wave {
  stroke: #fff;
  stroke-width: 4
}