
html {
  background: none !important;
  min-width: 0 !important;
}
body {
  background-color: #0d1e25;
}
a {
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.mce-content-body:not(.blocks_editor) {
   background: #0d1e25 !important;
}
* {
  font-variant-ligatures: none;
}
.button {
  font-weight: 600;
  font-size: 17px;
}
#mmenu > .navbar-item {
  margin-left: 12px;
}
.navbar-item.mobile_only {
  display: none;
}
.navbar-item img {
    max-height: 2rem;
}
.navbar-item .button {
  height: auto;
  padding: 0.4rem 1.5rem;
  margin-left: 10px;
}
.navbar-dropdown .navbar-item {
  color: #0d1e25;
  font-size: 1.1em;
}
.navbar-dropdown .navbar-item.is-active {
  color: #0d1e25 !important;
}
.navbar-dropdown .navbar-item:hover {
  background-color: #f8f5ff !important;
  color: #0d1e25 !important;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, li:last-child {
  margin-bottom: 0;
}
.content p {
  font-size: 19px;
  font-weight: 500;
}
.content h1,
h1.title,
.content h2,
h2.title,
.content h3,
h3.title,
.content h4,
h4.title {
  color: #ffffff;
  font-family: "Inter", serif;
  font-weight: 700;
}
.content h1 { font-size: 70px; }
.content h2 { font-size: 50px; }
.content h3 { font-size: 40px }
.content h4 { font-size:1.5rem }
.content > *:last-child {
  margin-bottom: 0;
}

/*.content h1,
h1.title {
  letter-spacing: -0.8px;
}*/
/*
section.grad_header h1,
section.grad_header .h1,
section.grad_header h2,
section.grad_header .h2 {
  background-color: #5CDB95;
  background-image: linear-gradient(45deg, #5CDB95, #5cdbdb);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}*/

.is-static {
  position: static;
}

.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fields .field {
  width:  100%;
}
.fields .field.field_id_1,
.fields .field.field_id_2,
.fields .field.field_id_3,
.fields .field.field_id_4 {
  width:  48%;
}
.fields .field.required > label:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #f14668;
}

.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.video-container {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #ccc;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a.navbar-item, .navbar-link {
  /* font-family: "DIN Next", serif; */
  /* font-weight: 600; */
  /* letter-spacing: 0.2px; */
  /* font-size: 16px; */
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: #e1e1e1;
}
section.header .navbar-link:hover,
section.header .navbar-item:hover {
  color: #fff;
}

/*.navbar-item:first-child {
  padding-left: 0;
}
.navbar-item:last-child {
  padding-right: 0;
}*/

section.header .navbar-link.mobile_only,
section.header a.navbar-item.mobile_only {
  display: none;
}

.msg {
  position: absolute;
  top: 100px;
  left: 11px;
  z-index: 10;
}

.field_type_heading+.field_type_label {
  margin-top: -10px;
}

.mm-menu {
  background-color: #5CDB95;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #fff;
  padding: 12px 10px 12px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #fff;*/
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #5CDB95;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

.announcer p a {
  border-bottom: 1px dotted #fff;
}
.announcer .socials {
  position: relative;
  bottom: -2px;
}

.grad-purp-light {
  background-image: linear-gradient(to right, #dee3ff, #dce4ff, #dae6ff, #d8e7ff, #d7e8ff, #d6e9ff, #d5ebff, #d4ecff, #d2eeff, #d1f0ff, #d0f1ff, #cff3ff);
}
.grad-purp-dark {
  background-image: linear-gradient(to right, #4b89c8, #408fca, #3695ca, #2f9bc9, #2ca0c8);
}

.arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content:  "\f178";
  font-weight: 300;
  font-size: 1.7rem;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
  right:  0;
  transition: all .5s ease;
  cursor: pointer;
}
.arrow:hover:before {
  right: -2px;
}

main {
  background: #fff;
}

section.section {
  overflow: hidden;
  /* padding-left: 0; */
  /* padding-right: 0; */
}
section.section > section.section {
  padding: 0 !important;
  background: none !important;
}

section:not(.plain_image) .content img,
section .block_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  /* max-height: 560px; */
  /* box-shadow: 0px 4px 21px 0px #a5accd87; */
  overflow: hidden;
  /* margin: 20px; */
}
section .block_image:not(.show_img) img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}

