@charset "UTF-8";
.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

//News tweak for mobile rendering of < 3 posts
.latest-news-single {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.latest-news-single .tile-wrap {
	width: 100%;
	max-width: 380px;
}

.latest-news-single .tile {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.latest-news-single .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.latest-news-single .content-holder {
	padding: 20px;
}

@media (max-width: 767px) {
	.latest-news-single {
		padding: 20px 0;
	}

	.latest-news-single .tile-wrap {
		max-width: 100%;
	}
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #212121;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

html.menu-active {
  overflow: hidden;
}

body.menu-active {
  overflow: hidden;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap, a.imgwrap:hover {
  border: none;
  background: none;
}

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

embed, iframe, object {
  max-width: 100%;
  height: auto;
}

a {
  color: #176ea6;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:hover, a:active {
  outline-style: none;
  color: #0b334c;
}

.basetext, ul li, ol li, q, cite, blockquote, p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  background-color: #264475;
  display: inline-block;
  padding: 10px 40px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 1000px) {
  .btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a {
    font-size: 15px;
    line-height: 15px;
    padding: 10px 30px;
  }
}
.btn a:hover, .search-form .search-submit a:hover, button a:hover,
input[type=button] a:hover,
input[type=submit] a:hover {
  color: #fff;
  background-color: #13223b;
}

.social-icons p {
  top: 2px;
  height: 16px;
}
.social-icons p svg {
  width: 100%;
  max-width: 20px;
  height: auto !important;
  max-height: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social-icons p .social-icon {
  fill: #49C1E7;
}
.social-icons p .social-icon:hover {
  fill: #264475;
}
.social-icons p .facebook {
  fill: #fff;
}
.social-icons p .twitter {
  fill: #fff;
}
.social-icons p .linkedin {
  fill: #fff;
}
.social-icons p .instagram {
  fill: #fff;
}
.social-icons p .youtube {
  fill: #fff;
}
.social-icons p svg path {
  fill: inherit;
}
.social-icons p a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}
.social-icons p a:hover svg {
  fill: #264475;
}

hr {
  border: 0;
  height: 1px;
  background: #f4f4f4;
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1130px) {
  .container {
    padding: 0 1.25em;
  }
}
.vert-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.vert-inner {
  display: table-cell;
  vertical-align: middle;
}

.tl {
  background-position: left top;
}

.tc {
  background-position: center top;
}

.tr {
  background-position: right top;
}

.cl {
  background-position: left center;
}

.cc {
  background-position: center center;
}

.cr {
  background-position: right center;
}

.bl {
  background-position: left bottom;
}

.bc {
  background-position: center bottom;
}

.br {
  background-position: right bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #264475;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.intro p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 16px;
  }
}

strong, b {
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #f4f4f4;
  text-decoration: none;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code, samp, pre, kbd, tt, var {
  font-family: Monaco, Courier New, monospace;
}

::-webkit-input-placeholder {
  color: #212121;
}

:-moz-placeholder {
  color: #212121;
}

::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #212121;
}

fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #212121;
}

.input, select, datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  color: #212121;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.input:hover, select:hover, datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover {
  border-color: #b3b3b3;
  outline: none;
}
.input:focus, select:focus, datalist:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  border-color: #999999;
  outline: none;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}
ul, ol {
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
ul li, ol li {
  padding-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table th {
  background-color: #fff;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table caption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #212121;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.main-header {
  background-color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 970px) {
  .main-header {
    padding: 20px 0;
  }
}
.main-header .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main-header .container .flex-holder .logo-holder {
    width: 125px;
  }
}
.main-header .container .flex-holder .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-header .container .flex-holder .content-right .join-btn {
  text-align: right;
  margin-bottom: 25px;
}
@media screen and (max-width: 970px) {
  .main-header .container .flex-holder .content-right .join-btn {
    display: none;
  }
}
.main-header .container .flex-holder .content-right .join-btn p {
  margin: 0;
}
.main-header .container .flex-holder .content-right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 970px) {
  .main-header .container .flex-holder .content-right nav ul {
    display: none;
  }
}
.main-header .container .flex-holder .content-right nav ul li {
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 1000px) {
  .main-header .container .flex-holder .content-right nav ul li {
    padding: 0 10px;
  }
}
.main-header .container .flex-holder .content-right nav ul li:after {
  content: "|";
  position: absolute;
  top: 2px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .main-header .container .flex-holder .content-right nav ul li:after {
    top: 0;
  }
}
.main-header .container .flex-holder .content-right nav ul li:last-of-type {
  padding-right: 0;
}
.main-header .container .flex-holder .content-right nav ul li:last-of-type:after {
  display: none;
}
.main-header .container .flex-holder .content-right nav ul li a {
  font-size: 15px;
  color: #020000;
}
@media screen and (max-width: 1140px) {
  .main-header .container .flex-holder .content-right nav ul li a {
    font-size: 13px;
  }
}
.main-header .container .flex-holder .content-right nav ul li a:hover {
  color: #2dade1;
}
.main-header .container .flex-holder .content-right nav ul li ul {
  display: none;
  position: absolute;
  left: -20px;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  z-index: 99;
  background-color: white;
  padding: 20px;
}
.main-header .container .flex-holder .content-right nav ul li ul li {
  padding: 3px 0;
}
.main-header .container .flex-holder .content-right nav ul li ul li:after {
  content: "";
}
.main-header .container .flex-holder .content-right nav ul li ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #020000;
  padding: 0;
}
.main-header .container .flex-holder .content-right nav ul li ul li a:hover {
  color: #176ea6 !important;
}
.main-header .container .flex-holder .content-right nav ul li:hover ul {
  display: block;
}
.main-header .container .flex-holder .content-right nav ul li.current-menu-item a {
  font-weight: 700;
  color: #2dade1;
}
.main-header .container .flex-holder .content-right nav ul li.current-menu-item ul li a {
  font-weight: 400;
  color: #020000;
}
.main-header .container .flex-holder .content-right nav .mobile-toggle {
  display: none;
  margin: 0px;
  text-align: center;
  float: right;
  width: 18px;
}
@media screen and (max-width: 970px) {
  .main-header .container .flex-holder .content-right nav .mobile-toggle {
    display: block;
    width: 40px;
  }
}
.main-header .container .flex-holder .content-right nav .mobile-toggle button {
  margin: 0;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #264475;
  outline: none;
  padding: 0;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.main-header .container .flex-holder .content-right nav .mobile-toggle button .icon {
  display: inline-block;
  background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-menu.svg);
  width: 18px;
  height: 16px;
  margin-top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-postion: center;
}
.main-header .container .flex-holder .content-right nav .mobile-toggle.active {
  margin: 1px 0 0;
}
.main-header .container .flex-holder .content-right nav .mobile-toggle.active button .icon {
  background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-menu-close.svg);
  margin-right: -1px;
}

.menu-active .main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.slide-nav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9995;
  top: 0;
  right: -100%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
.slide-nav .container {
  position: relative;
  z-index: 4;
  height: 100%;
}
.slide-nav .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 150px;
  height: 100%;
  /*
  .portal{
  	.btn{
  		a{
  		    padding: 14px 20px 14px 55px;
  		    //background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-client-white.svg);
  		    background-repeat: no-repeat;
  		    background-position: 18px 10px;
  		}
  	}
  }
  */
  /*
  .contact-top{
  	p{
  		font-size: 20px;
  		a{
  		    position: relative;
  		    display: inline-block;
  		    margin: 0;
  		    padding-left: 35px;
  		    color: #fff;
  		    span{
  		    	position: absolute;
  			    top: 0;
  			    left: 0;
  			    width: 28px;
  			    height: 28px;
  			    background-position: center;
  			    background-size: contain;
  			    background-repeat: no-repeat;
  		    }
  		    span.tel{
  		   	    background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-telephone-brand.svg);
  		    }
  		    span.mail{
  		   	    background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-email-brand.svg);
  		    }
  		}
  	}
  } */
}
.slide-nav .container .flex-holder .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding-bottom: 30px;
}
@media screen and (max-height: 800px) {
  .slide-nav .container .flex-holder .nav {
    padding-bottom: 10px;
  }
}
.slide-nav .container .flex-holder .nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.slide-nav .container .flex-holder .nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-nav .container .flex-holder .nav nav ul li {
  padding: 0;
  text-align: left;
  width: 100%;
  border-top: 1px solid rgba(89, 147, 158, 0.3);
}
.slide-nav .container .flex-holder .nav nav ul li:first-of-type {
  border-top: none;
}
.slide-nav .container .flex-holder .nav nav ul li:hover a {
  color: #2dade1;
}
.slide-nav .container .flex-holder .nav nav ul li a {
  position: relative;
  color: #264475;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 19px 0;
  display: inline-block;
  width: 100%;
}
.slide-nav .container .flex-holder .nav nav ul li ul li {
  position: relative;
  margin-left: -1.25em;
  margin-right: 0;
  width: calc(100% + 2.5em);
  background-color: transparent;
  padding-left: 45px;
  border: none;
}
.slide-nav .container .flex-holder .nav nav ul li ul li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: #176ea6;
  top: 15px;
  left: 20px;
}
.slide-nav .container .flex-holder .nav nav ul li ul li a {
  padding: 6px 0;
}
.slide-nav .container .flex-holder .nav nav ul li ul li a:hover {
  color: #176ea6 !important;
}
.slide-nav .container .flex-holder .nav nav ul li ul li:last-of-type {
  padding-bottom: 15px;
}
.slide-nav .container .flex-holder .nav nav ul li:hover ul li a {
  color: #264475;
}
.slide-nav .container .flex-holder .nav nav ul li.current-menu-item a {
  color: #176ea6;
}
.slide-nav .container .flex-holder .nav nav ul li.current-menu-item ul li a {
  color: #264475;
}
.slide-nav .container .flex-holder .nav nav ul li.active ul {
  display: block;
}

.slide-nav.active {
  right: 0;
}

.main-footer {
  background-color: #264475;
  padding: 45px 0 60px;
}
@media screen and (max-width: 768px) {
  .main-footer {
    padding: 40px 0;
  }
}
.main-footer .container .footer-top {
  /*.logo-holder{
  	max-width: 300px;
  	a{
  		img{}
  	}
  }*/
}
.main-footer .container .footer-top .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .main-footer .container .footer-top .flex-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-footer .container .footer-top .flex-holder .col {
  width: 25%;
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(1) {
  width: 24%;
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(2) {
  width: 23%;
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(3) {
  width: 33%;
}
.main-footer .container .footer-top .flex-holder .col:nth-of-type(4) {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .main-footer .container .footer-top .flex-holder .col {
    width: 50% !important;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col {
    width: 100% !important;
  }
}
.main-footer .container .footer-top .flex-holder .col span.heading {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col span.heading {
    font-size: 16px;
  }
}
.main-footer .container .footer-top .flex-holder .col p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col p {
    font-size: 14px;
  }
}
.main-footer .container .footer-top .flex-holder .col a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col a {
    font-size: 14px;
  }
}
.main-footer .container .footer-top .flex-holder .col a:hover {
  color: #2dade1;
}
.main-footer .container .footer-top .flex-holder .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .container .footer-top .flex-holder .col ul li a {
  color: #fff;
}
.main-footer .container .footer-top .flex-holder .col ul li a:hover {
  color: #2dade1;
}
.main-footer .container .footer-top .flex-holder .col .social-icons {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main-footer .container .footer-top .flex-holder .col .social-icons {
    margin-bottom: 20px;
  }
}
.main-footer .container .footer-top .flex-holder .col .social-icons p a {
  margin-left: 0;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
}
.main-footer .container .footer-top .flex-holder .col .social-icons p a svg {
  fill: #264475;
  max-width: 24px;
  max-height: 24px;
  margin-top: 2px;
}
.main-footer .container .footer-top .flex-holder .col .social-icons p a:hover svg {
  fill: #2dade1;
}
.main-footer .container .footer-top .flex-holder .col img.footer-logo {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .main-footer .container .footer-top .flex-holder .col img.footer-logo {
    margin: 15px auto 0;
  }
}
.main-footer .container .footer-top .flex-holder .col .logos-holder {
  margin-top: 20px;
}
.main-footer .container .footer-top .flex-holder .col .logos-holder .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.main-footer .container .footer-top .flex-holder .col .logos-holder .flex-holder a {
  width: 50%;
}
.main-footer .container .footer-top .flex-holder .col .logos-holder .flex-holder a img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .container .footer-bottom p {
  font-size: 14px;
  color: #fff;
}
.main-footer .container .footer-bottom p a {
  color: #176ea6;
}
.main-footer .container .footer-bottom p a:hover {
  color: #264475;
}
.main-footer .container .footer-bottom p span {
  color: #264475;
  margin: 0 5px;
}

.single-post .hero .container .flex-holder {
  max-width: none;
}
.single-post .standard-content .container article p.metadate {
  font-size: 30px;
  font-weight: 700;
  color: #264475;
}
.single-post .standard-content .container article img {
  margin: 40px 0 30px;
}
.single-post .standard-content .container article .social-share {
  margin-top: 35px;
}
.single-post .standard-content .container article .social-share p a {
  display: inline-block;
  border-radius: 100%;
  background-color: #fad90d;
  width: 31px;
  height: 31px;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 5px;
}
.single-post .standard-content .container article .social-share p a:hover {
  background-color: #264475;
}
.single-post .standard-content .container article .social-share p a svg {
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  fill: #fff;
}

.nex-last-post {
  margin: 35px 0;
}
.nex-last-post .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nex-last-post .container .flex-holder .prev-post,
.nex-last-post .container .flex-holder .next-post {
  width: 50%;
  padding: 0 20px;
}
.nex-last-post .container .flex-holder .prev-post p a,
.nex-last-post .container .flex-holder .next-post p a {
  font-size: 15px;
  font-weight: 700;
  color: #264475;
}
.nex-last-post .container .flex-holder .prev-post p a:hover,
.nex-last-post .container .flex-holder .next-post p a:hover {
  color: #176ea6;
}
.nex-last-post .container .flex-holder .prev-post {
  text-align: right;
}

/******************************************************
********************* HERO   
******************************************************/
.hero {
  position: relative;
}
.hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .background-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero .container {
  position: relative;
}
.hero .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  padding: 170px 0 60px;
}
.hero .container .flex-holder h1 {
  color: #fff;
  margin: 0;
}

/******************************************************
********************* STANDARD CONTENT    
******************************************************/
.standard-content {
  margin: 60px 0 40px;
}
@media screen and (max-width: 768px) {
  .standard-content {
    margin: 40px 0;
  }
}
.standard-content .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.standard-content .container ul li {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  padding-left: 30px;
}
.standard-content .container ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #176ea6;
}
.standard-content .container p a {
  color: #264475;
}
.standard-content .container p a:hover {
  color: #176ea6;
}

/******************************************************
********************* THREE BLUE BOXES
******************************************************/
.threebluelinkboxes {
  margin: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .threebluelinkboxes {
    margin: 40px 0 10px;
  }
}
.threebluelinkboxes .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -75px;
}
@media screen and (max-width: 1080px) {
  .threebluelinkboxes .container .flex-holder {
    margin-left: -30px;
  }
}
.threebluelinkboxes .container .flex-holder .column {
  width: 33.33%;
  padding-left: 75px;
}
@media screen and (max-width: 1080px) {
  .threebluelinkboxes .container .flex-holder .column {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .threebluelinkboxes .container .flex-holder .column {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 680px) {
  .threebluelinkboxes .container .flex-holder .column {
    width: 100%;
  }
}
.threebluelinkboxes .container .flex-holder .column a {
  height: 100%;
}
.threebluelinkboxes .container .flex-holder .column a .content-holder {
  height: 100%;
  background-color: #264475;
  border-radius: 15px;
  padding: 25px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.threebluelinkboxes .container .flex-holder .column a .content-holder p.heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.threebluelinkboxes .container .flex-holder .column a .content-holder p.content {
  color: #fff;
  margin: 0 0 10px;
}
.threebluelinkboxes .container .flex-holder .column a .content-holder span {
  color: #fff;
}
.threebluelinkboxes .container .flex-holder .column a:hover .content-holder {
  background-color: #176ea6;
}

.threebluelinkboxes.lb .container .flex-holder .column a .content-holder {
  background-color: #176ea6;
}
.threebluelinkboxes.lb .container .flex-holder .column a:hover .content-holder {
  background-color: #264475;
}

.threebluelinkboxes.red .container .flex-holder .column a .content-holder {
  background-color: #96241a;
}
.threebluelinkboxes.red .container .flex-holder .column a:hover .content-holder {
  background-color: #264475;
}

/* UGLE Gold */
.threebluelinkboxes.gold .container .flex-holder .column a .content-holder {
  background-color: #A89968;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.threebluelinkboxes.gold .container .flex-holder .column a:hover .content-holder {
  background-color: #8f8256;
}
.threebluelinkboxes.gold .container .flex-holder .column a .content-holder p.heading,
.threebluelinkboxes.gold .container .flex-holder .column a .content-holder p.content,
.threebluelinkboxes.gold .container .flex-holder .column a .content-holder span {
  color: #ffffff;
}

/******************************************************
********************* CENTERED CONTENT
******************************************************/
.centeredcontent {
  text-align: center;
  margin: 55px 0;
}
@media screen and (max-width: 768px) {
  .centeredcontent {
    margin: 40px 0;
  }
}
.centeredcontent.blue-bg {
  background-color: #176ea6;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .centeredcontent.blue-bg {
    padding: 40px 0;
  }
}
.centeredcontent.blue-bg .container h2, .centeredcontent.blue-bg .container h3, .centeredcontent.blue-bg .container h4, .centeredcontent.blue-bg .container h5 {
  color: #fff;
}
.centeredcontent.blue-bg .container h3, .centeredcontent.blue-bg .container h4, .centeredcontent.blue-bg .container h5 {
  margin: 40px 0 15px;
}
.centeredcontent.blue-bg .container p {
  color: #fff;
}
.centeredcontent.blue-bg .container p.btn, .centeredcontent.blue-bg .container .search-form p.search-submit, .search-form .centeredcontent.blue-bg .container p.search-submit {
  margin-top: 20px;
}
.centeredcontent.blue-bg .container p.btn a, .centeredcontent.blue-bg .container .search-form p.search-submit a, .search-form .centeredcontent.blue-bg .container p.search-submit a {
  border: 2px solid #fff;
  background-color: transparent;
}
.centeredcontent.blue-bg .container p.btn a:hover, .centeredcontent.blue-bg .container .search-form p.search-submit a:hover, .search-form .centeredcontent.blue-bg .container p.search-submit a:hover {
  background-color: #fff;
  color: #176ea6;
}

.centeredcontent.red-bg,
.centeredcontent.blue-bg.red-bg {
  background-color: #96241a;
}

/******************************************************
********************* FESTIVAL 2031 FORM
******************************************************/

.festival2031form {
    padding: 80px 0;
    background: #f7f7f7;
}

.festival2031form .festival-form-inner {
    max-width: 980px;
    margin: 0 auto;
}

.festival2031form .wpcf7 {
    width: 100%;
}

.festival2031form .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 22px;
}

.festival2031form .wpcf7 form > p {
    margin: 0;
    width: 100%;
}

.festival2031form .wpcf7 form > p:nth-of-type(1),
.festival2031form .wpcf7 form > p:nth-of-type(2),
.festival2031form .wpcf7 form > p:nth-of-type(3),
.festival2031form .wpcf7 form > p:nth-of-type(4) {
    width: calc(50% - 11px);
}

.festival2031form .wpcf7 label {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    color: #1f2d3d;
    font-weight: 500;
}

.festival2031form .wpcf7 input[type="text"],
.festival2031form .wpcf7 input[type="email"],
.festival2031form .wpcf7 input[type="tel"],
.festival2031form .wpcf7 select,
.festival2031form .wpcf7 textarea {
    width: 100%;
    margin-top: 8px;
    padding: 16px 20px;
    border: 1.5px solid #1f4a8a;
    border-radius: 32px;
    background: #fff;
    color: #1f2d3d;
    font-size: 18px;
    line-height: 1.3;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.festival2031form .wpcf7 textarea {
    min-height: 220px;
    border-radius: 28px;
    resize: vertical;
}

.festival2031form .wpcf7 select {
    background-image: linear-gradient(45deg, transparent 50%, #1f2d3d 50%), linear-gradient(135deg, #1f2d3d 50%, transparent 50%);
    background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 18px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 50px;
}

.festival2031form .wpcf7 input[type="text"]:focus,
.festival2031form .wpcf7 input[type="email"]:focus,
.festival2031form .wpcf7 input[type="tel"]:focus,
.festival2031form .wpcf7 select:focus,
.festival2031form .wpcf7 textarea:focus {
    border-color: #163d73;
    box-shadow: 0 0 0 3px rgba(31, 74, 138, 0.08);
}

.festival2031form .wpcf7 form > p:nth-of-type(5),
.festival2031form .wpcf7 form > p:nth-of-type(6) {
    width: 100%;
}

.festival2031form .wpcf7-acceptance {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px;
}

.festival2031form .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 4px;
    transform: scale(1.15);
}

.festival2031form .wpcf7 form > p:has(.wpcf7-acceptance) {
    font-size: 14px;
    color: #1f2d3d;
    line-height: 1.5;
}

.festival2031form .wpcf7-submit {
    display: inline-block;
    min-width: 280px;
    padding: 18px 34px;
    border: none;
    border-radius: 40px;
    background: #1f4a8a;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(31, 74, 138, 0.18);
    transition: all 0.2s ease;
}

.festival2031form .wpcf7-submit:hover {
    background: #17396b;
    transform: translateY(-1px);
}

.festival2031form .wpcf7 form > p:last-of-type {
    text-align: center;
    margin-top: 10px;
}

.festival2031form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

.festival2031form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
}

.festival2031form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .festival2031form {
        padding: 50px 0;
    }

    .festival2031form .wpcf7 form {
        gap: 20px;
    }

    .festival2031form .wpcf7 form > p:nth-of-type(1),
    .festival2031form .wpcf7 form > p:nth-of-type(2),
    .festival2031form .wpcf7 form > p:nth-of-type(3),
    .festival2031form .wpcf7 form > p:nth-of-type(4) {
        width: 100%;
    }

    .festival2031form .wpcf7 input[type="text"],
    .festival2031form .wpcf7 input[type="email"],
    .festival2031form .wpcf7 input[type="tel"],
    .festival2031form .wpcf7 select,
    .festival2031form .wpcf7 textarea {
        font-size: 16px;
        padding: 14px 16px;
    }

    .festival2031form .wpcf7-submit {
        width: 100%;
        min-width: 0;
    }
}

.festival2031form .wpcf7-submit {
    display: inline-block;
    min-width: 260px;
    padding: 18px 40px;
    border-radius: 40px;
    background: #1f4a8a;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(31, 74, 138, 0.2);
}
.festival2031form .wpcf7-submit:hover {
    background: #17396b;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(31, 74, 138, 0.25);
}
.festival2031form .section-title {
    text-align: center;
    margin-bottom: 40px;
}
.festival2031form .section-title h2 {
    font-size: 40px;
    color: #1f4a8a;
    margin-bottom: 10px;
}
.festival2031form .section-title p {
    font-size: 18px;
    color: #4a5568;
}
.festival2031form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #1f4a8a;
}
.festival2031form .wpcf7 form > p {
    position: relative;
}
.festival2031form .wpcf7 form > p:last-of-type {
    text-align: center;
    margin-top: 28px;
}
.festival2031form .wpcf7-response-output {
    max-width: 900px;
    margin: 24px auto 0;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.festival2031form .wpcf7 label {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #1f2d3d;
}

.festival2031form .form-consent {
    margin-top: 10px;
}

.festival2031form .form-consent .wpcf7-list-item {
    margin: 0;
}

.festival2031form .form-consent .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #1f2d3d;
    font-weight: 400;
    cursor: pointer;
}

.festival2031form .form-consent .wpcf7-list-item input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0;
    width: 16px;
    height: 16px;
    min-width: 16px;
    flex: 0 0 16px;
    transform: none;
    accent-color: #1f4a8a;
}

.festival2031form .form-consent .wpcf7-list-item-label {
    display: block;
    margin: 0;
    line-height: 1.5;
}

/******************************************************
********************* IMAGE AND VIDEO/CONTENT
******************************************************/
.imagevideoandcontent {
  margin: 55px 0;
}
@media screen and (max-width: 768px) {
  .imagevideoandcontent {
    margin: 40px 0;
  }
}
.imagevideoandcontent .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .imagevideoandcontent .container .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.imagevideoandcontent .container .flex-holder .content-left {
  width: calc(50% - 20px);
  padding-right: 40px;
}
@media screen and (max-width: 1000px) {
  .imagevideoandcontent .container .flex-holder .content-left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 960px) {
  .imagevideoandcontent .container .flex-holder .content-left {
    width: 100%;
  }
}
.imagevideoandcontent .container .flex-holder .content-left h2 {
  margin-top: 0;
}
.imagevideoandcontent .container .flex-holder .content-left p.btn, .imagevideoandcontent .container .flex-holder .content-left .search-form p.search-submit, .search-form .imagevideoandcontent .container .flex-holder .content-left p.search-submit {
  margin-top: 25px;
}
.imagevideoandcontent .container .flex-holder .content-left p.btn a, .imagevideoandcontent .container .flex-holder .content-left .search-form p.search-submit a, .search-form .imagevideoandcontent .container .flex-holder .content-left p.search-submit a {
  background-color: #2dade1;
}
.imagevideoandcontent .container .flex-holder .content-left p.btn a:hover, .imagevideoandcontent .container .flex-holder .content-left .search-form p.search-submit a:hover, .search-form .imagevideoandcontent .container .flex-holder .content-left p.search-submit a:hover {
  background-color: #176ea6;
}
.imagevideoandcontent .container .flex-holder .content-left p.ext-link,
.imagevideoandcontent .container .flex-holder .content-left p.tel-link,
.imagevideoandcontent .container .flex-holder .content-left p.email-link {
  margin-top: 10px;
}
.imagevideoandcontent .container .flex-holder .content-left p.ext-link a,
.imagevideoandcontent .container .flex-holder .content-left p.tel-link a,
.imagevideoandcontent .container .flex-holder .content-left p.email-link a {
  color: #212121;
}
.imagevideoandcontent .container .flex-holder .content-left p.ext-link a:hover,
.imagevideoandcontent .container .flex-holder .content-left p.tel-link a:hover,
.imagevideoandcontent .container .flex-holder .content-left p.email-link a:hover {
  color: #176ea6;
}
.imagevideoandcontent .container .flex-holder .content-left p.ext-link a span,
.imagevideoandcontent .container .flex-holder .content-left p.tel-link a span,
.imagevideoandcontent .container .flex-holder .content-left p.email-link a span {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/yellow-world.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 17px;
  top: 12px;
}
.imagevideoandcontent .container .flex-holder .content-left p.tel-link a span {
  background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-telephone-dark.svg);
}
.imagevideoandcontent .container .flex-holder .content-left p.email-link a span {
  background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/icon-email-dark.svg);
}
.imagevideoandcontent .container .flex-holder .content-right {
  width: calc(50% - 20px);
}
@media screen and (max-width: 960px) {
  .imagevideoandcontent .container .flex-holder .content-right {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
  }
}
.imagevideoandcontent .container .flex-holder .content-right img {
  width: auto;
  margin: 0 auto;
  display: table;
}
.imagevideoandcontent .container .flex-holder .content-right .fluid-width-video-wrapper {
  display: block;
  padding-top: 310px !important;
}
.imagevideoandcontent .container .flex-holder .content-right iframe {
  width: 100%;
  height: auto;
  min-height: 310px;
}

.imagevideoandcontent.alt-sides .container .flex-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .imagevideoandcontent.alt-sides .container .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/******************************************************
********************* IMAGE/VIDEO AND CONTENT ENHANCEMENTS
******************************************************/

