@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600&display=swap");
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.container {
  display: block;
  margin: 0 auto;
  width: 970px;
  max-width: 96%;
}
.container.medium {
  width: 1170px;
}
.container.large {
  width: 1270px;
}
.container.full {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 992px) {
  .container {
    width: 100% !important;
  }
}
@font-face {
  font-family: "icons";
  src: url("../../include/icons/icons.eot");
  src: url("../../include/icons/icons.eot?#iefix") format("embedded-opentype"), url("../../include/icons/icons.woff") format("woff"), url("../../include/icons/icons.ttf") format("truetype"), url("../../include/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*="icon-"]:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pin:before {
  content: "A";
}
.icon-phone:before {
  content: "B";
}
.icon-mail:before {
  content: "C";
}
.icon-facebook:before {
  content: "D";
}
.icon-instagram:before {
  content: "E";
}
.icon-linkedin:before {
  content: "F";
}
.icon-avis:before {
  content: "G";
}
.icon-arrow:before {
  content: "H";
}
.icon-search:before {
  content: "I";
}
.icon-panier:before {
  content: "J";
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* Wordpress */
.site-main {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: #000000;
  transition: ease-out 0.2s;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
p, ul, ol, li {
  margin: 0 0 0.5rem;
  line-height: 1.8;
  font-size: 1rem;
}
ul {
  padding-inline-start: 20px;
}
img {
  max-width: 100%;
  filter: blur(0);
  transform: scale(1);
  transition: all 0.5s;
}
img.full {
  width: 100%;
}
h1 {
  font-size: 2em;
  font-family: "Cabin", sans-serif;
}
h2 {
  font-size: 1.8em;
  font-family: "Cabin", sans-serif;
}
h3 {
  font-size: 1.6em;
  font-family: "Cabin", sans-serif;
}
:focus-visible {
  outline: none !important;
}
section {
  padding: 3rem 0;
  position: relative;
}
div .wp-block-columns {
  gap: 0 !important;
}
div .wp-block-columns .wp-block-column {
  padding: 1rem !important;
  margin: 0 !important;
}
.wp-block-image img {
  box-shadow: 0 0 15px grey;
}
#breadcrumbs {
  padding: 1rem 0;
  position: relative;
}
#breadcrumbs::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: rgba(17, 67, 85, 0.2);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#breadcrumbs p {
  margin: 0;
}
#breadcrumbs p a {
  text-decoration: underline;
  color: #114355;
  font-weight: bold;
}
#breadcrumbs p span:last-of-type {
  font-weight: 400;
}
.woocommerce-active .site-header {
  padding: 0;
  border-bottom: none;
}
.woocommerce-active .site-header__top {
  background: #114355;
}
.woocommerce-active .site-header__top p {
  padding: 0.5rem;
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
}
.woocommerce-active .site-header__bottom {
  background: rgba(17, 67, 85, 0.2);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 3rem;
}
.woocommerce-active .site-header__bottom__left {
  min-width: 180px;
}
.woocommerce-active .site-header__bottom__left div.site-branding {
  width: 100%;
  float: initial;
  margin-right: initial;
  margin-bottom: 0 !important;
}
.woocommerce-active .site-header__bottom__left div.site-branding img {
  max-width: 180px;
  padding: 10px;
}
.woocommerce-active .site-header__bottom__center {
  flex: 1;
}
.woocommerce-active .site-header__bottom__center .main-navigation {
  width: initial;
  float: initial;
  margin-right: 0;
  clear: initial;
  height: 100%;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation {
  height: 100%;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item a {
  color: #000000;
  padding: 0;
  position: relative;
  white-space: nowrap;
  font-size: 0.9rem;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #114355;
  position: absolute;
  bottom: 0;
  left: 0px;
  display: block;
  transition: ease-out 0.2s;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item a:hover {
  text-decoration: none;
  color: #000000;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item a:hover::before {
  width: 100%;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item:hover .sub-menu {
  float: initial;
  position: absolute;
  top: initial;
  bottom: 0;
  left: 50%;
  display: block;
  transform: translate(-50%, 100%);
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item .sub-menu {
  background-color: white;
  column-count: 2;
  column-gap: 0;
  border: 4px solid rgba(17, 67, 85, 0.2);
  border-top: none;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item .sub-menu li {
  margin: 0;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item .sub-menu li.focus, .woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item .sub-menu li:hover {
  background: rgba(17, 67, 85, 0.1);
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item .sub-menu li a {
  padding: 0.5rem;
}
.woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation ul.menu.nav-menu li.menu-item .sub-menu li a::before {
  content: none;
}
.woocommerce-active .site-header__bottom__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woocommerce-active .site-header__bottom__right .search {
  margin-right: 1rem;
}
.woocommerce-active .site-header__bottom__right .search .icon-search {
  font-size: 1.3rem;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.woocommerce-active .site-header__bottom__right .site-search {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  transition: ease-out 0.2s;
  z-index: 10;
}
.woocommerce-active .site-header__bottom__right .site-search.clicked {
  transform: translateY(0);
}
.woocommerce-active .site-header__bottom__right .site-search #close-search {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
}
.woocommerce-active .site-header__bottom__right .site-search .woocommerce-product-search {
  min-width: 350px;
}
.woocommerce-active .site-header__bottom__right .site-search .woocommerce-product-search::before {
  content: none;
}
.woocommerce-active .site-header__bottom__right .site-search .woocommerce-product-search input {
  background: transparent;
  border-bottom: 1px solid #000;
  padding: 1rem 1rem 1rem 0 !important;
  color: #000;
  font-size: 1.5rem;
  box-shadow: none;
  cursor: pointer;
}
.woocommerce-active .site-header__bottom__right .site-search .woocommerce-product-search input::placeholder {
  color: #000;
  font-size: 1.5rem;
}
.woocommerce-active .site-header__bottom__right .site-search .woocommerce-product-search input:focus {
  outline: none;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar .icon-panier {
  font-size: 1.7rem;
  cursor: pointer;
  width: 30px;
  height: 35px;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content.open {
  right: 0;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content #cart-close {
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
  margin-bottom: 1rem;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart-item {
  display: flex;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart-item .remove::before {
  color: #000000;
  margin-right: 0.5rem;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart-item img {
  max-width: 60px;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart-item .quantity {
  display: none;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  margin-top: 2rem;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart__buttons .button {
  margin-bottom: 0.5rem;
  text-align: center;
}
.woocommerce-active .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart__buttons .button:hover {
  text-decoration: none;
}
.woocommerce-active .site-header__bottom__right #cart-content h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce-active .site-header__bottom__right #cart-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-active .site-header__bottom__right #cart-content li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.woocommerce-active .site-header__bottom__right #cart-content .total {
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .woocommerce-active .site-header__bottom {
    padding: 0 1rem;
  }
  .woocommerce-active .site-header__bottom__left {
    min-width: 150px;
  }
  .woocommerce-active .site-header__bottom__left div.site-branding img {
    max-width: 150px;
  }
  .woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation .menu.nav-menu .menu-item {
    margin: 0 0.5rem !important;
  }
  .woocommerce-active .site-header__bottom__center .main-navigation .primary-navigation .menu.nav-menu .menu-item > a {
    font-size: 0.85rem !important;
  }
}
@media screen and (max-width: 767px) {
  header .site-header__bottom__center .main-navigation {
    position: relative;
  }
  header .site-header__bottom__center .main-navigation .menu-toggle {
    border: 1px solid;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  header .site-header__bottom__center .main-navigation .menu-toggle:focus {
    outline: none;
  }
  header .site-header__bottom__center .main-navigation .handheld-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: fit-content;
    height: 100vh;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 0 5px grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 100vh;
    min-width: 250px;
    transition: ease-out 0.3s;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation {
    right: 0;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu {
    padding-inline-start: 0;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li {
    margin: 0;
    border-bottom: 1px solid #000;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li > a {
    color: #000000;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 0.85rem;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li > a:hover {
    color: #000000;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li .dropdown-toggle {
    padding: 0.8rem;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li .dropdown-toggle:focus {
    outline: none;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li .sub-menu {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li .sub-menu li {
    border-bottom: none;
  }
  header .site-header__bottom__center .main-navigation.toggled .handheld-navigation .menu li .sub-menu li > a {
    padding: 5px 0;
  }
  header .site-header__bottom__right .site-search #close-search {
    font-size: 1.2rem !important;
  }
  header .site-header__bottom__right .site-search .woocommerce-product-search input {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
  }
  header .site-header__bottom__right .site-search .woocommerce-product-search input::placeholder {
    font-size: 1.2rem !important;
  }
  header .site-header__bottom__right #cart-sidebar #cart-content #cart-close {
    font-size: 1rem !important;
  }
  header .site-header__bottom__right #cart-sidebar #cart-content p {
    font-size: 0.9rem !important;
  }
  header .site-header__bottom__right #cart-sidebar #cart-content .woocommerce-mini-cart-item img {
    margin-left: 10px;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact p {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.contact p::before {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.contact p.icon-pin {
  align-items: flex-start;
}
.contact a {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  white-space: pre;
}
.contact a::before {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 600px) {
  .contact {
    align-items: center;
  }
}
.socials {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.socials__link {
  margin: 0 1rem;
}
.socials__link::before {
  color: #114355;
  font-size: 1.5rem;
  transition: ease-out 0.5s;
}
.socials__link span {
  display: none;
}
.socials__link:hover::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
@media screen and (max-width: 600px) {
  .socials {
    justify-content: center;
  }
}
#copyrights {
  background: #114355;
  padding: 1rem;
}
#copyrights p {
  text-align: center;
  color: #ffffff;
  margin: 0;
}
#copyrights p a {
  text-decoration: underline;
  color: #ffffff;
}
.reassurance {
  background: rgba(135, 204, 212, 0.9);
}
.reassurance__list {
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}
.reassurance__single {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.reassurance__image {
  position: relative;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.reassurance__image::before {
  content: "";
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.reassurance__image img {
  width: 50px;
  height: 50px;
  filter: invert(18%) sepia(84%) saturate(437%) hue-rotate(155deg) brightness(40%) contrast(117%);
}
.reassurance__title {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1;
}
.reassurance__text {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .reassurance__list {
    flex-wrap: wrap;
  }
  .reassurance__single {
    flex: initial;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .reassurance__single {
    width: 100%;
  }
}
footer {
  background: rgba(237, 237, 237, 0.4);
}
footer .container {
  padding: 2.5rem 0;
}
footer .container .footer__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #114355;
}
footer .container .footer__links {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  footer .container .columns {
    flex-wrap: wrap;
  }
  footer .container .columns .column {
    flex: initial;
    width: 50%;
  }
  footer .container .columns .column .footer__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 600px) {
  footer .container .columns .column {
    width: 100%;
  }
  footer .container .columns .column .footer__title {
    text-align: center;
  }
  footer .container .columns .column .footer__links {
    align-items: center;
  }
}
body.tax-product_cat .woocommerce-products-header, body.post-type-archive .woocommerce-products-header {
  min-height: 400px;
  max-height: 400px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.tax-product_cat .woocommerce-products-header::before, body.post-type-archive .woocommerce-products-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  z-index: 1;
  opacity: 0.25;
}
body.tax-product_cat .woocommerce-products-header__banner, body.post-type-archive .woocommerce-products-header__banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
body.tax-product_cat .woocommerce-products-header__title, body.post-type-archive .woocommerce-products-header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 3rem;
  width: 100%;
  z-index: 2;
}
body.tax-product_cat .woocommerce-products-header #breadcrumbs, body.post-type-archive .woocommerce-products-header #breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  z-index: 2;
}
body.tax-product_cat .woocommerce-products-header #breadcrumbs > * p, body.tax-product_cat .woocommerce-products-header #breadcrumbs > * span, body.tax-product_cat .woocommerce-products-header #breadcrumbs > * a, body.post-type-archive .woocommerce-products-header #breadcrumbs > * p, body.post-type-archive .woocommerce-products-header #breadcrumbs > * span, body.post-type-archive .woocommerce-products-header #breadcrumbs > * a {
  color: #ffffff;
}
body.tax-product_cat .woocommerce-content, body.post-type-archive .woocommerce-content {
  margin: 1rem auto 3rem;
}
body.tax-product_cat .woocommerce-content .wocommerce-description, body.post-type-archive .woocommerce-content .wocommerce-description {
  margin-bottom: 1rem;
}
body.tax-product_cat .woocommerce-no-products-found, body.post-type-archive .woocommerce-no-products-found {
  margin-top: 2rem;
}
body.tax-product_cat .woocommerce-no-products-found .woocommerce-info, body.post-type-archive .woocommerce-no-products-found .woocommerce-info {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid #ff0000;
  border-left: 0.5rem #ff0000 solid;
  color: #ff0000;
  border-radius: 5px;
}
body.tax-product_cat .woocommerce-no-products-found .woocommerce-info::before, body.post-type-archive .woocommerce-no-products-found .woocommerce-info::before {
  color: #ff0000;
}
body.tax-product_cat .products, body.post-type-archive .products {
  margin-top: 1rem;
}
body.tax-product_cat .sub-product-section, body.post-type-archive .sub-product-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.tax-product_cat .sub-product-section .woocommerce-result-count, body.post-type-archive .sub-product-section .woocommerce-result-count {
  float: initial;
  padding: 0;
  margin: 0;
}
body.tax-product_cat .sub-product-section .woocommerce-ordering, body.post-type-archive .sub-product-section .woocommerce-ordering {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
body.tax-product_cat .sub-product-section .woocommerce-ordering button, body.tax-product_cat .sub-product-section .woocommerce-ordering select, body.post-type-archive .sub-product-section .woocommerce-ordering button, body.post-type-archive .sub-product-section .woocommerce-ordering select {
  padding: 0.5rem;
  border-color: #EDEDED;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.75);
  transition: ease-out 0.2s;
  font-size: 0.9rem;
}
body.tax-product_cat .post-product-section, body.post-type-archive .post-product-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
body.tax-product_cat .post-product-section .woocommerce-pagination ul.page-numbers, body.post-type-archive .post-product-section .woocommerce-pagination ul.page-numbers {
  box-shadow: 0px 0px 10px #EDEDED;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.tax-product_cat .post-product-section .woocommerce-pagination ul.page-numbers li, body.post-type-archive .post-product-section .woocommerce-pagination ul.page-numbers li {
  width: 40px;
  height: 40px;
  margin: 0 0.25rem;
}
body.tax-product_cat .post-product-section .woocommerce-pagination ul.page-numbers li .page-numbers, body.post-type-archive .post-product-section .woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #114355;
  transition: ease-out 0.2s;
  border-radius: 5px;
}
body.tax-product_cat .post-product-section .woocommerce-pagination ul.page-numbers li .page-numbers.current, body.post-type-archive .post-product-section .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #114355;
  color: #ffffff;
}
body.tax-product_cat .post-product-section .woocommerce-pagination ul.page-numbers li:hover a, body.post-type-archive .post-product-section .woocommerce-pagination ul.page-numbers li:hover a {
  background: #EDEDED;
  text-decoration: none;
}
body.tax-product_cat .wocommerce-description h2, body.post-type-archive .wocommerce-description h2 {
  margin: 1rem 0;
}
@media screen and (max-width: 530px) {
  body.tax-product_cat .sub-product-section {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }
  body.tax-product_cat .sub-product-section .woocommerce-ordering {
    margin: 1rem 0 0;
  }
}
.products {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.products .product {
  border: 1px solid #EDEDED;
  float: initial !important;
  width: calc(33.33% - 1rem) !important;
  margin: 0.5rem !important;
  padding: 1rem;
  transition: ease-out 0.2s;
}
.products .product img {
  margin: 0 0 1rem !important;
  width: 100%;
}
.products .product .woocommerce-loop-product__title {
  font-size: 1.5rem !important;
  font-weight: 500;
  color: #114355;
}
.products .product:hover {
  box-shadow: 0px 0px 10px #6B919E;
}
.products .product:hover a {
  text-decoration: none;
}
.products .product .added_to_cart {
  background: rgba(135, 204, 212, 0.9);
  border-radius: 10px !important;
  color: #ffffff !important;
  transition: ease-out 0.2s !important;
  padding: 0.7rem 2rem !important;
  font-size: 0.95rem !important;
  margin-top: 0.5rem;
}
.products .product .added_to_cart:hover {
  background: rgba(135, 204, 212, 0.6);
}
.products.related {
  display: initial;
}
.products.related h2 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 900px) {
  .products .product .woocommerce-loop-product__title {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .products .product {
    width: calc(50% - 1rem) !important;
  }
  .products.related > h2 {
    text-align: center;
    margin: 2rem 0 1rem;
  }
}
@media screen and (max-width: 530px) {
  .products .product {
    width: calc(100% - 1rem) !important;
  }
}
.wc-block-grid__product-onsale {
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-color: #6B919E;
}
.wc-block-grid__product-onsale span {
  font-weight: 700;
  color: #6B919E;
}
.single-product .woocommerce-message, .single-product .woocommerce-info, .single-product .woocommerce-noreviews, .single-product p.no-comments {
  background-color: #87CCD4;
  display: block;
  margin: 0 auto;
  width: 1170px;
  max-width: 96%;
}
.single-product .woocommerce-error {
  display: block;
  margin: 0 auto;
  width: 1170px;
  max-width: 96%;
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid #ff0000;
  border-left: 0.5rem #ff0000 solid;
  color: #ff0000;
  border-radius: 5px;
}
.single-product .woocommerce-error::before {
  color: #ff0000;
}
.single-product .woocommerce-error li {
  margin-bottom: 0;
}
.single-product .woocommerce-error li .button:hover {
  text-decoration: none;
}
.single-product .product {
  margin-top: 2rem;
}
.single-product .product .onsale {
  margin-bottom: 0;
  color: #ffffff;
  background: #87CCD4;
  border-color: #87CCD4;
  padding: 0.5rem 1.5rem 0.3rem;
}
.single-product .product .summary .price {
  margin: 1rem 0;
}
.single-product .product .summary .price del {
  text-decoration: none;
  position: relative;
}
.single-product .product .summary .price del::before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
}
.single-product .product .summary .price del bdi, .single-product .product .summary .price del .woocommerce-Price-currencySymbol {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.single-product .product .woocommerce-product-gallery img {
  margin: 0;
  width: 100%;
  transform: initial;
  cursor: initial;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  text-decoration: none;
}
.single-product .product .woocommerce-product-gallery div.flex-viewport {
  margin-bottom: 2px;
}
.single-product .product .woocommerce-product-gallery .zoomImg {
  display: none !important;
  z-index: -1;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
  margin: 2px !important;
  flex: 1;
  max-width: calc(20% - 4px);
  min-width: calc(20% - 4px);
  width: initial;
  margin-right: initial;
  float: initial;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs {
  float: initial;
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top: none;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li {
  flex: 1;
  padding: 0.5rem;
  margin: 0;
  position: relative;
  border-bottom: none;
  text-align: center;
  transition: ease-out 0.2s;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li::before {
  content: "";
  width: 0;
  height: 3px;
  background: #87CCD4;
  transition: ease-out 0.2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li:not(.active) a {
  color: rgba(0, 0, 0, 0.6);
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li.active {
  color: #000000;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li.active a {
  font-weight: 500;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li.active::before {
  width: 200px;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li a {
  white-space: nowrap;
  padding: 0;
  text-decoration: none !important;
  transition: ease-out 0.2s;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li::after {
  content: none;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li:hover a {
  color: #000000;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  width: 100%;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.tabs li.active:before {
    width: 100%;
  }
}
body .site-main {
  padding-top: 0 !important;
}
body .site-main .type-page {
  padding: 0;
}
body .site-main .type-page .slider_home .slick-list, body .site-main .type-page .slider_home .slick-track {
  height: 500px;
}
body .site-main .type-page .slider_home .slick-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body .site-main .type-page .entry-content {
  max-width: 100%;
  text-align: initial;
  margin: 0;
}
body .site-main .type-page .entry-content section.home-first {
  padding: 0;
}
body .site-main .type-page .entry-content section.home-second .slogan-homepage {
  font-size: 12rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  -webkit-transform: translate(-50%, 25%);
  -moz-transform: translate(-50%, 25%);
  -ms-transform: translate(-50%, 25%);
  -o-transform: translate(-50%, 25%);
  line-height: 0.5;
  letter-spacing: 0.05em;
  color: white;
  opacity: 0.18;
  text-shadow: -1px 0 #376678, 0 1px #376678, 1px 0 #376678, 0 -1px #376678;
  text-transform: uppercase;
  z-index: -1;
  display: none;
}
body .site-main .type-page .entry-content section.home-third {
  padding-top: 7rem;
  display: none;
}
body .site-main .type-page .entry-content section.home-fourth {
  display: none;
}
body .site-main .type-page .entry-content section.home-fourth .wc-block-grid__products .wc-block-grid__product {
  max-width: calc(25% - 1rem);
}
body .site-main .type-page .entry-content section.home-sixth .wp-block-columns .wp-block-column:last-of-type {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
body .site-main .type-page .entry-content section.home-sixth .wp-block-columns .wp-block-column:last-of-type .wp-block-image:last-of-type {
  margin: 10rem -5rem 0 0 !important;
}
body .site-main .type-page .entry-content section.home-sixth .slogan-homepage {
  font-size: 12rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  line-height: 0.5;
  letter-spacing: 0.05em;
  color: white;
  opacity: 0.18;
  text-shadow: -1px 0 #376678, 0 1px #376678, 1px 0 #376678, 0 -1px #376678;
  text-transform: uppercase;
  z-index: -1;
}
body .site-main .type-page .entry-content section.home-seventh h3 {
  text-transform: capitalize;
  margin: 1rem 0 -0.5rem;
  color: #6B919E;
}
@media screen and (max-width: 992px) {
  body .site-main .type-page .slider_home .slick-list, body .site-main .type-page .slider_home .slick-track {
    height: 400px;
  }
  body .site-main .type-page .entry-content section.home-first h1 {
    font-size: 2.5rem;
  }
  body .site-main .type-page .entry-content section.home-second .wp-block-buttons {
    justify-content: center;
  }
  body .site-main .type-page .entry-content section.home-fifth img {
    min-height: 350px;
    object-fit: cover;
    object-position: center;
  }
  body .site-main .type-page .entry-content section.home-sixth .wp-block-buttons {
    justify-content: center;
  }
  body .site-main .type-page .entry-content section.home-sixth .slogan-homepage {
    font-size: 6rem;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
  }
  body .site-main .type-page .entry-content section.home-seventh .wp-block-columns {
    flex-direction: row;
    flex-wrap: wrap !important;
  }
  body .site-main .type-page .entry-content section.home-seventh .wp-block-columns .wp-block-column {
    width: 50%;
    padding: 1rem !important;
    flex-grow: initial !important;
    flex-basis: initial !important;
  }
}
@media screen and (max-width: 600px) {
  body .site-main .type-page .slider_home .slick-list, body .site-main .type-page .slider_home .slick-track {
    height: 300px;
  }
  body .site-main .type-page .entry-content section.home-fifth img {
    min-height: 250px;
  }
  body .site-main .type-page .entry-content section.home-sixth .slogan-homepage {
    font-size: 3.5rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  body .site-main .type-page .entry-content section.home-seventh .wp-block-columns {
    flex-direction: column;
  }
  body .site-main .type-page .entry-content section.home-seventh .wp-block-columns .wp-block-column {
    width: 100%;
    padding: 1.5rem 1rem !important;
  }
}
body section.category {
  padding-top: 0;
}
body section.category h1 {
  text-align: center;
  margin: 2rem 0;
}
body section.category .pageList {
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
body section.category .pageList .blog_cta {
  padding: 0.5rem;
  margin: 0.5rem;
  min-width: calc(33% - 1rem);
  max-width: calc(33% - 1rem);
  border: 1px solid #EDEDED;
  transition: ease-out 0.2s;
}
body section.category .pageList .blog_cta:hover {
  box-shadow: 0px 0px 10px #6B919E;
  text-decoration: none;
}
body section.category .pageList .blog_cta_content h2 {
  font-size: 1.5rem !important;
  margin: 1rem 0;
  text-align: center;
}
body section.category .pageList .blog_cta_content_read {
  text-align: center;
}
body section.category .pageList .blog_cta_content_read:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  body section.category .pageList {
    flex-wrap: wrap;
  }
  body section.category .pageList .blog_cta {
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  body section.category .pageList .blog_cta_content_read:hover {
    text-decoration: initial;
  }
}
@media screen and (max-width: 600px) {
  body section.category .pageList .blog_cta {
    min-width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
}
body.single .post_content h1 {
  margin: 2rem 0;
  text-align: center;
}
body.single .post_content p + h2, body.single .post_content h2 {
  margin: 1.5rem 0;
}
body.single .post_nav {
  margin: 3rem 0 1rem;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
body.single .post_nav a:hover {
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  body.single .post_nav {
    align-content: center;
    justify-content: initial;
    flex-direction: column;
    flex-wrap: wrap;
  }
  body.single .post_nav a {
    flex: 1;
    margin-bottom: 1rem;
    text-align: center;
  }
}
body.page section#post-67 {
  padding-top: 0;
}
body.page section .entry-header {
  text-align: center;
}
body.page section .wp-block-columns {
  margin-bottom: 0;
}
body.page section.page-second .wp-block-columns .wp-block-column:last-of-type {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
body.page section.page-second .wp-block-columns .wp-block-column:last-of-type .wp-block-image:last-of-type {
  margin: 10rem -5rem 0 0 !important;
}
@media screen and (max-width: 992px) {
  body.page section {
    padding: 1.5rem 0;
  }
}
body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p {
  width: 100%;
}
body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p span {
  width: 100%;
}
body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p span input, body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p span textarea {
  width: 100%;
  background: #ffffff;
  color: #000000;
  padding: 1rem;
  border: 1px solid #114355;
  box-shadow: 2px 2px 3px #114355;
}
body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p span input::placeholder, body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p span textarea::placeholder {
  color: #000000;
}
body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p input[type="submit"] {
  background-color: #114355 !important;
  border-color: #114355 !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  transition: ease-out 0.2s !important;
  padding: 0.7rem 2rem !important;
  font-size: 0.95rem !important;
  margin-top: 0.75rem;
}
body.page section.contact .wp-block-columns .wp-block-column:first-of-type .contact_group p input[type="submit"]:hover {
  background-color: #6B919E !important;
  border-color: #6B919E !important;
}
body.page section.contact .wp-block-columns .wp-block-column:last-of-type img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  body.page section.contact .wp-block-columns {
    flex-direction: initial;
    flex-wrap: nowrap;
  }
}
body.woocommerce-cart .entry-header {
  padding-bottom: 2rem !important;
}
body.woocommerce-cart .woocommerce-cart-form table thead th {
  background: rgba(135, 204, 212, 0.9);
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form table:not(.has-background) tr {
  line-height: 3.5;
}
body.woocommerce-cart .woocommerce-cart-form table:not(.has-background) tr td {
  background: #ffffff;
  padding: 0.5rem;
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form table:not(.has-background) tr td input {
  background: #ffffff;
  color: #000000;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid #114355;
  box-shadow: 2px 2px 3px #114355;
  border-radius: 10px;
}
body.woocommerce-cart .woocommerce-cart-form table:not(.has-background) tr td input::placeholder {
  color: #000000;
}
body.woocommerce-cart .cart_totals .shop_table:not(.has-background) th {
  background: rgba(135, 204, 212, 0.9);
}
body.woocommerce-cart .cart_totals a, body.woocommerce-cart .cart_totals a:hover {
  text-decoration: none;
}
body.woocommerce-checkout .entry-header {
  padding-bottom: 2rem !important;
}
body.woocommerce-checkout .wc-block-components-notice-banner {
  margin: 5px 0;
}
body.woocommerce-checkout form.checkout p span input, body.woocommerce-checkout form.checkout p span textarea {
  width: 100%;
  background: #ffffff;
  color: #000000;
  padding: 1rem !important;
  border: 1px solid #114355 !important;
  box-shadow: 2px 2px 3px #114355 !important;
}
body.woocommerce-checkout form.checkout p span input::placeholder, body.woocommerce-checkout form.checkout p span textarea::placeholder {
  color: #000000;
}
body.woocommerce-checkout table:not(.has-background) th {
  background: rgba(135, 204, 212, 0.9);
}
body.woocommerce-checkout .wc_payment_method {
  background-color: rgba(135, 204, 212, 0.9) !important;
}
body.woocommerce-checkout .wc-backbone-modal-main {
  padding: 0 !important;
}
body.woocommerce-checkout .wc-backbone-modal-main .modal-close {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-checkout .wc-backbone-modal-main .wms_pickup_modal_address {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  width: initial;
}
body.woocommerce-checkout .wc-backbone-modal-main .wms_pickup_modal_address > div {
  margin: 5px;
}
body.page-id-11 .woocommerce-thankyou-order-details {
  background-color: rgba(17, 67, 85, 0.2);
  border-radius: 10px;
  padding: 0 1rem;
}
body.page-id-11 .woocommerce-thankyou-order-details:before, body.page-id-11 .woocommerce-thankyou-order-details:after {
  content: none;
}
body.page-id-11 .woocommerce-thankyou-order-details li:not(:last-of-type) {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  body.woocommerce-cart .woocommerce-cart-form table button {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce-cart-form table td.actions .coupon {
    padding-bottom: 0em;
    margin-bottom: 0.5rem;
    border-bottom: none;
  }
}
.columns {
  display: flex;
  flex-direction: row;
}
.columns .column {
  padding: 1rem;
  flex: 1;
}
div.wp-block-columns {
  gap: 0 !important;
}
div.wp-block-columns > .wp-block-column {
  padding: 0.5rem !important;
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  div.wp-block-columns {
    flex-direction: column;
  }
  div.wp-block-columns.reverse-col {
    flex-direction: column-reverse;
  }
  div.wp-block-columns > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    padding: 1rem 0.5rem !important;
  }
}
a.button, a.button.alt, button.button, button.button.alt {
  background-color: #114355 !important;
  border-color: #114355 !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  transition: ease-out 0.2s !important;
  padding: 0.7rem 2rem !important;
  font-size: 0.95rem !important;
}
a.button:hover, a.button.alt:hover, button.button:hover, button.button.alt:hover {
  background-color: #6B919E !important;
  border-color: #6B919E !important;
}
.wp-block-button {
  margin: 1.5rem 0 !important;
}
.wp-block-button__link {
  background-color: #114355 !important;
  border-color: #114355 !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  transition: ease-out 0.2s !important;
  padding: 0.7rem 2rem !important;
  font-size: 0.95rem !important;
}
.wp-block-button__link:hover {
  background-color: #6B919E !important;
  border-color: #6B919E !important;
}
body h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #376678;
  margin: 3rem 0 1rem;
}
body h2 {
  font-size: 2rem !important;
  font-weight: 500 !important;
  color: #376678;
}
figure.wp-block-image {
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=main.css.map */