section.sticky_text .columns {
  align-items: flex-start !important;
  justify-content: space-between !important;
}
section.sticky_text .column-content {
  position: sticky;
  top: 0;
  padding-top: 3rem;
}

section.border_top {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.border_bottom {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.notification.is-sentModal {
  padding: 0 !important;
}
.notification.is-sentModal > button {
  display: none;
}

.navbar-burger {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none !important;
  flex-shrink: 0;
}
.navbar-burger span {
  width: 100%;
  position: static;
}

/*********/

section ul.ticks {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
section ul.ticks li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  width: 49%;
  margin-top: 0;
}
section ul.ticks li:before {
  /* color: #fff; */
  background-image: url("data:image/svg+xml,%3Csvg class='is-light mr-3' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235CDB95' style='width: 24px;height: 24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}

section.modal {
  background: transparent !important;
}
section.modal .container {
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0;
  position: static;
}
section.modal h2 {
  font-size: 2.6rem;
}

section.editorial .container {
  max-width: 860px !important;
}

section .zoom {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s;
}
section .zoom:hover {
  transform: scale(1.1);
}

section.header {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  right: 0;
  z-index: 50;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(13,30,37,0.42482930672268904) 100%);
}
/*#home section.header {
  position: absolute;
}*/
section.header nav > ul > li {
  margin-right: .75rem;
}
section.footer {
  position: relative;
  /*border-top: 1px solid hsla(0,0%,100%,.1);*/
}
section.footer:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 1rem;
  left: 0;
  right: 0;
  top: -1rem;
  background-image: linear-gradient(45deg, #5cdb95 10%, #0d1e25 10%, #0d1e25 50%, #5cdb95 50%, #5cdb95 60%, #0d1e25 60%, #0d1e25 100%);
  background-size: 10.00px 10.00px;
}
section.footer a.navbar-item,
section.footer .navbar-link {
  color: #5CDB95;
  font-size: 16px;
}
section.footer .logo {
  height: 2.1rem;
  display: block;
}
section.footer .logo img {
  max-height: 100%;
}
section.footer .navbar-link:after,
section.footer .navbar-item .navbar-dropdown {
  display: none !important;
}
section.footer .navbar-item:hover {
  color: #5CDB95 !important;
}
section.footer .navbar-link {
  padding-right: 1.5rem;
}
section.footer .copyright {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.footer .copyright small {
  display: block;
  font-size: .775em;
}

section.hero {
  background-size: cover;
  background-position: center;
  position: relative;
}
section.hero .container {
  position: relative;
  z-index: 10;
}
section.hero .hero-body {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 87%)); */
  /* align-items: flex-end !important; */
  /* padding-left: 0; */
  /* padding-right: 0; */
}
body:not(#home) section.hero .hero-body .container {
  /*position: relative;*/
  /*bottom: -30px;*/
  /* max-width: 900px !important; */
  /*padding-right: 20%;*/
}
section.hero .title.is-1,
section.hero h1 {
  /*font-size: 4.3rem;*/
  /*text-shadow: 0px 0px 40px #cfbeffc2;*/
}
section.hero h2:not(:last-child),
section.hero h1:not(:last-child) {
  margin-bottom: 0.2em;
}
section.hero p {
  /* font-size: 20px; */
  /* opacity: 0.9; */
}

section.hero .title.is-1+p,
section.hero h1+p {
  /*opacity: 0.75;*/
}
section.hero .button {
  margin-top: 2px;
}

section.hero .scroll-me {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  bottom: 1rem;
  display: none;
}
#home section.hero .scroll-me {
  display: block;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
section.hero .duotone video {
  opacity: 0.7;
}

:root {
  --base:              #5cdb95;
  --bg-blend:          multiply;
  --blur:              0px;
  --fg-blend:          lighten;
  --foreground:        #0d1e35;
  --opacity:           1;
  --spacing:           1%;
}
.duotone {
  background-color: var(--base);
  /* display: flex; */
  /* flex: 1 1 100%; */
  height: 100%;
  overflow: hidden;
  /* padding: var(--spacing); */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.duotone video,
.duotone img {
  filter: grayscale(100%) contrast(1) blur(var(--blur));
  /* flex: 1 0 100%; */
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  object-fit: cover;
  opacity: var(--opacity);
  position: relative;
  width: 100%;
}
.duotone:before {
  background-color: #0d1e25;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

video+.duotone {
  background-color: #49be7d;
}


#home section.hero .button {
  margin-top: 20px;
}
section.hero .button+.button {
  margin-left: 12px;
}
#home section.hero h2,
#home section.hero h1,
#home section.hero p {
  /*width: 60%;*/
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  text-shadow: 0 0 130px #0d1e2587;
}
#home section.hero p {
  margin-bottom: 1rem !important;
}
#home section.hero p:last-child {
  /* width: 100%; */
  /* white-space: nowrap; */
  margin-bottom: 0 !important;
}
#home section.hero h1:after {
  content: '';
  display: block;
  width: 160px;
  height: 1rem;
  background-image: linear-gradient(45deg, #5cdb95 10%, #0d1e2500 10%, #0d1e2500 50%, #5cdb95 50%, #5cdb95 60%, #0d1e2500 60%, #0d1e2500 100%);
  background-size: 10.00px 10.00px;
  margin: 1.2rem 0 1.7rem 0;
}