/* Section colours */
.imagevideoandcontent.lightgrey {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.imagevideoandcontent.darkblue {
  background-color: #264475;
  padding: 40px 0;
}

.imagevideoandcontent.darkblue h2,
.imagevideoandcontent.darkblue p,
.imagevideoandcontent.darkblue li {
  color: #fff;
}

.imagevideoandcontent.darkblue .content-left p.ext-link a,
.imagevideoandcontent.darkblue .content-left p.tel-link a,
.imagevideoandcontent.darkblue .content-left p.email-link a {
  color: #fff;
}

.imagevideoandcontent.gold {
  background-color: #A89968;
  padding: 40px 0;
}

.imagevideoandcontent.gold h2,
.imagevideoandcontent.gold p,
.imagevideoandcontent.gold li {
  color: #fff;
}

.imagevideoandcontent.gold .content-left p.ext-link a,
.imagevideoandcontent.gold .content-left p.tel-link a,
.imagevideoandcontent.gold .content-left p.email-link a {
  color: #fff;
}

/* Spacing sizes */
.imagevideoandcontent.small {
  margin: 30px 0;
}

.imagevideoandcontent.medium {
  margin: 55px 0;
}

.imagevideoandcontent.large {
  margin: 80px 0;
}

/* Vertical alignment */
.imagevideoandcontent.align-top .container .flex-holder {
  align-items: flex-start;
}

.imagevideoandcontent.align-middle .container .flex-holder {
  align-items: center;
}

.imagevideoandcontent.align-bottom .container .flex-holder {
  align-items: flex-end;
}

/* Content width */
.imagevideoandcontent.width-narrow .container {
  max-width: 900px;
}

.imagevideoandcontent.width-standard .container {
  max-width: 1080px;
}

.imagevideoandcontent.width-wide .container {
  max-width: 1280px;
}

/* Image styles */
.imagevideoandcontent.image-rounded .content-right img,
.imagevideoandcontent.image-rounded .content-right iframe,
.imagevideoandcontent.image-roundedshadow .content-right img,
.imagevideoandcontent.image-roundedshadow .content-right iframe {
  border-radius: 16px;
}

.imagevideoandcontent.image-shadow .content-right img,
.imagevideoandcontent.image-shadow .content-right iframe,
.imagevideoandcontent.image-roundedshadow .content-right img,
.imagevideoandcontent.image-roundedshadow .content-right iframe {
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/******************************************************
********************* IMAGE/VIDEO BUTTON OPTIONS
******************************************************/

/* Alignment */
.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-align-left {
  text-align: left;
}

.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-align-center {
  text-align: center;
}

/* Default */
.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-default a {
  background-color: #2dade1;
  color: #fff;
  border: none;
}

.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-default a:hover {
  background-color: #176ea6;
}

/* Outline */
.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-outline a {
  background-color: transparent;
  border: 2px solid currentColor;
  color: inherit;
}

.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-outline a:hover {
  background-color: rgba(255,255,255,0.15);
}

/* White */
.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-white a {
  background-color: #fff;
  color: #264475;
  border: none;
}

.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-white a:hover {
  background-color: #f1f1f1;
}

/* Gold */
.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-gold a {
  background-color: #A89968;
  color: #fff;
  border: none;
}

.imagevideoandcontent .container .flex-holder .content-left p.btn.btn-gold a:hover {
  background-color: #8C7C4F;
}

/******************************************************
********************* BACK BUTTONS
******************************************************/
.backbutton {
  margin: 20px 0 40px;
}
.backbutton .container p.back-link {
  text-align: center;
}
.backbutton .container p.back-link a {
  color: #264475;
  font-weight: 700;
}
.backbutton .container p.back-link a:hover {
  color: #176ea6;
}

/******************************************************
********************* FOUR ICONS
******************************************************/
.fourcolumnicons {
  margin: 50px 0px;
}
@media screen and (max-width: 768px) {
  .fourcolumnicons {
    margin: 40px 0;
  }
}
.fourcolumnicons .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 650px) {
  .fourcolumnicons .container .flex-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fourcolumnicons .container .flex-holder .column {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .fourcolumnicons .container .flex-holder .column {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .fourcolumnicons .container .flex-holder .column img {
    height: 100px;
  }
}
.fourcolumnicons .container .flex-holder .column p.heading {
  font-size: 18px;
  font-weight: 700;
  color: #264475;
}

/******************************************************
********************* JOIN US FORM
******************************************************/
.joinusform {
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .joinusform {
    margin: 40px 0;
  }
}
.joinusform .container form {
  position: relative;
}
.joinusform .container form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .joinusform .container form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.joinusform .container form .form-row label {
  width: calc(50% - 13px);
}
@media screen and (max-width: 650px) {
  .joinusform .container form .form-row label {
    width: 100%;
  }
}
.joinusform .container form .form-row label input[type=text],
.joinusform .container form .form-row label input[type=email],
.joinusform .container form .form-row label textarea {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #264475;
  padding: 12px 21px;
  margin-bottom: 29px;
}
.joinusform .container form .form-row label textarea {
  padding: 21px;
  resize: vertical;
}
.joinusform .container form .form-row.full-width-form label {
  width: 100%;
}
.joinusform .container form p {
  position: relative;
  margin: 0;
  text-align: center;
}
.joinusform .container form input[type=submit] {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #2dade1;
  border: none;
  border-radius: 25px;
  padding: 7px 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  margin: 0 auto;
}
.joinusform .container form input[type=submit]:hover {
  background-color: #264475;
}
.joinusform .container form .wpcf7-spinner {
  position: absolute;
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #176ea6 !important;
  padding: 5px 10px 0px !important;
  width: 100%;
  font-size: 12px !important;
  line-height: 12px;
}
@media screen and (max-width: 950px) {
  .wpcf7-not-valid-tip {
    padding: 15px 10px 0px !important;
  }
}
.wpcf7-not-valid-tip:before {
  content: "↑" !important;
  top: -4px;
  position: relative;
  font: 15px/33px dashicons !important;
  margin-right: 5px !important;
}

.wpcf7-response-output {
  margin: 30px 0 0 !important;
  padding: 15px !important;
  border-radius: 6px;
}

/******************************************************
********************* THREE COLS WATER
******************************************************/
.threecolumnwatermark {
  margin: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .threecolumnwatermark {
    margin: 40px 0 60px;
  }
}
.threecolumnwatermark .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .threecolumnwatermark .container .flex-holder {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.threecolumnwatermark .container .flex-holder .column {
  width: 33.33%;
  text-align: center;
  padding: 40px 0;
  background-image: url(https://northumberlandmasons.org.uk/wp-content/themes/theme-freemason/assets/css/../images/iconbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .threecolumnwatermark .container .flex-holder .column {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .threecolumnwatermark .container .flex-holder .column {
    width: 100%;
  }
}
.threecolumnwatermark .container .flex-holder .column p.heading {
  font-size: 20px;
  font-weight: 700;
  color: #264475;
  margin: 0 0 12px;
}
.threecolumnwatermark .container .flex-holder .column p.content {
  margin: 0 auto;
  max-width: 250px;
}

/******************************************************
********************* THREE COLS WATER
******************************************************/
.teammembers {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .teammembers {
    margin: 40px 0 0;
  }
}
.teammembers .container h2 {
  text-align: center;
  margin: 0 0 60px;
}
.teammembers .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -75px;
}
@media screen and (max-width: 1080px) {
  .teammembers .container .flex-holder {
    margin-left: -30px;
  }
}
.teammembers .container .flex-holder .column {
  width: 33.33%;
  margin-bottom: 75px;
  padding-left: 75px;
}
@media screen and (max-width: 1080px) {
  .teammembers .container .flex-holder .column {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 980px) {
  .teammembers .container .flex-holder .column {
    width: 50%;
  }
}
@media screen and (max-width: 570px) {
  .teammembers .container .flex-holder .column {
    width: 100%;
  }
}
.teammembers .container .flex-holder .column .all-content {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.1);
}
.teammembers .container .flex-holder .column .all-content .image-holder img {
  width: 100%;
}
.teammembers .container .flex-holder .column .all-content .content-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #264475;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: -30px;
  min-height: 132px;
}
.teammembers .container .flex-holder .column .all-content .content-holder p.role {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.teammembers .container .flex-holder .column .all-content .content-holder p.name {
  color: #fff;
  font-size: 13px;
}
.teammembers .container .flex-holder .column .all-content .content-holder p {
  margin: 0;
  color: #fff;
}
.teammembers .container .flex-holder .column .all-content .content-holder .content {
  display: none;
  margin-top: 25px;
}
.teammembers .container .flex-holder .column .all-content .content-holder .content p {
  font-size: 14px;
}
.teammembers .container .flex-holder .column .all-content:hover .content-holder {
  height: 100%;
  overflow: scroll;
}
.teammembers .container .flex-holder .column .all-content:hover .content-holder .content {
  display: block;
}

.teammembers.norm-blue .container .flex-holder .column .all-content .content-holder {
  background-color: #176ea6;
}

.teammembers.red-grid .container .flex-holder .column .all-content .content-holder,
.teammembers.norm-blue.red-grid .container .flex-holder .column .all-content .content-holder {
  background-color: #96241a;
}

/******************************************************
********************* LINE BREAK
******************************************************/
.bluelinebreak {
  margin: 55px 0;
}
@media screen and (max-width: 768px) {
  .bluelinebreak {
    margin: 40px 0;
  }
}
.bluelinebreak .container .line-break {
  height: 2px;
  width: 100%;
  background-color: #2dade1;
}

/******************************************************
********************* LATEST NEWS
******************************************************/
.latest-news {
  background-color: #264475;
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .latest-news {
    margin: 40px 0;
  }
}
.latest-news .container {
  position: relative;
}
.latest-news .container h2 {
  color: #fff;
  margin: 0 0 40px;
}
.latest-news .container .latestSwiper {
  position: relative;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide {
  width: 33.3333%;
  height: auto;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .image-holder img {
  width: 100%;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 21px;
  height: 100%;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder .text h3 {
  font-size: 20px;
  margin-top: 0;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder .text p {
  font-size: 15px;
  color: #020000;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder p.btn, .latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder .search-form p.search-submit, .search-form .latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder p.search-submit {
  margin: 0;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder p.btn span, .latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder .search-form p.search-submit span, .search-form .latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder p.search-submit span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #264475;
  display: inline-block;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder p.btn span:hover, .latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder .search-form p.search-submit span:hover, .search-form .latest-news .container .latestSwiper .swiper-wrapper .swiper-slide .tile .content-holder p.search-submit span:hover {
  color: #fff;
  background-color: #13223b;
}
.latest-news .container .swiper-arrow {
  top: 59%;
}
@media screen and (max-width: 1290px) {
  .latest-news .container .swiper-arrow {
    display: none;
  }
}
.latest-news .container .swiper-arrow:after {
  color: #fad90d;
}
.latest-news .container .swiper-button-next {
  right: -90px;
}
.latest-news .container .swiper-button-prev {
  left: -90px;
}

/******************************************************
********************* ALL NEWS
******************************************************/
.all-news {
  margin: 55px 0 0;
}
@media screen and (max-width: 768px) {
  .all-news {
    margin: 40px 0;
  }
}
.all-news .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -70px;
}
@media screen and (max-width: 1080px) {
  .all-news .container .flex-holder {
    margin-left: -30px;
  }
}
.all-news .container .flex-holder article {
  width: 33.33%;
  padding-left: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1080px) {
  .all-news .container .flex-holder article {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .all-news .container .flex-holder article {
    width: 100%;
  }
}
.all-news .container .flex-holder article a {
  -webkit-box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  border-radius: 10px;
}
.all-news .container .flex-holder article a .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.all-news .container .flex-holder article a .tile .image-holder img {
  width: 100%;
}
.all-news .container .flex-holder article a .tile .content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 21px;
  height: 100%;
}
.all-news .container .flex-holder article a .tile .content-holder .text h3 {
  font-size: 20px;
  margin-top: 0;
}
.all-news .container .flex-holder article a .tile .content-holder .text p {
  font-size: 15px;
  color: #020000;
}
.all-news .container .flex-holder article a .tile .content-holder p.btn, .all-news .container .flex-holder article a .tile .content-holder .search-form p.search-submit, .search-form .all-news .container .flex-holder article a .tile .content-holder p.search-submit {
  margin: 0;
}
.all-news .container .flex-holder article a .tile .content-holder p.btn span, .all-news .container .flex-holder article a .tile .content-holder .search-form p.search-submit span, .search-form .all-news .container .flex-holder article a .tile .content-holder p.search-submit span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #2dade1;
  display: inline-block;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.all-news .container .flex-holder article a .tile .content-holder p.btn span:hover, .all-news .container .flex-holder article a .tile .content-holder .search-form p.search-submit span:hover, .search-form .all-news .container .flex-holder article a .tile .content-holder p.search-submit span:hover {
  color: #fff;
  background-color: #13223b;
}

/******************************************************
********************* PAGINATION
******************************************************/
.pagination {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 0 0 40px;
  }
}
.pagination .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .container .flex-holder .pageination-right span, .pagination .container .flex-holder .pageination-right a {
  font-size: 15px;
  font-weight: 700;
  color: #264475;
  margin: 0 5px;
}
.pagination .container .flex-holder .pageination-right span.current {
  color: #176ea6;
}
.pagination .container .flex-holder .pageination-right a:hover {
  color: #176ea6;
}

/******************************************************
********************* CONTENT AND IMAGE
******************************************************/
.lightbluebannerlink {
  padding: 40px 0;
  background-color: #2dade1;
}
.lightbluebannerlink .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lightbluebannerlink .container .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lightbluebannerlink .container .flex-holder p {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lightbluebannerlink .container .flex-holder p {
    text-align: center;
  }
}
.lightbluebannerlink .container .flex-holder p.heading {
  position: relative;
  top: 3px;
}
.lightbluebannerlink .container .flex-holder p.btn, .lightbluebannerlink .container .flex-holder .search-form p.search-submit, .search-form .lightbluebannerlink .container .flex-holder p.search-submit {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .lightbluebannerlink .container .flex-holder p.btn, .lightbluebannerlink .container .flex-holder .search-form p.search-submit, .search-form .lightbluebannerlink .container .flex-holder p.search-submit {
    padding-left: 0;
    margin-top: 10px;
  }
}
.lightbluebannerlink .container .flex-holder p.btn a, .lightbluebannerlink .container .flex-holder .search-form p.search-submit a, .search-form .lightbluebannerlink .container .flex-holder p.search-submit a {
  border: 2px solid #fff;
  background-color: transparent;
}
.lightbluebannerlink .container .flex-holder p.btn a:hover, .lightbluebannerlink .container .flex-holder .search-form p.search-submit a:hover, .search-form .lightbluebannerlink .container .flex-holder p.search-submit a:hover {
  color: #264475;
  background-color: #fff;
}

.lightbluebannerlink.darkblue {
  background-color: #264475;
}

.lightbluebannerlink.red {
  background-color: #96241a;
}

.lightbluebannerlink.gold {
  background-color: #A89968;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.lightbluebannerlink.gold .container .flex-holder p.btn a,
.lightbluebannerlink.gold .container .flex-holder .search-form p.search-submit a {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.lightbluebannerlink.gold .container .flex-holder p.btn a:hover,
.lightbluebannerlink.gold .container .flex-holder .search-form p.search-submit a:hover {
  color: #8C7C4F;
  background-color: #fff;
}

/******************************************************
********************* BANNER WITH IMAGE
******************************************************/
.bannerwithbgimage {
  position: relative;
  overflow: hidden;
}

.bannerwithbgimage .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerwithbgimage .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerwithbgimage .background-image .overlay {
  position: absolute;
  inset: 0;
  background: #000;
}

.bannerwithbgimage .overlay-0  { opacity: 0; }
.bannerwithbgimage .overlay-20 { opacity: 0.2; }
.bannerwithbgimage .overlay-40 { opacity: 0.4; }
.bannerwithbgimage .overlay-60 { opacity: 0.6; }
.bannerwithbgimage .overlay-80 { opacity: 0.8; }

.bannerwithbgimage .container {
  position: relative;
  z-index: 2;
}

.bannerwithbgimage .flex-holder {
  display: flex;
  max-width: 700px;
}

.bannerwithbgimage.small .flex-holder  { padding: 60px 0; }
.bannerwithbgimage.medium .flex-holder { padding: 100px 0; }
.bannerwithbgimage.large .flex-holder  { padding: 140px 0; }
.bannerwithbgimage.full .flex-holder   { min-height: 90vh; align-items: center; }

.bannerwithbgimage.align-left .flex-holder {
  text-align: left;
}

.bannerwithbgimage.align-center .flex-holder,
.bannerwithbgimage.align-centre .flex-holder {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.bannerwithbgimage h1,
.bannerwithbgimage h2,
.bannerwithbgimage p {
  color: #fff;
}

.bannerwithbgimage p.btn.primary a {
  background-color: #fff !important;
  color: #264475 !important;
  border: none !important;
}

.bannerwithbgimage p.btn.primary a:hover {
  background-color: #e6e6e6 !important;
}

.bannerwithbgimage p.btn.outline a {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.bannerwithbgimage p.btn.outline a:hover {
  background-color: #fff !important;
  color: #264475 !important;
}

/******************************************************
********************* CONTENT AND IMAGE
******************************************************/
.contentandimage .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contentandimage .container .flex-holder .content-left {
  width: 50%;
  padding-right: 50px;
}
.contentandimage .container .flex-holder .content-right {
  width: 50%;
}
/******************************************************
********************* ALL NEWS
******************************************************/
.lastest-news.all-news .container .categories-list.desktop-list {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .lastest-news.all-news .container .categories-list.desktop-list {
    margin: 40px 0;
    position: relative;
  }
  .lastest-news.all-news .container .categories-list.desktop-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, white, rgba(255, 255, 255, 0));
  }
}
.lastest-news.all-news .container .categories-list.desktop-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .lastest-news.all-news .container .categories-list.desktop-list ul {
    display: block;
    overflow: auto;
    position: relative;
    height: 34px;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .lastest-news.all-news .container .categories-list.desktop-list ul::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
.lastest-news.all-news .container .categories-list.desktop-list ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}
.lastest-news.all-news .container .categories-list.desktop-list ul li a {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212121;
  opacity: 0.6;
  -webkit-transition: 1;
  transition: 1;
}
.lastest-news.all-news .container .categories-list.desktop-list ul li a:hover {
  opacity: 1;
}
.lastest-news.all-news .container .categories-list.desktop-list ul li a.active {
  opacity: 1;
}
.lastest-news.all-news .container .categories-list.desktop-list ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #176ea6;
  border-radius: 3px;
}
.lastest-news.all-news .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -40px;
}
.lastest-news.all-news .container .flex-holder .tile {
  width: 33.33%;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .lastest-news.all-news .container .flex-holder .tile {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .lastest-news.all-news .container .flex-holder .tile {
    width: 100%;
  }
}
.lastest-news.all-news .container .flex-holder .tile .image-holder a img {
  border-radius: 3px;
  width: 100%;
}
.lastest-news.all-news .container .flex-holder .tile .content-holder h3 {
  margin: 20px 0 12px;
}
.lastest-news.all-news .container .flex-holder .tile .content-holder p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.lastest-news.all-news .container .flex-holder .tile .content-holder a.readmore {
  display: none;
}

/******************************************************
********************* CONTACT AND MAP
******************************************************/
.contactandmap {
  margin: 63px 0;
}
@media screen and (max-width: 768px) {
  .contactandmap {
    margin: 40px 0;
  }
}
.contactandmap .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contactandmap .container .flex-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactandmap .container .flex-holder .content-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactandmap .container .flex-holder .content-left {
    width: 100%;
  }
}
.contactandmap .container .flex-holder .content-left h4 {
  font-size: 17px;
  font-weight: 700;
  color: #176ea6;
  margin: 0;
}
.contactandmap .container .flex-holder .content-left p {
  margin-top: 0;
}
.contactandmap .container .flex-holder .content-left p span {
  font-size: 17px;
  font-weight: 700;
  color: #176ea6;
}
.contactandmap .container .flex-holder .content-left p a {
  color: #212121;
}
.contactandmap .container .flex-holder .content-left .social-icons a {
  display: inline-block;
  border-radius: 100%;
  background-color: #fad90d;
  width: 31px;
  height: 31px;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 5px;
}
.contactandmap .container .flex-holder .content-left .social-icons a:hover {
  background-color: #264475;
}
.contactandmap .container .flex-holder .content-left .social-icons a svg {
  position: relative;
  top: 5px;
  max-width: 20px;
  max-height: 20px;
  fill: #fff;
}
.contactandmap .container .flex-holder .content-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactandmap .container .flex-holder .content-right {
    width: 100%;
    margin-top: 30px;
  }
}

/******************************************************
********************* ALL PROJECTS
******************************************************/
.allprojects .container .categories-list.desktop-list {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .allprojects .container .categories-list.desktop-list {
    margin: 40px 0;
    position: relative;
  }
  .allprojects .container .categories-list.desktop-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, white, rgba(255, 255, 255, 0));
  }
}
.allprojects .container .categories-list.desktop-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .allprojects .container .categories-list.desktop-list ul {
    display: block;
    overflow: auto;
    position: relative;
    height: 34px;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .allprojects .container .categories-list.desktop-list ul::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
}
.allprojects .container .categories-list.desktop-list ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}
.allprojects .container .categories-list.desktop-list ul li a {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #212121;
  opacity: 0.6;
  -webkit-transition: 1;
  transition: 1;
}
.allprojects .container .categories-list.desktop-list ul li a:hover {
  opacity: 1;
}
.allprojects .container .categories-list.desktop-list ul li a.active {
  opacity: 1;
}
.allprojects .container .categories-list.desktop-list ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #176ea6;
  border-radius: 3px;
}
.allprojects .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -40px;
}
.allprojects .container .flex-holder .tile {
  width: 33.33%;
  padding-left: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .allprojects .container .flex-holder .tile {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .allprojects .container .flex-holder .tile {
    width: 100%;
  }
}
.allprojects .container .flex-holder .tile .image-holder a img {
  border-radius: 3px;
  width: 100%;
}
.allprojects .container .flex-holder .tile .content-holder h3 {
  margin: 20px 0 12px;
}
.allprojects .container .flex-holder .tile .content-holder p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.allprojects .container .flex-holder .tile .content-holder a.readmore {
  display: none;
}

/******************************************************
*********************  PAGINATION
******************************************************/
.pagination-nav {
  margin-top: 60px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pagination-nav {
    padding: 1.5em 0;
  }
}
.pagination-nav .container {
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  border-bottom: 1px solid rgba(38, 38, 38, 0.1);
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1470px) {
  .pagination-nav .container {
    padding: 45px 1.25em;
  }
}
.pagination-nav .container .pages-of p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #020000;
  line-height: 13px;
  font-weight: 400;
  margin: 6px 0 0;
}
.pagination-nav .container .navigation {
  width: auto;
  padding: 0;
}
.pagination-nav .container .navigation ol {
  padding: 0;
}
.pagination-nav .container .navigation ol li {
  position: relative;
}
.pagination-nav .container .navigation ol li span.title {
  display: none;
}
.pagination-nav .container .navigation ol li span.current {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #176ea6;
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  font-weight: 400;
  background-color: transparent;
}
.pagination-nav .container .navigation ol li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  color: #020000;
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  font-weight: 400;
  background-color: transparent;
}
.pagination-nav .container .navigation ol li a:hover {
  color: #176ea6;
}
.pagination-nav .container .navigation ol li a span.right-arrow,
.pagination-nav .container .navigation ol li a span.left-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 19px;
  line-height: 20px;
}
.pagination-nav .container .navigation ol li a.next,
.pagination-nav .container .navigation ol li a.prev {
  margin-bottom: -10px;
  display: none !important;
}

/******************************************************
*********************  THREE COLUMNS
******************************************************/
.three-columns .container .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -40px;
}
.three-columns .container .flex-holder .column {
  width: 33.33%;
  padding-right: 40px;
}
/******************************************************
*********************  PERCEPTOR TABLES
******************************************************/
.preceptoriestable {
  margin: 50px 0;
}
.preceptoriestable .container .table-holder {
  border: 1px solid #ccc;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.preceptoriestable .container .table-holder input#myInput {
  width: 230px;
  margin: 20px;
  font-size: 14px;
}
.preceptoriestable .container .table-holder table {
  margin-bottom: 0;
}
.preceptoriestable .container .table-holder table thead tr.header th {
  cursor: pointer;
}
.preceptoriestable .container .table-holder table thead tr.header th:first-of-type {
  border-left: none;
}
.preceptoriestable .container .table-holder table thead tr.header th:last-of-type {
  border-right: none;
}
.preceptoriestable .container .table-holder table tbody tr.header {
  text-align: left;
}
.preceptoriestable .container .table-holder table tbody tr.header th {
  padding: 7px 10px;
  cursor: pointer;
}
.preceptoriestable .container .table-holder table tbody tr.header th:first-of-type {
  border-left: none;
}
.preceptoriestable .container .table-holder table tbody tr.header th:nth-of-type(2) {
  border-left: none;
}
.preceptoriestable .container .table-holder table tbody tr.header th:last-of-type {
  border-right: none;
}
.preceptoriestable .container .table-holder table tbody tr {
  font-size: 14px;
}
.preceptoriestable .container .table-holder table tbody tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.preceptoriestable .container .table-holder table tbody tr td {
  padding: 7px 10px;
}
.preceptoriestable .container .table-holder table tbody tr td:first-of-type {
  border-left: none;
}
.preceptoriestable .container .table-holder table tbody tr td:nth-of-type(2) {
  border-left: none;
}
.preceptoriestable .container .table-holder table tbody tr td:last-of-type {
  border-right: none;
}

