* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

html {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
html:before {
  display: block;
  width: 100%;
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  top: 110px;
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.6) 0%, rgba(208, 208, 208, 0) 100%);
}
@media (max-width: 992px) {
  html:before {
    top: 70px;
  }
}
@media (max-width: 991px) {
  html:before {
    top: 117px;
  }
}
@media (max-width: 649px) {
  html:before {
    top: 176px;
  }
}

body {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 35px;
  }
}

a:active, a:hover {
  color: #005ac7;
}

.main-navigation a:hover, .header-sidebar .widget_nav_menu a:hover, .header-sidebar-left .widget_nav_menu a:hover {
  color: #005ac7;
}

main {
  padding-top: 30px;
}
main .container {
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  main .container {
    padding: 0;
  }
}

.widget_search {
  display: none !important;
}

.mobileOnly {
  display: none !important;
}
@media (max-width: 991px) {
  .mobileOnly {
    display: table !important;
  }
}
.mobileOnly.firstOfList {
  margin-top: 50px;
}
.mobileOnly.menu-item a {
  color: #005ac7;
}

.proceed-to-cart-icon:hover *,
.proceed-to-cart-icon:hover *:before {
  color: #005ac7;
}

p {
  margin-bottom: unset;
}

.mosaic {
  display: flex;
  flex-direction: column;
}
.mosaic .tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .mosaic .tiles {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .mosaic .tiles {
    gap: 20px 0;
    justify-content: space-around;
  }
}