#home section.hero .duotone {
  display: none;
}

#contact-us section.block_type_text_form .columns {
  align-items: flex-start !important;
}
#contact-us section.block_type_text_form .socials {
  margin-top: 50px;
}
#contact-us section.block_type_text_form .socials a {
  color: #fff !important;
  background: #5CDB95;
  width: 45px;
  height: 45px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

#home section.block_type_cta .cta-image,
section.block_type_image_text .column-image,
section.block_type_text_image .column-image {
  position: relative;
  padding: 0;
}
#home section.block_type_cta .cta-image .image,
section.block_type_image_text .column-image .block_image,
section.block_type_text_image .column-image .block_image {
  position: relative;
  z-index: 5;
}
#home section.block_type_cta .cta-image:before,
section.block_type_image_text .column-image:before,
section.block_type_text_image .column-image:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #5cdb95 10%, #0d1e25 10%, #0d1e25 50%, #5cdb95 50%, #5cdb95 60%, #0d1e25 60%, #0d1e25 100%);
  background-size: 10.00px 10.00px;
}

section.block_type_image_text .column-image:before {
  right: -1rem;
}
section.block_type_text_image .column-image:before {
  left: -1rem;
}

#home section.block_type_cta .cta-image:before {
  right: -0.75rem;
  bottom: -0.75rem;
}

section.block_type_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  align-items: center;
  justify-content: center;
}
section.block_type_gallery .gallery .gallery_image {
  filter: grayscale(100%);
  width: 13%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  margin: 25px 0;
  opacity: 0.6;
}
section.block_type_slider .gallery_image {
  /*filter: grayscale(100%);*/
  /*width: 13%;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  margin: 25px 0;
  /*opacity: 0.6;*/
}

section.block_type_slider .owl-theme .owl-dots {
  position: relative;
  bottom: -2rem;
}

section.block_type_testimonials_slider {
  overflow: hidden;
}
section.block_type_testimonials_slider .video-col a {
  display: block;
  position: relative;
  margin: 20px;
}
section.block_type_testimonials_slider .quote-col .quote p {
  font-size: 1.2em;
  font-weight: 500;
  /* opacity: 0.6; */
  color: #353384;
}
section.block_type_testimonials_slider .quote-col .quote p:first-child:before {
  content: "\201C";
  opacity: 0.2;
}
section.block_type_testimonials_slider .quote-col .quote p:last-child:after {
  content: "\201D";
  opacity: 0.2;
}
section.block_type_testimonials_slider .quote-col .name {
  margin-top: 20px;
  color: #676ec3;
  font-style: italic;
}
section.block_type_testimonials_slider .owl-dots {
  margin-top: 50px;
  margin-bottom: -20px;
}
section.block_type_testimonials_slider .owl-theme .owl-stage-outer {
  overflow: visible;
}
section.block_type_testimonials_slider .owl-theme .owl-dots .owl-dot span {
  background: #5CDB95;
  opacity: .2;
}
section.block_type_testimonials_slider .owl-theme .owl-dots .owl-dot.active span,
section.block_type_testimonials_slider .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
section.block_type_testimonials_slider .owl-theme .owl-item {
  opacity: .35;
  transition: opacity .2s ease;
}
section.block_type_testimonials_slider .owl-theme .owl-item.active {
  opacity: 1;
}