/******************************************************
*********************  THREE TABBED TABLE
******************************************************/
.threetabbedtable {
  margin: 60px 0;
}
.threetabbedtable .container .tab {
  position: relative;
  top: 1px;
}
.threetabbedtable .container .tab button {
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
}
@media screen and (max-width: 610px) {
  .threetabbedtable .container .tab button {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
  }
}
.threetabbedtable .container .tab button:hover {
  color: #2dade1;
}
.threetabbedtable .container .tab button.active {
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
  color: #2dade1;
}
@media screen and (max-width: 610px) {
  .threetabbedtable .container .tab button.active {
    border: none;
  }
}
.threetabbedtable .container .tab-content-holder {
  border: 1px solid #ccc;
  padding: 17px;
}
.threetabbedtable .container .tab-content-holder .tabcontent {
  display: none;
}
.threetabbedtable .container .tab-content-holder .tabcontent:nth-of-type(1) {
  display: block;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder input,
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder select {
  width: 230px;
  margin: 20px;
  font-size: 14px;
  border-radius: 4px;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder .table-scroller {
  width: 100%;
  overflow: scroll;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder .table-scroller .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table {
  margin-bottom: 0;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table thead tr.header {
  text-align: left;
  font-size: 15px;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table thead tr.header th {
  padding: 7px 10px;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table thead tr.header th:first-of-type {
  border-left: none !important;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table thead tr.header th:last-of-type {
  border-right: none;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table thead tr.header td {
  display: none;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table tbody tr {
  font-size: 14px;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table tbody tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table tbody tr td {
  padding: 7px 10px;
}
@media screen and (max-width: 1080px) {
  .threetabbedtable .container .tab-content-holder .tabcontent .table-holder table tbody tr td {
    min-width: 150px;
  }
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table tbody tr td:first-of-type {
  border-left: none;
  display: none;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table tbody tr td:last-of-type {
  border-right: none;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table#table-id {
  margin-bottom: 0;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table#table-id thead tr.header {
  text-align: left;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table#table-id thead tr.header th {
  padding: 7px 10px;
}
.threetabbedtable .container .tab-content-holder .tabcontent .table-holder table#table-id thead tr.header th:first-of-type {
  border-left: none !important;
  display: none;
}

.pagination-container nav ul.pagination {
  display: inline-block;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  margin: 0;
  padding: 17px;
}
.pagination-container nav ul.pagination li {
  position: relative;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-right: none;
  cursor: pointer;
}
.pagination-container nav ul.pagination li:hover {
  color: #2dade1;
}
.pagination-container nav ul.pagination li:first-of-type {
  border-radius: 4px 0 0 4px;
}
.pagination-container nav ul.pagination li:last-of-type {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #ccc;
}
.pagination-container nav ul.pagination li span span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pagination-container nav ul.pagination li.active {
  color: #2dade1;
}

/******************************************************
*********************  MULTI MAP
******************************************************/
.acf-map {
  width: 100%;
  height: 400px;
  margin: 0px 0 55px;
}
.acf-map .inside-marker h5 {
  margin: 0 0 -8px;
  font-size: 16px;
}

.search-form input {
  height: 38px;
  width: auto;
  float: left;
}
.search-form .search-submit {
  height: 38px;
  float: left;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft, img.alignright, a img.alignleft, a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

a img.aligncenter, img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px 1px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*=align], img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  padding: 2em 1.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 47.5%;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 47.5%;
  }
}

.gallery {
  padding: 0;
  margin: 0 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery dt {
  padding-left: 5px;
  padding-bottom: 5px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery dl {
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl {
  width: 50%;
}

.gallery-columns-3 dl {
  width: 33.33333%;
}

.gallery-columns-4 dl {
  width: 50%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-4 dl {
    width: 25%;
  }
}

.gallery-columns-5 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl {
    width: 20%;
  }
}

.gallery-columns-6 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl {
    width: 14.28%;
  }
}

.gallery-columns-8 dl {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl {
    width: 12.5%;
  }
}

.gallery-columns-9 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl {
    width: 11.11%;
  }
}

.wpcf7 .wpcf7-file {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .ajax-loader {
  margin-left: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D8000C;
  display: block;
  margin-top: -30px;
  padding: 30px 0;
}
.wpcf7-not-valid-tip:before {
  font: 26px/30px dashicons;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok:before {
  content: "";
}

.wpcf7-validation-errors:before {
  content: "";
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.slick-slider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider button {
  margin: 0;
  padding: 0;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 500;
  margin: 0;
  padding: 0;
  top: 50%;
}

.slick-prev:after, .slick-next:after {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-align: left;
  font-family: dashicons;
  color: #264475;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: none;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  content: "";
}

.slick-next {
  right: 0;
}

.slick-next:after {
  content: "";
}

.slick-prev:hover, .slick-next:hover {
  background: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0.25;
  color: #020000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #020000;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/* TVW Additions 24 Jul 23 */
.main-header .container .flex-holder .content-right .join-btn{
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 970px) {
  .main-header .container .flex-holder .content-right .join-btn{
    display: none;
  }
}

form#searchform{
  margin: 0 10px 0 0;
}
form#searchform input[type="text"]{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 15px;
    border-radius: 25px;
    border: 1px solid #264475;
    padding: 9px 21px;
    max-width: 250px;
    margin: 0;
}

@media screen and (max-width: 970px) {
  form#searchform input[type="text"]{
      padding: 8px 21px;
  }
}

.container form .form-row label {
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: bold;
}
.container form .form-row label select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #264475;
  padding: 12px 21px;
  margin-bottom: 29px;
}

.embedpress-wrapper{position:relative}.ose-dailymotion.responsive,.ose-kickstarter.responsive,.ose-rutube.responsive,.ose-ted.responsive,.ose-vimeo.responsive,.ose-youtube.responsive,.ose-ustream.responsive,.ose-google-docs.responsive,.ose-animatron.responsive,.ose-amcharts.responsive,.ose-on-aol-com.responsive,.ose-animoto.responsive,.ose-soundcloud.responsive,.ose-videojug.responsive,.ose-facebook.responsive,.ose-issuu.responsive{overflow:hidden;position:relative;height:auto}.ose-dailymotion.responsive iframe,.ose-kickstarter.responsive iframe,.ose-rutube.responsive iframe,.ose-ted.responsive iframe,.ose-vimeo.responsive iframe,.ose-vine.responsive iframe,.ose-youtube.responsive iframe,.ose-ustream.responsive iframe,.ose-google-docs.responsive iframe,.ose-animatron.responsive iframe,.ose-amcharts.responsive iframe,.ose-on-aol-com.responsive iframe,.ose-animoto.responsive iframe,.ose-soundcloud.responsive iframe,.ose-videojug.responsive iframe,.ose-issuu.responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute}.ose-dailymotion.responsive,.ose-kickstarter.responsive,.ose-rutube.responsive,.ose-ted.responsive,.ose-vimeo.responsive,.ose-youtube.responsive,.ose-animatron.responsive,.ose-amcharts.responsive,.ose-on-aol-com.responsive,.ose-animoto.responsive,.ose-videojug.responsive{padding-bottom:56.25%}.ose-vine.responsive{padding-bottom:100%}.ose-ustream.responsive{padding-bottom:63.3%}.ose-google-docs.responsive{padding-bottom:62.6%}.ose-google-docs.ose-google-docs-drawings.responsive{padding-bottom:74.5%}.ose-google-docs.ose-google-docs-document.responsive,.ose-google-docs.ose-google-docs-forms.responsive,.ose-google-docs.ose-google-docs-spreadsheets.responsive{padding-bottom:142%}.ose-soundcloud.responsive{padding-bottom:155px}.ose-issuu.responsive iframe{z-index:2}.ose-issuu.responsive{padding-bottom:31.25%}.ose-issuu>div>div>div:last-child{width:100%!important;z-index:0;position:absolute;bottom:0}.ose-mixcloud.responsive iframe{width:100%}.ose-google-docs.responsive{-webkit-overflow-scrolling:touch;overflow-y:auto}.ose-facebook.responsive iframe{padding-bottom:0;width:100%}.elementor-widget iframe{max-height:100%!important}.elementor-cbutton-preview-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 30px;background:#fbf6f6}@media only screen and (max-width:800px){.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,.embedpress-facebook-vid-iframe{max-height:inherit!important}.ep-first-video iframe{max-height:100%!important}.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel){grid-template-columns:repeat(auto-fit,minmax(calc(50% - 30px),1fr))!important}}@media only screen and (max-width:500px){.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,.embedpress-facebook-vid-iframe{max-height:390px!important}.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel){grid-template-columns:repeat(auto-fit,minmax(calc(100% - 30px),1fr))!important}}.ose-matterport .embera-embed-responsive,.ose-matterport .embera-embed-responsive iframe{width:100%;height:100%}.ose-flourish iframe{border:none}.ose-deviantart img,.ose-deviantart a,.ose-deviantart div{width:100%;height:100%}.ose-meetup{overflow:auto!important;text-align:left;display:block!important;margin:auto}.ose-meetup img{height:auto}article.embedpress-event div#sponsors{display:none}.embedpress-event .link{color:#0098ab}.embedpress-event .visibility--a11yHide{border:0;clip:rect(0 0 0 0);position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px}.embedpress-event .text--small{font-size:14px;margin:0}.embedpress-event .flex{display:flex;box-sizing:border-box}.embedpress-event .flex--wrap{flex-wrap:wrap}.embedpress-event .flex--row{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.embedpress-event .flex-item{flex-basis:0;flex-grow:1;width:auto;min-width:0;box-sizing:border-box}.embedpress-event .flex-item--shrink{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.embedpress-event .flex--row>.flex-item:first-child{padding-left:0}.embedpress-event .text--bold{font-weight:700}.embedpress-event h1,.embedpress-event h2,.embedpress-event h3,.embedpress-event h4,.embedpress-event h5,.embedpress-event h6{font-size:inherit}.embedpress-event .ep-event--title{font-size:32px;font-weight:700}.embedpress-event .ep-event--date{color:#757575;font-weight:400;font-size:16px}.embedpress-event .ep-event--host{margin-top:20px;display:flex;align-items:center;margin-bottom:20px}.ep-event--host .avatar-print{border-radius:50%;height:50px;width:50px}.embedpress-event img.avatar--person{background-image:none!important;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;box-sizing:border-box;vertical-align:middle}.event-info-hosts-text{padding-left:20px;font-size:16px;font-weight:400}.embedpress-event .event-description{margin-top:20px}.text--sectionTitle{font-size:20px;line-height:28px}.ep-event--attendees{margin-top:50px}.ep-event--attendees>.flex{margin-bottom:20px}.ep-event--attendees .gridList{list-style:none;margin:0 -16px 0 0;padding:0}.ep-event--attendees .gridList-item{width:auto}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 50%;max-width:50%}.ep-event--attendees .groupMember-name{line-height:1.2!important}.ep-event--attendees .avatar--person{margin-bottom:15px;display:inline-block;border-radius:50%}.ep-event--attendees img.avatar-print{border-radius:50%}.ep-event--attendees .groupMember-role{font-size:12px;color:#757575;padding-top:2px;margin:0}.ep-event--attendees .groupMember{min-height:100%;min-width:128px;padding-left:8px;padding-right:8px}.embedpress-event .align--center{text-align:center}.embedpress-event .card{background:#fff;background-clip:padding-box;background-size:cover;border:1px solid rgba(46,62,72,.12);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;min-height:100%;padding:16px 16px 18px;position:relative;white-space:normal}.embedpress-event .card--hasHoverShadow{transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.embedpress-event .ep-event-group-link{display:flex;flex-wrap:wrap;align-items:center;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-group--name{padding-left:20px;font-size:14px;line-height:1.45;margin:0;width:70%;word-break:break-word}.embedpress-event .ep-event-group--image{-o-object-fit:cover;object-fit:cover;width:56px;height:56px;border-radius:4px}.embedpress-event .ep-event-time-location{background:#fff;border-radius:8px;padding:16px 20px 0;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-time-location .ep-event-datetime,.embedpress-event .ep-event-time-location .ep-event-location{padding-bottom:20px}.embedpress-event .ep-event-location .wrap--singleLine--truncate,.embedpress-event .ep-event-time-location .ep-event-datetime{font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-location address{font-style:normal;margin:0}.embedpress-event .ep-event-location .venueDisplay-venue-address{font-style:normal;color:#757575;margin:0}.embedpress-event .ep-event-location p{line-height:20px}.ep-event--attendees .gridList-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1rem;margin:0;vertical-align:top;width:50%}.gridList-itemInner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0 16px 16px 0}.embedpress-yt-subscribe{display:flex;align-items:center;align-content:start;text-align:center;gap:1rem;max-width:600px;width:100%}.embedpress-yt-subscribe .embedpress-yt-subscribe.dark{color:#fff}.embedpress-yt-subscribe .embedpress-yt-sub-text{display:inline-block;margin:0;padding:0}.dewqijm{height:100%;margin-right:10px}.dewqijm img[src^=image]{display:none}.dewqijm img[src^=http]{height:56px!important;width:56px!important}.dewqijm>div>div{display:none}.embedpress-event .sticky button{display:none}.embedpress-event .items-center{align-items:center}@media only screen and (min-width:530px){.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 33.333333%;max-width:33.333333%}}@media only screen and (min-width:640px){.embedpress-event .card{padding:18px 18px 20px}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 25%;max-width:25%}}.ose-opensea{height:100%!important;width:calc(100% - 40px)!important;max-height:100%!important}.ose-github{overflow:auto}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;background-color:#fff;border-radius:10px;transition:background .5s,border .5s,border-radius .5s,box-shadow .5s;box-shadow:0 4px 15px rgba(0,0,0,9%);overflow:hidden;padding:15px;position:relative;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:flex;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{justify-content:flex-start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin-top:0;margin-right:0;margin-left:0;margin-bottom:15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:5px;width:100%;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333;font-size:16px;margin-top:0;margin-right:0;margin-left:0;margin-bottom:15px;font-weight:600;word-break:break-all}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333;font-size:14px;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:flex;align-items:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333;font-size:14px;margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px;display:flex;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080e2;font-size:14px;text-decoration:none;word-break:break-all;text-decoration:none}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.ep_nft_content .ep_nft_button button a{background-color:#3080e2;color:#fff;font-size:14px;padding-top:15px;padding-right:20px;padding-left:20px;padding-bottom:15px;transition:border .5s,border-radius .5s,box-shadow .5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;transform:translateY(30px);visibility:hidden;width:100%;transition:.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button{margin-top:auto;display:flex;justify-content:space-between;gap:15px}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080e2;color:#fff;font-size:14px;padding:10px 20px;transition:border .5s,border-radius .5s,box-shadow .5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank{color:#a88484;border-color:#a88484}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:flex;gap:15px;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a{border-radius:10px;width:100%;display:flex;align-items:center;justify-content:center}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{max-width:calc(100% - 40px)!important}.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{width:100%}.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div{float:right}.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper{justify-content:center}.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper{justify-content:right}.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper{justify-content:left}.embedpress-gutenberg-wrapper.aligncenter{text-align:center;clear:both}.theme-twentytwentythree footer.wp-block-template-part{clear:both}@media all and (max-width:1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3,1fr)!important}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{max-width:100%!important}}@media all and (max-width:991px){.ose-opensea{min-width:100%!important;max-width:calc(100% - 40px)!important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2,1fr)!important}}@media all and (max-width:767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item{box-shadow:none}.ep-nft-rank-wraper{margin-bottom:16px;font-weight:600;color:#333;font-size:16px}.ep-nft-rank-wraper.ep-empty-label span{margin-left:0}span.ep-nft-rank{padding:2px 8px;border-radius:7px;margin-left:10px;display:inline-block;font-size:14px;font-weight:600;background:0 0!important;border:1px solid #ddd;color:#333}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(55% - 15px)}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:45%;height:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:100%}.ep-nft-single-item-wraper span.eb_nft_label{color:#333}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price{display:flex;flex-direction:column;margin-right:45px}.ep-nft-single-item-wraper span.eb_nft_price{font-size:30px;line-height:normal}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img{height:15px;width:15px;border-radius:50%}.ep-nft-single-item-wraper .ep-usd-price{bottom:0;font-size:12px}.ep-nft-single-item-wraper span.eb_nft_label{font-size:15px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title{margin-bottom:10px;font-size:24px}.ep-nft-single-item-wraper .CollectionLink--name svg{width:20px;height:20px;margin-left:5px}.ep-nft-single-item-wraper a.CollectionLink--link{font-size:15px;font-weight:500;text-decoration:none;margin-bottom:15px;display:block;color:#3080e2}.ep-nft-single-item-wraper sub.verified-icon{bottom:-5px;left:4px}.ep-nft-single-item-wraper .ep-accordion{border:1px solid #ddd;border-radius:10px;margin-top:15px;display:block}.ep-nft-single-item-wraper .ep-toggle{display:none}.ep-nft-single-item-wraper .ep-option{position:relative}.ep-nft-single-item-wraper .ep-content{padding:1em;border-top:1px solid #ddd}.ep-nft-single-item-wraper .ep-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s}.ep-nft-single-item-wraper .ep-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s;padding:1em;display:flex;color:#333;font-weight:700;cursor:pointer;border-radius:10px 10px 0 0;align-items:center}.ep-nft-single-item-wraper label.ep-title svg{width:20px;height:20px;margin-right:6px}.ep-nft-single-item-wraper .ep-asset-detail-item{display:flex;justify-content:space-between;font-weight:500}.ep-nft-single-item-wraper .ep-asset-detail-item span{word-break:break-word;max-width:75%}.ep-nft-single-item-wraper .ep-content{display:block}.ep-nft-single-item-wraper .ep-content p{margin:0;padding:.5em 1em 1em;font-size:.9em;line-height:1.5}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content{display:none;background:0 0}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper{display:flex}.ep-nft-single-item-wraper .ep-toggle+.ep-title:after{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:0 0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all 250ms ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(45deg)translate(-20%,-5%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:0 0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all 250ms ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(225deg)translate(80%,20%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after{display:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{pointer-events:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content{margin-bottom:20px}.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button,.embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button{display:none}@media screen and (max-width:1024px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width:991px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{align-items:unset;flex-direction:column}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:100%}}@media screen and (max-width:537px){.ep-nft-single-item-wraper sub.ep-usd-price{margin-bottom:15px;display:block}.ose-google-drive iframe{height:250px!important}.ose-nrk-radio iframe{height:400px!important}}.emebedpress-unit-percent iframe{width:100%!important}.password-form-container{width:350px;text-align:center;padding:30px;border-radius:10px;box-shadow:0 0 10px #f4eded;background-color:#f9f9ff;max-width:100%;margin:auto}.password-form-container h2{font-size:22px;margin-bottom:15px;font-family:system-ui}.password-form-container p{font-size:12px;font-family:sans-serif;line-height:1.4em;margin-bottom:15px}form.password-form{margin-bottom:2px}.password-form-container input[type=password]{padding:10px;border-radius:5px;width:100%;margin-bottom:12px;font-size:20px;color:#6354a5;outline:none;border:1px solid #ddd;outline:0;padding-left:50px;font-family:sans-serif;height:42px}.password-form-container input[type=password]::placeholder{color:#e0d1d1;font-size:14px}.password-field{position:relative}.password-field span{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;height:42px;width:40px;background:#ded7fc;border-radius:4px}.password-field svg{width:22px}.password-form-container input[type=submit]{padding:12px 20px;background-color:#6354a5;color:#fff;border:none;border-radius:5px;font-size:14px;cursor:pointer;font-family:sans-serif;transition:background-color .3s ease,box-shadow .3s ease;font-weight:initial;white-space:normal;word-break:break-all;min-height:42px}.password-form-container button:hover{background-color:#0062cc;box-shadow:0 0 10px #007bff}.password-form-container .error-message{color:red;margin-top:20px;font-size:12px;line-height:1.4em}.password-form-container .error-message.hidden{display:none}p.need-access-message{margin-bottom:2px;margin-top:13px}.wp-block-embed__wrapper{display:inline-block;width:100%;max-width:100%!important}.wp-block-embed__wrapper.position-right-wraper,.wp-block-embed__wrapper.position-right-wraper{max-width:calc(100% - 40px)!important}.ep-elementor-content{position:relative;display:inline-block;max-width:100%}.ep-elementor-content.source-opensea{display:block}.wp-block-embedpress-embedpress>div,.ep-gutenberg-content{position:relative;clear:both}.gutenberg-pdf-wraper{position:relative;width:100%}.wp-block-embedpress-embedpress-pdf.aligncenter .main-content-wraper{justify-content:center}.wp-block-embedpress-embedpress-pdf.alignleft .main-content-wraper{justify-content:left}.wp-block-embedpress-embedpress-pdf.alignright .main-content-wraper{justify-content:right}.presentationModeEnabledIosDevice{position:fixed;left:0;top:0;border:0;height:100%!important;width:100%!important;z-index:999999;min-width:100%!important;min-height:100%!important}.ep-embed-content-wraper{width:100%}.embedpress-gutenberg-wrapper.popup_button,.embedpress-elements-wrapper.popup_button{display:none!important}.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button{display:block!important}.ep-content-share-enabled .ep-embed-content-wraper{display:flex!important}.ep-content-share-enabled .ep-embed-content-wraper.hidden{display:none!important}.ep-share-position-right .ep-embed-content-wraper{flex-direction:row}.ep-content-share-enabled .ep-embed-content-wraper>div:first-child{width:100%}.ep-share-position-left .ep-embed-content-wraper{flex-direction:row-reverse}.ep-share-position-bottom .ep-embed-content-wraper{flex-direction:column}.ep-share-position-top .ep-embed-content-wraper{flex-direction:column-reverse}.ep-fixed-width .gutenberg-pdf-wraper{display:inline-block}.ep-percentage-width .embedpress-inner-iframe{width:100%}.ep-social-share{display:flex;align-items:center}.ep-social-share.share-position-right{right:-40px;top:0;flex-direction:column}.ep-social-share.share-position-left{left:0;top:0;flex-direction:column}.ep-social-share.share-position-bottom,.ep-social-share.share-position-top{justify-content:center}.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,.ep-elementor-content .ep-social-share.share-position-left{left:-40px}.ep-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0;color:#fff;text-decoration:none;font-size:20px}.ep-social-icon:hover{opacity:.8}.ep-social-share svg{width:20px;height:auto}a.ep-social-icon.pinterest svg{height:25px}.ep-social-share .facebook{background-color:#3b5998}.ep-social-share .facebook svg{width:40px}.ep-social-share .twitter{background-color:#000}a.ep-social-icon.twitter:focus-visible{box-shadow:none;border:none;outline:none}.ep-social-share .pinterest{background-color:#bd081c}.ep-social-share .linkedin{background-color:#0077b5}.ep-social-share .instagram{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4)}.ep-social-share .reddit{background-color:#ff4500}.ep-social-icon i{margin-right:0}.ep-content-locked .watermark{display:none!important}.ep-content-protection-enabled .watermark{display:none!important}.embedpress-pro-control.not-active{pointer-events:none}.pro__alert__wrap .pro__alert__card h2{font-size:22px;font-weight:600;color:#131f4d;margin-bottom:8px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-top:0;margin-bottom:20px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131f4d}.pro__alert__icon{width:72px;height:72px;border-radius:50%;background:#f0edf9;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.pro__alert__btn{display:inline-block;background:#5b4e96;color:#fff!important;padding:12px 32px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none!important;transition:background .2s}.pro__alert__btn:hover{background:#4a3f7e;color:#fff!important}.pro__alert__close{background:0 0!important;border:none!important;color:#7c8db5!important;font-size:13px;cursor:pointer;margin-top:12px;text-decoration:none!important;padding:5px 10px!important}.pro__alert__close:hover{color:#131f4d!important}.emebedpress-unit-percent,.ep-elementor-content.ep-percentage-width{width:100%}[data-theme-mode=dark]{--viewer-primary-color:#343434;--viewer-icons-hover-bgcolor:#453838}[data-theme-mode=light]{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}@media(prefers-color-scheme:dark){:root{--viewer-primary-color:#343434;--viewer-icons-color:#f2f2f6;--viewer-icons-hover-bgcolor:#453838}}@media(prefers-color-scheme:light){:root{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}}.ep-file-download-option-masked::after,.ep-external-doc-icons{background:var(--viewer-primary-color)}.ep-external-doc-icons svg path{fill:var(--viewer-icons-color)}.ep-doc-draw-icon svg path{fill:var(--viewer-primary-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover svg path{fill:var(--viewer-icons-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover{background-color:var(--viewer-icons-hover-bgcolor)}.ep-file-download-option-masked{position:relative}.ep-file-download-option-masked{position:relative;width:100%;height:100%;overflow:hidden}.ep-file-download-option-masked .overlay{position:absolute;top:0;left:50%;transform:translateX(-50%);width:calc(100% - 15px);height:calc(100% - 45px);background-color:rgb(66 23 23/0%);pointer-events:unset;z-index:1;user-select:none;max-width:800px;margin:0 auto}.ep-file-download-option-masked.ep-file-xls .overlay{height:calc(100% - 78px)}.ep-file-download-option-masked iframe{width:100%;height:100%;pointer-events:auto}.wp-block-embedpress-document.embedpress-document-embed iframe{border:none!important;box-shadow:none!important}.ep-file-download-option-masked.enabled-text-copy{pointer-events:all}.embed-download-disabled{width:200px;height:22px;background:#444;position:absolute;right:2px;bottom:8px;opacity:0;pointer-events:none}.cui-toolbar-button-right{display:none!important}.ndfHFb-c4YZDc-Wrql6b{display:none}.ep-external-doc-icons{position:absolute;display:flex;flex-direction:revert;background:var(--viewer-primary-color);border-radius:6px;z-index:2;bottom:-18px;left:50%;transform:translate(-50%,-50%);padding:0 10px}.ep-external-doc-icons svg{width:22px;height:22px;cursor:pointer;transition:.3s;padding:5px;border-radius:4px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg{width:22px;height:22px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg{width:20px!important}.ep-doc-minimize-icon svg,.ep-doc-fullscreen-icon svg{padding:6px}.ep-external-doc-icons svg:hover{border-radius:4px}.ep-doc-draw-icon.active svg{background:var(--viewer-icons-hover-bgcolor)}.ep-doc-download-icon,.ep-doc-print-icon,.ep-doc-fullscreen-icon,.ep-doc-popup-icon,.ep-doc-draw-icon,.ep-doc-minimize-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.ep-file-download-option-masked.fullscreen-enabled iframe,.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,.embedpress-document-embed .fullscreen-enabled iframe{width:100%!important;height:100%!important}.ep-file-download-option-masked.fullscreen-enabled{overflow:visible}.ep-file-download-option-masked.fullscreen-enabled .embed-download-disabled{display:none}.ep-file-download-option-masked.fullscreen-enabled::after{display:block}.embedpress-document-embed{position:relative;height:auto!important}.position-right-wraper .main-content-wraper,.position-left-wraper .main-content-wraper{display:flex}.position-left-wraper .main-content-wraper{display:flex;flex-direction:row-reverse}.position-top-wraper .main-content-wraper{display:flex;flex-direction:column-reverse;justify-content:center}.position-bottom-wraper .main-content-wraper{justify-content:center}.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe{margin-left:22%}.ep-file-download-option-masked::after{position:absolute;width:100%;height:30px;background:var(--viewer-primary-color);z-index:1;bottom:0;content:'';left:0;pointer-events:none}.ep-file-download-option-masked.ep-file-docx::after{bottom:0}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after{bottom:0;background:#fff;height:22px}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after{bottom:0}canvas.ep-doc-canvas{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;clear:both;margin:auto;display:none}:root{--plyr-control-icon-size:15px;--plyr-range-track-height:3px;--plyr-range-thumb-height:10px}.plyr--audio .plyr--full-ui input[type=range]{color:red!important}.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track{box-shadow:none}.ep-embed-content-wraper input[type=range]::-moz-range-track{box-shadow:none}a.plyr__controls__item.plyr__control{border-radius:inherit;color:inherit!important}.plyr-initialized button:focus{background-color:var(--plyr-color-main)}.custom-player-preset-1 .plyr__controls{background:var(--plyr-color-main)!important;padding:0!important}.custom-player-preset-1 button.plyr__control{border-radius:0}.custom-player-preset-1 a.plyr__controls__item.plyr__control{border-radius:inherit}.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr=play],.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr=play]{width:100px!important;text-align:center;display:flex;align-items:center!important;justify-content:center;height:60px}.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr=play] svg,.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr=play] svg{width:22px;height:22px}.custom-player-preset-1 .plyr__control:focus{border:none}.custom-player-preset-2 a.plyr__controls__item.plyr__control,.custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr=play],.preset-default a.plyr__controls__item.plyr__control{border-radius:4px}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{color:var(--plyr-audio-control-color-hover,#fff)!important}.custom-player-preset-3 .plyr__controls,.custom-player-preset-4 .plyr__controls{background:var(--plyr-color-main)!important;padding:0!important}.custom-player-preset-4 button.plyr__control.plyr__control--overlaid{display:none!important}.ep-embed-content-wraper[data-playerid]{--plyr-range-fill-background:#ffffff;--plyr-video-progress-buffered-background:rgba(255, 255, 255, 0.35)}figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:inherit!important}.plyr{background-color:#000}.plyr--fullscreen-fallback{width:100%!important;max-height:100vh!important;height:100%!important}.pip-mode{position:fixed!important;width:320px!important;height:180px!important;top:calc(100% - 200px)!important;left:calc(100% - 340px)!important;z-index:9999;border-radius:15px!important}.plyr [data-plyr=pip]{display:block!important}.pip-mode .plyr__video-wrapper{pointer-events:none}.pip-mode .pip-play{display:none}.pip-mode .pip-play,.pip-mode .pip-pause{opacity:0!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0000004a;z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50px;cursor:pointer}.pip-mode .pip-close{opacity:0;position:absolute;right:10px;top:10px;background:#0000004a;z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50px;cursor:pointer}.pip-mode:hover .pip-play,.pip-mode:hover .pip-close,.pip-mode:hover .pip-pause{opacity:1!important}.pip-mode .overlay-mask{position:absolute;top:0;left:0;right:0;bottom:0}.pip-mode iframe{pointer-events:none!important}[data-playerid].plyr-initialized,[data-playerid].audio.plyr-initialized{opacity:1}.plyr--paused.plyr__poster-enabled .plyr__poster{display:block!important;opacity:1;background-size:cover}@media only screen and (max-width:767px){.plyr__controls [data-plyr=restart],.plyr__controls [data-plyr=rewind],.plyr__controls [data-plyr=fast-forward],.plyr__controls [data-plyr=pip]{display:none!important}.plyr__video-wrapper iframe{max-height:100%!important}.plyr__controls .plyr__volume input[type=range]{max-width:40px;min-width:40px}}.ep-insta-profile-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #ddd;justify-content:center;gap:30px;padding-bottom:30px}.posts-tab-options{text-align:center;margin:0}.posts-tab-options .tabs{list-style:none;padding:0;margin:0;display:inline-flex;border-radius:5px;gap:25px;padding:0}.posts-tab-options .tabs svg{width:15px;height:15px}li[data-media-type=ALL] svg{width:12px;height:12px}.posts-tab-options .tabs li{margin-right:15px;cursor:pointer;padding:10px 0;text-transform:uppercase;font-size:12px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px}.posts-tab-options .tabs li:last-child{margin-right:0}.posts-tab-options .tabs li.active{position:relative;color:#737373}.posts-tab-options .tabs li svg{border-radius:2px}.posts-tab-options .tabs li.active svg{color:#737373}.posts-tab-options .tabs li:hover,.posts-tab-options .tabs li:hover svg,.posts-tab-options .tabs li:hover .fill-color{color:#737373}.posts-tab-options .tabs li:hover .fill-color,.posts-tab-options .tabs li.active .fill-color{fill:#737373!important}.posts-tab-options .tabs li.active::after{content:'';position:absolute;top:-1px;height:1px;width:100%;background-color:#737373;left:0;right:0}.ep-insta-profile-image{margin-right:16px}.ep-insta-posts-count{margin-right:15px}.ep-insta-profile-image img{width:120px;height:120px!important;object-fit:cover;border-radius:50%!important;border:3px solid #037bff}.change-photo-button{background-color:transparent;border:none;cursor:pointer}.change-photo-image{width:100px;height:100px;border-radius:50%;object-fit:cover}.ep-insta-username-section{display:flex;align-items:center;margin-bottom:8px}.ep-insta-profile-link{text-decoration:none}.ep-insta-username{font-size:18px;font-weight:700;margin-right:12px}.ep-insta-edit-profile-link{text-decoration:none;color:#3897f0;font-weight:700}.ep-insta-profile-stats{display:flex;margin-bottom:8px}.ep-insta-profile-stats .stats-list{list-style:none;margin:0;padding:0;display:flex}.ep-insta-profile-stats .stats-list li{margin-right:24px;font-size:14px}.ep-insta-bio-section{margin-bottom:12px;text-align:left}section.ep-insta-profile-details div:last-child{margin:0}.ep-insta-bio{font-size:14px}a.ep-insta-edit-profile-link{padding:8px 15px;background:#efefef;text-decoration:none!important;border-radius:7px;color:#222;font-size:12px;font-weight:500}span.ep-insta-count{font-weight:600}a.ep-insta-followers-link{text-decoration:none!important}a.ep-insta-profile-link,a.ep-insta-profile-link h2{font-size:20px;text-decoration:none!important;margin:0;margin-right:15px}.embedpress-insta-container{overflow:hidden;position:relative}.ose-instagram-feed{max-height:100%!important;height:100%!important}.insta-grid .embedpress-insta-container .insta-gallery,.insta-justify .ose-instagram-feed .insta-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;grid-auto-flow:row}.insta-carousel .embedpress-insta-container .insta-gallery{grid-auto-columns:calc(25% + 0px);gap:0;left:0}.insta-masonry .embedpress-insta-container .insta-gallery{column-count:3;gap:.5em;margin:auto;width:100%;display:inherit}.insta-grid .embedpress-insta-container .insta-gallery-item{position:relative;color:#fff;cursor:pointer;height:350px}.embedpress-insta-container .insta-gallery-item:hover{cursor:pointer}.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item{height:auto;margin-bottom:.5em}.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image{height:550px;margin-bottom:-13px}.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info{display:flex;justify-content:center;align-items:center;position:absolute;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);transition:.3s;opacity:0;visibility:hidden}.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info{height:calc(100% + 4px)}.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info{opacity:1;visibility:visible}.embedpress-insta-container .insta-gallery-item-info ul{display:flex;align-items:center;justify-content:center;padding:0;margin:0;height:100%}.embedpress-insta-container .insta-gallery-item-info li{display:flex;align-items:center;font-size:1.7rem;font-weight:600;gap:5px}.embedpress-insta-container .insta-gallery-item-likes{margin-right:2.2rem}.embedpress-insta-container .insta-gallery-item-type{position:absolute;right:1rem;top:1rem;text-shadow:.2rem .2rem .2rem rgba(0,0,0,.1)}.embedpress-insta-container .insta-gallery-image{width:100%;height:100%;object-fit:cover;min-height:320px}.insta-masonry .embedpress-insta-container .insta-gallery-image{margin-bottom:-13px}.insta-gallery-item-info svg{width:40px;height:40px}.insta-item-reaction-count{display:flex}.insta-item-reaction-count .insta-gallery-item-likes,.insta-item-reaction-count .insta-gallery-item-comments{display:flex;align-items:center;justify-content:center;gap:6px;font-size:20px;font-weight:700;color:#fff}.insta-gallery-item-info .insta-item-reaction-count svg{width:25px;height:25px}.insta-gallery-item-type svg{width:25px;height:25px}.insta-gallery-item-type svg.insta-video-icon{width:22px;height:22px}.cg-carousel__btns.hidden{display:none}.cg-carousel__btns{top:50%;transform:translateY(-50%);position:absolute;width:100%}.ep-embed-content-wraper.insta-carousel .cg-carousel__btns{top:calc(50% - 16px)}.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink{display:flex;align-content:center}.cg-carousel__btns button{background:#262323;border:0;border-radius:50px;width:35px;height:35px;display:inline-grid;align-items:center;justify-content:center;cursor:pointer;padding:0}button#js-carousel__prev-1{position:absolute;left:30px;z-index:1;padding:8px 15px}button#js-carousel__next-1{position:absolute;right:30px;z-index:1;padding:8px 15px}.embedpress-popup-block.embedpress-popup-img{position:relative;height:100%;display:flex;background:#000}.popup-carousel,.cg-carousel__track{height:100%}.popup-container .popup-carousel .cg-carousel__track{align-items:center;background-color:#000}.popup-container .popup-carousel{background-color:#000}button.js-carousel__prev-1{position:absolute;left:30px;top:50%;transform:translateY(-50%);z-index:1}button.js-carousel__next-1{position:absolute;right:30px;top:50%;transform:translateY(-50%);z-index:1}.cg-carousel__btn svg{width:16px;height:16px}.load-more-button-container,.load-more-button-container button{display:flex;align-items:center;justify-content:center;gap:5px}.load-more-button-container button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:#037bff;background-color:#037bff;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1em;cursor:pointer;border-radius:5px;margin-top:30px}.popup-container{display:flex;width:100%}.popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:99999}.popup{border-radius:10px;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;max-height:90vh;max-width:90vw;width:auto;background:#fff;box-shadow:0 25px 60px rgba(0,0,0,.35)}.popup .popup-container{max-height:90vh;overflow:hidden}.popup-container .popup-md-9.white{max-height:90vh;display:flex;align-items:center;justify-content:center;background:#000}.popup-md-3.red{max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.embedpress-popup-img,.embedpress-popup-img img,.popup-carousel,.popup-carousel .cg-carousel__slide{max-height:90vh}.embedpress-popup-img img,img.popup-media-image,video.popup-media-image{max-height:90vh;width:auto;height:auto;object-fit:contain}.popup-container .popup-md-9.white{width:60%;overflow:hidden}.popup-md-3.red{width:40%}.embedpress-popup-img img{width:100%;height:auto;object-fit:contain}video.popup-media-image{height:auto;max-width:100%;width:100%;max-height:100vh;border-top-left-radius:5px;border-bottom-left-radius:5px}img.popup-media-image{height:auto}.embedpress-popup-header,.embedpress-hashtag-header{display:flex;align-items:center;padding:15px 10px;justify-content:space-between;border-bottom:1px solid #f4e9e9}.hashtag-container{border-bottom:1px solid #f4e9e9}.embedpress-hashtag-header{border:none;max-width:350px;margin:auto}.embedpress-hashtag-username{font-weight:700}.embedpress-popup-header-img img,.embedpress-hashtag-header-img img{border-radius:50%!important;margin-right:10px;width:30px;height:30px!important;object-fit:cover;border:2px solid #037bff!important}.embedpress-popup-header-img a,.embedpress-hashtag-header-img a{display:flex;align-items:center;justify-content:center;text-decoration:none!important}.embedpress-popup-username{color:#005293;font-weight:700;font-size:15px;text-decoration:none!important}img.embedpress-hashtag-round{border-radius:50px!important}.insta-followbtn a{text-decoration:none!important;padding:6px 15px;background:#007bff;border-radius:5px;color:#fff!important;font-size:14px;font-weight:400;border:0}.embedpress-popup-block.embedpress-popup-info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;height:100%;background-color:#fff}.embedpress-popup-text{font-size:14px;font-weight:400;overflow:hidden;letter-spacing:.04em;line-height:1.8rem;padding:10px;flex:auto;border-bottom:1px solid #f4e9e9;text-align:left;max-height:calc(100vh - 235px);overflow:auto;word-break:normal;overflow-wrap:anywhere}.embedpress-popup-stats{display:flex;align-items:center;justify-content:space-between;padding:16px 10px}.embedpress-popup-stats .embedpress-inline{display:flex;align-items:center;gap:5px;font-weight:700;color:#000;cursor:pointer;position:relative}.embedpress-popup-stats .embedpress-inline a{display:flex;align-items:center;gap:6px;color:#000;text-decoration:none;font-weight:400}.embedpress-popup-stats .embedpress-inline a svg{width:20px;height:20px}.embedpress-popup-share-buttons{padding:10px;background-color:#fafafa;display:flex;align-items:center}.embedpress-popup-share-buttons a{color:#007bff}.embedpress-href.embedpress-popup-share{cursor:pointer;color:#ca379d;display:flex;align-items:center;gap:6px}.embedpress-popup-share-buttons{background:#f4f9ff;position:absolute;top:-50px;left:-55px;gap:10px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);visibility:hidden;opacity:0;margin-bottom:-10px;transition:.3s}.embedpress-popup-share-buttons.show{visibility:visible;opacity:1;margin-bottom:0}.embedpress-popup-share-buttons::before{content:"";position:absolute;bottom:-15px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#f4f9ff transparent transparent transparent}.embedpress-popup-share-buttons::before{content:"";position:absolute;bottom:-15px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#f4f9ff transparent transparent transparent;z-index:1!important}.embedpress-popup-share-buttons::after{content:"";position:absolute;bottom:-16.1px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#e7eaef transparent transparent transparent}.embedpress-popup-share-buttons span{color:#fff;font-size:18px;display:flex;align-items:center}.embedpress-popup-share-buttons span svg{width:16px!important;height:16px!important}.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin{color:#0077b5}.embedpress-popup-share-buttons span.dashicons.dashicons-facebook{color:#1877f2}.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest{color:#e60023}span.tag-wrapper a{font-weight:700;text-decoration:none!important}.embedpress-href.embedpress-popup-share svg{width:20px;height:20px}.embedpress-popup-instagram-buttons svg{width:18px!important;height:20px!important}.embedpress-popup-stats .embedpress-inline{transition:.3s}.embedpress-popup-stats .embedpress-inline:hover svg,.embedpress-popup-stats .embedpress-inline a:hover,.embedpress-popup-stats .embedpress-inline:hover,.embedpress-href:hover svg .st0{color:#737373!important}.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path{stroke:#737373}.embedpress-inline.popup-like-button a:hover svg{color:#737373;fill:#737373}.embedpress-href.embedpress-popup-share:hover svg{fill:#737373}.date-post{padding:10px;font-size:12px;color:#8e8e8e}div.popup-close{position:absolute;top:50px;right:50px;color:#fff;z-index:15566555655;cursor:pointer;padding:15px;background:#643535;border-radius:50px;height:10px;width:10px;display:flex;align-items:center;justify-content:center;text-transform:uppercase;cursor:pointer}.load-spin{width:100px;height:100px;background-color:red;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loader{margin:auto;border:5px solid #eaf0f6;border-radius:50%;border-top:5px solid #ff7a59;width:30px;height:30px;animation:spinner 4s linear infinite}.sponsored-youtube-video{height:100%}@keyframes spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media screen and (max-width:1200px){.popup-container .popup-md-9.white{width:50%}.popup-container .popup-md-3{width:50%}}@media screen and (max-width:991px){.popup-container{flex-direction:column;overflow-y:auto}.popup-container .popup-md-9.white{width:100%;max-height:55vh}.popup-container .popup-md-3{width:100%;max-height:none}.embedpress-popup-img img,img.popup-media-image,video.popup-media-image{max-height:55vh}.embedpress-popup-text{max-height:300px}}@media screen and (max-width:768px){.insta-grid .embedpress-insta-container .insta-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}.popup{width:94vw;max-width:94vw;max-height:94vh;border-radius:14px}.popup-container{width:100%;max-height:94vh}.popup .popup-container{max-height:94vh}.popup-container .popup-md-9.white{width:100%;max-height:55vh;background:#000}.embedpress-popup-img,.embedpress-popup-block.embedpress-popup-img{width:100%;display:flex;align-items:center;justify-content:center}.embedpress-popup-img img,img.popup-media-image,video.popup-media-image{width:100%;max-width:100%;max-height:55vh;object-fit:contain}.embedpress-popup-header,.embedpress-hashtag-header{padding:12px 14px}.embedpress-popup-text{max-height:220px;padding:12px 14px;line-height:1.55;letter-spacing:.01em}.embedpress-popup-stats{padding:12px 14px;gap:18px}.embedpress-popup-stats .embedpress-inline a svg,.embedpress-popup-instagram-buttons svg{width:22px!important;height:22px!important}div.popup-close{top:12px;right:12px;padding:12px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}@media screen and (max-width:420px){.insta-grid .embedpress-insta-container .insta-gallery{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ep-insta-profile-header{flex-direction:column}.popup{max-width:100vw;max-height:100vh;width:100%;height:100%;border-radius:0;top:0;left:0;transform:none}.popup-container,.popup .popup-container{max-height:100vh;height:100%}.popup-container .popup-md-9.white{max-height:45vh}.embedpress-popup-img img,img.popup-media-image,video.popup-media-image{max-height:45vh}.embedpress-popup-text{max-height:none;flex:auto}.insta-followbtn{display:none}.embedpress-popup-share-buttons{left:auto;right:-10px}}.ep-player-wrap .hide{display:none}.ep-gdrp-content{background:#222;padding:50px 30px;color:#fff}.ep-gdrp-content a{color:#fff}.ep-youtube__content__pagination{display:flex;justify-content:center;align-items:center;margin-top:30px;gap:10px}.ep-loader-wrap{margin-top:30px;display:flex;justify-content:center}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{cursor:pointer;border:1px solid rgba(0,0,0,.1);border-radius:30px;padding:0 20px;height:40px;transition:.3s;display:flex;align-items:center}.ep-youtube__content__pagination .ep-prev:hover,.ep-youtube__content__pagination .ep-next:hover{background-color:#5b4e96;color:#fff}.ep-youtube__content__pagination .ep-page-numbers{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ep-youtube__content__pagination .ep-page-numbers>span{border:1px solid rgba(0,0,0,.1);border-radius:30px;display:inline-block;width:45px;height:45px;display:flex;align-items:center;justify-content:center}.active__current_page{background:#5b4e96;color:#fff}.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel){margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap{grid-template-columns:repeat(auto-fit,minmax(calc(100% - 30px),1fr))!important}[data-youtube-channel-carousel].ep-youtube__content__block{position:relative}.ep-youtube__content__block .item{cursor:pointer;white-space:initial}.ep-youtube__content__block .youtube-carousel .item{margin:10px}.ep-youtube__content__block .item:hover .thumb .play-icon{opacity:1;top:50%}.ep-youtube__content__block .item:hover .thumb:after{opacity:.4;z-index:0}.ep-youtube__content__block .thumb{padding-top:56.25%;margin-bottom:5px;position:relative;background-color:#222;background-size:contain!important;border-radius:12px;overflow:hidden}figure .ep-youtube__content__block .thumb{background-color:#222!important}.ep-youtube__content__block .thumb:after{position:absolute;top:0;left:0;height:100%;width:100%;content:'';background:#000;opacity:0;transition:opacity .3s ease}.ep-youtube__content__block .thumb:before{position:absolute;top:0;left:0;height:100%;width:100%;content:'';background:#222;z-index:-1}.ep-youtube__content__block .thumb img{width:100%;height:100%;object-fit:cover}.ep-youtube__content__block .thumb .play-icon{width:50px;height:auto;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s ease;z-index:2}.ep-youtube__content__block .thumb .play-icon img{width:100}.ep-youtube__content__block .body p{margin-bottom:0;font-size:15px;text-align:left;line-height:1.5;font-weight:400}.ep-youtube__content__block.loading .ep-youtube__content__pagination{display:none}.ep-youtube__content__block .ep-loader{display:none}.ep-youtube__content__block.loading .ep-loader{display:block}.ep-loader img{width:20px}.is_mobile_device{display:none!important}.is_mobile_devic.ep-page-numbers{gap:5px}@media only screen and (max-width:480px){.is_desktop_device{display:none!important}.ep-youtube__content__pagination .ep-page-numbers>span{width:35px;height:35px}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{height:35px}.is_mobile_device{display:flex!important}.ep-youtube__content__pagination .ep-page-numbers{gap:5px}}.embedded-youtube-channel .ose-youtube{height:100%!important;max-height:100%!important}.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube,.ep-youtube-channel .ose-youtube{height:100%!important;max-height:100%!important}.ose-youtube .channel-header{display:flex;align-items:center;padding:20px;border-radius:10px}.ose-youtube .profile-picture{width:120px;height:120px;border-radius:50%;margin-right:20px}.ose-youtube .channel-info{flex-grow:1;text-align:left}.ose-youtube .info-description{margin-bottom:20px}.ose-youtube .channel-name{font-size:24px;margin:0}.ose-youtube .channel-details{margin:5px 0}.ose-youtube .more-info{text-decoration:none}.ose-youtube .subscribe-button{background-color:red;border:none;padding:10px 20px 10px 12px;border-radius:30px;cursor:pointer;display:inline-flex;align-items:center;text-decoration:none!important;color:#fff;font-weight:600}.ose-youtube .subscribe-button svg{height:20px;width:20px;margin-right:5px}.ose-youtube .subscribe-button:hover{background-color:#ff6868}#videoPopup.video-popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.95)}.video-popup-content{position:absolute;left:50%;top:calc(50% + 30px);transform:translate(-50%,-50%);max-width:90%;max-height:90%;text-align:center}.video-popup-inner-content{width:100%;height:100%;max-height:90vh;overflow:auto!important;border:1px solid #333;border-radius:8px;background:#000;box-sizing:border-box;padding:20px}.video-popup-content iframe{width:700px!important;height:420px!important;max-width:100%;max-height:100%}#videoPopup.video-popup .close{position:absolute;top:-25px;right:-30px;color:#fff;font-size:35px}#videoPopup.video-popup .close:hover,#videoPopup.video-popup .close:focus{color:#999;text-decoration:none;cursor:pointer}#videoPopup.video-popup .popup-controls{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none}#videoPopup.video-popup .nav-icon{pointer-events:auto;color:#fff;font-size:50px;cursor:pointer;user-select:none}#videoPopup.video-popup .prev-icon{position:absolute;left:-60%;top:50%;transform:translate(0,-50%);padding:10px}#videoPopup.video-popup .next-icon{position:absolute;right:-60%;top:50%;transform:translate(0,-50%);padding:10px}#videoDescription{color:#fff;font-size:14px}.youtube-video-description{font-family:Arial,sans-serif;margin:0;padding:0 20px;bottom:no;max-width:700px;text-align:left}.youtube-video-header h1{font-size:20px;margin:0 0 10px;color:#fff}.youtube-video-meta{font-size:14px;color:#666;margin-bottom:10px}.youtube-video-meta span{margin-right:10px}.youtube-video-body{max-height:200px;overflow:auto}.youtube-video-body p{font-size:15px;margin:0 0 20px;color:#ddd}.youtube-video-footer{display:flex;justify-content:space-between;align-items:center;padding-top:5px}.youtube-video-link{font-size:16px;color:#0073aa;text-decoration:none}.youtube-video-link:hover{text-decoration:underline}.youtube-video-stats{font-size:14px;color:#666;display:flex;align-items:center;gap:18px}.youtube-video-stats svg{height:12px;width:14px}.youtube-video-stats span{margin-right:10px;display:flex;align-items:center;gap:8px;color:#dad2d2}.youtube-video-stats i{margin-right:5px}.youtube-body-content .description-container{display:flex;border-radius:4px;max-width:600px;text-align:left;margin-top:10px}.youtube-body-content.body{width:100%}.youtube-body-content .thumbnail{width:30px;height:30px;border-radius:4px;margin-right:10px}.youtube-body-content .thumbnail img{border-radius:50%;margin-right:10px;width:30px;height:30px}.youtube-body-content .details{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 30px)}.youtube-body-content .title{font-size:14px;font-weight:500;color:#000;margin-bottom:4px;line-height:1.4}.youtube-body-content .channel,.youtube-body-content .views,.youtube-body-content .time{font-size:14px;color:#606060}.youtube-body-content .channel{margin-bottom:4px}.ep-player-wrap.layout-gallery .ep-first-video iframe{border-radius:15px}.ep-player-wrap.layout-list .ep-youtube__content__block .item{display:flex;width:100%;gap:20px}.ep-player-wrap.layout-list .ep-youtube__content__block .thumb{padding-top:20.25%;min-width:250px;max-width:300px}[data-youtube-channel-carousel] .youtube-carousel-container{position:relative;width:100%;overflow:hidden}[data-youtube-channel-carousel] .youtube-carousel{display:flex;transition:transform .5s ease-in-out}[data-youtube-channel-carousel] .youtube-carousel .item{min-width:calc(33.3333% - 20px);box-sizing:border-box}[data-youtube-channel-carousel] button{position:absolute;top:50%;transform:translateY(-50%);color:#fff;border:none;cursor:pointer;padding:10px;box-shadow:none;background-color:#000000ba;width:40px;height:40px;display:flex;align-items:center;border-radius:50%;justify-content:center}[data-youtube-channel-carousel] button.preview{left:-100px}.carousel-controls button.next{right:-100px}.fc-list-table .fc-event,.fc-list-table .fc-event:hover{color:inherit!important;text-decoration:none!important}.fc-list-table .fc-event,.fc-list-table .fc-event-dot{background-color:transparent!important}.fc table.fc-list-table{table-layout:inherit!important}.fc-list-table .fc-event{display:table-row!important}@media screen and (max-width:1400px){.ose-youtube .video-popup-content iframe{height:305px!important}.ose-youtube .prev-icon{left:-50%}.ose-youtube .next-icon{right:-50%}}@media screen and (max-width:1200px){.ose-youtube .video-popup-content iframe{height:305px!important}.ose-youtube .prev-icon{left:-40%}.ose-youtube .next-icon{right:-40%}}@media screen and (max-width:992px){.ose-youtube .video-popup-content iframe{height:305px!important}.ose-youtube .prev-icon{left:-40%}.ose-youtube .next-icon{right:-40%}}@media screen and (max-width:576px){.ose-youtube .prev-icon{left:-26%}.ose-youtube .next-icon{right:-26%}}@media screen and (max-width:580px){.ose-youtube .prev-icon{left:-18%}.ose-youtube .next-icon{right:-18%}}.youtube-video-body{display:none}.video-popup-content{width:100%;max-width:720px;margin:auto}@media(max-width:1024px){.youtube-carousel .item{min-width:calc(50% - 20px)!important}}@media(max-width:768px){.youtube-carousel .item{min-width:calc(100% - 20px)!important}[data-youtube-channel-carousel] button.preview{left:0!important}[data-youtube-channel-carousel] button.next{right:0}.video-popup-content{width:calc(100% - 40px);margin:auto}.video-popup-content iframe{max-height:300px}#videoPopup.video-popup .close{top:-25px;transform:translate(0%,-50%);right:unset}}@media(max-width:580px){.ep-first-video{margin-bottom:20px}.video-popup-content iframe{max-height:220px}.ep-player-wrap .ep-youtube__content__block .item{gap:15px}.ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap{gap:30px!important}.ose-youtube .profile-picture{width:80px;height:80px}.ose-youtube .channel-header{gap:10px;align-items:start;padding:0}.description-container{margin-top:0}.description-container p.description{display:none}.ep-player-wrap.layout-list .ep-youtube__content__block .item{flex-direction:column}.ep-player-wrap.layout-list .ep-youtube__content__block .thumb{min-width:100%;min-height:200px}}.ep-google-photos-gallery-grid .ose-google-photos,.ep-google-photos-gallery-masonary .ose-google-photos,.ep-google-photos-gallery-justify .ose-google-photos{height:100%!important;max-height:100%!important}.pa-carousel-widget.jx-carousel-widget,.pa-gallery-player-widget,.ose-google-photos{position:relative}.pa-carousel-widget.jx-carousel-widget::after,.pa-gallery-player-widget::after{position:absolute;right:0;left:0;width:100%;height:60px;background:#fff;content:'';top:10px;background:0 0}.ep-google-photos-visit-btn:hover{background:rgba(0,0,0,.9);color:#fff;text-decoration:none}.ep-google-photos-visit-btn svg{width:16px;height:16px;fill:currentColor}.photos-gallery-grid,.photos-gallery-masonry,.photos-gallery-justify{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.photos-gallery-grid .photo-item,.photos-gallery-masonary .photo-item{width:100%;height:200px;background-color:#f1efef;display:flex;justify-content:center;align-items:center;cursor:pointer;text-align:center}.photos-gallery-masonary{columns:250px;gap:3px;position:relative;width:100%}.photos-gallery-masonary .photo-item{width:100%;height:auto;object-fit:cover;display:block;margin-bottom:3px;cursor:pointer}.photos-gallery-masonary .photo-item img{width:100%;height:100%;object-fit:cover;display:block}.photos-gallery-grid{display:grid;gap:3px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));position:relative}.photos-gallery-grid .photo-item{border-radius:10px;text-align:center;height:280px;cursor:pointer}.photos-gallery-grid .photo-item img{width:100%;height:100%;object-fit:cover;display:block}.photos-gallery-justify{display:flex;flex-wrap:wrap}.photos-gallery-justify .photo-item{cursor:pointer;height:auto}.photos-gallery-justify .photo-item:hover{opacity:.9}.photos-gallery-justify .photo-item img{user-select:none;width:100%;vertical-align:middle}.photos-gallery-justify::after{content:"";flex-grow:99999;min-width:calc(100vw/4)}@media(max-width:460px){.photos-gallery-justify{flex-direction:column}.photos-gallery-justify .photo-item{width:100%!important}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:none;justify-content:center;align-items:center;z-index:999999;transition:.5s ease}.popup-overlay .popup{position:relative;max-width:100%;max-height:100%;width:100%;height:100%;background-color:transparent;display:flex!important;justify-content:center;align-items:center;color:#000}.popup-overlay .close-btn{position:absolute;top:10px;right:10px;color:#fff;font-size:30px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0a0a0a;border-radius:50%}.popup-overlay .prev-btn,.popup-overlay .next-btn{position:absolute;top:50%;transform:translateY(-50%);font-size:30px;background-color:rgba(0,0,0,.5);color:#fff;border:none;padding:10px;cursor:pointer;z-index:10;opacity:0;visibility:hidden;transition:.2s;display:flex}.popup-overlay:hover .prev-btn,.popup-overlay:hover .next-btn{opacity:1;visibility:visible}.popup-overlay .prev-btn{left:10px}.popup-overlay .next-btn{right:10px}.popup-overlay img#popup-image{width:100%;height:auto;max-height:100vh}.popup-overlay .prev-btn:hover,.popup-overlay .next-btn:hover{background-color:rgba(0,0,0,.8)}@media(max-width:1024px){.photos-gallery-grid .photo-item{width:100%;height:150px!important}.photos-gallery-masonary{columns:200px!important}.photos-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important}}.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox{width:100%;height:100%}.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe{width:100%;height:100%}@media(max-width:767px){.popup-overlay .prev-btn,.popup-overlay .next-btn{font-size:20px;padding:5px}}.getty div:last-child{padding:0!important;height:100%!important;max-height:100%!important}.ep-embed-content-wraper{position:relative}.ep-resume-prompt{position:absolute;inset:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;z-index:10;color:#fff;font-family:inherit}.ep-resume-prompt__inner{background:rgba(20,20,20,.95);padding:24px 28px;border-radius:8px;text-align:center;max-width:90%;box-shadow:0 10px 30px rgba(0,0,0,.4)}.ep-resume-prompt__msg{margin:0 0 16px;font-size:16px;line-height:1.4}.ep-resume-prompt__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.ep-resume-prompt__btn{padding:8px 16px;border-radius:4px;border:1px solid rgba(255,255,255,.4);background:0 0;color:#fff;font-size:14px;cursor:pointer;transition:background .15s ease}.ep-resume-prompt__btn:hover{background:rgba(255,255,255,.12)}.ep-resume-prompt__btn--primary{background:var(--plyr-color-main,#5b4e96);border-color:var(--plyr-color-main,#5b4e96)}.ep-resume-prompt__btn--primary:hover{filter:brightness(1.15)}.ep-end-screen{position:absolute;inset:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:10;color:#fff;font-family:inherit;text-align:center}.ep-end-screen__inner{padding:24px 28px;max-width:90%}.ep-end-screen__msg{margin:0 0 16px;font-size:18px;line-height:1.4}.ep-end-screen__countdown{margin:12px 0 0;font-size:13px;opacity:.8}.ep-end-screen__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:14px}.ep-end-screen__btn,a.ep-end-screen__btn,a.ep-end-screen__btn:hover,a.ep-end-screen__btn:focus,a.ep-end-screen__btn:visited{display:inline-block;padding:8px 16px;border-radius:4px;border:1px solid rgba(255,255,255,.4);background:0 0;color:#fff;font-size:14px;cursor:pointer;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.4);transition:background .15s ease}.ep-end-screen__btn:hover{background:rgba(255,255,255,.12);color:#fff}.ep-end-screen__btn--primary,a.ep-end-screen__btn--primary,a.ep-end-screen__btn--primary:hover,a.ep-end-screen__btn--primary:focus,a.ep-end-screen__btn--primary:visited{background:var(--plyr-color-main,#5b4e96);border-color:var(--plyr-color-main,#5b4e96);color:#fff;margin-bottom:4px}.ep-end-screen__btn--primary:hover,a.ep-end-screen__btn--primary:hover{filter:brightness(1.15);background:var(--plyr-color-main,#5b4e96)}.ep-embed-content-wraper.ep-privacy-pending iframe{visibility:hidden}.ep-privacy-overlay{position:absolute;inset:0;z-index:11;background:#000 50%/cover no-repeat;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px}.ep-privacy-overlay--has-poster::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.35)}.ep-privacy-overlay__play,.ep-privacy-overlay__play:hover,.ep-privacy-overlay__play:focus,.ep-privacy-overlay__play:active{position:relative;background:0 0;border:0;box-shadow:none;outline:none;padding:0;cursor:pointer;line-height:0;transition:transform .15s ease}.ep-privacy-overlay__play:hover{transform:scale(1.06);background:0 0}.ep-privacy-overlay__msg{position:relative;margin:14px 0 0;font-size:13px;line-height:1.4;max-width:480px;opacity:.95}.ep-timed-cta-stack{position:absolute;left:50%;bottom:60px;transform:translateX(-50%);z-index:9;display:flex;flex-direction:column;gap:8px;align-items:center;max-width:calc(100% - 32px);pointer-events:none}.ep-timed-cta{position:relative;background:rgba(20,20,20,.92);color:#fff;border-radius:6px;padding:12px 40px 12px 16px;box-shadow:0 6px 20px rgba(0,0,0,.35);max-width:100%;font-family:inherit;pointer-events:auto;animation:ep-timed-cta-in .25s ease-out}@keyframes ep-timed-cta-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ep-timed-cta__inner{display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}.ep-timed-cta__headline{margin:0;font-size:14px;line-height:1.35}.ep-timed-cta__btn{display:inline-block;padding:6px 14px;border-radius:4px;background:var(--plyr-color-main,#5b4e96);color:#fff;font-size:13px;text-decoration:none;transition:filter .15s ease}.ep-timed-cta__btn:hover{color:#fff;filter:brightness(1.15)}.ep-timed-cta__close{position:absolute;top:4px;right:6px;background:0 0;border:0;color:rgba(255,255,255,.7);font-size:20px;line-height:1;cursor:pointer;padding:4px 8px}.ep-timed-cta__close:hover{color:#fff}.ep-embed-content-wraper[data-playerid]{position:relative}.ep-embed-content-wraper.ep-has-chapters{position:relative}.ep-chapter-label{position:absolute;top:12px;left:12px;z-index:8;background:rgba(0,0,0,.6);color:#fff;border:0;border-radius:4px;padding:6px 10px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;max-width:calc(100% - 24px);transition:opacity .2s ease}.ep-chapter-label--hidden{opacity:0;pointer-events:none}.ep-chapter-label__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.ep-chapter-label__caret{font-size:10px;opacity:.8}.ep-chapter-list{position:absolute;top:50px;left:12px;z-index:9;background:rgba(20,20,20,.95);color:#fff;border-radius:6px;width:280px;max-width:calc(100% - 24px);max-height:60%;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.4);display:none}.ep-chapter-list--open{display:block}.ep-chapter-list__item{width:100%;background:0 0;border:0;color:inherit;text-align:left;padding:10px 14px;font-size:13px;cursor:pointer;display:flex;gap:10px;align-items:baseline;border-bottom:1px solid rgba(255,255,255,8%)}.ep-chapter-list__item:last-child{border-bottom:0}.ep-chapter-list__item:hover{background:rgba(255,255,255,8%)}.ep-chapter-list__item--active{background:rgba(255,255,255,.12)}.ep-chapter-list__time{font-variant-numeric:tabular-nums;opacity:.7;flex-shrink:0;min-width:48px}.ep-chapter-ticks{position:absolute;inset:0;pointer-events:none;overflow:visible}.plyr__progress.ep-chapters-split input[type=range]{color:transparent;background:0 0!important}.plyr__progress.ep-chapters-split input[type=range]::-webkit-slider-runnable-track{background:0 0!important}.plyr__progress.ep-chapters-split input[type=range]::-moz-range-track{background:0 0!important}.plyr__progress.ep-chapters-split input[type=range]::-moz-range-progress{background:0 0!important}.plyr__progress.ep-chapters-split input[type=range]::-ms-fill-lower{background:0 0!important}.plyr__progress.ep-chapters-split input[type=range]::-ms-fill-upper{background:0 0!important}.plyr__progress.ep-chapters-split .plyr__progress__buffer{display:none}.ep-chapter-bar{position:absolute;inset:0;pointer-events:none;z-index:1}.ep-chapter-seg{position:absolute;top:50%;transform:translateY(-50%);height:5px;background:rgba(255,255,255,.28);border-radius:2px;overflow:hidden;transition:height .12s ease-out,background .12s ease-out}.ep-chapter-seg__fill{height:100%;width:0%;background:var(--plyr-range-fill-background,var(--plyr-color-main,#5b4e96));border-radius:2px}.plyr__progress:hover .ep-chapter-seg,.plyr__progress:focus-within .ep-chapter-seg{height:8px}.ep-chapter-seg--hover{background:rgba(255,255,255,.5)}.ep-embed-content-wraper.ep-has-chapters .plyr__progress .plyr__tooltip{max-width:240px;white-space:normal;text-align:center}.ep-chapter-tooltip-title{display:inline-block;margin-top:2px;font-size:11px;font-weight:400;opacity:.85;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.ep-lead-form{position:absolute;inset:0;background:rgba(0,0,0,.85);z-index:12;display:flex;align-items:center;justify-content:center;padding:16px;color:#fff;font-family:inherit}.ep-lead-form__inner{background:rgba(20,20,20,.97);border-radius:8px;padding:24px 28px;width:100%;max-width:380px;box-shadow:0 10px 30px rgba(0,0,0,.4)}.ep-lead-form__headline{margin:0 0 16px;font-size:16px;line-height:1.4;text-align:center}.ep-lead-form__field{margin-bottom:12px;text-align:left}.ep-lead-form__label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:rgba(255,255,255,.85)}.ep-lead-form .ep-lead-form__input,.ep-lead-form input.ep-lead-form__input{display:block;width:100%;padding:10px 12px;margin-bottom:0;border-radius:4px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,8%);color:#fff;font-size:14px;box-sizing:border-box;-webkit-appearance:none;appearance:none}.ep-lead-form .ep-lead-form__input::placeholder{color:rgba(255,255,255,.6);opacity:1}.ep-lead-form .ep-lead-form__input:-webkit-autofill,.ep-lead-form .ep-lead-form__input:-webkit-autofill:hover,.ep-lead-form .ep-lead-form__input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1e3px rgba(255,255,255,8%)inset;caret-color:#fff;transition:background-color 9999s ease-in-out 0s}.ep-lead-form__input:focus{outline:none;border-color:var(--plyr-color-main,#5b4e96)}.ep-lead-form__error{margin:4px 0 12px;color:#ff6b6b;font-size:13px}.ep-lead-form__actions{display:flex;gap:8px;margin-top:14px}.ep-lead-form__btn{flex:1;padding:10px 16px;border-radius:4px;border:1px solid rgba(255,255,255,.3);background:0 0;color:#fff;font-size:14px;cursor:pointer;transition:filter .15s ease,background .15s ease}.ep-lead-form__btn:hover{background:rgba(255,255,255,.12)}.ep-lead-form__btn--primary{background:var(--plyr-color-main,#5b4e96);border-color:var(--plyr-color-main,#5b4e96)}.ep-lead-form__btn--primary:hover{filter:brightness(1.15)}.ep-lead-form__btn[disabled]{opacity:.6;cursor:default}.ep-action-lock{position:absolute;inset:0;z-index:13;background:rgba(0,0,0,.92);color:#fff;display:flex;align-items:center;justify-content:center;padding:16px;font-family:inherit;text-align:center}.ep-action-lock__inner{max-width:460px;width:100%}.ep-action-lock__headline{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3}.ep-action-lock__message{margin:0 0 18px;font-size:14px;line-height:1.5;opacity:.85}.ep-action-lock__actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.ep-action-lock__btn{padding:9px 18px;border-radius:4px;border:1px solid rgba(255,255,255,.3);background:0 0;color:#fff;font-size:14px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:filter .15s ease,background .15s ease}.ep-action-lock__btn:hover{background:rgba(255,255,255,.12);color:#fff}.ep-action-lock__btn[disabled]{opacity:.6;cursor:default}.ep-action-lock__btn--primary{background:var(--plyr-color-main,#5b4e96);border-color:var(--plyr-color-main,#5b4e96)}.ep-action-lock__btn--primary:hover{filter:brightness(1.15)}.ep-action-lock__btn--facebook{background:#1877f2;border-color:#1877f2}.ep-action-lock__btn--twitter{background:#000;border-color:#000}.ep-action-lock__btn--linkedin{background:#0a66c2;border-color:#0a66c2}.ep-country-restricted{background:#f5f5f7;border:1px solid #e0e0e4;border-radius:6px;padding:32px 20px;text-align:center;color:#444;font-family:inherit}.ep-country-restricted__inner p{margin:0;font-size:14px;line-height:1.5}.ep-view-count{display:inline-flex;align-items:center;gap:8px;margin-block-start:8px;padding:4px 12px;border-radius:999px;color:#444;font-size:12px;line-height:1;font-weight:500;width:-moz-fit-content;width:fit-content}.ep-view-count__item{display:inline-flex;align-items:center;gap:6px}.ep-view-count [hidden]{display:none!important}.ep-view-count__icon{flex-shrink:0;opacity:.75}.ep-view-count__label{white-space:nowrap}.ep-view-count__sep{opacity:.4}@media(prefers-color-scheme:dark){.ep-view-count{color:#ddd}}.ep-view-count[class*=ep-view-count--pos-]{display:flex;width:100%}.ep-view-count--pos-below-left,.ep-view-count--pos-above-left{justify-content:flex-start}.ep-view-count--pos-below-center,.ep-view-count--pos-above-center{justify-content:center}.ep-view-count--pos-below-right,.ep-view-count--pos-above-right{justify-content:flex-end}.ep-view-count--pos-above-left,.ep-view-count--pos-above-center,.ep-view-count--pos-above-right{margin-block-start:0;margin-block-end:8px}.main-content-wraper:has(>.ep-view-count--pos-above-left),.main-content-wraper:has(>.ep-view-count--pos-above-center),.main-content-wraper:has(>.ep-view-count--pos-above-right),.ep-embed-content-wraper:has(.ep-view-count--pos-above-left),.ep-embed-content-wraper:has(.ep-view-count--pos-above-center),.ep-embed-content-wraper:has(.ep-view-count--pos-above-right){display:flex;flex-direction:column}.ep-view-count--pos-above-left,.ep-view-count--pos-above-center,.ep-view-count--pos-above-right{order:-1}.ose-youtube.has-layout-queue,.ose-youtube.has-layout-queue .ep-player-wrap.layout-queue,.ose-youtube.has-layout-theatre,.ose-youtube.has-layout-theatre .ep-player-wrap.layout-theatre,.ose-youtube.has-layout-library,.ose-youtube.has-layout-library .ep-player-wrap.layout-library,.ose-youtube.has-layout-spotlight,.ose-youtube.has-layout-spotlight .ep-player-wrap.layout-spotlight,.ose-youtube.has-layout-cinema,.ose-youtube.has-layout-cinema .ep-player-wrap.layout-cinema,.ose-youtube.has-layout-magazine,.ose-youtube.has-layout-magazine .ep-player-wrap.layout-magazine{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;padding:0;background:0 0}.ep-player-wrap.layout-queue .ep-first-video,.ep-player-wrap.layout-theatre .ep-first-video,.ep-player-wrap.layout-library .ep-first-video,.ep-player-wrap.layout-spotlight .ep-first-video,.ep-player-wrap.layout-cinema .ep-first-video,.ep-player-wrap.layout-magazine .ep-first-video{display:none}.ep-yt-playlist{--epyp-bg:#0f0f0f;--epyp-surface:#181818;--epyp-surface-2:#212121;--epyp-border:#2a2a2a;--epyp-text:#f1f1f1;--epyp-text-dim:#aaa;--epyp-accent:#ff0000;--epyp-focus:#3ea6ff;--epyp-radius:12px;--epyp-radius-sm:6px;--epyp-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;box-sizing:border-box;width:100%;max-width:1080px;margin:0 auto;color:var(--epyp-text);font-family:var(--epyp-font);line-height:1.4;background:var(--epyp-bg);border-radius:var(--epyp-radius);overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.12)}.ep-yt-playlist *{all:revert;box-sizing:border-box;font-family:var(--epyp-font);line-height:1.4}.ep-yt-playlist *::before,.ep-yt-playlist *::after{box-sizing:border-box}.ep-yt-playlist a{color:inherit;text-decoration:none}.ep-yt-playlist button{font:inherit;cursor:pointer}.ep-yt-playlist img,.ep-yt-playlist svg{display:block;max-width:100%}.ep-yt-playlist ol,.ep-yt-playlist ul{list-style:none;margin:0;padding:0}.ep-yt-playlist[data-layout=queue][data-playlist-id]{--epq-h:480px}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue{display:flex;flex-wrap:nowrap;width:100%;height:var(--epq-h)}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__player{position:relative;flex:auto;min-width:0;height:100%;background:#000}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0;max-width:100%!important;max-height:100%!important}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__list{flex:0 0 340px;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;background:var(--epyp-surface);border-left:1px solid var(--epyp-border)}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__header{flex:none;padding:14px 16px 10px;border-bottom:1px solid var(--epyp-border);background:var(--epyp-surface-2)}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__title{display:block;font-size:16px;font-weight:600;color:var(--epyp-text);line-height:1.3;margin:0 0 4px;word-break:break-word}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__title:hover{color:#fff;text-decoration:underline}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--epyp-text-dim);margin-bottom:8px}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__sep{opacity:.6}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__position-current{color:#fff;font-weight:500}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__controls{display:flex;align-items:center;gap:6px}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__controls button{background:0 0;border:0;color:var(--epyp-text-dim);width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;padding:0;transition:background .15s,color .15s}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__controls button:hover{background:rgba(255,255,255,8%);color:#fff}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__controls button[aria-pressed=true]{color:var(--epyp-focus);background:rgba(62,166,255,.12)}.ep-yt-playlist .ep-yt-queue__icon{width:18px;height:18px;stroke-width:2}.ep-yt-playlist .ep-yt-icon{display:inline-block;width:18px;height:18px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle}.ep-yt-playlist .ep-yt-icon--loop{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='17 1 21 5 17 9'/><path d='M3 11V9a4 4 0 0 1 4-4h14'/><polyline points='7 23 3 19 7 15'/><path d='M21 13v2a4 4 0 0 1-4 4H3'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='17 1 21 5 17 9'/><path d='M3 11V9a4 4 0 0 1 4-4h14'/><polyline points='7 23 3 19 7 15'/><path d='M21 13v2a4 4 0 0 1-4 4H3'/></svg>")}.ep-yt-playlist .ep-yt-icon--shuffle{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='16 3 21 3 21 8'/><line x1='4' y1='20' x2='21' y2='3'/><polyline points='21 16 21 21 16 21'/><line x1='15' y1='15' x2='21' y2='21'/><line x1='4' y1='4' x2='9' y2='9'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='16 3 21 3 21 8'/><line x1='4' y1='20' x2='21' y2='3'/><polyline points='21 16 21 21 16 21'/><line x1='15' y1='15' x2='21' y2='21'/><line x1='4' y1='4' x2='9' y2='9'/></svg>")}.ep-yt-playlist .ep-yt-icon--chev-left{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'/></svg>")}.ep-yt-playlist .ep-yt-icon--chev-right{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'/></svg>")}.ep-yt-playlist .ep-yt-icon--prev{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='19 20 9 12 19 4 19 20'/><line x1='5' y1='19' x2='5' y2='5'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='19 20 9 12 19 4 19 20'/><line x1='5' y1='19' x2='5' y2='5'/></svg>")}.ep-yt-playlist .ep-yt-icon--next{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='5 4 15 12 5 20 5 4'/><line x1='19' y1='5' x2='19' y2='19'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polygon points='5 4 15 12 5 20 5 4'/><line x1='19' y1='5' x2='19' y2='19'/></svg>")}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__items{padding:6px 0;overflow-y:auto;overflow-x:hidden;flex:auto;min-height:0;scrollbar-width:thin;scrollbar-color:#4a4a4a transparent}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__items::-webkit-scrollbar{width:8px}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__items::-webkit-scrollbar-track{background:0 0}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__items::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__items::-webkit-scrollbar-thumb:hover{background:#5e5e5e}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item{display:grid;grid-template-columns:24px 92px 1fr;gap:8px;padding:6px 8px 6px 6px;cursor:pointer;align-items:center;transition:background .12s}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item:hover{background:rgba(255,255,255,6%)}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item.is-active{background:rgba(255,255,255,.1)}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item.is-active .ep-yt-queue__item-index{color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23ff0000'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item-index{text-align:center;color:var(--epyp-text-dim);font-size:12px;line-height:1}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item-thumb{width:92px;height:52px;object-fit:cover;border-radius:4px;background-color:#000}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item-body{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item-title{color:var(--epyp-text);font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__item-channel{color:var(--epyp-text-dim);font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ep-yt-playlist .ep-yt-queue__loader,.ep-yt-playlist .ep-yt-theatre__loader{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;color:var(--epyp-text-dim);font-size:12px}.ep-yt-playlist .ep-yt-queue__loader[hidden],.ep-yt-playlist .ep-yt-theatre__loader[hidden]{display:none}.ep-yt-playlist .ep-yt-queue__spinner,.ep-yt-playlist .ep-yt-theatre__spinner,.ep-yt-playlist .ep-yt-library__spinner,.ep-yt-playlist .ep-yt-spotlight__spinner,.ep-yt-playlist .ep-yt-cinema__spinner,.ep-yt-playlist .ep-yt-magazine__spinner{width:14px;height:14px;flex:0 0 14px;box-sizing:border-box;border:2px solid #4a4a4a;border-top-color:var(--epyp-text);border-radius:50%;animation:ep-yt-playlist-spin .8s linear infinite}@keyframes ep-yt-playlist-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue{--epq-h:auto;flex-direction:column;height:auto}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__player{aspect-ratio:16/9;height:auto;flex:none}.ep-yt-playlist[data-layout=queue][data-playlist-id] .ep-yt-queue__list{flex:none;border-left:0;border-top:1px solid var(--epyp-border);height:360px;max-height:360px}}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre{display:flex;flex-direction:column}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__player{position:relative;aspect-ratio:16/9;width:100%;background:#000}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0;max-width:100%!important;max-height:100%!important}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__meta{padding:14px 18px;background:var(--epyp-surface-2);border-bottom:1px solid var(--epyp-border)}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__title{display:inline-flex;align-items:center;gap:8px;font-size:17px;font-weight:600;color:var(--epyp-text);margin:0;word-break:break-word}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__title:hover{text-decoration:underline}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__playicon{color:var(--epyp-accent);font-size:14px;line-height:1}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__sub{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:13px;color:var(--epyp-text-dim)}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__sep{opacity:.6}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__position-current{color:#fff;font-weight:500}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__controls{display:inline-flex;align-items:center;gap:4px;margin-left:auto}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__controls button{background:0 0;border:0;color:var(--epyp-text-dim);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;padding:0;transition:background .15s,color .15s}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__controls button:hover{background:rgba(255,255,255,8%);color:#fff}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__controls button[aria-pressed=true]{color:var(--epyp-focus);background:rgba(62,166,255,.12)}.ep-yt-playlist .ep-yt-theatre__icon{width:16px;height:16px;stroke-width:2}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__strip-wrap{position:relative;padding:14px 8px;background:var(--epyp-bg);min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre{min-width:0;width:100%;overflow:hidden}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__strip{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 6px;scrollbar-width:thin;scrollbar-color:#4a4a4a transparent}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__strip::-webkit-scrollbar{height:8px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__strip::-webkit-scrollbar-track{background:0 0}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__strip::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card{flex:0 0 168px;display:flex;flex-direction:column;gap:6px;scroll-snap-align:start;cursor:pointer;padding:4px;border-radius:var(--epyp-radius-sm);transition:background .12s,transform .12s}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card:hover{background:rgba(255,255,255,5%)}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card.is-active{background:rgba(255,255,255,.1)}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card-thumb-wrap{position:relative;aspect-ratio:16/9;border-radius:var(--epyp-radius-sm);overflow:hidden;background:#000}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card-thumb{width:100%;height:100%;object-fit:cover}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card-num{position:absolute;top:4px;left:4px;background:rgba(0,0,0,.78);color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:4px;min-width:22px;text-align:center}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card.is-active .ep-yt-theatre__card-num{background:var(--epyp-accent)}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;font-weight:500;color:var(--epyp-text);line-height:1.3;word-break:break-word}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card-channel{font-size:11px;color:var(--epyp-text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.7);color:#fff;border:0;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:background .15s,opacity .15s}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__nav:hover{background:rgba(0,0,0,.85)}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__nav--prev{left:8px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__nav--next{right:8px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__nav[hidden]{display:none}@media(max-width:600px){.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__meta{padding:10px 14px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__title{font-size:15px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__card{flex:0 0 132px}.ep-yt-playlist[data-layout=theatre][data-playlist-id] .ep-yt-theatre__nav{width:30px;height:30px}}.ep-yt-playlist[data-layout][data-playlist-id] :is(h1,h2,h3,h4,h5,h6,p,a,button,ol,ul,li,span,article,aside,header,footer,section,div){margin:0;padding:0;color:inherit;font:inherit;line-height:inherit;text-decoration:none;background:0 0;border:0;text-shadow:none;list-style:none;text-transform:none;letter-spacing:normal;font-weight:inherit;font-style:normal;text-align:left;box-shadow:none}.ep-yt-playlist[data-layout][data-playlist-id] :is(img){max-width:100%;height:auto;border:0;border-radius:0;box-shadow:none;display:block;margin:0;filter:none}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__loader[hidden],.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__loader[hidden],.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__loader[hidden],.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__loader[hidden],.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__modal[hidden]{display:none!important}.ep-yt-playlist .ep-yt-queue__loader,.ep-yt-playlist .ep-yt-theatre__loader,.ep-yt-playlist .ep-yt-library__loader,.ep-yt-playlist .ep-yt-spotlight__loader,.ep-yt-playlist .ep-yt-cinema__loader,.ep-yt-playlist .ep-yt-magazine__loader{position:absolute;left:0;right:0;bottom:0;height:36px;padding:0;background:linear-gradient(to top,rgba(15,15,15,.95) 55%,rgba(15,15,15,0));pointer-events:none;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;color:#aaa;font-size:12px}.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-queue__loader-text,.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-theatre__loader-text,.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-library__loader-text,.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-spotlight__loader-text,.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-cinema__loader-text,.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-magazine__loader-text{font-size:12px;line-height:1}.ep-yt-playlist .ep-yt-queue__list,.ep-yt-playlist .ep-yt-theatre__strip-wrap,.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library,.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-wrap,.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__overlay-inner,.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-wrap{position:relative}.ep-yt-playlist .ep-yt-icon-btn{background:0 0;border:0;color:#aaa;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:background .15s,color .15s;font:inherit;line-height:1}.ep-yt-playlist .ep-yt-icon-btn:hover{background:rgba(255,255,255,.1);color:#fff}.ep-yt-playlist .ep-yt-icon-btn[aria-pressed=true]{color:#3ea6ff;background:rgba(62,166,255,.15)}.ep-yt-playlist .ep-yt-cinema__open-queue,.ep-yt-playlist .ep-yt-cinema__close-queue,.ep-yt-playlist .ep-yt-library__modal-close{width:auto;min-width:30px;padding:0 10px;border-radius:4px;font-size:13px;color:#fff}.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-cinema__open-queue{gap:6px;height:30px;padding:0 12px;border-radius:15px;font-size:13px;line-height:1;font-weight:500;white-space:nowrap}.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-cinema__open-queue-label{font-size:13px;line-height:1}.ep-yt-playlist[data-layout][data-playlist-id] .ep-yt-icon{background-color:currentColor}.ep-yt-playlist .ep-yt-cinema__open-queue .ep-yt-icon{width:16px;height:16px;flex:0 0 16px}.ep-yt-playlist .ep-yt-icon--queue{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGxpbmUgeDE9IjMiIHkxPSI2IiB4Mj0iMTYiIHkyPSI2Ii8+PGxpbmUgeDE9IjMiIHkxPSIxMiIgeDI9IjE2IiB5Mj0iMTIiLz48bGluZSB4MT0iMyIgeTE9IjE4IiB4Mj0iMTAiIHkyPSIxOCIvPjxwb2x5Z29uIHBvaW50cz0iMTYgMTYgMjIgMTkgMTYgMjIgMTYgMTYiLz48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGxpbmUgeDE9IjMiIHkxPSI2IiB4Mj0iMTYiIHkyPSI2Ii8+PGxpbmUgeDE9IjMiIHkxPSIxMiIgeDI9IjE2IiB5Mj0iMTIiLz48bGluZSB4MT0iMyIgeTE9IjE4IiB4Mj0iMTAiIHkyPSIxOCIvPjxwb2x5Z29uIHBvaW50cz0iMTYgMTYgMjIgMTkgMTYgMjIgMTYgMTYiLz48L3N2Zz4=)}.ep-yt-playlist .ep-yt-library__modal-close{font-size:28px;padding:0 8px}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library{display:flex;flex-direction:column;gap:0;background:#0f0f0f;color:#f1f1f1;border-radius:12px;overflow:hidden;font-family:Roboto,segoe ui,system-ui,-apple-system,sans-serif}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid #2a2a2a}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__title{color:#fff;text-decoration:none;font-weight:600;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__title:hover{color:#fff;text-decoration:underline}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__meta{color:#aaa;font-size:13px;display:flex;gap:6px;align-items:center}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__sep{color:#555}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:16px;max-height:640px;overflow-y:auto}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__grid::-webkit-scrollbar{width:8px}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__grid::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card{all:unset;display:flex;flex-direction:column;gap:6px;cursor:pointer;background:#181818;border-radius:10px;padding:8px;transition:background .15s ease;color:#f1f1f1}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card:hover{background:#242424}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card.is-active{background:#2d2d2d;outline:2px solid #3ea6ff;outline-offset:-2px}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card-thumb-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#000}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card-thumb{width:100%;height:100%;object-fit:cover;display:block}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;opacity:0;transition:opacity .15s ease;background:rgba(0,0,0,.35)}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card:hover .ep-yt-library__card-play{opacity:1}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card-title{font-size:14px;font-weight:500;color:#fff;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__card-channel{font-size:12px;color:#aaa}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__loader{padding:16px;text-align:center;color:#aaa}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__modal{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__modal[hidden]{display:none}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__modal-inner{position:relative;width:min(1e3px,100%);aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__modal-iframe{width:100%;height:100%;border:0;display:block}.ep-yt-playlist[data-layout=library][data-playlist-id] .ep-yt-library__modal-close{position:absolute;top:-40px;right:0;font-size:32px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight{display:flex;flex-direction:column;gap:0;background:#0f0f0f;color:#f1f1f1;border-radius:12px;overflow:hidden;font-family:Roboto,segoe ui,system-ui,-apple-system,sans-serif}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__stage{display:flex;flex-direction:column;min-width:0}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__player{position:relative;aspect-ratio:16/9;background:#000}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__hero{padding:16px 20px;border-bottom:1px solid #2a2a2a}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__hero-title{margin:0 0 6px;color:#fff;font-size:18px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__hero-desc{margin:0 0 10px;color:#aaa;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__hero-meta{display:flex;align-items:center;gap:8px;color:#aaa;font-size:13px;flex-wrap:wrap}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__sep{color:#555}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__controls{margin-left:auto;display:flex;gap:4px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-wrap{display:flex;flex-direction:column;background:#181818;min-height:0}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-header{padding:12px 14px;border-bottom:1px solid #2a2a2a}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-title{color:#fff;text-decoration:none;font-weight:600;font-size:14px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail{list-style:none;margin:0;padding:8px;overflow-y:auto;max-height:360px;display:flex;flex-direction:column;gap:4px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail::-webkit-scrollbar{width:8px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-card{display:grid;grid-template-columns:120px 1fr;gap:10px;padding:8px;cursor:pointer;border-radius:8px;transition:background .15s ease}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-card:hover{background:rgba(255,255,255,5%)}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-card.is-active{background:rgba(255,255,255,.1)}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-thumb-wrap{position:relative;width:120px;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#000}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-thumb{width:100%;height:100%;object-fit:cover;display:block}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-num{position:absolute;bottom:4px;right:4px;background:rgba(0,0,0,.8);color:#fff;font-size:11px;padding:1px 5px;border-radius:2px}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-body{display:flex;flex-direction:column;gap:4px;min-width:0}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-card-title{color:#fff;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-yt-playlist[data-layout=spotlight][data-playlist-id] .ep-yt-spotlight__rail-card-channel{color:#aaa;font-size:12px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema{position:relative;background:#000;color:#f1f1f1;border-radius:12px;overflow:hidden;font-family:Roboto,segoe ui,system-ui,-apple-system,sans-serif}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__player{position:relative;aspect-ratio:16/9;background:#000}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0f0f0f;border-top:1px solid #2a2a2a;flex-wrap:wrap}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__title{color:#fff;text-decoration:none;font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40%}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__sub{color:#aaa;font-size:13px;display:flex;align-items:center;gap:6px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__sep{color:#555}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__controls{margin-left:auto;display:flex;gap:4px;align-items:center}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__open-queue{background:rgba(255,255,255,.1)}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__open-queue:hover{background:rgba(255,255,255,.2)}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__overlay{position:absolute;top:0;right:0;bottom:0;width:min(420px,90%);background:rgba(15,15,15,.96);border-left:1px solid #2a2a2a;transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column;z-index:5}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__overlay.is-open{transform:translateX(0)}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__overlay-inner{display:flex;flex-direction:column;height:100%;min-height:0}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__overlay-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #2a2a2a}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__overlay-title{color:#fff;font-weight:600;font-size:14px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__close-queue{font-size:24px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__items{list-style:none;margin:0;padding:8px;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:4px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__items::-webkit-scrollbar{width:8px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__items::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item{display:grid;grid-template-columns:28px 110px 1fr;gap:8px;padding:6px;align-items:center;cursor:pointer;border-radius:6px;transition:background .15s ease}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item:hover{background:rgba(255,255,255,5%)}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item.is-active{background:rgba(255,255,255,.1)}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item-index{color:#aaa;font-size:12px;text-align:center}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item-thumb{width:110px;aspect-ratio:16/9;object-fit:cover;border-radius:4px;display:block;background:#000}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item-body{display:flex;flex-direction:column;gap:2px;min-width:0}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item-title{color:#fff;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-yt-playlist[data-layout=cinema][data-playlist-id] .ep-yt-cinema__item-channel{color:#aaa;font-size:12px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine{background:#0f0f0f;color:#f1f1f1;border-radius:12px;overflow:hidden;font-family:Georgia,times new roman,serif}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero{display:flex;flex-direction:column;gap:0;border-bottom:1px solid #2a2a2a}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__player{position:relative;aspect-ratio:16/9;background:#000}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-body{padding:24px 28px;display:flex;flex-direction:column;gap:12px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-eyebrow{color:#ff4040;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700;font-family:Roboto,sans-serif}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-title{margin:0;color:#fff;font-size:26px;font-weight:700;line-height:1.2}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-desc{margin:0;color:#ccc;font-size:15px;line-height:1.6;max-height:4.8em;overflow:hidden;transition:max-height .25s ease}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-desc.is-expanded{max-height:40em}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__readmore{align-self:flex-start;background:0 0;border:0;color:#3ea6ff;cursor:pointer;padding:0;font-size:13px;font-family:Roboto,sans-serif;font-weight:600}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__readmore:hover{text-decoration:underline}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-meta{display:flex;align-items:center;gap:8px;color:#aaa;font-size:13px;font-family:Roboto,sans-serif;flex-wrap:wrap;margin-top:auto}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__sep{color:#555}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__controls{margin-left:auto;display:flex;gap:4px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-wrap{padding:16px 20px 20px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-header{margin-bottom:12px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-label{color:#aaa;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-family:Roboto,sans-serif}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail{list-style:none;margin:0;padding:4px 0;display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail::-webkit-scrollbar{height:8px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:4px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-item{flex:0 0 220px;scroll-snap-align:start;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:6px;border-radius:8px;transition:background .15s ease;font-family:Roboto,sans-serif}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-item:hover{background:rgba(255,255,255,5%)}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-item.is-active{background:rgba(255,255,255,.1)}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-thumb-wrap{width:100%;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#000}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-thumb{width:100%;height:100%;object-fit:cover;display:block}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-body{display:flex;flex-direction:column;gap:4px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-card-title{color:#fff;font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-card-channel{color:#aaa;font-size:12px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__loader{font-family:Roboto,sans-serif}@media(max-width:600px){.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-title{font-size:20px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__hero-body{padding:16px}.ep-yt-playlist[data-layout=magazine][data-playlist-id] .ep-yt-magazine__rail-item{flex:0 0 160px}}
@charset "UTF-8";.wp-block-embedpress-embedpress{margin:var(--ep-space-4)0;position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper{position:relative}.wp-block-embedpress-embedpress .embedpress-embed-wrapper.responsive{max-width:100%;height:auto}.wp-block-embedpress-embedpress .embedpress-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--ep-space-8);background:var(--ep-gray-50);border:1px solid var(--ep-gray-200);border-radius:var(--ep-radius)}.wp-block-embedpress-embedpress .embedpress-loading .embedpress-spinner{width:2rem;height:2rem;border:2px solid var(--ep-gray-300);border-top:2px solid var(--ep-primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--ep-space-2)}.wp-block-embedpress-embedpress .embedpress-loading p{margin:0;color:var(--ep-gray-600);font-size:var(--ep-text-sm)}.wp-block-embedpress-embedpress.provider-youtube .embedpress-embed-wrapper{background:#000}.wp-block-embedpress-embedpress.provider-vimeo .embedpress-embed-wrapper{background:#1ab7ea}.wp-block-embedpress-embedpress.provider-wistia .embedpress-embed-wrapper{background:#54bbff}.editor-styles-wrapper .wp-block-embedpress-embedpress .embedpress-provider-info{background:var(--ep-info-light);color:var(--ep-info);padding:var(--ep-space-2);border-radius:var(--ep-radius);font-size:var(--ep-text-sm);margin-bottom:var(--ep-space-3)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.embedpress-gutenberg-wrapper{margin:30px auto}.embedpress-gutenberg-wrapper .ose-embedpress-responsive:not(.ose-youtube) iframe{max-width:100%!important;max-height:100%!important}.embedpress-gutenberg-wrapper.alignright{max-width:100%}.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper{margin:0 auto}@media only screen and (min-width:482px){.entry-content>.embedpress-gutenberg-wrapper.alignright,.entry-content>.embedpress-gutenberg-wrapper.alignleft,.embedpress-gutenberg-wrapper.alignright,.embedpress-gutenberg-wrapper.alignleft{max-width:100%}}.embedpress-gutenberg-wrapper .alignleft,.embedpress-gutenberg-wrapper .alignright,.embedpress-gutenberg-wrapper .aligncenter{float:none;display:block}.embedpress-gutenberg-wrapper .alignright{text-align:right;max-width:100%!important}.embedpress-gutenberg-wrapper .alignleft{text-align:left;max-width:100%!important}.embedpress-gutenberg-wrapper .aligncenter{clear:both;display:block;float:none;margin-right:auto;margin-left:auto;text-align:center}.wp-block-embedpress-embedpress.aligncenter{text-align:center}.embedpress-gutenberg-wrapper .ose-embedpress-responsive{display:inline-block}.embedpress-gutenberg-wrapper{max-width:100%!important}.gutenberg-block-wraper .ep-first-video{position:relative;height:0;padding-bottom:56.25%;border-radius:15px;overflow:hidden}.gutenberg-block-wraper .ep-first-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.embedpress-gutenberg-controls .components-base-control__label,.embedpress-gutenberg-controls .components-input-control__label,.embedpress-gutenberg-controls .components-base-control__field{font-weight:500}.sponsored-upload{margin-bottom:20px}label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0{font-weight:600!important}.text-center{text-align:center!important}.wp-block-embed.is-loading{align-items:center}.css-vwt1e3{margin:0 11px!important}.ep-youtube__content__pagination .ep-prev,.ep-youtube__content__pagination .ep-next{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.wp-block-embed.is-loading p{margin:0!important}.wp-block-embed.is-loading svg{margin-top:0}.ose-opensea{height:100%!important;width:100%!important;min-width:900px}.alignleft .ose-opensea,.alignright .ose-opensea,.aligncenter .ose-opensea{min-width:900px;max-width:860px!important}.aligncenter .ose-opensea{margin:0 auto;display:block!important}.wp-block[data-align=right]{float:right}.wp-block[data-align=left]{float:left}.ep_nft_content_wrap.ep_nft__wrapper{display:grid}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:15px;grid-row-gap:15px}.ep_nft_content_wrap .ep_nft_item{background-color:#fff;border-radius:10px;transition:background .5s,border .5s,border-radius .5s,box-shadow .5s;box-shadow:0 4px 15px #00000017;overflow:hidden;padding:15px;position:relative;transition:.3s ease-in-out}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item{display:flex;flex-direction:column}.ep_nft_content_wrap.ep_nft_list .ep_nft_item{justify-content:flex-start;align-items:flex-start}.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content{background-color:#edecf6e6}.ep_nft_content_wrap .ep_nft_thumbnail{margin:0 0 15px;border-radius:5px}.ep_nft_content_wrap .ep_nft_thumbnail img{height:340px;border-radius:10px;width:100%;object-fit:cover}.ep_nft_content .ep_nft_title{color:#333;font-size:16px;margin:0 0 15px;font-weight:600}.ep_nft_content{text-align:left}.ep_nft_content .ep_nft_price{color:#333;font-size:14px;margin:0;display:flex;font-weight:600}.ep_nft_content .ep_nft_price:first-child{margin-bottom:10px}span.eb_nft_currency{max-width:28px;display:flex;align-items:center;justify-content:center}span.eb_nft_currency svg{width:100%;height:auto}.ep_nft_content .ep_nft_price_wrapper{min-height:20px}.ep_nft_content .ep_nft_creator{color:#333;font-size:14px;margin:0 0 20px;display:flex;align-items:center;gap:5px}.ep_nft_content .ep_nft_creator a{color:#3080e2;font-size:14px;text-decoration:none;word-break:break-all}.ep_nft_content .ep_nft_creator img{height:30px;width:30px;border-radius:50%}.ep_nft_content .ep_nft_button button{margin:0}.ep_nft_content .ep_nft_button button a{background-color:#3080e2;color:#fff;font-size:14px;padding:15px 20px;transition:border .5s,border-radius .5s,box-shadow .5s}.ep_nft_content .ep_nft_button button:hover a{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover{background-color:#2e8eee;color:#fff}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button{opacity:1;transform:translate(0);visibility:visible}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button{bottom:0;left:0;opacity:0;position:absolute;transform:translateY(30px);visibility:hidden;width:100%;transition:.3s}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button{margin-top:auto}.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a{background-color:#3080e2;color:#fff;font-size:14px;padding:10px 20px;transition:border .5s,border-radius .5s,box-shadow .5s;display:block;text-align:center;font-weight:500;text-decoration:none}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{display:flex;gap:15px;align-items:center;border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:55%}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(45% - 15px)}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale{margin-bottom:15px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg{border-radius:10px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:260px}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a,.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button a{border-radius:10px}.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button a{border-radius:0}.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child{margin-bottom:15px}.ose-opensea{min-width:100%!important;max-width:calc(100% - 40px)!important}.ep-loadmore-wrapper{margin-top:30px;text-align:center}.ep-loadmore-wrapper button{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#fff;border-color:#0170b9;background-color:#0170b9;border-radius:2px;padding:15px 30px;font-family:inherit;font-weight:inherit;line-height:1;display:flex;align-items:center;justify-content:center;margin:auto;cursor:pointer}.ep-loadmore-wrapper button svg{margin-left:5px}@media all and (max-width:1024px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(3,1fr)!important}}@media all and (max-width:991px){.ose-opensea{min-width:auto!important;max-width:calc(100% - 40px)!important}.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(2,1fr)!important}}@media all and (max-width:767px){.ep_nft_content_wrap.ep_nft__wrapper,.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item{box-shadow:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:calc(55% - 15px)}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail{width:45%;height:100%}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img{height:100%}.ep-nft-single-item-wraper span.eb_nft_label{color:#333}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price{display:flex;flex-direction:column;margin-right:45px}.ep-nft-single-item-wraper span.eb_nft_price{font-size:30px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img{height:15px;width:15px;border-radius:50%}.ep-nft-single-item-wraper .ep-usd-price{bottom:0;font-size:12px}.ep-nft-single-item-wraper span.eb_nft_label{font-size:15px}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title{margin-bottom:10px;font-size:24px}.ep-nft-single-item-wraper .CollectionLink--name svg{width:20px;height:20px;margin-left:5px}.ep-nft-single-item-wraper a.CollectionLink--link{font-size:15px;font-weight:500;text-decoration:none;margin-bottom:15px;display:block;color:#3080e2}.ep-nft-single-item-wraper sub.verified-icon{bottom:-5px;left:4px}.ep-nft-single-item-wraper .ep-accordion{border:1px solid #ddd;border-radius:10px;margin-top:15px;display:block}.ep-nft-single-item-wraper .ep-toggle{display:none}.ep-nft-single-item-wraper .ep-option{position:relative}.ep-nft-single-item-wraper .ep-content{padding:1em;border-top:1px solid #ddd}.ep-nft-single-item-wraper .ep-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s}.ep-nft-single-item-wraper .ep-title{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:all .2s;padding:1em;display:flex;color:#333;font-weight:700;cursor:pointer;border-radius:10px 10px 0 0;align-items:center}.ep-nft-single-item-wraper label.ep-title svg{width:20px;height:20px;margin-right:6px}.ep-nft-single-item-wraper .ep-asset-detail-item{display:flex;justify-content:space-between;font-weight:500;line-height:1.8em}.ep-nft-single-item-wraper .ep-asset-detail-item span{word-break:break-word;max-width:75%}.ep-nft-single-item-wraper .ep-content{display:block}.ep-nft-single-item-wraper .ep-content p{margin:0;padding:.5em 1em 1em;font-size:.9em;line-height:1.5}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content{display:none;background:0 0}.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper{display:flex}.ep-nft-single-item-wraper .ep-toggle+.ep-title:after{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:0 0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(45deg)translate(-20%,-5%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before{content:"";display:inline-block;position:absolute;width:12px;height:12px;background:0 0;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;right:15px;top:50%;transform:rotate(225deg)translate(80%,20%)}.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after{display:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank{pointer-events:none}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content{margin-bottom:20px}@media screen and (max-width:1024px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width:991px){.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list{grid-template-columns:repeat(1,1fr)!important}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item{align-items:unset;flex-direction:column}.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail,.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content{width:100%}.ep-embed-content-wraper>div{max-width:100%}}@media screen and (max-width:537px){.ep-nft-single-item-wraper sub.ep-usd-price{margin-bottom:15px;display:block}}.components-panel__body .ep-control-header{border-top:1px solid #fbf0f0;padding-top:16px;width:calc(100% + 32px);margin-left:-16px;padding-left:16px}button.components-color-palette__custom-color-button{height:24px}.components-color-palette__custom-color-text-wrapper{display:none!important}.components-panel__body.is-opened.ep-opensea-options h2.components-panel__body-title,.components-panel__body.is-opened.ep-colors-typography h2.components-panel__body-title{margin-bottom:16px!important}.components-panel__body.is-opened.ep-colors-typography .ep-opensea-sub-controls h2.components-panel__body-title{margin-bottom:0!important}.embedpress-gutenberg-controls .components-panel__body.is-opened h2.components-panel__body-title{margin-bottom:16px!important}.ep-controls-margin{margin-bottom:24px}.ep__instafeed-options .instagram-profile-image-uploader{margin-bottom:0}.block-editor-block-inspector .components-base-control:last-child{margin-bottom:24px!important}.ep-video-controlers .ep-control-field .components-base-control__field{display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center}.ep-video-controlers .ep-control-field .components-base-control__field input{width:70px}.ep-video-controlers .ep-control-field .components-base-control__field .components-base-control__label{margin-bottom:0}.ep-video-controlers .components-base-control .components-base-control__label{margin-right:0}button.ep-remove__image{position:absolute;z-index:1;color:#fff;font-weight:700;border:none;top:10px;left:10px;background:#f11c1d;width:32px;height:32px;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50px;padding:0;margin:0;cursor:pointer}.ep__custom-logo{text-align:center;margin-bottom:15px}.ep__custom-logo img{width:100%;height:200px;object-fit:cover;border-radius:5px}.ep-logo-upload-button{border:1px solid #ddd;border-radius:5px;padding:20px 15px}.instagram-profile-image-uploader{margin-bottom:20px}.ep-yt-related-videos .components-base-control{margin-bottom:10px!important}.content-share-controls .ep-custom-logo-button{margin-bottom:30px!important}.pro-control.ep-custom-logo-button{margin-bottom:20px!important}.ep-custom-logo-button .isPro{top:50%;transform:translateY(-50%)}.ep-custom-logo-position{margin-top:20px}.ep-yt-related-videos p,.ep-video-controlers p{margin-top:8px;font-size:12px;font-style:normal;color:#757575;margin-bottom:revert}p.is-ep-description{margin-top:-20px!important;color:#757575}span.ep-wistia-message{position:absolute;left:50%;background:#fff;border-radius:15px;padding:8px 15px;top:32%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 200px);text-align:center;max-width:320px}@media only screen and (max-width:520px){.wistia_embed,.ose-wistia{max-height:280px}}.lock-content-pass-input span{position:absolute;right:8px;z-index:1;cursor:pointer;bottom:3.5px;display:none}.lock-content-pass-input span.active{display:block}span.copy-password.active{top:0;width:20px;background:#5b4e96;height:20px;border-radius:15px;padding:3px;right:0}span.copy-tooltip{top:0;display:block;right:10px;font-weight:600;background:#5b4e96;height:max-content;color:#fff;border-radius:15px;visibility:none;transition:.3s;position:absolute;padding:1px 8px;font-size:12px;opacity:0}.copy-tooltip.show{opacity:1;visibility:visible;right:25px}.gutenberg-block-wraper,.gutenberg-wraper{position:relative}.gutenberg-block-wraper{display:inline-block;max-width:100%}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{display:-ms-inline-flexbox!important;display:inline-flex!important;justify-content:center;align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper{align-items:center}.gutenberg-block-wraper.ep-content-share-enabled .position-left-wraper.ep-embed-content-wraper,.gutenberg-block-wraper.ep-content-share-enabled .position-right-wraper.ep-embed-content-wraper{align-items:self-start}.gutenberg-block-wraper.source-opensea{display:block}.wp-block-embedpress-embedpress>div{position:relative}.gutenberg-wraper{display:flex}.position-right-wraper.gutenberg-pdf-wraper,.position-left-wraper.gutenberg-pdf-wraper,.position-top-wraper.gutenberg-pdf-wraper,.position-bottom-wraper.gutenberg-pdf-wraper{width:100%}.ep-share-position-right .gutenberg-wraper{flex-direction:row}.ep-share-position-left .gutenberg-wraper{flex-direction:row-reverse}.ep-share-position-bottom .gutenberg-wraper{flex-direction:column}.ep-share-position-top .gutenberg-wraper{flex-direction:column-reverse}.ep-social-share{display:flex;align-items:center}.ep-social-share.share-position-right{right:-40px;top:0;flex-direction:column}.ep-social-share.share-position-left{left:0;top:0;flex-direction:column}.embedpress-gutenberg-wrapper .ep-social-share.share-position-left,.ep-elementor-content .ep-social-share.share-position-left{left:-40px}.ep-social-share.share-position-top,.ep-social-share.share-position-bottom{justify-content:center}.ep-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0;color:#fff;text-decoration:none;font-size:20px}.ep-social-icon:hover{opacity:.8}.ep-social-share svg{width:20px;height:auto}a.ep-social-icon.pinterest svg{height:25px}.ep-social-share .facebook{background-color:#3b5998}.ep-social-share .facebook svg{width:40px}.ep-social-share .twitter{background-color:#000}a.ep-social-icon.twitter:focus-visible{box-shadow:none;border:none;outline:none}.ep-social-share .pinterest{background-color:#bd081c}.ep-social-share .linkedin{background-color:#0077b5}.ep-social-share .reddit{background-color:#ff4500}.ep-social-icon i{margin-right:0}.gutenberg-block-wraper .ep-social-share.share-position-left{left:-40px;top:0;flex-direction:column}.block-editor-block-list__block .ep-social-share{pointer-events:none}.custom-share-thumbnail-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.lock-content-controllers .components-form-toggle.is-checked .components-form-toggle__track,.content-share-toggle .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#6354a5))}.ep-pannel-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;gap:10px}.ep-pannel-icon svg{width:18px;height:auto}.ep-control-help{margin:-4px 0 14px;color:#757575;font-size:12px;line-height:1.5}.ep-documentation,.ep-tips-and-tricks{display:flex;align-items:center;gap:10px;margin-bottom:5px}.ep-documentation svg,.ep-tips-and-tricks svg{width:25px;height:auto}.ep-documentation a,.ep-tips-and-tricks a{font-weight:500;font-size:13px;color:#5b4e96}.ep-calendly-data-link{display:-ms-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:5px;padding:0 10px;margin-top:-10px!important;margin-bottom:15px}.ep-calendly-data-link svg{width:22px;height:auto}.ep-calendly-data-link a{font-weight:500;font-size:14px;color:#5b4e96}.tips__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000009c;z-index:99999;display:none}.tips__alert__wrap .tips__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.tips__alert__wrap .tips__alert__card img{height:150px}.tips__alert__wrap .tips__alert__card h2{font-size:17.5px;font-weight:500;color:#131f4d;margin-bottom:15px}.tips__alert__wrap .tips__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-bottom:15px}.tips__alert__wrap .tips__alert__card a{text-decoration:underline;font-weight:700;color:#131f4d}.tips__alert__wrap .tips__alert__card .button{align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px;text-decoration:none}p.ep-live-video-info{display:flex;gap:8px;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}p.ep-live-video-info svg{width:20px}.embedpress-gutenberg-controls .components-text-control__input::placeholder,.embedpress-gutenberg-controls .components-textarea-control__input::placeholder{color:#757575}button.skip-ad-button{position:absolute;bottom:15px;right:10px;border:none;background:#d41556b5!important;color:#fff!important;z-index:122222222;font-size:15px;font-weight:700;border-radius:4px;padding:0}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info{margin-top:-15px;display:inline-block;font-size:12px;font-weight:700;background:#f6d88c;padding:8px;border-radius:10px}.components-panel__row.elementor-panel-alert.elementor-panel-warning-info.margin-bottom-10{margin-bottom:10px}.control-description{margin-top:-10px!important;margin-bottom:20px;font-size:12px;font-style:normal;color:#757575}.ep-select-control{margin-bottom:16px}.ep-select-control .ep-select-control-label{font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-select-control .dropdown{position:relative}.ep-select-control .dropdown-header{display:flex;justify-content:space-between;align-items:center;border:1px solid #ccc;padding:8px;cursor:pointer;background-color:#fff;border-radius:4px;font-weight:600}.ep-select-control span.arrow-dropdown svg{width:18px;height:18px}.ep-select-control .dropdown-menu{position:absolute;top:100%;left:0;right:0;border:1px solid #ccc;background-color:#fff;border-radius:4px;z-index:10;max-height:250px;overflow-y:auto;box-shadow:0 4px 6px #0000001a;padding:8px}.ep-select-control .search-input{width:100%;padding:5px 8px;margin-bottom:8px;border:1px solid #ccc;border-radius:4px}.ep-select-control .dropdown-item{display:flex;align-items:center;padding:8px;cursor:pointer;border-radius:4px}.ep-select-control .dropdown-item label{cursor:pointer}.ep-select-control .dropdown-item:hover{background-color:#f0f0f0}.ep-select-control .dropdown-item.selected{background-color:#e6f7ff}.ep-select-control .dropdown-item input{margin-right:8px}.ep-select-control .no-options{padding:8px;text-align:center;color:#888}.block-editor-block-inspector .plugin-rating{font-family:system-ui;padding:15px;border-top:1px solid #e0e0e0}.block-editor-block-inspector .plugin-rating h4{margin-bottom:8px;font-size:15px;font-weight:500;color:#1d2939;margin-top:0}.block-editor-block-inspector .plugin-rating .stars{display:flex;gap:5px;margin-bottom:20px}.block-editor-block-inspector .plugin-rating .stars .star{color:#b1b8c2;cursor:pointer;width:20px;height:20px}.block-editor-block-inspector .plugin-rating .tankyou-msg-container,.block-editor-block-inspector .plugin-rating .feedback-submit-container{margin-top:10px;border-radius:8px;text-align:left;position:relative;margin-bottom:25px}.block-editor-block-inspector .plugin-rating .tankyou-msg-container textarea.form-control,.block-editor-block-inspector .plugin-rating .feedback-submit-container textarea.form-control{width:100%;background:#fff;outline:1px solid #ebe1f2;margin-bottom:5px;border:none}.block-editor-block-inspector .plugin-rating .tankyou-msg-container textarea.form-control::placeholder,.block-editor-block-inspector .plugin-rating .feedback-submit-container textarea.form-control::placeholder{font-weight:400;font-size:12px;line-height:1.8;color:#5f6c7f}.block-editor-block-inspector .plugin-rating .tankyou-msg-container textarea:focus,.block-editor-block-inspector .plugin-rating .feedback-submit-container textarea:focus{outline-color:#5b4e96;box-shadow:none!important;outline:1px solid #5b4e96}.block-editor-block-inspector .plugin-rating .tankyou-msg-container .submit-button,.block-editor-block-inspector .plugin-rating .tankyou-msg-container .rating-button,.block-editor-block-inspector .plugin-rating .feedback-submit-container .submit-button,.block-editor-block-inspector .plugin-rating .feedback-submit-container .rating-button{border-radius:4px;border-width:1px;padding:8px;width:100%;border:1px solid #5b4e96;color:#5b4e96;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.block-editor-block-inspector .plugin-rating .tankyou-msg-container .submit-button svg,.block-editor-block-inspector .plugin-rating .tankyou-msg-container .rating-button svg,.block-editor-block-inspector .plugin-rating .feedback-submit-container .submit-button svg,.block-editor-block-inspector .plugin-rating .feedback-submit-container .rating-button svg{height:18px;width:18px}.block-editor-block-inspector .plugin-rating .tankyou-msg-container .help-message,.block-editor-block-inspector .plugin-rating .feedback-submit-container .help-message{font-weight:500;font-size:14px;line-height:12px;letter-spacing:0%;margin-bottom:15px;margin-top:0}.block-editor-block-inspector .plugin-rating .tankyou-msg-container p.form-description,.block-editor-block-inspector .plugin-rating .feedback-submit-container p.form-description{font-size:12px}.block-editor-block-inspector .plugin-rating .tankyou-msg-container span.close-icon,.block-editor-block-inspector .plugin-rating .feedback-submit-container span.close-icon{position:absolute;top:8px;right:8px}.block-editor-block-inspector .plugin-rating .tankyou-msg-container span.close-icon svg,.block-editor-block-inspector .plugin-rating .feedback-submit-container span.close-icon svg{height:12px;width:12px;cursor:pointer}.block-editor-block-inspector .plugin-rating .tankyou-msg-container span.undo-review,.block-editor-block-inspector .plugin-rating .feedback-submit-container span.undo-review{color:#5b4e96;font-weight:400;text-decoration:none;cursor:pointer}.block-editor-block-inspector .plugin-rating p.thank-you-message{font-weight:400;color:#5f6c7f;margin-bottom:15px;font-size:14px}.block-editor-block-inspector .plugin-rating .chat-button{background-color:#5b4e96;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:5px;font-weight:400;width:100%;text-decoration:none}.block-editor-block-inspector .plugin-rating .chat-button svg{width:18px;height:18px}.block-editor-block-inspector .plugin-rating .chat-button:hover{background-color:#4b3293}.block-editor-block-inspector .plugin-rating .upgrade-box{padding:15px;margin-top:20px;border-radius:8px;text-align:left;background:linear-gradient(181.32deg,#fffbf8 1.12%,#fff 98.95%);border:.6px solid #f4efec}.block-editor-block-inspector .plugin-rating .upgrade-box h5{font-size:14px;margin-top:0;margin-bottom:10px;color:#1d2939;font-weight:600}.block-editor-block-inspector .plugin-rating .upgrade-box p{font-size:12px;color:#232c39;margin-bottom:12px;font-weight:400}.block-editor-block-inspector .plugin-rating .upgrade-box .upgrade-link{color:#ec6e00;font-weight:400;text-decoration:none}.block-editor-block-inspector .plugin-rating .upgrade-box .upgrade-link:hover{text-decoration:underline}.plugin-rating.turn_off_ratting_help{padding:0;margin:0}.plugin-rating.turn_off_ratting_help .upgrade-box{margin:0;border-radius:0}.analytics-section-container{padding:12px;background:linear-gradient(135deg,#f8f7fc,#fff);margin-bottom:20px;display:flex;gap:10px;border-top:1px solid #e8e5f1;overflow:visible;background-color:none;width:calc(100% + 30px);margin-left:-15px;border:none;border-radius:0;margin-top:-15px}.analytics-section-container .analytics-chart{display:flex;align-items:center;gap:5px;overflow:visible;position:relative;z-index:10}.analytics-section-container .analytics-chart .donut-chart{max-width:70px;height:auto}.analytics-section-container .analytics-chart .chart-legend{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.analytics-section-container .analytics-chart .chart-legend .legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#778095}.analytics-section-container .analytics-chart .chart-legend .legend-item .legend-dot{width:12px;height:12px;border-radius:50%}.analytics-section-container .analytics-chart .chart-legend .legend-item .legend-dot.desktop{background-color:#5b4e96}.analytics-section-container .analytics-chart .chart-legend .legend-item .legend-dot.mobile{background-color:#c4b5e8}.analytics-section-container .analytics-chart .chart-legend .legend-item .legend-text{font-weight:500}.analytics-section-container .analytics-content{width:100%}.analytics-section-container .analytics-content h3{font-size:16px;font-weight:500;color:#211c70;margin:0 0 8px;text-transform:inherit}.analytics-section-container .analytics-content p{font-size:12px;color:#404040;margin:0 0 6px;line-height:1.5}.analytics-section-container .analytics-content .view-analytics-link{display:inline-flex;gap:6px;background:0 0;color:#5b4e96;text-decoration:none;border-radius:6px;font-size:12px;font-weight:500;transition:all .3s ease;align-items:center}.analytics-section-container .analytics-content .view-analytics-link svg{width:16px;height:16px;transition:transform .3s ease}.analytics-section-container .analytics-content .view-analytics-link:hover{text-decoration:underline}.analytics-section-container .analytics-content .view-analytics-link:hover svg{transform:translate(2px)}.analytics-section-container .analytics-content .view-analytics-link:active{transform:translateY(0)}.photos-gallery-grid .ose-google-photos,.photos-gallery-masonary .ose-google-photos,.photos-gallery-justify .ose-google-photos{height:100%!important;max-height:100%!important}.wp-block-embedpress-embedpress iframe{max-width:100%}.wp-block-embedpress-embedpress .components-placeholder.wp-block-embed{min-width:550px;max-width:100%!important}.wp-block-embedpress-embedpress{max-width:100%!important}.ose-the-new-york-times iframe{min-height:500px;max-height:100%}.block-editor-block-list__layout .wp-block figure{margin:0}.block-editor-block-list__layout .wp-block iframe{margin:0}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block-embedpress-embedpress{max-width:1200px!important}.embedpress-event .link{color:#0098ab}.embedpress-event .visibility--a11yHide{border:0;clip:rect(0 0 0 0);position:absolute;overflow:hidden;margin:-1px;padding:0;width:1px;height:1px}.embedpress-event .text--small{font-size:14px;margin:0}.embedpress-event .flex{display:flex;box-sizing:border-box}.embedpress-event .flex--wrap{flex-wrap:wrap}.embedpress-event .flex--row{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.embedpress-event .flex--row>.flex-item:first-child{padding-left:0}.embedpress-event .flex-item{flex-basis:0;flex-grow:1;width:auto;min-width:0;box-sizing:border-box}.embedpress-event .flex-item--shrink{flex-basis:auto;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.embedpress-event .text--bold{font-weight:700}.embedpress-event h1,.embedpress-event h2,.embedpress-event h3,.embedpress-event h4,.embedpress-event h5,.embedpress-event h6{font-size:inherit}.embedpress-event .ep-event--title{font-size:32px;font-weight:700}.embedpress-event .ep-event--date{color:#757575;font-weight:400;font-size:16px}.embedpress-event .ep-event--host{margin-top:20px;display:flex;align-items:center;margin-bottom:20px}.embedpress-event img.avatar--person{background-image:none!important;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;box-sizing:border-box;vertical-align:middle}.embedpress-event .event-description{margin-top:20px}.embedpress-event .align--center{text-align:center}.embedpress-event .card{background:#fff;background-clip:padding-box;background-size:cover;border:1px solid rgba(46,62,72,.12);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;min-height:100%;padding:16px 16px 18px;position:relative;white-space:normal}.embedpress-event .card--hasHoverShadow{transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.embedpress-event .ep-event-group-link{display:flex;flex-wrap:wrap;align-items:center;background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-group--name{padding-left:20px;font-size:14px;line-height:1.45;margin:0;width:70%;word-break:break-word}.embedpress-event .ep-event-group--image{-o-object-fit:cover;object-fit:cover;width:56px;height:56px;border-radius:4px}.embedpress-event .ep-event-time-location{background:#fff;border-radius:8px;padding:16px 20px 0;border:1px solid rgba(46,62,72,.12)}.embedpress-event .ep-event-time-location .ep-event-datetime{padding-bottom:20px;font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-time-location .ep-event-location{padding-bottom:20px}.embedpress-event .ep-event-location .wrap--singleLine--truncate{font-size:15px;line-height:1.5;color:#2e3e48;font-style:normal;margin:0}.embedpress-event .ep-event-location address{font-style:normal;margin:0}.embedpress-event .ep-event-location .venueDisplay-venue-address{font-style:normal;color:#757575;margin:0}.embedpress-event .ep-event-location p{line-height:20px}.ep-event--host .avatar-print{border-radius:50%;height:50px;width:50px}.event-info-hosts-text{padding-left:20px;font-size:16px;font-weight:400}.text--sectionTitle{font-size:20px;line-height:28px}.ep-event--attendees{margin-top:50px}.ep-event--attendees>.flex{margin-bottom:20px}.ep-event--attendees .gridList{list-style:none;margin:0 -16px 0 0;padding:0}.ep-event--attendees .gridList-item{width:auto;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:1rem;margin:0;vertical-align:top;width:50%}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 50%;max-width:50%}.ep-event--attendees .groupMember-name{line-height:1.2!important}.ep-event--attendees .avatar--person{margin-bottom:15px;display:inline-block;border-radius:50%}.ep-event--attendees img.avatar-print{border-radius:50%}.ep-event--attendees .groupMember-role{font-size:12px;color:#757575;padding-top:2px;margin:0}.ep-event--attendees .groupMember{min-height:100%;min-width:128px;padding-left:8px;padding-right:8px}.gridList-itemInner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:0 16px 16px 0}.cbutton-preview-wrapper{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff8f8;height:200px;width:300px;margin:-350px auto auto}h4.cbutton-preview-text{padding-top:0;margin-top:0}@media screen and (max-width:782px){.block-editor-block-list__layout .wp-block figure{height:250px}.block-editor-block-list__layout .wp-block iframe{height:250px}}@media only screen and (min-width:530px){.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 33.333333%;max-width:33.333333%}}@media only screen and (min-width:640px){.embedpress-event .card{padding:18px 18px 20px}.ep-event--attendees .gridList--autoHeight--has4>.gridList-item{flex:0 0 25%;max-width:25%}}@media only screen and (min-width:482px){.editor-styles-wrapper .wp-block[data-align=right]>*{max-width:100%!important}.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}.is-ep-description{display:flex;align-items:flex-start;gap:4px;margin:4px 0 16px;padding-left:38px;color:#6a6a6a;font-size:12px;line-height:1.4}.is-ep-description .ep-info-tip{margin-top:2px}.ep-chapter-item,.ep-timed-cta-item{border:1px solid #e0e0e0!important;border-radius:4px!important;padding:12px!important;margin-bottom:12px!important;background:#fafafa}.ep-chapter-item .components-base-control,.ep-timed-cta-item .components-base-control{margin-bottom:8px}.ep-chapters-repeater .components-button,.ep-timed-cta-repeater .components-button{margin-top:4px}[data-theme-mode=dark]{--viewer-primary-color:#343434;--viewer-icons-hover-bgcolor:#453838;--viewer-icons-color:#f2f2f6}[data-theme-mode=light]{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}@media(prefers-color-scheme:dark){:root{--viewer-primary-color:#343434;--viewer-icons-color:#f2f2f6;--viewer-icons-hover-bgcolor:#453838}}@media(prefers-color-scheme:light){:root{--viewer-primary-color:#f2f2f6;--viewer-icons-color:#343434;--viewer-icons-hover-bgcolor:#e5e1e9}}.ep-file-download-option-masked:after,.ep-external-doc-icons{background:var(--viewer-primary-color)}.ep-external-doc-icons svg path{fill:var(--viewer-icons-color)}.ep-doc-draw-icon svg path{fill:var(--viewer-primary-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover svg path{fill:var(--viewer-icons-color);stroke:var(--viewer-icons-color)}.ep-external-doc-icons svg:hover{background-color:var(--viewer-icons-hover-bgcolor)}.ep-file-download-option-masked{position:relative}.embed-download-disabled{width:200px;height:22px;background:#444;position:absolute;right:2px;bottom:8px;opacity:0;pointer-events:none}.cui-toolbar-button-right{display:none!important}.ndfHFb-c4YZDc-Wrql6b{display:none}.ep-external-doc-icons{position:absolute;display:flex;flex-direction:revert;background:var(--viewer-primary-color);border-radius:6px;z-index:2;bottom:-18px;left:50%;transform:translate(-50%,-50%);padding:0 10px}.ep-external-doc-icons svg{width:30px;height:30px;cursor:pointer;transition:.3s;padding:5px;border-radius:4px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg{width:22px;height:22px}.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg,.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg{width:20px!important}.ep-doc-minimize-icon svg,.ep-doc-fullscreen-icon svg{padding:6px}.ep-external-doc-icons svg:hover{border-radius:4px}.ep-doc-draw-icon.active svg{background:var(--viewer-icons-hover-bgcolor)}.ep-doc-download-icon,.ep-doc-print-icon,.ep-doc-fullscreen-icon,.ep-doc-popup-icon,.ep-doc-draw-icon,.ep-doc-minimize-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe,.embedpress-document-embed .fullscreen-enabled iframe{width:100%!important;height:100%!important}.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe{margin-left:22%}.ep-file-download-option-masked:after{position:absolute;width:100%;height:30px;background:var(--viewer-primary-color);z-index:1;bottom:0;content:"";left:0}.ep-file-download-option-masked.ep-file-docx:after{bottom:0;background:#fff}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled:after{bottom:0;background:#fff;height:22px}.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled:after{bottom:0}.ep-file-download-option-masked.ep-file-docx .ep-external-doc-icons{right:12px;top:12px;display:flex;flex-direction:column;background:var(--viewer-primary-color);border-radius:6px;bottom:auto;left:auto;transform:translate(0)}canvas.ep-doc-canvas{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;clear:both;margin:auto;display:none}.embedpress-el-powered{text-align:center;margin-top:0!important;font-size:16px!important;font-weight:700}.wp-block-embedpress-document.aligncenter .embedpress-document-embed{margin:auto}.embedpress-embed-document-pdf{max-width:100%;position:relative;border:none}.components-toggle-control .components-base-control__field .components-form-toggle{margin-right:6px}.opensea-control.pro-control span.isPro{right:6px;bottom:5px;transform:scale(.9)}.pro-control.opensea-control input{border-color:#cfc2c2;color:#cfc2c2;border-radius:5px}.pro-control .components-base-control{pointer-events:none}.pro-control .sponsored-manager-controllers{opacity:.5}.sponsored-manager-controllers.opacity,.pro-control.ep-custom-logo-button button{opacity:.3}.ads-help{margin-top:30px}button.components-flex.components-color-palette__custom-color{height:20px}.components-color-palette__custom-color-value{display:none!important}.components-circular-option-picker .components-circular-option-picker__swatches{justify-content:space-around}.wp-block-embedpress-document.embedpress-document-embed{max-width:100%!important}@media only screen and (max-width:767px){.wp-block-embedpress-document.embedpress-document-embed{max-height:400px!important}.ep-file-download-option-masked{height:100%}iframe.embedpress-embed-document-pdf{max-height:480px}}.embedpress-calendar-gutenberg{margin:30px auto}.embedpress-calendar-gutenberg iframe,.embedpress-calendar-gutenberg.alignright{max-width:100%}body.page .flexia-wrapper>.content-area{padding:0!important}.flexia-wrapper.flexia-container>.content-area{margin:0!important}.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg{margin:0 auto}@media only screen and (min-width:482px){.entry-content>.embedpress-calendar-gutenberg.alignright,.entry-content>.embedpress-calendar-gutenberg.alignleft,.embedpress-calendar-gutenberg.alignright,.embedpress-calendar-gutenberg.alignleft{max-width:100%}}.wp-block-embedpress-embedpress iframe,.wp-block-embedpress-calendar iframe{max-width:100%}.wp-block-embedpress-calendar figure{position:relative}.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{margin:0}@media screen and (max-width:782px){.block-editor-block-list__layout .wp-block figure,.block-editor-block-list__layout .wp-block iframe{height:250px}}.editor-block-list__block[data-align=right]>.editor-block-list__block-edit{float:right}.wp-block[data-align=left],.wp-block[data-align=right]{height:auto!important}@media only screen and (min-width:482px){.editor-styles-wrapper .wp-block[data-align=right]>*,.editor-styles-wrapper .wp-block[data-align=left]>*{max-width:100%!important}}.editor-styles-wrapper .wp-block[data-align=center]{text-align:center}.editor-styles-wrapper .wp-block:after{content:"";display:block;clear:both;min-height:1px}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.pdfobject-container{height:600px;width:600px;margin:0 auto}.embedpress-el-powered{text-align:center;margin-top:10px!important;font-size:16px!important;font-weight:700}.embedpress-embed-document iframe,[data-type="embedpress/document"] iframe{margin:0 auto;display:block}.embedpress-embed-document{max-width:100%}.embedpress-document-editmode .components-form-file-upload{display:none!important}.pro-control{position:relative;margin-bottom:20px}span.isPro{position:absolute;z-index:1;background:#5b4e96;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:18px;font-size:10px;right:5px;color:#fff;font-weight:400;text-transform:uppercase;bottom:0;top:0}.pro-control:after{content:"";width:100%;height:100%;background:0 0;position:absolute;z-index:12;top:0;bottom:0;left:0}.theme-astra span.isPro{right:10px;bottom:5px}.pro-control:hover:after{cursor:pointer}.pro__alert__wrap{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000004d;z-index:1;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:500px;margin:7% auto 0;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:32px;font-weight:450;color:#131f4d;margin-bottom:15px}.pro__alert__wrap .pro__alert__card p{font-size:14px;font-weight:400;color:#7c8db5;margin-top:10px}.pro__alert__wrap .pro__alert__card .button{-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;padding:6px 30px;border-radius:10px}.pro__alert__wrap .pro__alert__card p a{text-decoration:underline;font-weight:700;color:#131f4d}.template__wrapper .button:hover{background:#5b4e96!important;color:#fff!important;border-color:#5b4e96!important}.pro__alert__wrap .pro__alert__card img{height:100px;margin-bottom:20px}.pro-control .components-toggle-control__label{color:#bbacac}.ep-gutenberg-controls-wrapper .components-base-control{margin-top:15px;margin-bottom:30px}.ep-gutenberg-controls-wrapper .remove-last-child-margin .components-base-control:last-child{margin-bottom:30px}.embedpress-documents-control .components-base-control{margin-top:0!important}.pro-control-active{margin-bottom:24px}.disabled-content-protection .pro-control-active,.disabled-content-protection .pro-control{margin-bottom:0}.disabled-content-protection .pro-control-active .components-toggle-control,.disabled-content-protection .pro-control .components-toggle-control{margin-bottom:10px}.lock-content-pass-input{position:relative}.ep-alignleft{text-align:left}.ep-alignright{text-align:right}.ep-aligncenter{text-align:center}.embedpress-document-embed.embedpress-pdf{width:100%}.embedpress-document-embed{position:relative}.embedpress-inner-iframe{text-align:center;position:relative}.ep-fixed-width .embedpress-inner-iframe{display:inline-block}.embedpress-inner-iframe.ep-alignright{text-align:right}.embedpress-inner-iframe.ep-aligncenter{text-align:center}.embedpress-inner-iframe.ep-alignleft{text-align:left}.ep__components-placeholder,.wp-block-embedpress-embedpress{clear:both!important}.ep-pdf-width-contol{position:relative}.ep-unit-choice-option{margin:0!important;top:5px;right:0}.ep-unit-choice-option .components-base-control{margin-bottom:0!important}.ep-unit-choice-option .components-base-control__field .components-flex,.ep-unit-choice-option .components-flex{flex-direction:row!important;justify-content:end;gap:10px;padding:4px 5px;border-radius:4px;margin-right:-10px;margin-bottom:10px}.ep-unit-choice-option .components-radio-control__option{position:relative}.ep-unit-choice-option .components-radio-control__option label{position:absolute;top:50%;transform:translate(-50%,-50%);font-size:10px;left:-18px}.ep-unit-choice-option .components-radio-control__input{margin:0;border:none;width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked:before{background-color:var(--wp-admin-theme-color);border:4px solid var(--wp-admin-theme-color)}.ep-unit-choice-option .components-radio-control__input[type=radio]:checked+label{color:#fff}.ep-pdf-width-contol .ep-control-header{font-size:11px}.emebedpress-unit-percent iframe{width:100%!important}.components-panel__body .components-base-control__field{padding:0}.ep-controls-margin .components-base-control__field{padding:0;display:flex;align-items:center;justify-content:space-between}.ep-controls-margin .components-text-control__input{max-width:80px;width:60px}@media only screen and (max-width:850px){.embedpress-inner-iframe.emebedpress-unit-percent{width:100%!important}}.presentationModeEnabledIosDevice{position:fixed;left:0;top:0;border:0;height:100%!important;width:100%!important;z-index:999999;min-width:100%!important;min-height:100%!important}.components-edit-button{border-right:1px solid #1e1e1e;border-radius:0}.ep-pdf-trigger{cursor:pointer;display:inline-block;transition:all .2s ease}.ep-pdf-trigger--button{background:#5b4e96;color:#fff;padding:12px 28px;border-radius:6px;font-size:15px;font-weight:600;letter-spacing:.3px;box-shadow:0 2px 6px #5b4e964d}.ep-pdf-trigger--button:hover{background:#4a3f7e;box-shadow:0 4px 12px #5b4e9666;transform:translateY(-1px)}.ep-pdf-trigger--link{color:#5b4e96;font-size:15px;font-weight:500;text-decoration:underline;text-underline-offset:3px}.ep-pdf-trigger--link:hover{color:#4a3f7e;text-decoration-thickness:2px}.ep-pdf-trigger--text{color:#333;font-size:15px}.ep-pdf-trigger--text:hover{color:#5b4e96}.embedpress-document-editmode .components-placeholder__instructions:after{content:"\aSupported File Type: PDF, DOC, PPT, XLS etc ";white-space:pre}.wp-block-embedpress-embedpress-pdf+*{clear:both}.embedpress-document-editmode .components-placeholder__instructions:after{display:none!important}.ep-width-control-with-tooltip svg{width:16px;height:16px;vertical-align:middle}.ep-width-control-with-tooltip .components-tooltip{max-width:200px}.ep-gr-block-placeholder .components-placeholder__fieldset{display:block;max-width:none;width:100%}.ep-gr-block-placeholder .ep-gr-block-picker{width:100%}.ep-gr-block-selected{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e2e6f0;border-radius:6px;box-shadow:0 1px 2px #0921610a}.ep-gr-block-selected .ep-gr-block-selected-pin{flex:none;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#f5f6fc;color:#5b4e96}.ep-gr-block-selected .ep-gr-block-selected-info{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.ep-gr-block-selected .ep-gr-block-selected-name{font-size:13px;font-weight:600;color:#092161;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-gr-block-selected .ep-gr-block-selected-address{font-size:12px;color:#7f8bb2;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-gr-block-selected .ep-gr-block-selected-id{font-size:10px;color:#7f8bb2;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-gr-block-selected .ep-gr-block-selected-change.components-button{flex:none;height:auto;min-height:0;padding:4px 10px;font-size:11px;font-weight:600;color:#5b4e96}.ep-gr-fetch-hint{margin:8px 0 0;font-size:11px;line-height:1.4;color:#7f8bb2;margin-top:8px!important;margin-left:8px}.ep-gr-fetch-hint a{color:#5b4e96;font-weight:600;text-decoration:none}.ep-gr-fetch-hint a:hover{text-decoration:underline}.ep-gr-block-picker .ep-gr-block-status{font-size:12px;color:#7f8bb2;margin:6px 0 0}.ep-gr-block-search{position:relative}.ep-gr-block-search .components-base-control{margin-bottom:0!important}.ep-gr-suggestions-panel{position:absolute;top:100%;left:0;right:0;width:100%;z-index:60;box-sizing:border-box;max-height:340px;overflow-y:auto;border:1px solid #e2e6f0;border-radius:0 0 6px 6px;background:#fff;box-shadow:0 8px 24px #0921611f;margin-top:0}.ep-gr-suggestions-panel .ep-gr-suggestions-note{margin:0;padding:9px 12px;border-top:1px solid #e2e6f0;font-size:11.5px;line-height:1.4;color:#7f8bb2}.ep-gr-suggestions-panel .ep-gr-suggestions-note a{font-weight:600;white-space:nowrap}.ep-gr-suggestions{list-style:none;margin:0;padding:0;width:100%;box-sizing:border-box}.ep-gr-suggestions li{margin:0;padding:0;list-style:none}.ep-gr-suggestions li:before{content:none!important;display:none!important}.ep-gr-suggestions li+li{border-top:1px solid #e2e6f0}.ep-gr-suggestions .ep-gr-suggestion{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:9px;width:100%;box-sizing:border-box;background:0 0;border:0;border-radius:0;padding:9px 12px;text-align:start;cursor:pointer;color:#1e1e1e;font:inherit;transition:background .12s ease}.ep-gr-suggestions .ep-gr-suggestion:hover,.ep-gr-suggestions .ep-gr-suggestion:focus-visible{background:#f1f3fb;outline:none;box-shadow:none}.ep-gr-suggestions .ep-gr-suggestion:focus:not(:focus-visible){background:0 0}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-pin{flex:none;margin-top:1px;color:#5b4e96}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:auto}.ep-gr-suggestions .ep-gr-suggestion strong{font-size:13px;font-weight:600;color:#092161;line-height:1.3}.ep-gr-suggestions .ep-gr-suggestion span{font-size:11px;color:#7f8bb2;line-height:1.3}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-top:1px;font-size:11px;color:#7f8bb2}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-rating{display:inline-flex;align-items:center;gap:2px;font-weight:600;color:#092161}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-star{color:#fbbf24;font-size:12px;line-height:1}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-count:before{content:"·";margin-right:6px;color:#7f8bb2}@keyframes ep-gr-suggestion-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-meta--loading .ep-gr-suggestion-skeleton{position:relative;display:inline-block;vertical-align:middle;width:96px;height:10px;background-color:#eef0f6;border-radius:4px;overflow:hidden}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-meta--loading .ep-gr-suggestion-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#eef0f600 0,#ffffffd9,#eef0f600);animation:ep-gr-suggestion-shimmer 1.2s linear infinite;will-change:transform}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-meta--unknown{font-style:italic;opacity:.75}.ep-gr-suggestions .ep-gr-suggestion .ep-gr-suggestion-meta--unknown .ep-gr-suggestion-count:before{content:none;margin-right:0}.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-add,.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-already,.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-pro{align-self:flex-start;margin-top:5px;font-size:11px;font-weight:600;font-style:normal;display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-add svg,.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-already svg,.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-pro svg{display:block}.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-add,.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-already{padding:3px 10px;border-radius:999px}.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-add{color:#5b4e96;background:#f1f3fb;border:1px solid transparent;transition:background .12s ease,border-color .12s ease}.ep-gr-suggestions .ep-gr-suggestion:hover em.ep-gr-suggestion-add,.ep-gr-suggestions .ep-gr-suggestion:focus em.ep-gr-suggestion-add{background:#5b4e96;color:#fff;border-color:#5b4e96}.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-already{color:#15803d;background:#e6f4ea}.ep-gr-suggestions .ep-gr-suggestion em.ep-gr-suggestion-pro{padding:0;background:0 0;color:#8a6d00}.ep-gr-suggestions .ep-gr-suggestion.is-locked{cursor:pointer}.ep-gr-suggestions .ep-gr-suggestion.is-locked strong{color:#7f8bb2}.ep-gr-suggestions .ep-gr-suggestion.is-locked:hover,.ep-gr-suggestions .ep-gr-suggestion.is-locked:focus{background:#f1f3fb}.ep-gr-block-lists{margin-top:14px;display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto;padding-right:2px}.ep-gr-block-list>.ep-gr-block-list-heading{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7f8bb2;margin:0 0 6px}.ep-gr-block-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.ep-gr-block-list li{margin:0;padding:0;list-style:none;display:flex;align-items:stretch;gap:4px}.ep-gr-block-list li:before{content:none!important;display:none!important}.ep-gr-block-list-pick{flex:auto;min-width:0;display:flex;flex-direction:row;gap:8px;align-items:flex-start;text-align:start}.ep-gr-block-list-pick .ep-gr-suggestion-pin{flex:none;margin-top:2px;color:#5b4e96}.ep-gr-block-list-pick{background:0 0!important;border:1px solid transparent!important;border-radius:4px!important;box-shadow:none!important;padding:8px 10px!important;cursor:pointer;color:#1e1e1e!important;font:inherit;line-height:1.3;height:auto!important}.ep-gr-block-list-pick:hover,.ep-gr-block-list-pick:focus{background:#f1f3fb!important;border-color:transparent!important;outline:none;box-shadow:none!important;color:#1e1e1e!important}.ep-gr-block-list-pick strong{font-size:13px;font-weight:600;color:#092161;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ep-gr-block-list-pick code{font-size:10px;color:#7f8bb2;background:0 0!important;padding:0!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ep-gr-block-list-pick .ep-gr-block-list-pick-body{display:flex;flex-direction:column;gap:2px;min-width:0;max-width:100%}.ep-gr-block-list-pick.is-locked strong{color:#7f8bb2}.ep-gr-block-list-pick em.ep-gr-suggestion-pro{margin-top:4px;display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;font-style:normal;color:#8a6d00;white-space:nowrap}.ep-gr-block-list-pick em.ep-gr-suggestion-pro svg{display:block}.ep-gr-block-list-star{flex:0 0 28px;width:28px;min-width:28px;align-self:center;height:auto;padding:4px 0!important;background:0 0!important;border:1px solid transparent!important;border-radius:4px!important;box-shadow:none!important;color:#c5cad6!important;cursor:pointer;font-size:14px;line-height:1;text-align:center}.ep-gr-block-list-star:hover,.ep-gr-block-list-star:focus{color:#474559!important;background:0 0!important;outline:none;box-shadow:none!important}.ep-gr-block-list-star.is-on{color:#f5b400!important}.ep-gr-block-manual{margin-top:14px;padding-top:12px;border-top:1px solid #e2e6f0}.ep-gr-block-manual .components-button.is-link{padding:0;font-size:12px;color:#5b4e96;text-decoration:none;box-shadow:none;background:0 0}.ep-gr-block-manual .components-button.is-link:hover,.ep-gr-block-manual .components-button.is-link:focus{color:#474559;text-decoration:underline;box-shadow:none}.ep-gr-block-manual .ep-gr-block-manual-row{margin-top:8px;display:flex;align-items:flex-end;gap:6px}.ep-gr-block-manual .ep-gr-block-manual-row .components-base-control{flex:1;margin-bottom:0!important}.ep-gr-block-manual .ep-gr-block-manual-row .components-base-control__field{margin-bottom:0!important}.ep-gr-block-manual .ep-gr-block-manual-row input[type=text]{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.ep-gr-block-manual .ep-gr-block-manual-row .components-button.is-primary{background:#5b4e96;border-color:#5b4e96;box-shadow:none}.ep-gr-block-manual .ep-gr-block-manual-row .components-button.is-primary:hover,.ep-gr-block-manual .ep-gr-block-manual-row .components-button.is-primary:focus{background:#474559;border-color:#474559;box-shadow:none}.pro__alert__wrap{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background:#0000004d;z-index:100000;display:none}.pro__alert__wrap .pro__alert__card{width:calc(100% - 30px);max-width:460px;margin:7% auto 0;background:#fff;border-radius:16px;padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center}.pro__alert__wrap .pro__alert__card h2{font-size:26px;font-weight:500;color:#131f4d;margin:12px 0}.pro__alert__wrap .pro__alert__card p{font-size:14px;color:#7c8db5;margin:0 0 18px}.pro__alert__wrap .pro__alert__card .pro__alert__btn{display:inline-block;padding:9px 26px;border-radius:10px;background:#5b4e96;color:#fff;font-weight:600;text-decoration:none}.pro__alert__wrap .pro__alert__card .pro__alert__close{margin-top:14px;padding:6px 26px;border-radius:10px}.ep-gr-pro-hint{margin:0 0 12px;font-size:11px;line-height:1.5;color:#6b7280;background:#f6f7f9;border-radius:6px;padding:8px 10px}.ep-gr-block-wrap .ep-gr-fetch-progress{margin:0 0 14px;padding:12px 14px;border:1px solid #d7d7ea;border-radius:8px;background:#faf9ff}.ep-gr-block-wrap .ep-gr-fetch-progress-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#25396f}.ep-gr-block-wrap .ep-gr-fetch-progress-text{line-height:1.3}.ep-gr-block-wrap .ep-gr-fetch-progress-bar{margin-top:10px;height:6px;border-radius:999px;background:#e6e3f4;overflow:hidden}.ep-gr-block-wrap .ep-gr-fetch-progress-fill{display:block;height:100%;width:40%;border-radius:999px;background:#5b4e96;animation:ep-gr-indeterminate 1.2s ease-in-out infinite}.ep-gr-block-wrap .ep-gr-fetch-progress-note{margin:8px 0 0;font-size:12px;color:#7f8bb2;line-height:1.4}.ep-gr-block-wrap .ep-gr-spinner{width:13px;height:13px;flex-shrink:0;border:2px solid rgba(91,78,150,.3);border-top-color:#5b4e96;border-radius:50%;animation:ep-gr-spin .7s linear infinite}@keyframes ep-gr-spin{to{transform:rotate(360deg)}}@keyframes ep-gr-indeterminate{0%{transform:translate(-100%);width:40%}50%{width:60%}to{transform:translate(250%);width:40%}}.ep-gr-control-label{margin:0 0 8px;font-size:11px;font-weight:500;text-transform:uppercase;color:#1e1e1e}.ep-gr-layout-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.ep-gr-layout-tile{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 4px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;color:#50575e;transition:border-color .12s ease,color .12s ease,box-shadow .12s ease}.ep-gr-layout-tile:hover{border-color:#b4b9be;color:#1e1e1e}.ep-gr-layout-tile.is-active{border-color:var(--wp-admin-theme-color,#3858e9);color:var(--wp-admin-theme-color,#3858e9);box-shadow:0 0 0 1px var(--wp-admin-theme-color,#3858e9)}.ep-gr-layout-tile-icon{display:inline-flex;line-height:0}.ep-gr-layout-tile-label{font-size:11px;line-height:1.2;text-align:center}.ep-gr-layout-tile{position:relative}.ep-gr-layout-tile.is-locked{opacity:.55;cursor:not-allowed;filter:grayscale(.4)}.ep-gr-layout-tile.is-locked:hover{border-color:#e0e0e0;color:#50575e;box-shadow:none}.ep-gr-tile-crown{position:absolute;top:4px;right:4px}.pro-control{position:relative;cursor:pointer;margin-bottom:16px}.pro-control:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;background:0 0}.pro-control>span.isPro{position:absolute;z-index:13;top:0;right:5px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:18px;border-radius:20px;background:#5b4e96;color:#fff;font-size:10px;font-weight:400;text-transform:uppercase}.pro-control .components-toggle-control__label,.pro-control label.components-base-control__label{color:#bbacac}.pro-control .components-form-toggle .components-form-toggle__track{border:1px solid #b89d9d}.pro-control .components-form-toggle .components-form-toggle__thumb{background-color:#b89d9d;border:5px solid #b89d9d}:root{--ep-primary:#007cba;--ep-primary-hover:#005a87;--ep-primary-light:#e6f3ff;--ep-secondary:#50575e;--ep-secondary-hover:#3c434a;--ep-secondary-light:#f6f7f7;--ep-success:#00a32a;--ep-success-light:#e6f7e6;--ep-warning:#dba617;--ep-warning-light:#fff8e5;--ep-error:#d63638;--ep-error-light:#ffeaea;--ep-info:#72aee6;--ep-info-light:#e5f5ff;--ep-white:#ffffff;--ep-gray-50:#f9fafb;--ep-gray-100:#f3f4f6;--ep-gray-200:#e5e7eb;--ep-gray-300:#d1d5db;--ep-gray-400:#9ca3af;--ep-gray-500:#6b7280;--ep-gray-600:#4b5563;--ep-gray-700:#374151;--ep-gray-800:#1f2937;--ep-gray-900:#111827;--ep-black:#000000;--ep-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ep-font-family-mono:Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--ep-text-xs:.75rem;--ep-text-sm:.875rem;--ep-text-base:1rem;--ep-text-lg:1.125rem;--ep-text-xl:1.25rem;--ep-text-2xl:1.5rem;--ep-text-3xl:1.875rem;--ep-text-4xl:2.25rem;--ep-font-light:300;--ep-font-normal:400;--ep-font-medium:500;--ep-font-semibold:600;--ep-font-bold:700;--ep-leading-tight:1.25;--ep-leading-normal:1.5;--ep-leading-relaxed:1.75;--ep-space-1:.25rem;--ep-space-2:.5rem;--ep-space-3:.75rem;--ep-space-4:1rem;--ep-space-5:1.25rem;--ep-space-6:1.5rem;--ep-space-8:2rem;--ep-space-10:2.5rem;--ep-space-12:3rem;--ep-space-16:4rem;--ep-space-20:5rem;--ep-radius-sm:.125rem;--ep-radius:.25rem;--ep-radius-md:.375rem;--ep-radius-lg:.5rem;--ep-radius-xl:.75rem;--ep-radius-2xl:1rem;--ep-radius-full:9999px;--ep-shadow-sm:0 1px 2px 0 rgb(0 0 0 / .05);--ep-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--ep-shadow-md:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--ep-shadow-lg:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ep-shadow-xl:0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ep-transition-fast:.15s ease-in-out;--ep-transition-normal:.3s ease-in-out;--ep-transition-slow:.5s ease-in-out;--ep-z-dropdown:1000;--ep-z-sticky:1020;--ep-z-fixed:1030;--ep-z-modal-backdrop:1040;--ep-z-modal:1050;--ep-z-popover:1060;--ep-z-tooltip:1070;--ep-z-toast:1080;--ep-breakpoint-sm:640px;--ep-breakpoint-md:768px;--ep-breakpoint-lg:1024px;--ep-breakpoint-xl:1280px;--ep-breakpoint-2xl:1536px}

.ctl-wrapper{--ctw-line-width:3px;--ctw-line-bg:#000000;--ctw-line-bd-width:0;--ctw-line-bd-style:solid;--ctw-ybx-size:80px;--ctw-ybx-text-size:24px;--ctw-ybx-text-weight:bold;--ctw-ybx-text-color:#ffffff;--ctw-ybx-bg:#000000;--ctw-ybx-bd-width:var(--ctw-line-bd-width-inpx, var(--ctw-line-width));--ctw-ybx-bd-style:var(--ctw-line-bd-style);--ctw-ybx-bd-color:var(--ctw-line-bd-color, var(--ctw-line-bg));--ctw-ibx-size:40px;--ctw-ibx-text-size:22px;--ctw-ibx-bg:var(--ctw-first-story-color, #222);--ctw-ibx-color:var(--ctw-cbx-bg);--ctw-ibx-radius:50;--ctw-ibx-bd-width:var(--ctw-line-bd-width-inpx, var(--ctw-line-width));--ctw-ibx-bd-style:var(--ctw-line-bd-style);--ctw-ibx-bd-color:var(--ctw-line-bd-color, var(--ctw-line-bg));--ctw-lbl-gap:5px;--ctw-lbl-position:column nowrap;--ctw-lbl-justify:flex-end;--ctw-lbl-big-size:24px;--ctw-lbl-small-size:16px;--ctw-lbl-big-weight:500;--ctw-lbl-small-weight:normal;--ctw-lbl-small-color:var(--e-global-color-text, #444);--ctw-arw-bg:var(--ctw-cbx-title-bg, var(--ctw-cbx-bg));--ctw-arw-bg2:var(--ctw-cbx-title-bg, var(--ctw-cbx-bg2));--ctw-arw-bg3:var(--ctw-cbx-title-bg, var(--ctw-cbx-bg3));--ctw-arw-bg4:var(--ctw-cbx-title-bg, var(--ctw-cbx-bg4));--ctw-arw-bd-color:var(--ctw-cbx-bd-color);--ctw-arw-line-background:var(--ctw-cbx-title-bg, var(--ctw-line-bg));--ctw-arw-line-border-color:var(--ctw-line-bd-color);--ctw-cbx-bg:#ffffff;--ctw-cbx-bd-style:solid;--ctw-cbx-bd-top-width:0px;--ctw-cbx-bd-right-width:0px;--ctw-cbx-bd-bottom-width:0px;--ctw-cbx-bd-left-width:0px;--ctw-cbx-bd-color:var(--ctw-ibx-bg);--ctw-cbx-radius:6px 6px 6px 6px;--ctw-cbx-radius-left:6px 6px 6px 6px;--ctw-cbx-padding:0px 0px 0px 0px;--ctw-cbx-bottom-margin:50px;--ctw-cbx-space:20;--ctw-cbx-bg-hover:var(--ctw-cbx-bg);--ctw-cbx-radius-hover:var(--ctw-cbx-radius);--ctw-cbx-radius-left-hover:var(--ctw-cbx-radius-left);--ctw-cbx-shadow-hover:var(--ctw-cbx-shadow);--ctw-cbx-shadow-left-hover:var(--ctw-cbx-shadow-left);--ctw-cbx-title-color:#fff;--ctw-cbx-title-bg:#ffffff00;--ctw-cbx-title-padding:15px 15px 15px 15px;--ctw-cbx-title-margin:0px 0px 0px 0px;--ctw-cbx-title-font-size:24px;--ctw-cbx-title-font-weight:700;--ctw-cbx-title-line-height:normal;--ctw-cbx-title-font-family:inherit;--ctw-cbx-title-text-align:left;--ctw-cbx-title-text-transform:normal;--ctw-cbx-title-letter-spacing:normal;--ctw-cbx-desc-font-size:16px;--ctw-cbx-desc-font-weight:normal;--ctw-cbx-desc-line-height:normal;--ctw-cbx-desc-font-family:inherit;--ctw-cbx-desc-text-align:left;--ctw-cbx-desc-text-transform:normal;--ctw-cbx-desc-letter-spacing:normal;--ctw-cbx-date-font-size:22px;--ctw-cbx-date-font-weight:500;--ctw-cbx-date-line-height:1em;--ctw-cbx-date-font-family:inherit;--ctw-cbx-date-text-align:right;--ctw-cbx-date-text-transform:normal;--ctw-cbx-date-letter-spacing:normal;--ctw-cbx-main-title-font-size:35px;--ctw-cbx-main-title-font-weight:600;--ctw-cbx-main-title-line-height:normal;--ctw-cbx-main-title-font-family:inherit;--ctw-cbx-main-title-text-align:center;--ctw-cbx-main-title-text-transform:uppercase;--ctw-cbx-main-title-letter-spacing:normal;--ctw-cbx-des-color:var(--e-global-color-text, #444);--ctw-cbx-des-padding:5px 15px 15px 15px;--ctw-cbx-des-margin:0px 0px 0px 0px;--ctw-cbx-img-width:100%;--ctw-cbx-img-height:auto;--ctw-cbx-img-padding:0px 0px 0px 0px;--ctw-cbx-img-margin:0px 0px 0px 0px;--ctw-cbx-img-margin-left:0px;--ctw-cbx-img-margin-right:0px;--ctw-cbx-img-border-width:1px;--ctw-cbx-img-border-style:none;--ctw-cbx-img-border-color:var(--e-global-color-text, #444);--ctw-cbx-img-radius:0px;--ctw-cbx-img-shadow:0px;--ctw-cbx-img-align:center;--ctw-cbx-btn-margin:10px 0px 0px 0px;--ctw-cbx-btn-margin-left:0px;--ctw-cbx-btn-margin-right:0px;--ctw-cbx-btn-padding:10px 14px 10px 14px;--ctw-cbx-btn-width:auto;--ctw-cbx-btn-height:auto;--ctw-cbx-btn-color:var(--ctw-cbx-des-color, #444);--ctw-cbx-btn-bgcolor:#00000015;--lbl-bk-color:rgb(156, 147, 147);--lbl-bd-width:2px;--lbl-bd-color:black;--lbl-bd-style:solid;--lbl-bd-radius:6px;--lbl-arw-bg:var(--lbl-bk-color);--lbl-bottom-spacing:0.75em;--ctw-cbx-img-bg:transparent;width:100%;display:block;position:relative;text-align:center;margin:0 0 30px}.ctl-wrapper .cool-timeline-wrapper:not(.ctl-one-sided,.ctl-compact-wrapper) .ctl-story.even{--ctw-lbl-big-color:var(--ctw-lbel-big-color, var(--ctw-second-story-color))}.ctl-wrapper .ctl-story.odd{--ctw-lbl-big-color:var(--ctw-lbel-big-color, var(--ctw-first-story-color))}.ctl-wrapper,.ctl-wrapper *,.ctl-wrapper :after,.ctl-wrapper :before,.ctl-wrapper:after,.ctl-wrapper:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ctl-wrapper .ctl_popup_hide{display:none}.ctl-wrapper .ctl-year{display:flex;align-items:center;padding:0;background:0 0!important}.ctl-wrapper .ctl-year-text{display:flex;align-items:center;justify-content:center;text-align:center;line-height:1em;overflow:hidden;width:var(--ctw-ybx-size);height:calc(var(--ctw-ybx-size) * ((60 + var(--ctw-ibx-radius)/ 1.25)/ 100));font-size:var(--ctw-ybx-text-size);font-weight:var(--ctw-ybx-text-weight);color:var(--ctw-ybx-text-color);background-color:var(--ctw-ybx-bg);border-radius:calc(var(--ctw-ibx-radius) * 1%);-webkit-border-radius:calc(var(--ctw-ibx-radius) * 1%);-moz-border-radius:calc(var(--ctw-ibx-radius) * 1%);-ms-border-radius:calc(var(--ctw-ibx-radius) * 1%);-o-border-radius:calc(var(--ctw-ibx-radius) * 1%);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.ctl-wrapper .ctl-year-text:after,.ctl-wrapper .ctl-year-text:before{content:"";position:absolute;background:var(--ctw-line-bg);opacity:var(--ctw-line-bd-width)}.ctl-wrapper .timeline-main-title{font-family:var(--ctw-cbx-main-title-font-family);font-size:var(--ctw-cbx-main-title-font-size);font-weight:var(--ctw-cbx-main-title-font-weight);text-align:var(--ctw-cbx-main-title-text-align);text-transform:var(--ctw-cbx-main-title-text-transform);line-height:var(--ctw-cbx-main-title-line-height);letter-spacing:var(--ctw-cbx-main-title-letter-spacing);font-style:var(--ctw-cbx-main-title-font-style)}.ctl-wrapper .ctl-labels{display:flex;flex-flow:var(--ctw-lbl-position);gap:var(--ctw-lbl-gap);position:absolute;padding:0;margin:0;flex-direction:column}.ctl-wrapper .ctl-label-big,.ctl-wrapper .ctl-label-big a{line-height:var(--ctw-cbx-date-line-height);font-size:var(--ctw-cbx-date-font-size);font-weight:var(--ctw-cbx-date-font-weight);font-family:var(--ctw-cbx-date-font-family);text-transform:var(--ctw-cbx-date-text-transform);letter-spacing:var(--ctw-cbx-date-letter-spacing);color:var(--ctw-lbl-big-color);white-space:nowrap;display:inline}.ctl-wrapper .ctl-label-big a{text-decoration:none;cursor:pointer}.ctl-wrapper .ctl-label-big a:hover{opacity:.8}.ctl-wrapper .ctl-labels.ctl-label-overflow .ctl-label-big{font-size:16px}.ctl-timeline-wrapper:not(.ctl-compact-wrapper) .ctl-timeline .ctl-label-big{white-space:pre-wrap}.ctl-wrapper .ctl-icon{position:absolute;width:calc(var(--ctw-ibx-size) - 5px);height:calc(var(--ctw-ibx-size) - 5px);display:flex;justify-content:center;align-items:center;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;margin:0;border-color:var(--ctw-ibx-bd-color);background-color:var(--ctw-arw-bg);color:var(--ctw-ibx-color);border-radius:calc(var(--ctw-ibx-radius) * 1%);-webkit-border-radius:calc(var(--ctw-ibx-radius) * 1%);-moz-border-radius:calc(var(--ctw-ibx-radius) * 1%);-ms-border-radius:calc(var(--ctw-ibx-radius) * 1%);-o-border-radius:calc(var(--ctw-ibx-radius) * 1%)}.ctl-wrapper .ctl-icon img{border-radius:calc(var(--ctw-ibx-radius) * 1%);height:-webkit-fill-available;width:-webkit-fill-available}.ctl-wrapper .ctl-icon i{color:var(--ctw-ibx-color);font-size:var(--ctw-ibx-text-size);line-height:1em}.ctl-wrapper .ctl-icon svg path{fill:var(--ctw-ibx-color);width:var(--ctw-ibx-text-size);height:var(--ctw-ibx-text-size)}.ctl-wrapper .ctl-icondot{position:absolute;width:calc(var(--ctw-ibx-size)/ 2);height:calc(var(--ctw-ibx-size)/ 2);background-color:var(--ctw-arw-bg);border-radius:calc(var(--ctw-ibx-radius) * 1%);-webkit-border-radius:calc(var(--ctw-ibx-radius) * 1%);-moz-border-radius:calc(var(--ctw-ibx-radius) * 1%);-ms-border-radius:calc(var(--ctw-ibx-radius) * 1%);-o-border-radius:calc(var(--ctw-ibx-radius) * 1%);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.ctl-wrapper .ctl-icon:after,.ctl-wrapper .ctl-icon:before,.ctl-wrapper .ctl-icondot:after,.ctl-wrapper .ctl-icondot:before{content:"";position:absolute;background:var(--ctw-line-bg);opacity:var(--ctw-line-bd-width);margin:0}.ctl-wrapper .ctl-arrow{position:absolute;width:calc(var(--ctw-ibx-size)/ 2);height:calc(var(--ctw-ibx-size)/ 2);transform:rotate(45deg);border-style:var(--ctw-cbx-bd-style);border-color:var(--ctw-arw-bd-color);z-index:2}.ctl-wrapper .ctl-story{margin-bottom:var(--ctw-cbx-bottom-margin)}.ctl-wrapper .ctl-content{display:flex;flex-flow:wrap;overflow:hidden;position:relative;margin:0;padding:var(--ctw-cbx-padding);border-width:var(--ctw-cbx-bd-top-width) var(--ctw-cbx-bd-right-width) var(--ctw-cbx-bd-bottom-width) var(--ctw-cbx-bd-left-width);border-color:var(--ctw-cbx-bd-color);border-style:var(--ctw-cbx-bd-style);box-shadow:var(--ctw-cbx-shadow);border-radius:var(--ctw-cbx-radius);-webkit-border-radius:var(--ctw-cbx-radius);-moz-border-radius:var(--ctw-cbx-radius);-ms-border-radius:var(--ctw-cbx-radius);-o-border-radius:var(--ctw-cbx-radius);justify-content:center}.ctl-wrapper .cool-timeline-wrapper:not(.ctl-clean-skin) .ctl-content,.ctl-wrapper .cool-timeline-wrapper:not(.ctl-clean-skin) .ctl-description{background:var(--ctw-cbx-des-background)}.cool-timeline-wrapper{padding:0 10px}.ctl-wrapper .ctl-title{background:var(--ctw-cbx-title-bg);color:var(--ctw-cbx-title-color);margin:var(--ctw-cbx-title-margin);padding:var(--ctw-cbx-title-padding);font-size:var(--ctw-cbx-title-font-size);font-weight:var(--ctw-cbx-title-font-weight);line-height:var(--ctw-cbx-title-line-height);font-family:var(--ctw-cbx-title-font-family);text-transform:var(--ctw-cbx-title-text-transform);letter-spacing:var(--ctw-cbx-title-letter-spacing);order:1;text-align:var(--ctw-cbx-title-text-align);cursor:context-menu;width:100%}.ctl-wrapper .ctl-title a{text-decoration:none!important;color:var(--ctw-cbx-title-color);cursor:pointer}.ctl-wrapper .ctl-title a:hover{opacity:.7;-webkit-filter:opacity(.7)}.ctl-wrapper .ctl-media{display:flex;align-items:center;justify-content:var(--ctw-cbx-img-align,var(--ctw-cbx-text-align));padding:0;margin:0;width:100%;overflow:hidden;order:var(--ctw-cbx-img-order)}.ctl-wrapper .ctl-media.small{max-width:40%}.ctl-wrapper .ctl-media img{width:calc(var(--ctw-cbx-img-width) - (var(--ctw-cbx-img-margin-left) + var(--ctw-cbx-img-margin-right)));max-width:100%;height:var(--ctw-cbx-img-height);object-fit:cover;object-position:center;padding:var(--ctw-cbx-img-padding)!important;margin:var(--ctw-cbx-img-margin)!important;border-width:var(--ctw-cbx-img-border-width);border-color:var(--ctw-cbx-img-border-color);border-style:var(--ctw-cbx-img-border-style);box-shadow:var(--ctw-cbx-img-shadow);border-radius:var(--ctw-cbx-img-radius);-webkit-border-radius:var(--ctw-cbx-img-radius);-moz-border-radius:var(--ctw-cbx-img-radius);-ms-border-radius:var(--ctw-cbx-img-radius);-o-border-radius:var(--ctw-cbx-img-radius)}.ctl-wrapper .ctl-media a{line-height:0;width:auto}.ctl-wrapper .ctl-media a img{width:100%}.ctl-wrapper .ctl-media.medium img,.ctl-wrapper .ctl-media.thumbnail img{width:auto}.ctl-wrapper .ctl-media iframe{min-height:200px}.ctl-wrapper .ctl-media .swiper-slide{text-align:center}.ctl-wrapper .ctl-description{width:100%;order:3;display:inline-block;margin:var(--ctw-cbx-des-margin);padding:var(--ctw-cbx-des-padding);color:var(--ctw-cbx-des-color);text-align:var(--ctw-cbx-desc-text-align);text-transform:var(--ctw-cbx-desc-text-transform);font-family:var(--ctw-cbx-desc-font-family);font-size:var(--ctw-cbx-desc-font-size);font-weight:var(--ctw-cbx-desc-font-weight);font-style:var(--ctw-cbx-desc-font-style);line-height:var(--ctw-cbx-desc-line-height);letter-spacing:var(--ctw-cbx-desc-letter-spacing)}.ctl-wrapper .cool-timeline-wrapper:not(.ctl-horizontal-wrapper) .ctl-media.small~.ctl-description{max-width:60%;padding:10px 5px}.ctl-wrapper .ctl-description p{margin:0 0 10px 0;padding:0}.ctl-wrapper .ctl-description ol,.ctl-wrapper .ctl-description p,.ctl-wrapper .ctl-description ul{color:var(--ctw-cbx-des-color)}.ctl-wrapper .ctl-description span{display:inline}.ctl-wrapper .ctl-button{display:flex;justify-content:var(--ctw-cbx-btn-align,var(--ctw-cbx-text-align))}.ctl-wrapper .ctl-story:hover .ctl-content{box-shadow:var(--ctw-cbx-shadow-hover);border-radius:var(--ctw-cbx-radius-hover);-webkit-border-radius:var(--ctw-cbx-radius-hover);-moz-border-radius:var(--ctw-cbx-radius-hover);-ms-border-radius:var(--ctw-cbx-radius-hover);-o-border-radius:var(--ctw-cbx-radius-hover)}.ctl-wrapper a.ctl_read_more{color:var(--ctw-cbx-des-color);border:1px solid var(--ctw-cbx-des-color);filter:brightness(1.05);-webkit-filter:brightness(1.05);padding:3px;text-decoration:none;margin:10px 3px 10px;font-size:80%;display:inline-block}@media screen and (max-width:767px){.ctl-wrapper .cool-timeline-wrapper .ctl-media.small~.ctl-description{max-width:100%!important}}.ctl-story img{min-width:100%}.ctl_glightbox_content .ctl_glightbox_date{font-size:18px;font-weight:700;margin-bottom:5px}.ctl_glightbox_close_btn{position:absolute;width:32px;height:32px;opacity:1}.ctl_glightbox_close_btn:hover{opacity:1}.ctl_glightbox_close_btn:after,.ctl_glightbox_close_btn:before{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#fff}.ctl_glightbox_close_btn:before{transform:rotate(45deg)}.ctl_glightbox_close_btn:after{transform:rotate(-45deg)}.ctl_glightbox_container .gdesc-inner{padding:12px 12px}.ctl_glightbox_container .gdesc-inner h4{margin-block:5px}.ctl_glightbox_container.minimal-layout .gslide-description .ctl_glightbox_content{max-height:30vh;overflow-y:auto}.ctl_glightbox_container .gslide-media{border-radius:5px;overflow:hidden!important}.ctl_glightbox_container .gslide-media .ginlined-content{overflow:hidden!important}.ctl_glightbox_container .glightbox-button-hidden{display:none}.ctl_glightbox_container .ctl_glightbox_hidden{display:none!important}.ctl_glightbox_container .gslide:not(.zoomed) .gslide-inner-content{max-width:60%}.ctl_glightbox_container .gslide:not(.zoomed) .gslide-image>img{max-height:80vh!important}.ctl_glightbox_container.minimal-layout .gslide:not(.zoomed) .gslide-image>img{max-height:60vh!important}.ctl_glightbox_container .gslide.zoomed .gslide-image{transform:unset!important}.ctl_glightbox_container .ginner-container .gslide-media.gslide-image img{max-width:100%}.ctl_glightbox_container .swiper-slide,.ctl_glightbox_container .swiper-slide img,.ctl_glightbox_container .swiper-wrapper{height:100%!important}.ctl_glightbox_container .swiper-slide img{width:100%;object-fit:cover;object-position:center}@media only screen and (max-width:768px){.ctl_glightbox_container.minimal-layout .gslide:not(.zoomed) .gslide-media.gslide-image>img{max-height:100vh!important}.glightbox-clean .gslide-description{background:#fff!important}.glightbox-mobile .glightbox-container .gslide-description{padding-bottom:19px!important;position:unset!important}.glightbox-container .ginner-container{height:auto!important}.ctl_glightbox_container .gdesc-inner{padding:0!important}.glightbox-clean .gslide-desc{font-size:16px!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0!important}.ctl_glightbox_container .gslide:not(.zoomed) .gslide-inner-content{max-width:90%}.glightbox-mobile .glightbox-container .gslide-inner-content .gslide-title{color:#000}.gslide-inner-content .desc-bottom .gslide-image img,.gslide-inner-content .desc-top .gslide-image img{width:100%}.ctl-wrapper .ctl-media.small{padding:0!important;max-width:100%}}.ctl-wrapper .ctl-loader-spinner{left:7px;width:20px;font-size:1.1rem;animation:ctl-fa-spin 2s infinite linear;align-self:center}@keyframes ctl-fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.ctl-wrapper .ctl-vertical-wrapper .ctl-icon{-webkit-box-shadow:0 0 0 4px #fff,inset 0 0 0 2px rgba(0,0,0,.05),0 0 0 8px var(--ctw-line-bg);box-shadow:0 0 0 2px #fff,inset 0 0 0 2px rgba(0,0,0,.05),0 0 0 5px var(--ctw-line-bg);left:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 1.95);top:calc(var(--ctw-ibx-position) * 1% - var(--ctw-ibx-size) * var(--ctw-ibx-position) + 7px)}.ctl-wrapper .ctl-vertical-wrapper{--ctw-ibx-position:0;--ctw-cbx-text-align:left;--ctw-cbx-img-order:2;max-width:1600px;padding:calc(var(--ctw-line-width) * 3) 10px;margin:0 auto}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.odd{--ctw-arw-bg:var( --ctw-first-story-color, var(--ctw-second-story-color, var(--ctw-cbx-title-color)))}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.even{--ctw-arw-bg:var(--ctw-second-story-color, var(--ctw-first-story-color, var(--ctw-cbx-title-color)))}.ctl-wrapper .ctl-vertical-wrapper.ctl-clean-skin .ctl-story.odd{--ctw-cbx-title-color:var(--ctw-first-story-color);--ctw-lbl-big-color:var(--ctw-first-story-color)}.ctl-wrapper .ctl-vertical-wrapper.ctl-clean-skin .ctl-story.even{--ctw-cbx-title-color:var(--ctw-second-story-color);--ctw-lbl-big-color:var(--ctw-second-story-color)}.ctl-wrapper .ctl-one-sided .ctl-story{--ctw-cbx-bottom-margin:50px}.ctl-wrapper .ctl-vertical-wrapper .ctl-end,.ctl-wrapper .ctl-vertical-wrapper .ctl-start{background-color:var(--ctw-line-bg);width:calc(var(--ctw-line-width) * 3);height:calc(var(--ctw-line-width) * 3);display:inline-block;position:absolute;left:calc(50% - var(--ctw-line-width) * 1.5);z-index:1;border-width:calc(var(--ctw-line-bd-width) * 1px);border-style:var(--ctw-line-bd-style);border-color:var(--ctw-line-bd-color);border-radius:calc(var(--ctw-ibx-radius) * 1%);-webkit-border-radius:calc(var(--ctw-ibx-radius) * 1%);-moz-border-radius:calc(var(--ctw-ibx-radius) * 1%);-ms-border-radius:calc(var(--ctw-ibx-radius) * 1%);-o-border-radius:calc(var(--ctw-ibx-radius) * 1%)}.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-start:after,.ctl-end:after){content:"";position:absolute;height:calc(var(--ctw-line-bd-width) * 1px + var(--ctw-line-width) * .1);width:calc(var(--ctw-line-width) - var(--ctw-line-bd-width) * 2px);background-color:var(--ctw-line-bg);left:calc(50% - (var(--ctw-line-width) - var(--ctw-line-bd-width) * 2px)/ 2)}.ctl-wrapper .ctl-vertical-wrapper .ctl-start:after{bottom:calc(0px - var(--ctw-line-bd-width) * 1px)}.ctl-wrapper .ctl-vertical-wrapper .ctl-end:after{top:calc(0px - var(--ctw-line-bd-width) * 1px)}.ctl-wrapper .ctl-vertical-wrapper .ctl-timeline{position:relative;margin:0;padding:22px 0;display:flow-root;width:100%!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-timeline:before{content:"";position:absolute;top:0;bottom:0;left:calc(50% - var(--ctw-line-width)/ 2);display:block;width:var(--ctw-line-width);background-color:var(--ctw-line-bg);border-width:0 calc(var(--ctw-line-bd-width) * 1px) 0 calc(var(--ctw-line-bd-width) * 1px);border-color:var(--ctw-line-bd-color)}.ctl-wrapper .ctl-vertical-wrapper .ctl-inner-line{position:absolute;top:0;bottom:0;left:calc(50% - var(--ctw-line-width)/ 2);display:block;width:var(--ctw-line-width);background-color:var(--ctw-line-filling-color);z-index:1;height:0;max-height:100%;transition:all .6 ease-in-out}.ctl-wrapper .ctl-vertical-wrapper .ctl-year{position:relative;margin:0 0 50px 0;justify-content:center;width:100%;z-index:2}.ctl-wrapper .ctl-vertical-wrapper .ctl-year:nth-child(2){margin:22px 0 50px 0}.ctl-wrapper .ctl-vertical-wrapper .ctl-year:first-child{margin-top:0!important}.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-year-text:before,.ctl-year-text:after){height:calc(var(--ctw-ybx-bd-width) + var(--ctw-line-width) * .1);width:calc(var(--ctw-line-width) - var(--ctw-line-bd-width) * 2px);left:calc(50% - (var(--ctw-line-width) - var(--ctw-line-bd-width) * 2px)/ 2)}.ctl-wrapper .ctl-vertical-wrapper .ctl-year-text:before{top:0}.ctl-wrapper .ctl-vertical-wrapper .ctl-year-text:after{bottom:0}.ctl-wrapper .ctl-vertical-wrapper .ctl-media.small{align-items:start;padding:15px 15px}.ctl-wrapper .ctl-vertical-wrapper .ctl-labels{justify-content:space-between;top:calc(var(--ctw-ibx-position) * 1% - var(--ctw-ibx-size) * var(--ctw-ibx-position)/ 100 - (var(--ctw-lbl-big-size)/ 2 - var(--ctw-ibx-size)/ 1.5));right:calc(100% + var(--ctw-ibx-size) * 2);text-align:var(--ctw-cbx-date-text-align);color:var(--ctw-arw-bg)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-labels{left:calc(100% + var(--ctw-ibx-size) * 2);text-align:left;color:var(--ctw-arw-bg)}.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-both-sided,.ctl-one-sided) .timeline-year~.ctl-story:nth-child(3){margin-top:0}.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-both-sided,.ctl-one-sided) .ctl-story:nth-child(2){margin-top:50px}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-icon{left:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 2)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-icon{left:auto;right:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 1.9)}.ctl-wrapper .ctl-vertical-wrapper .ctl-icondot{left:calc(var(--ctw-ibx-size) * .75 - var(--ctw-ibx-size) * 2);top:calc(var(--ctw-ibx-position) * 1% - var(--ctw-ibx-size) * var(--ctw-ibx-position)/ 100 + var(--ctw-ibx-size)/ 2.5)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-icondot{left:auto;right:calc(var(--ctw-ibx-size) * .76 - var(--ctw-ibx-size) * 2)}.ctl-wrapper .ctl-vertical-wrapper :where(.ctl-icondot:before,.ctl-icondot:after,.ctl-icon:before,.ctl-icon:after){height:calc(var(--ctw-ibx-bd-width) + var(--ctw-line-width) * .1);width:calc(var(--ctw-line-width) - var(--ctw-line-bd-width) * 2px);left:calc(50% - (var(--ctw-line-width) - var(--ctw-line-bd-width) * 2px)/ 2)}.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-icondot:before,.ctl-icon:before){top:calc(0px - var(--ctw-ibx-bd-width))}.ctl-wrapper .ctl-vertical-wrapper :where(.ctl-icondot:after,.ctl-icon:after){bottom:calc(0px - var(--ctw-ibx-bd-width))}.ctl-wrapper .ctl-vertical-wrapper .ctl-arrow{background:linear-gradient(to top right,var(--ctw-arw-bg) 52%,transparent 48%);left:calc(var(--ctw-ibx-size)/ 7 - var(--ctw-ibx-size)/ 2.6 + var(--ctw-cbx-bd-left-width)/ 3);border-width:0 0 var(--ctw-cbx-bd-left-width) var(--ctw-cbx-bd-left-width);box-shadow:-4px 4px 8px -4px rgb(0,0,0,.4);top:calc(var(--ctw-ibx-position) * 1% - var(--ctw-ibx-size) * var(--ctw-ibx-position)/ 100 + var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size)/ 7)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-bg-hover:hover .ctl-arrow{background:linear-gradient(to top right,var(--ctw-cbx-title-bg,var(--ctw-cbx-bg-hover)) 52%,transparent 48%)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-bg-hover.ctl-story-left:hover .ctl-arrow{background:linear-gradient(to bottom left,var(--ctw-cbx-title-bg,var(--ctw-cbx-bg-hover)) 52%,transparent 48%)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-arrow{left:auto;right:calc(var(--ctw-ibx-size)/ 7 - var(--ctw-ibx-size)/ 2.5 + var(--ctw-cbx-bd-left-width)/ 3);background:linear-gradient(to bottom left,var(--ctw-arw-bg) 52%,transparent 48%);border-width:var(--ctw-cbx-bd-left-width) var(--ctw-cbx-bd-left-width) 0 0;box-shadow:4px -4px 8px -4px rgb(0,0,0,.4)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story{position:relative;width:calc(50% - var(--ctw-ibx-size));float:right;clear:both;z-index:2}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left{float:left}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-content{box-shadow:var(--ctw-cbx-shadow);border-width:var(--ctw-cbx-bd-top-width) var(--ctw-cbx-bd-left-width) var(--ctw-cbx-bd-bottom-width) var(--ctw-cbx-bd-right-width);border-radius:var(--ctw-cbx-radius-left);-webkit-border-radius:var(--ctw-cbx-radius-left);-moz-border-radius:var(--ctw-cbx-radius-left);-ms-border-radius:var(--ctw-cbx-radius-left);-o-border-radius:var(--ctw-cbx-radius-left)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left:hover .ctl-content,.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-right:hover .ctl-content{box-shadow:var(--ctw-cbx-shadow);border-radius:var(--ctw-cbx-radius-left-hover);-webkit-border-radius:var(--ctw-cbx-radius-left-hover);-moz-border-radius:var(--ctw-cbx-radius-left-hover);-ms-border-radius:var(--ctw-cbx-radius-left-hover);-o-border-radius:var(--ctw-cbx-radius-left-hover)}.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.even .ctl-title{background:var(--ctw-second-story-color)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-media{justify-content:var(--ctw-cbx-img-align);align-self:flex-start}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-description{text-align:var(--ctw-cbx-desc-text-align)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-button{justify-content:var(--ctw-cbx-btn-align)}.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.odd .ctl-title{background:var(--ctw-first-story-color)}.ctl-wrapper .ctl-vertical-wrapper .odd .ctl-icon{background-color:var(--ctw-first-story-color)}.ctl-vertical-wrapper .ctl-year-label.ctl-year-text{box-shadow:0 0 0 2px #fff,inset 0 0 0 2px rgba(0,0,0,.05),0 0 0 5px var(--ctw-line-bg)}.ctl-wrapper .ctl-one-sided{max-width:1200px;margin-left:0;width:100%;position:relative;margin-right:0;padding-left:300px}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-year{justify-content:flex-start;left:-115px}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-year:after{content:'';width:37px;height:var(--ctw-line-width);background:var(--ctw-line-bg);z-index:-1}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-inner-line,.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-timeline:before{left:0}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-end,.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-start{left:297px}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.ctl-story-right.odd .ctl-title{background:var(--ctw-first-story-color)}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-story.ctl-story-right.odd{--ctw-arw-bg:var(--ctw-first-story-color, var(--ctw-second-story-color, var(--ctw-cbx-title-color)))}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-story-right.odd .ctl-icon{background-color:var(--ctw-first-story-color)}.ctl-wrapper .ctl-one-sided .ctl-story.even{--ctw-lbl-big-color:var(--ctw-lbel-big-color, var(--ctw-second-story-color))}.ctl-wrapper .ctl-one-sided .ctl-story.odd{--ctw-lbl-big-color:var( --ctw-lbel-big-color, var(--ctw-first-story-color))}@media only screen and (min-width:768px){.ctl-wrapper .ctl-one-sided .ctl-story{width:calc(100% - var(--ctw-ibx-size))}}.ctl-pagination{display:flex;align-items:stretch;gap:5px}.cool-timeline-wrapper:not(.ctl-one-sided) .ctl-pagination{justify-content:center}.ctl-vertical-wrapper .ctl-pagination a,.ctl-vertical-wrapper .ctl-pagination span{display:inline-block;padding:2px 10px}.ctl-vertical-wrapper .ctl-pagination a{background-color:#ebebeb;color:#777;text-decoration:none;position:relative}.ctl-vertical-wrapper .ctl-pagination .next.page-numbers,.ctl-vertical-wrapper .ctl-pagination .prev.page-numbers{font-size:15px;fill:#777;display:flex;justify-content:center;align-items:center}.ctl-vertical-wrapper .ctl-pagination a.ctl-btn-click-effect::after{content:'';position:absolute;top:calc(100% / 9 - (100% * 1.7)/ 4);left:calc(100% / 9 - (100% * 1.7)/ 4);width:calc(100% * 1.6);height:calc(100% * 1.6);background-color:var(--ctw-line-bg);animation:ctl-btn-effect .6s forwards;z-index:-1;opacity:.2}@keyframes ctl-btn-effect{0%{transform:scale3d(.3,.3,1)}25%,50%{opacity:.2}100%{opacity:0;transform:scale3d(1.2,1.2,1)}}.ctl-vertical-wrapper .ctl-pagination .next.page-numbers:hover,.ctl-vertical-wrapper .ctl-pagination .prev.page-numbers:hover{fill:#fff}.ctl-vertical-wrapper .ctl-pagination a:hover{background-color:var(--ctw-line-bg);color:#fff}.ctl-vertical-wrapper .ctl-pagination span.dots{padding:0;color:#dcdcdc}.ctl-vertical-wrapper .ctl-pagination span.current{background-color:var(--ctw-line-bg);color:#fff}.ctl-vertical-wrapper nav.ctl-pagination{text-align:center;position:relative;margin:20px 0}.ctl-vertical-wrapper.ctl-one-sided nav.ctl-pagination{text-align:left}@media (min-width:280px){.ctl-vertical-wrapper nav.ctl-pagination{top:0}}@media only screen and (max-width:325px){.ctl-wrapper .ctl-vertical-wrapper .ctl-year .ctl-year-text:before{width:calc(var(--ctw-ibx-size) - var(--ctw-line-width)/ 10 + var(--ctw-line-bd-width) * 1px + 1px)}.ctl-wrapper .ctl-vertical-wrapper.cool-timeline-wrapper:not(.ctl-compact-wrapper) .ctl-end,.ctl-wrapper .ctl-vertical-wrapper.cool-timeline-wrapper:not(.ctl-compact-wrapper) .ctl-start{left:calc(6% - var(--ctw-line-width)/ 10)!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-story{left:calc(5% - var(--ctw-line-width) - 7.8px)!important}.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper) .ctl-icon{left:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 2.05)!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-year{margin:22px 0 50px 0!important}.ctl-wrapper .cool-timeline-wrapper.ctl-vertical-wrapper.ctl-one-sided .ctl-story{left:5px}.ctl-wrapper .cool-timeline-wrapper.ctl-vertical-wrapper.ctl-one-sided .ctl-end,.ctl-wrapper .cool-timeline-wrapper.ctl-vertical-wrapper.ctl-one-sided .ctl-start{left:calc(3% - var(--ctw-line-width) + 2px)!important}}@media only screen and (min-width:769px){.ctl-vertical-wrapper nav.ctl-pagination{top:15px;margin-bottom:30px}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-story{max-width:600px;width:calc(100% - (calc(51px + var(--ctw-ibx-size)/ 2)));left:calc(31px + var(--ctw-ibx-size)/ 4);float:unset}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-story.ctl-story-icon{left:calc(31px + var(--ctw-ibx-size)/ 2)}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-icondot{left:calc(-30px - var(--ctw-ibx-size)/ 4);transform:translateX(-50%)}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-icon{left:calc(-30px - var(--ctw-ibx-size)/ 2);transform:translateX(-50%)}}@media only screen and (max-width:767px){.ctl-wrapper .ctl-vertical-wrapper .ctl-inner-line,.ctl-wrapper .ctl-vertical-wrapper .ctl-timeline:before{left:calc(5% - var(--ctw-line-width)/ 1)!important}.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-one-sided) .ctl-end,.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-one-sided) .ctl-start{left:calc(5% - var(--ctw-line-width) + 6px)!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-end,.ctl-wrapper .ctl-vertical-wrapper .ctl-start{left:calc(5% - var(--ctw-line-width)/ 2 - var(--ctw-line-width) * 1.6)!important}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided{padding-left:0}.ctl-vertical-wrapper .ctl-pagination a,.ctl-vertical-wrapper .ctl-pagination span{margin:2px 0}.ctl-wrapper .ctl-vertical-wrapper .ctl-icondot,.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-icondot{left:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 1.85)}.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-timeline:before,.ctl-inner-line){left:calc(0px - var(--ctw-line-width)/ 2 + var(--ctw-ibx-size)/ 2)}.ctl-wrapper .ctl-vertical-wrapper .ctl-year{justify-content:flex-start;left:calc(5% - var(--ctw-line-width)/ 1)!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-year .ctl-year-text:after{left:calc(0px + var(--ctw-ibx-size)/ 2 - var(--ctw-line-width)/ 2 + var(--ctw-line-bd-width)/ 2)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story{width:calc(100% - var(--ctw-ibx-size) * 1.5);float:unset;text-align:left;margin-bottom:calc(var(--ctw-cbx-bottom-margin));top:0;left:calc(5% - var(--ctw-line-width)/ 1 + 45px)!important}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-story{float:unset}.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper) .ctl-story .ctl-labels{position:relative;left:0;top:0;text-align:left!important;width:100%;margin:20px 5px 20px}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-icondot{left:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 1.85)}.ctl-wrapper .ctl-vertical-wrapper .ctl-icon{top:calc(var(--ctw-ibx-position) * 1% - var(--ctw-ibx-size) * var(--ctw-ibx-position)/ 100 + (var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap) - 20px) - ((var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap) + 12px) * var(--ctw-ibx-position)/ 100) - 5px + var(--lbl-bd-width) * 2);transform:translateY(-50%)!important;left:calc(var(--ctw-ibx-size)/ 2 - var(--ctw-ibx-size) * 2.05)}.ctl-wrapper .ctl-vertical-wrapper .ctl-labels~.ctl-icon{top:calc(var(--ctw-ibx-position) * 1% - var(--ctw-ibx-size) * var(--ctw-ibx-position)/ 100 + (var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap) + -8px) - ((var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap)) * var(--ctw-ibx-position)/ 100) + 16px + var(--lbl-bd-width) * 2 + var(--ctw-cbx-date-line-height))}.ctl-wrapper .ctl-vertical-wrapper .ctl-labels~.ctl-icondot{top:calc(var(--ctw-ibx-size) * var(--ctw-ibx-position) + var(--ctw-ibx-size)/ 2 + (var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap) + -7px) - ((var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap)) * var(--ctw-ibx-position)/ 10) + var(--lbl-bd-width) * 2 + var(--ctw-cbx-date-line-height) - 15PX)}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left{float:unset}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-labels{right:0}.ctl-wrapper .ctl-vertical-wrapper .ctl-arrow,.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-arrow{border-width:0 0 var(--ctw-cbx-bd-left-width) var(--ctw-cbx-bd-left-width);left:calc(var(--ctw-ibx-size)/ 7 - var(--ctw-ibx-size)/ 2.6 + var(--ctw-cbx-bd-left-width)/ 3);box-shadow:-4px 4px 8px -4px rgb(0,0,0,.4)}.ctl-wrapper .ctl-vertical-wrapper .ctl-arrow,.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-arrow{background:linear-gradient(to top right,var(--ctw-arw-bg) 52%,transparent 48%)!important}.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper) .ctl-labels~.ctl-arrow,.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper) .ctl-story.ctl-story-left .ctl-labels~.ctl-arrow{top:calc(var(--ctw-ibx-size) * var(--ctw-ibx-position) + var(--ctw-ibx-size)/ 2 + (var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap) + -24px) - ((var(--ctw-lbl-big-size) + var(--ctw-lbl-small-size) + var(--ctw-lbl-gap)) * var(--ctw-ibx-position)/ 10) + var(--lbl-bd-width) * 2 + var(--ctw-cbx-date-line-height))}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-icon{left:calc(var(--ctw-ibx-size)/ 2.5 - var(--ctw-ibx-size) * 2);right:auto}.ctl-wrapper .ctl-vertical-wrapper .ctl-story .ctl-title{text-align:left;justify-content:left!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-media{justify-content:var(--ctw-cbx-img-align,var(--ctw-cbx-text-align))}.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-button{justify-content:var(--ctw-cbx-btn-align,var(--ctw-cbx-text-align))}.ctl-wrapper .ctl-vertical-wrapper .ctl-year .ctl-year-text{position:relative;overflow:visible;left:calc(var(--ctw-ibx-size) - var(--ctw-line-width)/ 10 + var(--ctw-line-bd-width) * 1px);right:auto}.ctl-wrapper .ctl-vertical-wrapper .ctl-year .ctl-year-text:before{height:var(--ctw-line-width);left:auto;right:calc(95% + var(--ctw-ybx-bd-width))!important;width:calc(var(--ctw-ibx-size) - var(--ctw-line-width)/ 10 + var(--ctw-line-bd-width) * 1px);background-color:var(--ctw-line-bg);opacity:1;z-index:-1}.ctl-wrapper .ctl-vertical-wrapper .ctl-year-label.ctl-year-text::after{right:100%;left:auto;width:var(--ctw-ybx-bd-width);height:var(--ctw-line-width)}.ctl-wrapper .ctl-vertical-wrapper .ctl-year .ctl-year-text:before,.ctl-wrapper .ctl-vertical-wrapper .ctl-year-label.ctl-year-text::after{top:calc(50% - var(--ctw-line-width)/ 2)!important;border-width:calc(var(--ctw-line-bd-width) * 1px) 0 calc(var(--ctw-line-bd-width) * 1px) 0;border-style:var(--ctw-line-bd-style);border-color:var(--ctw-line-bd-color)}.ctl-wrapper .cool-timeline-wrapper.ctl-vertical-wrapper.ctl-one-sided .ctl-story{left:-4px;width:calc(94% - var(--ctw-ibx-size))!important}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-icon{left:calc(var(--ctw-ibx-size)/ 2.2 - var(--ctw-ibx-size) * 2)}}.ctl-wrapper .cool-timeline-wrapper .ctl-vertical-wrapper .ctl-year{left:calc(5% - 22px)}@media only screen and (max-width:950px){.ctl-vertical-wrapper nav.ctl-pagination{margin:40px 0}}@media only screen and (max-width:428px){.ctl-wrapper .cool-timeline-wrapper.ctl-vertical-wrapper.ctl-one-sided .ctl-year:after{display:none!important}.ctl-wrapper .ctl-vertical-wrapper .ctl-end,.ctl-wrapper .ctl-vertical-wrapper .ctl-start{left:calc(5% - var(--ctw-line-width) + 6px)!important}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-end,.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-start{left:calc(3% - var(--ctw-line-width) + 4px)!important}}@media only screen and (max-width:378px){.ctl-wrapper .ctl-vertical-wrapper .ctl-year{margin:22px 0 50px 0}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-icon{left:calc(var(--ctw-ibx-size)/ 2.2 - var(--ctw-ibx-size) * 2)}.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-end,.ctl-wrapper .ctl-vertical-wrapper.ctl-one-sided .ctl-start{left:calc(3% - var(--ctw-line-width) + 3px)!important}}
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("https://northumberlandmasons.org.uk/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("https://northumberlandmasons.org.uk/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("https://northumberlandmasons.org.uk/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
.resource-card-grid{padding:clamp(3rem,6vw,5.5rem)1.25rem;background:#f4f6f8}.resource-card-grid__inner{width:min(1180px,100%);margin:0 auto}.resource-card-grid__heading,.resource-card-grid__intro{max-width:780px}.resource-card-grid__heading{margin:0 0 1rem;color:#102f50}.resource-card-grid__intro{margin-bottom:2rem}.resource-card-grid__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.resource-card-grid__card{display:flex;flex-direction:column;min-width:0;padding:clamp(1.5rem,3vw,2rem);border-top:5px solid #c7a34b;background:#fff;box-shadow:0 8px 24px rgba(16,47,80,.1)}.resource-card-grid__type{margin:0 0 .65rem;color:#5c6570;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.resource-card-grid__title{margin:0 0 .75rem;color:#102f50}.resource-card-grid__description{margin:0 0 1.5rem}.resource-card-grid__link{align-self:flex-start;margin-top:auto;color:#102f50;font-weight:700;text-decoration-thickness:2px;text-underline-offset:.2em}.resource-card-grid__link:hover,.resource-card-grid__link:focus-visible{color:#8b1e2d}.resource-card-grid__link:focus-visible{outline:3px solid #c7a34b;outline-offset:4px}@media(max-width:720px){.resource-card-grid__cards{grid-template-columns:1fr}}.process-steps{padding:4rem 1.25rem;color:#212121}.process-steps--lightgrey{background:#f4f4f4}.process-steps--darkblue{background:#264475;color:#fff}.process-steps--gold{background:#a89968;color:#020000}.process-steps__inner{width:min(1200px,100%);margin:0 auto}.process-steps__header{max-width:760px;margin:0 auto 2.25rem;text-align:center}.process-steps__header h2{margin:0 0 1rem}.process-steps__intro>:last-child{margin-bottom:0}.process-steps__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;counter-reset:steps}.process-steps__item{position:relative;margin:0;padding:4.25rem 1.5rem 1.75rem;background:#fff;color:#212121;border-top:4px solid #176ea6;box-shadow:0 8px 24px rgba(19,34,59,.1)}.process-steps__number{position:absolute;top:1.25rem;left:1.5rem;display:grid;width:2.25rem;height:2.25rem;place-items:center;border-radius:50%;background:#264475;color:#fff;font-weight:700}.process-steps__item h3{margin:0 0 .75rem;color:#264475}.process-steps__content p{margin-top:0}.process-steps__link{display:inline-block;margin-top:.5rem;font-weight:700;color:#176ea6;text-decoration-thickness:2px;text-underline-offset:3px}.process-steps__link:focus-visible{outline:3px solid #fad90d;outline-offset:4px}@media(max-width:600px){.process-steps{padding:3rem 1rem}.process-steps__list{grid-template-columns:1fr}.process-steps__item{padding-right:1.25rem;padding-left:1.25rem}}.parallel-theme-cards{padding:clamp(3.5rem,7vw,6.5rem)1.25rem}.parallel-theme-cards--default{background:#fff;color:#212121}.parallel-theme-cards--lightgrey{background:#f4f4f4;color:#212121}.parallel-theme-cards--darkblue{background:#13223b;color:#fff}.parallel-theme-cards--gold{background:#a89968;color:#020000}.parallel-theme-cards__inner{width:min(1180px,100%);margin-inline:auto}.parallel-theme-cards__header{width:min(760px,100%);margin:0 auto clamp(2rem,4vw,3.25rem);text-align:center}.parallel-theme-cards__header h2{margin:0 0 1rem}.parallel-theme-cards__intro>:last-child{margin-bottom:0}.parallel-theme-cards__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.75rem)}.parallel-theme-cards__card{position:relative;min-height:100%;padding:clamp(1.5rem,3vw,2.25rem);overflow:hidden;background:#fff;color:#212121;border-radius:.5rem;box-shadow:0 .75rem 2rem rgba(0,0,0,.16)}.parallel-theme-cards__accent{display:block;width:4rem;height:.35rem;margin-bottom:1.5rem;border-radius:999px;background:#176ea6}.parallel-theme-cards__card--gold .parallel-theme-cards__accent{background:#a89968}.parallel-theme-cards__card--red .parallel-theme-cards__accent{background:#96241a}.parallel-theme-cards__eyebrow{margin:0 0 .5rem;color:#1f4a8a;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.parallel-theme-cards__card h3{margin:0 0 1rem}.parallel-theme-cards__card>:last-child{margin-bottom:0}@media(max-width:800px){.parallel-theme-cards__grid{grid-template-columns:1fr}.parallel-theme-cards__card{min-height:auto}}.pgln-ai-parallel-themes{padding:64px 0}.pgln-ai-parallel-themes--default{background:#fff;color:#212121}.pgln-ai-parallel-themes--lightgrey{background:#f4f4f4;color:#212121}.pgln-ai-parallel-themes--darkblue{background:#13223b;color:#fff}.pgln-ai-parallel-themes--gold{background:#a89968;color:#13223b}.pgln-ai-parallel-themes__heading{text-align:center;margin:0 0 28px;color:#264475}.pgln-ai-parallel-themes__intro{max-width:820px;margin:0 auto 30px;text-align:center}.pgln-ai-parallel-themes--darkblue .pgln-ai-parallel-themes__heading,.pgln-ai-parallel-themes--darkblue .pgln-ai-parallel-themes__intro{color:#fff}.pgln-ai-parallel-themes--gold .pgln-ai-parallel-themes__heading,.pgln-ai-parallel-themes--gold .pgln-ai-parallel-themes__intro{color:#13223b}.pgln-ai-parallel-themes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.pgln-ai-parallel-themes__grid.pgln-ai-parallel-themes__grid--balanced-2x2{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:980px;margin-right:auto;margin-left:auto}.pgln-ai-theme-card{background:#fff;color:#212121;padding:28px;border-radius:4px;box-shadow:0 8px 24px rgba(19,34,59,.1)}.pgln-ai-theme-card__accent{display:block;width:64px;height:4px;margin-bottom:22px;background:#176ea6}.pgln-ai-theme-card--gold .pgln-ai-theme-card__accent{background:#a89968}.pgln-ai-theme-card--red .pgln-ai-theme-card__accent{background:#96241a}.pgln-ai-theme-card__eyebrow{margin:0 0 8px;color:#264475;text-transform:uppercase;font-size:.86em;letter-spacing:.04em}.pgln-ai-theme-card__title{margin:0 0 16px;color:#264475}.pgln-ai-theme-card__content>:last-child{margin-bottom:0}@media(max-width:850px){.pgln-ai-parallel-themes__grid,.pgln-ai-parallel-themes__grid.pgln-ai-parallel-themes__grid--balanced-2x2{grid-template-columns:1fr!important}.pgln-ai-parallel-themes{padding:44px 0}}.pgln-editorial-statement{padding:clamp(4.5rem,9vw,8.5rem)1.5rem;background:#fff;color:#212121}.pgln-editorial-statement__inner{width:100%;margin:0 auto}.pgln-editorial-statement--width-narrow .pgln-editorial-statement__inner{max-width:860px}.pgln-editorial-statement--width-standard .pgln-editorial-statement__inner{max-width:1120px}.pgln-editorial-statement--align-center{text-align:center}.pgln-editorial-statement__eyebrow{margin:0 0 1.25rem;color:#1f4a8a;font-size:.82rem;font-weight:700;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.pgln-editorial-statement__statement{max-width:18ch;margin:0;color:inherit;font-size:clamp(2.25rem,5.5vw,5rem);font-weight:600;letter-spacing:-.035em;line-height:1.02}.pgln-editorial-statement--align-center .pgln-editorial-statement__statement{margin-right:auto;margin-left:auto}.pgln-editorial-statement--accent .pgln-editorial-statement__statement:after{display:block;width:4.5rem;height:4px;margin:1.75rem 0 0;background:#a89968;content:''}.pgln-editorial-statement--align-center.pgln-editorial-statement--accent .pgln-editorial-statement__statement:after{margin-right:auto;margin-left:auto}.pgln-editorial-statement__content{max-width:720px;margin-top:2rem;font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.75}.pgln-editorial-statement--align-center .pgln-editorial-statement__content{margin-right:auto;margin-left:auto}.pgln-editorial-statement__content>:first-child{margin-top:0}.pgln-editorial-statement__content>:last-child{margin-bottom:0}.pgln-editorial-statement--lightgrey{background:#f4f4f4;color:#212121}.pgln-editorial-statement--darkblue{background:#13223b;color:#fff}.pgln-editorial-statement--darkblue .pgln-editorial-statement__eyebrow{color:#d8c995}.pgln-editorial-statement--gold{background:#a89968;color:#020000}.pgln-editorial-statement--gold .pgln-editorial-statement__eyebrow{color:#13223b}@media(max-width:767px){.pgln-editorial-statement{padding:4rem 1.25rem}.pgln-editorial-statement__statement{max-width:none}.pgln-editorial-statement__content{font-size:1.05rem}}.pgln-centered-content--spacing-compact{padding-top:clamp(24px,3vw,40px)!important;padding-bottom:clamp(24px,3vw,40px)!important}.pgln-centered-content--spacing-large{padding-top:clamp(76px,9vw,128px)!important;padding-bottom:clamp(76px,9vw,128px)!important}.pgln-centered-content--spacing-heroic{padding-top:clamp(112px,14vw,190px)!important;padding-bottom:clamp(112px,14vw,190px)!important}.pgln-centered-content--width-narrow .container{max-width:760px!important}.pgln-centered-content--width-standard .container{max-width:980px}.pgln-centered-content--width-wide .container{max-width:1180px!important}.pgln-centered-content--heading-large h2{font-size:clamp(34px,4.2vw,56px)!important;line-height:1.08}.pgln-centered-content--heading-display h2{font-size:clamp(42px,6vw,76px)!important;line-height:1.01;letter-spacing:-.025em}.pgln-centered-content--gap-compact:not(.pgln-rhythm-explicit){margin-top:clamp(8px,1.5vw,20px)!important;margin-bottom:clamp(8px,1.5vw,20px)!important}.pgln-centered-content--gap-none:not(.pgln-rhythm-explicit){margin-top:0!important;margin-bottom:0!important}.pgln-centered-content.pgln-rhythm-top--remove{margin-top:0!important}.pgln-centered-content.pgln-rhythm-bottom--remove{margin-bottom:0!important}.pgln-centered-content.pgln-rhythm-top--remove{border-top:0!important}.pgln-centered-content.pgln-rhythm-bottom--remove{border-bottom:0!important}.pgln-centered-content--gap-none:not(.pgln-rhythm-explicit)+section{margin-top:0!important}section+.pgln-centered-content--gap-none:not(.pgln-rhythm-explicit){margin-top:0!important}.pgln-centered-content--variant-editorial_statement .container{max-width:820px!important}.pgln-centered-content--variant-editorial_statement h2{font-size:clamp(38px,5vw,68px)!important;line-height:1.04;letter-spacing:-.02em;margin-bottom:clamp(24px,3vw,42px)!important}.pgln-centered-content--variant-editorial_statement .content,.pgln-centered-content--variant-editorial_statement .centeredcontent__content{font-size:clamp(17px,1.45vw,21px);line-height:1.72}.pgln-centered-content--variant-editorial_statement h3{margin-top:clamp(34px,4vw,54px)!important;font-size:clamp(24px,3vw,38px)!important;line-height:1.1}.pgln-centered-content--variant-editorial_invitation.pgln-centered-content--colour-legacy{background:#13223b!important;color:#fff!important}.pgln-centered-content--colour-white{background:#fff!important;color:#212121!important}.pgln-centered-content--colour-lightgrey{background:#f4f4f4!important;color:#212121!important}.pgln-centered-content--colour-blue{background:#176ea6!important;color:#fff!important}.pgln-centered-content--colour-darkblue{background:#13223b!important;color:#fff!important}.pgln-centered-content--colour-gold{background:#a89968!important;color:#13223b!important}.pgln-centered-content--colour-red{background:#96241a!important;color:#fff!important}.pgln-centered-content--colour-blue h2,.pgln-centered-content--colour-blue h3,.pgln-centered-content--colour-blue p,.pgln-centered-content--colour-blue .content,.pgln-centered-content--colour-blue .centeredcontent__content,.pgln-centered-content--colour-darkblue h2,.pgln-centered-content--colour-darkblue h3,.pgln-centered-content--colour-darkblue p,.pgln-centered-content--colour-darkblue .content,.pgln-centered-content--colour-darkblue .centeredcontent__content,.pgln-centered-content--colour-red h2,.pgln-centered-content--colour-red h3,.pgln-centered-content--colour-red p,.pgln-centered-content--colour-red .content,.pgln-centered-content--colour-red .centeredcontent__content{color:#fff!important}.pgln-centered-content--colour-gold h2,.pgln-centered-content--colour-gold h3,.pgln-centered-content--colour-gold p,.pgln-centered-content--colour-gold .content,.pgln-centered-content--colour-gold .centeredcontent__content{color:#13223b!important}.pgln-centered-content--variant-editorial_invitation h2{font-size:clamp(44px,6vw,78px)!important;line-height:1.01;letter-spacing:-.025em;margin-bottom:clamp(24px,3vw,40px)!important}.pgln-centered-content--variant-editorial_invitation.pgln-centered-content--colour-legacy h2{color:#fff!important}.pgln-centered-content--variant-editorial_invitation .container{max-width:820px!important}.pgln-centered-content--variant-editorial_invitation p,.pgln-centered-content--variant-editorial_invitation .content,.pgln-centered-content--variant-editorial_invitation .centeredcontent__content{font-size:clamp(17px,1.5vw,21px);line-height:1.72}.pgln-centered-content--variant-editorial_invitation.pgln-centered-content--colour-legacy p,.pgln-centered-content--variant-editorial_invitation.pgln-centered-content--colour-legacy .content,.pgln-centered-content--variant-editorial_invitation.pgln-centered-content--colour-legacy .centeredcontent__content{color:#fff!important}.pgln-centered-content--variant-editorial_invitation a{margin-top:clamp(24px,3vw,38px)}@media(max-width:767px){.pgln-centered-content--spacing-heroic{padding-top:80px!important;padding-bottom:80px!important}.pgln-centered-content--heading-display h2,.pgln-centered-content--variant-editorial_invitation h2{font-size:clamp(38px,12vw,54px)!important}}\n:root{--pgln-container-contained:980px;--pgln-container-wide:1180px;--pgln-page-gutter:24px}\n.pgln-content-media-container.pgln-container--contained{max-width:var(--pgln-container-contained)!important}\n.pgln-content-media-container.pgln-container--wide{max-width:var(--pgln-container-wide)!important}\n.pgln-content-media-container.pgln-rhythm-top--remove{margin-top:0!important}\n.pgln-content-media-container.pgln-rhythm-bottom--remove{margin-bottom:0!important}\nsection:has(.pgln-content-media-container.pgln-rhythm-top--remove){margin-top:0!important}\nsection:has(.pgln-content-media-container.pgln-rhythm-bottom--remove){margin-bottom:0!important}\nsection:has(.pgln-content-media-container.pgln-rhythm-bottom--remove)+section{margin-top:0!important}\n@media(max-width:767px){:root{--pgln-page-gutter:20px}.pgln-content-media-container{padding-left:var(--pgln-page-gutter);padding-right:var(--pgln-page-gutter)}}\n
.tw-pagination{padding:5px;margin:0;list-style:none}.tw-pagination li{display:inline;list-style:none}.tw-pagination a{background:#e7e7e7;border:1px solid #d7d7d7;color:#666;margin-right:4px;padding:3px 6px;text-align:center;text-decoration:none}.tw-pagination a:hover,.tw-pagination a:active{background:#d7d7d7;color:#888}.tw-pagination .title{margin-right:4px}.tw-pagination .gap{color:#999;margin-right:4px}.tw-pagination .current{color:#666;background:#f7f7f7;border:1px solid #e7e7e7;margin-right:4px;padding:3px 6px}.tw-pagination .page{}.tw-pagination .prev,.tw-pagination .next{}.tw-pagination-comments{padding:5px;margin:0}.tw-pagination-comments li{display:inline;list-style:none}.tw-pagination-comments a{background:#e7e7e7;border:1px solid #d7d7d7;color:#666;margin-right:4px;padding:3px 6px;text-align:center;text-decoration:none}.tw-pagination-comments a:hover,.tw-pagination-comments a:active{background:#d7d7d7;color:#888}.tw-pagination-comments .title{margin-right:4px}.tw-pagination-comments .gap{color:#999;margin-right:4px}.tw-pagination-comments .current{color:#666;background:#f7f7f7;border:1px solid #e7e7e7;margin-right:4px;padding:3px 6px}.tw-pagination-comments .page{}.tw-pagination-comments .prev,.tw-pagination-comments .next{}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}