:root {
  --urlwp-header-surface: #0f305b;
  --urlwp-nav-surface: #4c9bb6;
  --urlwp-accent: #f5b400;
  --urlwp-link: #126ab3;
  --urlwp-ink: #212529;
  --urlwp-muted: #667085;
  --urlwp-border: #d8dee8;
  --urlwp-panel: #f4f8fc;
  --urlwp-content-width: 1170px;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  color: var(--urlwp-ink);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: var(--urlwp-link);
}

.urlwp-content-container,
.container {
  margin-inline: auto;
  max-width: var(--urlwp-content-width);
  padding-inline: 15px;
  width: 100%;
}

.urlwp-front-page .urlwp-content-container,
.urlwp-page .urlwp-content-container {
  max-width: none;
  padding: 0;
}

.urlwp-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#header .header-main {
  background: linear-gradient(105deg, #154283 0%, var(--urlwp-header-surface) 100%);
  min-height: 90px;
}

#header .header-main .header-inner {
  min-height: 90px;
}

#header .header-bottom {
  background: linear-gradient(90deg, #fff 0%, var(--urlwp-nav-surface) 20%, var(--urlwp-nav-surface) 80%, #fff 100%);
  min-height: 53px;
}

#header .header-bottom .header-inner,
#header .header-bottom-nav {
  min-height: 53px;
}

#header .logo img {
  max-height: 66px;
  width: auto;
}

#header .header-nav-main {
  align-items: stretch;
  gap: 0;
  justify-content: center;
}

#header .header-nav-main > li {
  align-items: stretch;
  display: flex;
}

#header .header-nav-main > li > a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  min-height: 53px;
  padding: 5px 13px;
  text-transform: uppercase;
}

#header .header-nav-main > li > a:hover,
#header .header-nav-main > li.active > a,
#header .header-nav-main > li.current-menu-item > a {
  background: rgb(15 48 91 / 38%);
}

#header .header-nav-main .menu-image {
  height: 26px;
  object-fit: contain;
  width: 26px;
}

#header .sub-menu {
  background: #fff;
  border: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 9px 22px rgb(15 48 91 / 20%);
  min-width: 220px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
}

#header .sub-menu a {
  color: var(--urlwp-header-surface);
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
}

#header .sub-menu a:hover {
  background: #edf6fb;
}

.urlwp-header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.urlwp-action {
  background: linear-gradient(180deg, #82d2ec 0%, #51a8c7 100%);
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 999px;
  box-shadow: inset 0 1px rgb(255 255 255 / 50%);
  color: #082744 !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-width: 88px;
  padding: 10px 15px;
  text-transform: uppercase;
}

.urlwp-action:hover {
  filter: brightness(1.08);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}

.col,
[class*="col-"],
.large-9,
.large-3 {
  min-width: 0;
  padding-inline: 15px;
}

.large-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.large-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-divided > .large-9 {
  border-right: 1px solid var(--urlwp-border);
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.d-flex,
.d-md-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-white,
.text-white a {
  color: #fff;
}

.w-100 {
  width: 100%;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.urlwp-stage-clone-theme #main {
  background: #fff;
}

.urlwp-stage-clone-theme .entry-content {
  padding: 0;
}

.home-section,
.section-content {
  position: relative;
}

.home-section .container,
.section-content > .container {
  padding-block: 24px;
}

.home-section-1 {
  background: linear-gradient(145deg, #13437f 0%, #071d36 100%);
  color: #fff;
}

.home-section-2,
.home-section-4,
.home-section-6 {
  background: var(--urlwp-panel);
}

.btn,
.btn-download,
.button {
  align-items: center;
  background: linear-gradient(180deg, #1682cf 0%, #0f5c9c 100%);
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 42px;
  padding: 10px 22px;
  text-align: center;
}

.btn:hover,
.btn-download:hover,
.button:hover {
  filter: brightness(1.08);
}

.urlwp-tabs,
.nav-tabs,
.nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.nav-tabs .nav-link,
.nav-pills .nav-link,
.urlwp-tabs [role="tab"] {
  background: #e7f2f8;
  border: 1px solid #a9ccdc;
  border-radius: 999px;
  color: var(--urlwp-header-surface);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  padding: 8px 16px;
}

.nav-tabs .nav-link.active,
.nav-pills .nav-link.active,
.urlwp-tabs [role="tab"].active {
  background: var(--urlwp-header-surface);
  color: #fff;
}

.tab-pane:not(.show):not(.active) {
  display: none;
}

.tab-content > .active {
  display: block;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.swiper-slide {
  flex: 0 0 calc(20% - 13px);
  scroll-snap-align: start;
}

.accordion,
.urlwp-accordion {
  border: 1px solid var(--urlwp-border);
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item + .accordion-item {
  border-top: 1px solid var(--urlwp-border);
}

.accordion-button,
.accordion-title {
  background: #f5f8fb;
  border: 0;
  color: var(--urlwp-header-surface);
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
}

.accordion-button.active,
.accordion-button[aria-expanded="true"],
.accordion-title.active {
  background: #e5f1f8;
}

.accordion-collapse,
.accordion-inner {
  padding: 0 18px 16px;
}

.accordion-collapse:not(.show)[hidden],
.accordion-inner[hidden] {
  display: none;
}

#ftwp-container {
  background: #fff;
  border: 1px solid var(--urlwp-border);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgb(15 48 91 / 12%);
  margin: 22px 0;
  max-height: calc(100vh - 32px);
  max-width: 340px;
  overflow: auto;
  position: sticky;
  top: 16px;
}

#ftwp-container.ftwp-minimize #ftwp-list,
#ftwp-container.ftwp-minimize #ftwp-header {
  display: none;
}

#ftwp-container button {
  background: transparent;
  border: 0;
  color: var(--urlwp-header-surface);
  cursor: pointer;
}

#ftwp-list {
  list-style: none;
  margin: 0;
  padding: 0 16px 16px;
}

#ftwp-list .ftwp-sub {
  display: none;
}

#ftwp-list .ftwp-expand > .ftwp-sub {
  display: block;
}