.extra {
  position: relative;
  background-color: #eff7ff;
  background: linear-gradient(28deg, #e8e8e8 60%, #bebebe 100%);
}
.extra:before {
  display: block;
  width: 100%;
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.6) 0%, rgba(208, 208, 208, 0) 100%);
}
.extra .titleRelated {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cecfcf;
  padding: 30px 0;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 767px) {
  .extra .titleRelated {
    font-size: 25px;
  }
}
@media (max-width: 709px) {
  .extra .titleRelated {
    font-size: 22px;
  }
}
.extra .titleRelated .container {
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.extra .titleRelated_title {
  margin: unset;
}
@media (max-width: 639px) {
  .extra .titleRelated_title {
    font-size: 22px;
  }
}
.extra .titleRelated_title svg {
  width: auto;
  height: 19px;
}
.extra .titleRelated_title strong {
  font-weight: 500;
}
.extra .titleRelated_all {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 36px;
  border-radius: 6px;
  background-color: #eaff36;
  padding: 0 26px;
  height: 36px;
  font-weight: bold;
  margin-bottom: auto;
  margin-top: auto;
  color: #000;
  transition: color, background-color 0.3s ease-in-out;
  box-shadow: 0 2px 6px #919191;
}
@media (max-width: 709px) {
  .extra .titleRelated_all {
    font-size: 13px;
  }
}
.extra .titleRelated_all:hover {
  background-color: #005ac7;
  color: #fff;
  transition: color, background-color 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .extra .titleRelated.startBlock .container {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .extra .titleRelated.startBlock .titleRelated_all {
    display: none;
  }
}
.extra .titleRelated.endBlock {
  display: none;
  border-bottom: 0;
  margin-bottom: 0;
}
.extra .titleRelated.endBlock .container {
  justify-content: center;
}
@media (max-width: 640px) {
  .extra .titleRelated.endBlock {
    display: flex;
  }
}
.extra.city {
  background: #fff !important;
}
.extra.city:before {
  display: block;
  width: 100%;
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
  background: linear-gradient(0deg, rgba(185, 185, 185, 0.6) 0%, rgba(185, 185, 185, 0) 100%);
}
.extra.city .titleRelated {
  color: #202020;
}
.extra.city .titleRelated_all {
  background-color: #eaff36;
  color: #000;
  box-shadow: 0 2px 6px #919191;
  text-shadow: none;
}
.extra.city .titleRelated_all:hover {
  background-color: #005ac7;
  color: #fff;
  transition: color, background-color 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .extra .tiles a:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .extra .tiles a:nth-child(3) {
    display: none;
  }
}

.page-links {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.page-links .post-page-numbers {
  display: flex;
  background-color: #005ac7;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  border-radius: 2px;
}
.page-links .post-page-numbers:hover {
  background-color: #01417F;
}
.page-links .post-page-numbers.current {
  color: #202020;
  background-color: #fff;
}

h1.title {
  margin: 0 0 30px;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  padding: 0 15px;
}
@media (max-width: 639px) {
  h1.title {
    text-align: center;
  }
}
h1.title strong {
  font-weight: 400;
}

.pdfobject {
  aspect-ratio: 16/21;
  width: 62%;
}

.paperContent {
  display: flex;
  gap: 40px;
}
@media (max-width: 859px) {
  .paperContent {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
.paperContent .pdfBox {
  width: 62%;
  background-color: #fff;
}
@media (max-width: 859px) {
  .paperContent .pdfBox {
    margin: 0 auto;
  }
}
@media (max-width: 799px) {
  .paperContent .pdfBox {
    width: 90%;
  }
}
.paperContent .pdfBox .pdfobject {
  aspect-ratio: 16/21;
  width: 100%;
}
.paperContent .ctaBox {
  width: 37%;
  display: block;
}
@media (max-width: 859px) {
  .paperContent .ctaBox {
    display: none;
  }
}
.paperContent .ctaBox .ctaitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 180px;
  position: sticky;
  background: #e8e8e8;
  top: 20px;
  padding: 20px 20px 30px;
  border-radius: 6px;
  color: #000;
}
@media (max-width: 859px) {
  .paperContent .ctaBox .ctaitem {
    margin-top: 0;
  }
}
.paperContent .ctaBox .ctaitem h2 {
  margin: 0;
  font-size: 46px;
  color: #000;
  font-weight: bold;
}
.paperContent .ctaBox .ctaitem a {
  text-decoration: none;
  color: #000;
  background-color: #eaff36;
  margin-top: 20px;
  width: fit-content;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 50px;
  box-shadow: 0 2px 6px #919191;
}
.paperContent .ctaBox .ctaitem a:hover {
  background-color: #005ac7;
  color: #fff;
}
.paperContent .ctaBox .ctaitem p {
  line-height: 25px;
}

header {
  background-color: #fff;
}

#branding {
  display: flex;
  align-items: center;
  height: 100%;
}
#branding svg {
  margin-top: auto;
  margin-bottom: auto;
  height: 36px;
  width: auto;
}
@media (max-width: 639px) {
  #branding svg {
    height: 30px;
  }
}
#branding svg > * {
  fill: #005ac7;
}

