.visit-ship {
  text-align: center;
  padding: 8rem 0;
  background: #F7F7F7;
}
.visit-ship__title {
  font-size: 6.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'LibreBaskerville-Bold';
}
.visit-ship__subtitle {
  font-size: 2.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'LibreBaskerville-Bold';
}
.visit-ship__content {
  display: flex;
  justify-content: center;
  gap: 0rem;
  flex-wrap: wrap;
}
.visit-ship__col {
  background: #fff; 
  padding: 2rem 2.5rem;
  width: 45%;
  min-width: 300px;
  text-align: left;
  margin-top: 3rem;
}
.visit-ship__col p {
  font-family: 'WorkSans';
  color: #021859;
  font-size: 2rem;
  line-height: 100%;
}
/**/  
.welcome-onboard {
  padding: 8rem 0;
  background: #fff;
}  
.welcome-onboard__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
}
.welcome-onboard__content {
  flex: 1 1 48%;   
}
.welcome-onboard__title {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'LibreBaskerville-Bold';
}
.welcome-onboard__subtitle {
  font-size: 2rem;
  color: #021859;
  margin-bottom: 25px;
  line-height: 100%;
  font-family: 'WorkSans';
  font-weight: 400;
}
.welcome-onboard__info {
  background: #F7F7F7;
  padding: 2.4rem;
  border-radius: 1.6rem;
  border: 1px solid #5FCDD9;
  font-size: 1.8rem;
  line-height: 100%;
  font-family: 'WorkSans';
}
.welcome-onboard__info h3 {
  font-family: 'WorkSans-SemiBold';
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 100%;
  color: #021859;
  margin-bottom: 3rem;
}
.welcome-onboard__info li {
  color: #021859;
  font-size: 1.8rem;
  line-height: 100%;
  font-family: 'WorkSans';
  font-weight: 400;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.welcome-onboard__info li p {
  color: #021859;
  font-size: 1.8rem;
  line-height: 100%;
  font-family: 'WorkSans';
  font-weight: 400;
  margin-left: 2.8rem;
}
.welcome-onboard__info li strong{
  color: #021859;
  font-size: 2rem;
  line-height: 135%;
  font-family: 'WorkSans-SemiBold';
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.welcome-onboard__list_note {
  color: #021859;
  font-size: 1.8rem;
  line-height: 100%;
  font-family: 'WorkSans';
  font-weight: 400;
  background-color: #fff;
  padding: 1.6rem;
  border-radius: 1.2rem;
}
.welcome-onboard__list_note p {
  color: #021859;
  font-size: 1.8rem;
  line-height: 100%;
  font-family: 'WorkSans';
  font-weight: 400;
}
.welcome-onboard__list_note p strong {
  font-family: 'WorkSans-SemiBold';
  font-weight: 700;
}
.onboard__list_head {
  display: flex;
  gap: 0.4rem;
}
.onboard__list_head svg {
  margin-right: 0.8rem;
  margin-top: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.welcome-onboard__list_note svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.welcome-onboard__terms a,.welcome-onboard__terms p {
    color: #021859;
}
.welcome-onboard__list_note li {
  list-style: disc;
  display: list-item;
  margin-left: 5rem;
}
.welcome-onboard__list_note li::marker {
  color: #049DBF;  
  font-size: 3rem; 
}
.onboard__list_note_head {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-start;
  gap: 0.4rem;
}
.welcome-onboard__terms {
  display: inline-block;
  margin-top: 2rem;
  color: #021859;
  font-weight: 600;
  text-decoration: underline;
  font-family: 'WorkSans-SemiBold';
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
.welcome-onboard__image {
  flex: 1 1 48%;
  text-align: center;
  position: relative;
  height: 83rem;
}
.welcome-onboard__image img {
  width: 100%;
}
.sticky-wrap {
  position: absolute;
  top: 0; 
  width: 100%;
}
.sticky-wrap.is-sticky {
  position: fixed;
  top: 10rem!important; 
  z-index: 5;
}
.sticky-wrap.at-bottom {
  position: absolute;
  top: auto;
  bottom: 0;  
  left: 0;
  transform: none;
  width: 100%;
}
/**/
.important-info {
  padding: 8rem 0;
  background: #F7F7F7;
  text-align: center;
}
.important-info__title {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: 'LibreBaskerville-Bold';
}
.important-info__wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
  
.important-info__card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem 2.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%; 
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.important-info__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
} 
.important-info__icon {
  width: 7rem;
  height: 7rem;   
  margin-bottom: 3rem;
}
.important-info__icon svg{
  width: 100%;
  height: 100%;
}
.important-info__card-title {
  font-size: 2.8rem;
  color: #021859;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'WorkSans-SemiBold';
}
.important-info__text {
  font-size: 2rem;
  line-height: 120%; 
  color: #021859;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'WorkSans';
}
/**/
.find-us {
  padding: 8rem 0;
}
.find-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  margin: 0 auto;
}
.map {
  flex: 1 1 45%;
  min-width: 30rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.map iframe {
  width: 100%;
  height: 51em;
  border: 0;
}
.info {
  flex: 1 1 45%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 51rem;
}
.info h2 {
  color: #0b2e63;
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: 'LibreBaskerville-Bold';
}
.info-box {
  border: 1px solid #5FCDD9;
  border-radius: 1.6rem;
  padding: 2.4rem;
  background: #F7F7F7;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.item-info-box {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.item-info-box svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.info-box p {
  margin-bottom: 2rem;
  line-height: 100%;
  color: #021859;
  font-weight: 400; 
  font-family: 'WorkSans';
  font-size: 1.8rem;
}
.main-lable-section p {
  margin-bottom: 0.5rem;
}
.info-box-title{ 
  color: #021859;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  font-family: 'WorkSans-SemiBold';
  margin-bottom: 1rem;
}
.info-box a {
  color: #021859;
  text-decoration: none;
  font-weight: 500;
}

.info-box a:hover {
  text-decoration: underline;
}
/**/
.links-section {
  background: #F7F7F7;
  padding: 12rem 0px;
}

.links-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem; 
  margin: 0 auto;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31%;
  padding: 3.2rem 2.4rem;
  border: 1px solid #aee0e8;
  border-radius: 1.6rem;
  background: #fff;
  color: #5FCDD9;
  text-decoration: none; 
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 100%;
  font-size: 2.8rem;
  font-family: 'LibreBaskerville-Bold';
}
.link-card span {
  color: #021859;
}
.link-card:hover {
  background: #e8f8ff;
  border-color: #66c2e0;
  transform: translateY(-2px);
}

.link-card .arrow { 
  transition: transform 0.3s;
  width: 3.5rem;
  height: 3.5rem;
}
.link-card .arrow svg {
  width: 3.5rem;
  height: 3.5rem;
}

.link-card:hover .arrow {
  transform: translateX(4px);
}
.map__mobile {
  display: none;
}
 