table {
  border-collapse: collapse;
  margin: 18px 0;
  width: 100%;
}

th,
td {
  border: 1px solid #c7d1dd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--urlwp-header-surface);
  color: #fff;
}

tbody tr:nth-child(even) {
  background: #f6f8fb;
}

.urlwp-page,
.urlwp-single,
.urlwp-category,
.urlwp-attachment {
  padding-block: 32px 48px;
}

.urlwp-single .entry-title,
.urlwp-archive-header h1,
.urlwp-media-entry h1 {
  color: var(--urlwp-header-surface);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
  margin: 0 0 12px;
}

.entry-meta,
.urlwp-card-meta {
  color: var(--urlwp-muted);
  display: flex;
  font-size: 13px;
  gap: 12px;
  margin-bottom: 20px;
}

.urlwp-featured-image {
  margin-bottom: 24px;
}

.urlwp-archive-header {
  margin-bottom: 26px;
  text-align: center;
}

.urlwp-category-description {
  margin-inline: auto;
  max-width: 760px;
}

.urlwp-archive-grid {
  display: grid;
  gap: 18px;
}

.urlwp-archive-card {
  border: 1px solid var(--urlwp-border);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  padding: 14px;
}

.urlwp-card-image img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.urlwp-card-copy h2 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.urlwp-sidebar {
  font-size: 14px;
}

.urlwp-sidebar .widget {
  border-bottom: 1px solid var(--urlwp-border);
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.urlwp-sidebar .widget-title {
  color: var(--urlwp-header-surface);
  font-size: 18px;
}

.urlwp-attachment-figure {
  margin: 24px 0;
  text-align: center;
}

.urlwp-footer {
  background: var(--urlwp-header-surface);
  color: #fff;
}

.urlwp-footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-inline: auto;
  max-width: var(--urlwp-content-width);
  padding: 44px 15px 30px;
}

.urlwp-footer a,
.urlwp-footer h2 {
  color: #fff;
}

.urlwp-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.urlwp-copyright {
  border-top: 1px solid rgb(255 255 255 / 18%);
  padding: 16px;
  text-align: center;
}

.urlwp-media-placeholder {
  align-items: center;
  aspect-ratio: 17 / 15;
  background:
    linear-gradient(135deg, rgb(15 48 91 / 92%), rgb(76 155 182 / 88%));
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  min-height: 120px;
  width: 100%;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition: transform 240ms ease;
}

.swiper-slide {
  flex: 0 0 auto;
}

.swiper-pagination-bullet {
  background: #b7c5d5;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  block-size: 10px;
  display: inline-block;
  inline-size: 10px;
  margin: 6px;
}

.swiper-pagination {
  min-height: 22px;
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: var(--urlwp-accent);
}

.gift-fixed,
.floating-ad,
.urlwp-source-fixed-ad,
.social-icons,
.dmca-badge {
  display: none !important;
}

@media (max-width: 849px) {
  body {
    font-size: 15px;
  }

  #header .header-main,
  #header .header-main .header-inner {
    min-height: 70px;
  }

  #header .header-bottom,
  #header .header-bottom .header-inner {
    min-height: 35px;
  }

  #header .logo img {
    max-height: 66px;
    max-width: 200px;
  }

  #header .header-bottom .urlwp-header-actions {
    justify-content: center;
    width: 100%;
  }

  #header .header-bottom .urlwp-action {
    border-radius: 0;
    min-height: 35px;
    min-width: 50%;
    padding: 7px 14px;
  }

  .urlwp-content-container,
  .container {
    padding-inline: 12px;
  }

  .large-9,
  .large-3,
  .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .row-divided > .large-9 {
    border-right: 0;
  }

  .d-md-flex {
    display: block;
  }

  .ps-md-4 {
    padding-left: 0;
  }

  .swiper-slide {
    flex-basis: calc(50% - 8px);
  }

  .urlwp-page,
  .urlwp-single,
  .urlwp-category,
  .urlwp-attachment {
    padding-block: 22px 36px;
  }

  .urlwp-archive-card {
    grid-template-columns: 1fr;
  }

  .urlwp-sidebar {
    margin-top: 28px;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr;
    padding-block: 34px 24px;
  }
}

@media (max-width: 420px) {
  .nav-tabs,
  .nav-pills,
  .urlwp-tabs {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-tabs .nav-link,
  .nav-pills .nav-link,
  .urlwp-tabs [role="tab"] {
    justify-content: center;
    width: 100%;
  }
}