.headerBrand {
  background-color: #0250b0;
  height: 40px;
  display: flex;
}
@media (max-width: 992px) {
  .headerBrand {
    display: none;
  }
}
.headerBrand .container {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.headerBrand .container a {
  align-self: center;
}
.headerBrand .container img {
  height: 15px;
  width: auto;
}

.site-header {
  height: 140px;
  display: flex;
  flex-direction: column;
  width: 100vw;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  z-index: 200;
  background-color: #fff;
  top: 0;
  position: fixed;
}
.site-header:before, .site-header:after {
  display: none !important;
}
.site-header.sticky {
  display: flex;
  width: 100vw;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  z-index: 200;
  background-color: #fff;
  top: 0;
}
.site-header .container {
  margin-bottom: auto;
  margin-left: auto;
  height: 100%;
}
.site-header .container.header-contents {
  height: 100px;
}
.site-header .container:before, .site-header .container:after {
  display: none !important;
}
@media (max-width: 639px) {
  .site-header {
    padding: 0;
    margin: 0 auto;
  }
}

.site-content {
  padding-top: 140px !important;
}

.site-branding {
  padding-left: 15px !important;
}

.main-navigation a {
  font-weight: 400;
}

.widget_shopping_cart .proceed-to-cart-icon:hover span.lnr:hover,
a.yith-proteo-user-welcome-message:hover {
  color: #005ac7;
}

footer {
  width: 100%;
  height: 200px;
  background-color: #005ac7;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  footer {
    height: unset;
  }
}
footer .container {
  padding: 0 30px;
}
@media (max-width: 992px) {
  footer .container {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  footer .container {
    flex-direction: column;
    gap: 10px;
    padding: 30px;
  }
}
footer .widget {
  margin: 0;
}
footer .footer_up {
  margin: auto 0;
}
footer .footer_up .container {
  display: flex;
  justify-content: space-between;
}
footer .footer_up .brands {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 641px) and (max-width: 1024px) {
  footer .footer_up .brands {
    margin-right: 20px;
    gap: 8px;
  }
}
@media (max-width: 640px) {
  footer .footer_up .brands {
    gap: 8px;
  }
  footer .footer_up .brands > a {
    text-align: center;
  }
  footer .footer_up .brands > div {
    display: flex;
    flex-direction: column;
  }
}
footer .footer_up .brands img {
  height: 22px;
  width: auto;
}
footer .footer_up .brands div {
  display: flex;
  gap: 30px;
}
@media (min-width: 641px) and (max-width: 950px) {
  footer .footer_up .brands div {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 640px) {
  footer .footer_up .brands div {
    margin: 0 auto;
    gap: 8px;
  }
}
footer .footer_up .brands div img {
  height: 15px;
  width: auto;
}
footer .footer_up .services {
  font-size: 14px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1120px) {
  footer .footer_up .services {
    gap: 10px;
  }
}
@media (max-width: 920px) {
  footer .footer_up .services > * {
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  footer .footer_up .services {
    flex-direction: column;
    margin: 20px auto 0;
  }
}
footer .footer_up .services > .widget {
  width: fit-content;
  min-width: 140px;
  padding: 0;
}
@media (max-width: 1024px) {
  footer .footer_up .services > .widget {
    min-width: 130px;
  }
}
@media (max-width: 640px) {
  footer .footer_up .services > .widget {
    text-align: center;
  }
}
footer .footer_up .services h2 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #98BAE4;
  font-weight: bold;
}
footer .footer_up .services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer_up .services ul li {
  margin: 0;
}
footer .footer_up .services ul a {
  line-height: 27px;
}
footer .footer_up .services ul a:link, footer .footer_up .services ul a:visited {
  font-size: 12px;
  color: white !important;
  text-decoration: none;
}
footer .footer_up .services ul a:active, footer .footer_up .services ul a:hover {
  text-decoration: underline;
}
footer .footer_down {
  background-color: #0250b0;
  height: 46px;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  footer .footer_down {
    height: unset;
  }
}
footer .footer_down > * {
  color: #4f9eff;
  font-size: 12px;
}
footer .footer_down .container {
  display: flex;
  justify-content: space-between;
}
footer .footer_down .colophone .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
footer .footer_down .colophone .menu a:link, footer .footer_down .colophone .menu a:visited {
  color: white;
  text-decoration: none;
  padding-left: 10px;
}
footer .footer_down .colophone .menu a:active, footer .footer_down .colophone .menu a:hover {
  text-decoration: underline;
}
footer .footer_down .colophone > * {
  margin: auto 0;
}
@media (max-width: 640px) {
  footer .footer_down .colophone > * {
    margin: auto;
    width: fit-content;
  }
}

.closeUp {
  width: calc((100% - 180px) / 4);
  text-decoration: none;
}
@media (max-width: 991px) {
  .closeUp {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 767px) {
  .closeUp {
    width: calc((100% - 80px) / 2);
  }
}
@media (max-width: 639px) {
  .closeUp {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.closeUp .closeUp_boxImage {
  border-radius: 6px;
  border: 4px solid #e8e8e8;
  display: block;
  padding: 5px 2px;
  background-color: #fff;
  width: 100%;
  position: relative;
  transition: border 0.3s ease-in-out;
}
.closeUp .closeUp_boxImage .featuredImage {
  width: 100%;
  height: auto;
}
.closeUp .closeUp_boxImage .featuredImage_no {
  width: 100%;
  height: auto;
}
.closeUp .closeUp_boxImage .closeUp_boxImage_data {
  width: 70px;
  height: 70px;
  padding: 5px;
  right: -7px;
  bottom: -7px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background: linear-gradient(0deg, #eaff36 0%, #d1e42a 100%) !important;
  color: #000;
  font-size: 13px;
  position: absolute;
  transition: background 0.5s ease-in-out;
}
.closeUp .closeUp_boxImage .closeUp_boxImage_data time {
  display: flex;
  flex-direction: column;
}
.closeUp .closeUp_boxImage .closeUp_boxImage_data time > * {
  text-align: center;
}
.closeUp .closeUp_boxImage .closeUp_boxImage_data .date-day {
  font-size: 32px;
  font-weight: bold;
  line-height: 30px;
}
.closeUp .title {
  color: #3f3f3f;
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
  transition: color 0.3s ease-in-out;
}
.closeUp .title strong {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
.closeUp:hover .closeUp_boxImage {
  border: 4px solid #eaff36;
  transition: border 0.3s ease-in-out;
}
.closeUp:hover .title {
  color: #000;
  transition: color 0.3s ease-in-out;
}
.closeUp:hover .closeUp_boxImage_data {
  background: linear-gradient(0deg, #eaff36 0%, #becf24 100%) !important;
  transition: background 0.5s ease-in-out;
}

#menu {
  display: flex;
}
@media (max-width: 649px) {
  #menu {
    flex-wrap: wrap;
  }
}

.header-contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-contents {
    position: relative;
    flex-direction: column;
    padding-top: 10px;
  }
  .header-contents > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .header-contents {
    padding: 20px 15px;
  }
}

.itemMenu,
.dropbtn {
  background-color: #fff;
  color: #202020;
  padding: 0 16px;
  font-size: 16px;
  border: none;
  display: flex;
  height: 70px;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
}
.itemMenu span,
.dropbtn span {
  font-weight: 400;
}

.itemMenu {
  position: relative;
  text-decoration: none;
}
@media (max-width: 649px) {
  .itemMenu {
    width: 35%;
    font-size: 13px;
    padding: 0;
    height: 46px;
    margin-top: 10px;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    display: flex;
  }
  .itemMenu.pay {
    width: 65%;
  }
  .itemMenu > * {
    margin: auto;
    width: 96%;
    height: 96%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.itemMenu:after {
  content: "";
  height: 30px;
  width: 2px;
  background-color: #ddd;
  position: absolute;
  top: 20px;
  right: -1px;
  z-index: 10;
}
@media (max-width: 649px) {
  .itemMenu:after {
    display: none;
  }
}
.itemMenu:hover span {
  color: #045cb4;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 649px) {
  .dropdown {
    width: 98%;
    margin: auto;
  }
  .dropdown .dropbtn {
    height: 46px;
    width: 100%;
    background-color: #f0f8ff;
    font-size: 14px;
    justify-content: center;
    margin-top: 4px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
}
@media (max-width: 649px) {
  .dropdown-content {
    width: 100%;
    background-color: #fff;
  }
}

.dropdown-content a {
  color: #202020;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #045cb4;
}

.pay span {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: sticky;
  background: #fff;
  border: 4px solid #eaff36;
  top: 20px;
  padding: 15px 20px 15px;
  border-radius: 6px;
  color: #000;
  box-sizing: border-box;
}
@media (max-width: 859px) {
  .pay:after {
    display: none;
  }
  .pay span {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    background: #fff;
    border: 4px solid #eaff36;
    top: 20px;
    padding: 15px 20px 15px;
    border-radius: 6px;
    color: #000;
    box-sizing: border-box;
  }
}
@media (max-width: 649px) {
  .pay span {
    padding: unset;
    border-radius: 0;
  }
}

/*# sourceMappingURL=main.css.map */