section .card.article {
  display: block;
}
section .card.article:hover {
  color: inherit;
}
section .card.article .image {
  overflow: hidden;
  border-radius: 0;
}
section .card.article .image img {
  object-fit: cover;
  transition: transform .2s ease;
}
section .card.article:hover img {
  transform: scale(1.06);
}
section .card.article .content {
  font-size: .9em;
  /* color: #fff; */
}
section .card.article .content .arrow {
  color: #5CDB95;
}

section.block_type_article_content .article_image {
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
}
section.block_type_article_content .article_image:before {
  content: '';
  position: absolute;
  z-index: 3;
  /*width: 100%;*/
  height: 100%;
  bottom: -0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #5cdb95 10%, #0d1e25 10%, #0d1e25 50%, #5cdb95 50%, #5cdb95 60%, #0d1e25 60%, #0d1e25 100%);
  background-size: 10px 10px;
}
section.block_type_article_content .article_image .block_image {
  position: relative;
  z-index: 10;
}


section.block_type_article_hero {
  overflow: hidden;
}
section.block_type_article_hero h1,
section.block_type_article_hero h2,
section.block_type_article_hero p {
  color: #fff;
  text-shadow: 0 0 80px #0d1e25;
}
section.block_type_article_hero .duotone {
    filter: blur(4px);
    transform: scale(1.1);
}

section.book .container {
  max-width: 100%;
  width: 100%;
}
section.book iframe {
  width: 100%;
  height: 1000px;
}

section.block_type_blog_hero .search {
  position: relative;
  margin-top: -10px;
}
section.block_type_blog_hero .search .button {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
}
section.block_type_blog_hero .search input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #fff;
}
section.block_type_blog_hero .search input:active,
section.block_type_blog_hero .search input:focus {
  border-color: #7f52ff;
}
section.block_type_blog_hero .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}
section.block_type_blog_hero .search input:-moz-placeholder {
  color: rgba(255, 255, 255, .5);
  opacity: 1;
}
section.block_type_blog_hero input::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
  opacity: 1;
}
section.block_type_blog_hero input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

section.block_type_cta .modal .modal-background {
  background: #0d1e25e8;
}
section.block_type_cta .modal .modal-content.box {
  background: #132229;
  width: 620px;
  max-width: calc(100% - 46px);
}

#home section.block_type_cta .title.is-4 {
  font-size: 1.9rem;
  margin-bottom: 0.4rem;
}
#home section.block_type_cta .cta-content {
  margin-top: 2.4rem;
}
#home section.block_type_cta .cta-image .duotone {
  display: none;
}

.modal .box {
  background: #132228;
}

section .usps {
  width: 110%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* gap: 1.2rem; */
  justify-content: space-between;
}
section p.usp {
  width: calc(25% - 1rem);
  display: inline-block;
  color: #5CDB95;
  text-align: center;
  font-size: 14px;
  margin: 0 !important;
  padding: 1rem 0;
}
section p.usp img {
  border-radius: 0;
  height: 40px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
section p.usp strong {
  font-weight: 500;
  /* font-size: 0.9rem; */
  /* line-height: 0.6; */
  /* padding: 0 9px; */
  text-align: center;
}

.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #333333;text-decoration:none;background-color:#fff;border: none;font-weight: 400;border-radius: 0;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #383e41;border-color: #383e41;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.footer .socials {
  display: flex;
}
.socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #67594a; */
  font-size: 1.4rem;
}


section.block_type_icon_content .cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.6rem;
  border: 1px solid hsla(0,0%,100%,.1);
}
section.block_type_icon_content .cta:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.block_type_icon_content .cta .top_section,
section.block_type_icon_content .cta .bottom_section {
  position: absolute;
/*  top: 0;*/
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  transition: bottom .4s ease;
}
section.block_type_icon_content .cta .top_section {
  display: flex;
  flex-direction: column;
}
section.block_type_icon_content .cta .top_section .block_image {
  background-size: auto 47%;
  height: 100%;
}
section.block_type_icon_content .cta .top_section .details {
  flex-shrink: 0;
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.block_type_icon_content .cta .bottom_section {
  bottom: -100%;
/*  padding: 2rem;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
section.block_type_icon_content .cta:hover .top_section {
  bottom: 100%;
}
section.block_type_icon_content .cta:hover .bottom_section {
  bottom: 0;
}