@charset "UTF-8";
*, *:before, *:after { -ms-box-sizing: border-box; box-sizing: border-box; }
:root {
  font-size: clamp(1rem, 0.8rem + 1vw, 1.25rem);
  --bg: #F1F1F1;
  --txt: #3f3f48;
  --bdr-color: #CCC;
  --bdr: #444;
}
/* --- Custom mini reset ---------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol , ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* -------------------------------------------------------------------- */
html, body { width: 100%; min-height: 100%; }
body { font-family: 'open_sanslight'; font-weight: 300; font-size: 100%; background-color: var(--bg); /* 16px = 1rem */ height: 100%!important; -webkit-font-smoothing: antialiased; color: var(--txt); margin: 0 auto 1rem auto; padding: 0; position: relative; overflow-x: hidden; overflow-y: scroll; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

a, a:visited { color: #336699; }

h1, h2, h3, hF1F1F14, h5, h6 { }
h1 { font-size: 2rem; }
h2 { font-size: clamp(0.625rem, 3vw, 1.2rem); margin: 1rem 0 0.5rem 0; }
h3 { font-size: 1.25rem; color: #444; text-align: left; padding: 0; margin: 0; }
h3 small { font-size: 1rem; display: block; margin-top: 0.25rem; }
h4 { font-size: 1.25rem; color: #FFF; background: #444; text-align: left; padding: 0.5rem 0.75rem; margin: 1rem 0; }

.bg-pad { display: inline; font-size: 1.25rem; padding: 0.1rem 0.75rem; line-height: 1.75; color: #fff; background: rgba(0, 0, 0, 0.5); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
article, figure, section { position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; background-color: transparent; }

span.ico { font-family: 'ui_v1'; }

.data_block p { line-height: 1.5; }
em { color: #A00; }
.terms { padding: 1rem 0; }
header { display: block; position: relative; width: 100%; overflow: hidden; padding: 2rem 0; margin: 0 0 1rem 0; overflow: hidden; height: 10rem; }

.bg-image { opacity: 0.5; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; background: url('./assets/remember.webp') no-repeat center center; background-size: cover; filter: blur(8px) saturate(0.5); -webkit-filter: blur(8px) saturate(0.5); z-index: -1; }

.header-image { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; z-index: 2; }

/* ------------------------------------------------------------------------- */
.fluid-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(clamp(10rem, 30%, 20rem), 1fr)); grid-template-rows: repeat(auto-fit, minmax(clamp(5rem, 10%, 10rem), 1fr)); gap: 1rem; margin-bottom: 1em; }
/* ------------------------------------------------------------------------- */

video { display: block; width: 100%; height: 100%; object-fit: contain; }
.respond { display: block; width: 100%; height: 100%; object-fit: cover; }
.fit { display: block; width: auto; height: 100%; object-fit: contain; }

/* ------------------------------------------------------------------------- */
/*.layout { display: grid; grid-template-columns: repeat(auto-fill, minmax(clamp(10em, 30%, 20em), 1fr)); grid-template-rows: repeat(auto-fill, minmax(clamp(10em, 30%, 20em), 1fr)); gap: 1em; margin-bottom: 1em; height: auto; }
.layout > * {  overflow: hidden; position: relative; padding: 1rem; }
.layout audio { position: absolute; bottom: 0; left: 0; width: 100%; height: 2rem; z-index: 100; }
.layout .half { grid-column: span 2; }
.layout .box { grid-column: span 2; grid-row: span 2; }*/
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
.layout { width: 100%; height: 100%; display: grid; /*grid-auto-flow: dense;*/ grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: min-content; grid-gap: 0.5rem; margin: 0.5rem auto 0 auto; overflow: hidden; }
.layout > * { border: 0; outline: 0; border: none; outline: none; grid-area: span 1/span 1; position: relative; height: auto; }
.layout .wide { grid-area: span 1/span 2; }
.layout .tall { grid-area: span 2/span 1; }
.layout .wider { grid-area: span 1/span 3; }
.layout .widest { grid-area: span 1/span 4; }
.layout .tallest { grid-area: span 4/span 1; }
.layout .taller { grid-area: span 3/span 1; }
.layout .box { grid-area: span 2/span 2; }
.layout .item { grid-area: span 1/span 1; }
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- */
.flex-centered { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.flex-centered-left { display: flex; align-items: flex-start; justify-content: flex-start; width: 100%; height: 100%; }
.flex-centered-right { display: flex; align-items: right; justify-content: right; width: 100%; height: 100%; }
.flex-centered-to-bottom { display: flex; align-items: flex-end; justify-content: center; width: 100%; height: 100%; }
.txt-style1 { color: #FFF; text-shadow: 3px 3px #000; }
.limit { display: inherit; width: 90%; max-width: 960px; margin-left: auto; margin-right: auto; }
/* ------------------------------------------------------------------------- */

/*@media (min-width: 480px) and (max-width: 1024px) {
  p { font-size: calc(14px + (18 - 14) * ( (100vw - 480px) / ( 1024 - 480) )); }
}
@media (min-width: 1025px) {
  p { font-size: 1.13em; margin: 0 0 1rem 0; }
}*/

iframe { display: block; margin: 0 auto 1rem auto; }

.video-container { display: block; margin: 0 auto; width: 90%; max-width: 960px; height: 100%; aspect-ratio: 16 / 9; z-index: 5; border: 2px solid #FFF; opacity: 1; }
.video-container video { opacity: 1; display: block; width: 100%; height: 100%; object-fit: cover; }

figure { display: flex; flex-flow: row wrap; align-items: flex-end; justify-content: flex-end; width: 100%; height: 100%; margin: 0; padding: 0; background-size: cover; background-repeat: no-repeat; background-position: center center; overflow: hidden; }
figure figcaption { display: block; padding: 0 0.5rem 0.5rem 0.5rem; margin: 1rem 0 0 0; }

.icon { display: inline-block; width: clamp(1rem, 3vw, 2rem); height: auto; margin: 0 0.5rem 0 0; vertical-align: middle; }

strong { display: block; font-family: "open_sansbold"; margin-top: 1rem; }
ul { list-style: none; margin: 0.5rem 0; }
ul li { margin-left: 1rem; margin-bottom: 0.5rem; }
.boundry { padding: 0.5rem 0.75rem; background: #FFFFFF; /*border: 1px solid var(--bdr); border-radius: 0.5rem;*/ }
.summary { padding: 0.5rem 0; line-height: 1.5; }

fieldset {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 1rem 0;
}

legend {
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}

article { /*width: 90%; max-width: 960px; padding: 0.5rem 1rem; margin: 0 auto 1rem auto; display: block;*/ display: block; position: relative; border: 1px solid var(--bdr); border-radius: 0.5rem; padding: 2rem 1rem 0 1rem; margin: 2rem auto 1rem auto; }
article > header { border-bottom: 1px solid #888; margin-bottom: 1rem; }
article > footer { position: absolute; bottom: 0; left: 0; width: 100%; border-top: 1px solid #888; margin-top: 1rem; padding: 0; }
time { display: block; color: #666; font-size: 1.25rem;  text-align: center; }
footer > p { font-size: 0.75rem; }

.truth:nth-child(2n) { margin-right: 0.5rem; margin-left: 0.5rem; }
.avatar-img { position: absolute; left: 50%; top: -2.5rem; width: 5rem; height: 5rem; transform: translateX(-50%); border-radius: 100%; border: 2px solid var(--bdr); text-decoration: none; }
.avatar a, .avatar a:visited, .avatar a:active { text-decoration:: none; }

/* --- Experimental no media queries grid ------------------------ */
.grid:before, .grid:after { content: ''; display: table; }
.grid:after { clear: both; }
.grid { display: flex; flex-flow: row wrap; align-items: stretch; }
[class*="column--"] { flex-grow: 0; flex-shrink: 1; position: relative; padding: 0  0.5rem 0.5rem 0.5rem; }
.column--full { min-width: 100%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--half { min-width: 50%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--one-fifth, .column--fifth { min-width: 20%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--two-fifth { min-width: 40%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--three-fifth { min-width: 60%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--four-fifth { min-width: 80%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--quarter { min-width: 25%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--third { min-width: 33.3333%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--three-quarter { min-width: 75%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }
.column--two-third { min-width: 66.6666%; max-width: 100%; flex-basis: calc((700px - 100%) * 700); }

/* --------------------------------------------------------------- */

/* --- Fluid Gallery ------------------------------------------------------- */
.flex-grid { display: flex; flex-flow: row wrap; align-items: stretch; padding: 1rem 0; }
.flex-grid > img, .flex-grid > video { flex-grow: 1; flex-shrink: 0; flex-basis: 33.3333%; max-width: 33.3333%; }
/* ------------------------------------------------------------------------- */

p { line-height: 1.5; }
time { display: block; color: #666; font-size: 1rem;  text-align: center; margin: 0 0 1rem 0; }

.btn { display: block; text-decoration: none; background: #369; color: #FFF!important; border: none; border-radius: 0.5rem; padding: 1rem 0; margin: 1rem 0 0 0; font-weight: 600; text-align: center; text-transform: uppercase; }
.btn:active { background: #8AC; }
.btn:hover { background: #046; }

.inner { display: block; border: 1px solid #DDD; border-radius: 0.5rem; margin-top: 1rem; padding: 0.5rem 0.75rem; }

.contentBlock { background: #FFF; padding: 0.5rem 0.75rem 0 0.75rem; margin-bottom: 1rem; }
.contentBlock p { line-height: 1.5; margin: 0.5rem 0 0.25rem 0; }
small { display: block; font-size: 0.75rem; color: #888; margin: 0; }

#attachments p, article p { font-size: 0.9rem; margin-bottom: 1rem; }

/* Hide the actual checkbox */
.lightbox-toggle { display: none; }
/* Default hidden state of overlay */
.overlay { display: none; position: fixed; top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Reveal overlay when checkbox is checked */
.lightbox-toggle:checked ~ .overlay {
  display: flex;
}

/* Style the close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

nav { display: block; padding: 0.5rem 0; height: 4rem; background: #FFFFFF; }

.highlight { background: #ffffde }

.cards { display: flex; flex-flow: row wrap; }
.card { margin: 15px; width: calc((100% / 3) - 30px); transition: all 0.2s ease-in-out; }

/*.card:nth-child(3n+1); 
.card:nth-child(3n+3); }*/

@media screen and (max-width: 991px) {
  .card { width: calc((100% / 2) - 30px); }
}
@media screen and (max-width: 767px) {
  .card { width: 100%; }
}
.card:hover .card__inner { box-shadow: 0px 0px 0px 5px #369; /*background-color: #1abc9c; transform: scale(1.05);*/ z-index: 1000; }
.card__inner { width: 100%; position: relative; cursor: pointer; background-color: #949fb0; color: #eceef1; font-size: 1.5em; text-transform: uppercase; text-align: center; transition: all 0.2s ease-in-out; box-shadow: 0px 0px 0px 5px transparent; }
.card__inner:after { transition: all 0.3s ease-in-out; }
.card__inner .icon { display: inline-block; position: absolute; top: 70%; left: 50%; transform: translateX(-50%); text-align: center; color: #FFF; border: 2px solid #FFF; border-radius: 50%; width: 2.25rem; height: 2.25rem; padding-right: 0.125rem; line-height: 1.9rem; background: rgba(255, 255, 255, 0.5); }
.card__expander {
  transition: all 0.2s ease-in-out;
  background-color: #333a45;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #eceef1;
  font-size: 1.5em;
}
.card__expander .fa {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.card__expander .fa:hover {
  opacity: 0.9;
}
.card.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}
.card.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
.card.is-expanded .card__inner {
  background-color: #1abc9c;
}
.card.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #333a45;
}
.card.is-expanded .card__inner .fa:before {
  content: "";
}
.card.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
}
.card.is-expanded:hover .card__inner {
  transform: scale(1);
}
.card.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
}
.card.is-inactive:hover .card__inner {
  background-color: #949fb0;
  transform: scale(1);
}

@media screen and (min-width: 992px) {
  .card:nth-of-type(3n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .card:nth-of-type(3n+3) .card__expander {
    margin-left: calc(-200% - 60px);
  }

  .card:nth-of-type(3n+4) {
    clear: left;
  }

  .card__expander {
    width: calc(300% + 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card:nth-of-type(2n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .card:nth-of-type(2n+3) {
    clear: left;
  }

  .card__expander {
    width: calc(200% + 30px);
  }
}

.cover { display: block; height: 10rem; }

<!-- Testimonail slider -------------------------------------------------------------- -->
.showcases { background: #EEE; border: 2px solid #F00; display: block; width: 100%; height: 20rem; max-height: 20rem; }
.sliders { display: block; list-style: none; position: relative; margin-left: auto; margin-right: auto; overflow: hidden; }
.items { display: block; float: left; position: relative; width: 462px; height: auto; }
.pading-m { padding: 0; margin: 1rem; border-radius: 1rem; background: #fff; height: auto; display: flex; flex-direction: column; border: 2px solid var(--bdr-color); overflow: hidden; }
.testimonial { width: 100%; float: left; display: flex; align-items: center; height: max-content; }
.loop-testimonial .elementor-container{
  max-width: 100% !important;
}

.imgWrap { display: block; width: 100%; height: 10rem; position: relative; }
.imgWrap img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
