.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;
}

.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;
}/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@media (min-width:992px){.offset-lg-3{margin-left:25%}}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1140px}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
/*# sourceMappingURL=bootstrap.min.css.map */@font-face{font-family:ui-icons;src:url(//www.dipolediamond.com/wp-content/themes/margin/assets/fonts/ui-icons.eot?79174475);src:url(//www.dipolediamond.com/wp-content/themes/margin/assets/fonts/ui-icons.eot?79174475#iefix) format("embedded-opentype"),url(//www.dipolediamond.com/wp-content/themes/margin/assets/fonts/ui-icons.woff2?79174475) format("woff2"),url(//www.dipolediamond.com/wp-content/themes/margin/assets/fonts/ui-icons.woff?79174475) format("woff"),url(//www.dipolediamond.com/wp-content/themes/margin/assets/fonts/ui-icons.ttf?79174475) format("truetype"),url(//www.dipolediamond.com/wp-content/themes/margin/assets/fonts/ui-icons.svg?79174475#ui-icons) format("svg");font-display:swap;font-weight:400;font-style:normal}[class*=" ui-"]:before,[class^=ui-]:before{font-family:ui-icons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-email:before{content:"\e800"}.ui-pin:before{content:"\e801"}.ui-play:before{content:"\e803"}.ui-arrow-right:before{content:"\e804"}.ui-star:before{content:"\e805"}.ui-star-empty:before{content:"\e806"}.ui-category:before{content:"\f097"}.ui-twitter:before{content:"\f099"}.ui-facebook:before{content:"\f09a"}.ui-github:before{content:"\f09b"}.ui-rss:before{content:"\f09e"}.ui-pinterest:before{content:"\f0d2"}.ui-google:before{content:"\f0d5"}.ui-linkedin:before{content:"\f0e1"}.ui-comments:before{content:"\f0e6"}.ui-arrow-down:before{content:"\f123"}.ui-arrow-left:before{content:"\f124"}.ui-arrow-up:before{content:"\f126"}.ui-youtube:before{content:"\f167"}.ui-xing:before{content:"\f168"}.ui-dropbox:before{content:"\f16b"}.ui-stackoverflow:before{content:"\f16c"}.ui-instagram:before{content:"\f16d"}.ui-flickr:before{content:"\f16e"}.ui-bitbucket:before{content:"\f171"}.ui-tumblr:before{content:"\f173"}.ui-apple:before{content:"\f179"}.ui-windows:before{content:"\f17a"}.ui-android:before{content:"\f17b"}.ui-dribbble:before{content:"\f17d"}.ui-skype:before{content:"\f17e"}.ui-foursquare:before{content:"\f180"}.ui-trello:before{content:"\f181"}.ui-vkontakte:before{content:"\f189"}.ui-vimeo:before{content:"\f194"}.ui-slack:before{content:"\f198"}.ui-reddit:before{content:"\f1a1"}.ui-stumbleupon:before{content:"\f1a4"}.ui-delicious:before{content:"\f1a5"}.ui-digg:before{content:"\f1a6"}.ui-behance:before{content:"\f1b4"}.ui-spotify:before{content:"\f1bc"}.ui-soundcloud:before{content:"\f1be"}.ui-codeopen:before{content:"\f1cb"}.ui-git:before{content:"\f1d3"}.ui-slideshare:before{content:"\f1e7"}.ui-twitch:before{content:"\f1e8"}.ui-search:before{content:"\f1f5"}.ui-lastfm:before{content:"\f202"}.ui-forumbee:before{content:"\f211"}.ui-sellsy:before{content:"\f213"}.ui-shirtsinbulk:before{content:"\f214"}.ui-skyatlas:before{content:"\f216"}.ui-whatsapp:before{content:"\f232"}.ui-get-pocket:before{content:"\f265"}.ui-snapchat:before{content:"\f2ac"}.ui-close:before{content:"\f2d7"}.ui-check:before{content:"\f383"}.ui-time:before{content:"\f3b3"}:root {
  --deo-primary-color: #fa6262;
  --deo-secondary-color: #f8875f;
  --deo-tertiary-color: #4c86e7;
  --deo-text-color: #6a798c;
  --deo-links-color: #4c86e7;
  --deo-meta-color: #6a798c;
  --deo-heading-color: #333b69;
  --deo-border-color: #e8eced;
  --deo-background-color--light: #f7f9fa;
  --deo-background-color--dark: #282e38;
  --deo-body-font: "Roboto", sans-serif;
  --deo-heading-font: "Roboto", sans-serif;
  --deo-nav-height: 72px;
}

/*
Theme Name: Margin
Theme URI: https://margin.deothemes.com
Author: DeoThemes
Author URI: https://deothemes.com
Description: Margin is a clean modern WordPress theme for Marketing, SEO experts and Digital Agencies.
Version: 2.10.3
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: margin
Tags: blog, translation-ready, theme-options, custom-logo, grid-layout, footer-widgets, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-------------------------------------------------------*/
/* Table of Content

1. General
2. Typography
3. Grid
4. Layout
5. Navigation
6. Footer
7. Responsive
8. Spacings
9. Widgets
10. Shop
11. Helper Classes
12. Gutenberg

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
html {
  font-size: 100%;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

::-moz-selection {
  background-color: #fdf0b2;
}

::-webkit-selection {
  background-color: #fdf0b2;
}

::selection {
  background-color: #fdf0b2;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--deo-body-font);
  font-size: 15px;
  line-height: 1.75;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  text-align: left;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--deo-text-color);
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

a {
  text-decoration: none;
  color: var(--deo-primary-color);
  transition: color 0.1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--deo-heading-color);
}

p {
  margin: 0 0 10px;
}

video {
  height: 100%;
  width: 100%;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--deo-border-color);
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid var(--deo-tertiary-color);
  border-right: 0.5em solid rgba(245, 245, 245, 0.5);
  border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
  border-left: 0.5em solid rgba(245, 245, 245, 0.5);
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--deo-heading-font);
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--deo-heading-color);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2.125rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.3125rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.625rem;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}
h1 > a:hover, h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
  color: var(--deo-primary-color);
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: var(--deo-heading-color);
  font-size: 85%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}
.section-headings p {
  margin-bottom: 40px;
}

.title-row {
  margin-bottom: 48px;
  position: relative;
}
.title-row--boxed {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 500;
}

.highlight {
  color: var(--deo-primary-color);
}

.lead {
  font-size: 18px;
  line-height: 30px;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.container {
  max-width: 1140px;
}

.section-wrap {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .section-wrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-wrap {
    padding: 60px 0;
  }
}
.section-wrap--pb-large {
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .section-wrap--pb-large {
    padding-bottom: 60px;
  }
}

.container-semi-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .container-semi-fluid {
    padding: 0 20px;
  }
}

.main-container {
  margin: auto;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
/* Columns Gutters
-------------------------------------------------------*/
.row-16 {
  margin: 0 -8px;
}

.row-16 > [class*=col-] {
  padding: 0 8px;
}

.row-20 {
  margin: 0 -10px;
}

.row-20 > [class*=col-] {
  padding: 0 10px;
}

.row-30 {
  margin: 0 -15px;
}

.row-30 > [class*=col-] {
  padding: 0 15px;
}

.row-40 {
  margin: 0 -20px;
}

.row-40 > [class*=col-] {
  padding: 0 20px;
}

.row-50 {
  margin: 0 -25px;
}

.row-50 > [class*=col-] {
  padding: 0 25px;
}

.row-60 {
  margin: 0 -30px;
}

.row-60 > [class*=col-] {
  padding: 0 30px;
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
  display: flex;
  flex-flow: row nowrap;
}

.flex-child {
  flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* Layout Grid
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .left-sidebar .shop-content,
.left-sidebar .page-content,
.left-sidebar .blog__content {
    order: 2;
  }
}
/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
  font-weight: 700;
  font-family: var(--deo-body-font);
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: var(--deo-primary-color);
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  color: #fff;
  border-color: transparent;
}
.btn:focus {
  outline: none;
  color: #fff;
}
.btn--lg, .btn--lg.btn--button {
  font-size: 15px;
  padding: 12px 24px;
}
.btn--md, .btn--md.btn--button {
  font-size: 15px;
  padding: 10px 24px;
}
.btn--color {
  background-color: var(--deo-primary-color);
  box-shadow: 0 5px 15px rgba(250, 98, 98, 0.4);
}
.btn--color:hover {
  opacity: 0.92;
  box-shadow: 0 2px 8px rgba(250, 98, 98, 0.4);
}
.btn--alt-color {
  background-color: var(--deo-tertiary-color);
  box-shadow: 0 5px 15px rgba(76, 134, 231, 0.4);
}
.btn--alt-color:hover {
  opacity: 0.92;
  box-shadow: 0 2px 8px rgba(76, 134, 231, 0.4);
}
.btn--dark {
  background-color: var(--deo-background-color--dark);
}
.btn--white {
  background-color: #fff;
  color: var(--deo-heading-color);
}
.btn--light {
  background-color: var(--deo-background-color--light);
  color: var(--deo-heading-color);
}
.btn--wide {
  width: 100%;
}
.btn--dark:hover, .btn--dark:focus, .btn--white:hover, .btn--white:focus, .btn--light:hover, .btn--light:focus {
  background-color: var(--deo-primary-color);
  border-color: transparent;
}
.btn i {
  font-size: 12px;
  position: relative;
  margin-left: 40px;
  line-height: 1;
}

/* Input Buttons
-------------------------------------------------------*/
.btn--button {
  border: none;
  margin-bottom: 0;
  width: auto;
  height: auto;
}
.btn--button:focus {
  background-color: var(--deo-primary-color);
}
.btn--button.btn--color, .btn--button.btn-dark {
  color: #fff;
  box-shadow: none;
}
.btn--button.btn--wide {
  width: 100%;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea,
.select2-container--default .select2-selection--single {
  height: 46px;
  border-radius: 5px;
  border: 1px solid var(--deo-border-color);
  background-color: var(--deo-background-color--light);
  color: var(--deo-text-color);
  width: 100%;
  margin-bottom: 24px;
  padding: 0 12px;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--deo-border-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 0;
}

.select2-container--default .select2-selection--single,
.select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--deo-text-color) transparent transparent transparent;
}

textarea {
  height: auto;
  display: block;
  padding: 8px 16px;
  margin-bottom: 24px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  height: auto;
  background-color: var(--deo-primary-color);
  border-color: transparent;
  padding: 11px 24px;
  color: #fff;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: var(--deo-primary-color);
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--deo-text-color);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--deo-text-color);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--deo-text-color);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--deo-text-color);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: var(--deo-heading-color);
  padding-left: 12px;
  background-image: url(//www.dipolediamond.com/wp-content/themes/margin/assets/img/dropdown.png);
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
}

select::-ms-expand {
  display: none;
}

label {
  color: var(--deo-heading-color);
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  line-height: 1.5;
}
label input[type=checkbox],
label input[type=radio] {
  float: left;
}

.input-underline {
  position: relative;
  display: block;
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: var(--deo-primary-color);
  transition: 0.2s ease all;
}

.form-group {
  position: relative;
}

.form-input:focus ~ .input-underline {
  width: 100%;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 8px;
  text-align: center;
  line-height: 18px;
  border: 1px solid var(--deo-border-color);
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: var(--deo-border-color);
  background-color: var(--deo-background-color--light);
}

input[type=checkbox]:checked:after {
  content: "\f383";
  font-family: "ui-icons";
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  line-height: 22px;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--deo-background-color--dark);
}

/*-------------------------------------------------------*/
/* Icon Font
/*-------------------------------------------------------*/
[class^=ui-]:before,
[class*=" ui-"]:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  line-height: normal;
}

/*-------------------------------------------------------*/
/* Card
/*-------------------------------------------------------*/
.card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.card-row > div {
  margin-bottom: 48px;
}
.card-row .card {
  height: 100%;
  margin-bottom: 0;
}
.card__img-holder {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.card__body {
  background-color: #fff;
  padding: 40px;
  flex: 1 1 auto;
}
.card--small .card__body {
  padding: 24px 16px;
}
.card--small .entry__title {
  font-size: 16px;
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
.table-wrap {
  margin-bottom: 34px;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
  font-weight: normal;
}

table caption {
  margin-bottom: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid var(--deo-border-color);
  padding: 10px;
}

table > thead > tr > th {
  border-bottom: none;
}

table thead tr th {
  font-size: 12px;
  color: var(--deo-heading-color);
  font-family: var(--deo-heading-font);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*-------------------------------------------------------*/
/* Layout
/*-------------------------------------------------------*/
.main-wrapper {
  overflow: hidden;
  position: relative;
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 200px 0 115px;
  background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--deo-background-color--light);
}
.page-title__holder {
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-title__title {
  line-height: 1.3;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .page-title .entry-title {
    font-size: 2rem;
  }
}
.page-title.bg-color-overlay .page-title__title, .page-title.bg-color-overlay .page-title__subtitle,
.page-title .entry__meta li,
.page-title .entry__meta a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-title {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    padding: 40px 0;
  }
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
.newsletter {
  /* Change Color of Placeholders */
}
.newsletter .title-row {
  margin-bottom: 20px;
}
.newsletter .section-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.newsletter .subtitle {
  font-size: 21px;
  font-weight: 400;
}
.newsletter__form {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter__row {
  display: flex;
}
.newsletter__row > .form-group {
  order: 0 /*!rtl:1*/;
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .newsletter__row > .form-group {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter__row {
    display: block;
  }
}
.newsletter input[type=email],
.newsletter input[type=text] {
  color: #fff;
  height: 50px;
  background-color: transparent;
  border-color: rgba(213, 217, 237, 0.36);
}
.newsletter input[type=email]:focus,
.newsletter input[type=text]:focus {
  border-color: #fff;
}
.newsletter__submit .btn {
  width: 100%;
}
.newsletter .consent-checkbox {
  text-align: center;
}
.newsletter .consent-checkbox .wpcf7-list-item-label {
  color: #fff;
}
.newsletter .consent-checkbox .wpcf7-list-item-label a {
  color: var(--deo-primary-color);
}
.newsletter input[type=email]::-webkit-input-placeholder,
.newsletter input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter input[type=email]:-moz-placeholder,
.newsletter input[type=text]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter input[type=email]::-moz-placeholder,
.newsletter input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter input[type=email]:-ms-input-placeholder,
.newsletter input[type=text]:-ms-input-placeholder {
  color: #fff;
}

div.wpcf7-response-output {
  border: none;
  border-radius: 5px;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background-color: #f2dede;
  color: #a94442;
}

div.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  color: #3c763d;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/* Read More
-------------------------------------------------------*/
.read-more {
  color: var(--deo-tertiary-color);
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
}
.read-more__icon {
  font-size: 0.75rem;
  margin-left: 20px;
}

/*-------------------------------------------------------*/
/* Breadcrumbs
/*-------------------------------------------------------*/
.breadcrumbs a {
  color: var(--deo-heading-color);
}
.breadcrumbs a:hover {
  color: var(--deo-primary-color);
}
.breadcrumbs__separator {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin: 0 10px;
}
.page-title.bg-color-overlay .breadcrumbs, .page-title.bg-color-overlay .breadcrumbs a {
  color: #fff;
}

.rtl .breadcrumbs__separator {
  transform: rotate(180deg);
}

/* Cookies banner
-------------------------------------------------------*/
.cc-container {
  display: flex;
  justify-content: center;
  padding: 0;
}

.cc-window {
  background-color: var(--deo-background-color--dark) !important;
}

.cc-message {
  margin-right: 20px;
  flex: 0 1 auto !important;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.cc-link {
  opacity: 1;
  font-weight: 700;
}
.cc-link:hover, .cc-link:focus {
  color: #fff;
}

.cc-link:active,
.cc-link:visited {
  color: #fff;
}

a.cc-btn.cc-dismiss {
  font-family: var(--deo-body-font);
  font-size: 15px !important;
  background-color: var(--deo-primary-color);
  height: 26px;
  line-height: 26px;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  min-width: auto !important;
}
a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
  opacity: 0.9;
}

/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 14px;
}

/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/
.single-post .content-wrapper {
  padding-top: 132px;
}
@media only screen and (max-width: 991px) {
  .single-post .content-wrapper {
    padding-top: 20px;
  }
}

.content-wrapper--pt-large {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .content-wrapper--pt-large {
    padding-top: 0;
  }
}

.entry {
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}
.entry__img {
  width: 100%;
}
.entry__date {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #fff;
  color: var(--deo-heading-color);
  padding: 12px 16px;
  border-radius: 5px;
  text-align: center;
  pointer-events: none;
}
.entry__date-day {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  line-height: 1;
}
.entry__date-month {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  display: block;
  font-size: 10px;
  font-weight: 500;
}
.entry__title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.entry__excerpt {
  margin-top: 20px;
}
.entry__excerpt p {
  margin-bottom: 0;
}

/* Blog meta
-------------------------------------------------------*/
.entry__meta li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 18px;
  color: var(--deo-meta-color);
}
.entry__meta li:last-child {
  margin-right: 0;
}
.entry__meta a {
  color: var(--deo-heading-color);
}
.entry__meta a:hover, .entry__meta a:focus {
  color: var(--deo-primary-color);
}
.entry__meta span {
  color: var(--deo-heading-color);
}
.entry__meta i {
  color: var(--deo-primary-color);
  font-size: 15px;
  display: inline-block;
  margin-right: 3px;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination,
.woocommerce-pagination {
  text-align: center;
  padding: 16px 0;
}
.pagination ul,
.woocommerce-pagination ul {
  list-style: none;
  clear: both;
  display: flex;
  justify-content: center;
}
.pagination span,
.pagination a,
.woocommerce-pagination span,
.woocommerce-pagination a {
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-right: 2px;
  border-radius: 5px;
  text-align: center;
  color: var(--deo-text-color);
  background-color: #fff;
  border: 1px solid var(--deo-border-color);
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}
.pagination span:not(span):hover,
.pagination a:not(span):hover,
.woocommerce-pagination span:not(span):hover,
.woocommerce-pagination a:not(span):hover {
  background-color: var(--deo-primary-color);
  border-color: transparent;
  color: #fff;
}
.pagination span.current,
.pagination a.current,
.woocommerce-pagination span.current,
.woocommerce-pagination a.current {
  background-color: var(--deo-primary-color);
  color: #fff;
  border-color: transparent;
}
.pagination span i,
.pagination a i,
.woocommerce-pagination span i,
.woocommerce-pagination a i {
  font-size: 0.75rem;
  display: inline-block;
}
.rtl .pagination span i,
.rtl .pagination a i,
.rtl .woocommerce-pagination span i,
.rtl .woocommerce-pagination a i {
  transform: rotate(180deg);
}

.pagination .page-numbers {
  margin: 0;
}

/*-------------------------------------------------------*/
/* Featured Image
/*-------------------------------------------------------*/
.blog-featured-img {
  padding: 52px 0;
  background-color: var(--deo-background-color--dark);
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-featured-img .entry__meta li {
  font-size: 18px;
  margin-right: 6px;
}
.blog-featured-img .entry__meta li span {
  color: #fff;
}
.blog-featured-img .entry__meta li:after {
  content: "-";
  display: inline-block;
  margin-left: 6px;
}
.blog-featured-img .entry__meta li:last-child:after {
  display: none;
}
.blog-featured-img .entry__meta-author-img {
  margin-right: 16px;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .blog-featured-img .entry__meta-author-img {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .blog-featured-img {
    padding: 80px 0;
  }
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.breadcrumbs + .single-post__title {
  margin-top: 20px;
}
.single-post__entry {
  overflow: visible;
}
.single-post__entry-meta {
  margin-bottom: 20px;
}

.entry__article {
  font-size: 1.125rem;
  line-height: 1.8;
}
.entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 {
  margin-top: 36px;
  margin-bottom: 18px;
}
.entry__article > p,
.entry__article ul,
.entry__article ol {
  margin-bottom: 34px;
}
.entry__article > p:last-child {
  margin-bottom: 0;
}
.entry__article p a,
.entry__article li:not(.wp-social-link) a {
  color: var(--deo-links-color);
}
.entry__article p a:hover,
.entry__article li:not(.wp-social-link) a:hover {
  color: var(--deo-primary-color);
}
.entry__article figure {
  margin-bottom: 24px;
}
.entry__article ol,
.entry__article ul {
  padding-left: 18px;
  line-height: 30px;
}

figure {
  margin: 0;
}

figcaption {
  font-family: var(--deo-body-font);
  font-size: 12px;
  margin-top: 10px;
  color: var(--deo-meta-color);
}

/* Entry Share
/*-------------------------------------------------------*/
.entry__article-wrap {
  position: relative;
}

.entry__share-socials {
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .entry__share {
    position: absolute !important;
    height: 100%;
    margin-left: -100px;
  }
  .entry__share-socials {
    width: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .left-sidebar .entry__share,
.right-sidebar .entry__share {
    position: relative !important;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .left-sidebar .entry__share-socials,
.right-sidebar .entry__share-socials {
    width: auto;
  }
}
/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
  margin-top: 30px;
}
.entry__tags-label {
  color: var(--deo-heading-color);
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-right: 4px;
}

/* Related Posts 
/*-------------------------------------------------------*/
.related-posts {
  margin-top: 48px;
}
.related-posts .entry {
  margin-bottom: 24px;
}

/* Comments
/*-------------------------------------------------------*/
.entry__comments {
  margin-top: 32px;
}

.comment {
  list-style: none;
}
@media only screen and (min-width: 576px) {
  .comment .children {
    padding-left: 8%;
  }
}
.comment-list > li:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}
.comment-body {
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--deo-border-color);
}
.comment-text {
  overflow: hidden;
}
.comment-text p {
  margin-bottom: 10px;
}
.comment-avatar {
  float: left;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.comment-author {
  font-family: var(--deo-heading-font);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 8px;
}
.comment-metadata {
  display: inline-block;
}
.comment-date, .comment-edit-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #9aa5b5;
}
.comment-edit-link {
  margin-left: 5px;
  margin-bottom: 0;
  color: var(--deo-primary-color);
}
.comment-reply-link {
  color: var(--deo-heading-color);
  font-weight: 500;
}
.comment-reply-link:hover {
  color: var(--deo-primary-color);
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form p {
  margin: 0;
}
.comment-form .comment-form-cookies-consent {
  margin-bottom: 24px;
}

.comment-respond {
  margin-top: 40px;
}

/* Entry Navigation
/*-------------------------------------------------------*/
.entry-navigation {
  padding-top: 48px;
}
.entry-navigation__row {
  margin: 0 -15px;
  display: flex;
}
.entry-navigation__col {
  padding: 0 15px;
}
.entry-navigation__item {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.entry-navigation__item-img {
  min-width: 147px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .entry-navigation__item-img {
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-navigation__item-img {
    display: none;
  }
}
.entry-navigation__item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.entry-navigation--left {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.entry-navigation--left i {
  margin-right: 7px;
}
.entry-navigation--right {
  margin-bottom: 12px;
  text-align: right;
  float: right;
  margin-left: auto;
  width: 50%;
}
.entry-navigation--right i {
  display: inline-block;
  margin-left: 7px;
}
.rtl .entry-navigation--right i {
  transform: rotate(180deg);
}
.entry-navigation__body {
  padding: 16px 24px;
  background-color: var(--deo-background-color--light);
  width: 100%;
}
.entry-navigation i {
  font-size: 12px;
  color: var(--deo-text-color);
}
.entry-navigation__label {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--deo-meta-color);
  font-size: 13px;
}
@media only screen and (max-width: 575px) {
  .entry-navigation__row {
    display: block;
  }
  .entry-navigation__col {
    width: 100%;
    float: none;
  }
  .entry-navigation--right {
    text-align: left;
  }
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
  backface-visibility: hidden;
  z-index: 120;
  min-height: var(--deo-nav-height);
  position: relative;
  /* Dropdowns (large screen) */
}
@media only screen and (min-width: 992px) {
  .nav {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.nav__wrap {
  padding-left: 44px;
}
@media only screen and (min-width: 992px) {
  .nav__container {
    padding: 0 82px;
  }
}
.nav__menu, .nav__dropdown-menu {
  list-style: none;
}
.nav__menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav__menu li {
  position: relative;
}
.nav__menu > li > a {
  font-weight: 700;
  color: var(--deo-heading-color);
  font-size: 15px;
  padding: 0 17px;
  line-height: var(--deo-nav-height);
  display: block;
  position: relative;
}
.nav__menu > li > a:hover {
  color: var(--deo-primary-color);
}
.nav__menu > .active > a {
  color: var(--deo-primary-color);
}
@media only screen and (min-width: 992px) {
  .nav__wrap {
    height: auto !important;
  }
  .nav__wrap.collapse {
    display: block;
  }
  .nav__menu > li {
    display: inline-block;
    text-align: center;
  }
  .nav__dropdown-menu {
    position: absolute;
    left: -5px;
    top: 100%;
    z-index: 1000;
    min-width: 220px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(154, 161, 171, 0.25);
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .nav__dropdown-menu > li > a {
    color: var(--deo-text-color);
    padding: 5px 30px;
    line-height: 21px;
    display: block;
  }
  .nav__dropdown-menu > li > a:hover, .nav__dropdown-menu > li > a:focus {
    color: var(--deo-primary-color);
  }
  .nav__menu > .nav__dropdown > .nav__dropdown-menu:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    left: 35px;
    transform: rotate(45deg);
  }
  .nav__dropdown-menu.hide-dropdown {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .nav__dropdown-menu--right {
    right: 0;
  }
  .nav__dropdown:hover > .nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav__dropdown-menu .nav__dropdown-menu {
    left: 100%;
    top: -20px;
  }
  .nav__dropdown .nav__dropdown {
    position: relative;
  }
  .nav__dropdown .nav__dropdown > a:after {
    content: "\e804" /*!rtl:"\f124"*/;
    font-family: "ui-icons";
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav__dropdown-trigger {
    display: none;
  }
}

.mobile body {
  cursor: pointer;
}

.nav__menu .current-menu-item > a {
  color: var(--deo-primary-color);
}

/* Logo
-------------------------------------------------------*/
.logo {
  line-height: 1;
  display: block;
  max-height: 60px;
}

/* Nav Flexbox
-------------------------------------------------------*/
header .flex-parent {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  header .flex-parent {
    display: block;
  }
}

.nav--align-right {
  margin-left: auto;
}

.nav--align-left {
  margin-right: auto;
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
  display: block;
  position: relative;
  padding: 9px !important;
  width: 36px;
  height: 32px;
  margin-right: -9px;
  background-color: transparent;
  border: none;
  z-index: 50;
  box-shadow: none;
}
.nav__icon-toggle.eversor-nav-menu__icon-toggle, .nav__mobile .nav__icon-toggle {
  background-color: transparent;
}
.nav__icon-toggle.eversor-nav-menu__icon-toggle:hover, .nav__icon-toggle.eversor-nav-menu__icon-toggle:focus, .nav__mobile .nav__icon-toggle:hover, .nav__mobile .nav__icon-toggle:focus {
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .nav__icon-toggle {
    display: none;
  }
}
.nav__icon-toggle-bar {
  background-color: var(--deo-heading-color);
  width: 18px;
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 1px;
}
.nav__icon-toggle span:nth-child(2) {
  top: 9px;
  transition: top 0.2s 0.2s ease-in, opacity 0.1s ease-in;
}
.nav__icon-toggle span:nth-child(3) {
  top: 15px;
  transition: opacity 0.1s ease-in;
}
.nav__icon-toggle span:nth-child(4) {
  bottom: 9px;
  transition: bottom 0.2s 0.2s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav__icon-toggle--is-opened span:nth-child(2) {
  top: 15px;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}
.nav__icon-toggle--is-opened span:nth-child(3) {
  opacity: 0;
}
.nav__icon-toggle--is-opened span:nth-child(4) {
  bottom: 15px;
  transform: rotate(-45deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav__icon-toggle:focus .nav__icon-toggle-bar, .nav__icon-toggle:hover .nav__icon-toggle-bar {
  background-color: var(--deo-primary-color);
}
.nav__icon-toggle:focus {
  outline: none;
}

/* Sticky Nav
-------------------------------------------------------*/
.nav__holder.offset {
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s ease-in-out;
}
.nav__holder.scrolling {
  transform: translate3d(0, 0px, 0);
}
.nav__holder.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
}
.nav__holder.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .nav--transparent {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
/* Nav Button
-------------------------------------------------------*/
.nav__btn {
  background: #f8875f;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #f8875f 0%, var(--deo-primary-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
  padding: 10px 17px;
  text-align: center;
}
.nav__btn span {
  display: block;
  color: #fff;
}
.nav__btn-text {
  font-size: 12px;
  line-height: 18px;
}
.nav__btn-phone {
  font-size: 18px;
  line-height: 27px !important;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 34px;
  background-color: var(--deo-background-color--light);
  box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
#back-to-top i {
  transition: all 0.2s ease-in-out;
}
#back-to-top a {
  display: block;
  color: var(--deo-heading-color);
}
#back-to-top.show {
  bottom: 20px;
}
#back-to-top:hover {
  background-color: var(--deo-primary-color);
  bottom: 24px;
}
#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav {
    min-height: var(--deo-nav-height);
    margin-top: 0;
    background-color: #fff;
  }
  .nav__wrap {
    padding-left: 0;
  }
  .nav__header {
    height: var(--deo-nav-height);
    display: flex;
    align-items: center;
  }
  .nav__menu {
    display: block;
  }
  .nav__menu li a {
    padding: 0;
    line-height: 46px;
    height: 46px;
    display: block;
    border-bottom: 1px solid var(--deo-border-color);
  }
  .nav__dropdown-menu a {
    color: var(--deo-text-color);
  }
  .nav__dropdown-menu a:hover {
    color: #000;
  }
  .nav__dropdown-menu > li > a {
    padding-left: 10px;
  }
  .nav__dropdown-menu > li > ul > li > a {
    padding-left: 20px;
  }
  .nav__dropdown-trigger {
    display: block;
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 20px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
  .nav__dropdown-trigger-icon {
    fill: var(--deo-text-color);
  }
  .nav__dropdown-trigger.active svg {
    transform: rotate(180deg);
  }
  .nav__dropdown-menu {
    display: none;
    width: 100% !important;
  }
  .nav__dropdown-trigger.active + .nav__dropdown-menu {
    display: block;
  }

  .logo-wrap {
    float: left;
  }
  .logo-wrap a {
    display: table-cell;
    vertical-align: middle;
    height: var(--deo-nav-height);
  }

  .nav__btn {
    width: 100%;
    margin-bottom: 18px;
  }

  .sticky-on-mobile .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
  position: relative;
}
.footer ul {
  list-style: none;
}

/* Footer Widgets
-------------------------------------------------------*/
.footer__widgets {
  padding: 100px 0 70px;
}
.footer__widgets a {
  color: var(--deo-text-color);
}
.footer__widgets a:hover {
  color: var(--deo-primary-color);
}
@media only screen and (max-width: 991px) {
  .footer__widgets .row > div:not(:last-child) {
    margin-bottom: 60px;
  }
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
  padding: 48px 0;
}

.copyright {
  display: inline-block;
  font-size: 15px;
  color: var(--deo-text-color);
}
.copyright a {
  color: inherit;
}
.copyright a:hover, .copyright a:focus {
  color: var(--deo-primary-color);
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .nav--sticky {
  top: 46px;
}

@media only screen and (min-width: 768px) {
  body.admin-bar .nav--sticky {
    top: 32px;
  }
}
.site-title {
  font-size: 30px;
  margin-bottom: 0;
}

.gallery-caption {
  display: block;
}

img {
  height: auto;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 100% !important;
  float: none;
}

@media only screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0.5em 2em 2em 0;
  }

  .alignright {
    float: right;
    margin: 0.5em 0 2em 2em;
  }

  .alignleft,
.alignright {
    max-width: 40% !important;
  }
}
@media only screen and (max-width: 575px) {
  .alignleft,
.alignright {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
.alignnone {
  margin: 0.5em 2em;
}

.aligncenter {
  display: block;
  margin: 0.5em auto;
  text-align: center;
}

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

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid var(--deo-border-color);
  padding: 2px;
}

.widget_recent_entries ul li a {
  color: var(--deo-text-color);
}
.widget_recent_entries ul li a:hover {
  color: var(--deo-primary-color);
}

/*-------------------------------------------------------*/
/* Calendar
/*-------------------------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
}
#wp-calendar tbody td {
  line-height: 1;
}
#wp-calendar > tfoot > tr {
  border: 1px solid var(--deo-border-color);
}
#wp-calendar > tfoot > tr > td {
  border: 0;
}

/*-------------------------------------------------------*/
/* Search
/*-------------------------------------------------------*/
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: transparent;
  font-size: 20px;
  color: var(--deo-text-color);
}

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
  margin-bottom: 24px;
}

.post-password-form label + input {
  line-height: 41px;
  font-size: 15px;
  font-weight: 700;
  padding: 0 24px;
  font-family: var(--deo-heading-font);
  border: none;
  background-color: var(--deo-primary-color);
  color: #fff;
  position: relative;
  top: -3px;
  width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
  content: "\e801";
  font-family: "ui-icons";
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: -2px;
  font-size: 18px;
  color: var(--deo-text-color);
  max-height: 20px;
}

/*-------------------------------------------------------*/
/* Article styles
/*-------------------------------------------------------*/
dt,
dd {
  padding: 10px 0;
  border-bottom: 1px solid var(--deo-border-color);
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
  margin: 20px 0;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-0 {
  padding-top: 0;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-8 {
    margin-top: 8px;
  }

  .mt-lg-16 {
    margin-top: 16px;
  }

  .mt-lg-24 {
    margin-top: 24px;
  }

  .mt-lg-32 {
    margin-top: 32px;
  }

  .mt-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-48 {
    margin-top: 48px;
  }

  .mt-lg-56 {
    margin-top: 56px;
  }

  .mt-lg-64 {
    margin-top: 64px;
  }

  .mt-lg-72 {
    margin-top: 72px;
  }

  .mt-lg-80 {
    margin-top: 80px;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px;
  }

  .mb-lg-16 {
    margin-bottom: 16px;
  }

  .mb-lg-24 {
    margin-bottom: 24px;
  }

  .mb-lg-32 {
    margin-bottom: 32px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-48 {
    margin-bottom: 48px;
  }

  .mb-lg-56 {
    margin-bottom: 56px;
  }

  .mb-lg-64 {
    margin-bottom: 64px;
  }

  .mb-lg-72 {
    margin-bottom: 72px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }

  .pt-lg-0 {
    padding-top: 0;
  }

  .pt-lg-8 {
    padding-top: 8px;
  }

  .pt-lg-16 {
    padding-top: 16px;
  }

  .pt-lg-24 {
    padding-top: 24px;
  }

  .pt-lg-32 {
    padding-top: 32px;
  }

  .pt-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-48 {
    padding-top: 48px;
  }

  .pt-lg-56 {
    padding-top: 56px;
  }

  .pt-lg-64 {
    padding-top: 64px;
  }

  .pt-lg-72 {
    padding-top: 72px;
  }

  .pt-lg-80 {
    padding-top: 80px;
  }

  .pb-lg-0 {
    padding-bottom: 0;
  }

  .pb-lg-8 {
    padding-bottom: 8px;
  }

  .pb-lg-16 {
    padding-bottom: 16px;
  }

  .pb-lg-24 {
    padding-bottom: 24px;
  }

  .pb-lg-32 {
    padding-bottom: 32px;
  }

  .pb-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-48 {
    padding-bottom: 48px;
  }

  .pb-lg-56 {
    padding-bottom: 56px;
  }

  .pb-lg-64 {
    padding-bottom: 64px;
  }

  .pb-lg-72 {
    padding-bottom: 72px;
  }

  .pb-lg-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-8 {
    margin-top: 8px;
  }

  .mt-md-16 {
    margin-top: 16px;
  }

  .mt-md-24 {
    margin-top: 24px;
  }

  .mt-md-32 {
    margin-top: 32px;
  }

  .mt-md-40 {
    margin-top: 40px;
  }

  .mt-md-48 {
    margin-top: 48px;
  }

  .mt-md-56 {
    margin-top: 56px;
  }

  .mt-md-64 {
    margin-top: 64px;
  }

  .mt-md-72 {
    margin-top: 72px;
  }

  .mt-md-80 {
    margin-top: 80px;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-8 {
    margin-bottom: 8px;
  }

  .mb-md-16 {
    margin-bottom: 16px;
  }

  .mb-md-24 {
    margin-bottom: 24px;
  }

  .mb-md-32 {
    margin-bottom: 32px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-48 {
    margin-bottom: 48px;
  }

  .mb-md-56 {
    margin-bottom: 56px;
  }

  .mb-md-64 {
    margin-bottom: 64px;
  }

  .mb-md-72 {
    margin-bottom: 72px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }

  .pt-md-0 {
    padding-top: 0;
  }

  .pt-md-8 {
    padding-top: 8px;
  }

  .pt-md-16 {
    padding-top: 16px;
  }

  .pt-md-24 {
    padding-top: 24px;
  }

  .pt-md-32 {
    padding-top: 32px;
  }

  .pt-md-40 {
    padding-top: 40px;
  }

  .pt-md-48 {
    padding-top: 48px;
  }

  .pt-md-56 {
    padding-top: 56px;
  }

  .pt-md-64 {
    padding-top: 64px;
  }

  .pt-md-72 {
    padding-top: 72px;
  }

  .pt-md-80 {
    padding-top: 80px;
  }

  .pb-md-0 {
    padding-bottom: 0;
  }

  .pb-md-8 {
    padding-bottom: 8px;
  }

  .pb-md-16 {
    padding-bottom: 16px;
  }

  .pb-md-24 {
    padding-bottom: 24px;
  }

  .pb-md-32 {
    padding-bottom: 32px;
  }

  .pb-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-48 {
    padding-bottom: 48px;
  }

  .pb-md-56 {
    padding-bottom: 56px;
  }

  .pb-md-64 {
    padding-bottom: 64px;
  }

  .pb-md-72 {
    padding-bottom: 72px;
  }

  .pb-md-80 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-8 {
    margin-top: 8px;
  }

  .mt-sm-16 {
    margin-top: 16px;
  }

  .mt-sm-24 {
    margin-top: 24px;
  }

  .mt-sm-32 {
    margin-top: 32px;
  }

  .mt-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-48 {
    margin-top: 48px;
  }

  .mt-sm-56 {
    margin-top: 56px;
  }

  .mt-sm-64 {
    margin-top: 64px;
  }

  .mt-sm-72 {
    margin-top: 72px;
  }

  .mt-sm-80 {
    margin-top: 80px;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px;
  }

  .mb-sm-16 {
    margin-bottom: 16px;
  }

  .mb-sm-24 {
    margin-bottom: 24px;
  }

  .mb-sm-32 {
    margin-bottom: 32px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-48 {
    margin-bottom: 48px;
  }

  .mb-sm-56 {
    margin-bottom: 56px;
  }

  .mb-sm-64 {
    margin-bottom: 64px;
  }

  .mb-sm-72 {
    margin-bottom: 72px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }

  .pt-sm-0 {
    padding-top: 0;
  }

  .pt-sm-8 {
    padding-top: 8px;
  }

  .pt-sm-16 {
    padding-top: 16px;
  }

  .pt-sm-24 {
    padding-top: 24px;
  }

  .pt-sm-32 {
    padding-top: 32px;
  }

  .pt-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-48 {
    padding-top: 48px;
  }

  .pt-sm-56 {
    padding-top: 56px;
  }

  .pt-sm-64 {
    padding-top: 64px;
  }

  .pt-sm-72 {
    padding-top: 72px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .pb-sm-8 {
    padding-bottom: 8px;
  }

  .pb-sm-16 {
    padding-bottom: 16px;
  }

  .pb-sm-24 {
    padding-bottom: 24px;
  }

  .pb-sm-32 {
    padding-bottom: 32px;
  }

  .pb-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-48 {
    padding-bottom: 48px;
  }

  .pb-sm-56 {
    padding-bottom: 56px;
  }

  .pb-sm-64 {
    padding-bottom: 64px;
  }

  .pb-sm-72 {
    padding-bottom: 72px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }
}
/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget li {
  list-style: none;
}
.widget-title {
  margin-bottom: 18px;
  font-size: 15px;
  position: relative;
}

.sidebar .widget {
  margin-bottom: 48px;
}
.sidebar .widget .widget-title {
  text-transform: uppercase;
  color: var(--deo-text-color);
}
.sidebar .widget .sub-menu,
.sidebar .widget .children {
  padding-left: 15px;
  padding-top: 10px;
}
.sidebar .widget .sub-menu li:first-child,
.sidebar .widget .children li:first-child {
  border-top: 1px solid var(--deo-border-color);
  padding-top: 10px;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_archive a,
.widget_pages a,
.widget_categories a,
.widget_meta a {
  color: var(--deo-text-color);
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_nav_menu a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_meta a:hover {
  color: var(--deo-primary-color);
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
  padding: 16px 0;
  border-bottom: 1px solid var(--deo-border-color);
}
.widget_rss li:first-child {
  padding-top: 0;
}
.widget_rss .rsswidget {
  color: var(--deo-heading-color);
}
.widget_rss .rsswidget:hover {
  color: var(--deo-primary-color);
}
.widget_rss .rss-date {
  display: block;
  color: var(--deo-meta-color);
  font-size: 0.875rem;
  margin: 6px 0 12px;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
  margin-bottom: 0;
}

/* Widget Recent Comments
-------------------------------------------------------*/
.widget_recent_comments .recentcomments a {
  color: var(--deo-heading-color);
}
.widget_recent_comments .recentcomments a:hover {
  color: var(--deo-primary-color);
}

/* Widget Calendar
-------------------------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td {
  border: 0;
}
#wp-calendar caption {
  caption-side: top;
  text-align: right;
  color: var(--deo-text-color);
  font-size: 12px;
  padding: 0;
  margin-bottom: 15px;
  padding-right: 10px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding: 8px;
  text-align: center;
}
#wp-calendar thead th:first-child {
  padding-left: 0;
}
#wp-calendar thead th:last-child {
  padding-right: 0;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:first-child {
  padding-left: 0;
}
#wp-calendar tbody td:last-child {
  padding-right: 0;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 4px;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 4px;
}

/* Widget Search
-------------------------------------------------------*/
.widget_search .search-input {
  margin-bottom: 0;
}

.widget-search-button,
.search-button,
.woocommerce-product-search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  padding: 0 !important;
  background-color: transparent;
  color: var(--deo-text-color);
  border: 0;
  font-size: 1.25rem;
  vertical-align: middle;
  border-radius: 0;
}

.search-form {
  position: relative;
}

/* Widget Categories, Recent Entries, Comments, Archives, Meta
-------------------------------------------------------*/
.widget_product_categories li,
.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget-address {
  line-height: 2;
}

.sidebar .widget_categories li,
.sidebar .widget_recent_entries li,
.sidebar .widget_nav_menu li,
.sidebar .widget_archive li,
.sidebar .widget_pages li,
.sidebar .widget_meta li {
  padding: 10px 0;
  border-bottom: 1px solid var(--deo-border-color);
}
.sidebar .widget_categories li:first-child,
.sidebar .widget_recent_entries li:first-child,
.sidebar .widget_nav_menu li:first-child,
.sidebar .widget_archive li:first-child,
.sidebar .widget_pages li:first-child,
.sidebar .widget_meta li:first-child {
  padding-top: 0;
}
.sidebar .widget_categories li:last-child,
.sidebar .widget_recent_entries li:last-child,
.sidebar .widget_nav_menu li:last-child,
.sidebar .widget_archive li:last-child,
.sidebar .widget_pages li:last-child,
.sidebar .widget_meta li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.recentcomments {
  padding: 10px 0;
  border-bottom: 1px solid var(--deo-border-color);
}
.recentcomments:first-child {
  padding-top: 0;
}
.recentcomments:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.sidebar .widget_mc4wp_form_widget {
  background-color: #f7f7f7;
  padding: 32px;
  border-radius: 10px;
}
.sidebar .widget_mc4wp_form_widget .widget-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget_mc4wp_form_widget .mc4wp-form-fields input[type=email],
.sidebar .widget_mc4wp_form_widget .mc4wp-form-fields input[type=text] {
  border: 0;
  background-color: #fff;
}
.sidebar .widget_mc4wp_form_widget .deo-newsletter-gdpr-checkbox__label {
  line-height: 1.2;
}

.mc4wp-form-fields {
  position: relative;
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
  margin-bottom: 8px;
}

.mc4wp-form-fields input[type=submit] {
  margin-bottom: 0;
  width: auto;
}
.mc4wp-form-fields input[type=submit]:focus {
  background-color: var(--deo-primary-color);
}

/* Newsletter wide
-------------------------------------------------------*/
.newsletter-wide {
  text-align: center;
  padding: 72px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsletter-wide__container {
  max-width: 460px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.newsletter-wide__title {
  margin-bottom: 16px;
  font-size: 1.75rem;
  color: #fff;
}
.newsletter-wide__text {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 28px;
}
.newsletter-wide input[type=email],
.newsletter-wide input[type=text],
.newsletter-wide .newsletter__btn {
  height: 56px;
}
.newsletter-wide .mc4wp-form-fields i {
  line-height: 56px;
}
.newsletter-wide .deo-newsletter-gdpr-checkbox {
  margin-top: 20px;
}
.newsletter-wide .deo-newsletter-gdpr-checkbox__text,
.newsletter-wide .deo-newsletter-gdpr-checkbox__text a {
  color: #fff;
}
.newsletter-wide .deo-newsletter-gdpr-checkbox__text a {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .newsletter-wide {
    flex-direction: column;
  }
  .newsletter-wide .newsletter__btn {
    position: relative;
    top: auto;
    right: auto;
  }
  .newsletter-wide__text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-wide .mc4wp-form-fields {
    display: block;
  }
  .newsletter-wide__form {
    width: 70%;
  }
  .newsletter-wide .form-group {
    margin-right: 0;
  }
  .newsletter-wide input[type=email],
.newsletter-wide input[type=text] {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-wide {
    text-align: left;
  }
  .newsletter-wide__form {
    width: 100%;
  }
  .newsletter-wide__text {
    text-align: left;
  }
}

/* Widget Popular Posts
-------------------------------------------------------*/
.widget-popular-posts__list > li {
  padding: 15px 0;
  border-bottom: 1px solid var(--deo-border-color);
}
.widget-popular-posts__list > li:first-child {
  padding-top: 0;
}
.widget-popular-posts__list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-popular-posts__img-holder {
  width: 88px;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .widget-popular-posts__img-holder {
    width: 60px;
  }
}
.widget-popular-posts__entry {
  overflow: hidden;
}
.widget-popular-posts__entry-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1px;
}
.widget-popular-posts__entry-meta-date {
  color: var(--deo-meta-color);
  display: inline-block;
  font-size: 0.75rem;
  white-space: nowrap;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.entry__tags a {
  line-height: 1;
  color: var(--deo-text-color);
  display: inline-block;
  font-size: 18px;
}
.entry__tags a:hover {
  color: var(--deo-primary-color);
}

.tagcloud {
  overflow: hidden;
}

.widget_tag_cloud a,
.widget_product_tag_cloud a {
  float: left;
  padding: 4px 8px;
  margin: 0 4px 4px 0;
  border-radius: 5px;
  line-height: 1.2;
  border: 1px solid var(--deo-border-color);
  transition: all 0.1s ease-in-out;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
  background-color: var(--deo-primary-color);
  border-color: transparent;
  color: #fff !important;
}

/*-------------------------------------------------------*/
/* Helper classes
/*-------------------------------------------------------*/
.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.relative {
  position: relative;
}

.bg-color {
  background-color: var(--deo-tertiary-color);
}

.block {
  display: block;
}

/* Box Shadow
-------------------------------------------------------*/
.box-shadow {
  box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
}

.box-shadow-large {
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
}

/* Hovers
-------------------------------------------------------*/
.hover-up {
  top: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.hover-up:hover {
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  top: -2px;
}

.hover-line:before {
  content: "";
  display: block;
  height: 5px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--deo-tertiary-color);
  transition: all 0.2s ease-in-out;
}
.hover-line:hover:before {
  width: 100%;
}

/* Gradients / Overlays
-------------------------------------------------------*/
.bg-gradient:before {
  content: "";
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #b939e5;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to top, #b939e5 0%, #4c86e7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}

.bg-color-overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--deo-tertiary-color), 0.87);
}

.bg-color-overlay--1:before {
  background-color: rgba(51, 59, 105, 0.48);
}

.bg-color-overlay--2:before {
  background-color: rgba(51, 59, 105, 0.75);
}

.bottom-gradient::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  pointer-events: none;
  background: rgba(12, 16, 43, 0.75);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to top, rgba(12, 16, 43, 0.75) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}

.bg-color-overlay .section-title,
.bg-color-overlay .subtitle {
  color: #ffff;
}

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
  border-top: 1px solid var(--deo-border-color);
}

.bottom-divider {
  border-bottom: 1px solid var(--deo-border-color);
}

/* Flexbox
-------------------------------------------------------*/
.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-bittersweet-background-color {
  background-color: #fa6262;
}

:root .has-blue-background-color {
  background-color: #2d7bfd;
}

:root .has-violet-background-color {
  background-color: #ad3df3;
}

:root .has-turquoise-background-color {
  background-color: #30dca5;
}

:root .has-light-blue-background-color {
  background-color: #f3f2f5;
}

:root .has-dark-background-color {
  background-color: #232329;
}

:root .has-bittersweet-color {
  color: #fa6262;
}

:root .has-blue-color {
  color: #2d7bfd;
}

:root .has-violet-color {
  color: #ad3df3;
}

:root .has-turquoise-color {
  color: #30dca5;
}

:root .has-light-blue-color {
  color: #f3f2f5;
}

:root .has-dark-color {
  color: #232329;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  padding: 14px 32px;
  font-size: 0.9375rem;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.5 !important;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):visited {
  background-color: var(--deo-primary-color);
}

/* Full-width Images
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .fullwidth .entry__article .alignwide {
    margin-left: -120px;
    margin-right: -120px;
    width: auto;
  }
  .fullwidth .entry__article .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
    z-index: 1;
  }
  .fullwidth .entry__article .alignfull img {
    width: 100vw;
  }
}
/* Images
-------------------------------------------------------*/
@media only screen and (max-width: 575px) {
  .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
  }
  .wp-block-image .alignright {
    float: none;
    margin-left: 0;
  }
}

/* Cover
-------------------------------------------------------*/
.wp-block-cover {
  margin: 0 0 1.5em;
  font-size: 1rem;
  line-height: 1.3;
}
.wp-block-cover.alignleft {
  margin: 0.5em 2em 1.5em 0;
}
.wp-block-cover.alignright {
  margin: 0.5em 0 1.5em 2em;
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
  width: 100%;
  margin-bottom: 2rem;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
  padding-left: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
  list-style: none;
  padding-left: 0;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
  color: var(--deo-meta-color);
}

.wp-block-image figcaption {
  margin-top: 1em;
}

/* Separators
-------------------------------------------------------*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  opacity: 1;
  border-top: 1px solid var(--deo-border-color);
}

.wp-block-separator {
  border-top: 0;
  border-color: var(--deo-border-color);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.is-style-default {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
  font-weight: 700;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
  margin: 0;
  line-height: 1.6;
}
blockquote p {
  margin-bottom: 5px;
}
blockquote cite {
  color: var(--deo-meta-color);
  font-size: 0.9375rem;
  margin-top: 1em;
  display: inline-block;
}

.wp-block-quote {
  padding: 40px;
  background-color: var(--deo-background-color--light);
  margin-bottom: 40px;
  margin-top: 40px;
}
.wp-block-quote p {
  color: var(--deo-heading-color);
  font-family: var(--deo-heading-font);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: normal;
  position: relative;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 0.9375rem;
}

.wp-block-pullquote {
  padding: 0;
  text-align: left;
  line-height: 1.5;
  padding: 3em 0;
  border-top: 4px solid var(--deo-border-color);
  border-bottom: 4px solid var(--deo-border-color);
  color: var(--deo-heading-color);
}
.wp-block-pullquote p {
  margin-bottom: 5px;
}
.wp-block-pullquote cite {
  opacity: 0.7;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 576px) {
  .wp-block-pullquote.alignleft {
    margin-right: 2em;
  }
  .wp-block-pullquote.alignright {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
  font-size: 20px;
}

/* Social Icons
-------------------------------------------------------*/
ul.wp-block-social-links {
  padding: 0;
}
ul.wp-block-social-links .wp-social-link a:focus {
  color: currentColor;
  fill: currentColor;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 24px;
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
}
.wp-block-latest-posts a {
  display: inline-block;
  line-height: 1.3;
}:root{--deo-primary-color:#fa6262;--deo-secondary-color:#f8875f;--deo-tertiary-color:#4c86e7;--deo-text-color:#6a798c;--deo-links-color:#4c86e7;--deo-meta-color:#6a798c;--deo-heading-color:#333b69;--deo-border-color:#e8eced;--deo-background-color--light:#f7f9fa;--deo-background-color--dark:#282e38;--deo-body-font:"Roboto",sans-serif;--deo-heading-font:"Roboto",sans-serif;--deo-nav-height:72px}html{font-size:100%}.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}.clearfix:after{clear:both}::-moz-selection{background-color:#fdf0b2}::-webkit-selection{background-color:#fdf0b2}::selection{background-color:#fdf0b2}:focus{outline:0}body{margin:0;padding:0;font-family:var(--deo-body-font);font-size:15px;line-height:1.75;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;background:#fff;text-align:left;outline:0;overflow-x:hidden;overflow-y:auto;color:var(--deo-text-color)}body img{border:none;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}a{text-decoration:none;color:var(--deo-primary-color);transition:color .1s ease-in-out}a:focus,a:hover{text-decoration:none;color:var(--deo-heading-color)}p{margin:0 0 10px}video{height:100%;width:100%}hr{margin:0;border:0;border-top:1px solid var(--deo-border-color)}.loader-mask{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:99999}.loader{position:absolute;left:50%;top:50%;font-size:5px;width:5em;height:5em;margin:-25px 0 0 -25px;text-indent:-9999em;border-top:.5em solid var(--deo-tertiary-color);border-right:.5em solid rgba(245,245,245,.5);border-bottom:.5em solid rgba(245,245,245,.5);border-left:.5em solid rgba(245,245,245,.5);transform:translateZ(0);animation:load8 1.1s infinite linear}.loader,.loader:after{border-radius:50%;width:10em;height:10em}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}ol,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--deo-heading-font);margin-top:0;margin-bottom:10px;color:var(--deo-heading-color);font-weight:700;line-height:1.3;letter-spacing:-.01em}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2.125rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.3125rem}.h6,h6{font-size:1.125rem}@media only screen and (max-width:575px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.625rem}}h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{color:inherit}h1>a:focus,h1>a:hover,h2>a:focus,h2>a:hover,h3>a:focus,h3>a:hover,h4>a:focus,h4>a:hover,h5>a:focus,h5>a:hover,h6>a:focus,h6>a:hover{color:var(--deo-primary-color)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:var(--deo-heading-color);font-size:85%}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}@media only screen and (max-width:1199px){.text-lg-center{text-align:center}}@media only screen and (max-width:991px){.text-md-center{text-align:center}}@media only screen and (max-width:767px){.text-sm-center{text-align:center}}@media only screen and (max-width:575px){.text-xs-center{text-align:center}}.section-headings p{margin-bottom:40px}.title-row{margin-bottom:48px;position:relative}.title-row--boxed{max-width:560px;margin-left:auto;margin-right:auto}.subtitle{font-size:18px;line-height:1.56;font-weight:500}.highlight{color:var(--deo-primary-color)}.lead{font-size:18px;line-height:30px}address{font-style:normal;margin-bottom:0}.container{max-width:1140px}.section-wrap{padding:100px 0;position:relative;background-size:cover;background-position:center}@media only screen and (max-width:991px){.section-wrap{padding:80px 0}}@media only screen and (max-width:767px){.section-wrap{padding:60px 0}}.section-wrap--pb-large{padding-bottom:180px}@media only screen and (max-width:767px){.section-wrap--pb-large{padding-bottom:60px}}.container-semi-fluid{padding:0 50px}@media only screen and (max-width:767px){.container-semi-fluid{padding:0 20px}}.main-container{margin:auto}@media (min-width:1400px){.container{max-width:1320px}}.row-16{margin:0 -8px}.row-16>[class*=col-]{padding:0 8px}.row-20{margin:0 -10px}.row-20>[class*=col-]{padding:0 10px}.row-30{margin:0 -15px}.row-30>[class*=col-]{padding:0 15px}.row-40{margin:0 -20px}.row-40>[class*=col-]{padding:0 20px}.row-50{margin:0 -25px}.row-50>[class*=col-]{padding:0 25px}.row-60{margin:0 -30px}.row-60>[class*=col-]{padding:0 30px}.flex-parent{display:flex;flex-flow:row nowrap}.flex-child{flex:1 0 0}.no-gutters{margin-right:0;margin-left:0}.no-gutters>[class*=col-]{padding-right:0;padding-left:0}@media only screen and (min-width:992px){.left-sidebar .blog__content,.left-sidebar .page-content,.left-sidebar .shop-content{order:2}}.btn{font-weight:700;font-family:var(--deo-body-font);overflow:hidden;display:inline-block;text-decoration:none;text-align:center;border:0;border-radius:5px;transition:all .2s ease-in-out;color:#fff;background-color:var(--deo-primary-color);backface-visibility:hidden;position:relative;z-index:1;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:hover{color:#fff;border-color:transparent}.btn:focus{outline:0;color:#fff}.btn--lg,.btn--lg.btn--button{font-size:15px;padding:12px 24px}.btn--md,.btn--md.btn--button{font-size:15px;padding:10px 24px}.btn--color{background-color:var(--deo-primary-color);box-shadow:0 5px 15px rgba(250,98,98,.4)}.btn--color:hover{opacity:.92;box-shadow:0 2px 8px rgba(250,98,98,.4)}.btn--alt-color{background-color:var(--deo-tertiary-color);box-shadow:0 5px 15px rgba(76,134,231,.4)}.btn--alt-color:hover{opacity:.92;box-shadow:0 2px 8px rgba(76,134,231,.4)}.btn--dark{background-color:var(--deo-background-color--dark)}.btn--white{background-color:#fff;color:var(--deo-heading-color)}.btn--light{background-color:var(--deo-background-color--light);color:var(--deo-heading-color)}.btn--wide{width:100%}.btn--dark:focus,.btn--dark:hover,.btn--light:focus,.btn--light:hover,.btn--white:focus,.btn--white:hover{background-color:var(--deo-primary-color);border-color:transparent}.btn i{font-size:12px;position:relative;margin-left:40px;line-height:1}.btn--button{border:none;margin-bottom:0;width:auto;height:auto}.btn--button:focus{background-color:var(--deo-primary-color)}.btn--button.btn--color,.btn--button.btn-dark{color:#fff;box-shadow:none}.btn--button.btn--wide{width:100%}.select2-container--default .select2-selection--single,input,select,textarea{height:46px;border-radius:5px;border:1px solid var(--deo-border-color);background-color:var(--deo-background-color--light);color:var(--deo-text-color);width:100%;margin-bottom:24px;padding:0 12px;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out,background-color .3s ease-in-out}.select2-container--default .select2-search--dropdown .select2-search__field,.select2-dropdown{border-color:var(--deo-border-color)}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px;padding-left:0}.select2-container--default .select2-selection--single,.select2-search--dropdown .select2-search__field{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px;right:10px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var(--deo-text-color) transparent transparent transparent}textarea{height:auto;display:block;padding:8px 16px;margin-bottom:24px}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;height:auto;background-color:var(--deo-primary-color);border-color:transparent;padding:11px 24px;color:#fff;font-weight:700}input[type=search]{box-sizing:border-box}input:focus,textarea:focus{border-color:var(--deo-primary-color);background-color:#fff;outline:0;box-shadow:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--deo-text-color)}input:-moz-placeholder,textarea:-moz-placeholder{color:var(--deo-text-color);opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--deo-text-color);opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--deo-text-color)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:var(--deo-heading-color);padding-left:12px;background-image:url(//www.dipolediamond.com/wp-content/themes/margin/assets/img/dropdown.png);background-repeat:no-repeat;background-position:right .7em top 50%,0 0}select::-ms-expand{display:none}label{color:var(--deo-heading-color);font-size:15px;display:inline-block;vertical-align:middle;margin-bottom:10px;line-height:1.5}label input[type=checkbox],label input[type=radio]{float:left}.input-underline{position:relative;display:block;height:2px;width:0;bottom:0;position:absolute;background:var(--deo-primary-color);transition:.2s ease all}.form-group{position:relative}.form-input:focus~.input-underline{width:100%}input[type=checkbox],input[type=radio]{width:20px;height:20px;margin-bottom:0;vertical-align:middle;margin-right:8px;text-align:center;line-height:18px;border:1px solid var(--deo-border-color);background-color:#fff;-moz-appearance:none;-webkit-appearance:none}input[type=checkbox]:focus,input[type=radio]:focus{border-color:var(--deo-border-color);background-color:var(--deo-background-color--light)}input[type=checkbox]:checked:after{content:"\f383";font-family:ui-icons}input[type=checkbox]+label,input[type=radio]+label{cursor:pointer;margin-bottom:0;position:relative;line-height:22px}input[type=radio]{border-radius:50%}input[type=radio]:checked:after{content:"";width:8px;height:8px;position:relative;top:-1px;border-radius:50%;display:inline-block;background-color:var(--deo-background-color--dark)}[class*=" ui-"]:before,[class^=ui-]:before{width:auto;margin-right:0;margin-left:0;line-height:normal}.card{display:flex;flex:1 0 0%;flex-direction:column;background-color:#fff;border-radius:5px;overflow:hidden}.card-row>div{margin-bottom:48px}.card-row .card{height:100%;margin-bottom:0}.card__img-holder{margin-right:0!important;margin-bottom:0!important;position:relative;overflow:hidden}.card__body{background-color:#fff;padding:40px;flex:1 1 auto}.card--small .card__body{padding:24px 16px}.card--small .entry__title{font-size:16px;margin-bottom:0}.table-wrap{margin-bottom:34px}table th{font-weight:400}table caption{margin-bottom:10px}table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th{border:1px solid var(--deo-border-color);padding:10px}table>thead>tr>th{border-bottom:none}table thead tr th{font-size:12px;color:var(--deo-heading-color);font-family:var(--deo-heading-font);text-transform:uppercase;font-weight:700;letter-spacing:.05em}.main-wrapper{overflow:hidden;position:relative}.page-title{position:relative;width:100%;overflow:hidden;display:block;padding:200px 0 115px;background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:var(--deo-background-color--light)}.page-title__holder{max-width:878px;margin-left:auto;margin-right:auto;position:relative}.page-title__title{line-height:1.3;margin-bottom:24px}@media only screen and (max-width:991px){.page-title .entry-title{font-size:2rem}}.page-title .entry__meta a,.page-title .entry__meta li,.page-title.bg-color-overlay .page-title__subtitle,.page-title.bg-color-overlay .page-title__title{color:#fff}@media only screen and (max-width:991px){.page-title{padding:80px 0}}@media only screen and (max-width:767px){.page-title{padding:40px 0}}.newsletter .title-row{margin-bottom:20px}.newsletter .section-title{font-size:36px;margin-bottom:30px}.newsletter .subtitle{font-size:21px;font-weight:400}.newsletter__form{max-width:460px;margin-left:auto;margin-right:auto}.newsletter__row{display:flex}.newsletter__row>.form-group{order:0;/*!rtl:1*/margin-right:8px}@media only screen and (max-width:575px){.newsletter__row>.form-group{margin-right:0}}@media only screen and (max-width:575px){.newsletter__row{display:block}}.newsletter input[type=email],.newsletter input[type=text]{color:#fff;height:50px;background-color:transparent;border-color:rgba(213,217,237,.36)}.newsletter input[type=email]:focus,.newsletter input[type=text]:focus{border-color:#fff}.newsletter__submit .btn{width:100%}.newsletter .consent-checkbox{text-align:center}.newsletter .consent-checkbox .wpcf7-list-item-label{color:#fff}.newsletter .consent-checkbox .wpcf7-list-item-label a{color:var(--deo-primary-color)}.newsletter input[type=email]::-webkit-input-placeholder,.newsletter input[type=text]::-webkit-input-placeholder{color:#fff}.newsletter input[type=email]:-moz-placeholder,.newsletter input[type=text]:-moz-placeholder{color:#fff;opacity:1}.newsletter input[type=email]::-moz-placeholder,.newsletter input[type=text]::-moz-placeholder{color:#fff;opacity:1}.newsletter input[type=email]:-ms-input-placeholder,.newsletter input[type=text]:-ms-input-placeholder{color:#fff}div.wpcf7-response-output{border:none;border-radius:5px}div.wpcf7-aborted,div.wpcf7-mail-sent-ng{background-color:#f2dede;color:#a94442}div.wpcf7-mail-sent-ok{background-color:#dff0d8;color:#3c763d}div.wpcf7-acceptance-missing,div.wpcf7-spam-blocked,div.wpcf7-validation-errors{background-color:#fcf8e3;color:#8a6d3b}.read-more{color:var(--deo-tertiary-color);display:inline-block;margin-top:16px;font-weight:700}.read-more__icon{font-size:.75rem;margin-left:20px}.breadcrumbs a{color:var(--deo-heading-color)}.breadcrumbs a:hover{color:var(--deo-primary-color)}.breadcrumbs__separator{display:inline-block;vertical-align:middle;font-size:11px;margin:0 10px}.page-title.bg-color-overlay .breadcrumbs,.page-title.bg-color-overlay .breadcrumbs a{color:#fff}.rtl .breadcrumbs__separator{transform:rotate(180deg)}.cc-container{display:flex;justify-content:center;padding:0}.cc-window{background-color:var(--deo-background-color--dark)!important}.cc-message{margin-right:20px;flex:0 1 auto!important;color:#fff;font-weight:500;font-size:15px}.cc-link{opacity:1;font-weight:700}.cc-link:focus,.cc-link:hover{color:#fff}.cc-link:active,.cc-link:visited{color:#fff}a.cc-btn.cc-dismiss{font-family:var(--deo-body-font);font-size:15px!important;background-color:var(--deo-primary-color);height:26px;line-height:26px;padding:0 14px;border:0;border-radius:5px;color:#fff;font-weight:700;min-width:auto!important}a.cc-btn.cc-dismiss:focus,a.cc-btn.cc-dismiss:hover{opacity:.9}.wpcf7-acceptance .wpcf7-list-item{margin-left:0;margin-bottom:14px}.single-post .content-wrapper{padding-top:132px}@media only screen and (max-width:991px){.single-post .content-wrapper{padding-top:20px}}.content-wrapper--pt-large{padding-top:100px}@media only screen and (max-width:991px){.content-wrapper--pt-large{padding-top:0}}.entry{overflow:hidden;position:relative;margin-bottom:48px}.entry__img{width:100%}.entry__date{position:absolute;top:16px;left:16px;background-color:#fff;color:var(--deo-heading-color);padding:12px 16px;border-radius:5px;text-align:center;pointer-events:none}.entry__date-day{font-size:18px;font-weight:500;margin-bottom:4px;display:block;line-height:1}.entry__date-month{text-transform:uppercase;letter-spacing:.04em;line-height:1;display:block;font-size:10px;font-weight:500}.entry__title{font-size:24px;line-height:1.4;margin-bottom:16px}.entry__excerpt{margin-top:20px}.entry__excerpt p{margin-bottom:0}.entry__meta li{display:inline-block;font-size:14px;font-weight:500;margin-right:18px;color:var(--deo-meta-color)}.entry__meta li:last-child{margin-right:0}.entry__meta a{color:var(--deo-heading-color)}.entry__meta a:focus,.entry__meta a:hover{color:var(--deo-primary-color)}.entry__meta span{color:var(--deo-heading-color)}.entry__meta i{color:var(--deo-primary-color);font-size:15px;display:inline-block;margin-right:3px}.pagination,.woocommerce-pagination{text-align:center;padding:16px 0}.pagination ul,.woocommerce-pagination ul{list-style:none;clear:both;display:flex;justify-content:center}.pagination a,.pagination span,.woocommerce-pagination a,.woocommerce-pagination span{font-size:15px;display:inline-block;width:40px;height:40px;line-height:38px;margin-right:2px;border-radius:5px;text-align:center;color:var(--deo-text-color);background-color:#fff;border:1px solid var(--deo-border-color);vertical-align:middle;transition:all .2s ease-in-out}.pagination a:not(span):hover,.pagination span:not(span):hover,.woocommerce-pagination a:not(span):hover,.woocommerce-pagination span:not(span):hover{background-color:var(--deo-primary-color);border-color:transparent;color:#fff}.pagination a.current,.pagination span.current,.woocommerce-pagination a.current,.woocommerce-pagination span.current{background-color:var(--deo-primary-color);color:#fff;border-color:transparent}.pagination a i,.pagination span i,.woocommerce-pagination a i,.woocommerce-pagination span i{font-size:.75rem;display:inline-block}.rtl .pagination a i,.rtl .pagination span i,.rtl .woocommerce-pagination a i,.rtl .woocommerce-pagination span i{transform:rotate(180deg)}.pagination .page-numbers{margin:0}.blog-featured-img{padding:52px 0;background-color:var(--deo-background-color--dark);display:flex;justify-content:center;align-items:center}.blog-featured-img .entry__meta li{font-size:18px;margin-right:6px}.blog-featured-img .entry__meta li span{color:#fff}.blog-featured-img .entry__meta li:after{content:"-";display:inline-block;margin-left:6px}.blog-featured-img .entry__meta li:last-child:after{display:none}.blog-featured-img .entry__meta-author-img{margin-right:16px;border-radius:50%}@media only screen and (max-width:575px){.blog-featured-img .entry__meta-author-img{display:none}}@media only screen and (max-width:575px){.blog-featured-img{padding:80px 0}}.breadcrumbs+.single-post__title{margin-top:20px}.single-post__entry{overflow:visible}.single-post__entry-meta{margin-bottom:20px}.entry__article{font-size:1.125rem;line-height:1.8}.entry__article>h1,.entry__article>h2,.entry__article>h3,.entry__article>h4,.entry__article>h5,.entry__article>h6{margin-top:36px;margin-bottom:18px}.entry__article ol,.entry__article ul,.entry__article>p{margin-bottom:34px}.entry__article>p:last-child{margin-bottom:0}.entry__article li:not(.wp-social-link) a,.entry__article p a{color:var(--deo-links-color)}.entry__article li:not(.wp-social-link) a:hover,.entry__article p a:hover{color:var(--deo-primary-color)}.entry__article figure{margin-bottom:24px}.entry__article ol,.entry__article ul{padding-left:18px;line-height:30px}figure{margin:0}figcaption{font-family:var(--deo-body-font);font-size:12px;margin-top:10px;color:var(--deo-meta-color)}.entry__article-wrap{position:relative}.entry__share-socials{padding-bottom:16px}@media only screen and (min-width:992px){.entry__share{position:absolute!important;height:100%;margin-left:-100px}.entry__share-socials{width:40px}}@media only screen and (min-width:992px){.left-sidebar .entry__share,.right-sidebar .entry__share{position:relative!important;width:auto;height:auto;margin-left:0;margin-right:0}.left-sidebar .entry__share-socials,.right-sidebar .entry__share-socials{width:auto}}.entry__tags{margin-top:30px}.entry__tags-label{color:var(--deo-heading-color);font-weight:700;font-size:18px;display:inline-block;margin-right:4px}.related-posts{margin-top:48px}.related-posts .entry{margin-bottom:24px}.entry__comments{margin-top:32px}.comment{list-style:none}@media only screen and (min-width:576px){.comment .children{padding-left:8%}}.comment-list>li:first-child>.comment-body{border-top:0;padding-top:0}.comment-body{margin-bottom:24px;padding-top:24px;border-top:1px solid var(--deo-border-color)}.comment-text{overflow:hidden}.comment-text p{margin-bottom:10px}.comment-avatar{float:left;margin-right:20px;display:block;border-radius:50%;overflow:hidden}.comment-author{font-family:var(--deo-heading-font);font-size:15px;display:inline-block;margin-bottom:5px;margin-right:8px}.comment-metadata{display:inline-block}.comment-date,.comment-edit-link{display:inline-block;margin-bottom:10px;font-size:12px;font-weight:500;text-transform:uppercase;color:#9aa5b5}.comment-edit-link{margin-left:5px;margin-bottom:0;color:var(--deo-primary-color)}.comment-reply-link{color:var(--deo-heading-color);font-weight:500}.comment-reply-link:hover{color:var(--deo-primary-color)}.comment-form p{margin:0}.comment-form .comment-form-cookies-consent{margin-bottom:24px}.comment-respond{margin-top:40px}.entry-navigation{padding-top:48px}.entry-navigation__row{margin:0 -15px;display:flex}.entry-navigation__col{padding:0 15px}.entry-navigation__item{display:flex;border-radius:5px;overflow:hidden;height:100%}.entry-navigation__item-img{min-width:147px;background-size:cover;background-repeat:no-repeat;background-position:center}@media only screen and (max-width:1199px){.entry-navigation__item-img{min-width:100px}}@media only screen and (max-width:767px){.entry-navigation__item-img{display:none}}.entry-navigation__item-img a{display:block;width:100%;height:100%}.entry-navigation--left{float:left;width:50%;margin-bottom:12px}.entry-navigation--left i{margin-right:7px}.entry-navigation--right{margin-bottom:12px;text-align:right;float:right;margin-left:auto;width:50%}.entry-navigation--right i{display:inline-block;margin-left:7px}.rtl .entry-navigation--right i{transform:rotate(180deg)}.entry-navigation__body{padding:16px 24px;background-color:var(--deo-background-color--light);width:100%}.entry-navigation i{font-size:12px;color:var(--deo-text-color)}.entry-navigation__label{display:inline-block;margin-bottom:5px;color:var(--deo-meta-color);font-size:13px}@media only screen and (max-width:575px){.entry-navigation__row{display:block}.entry-navigation__col{width:100%;float:none}.entry-navigation--right{text-align:left}}.nav{backface-visibility:hidden;z-index:120;min-height:var(--deo-nav-height);position:relative}@media only screen and (min-width:992px){.nav{padding-top:40px;padding-bottom:20px}}.nav__wrap{padding-left:44px}@media only screen and (min-width:992px){.nav__container{padding:0 82px}}.nav__dropdown-menu,.nav__menu{list-style:none}.nav__menu{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap}.nav__menu li{position:relative}.nav__menu>li>a{font-weight:700;color:var(--deo-heading-color);font-size:15px;padding:0 17px;line-height:var(--deo-nav-height);display:block;position:relative}.nav__menu>li>a:hover{color:var(--deo-primary-color)}.nav__menu>.active>a{color:var(--deo-primary-color)}@media only screen and (min-width:992px){.nav__wrap{height:auto!important}.nav__wrap.collapse{display:block}.nav__menu>li{display:inline-block;text-align:center}.nav__dropdown-menu{position:absolute;left:-5px;top:100%;z-index:1000;min-width:220px;width:100%;text-align:left;padding:20px 0;list-style:none;background-color:#fff;box-shadow:0 4px 20px rgba(154,161,171,.25);border-radius:5px;-webkit-background-clip:padding-box;background-clip:padding-box;display:block;visibility:hidden;opacity:0;transition:all .2s ease-in-out}.nav__dropdown-menu>li>a{color:var(--deo-text-color);padding:5px 30px;line-height:21px;display:block}.nav__dropdown-menu>li>a:focus,.nav__dropdown-menu>li>a:hover{color:var(--deo-primary-color)}.nav__menu>.nav__dropdown>.nav__dropdown-menu:before{content:"";display:block;width:14px;height:14px;background-color:#fff;position:absolute;top:-7px;left:35px;transform:rotate(45deg)}.nav__dropdown-menu.hide-dropdown{visibility:hidden!important;opacity:0!important}.nav__dropdown-menu--right{right:0}.nav__dropdown:hover>.nav__dropdown-menu{opacity:1;visibility:visible}.nav__dropdown-menu .nav__dropdown-menu{left:100%;top:-20px}.nav__dropdown .nav__dropdown{position:relative}.nav__dropdown .nav__dropdown>a:after{content:"\e804";/*!rtl:"\f124"*/font-family:ui-icons;font-size:10px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.nav__dropdown-trigger{display:none}}.mobile body{cursor:pointer}.nav__menu .current-menu-item>a{color:var(--deo-primary-color)}.logo{line-height:1;display:block;max-height:60px}header .flex-parent{align-items:center}@media only screen and (max-width:991px){header .flex-parent{display:block}}.nav--align-right{margin-left:auto}.nav--align-left{margin-right:auto}.nav__icon-toggle{display:block;position:relative;padding:9px!important;width:36px;height:32px;margin-right:-9px;background-color:transparent;border:none;z-index:50;box-shadow:none}.nav__icon-toggle.eversor-nav-menu__icon-toggle,.nav__mobile .nav__icon-toggle{background-color:transparent}.nav__icon-toggle.eversor-nav-menu__icon-toggle:focus,.nav__icon-toggle.eversor-nav-menu__icon-toggle:hover,.nav__mobile .nav__icon-toggle:focus,.nav__mobile .nav__icon-toggle:hover{background-color:transparent}@media only screen and (min-width:992px){.nav__icon-toggle{display:none}}.nav__icon-toggle-bar{background-color:var(--deo-heading-color);width:18px;display:block;position:absolute;height:2px;border-radius:1px}.nav__icon-toggle span:nth-child(2){top:9px;transition:top .2s .2s ease-in,opacity .1s ease-in}.nav__icon-toggle span:nth-child(3){top:15px;transition:opacity .1s ease-in}.nav__icon-toggle span:nth-child(4){bottom:9px;transition:bottom .2s .2s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.nav__icon-toggle--is-opened span:nth-child(2){top:15px;transition:.5s cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.nav__icon-toggle--is-opened span:nth-child(3){opacity:0}.nav__icon-toggle--is-opened span:nth-child(4){bottom:15px;transform:rotate(-45deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.nav__icon-toggle:focus .nav__icon-toggle-bar,.nav__icon-toggle:hover .nav__icon-toggle-bar{background-color:var(--deo-primary-color)}.nav__icon-toggle:focus{outline:0}.nav__holder.offset{transform:translate3d(0,-100%,0);transition:all .2s ease-in-out}.nav__holder.scrolling{transform:translate3d(0,0,0)}.nav__holder.sticky{position:fixed;background-color:#fff;visibility:hidden;opacity:0;left:0;right:0;top:0}.nav__holder.sticky.scrolling{opacity:1;visibility:visible}@media only screen and (min-width:992px){.nav--transparent{position:absolute;width:100%;top:0}}.nav__btn{background:#f8875f;background:linear-gradient(to right,#f8875f 0,var(--deo-primary-color) 100%);padding:10px 17px;text-align:center}.nav__btn span{display:block;color:#fff}.nav__btn-text{font-size:12px;line-height:18px}.nav__btn-phone{font-size:18px;line-height:27px!important}#back-to-top{display:block;z-index:100;width:34px;height:34px;text-align:center;font-size:12px;position:fixed;bottom:-34px;right:20px;line-height:34px;background-color:var(--deo-background-color--light);box-shadow:0 1px 4px 0 rgba(154,161,171,.4);border-radius:50%;transition:all .2s ease-in-out;text-decoration:none}#back-to-top i{transition:all .2s ease-in-out}#back-to-top a{display:block;color:var(--deo-heading-color)}#back-to-top.show{bottom:20px}#back-to-top:hover{background-color:var(--deo-primary-color);bottom:24px}#back-to-top:hover i{color:#fff}@media only screen and (max-width:991px){.nav{min-height:var(--deo-nav-height);margin-top:0;background-color:#fff}.nav__wrap{padding-left:0}.nav__header{height:var(--deo-nav-height);display:flex;align-items:center}.nav__menu{display:block}.nav__menu li a{padding:0;line-height:46px;height:46px;display:block;border-bottom:1px solid var(--deo-border-color)}.nav__dropdown-menu a{color:var(--deo-text-color)}.nav__dropdown-menu a:hover{color:#000}.nav__dropdown-menu>li>a{padding-left:10px}.nav__dropdown-menu>li>ul>li>a{padding-left:20px}.nav__dropdown-trigger{display:block;background-color:transparent;padding:0;border:0;width:20px;height:46px;line-height:46px;text-align:center;position:absolute;right:0;top:0;z-index:50;cursor:pointer}.nav__dropdown-trigger-icon{fill:var(--deo-text-color)}.nav__dropdown-trigger.active svg{transform:rotate(180deg)}.nav__dropdown-menu{display:none;width:100%!important}.nav__dropdown-trigger.active+.nav__dropdown-menu{display:block}.logo-wrap{float:left}.logo-wrap a{display:table-cell;vertical-align:middle;height:var(--deo-nav-height)}.nav__btn{width:100%;margin-bottom:18px}.sticky-on-mobile .navbar{box-shadow:0 0 5px rgba(0,0,0,.1);background:#fff;position:fixed;top:0;left:0;right:0}}.footer{position:relative}.footer ul{list-style:none}.footer__widgets{padding:100px 0 70px}.footer__widgets a{color:var(--deo-text-color)}.footer__widgets a:hover{color:var(--deo-primary-color)}@media only screen and (max-width:991px){.footer__widgets .row>div:not(:last-child){margin-bottom:60px}}.footer__bottom{padding:48px 0}.copyright{display:inline-block;font-size:15px;color:var(--deo-text-color)}.copyright a{color:inherit}.copyright a:focus,.copyright a:hover{color:var(--deo-primary-color)}body.admin-bar .nav--sticky{top:46px}@media only screen and (min-width:768px){body.admin-bar .nav--sticky{top:32px}}.site-title{font-size:30px;margin-bottom:0}.gallery-caption{display:block}img{height:auto}.alignleft,.alignright{max-width:100%!important;float:none}@media only screen and (min-width:576px){.alignleft{float:left;margin:.5em 2em 2em 0}.alignright{float:right;margin:.5em 0 2em 2em}.alignleft,.alignright{max-width:40%!important}}@media only screen and (max-width:575px){.alignleft,.alignright{margin-left:0;margin-right:0;float:none}}.alignnone{margin:.5em 2em}.aligncenter{display:block;margin:.5em auto;text-align:center}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.gallery-caption,.wp-caption{max-width:100%}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.says,.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;white-space:nowrap;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar{border:1px solid var(--deo-border-color);padding:2px}.widget_recent_entries ul li a{color:var(--deo-text-color)}.widget_recent_entries ul li a:hover{color:var(--deo-primary-color)}#wp-calendar{width:100%}#wp-calendar td,#wp-calendar th{text-align:center}#wp-calendar tbody td{line-height:1}#wp-calendar>tfoot>tr{border:1px solid var(--deo-border-color)}#wp-calendar>tfoot>tr>td{border:0}.search-button{position:absolute;top:0;right:0;padding:0;border:0;width:46px;height:46px;line-height:46px;background-color:transparent;font-size:20px;color:var(--deo-text-color)}.post-password-form label>input{margin-bottom:24px}.post-password-form label+input{line-height:41px;font-size:15px;font-weight:700;padding:0 24px;font-family:var(--deo-heading-font);border:none;background-color:var(--deo-primary-color);color:#fff;position:relative;top:-3px;width:auto}.post.sticky .entry__title:before{content:"\e801";font-family:ui-icons;display:inline-block;margin-right:12px;position:relative;top:-2px;font-size:18px;color:var(--deo-text-color);max-height:20px}dd,dt{padding:10px 0;border-bottom:1px solid var(--deo-border-color)}.comment-navigation{margin:20px 0}.comment-navigation .nav-previous{float:left}.comment-navigation .nav-next{float:right}.m-0{margin:0!important}.p-0{padding:0!important}.mt-0{margin-top:0!important}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-40{margin-top:40px}.mt-48{margin-top:48px}.mt-56{margin-top:56px}.mt-64{margin-top:64px}.mt-72{margin-top:72px}.mt-80{margin-top:80px}.mb-0{margin-bottom:0!important}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.mb-40{margin-bottom:40px}.mb-48{margin-bottom:48px}.mb-56{margin-bottom:56px}.mb-64{margin-bottom:64px}.mb-72{margin-bottom:72px}.mb-80{margin-bottom:80px}.pt-0{padding-top:0}.pt-8{padding-top:8px}.pt-16{padding-top:16px}.pt-24{padding-top:24px}.pt-32{padding-top:32px}.pt-40{padding-top:40px}.pt-48{padding-top:48px}.pt-56{padding-top:56px}.pt-64{padding-top:64px}.pt-72{padding-top:72px}.pt-80{padding-top:80px}.pb-0{padding-bottom:0}.pb-8{padding-bottom:8px}.pb-16{padding-bottom:16px}.pb-24{padding-bottom:24px}.pb-32{padding-bottom:32px}.pb-40{padding-bottom:40px}.pb-48{padding-bottom:48px}.pb-56{padding-bottom:56px}.pb-64{padding-bottom:64px}.pb-72{padding-bottom:72px}.pb-80{padding-bottom:80px}@media only screen and (max-width:1199px){.mt-lg-0{margin-top:0!important}.mt-lg-8{margin-top:8px}.mt-lg-16{margin-top:16px}.mt-lg-24{margin-top:24px}.mt-lg-32{margin-top:32px}.mt-lg-40{margin-top:40px}.mt-lg-48{margin-top:48px}.mt-lg-56{margin-top:56px}.mt-lg-64{margin-top:64px}.mt-lg-72{margin-top:72px}.mt-lg-80{margin-top:80px}.mb-lg-0{margin-bottom:0!important}.mb-lg-8{margin-bottom:8px}.mb-lg-16{margin-bottom:16px}.mb-lg-24{margin-bottom:24px}.mb-lg-32{margin-bottom:32px}.mb-lg-40{margin-bottom:40px}.mb-lg-48{margin-bottom:48px}.mb-lg-56{margin-bottom:56px}.mb-lg-64{margin-bottom:64px}.mb-lg-72{margin-bottom:72px}.mb-lg-80{margin-bottom:80px}.pt-lg-0{padding-top:0}.pt-lg-8{padding-top:8px}.pt-lg-16{padding-top:16px}.pt-lg-24{padding-top:24px}.pt-lg-32{padding-top:32px}.pt-lg-40{padding-top:40px}.pt-lg-48{padding-top:48px}.pt-lg-56{padding-top:56px}.pt-lg-64{padding-top:64px}.pt-lg-72{padding-top:72px}.pt-lg-80{padding-top:80px}.pb-lg-0{padding-bottom:0}.pb-lg-8{padding-bottom:8px}.pb-lg-16{padding-bottom:16px}.pb-lg-24{padding-bottom:24px}.pb-lg-32{padding-bottom:32px}.pb-lg-40{padding-bottom:40px}.pb-lg-48{padding-bottom:48px}.pb-lg-56{padding-bottom:56px}.pb-lg-64{padding-bottom:64px}.pb-lg-72{padding-bottom:72px}.pb-lg-80{padding-bottom:80px}}@media only screen and (max-width:991px){.mt-md-0{margin-top:0!important}.mt-md-8{margin-top:8px}.mt-md-16{margin-top:16px}.mt-md-24{margin-top:24px}.mt-md-32{margin-top:32px}.mt-md-40{margin-top:40px}.mt-md-48{margin-top:48px}.mt-md-56{margin-top:56px}.mt-md-64{margin-top:64px}.mt-md-72{margin-top:72px}.mt-md-80{margin-top:80px}.mb-md-0{margin-bottom:0!important}.mb-md-8{margin-bottom:8px}.mb-md-16{margin-bottom:16px}.mb-md-24{margin-bottom:24px}.mb-md-32{margin-bottom:32px}.mb-md-40{margin-bottom:40px}.mb-md-48{margin-bottom:48px}.mb-md-56{margin-bottom:56px}.mb-md-64{margin-bottom:64px}.mb-md-72{margin-bottom:72px}.mb-md-80{margin-bottom:80px}.pt-md-0{padding-top:0}.pt-md-8{padding-top:8px}.pt-md-16{padding-top:16px}.pt-md-24{padding-top:24px}.pt-md-32{padding-top:32px}.pt-md-40{padding-top:40px}.pt-md-48{padding-top:48px}.pt-md-56{padding-top:56px}.pt-md-64{padding-top:64px}.pt-md-72{padding-top:72px}.pt-md-80{padding-top:80px}.pb-md-0{padding-bottom:0}.pb-md-8{padding-bottom:8px}.pb-md-16{padding-bottom:16px}.pb-md-24{padding-bottom:24px}.pb-md-32{padding-bottom:32px}.pb-md-40{padding-bottom:40px}.pb-md-48{padding-bottom:48px}.pb-md-56{padding-bottom:56px}.pb-md-64{padding-bottom:64px}.pb-md-72{padding-bottom:72px}.pb-md-80{padding-bottom:80px}}@media only screen and (max-width:767px){.mt-sm-0{margin-top:0!important}.mt-sm-8{margin-top:8px}.mt-sm-16{margin-top:16px}.mt-sm-24{margin-top:24px}.mt-sm-32{margin-top:32px}.mt-sm-40{margin-top:40px}.mt-sm-48{margin-top:48px}.mt-sm-56{margin-top:56px}.mt-sm-64{margin-top:64px}.mt-sm-72{margin-top:72px}.mt-sm-80{margin-top:80px}.mb-sm-0{margin-bottom:0!important}.mb-sm-8{margin-bottom:8px}.mb-sm-16{margin-bottom:16px}.mb-sm-24{margin-bottom:24px}.mb-sm-32{margin-bottom:32px}.mb-sm-40{margin-bottom:40px}.mb-sm-48{margin-bottom:48px}.mb-sm-56{margin-bottom:56px}.mb-sm-64{margin-bottom:64px}.mb-sm-72{margin-bottom:72px}.mb-sm-80{margin-bottom:80px}.pt-sm-0{padding-top:0}.pt-sm-8{padding-top:8px}.pt-sm-16{padding-top:16px}.pt-sm-24{padding-top:24px}.pt-sm-32{padding-top:32px}.pt-sm-40{padding-top:40px}.pt-sm-48{padding-top:48px}.pt-sm-56{padding-top:56px}.pt-sm-64{padding-top:64px}.pt-sm-72{padding-top:72px}.pt-sm-80{padding-top:80px}.pb-sm-0{padding-bottom:0}.pb-sm-8{padding-bottom:8px}.pb-sm-16{padding-bottom:16px}.pb-sm-24{padding-bottom:24px}.pb-sm-32{padding-bottom:32px}.pb-sm-40{padding-bottom:40px}.pb-sm-48{padding-bottom:48px}.pb-sm-56{padding-bottom:56px}.pb-sm-64{padding-bottom:64px}.pb-sm-72{padding-bottom:72px}.pb-sm-80{padding-bottom:80px}}.widget li{list-style:none}.widget-title{margin-bottom:18px;font-size:15px;position:relative}.sidebar .widget{margin-bottom:48px}.sidebar .widget .widget-title{text-transform:uppercase;color:var(--deo-text-color)}.sidebar .widget .children,.sidebar .widget .sub-menu{padding-left:15px;padding-top:10px}.sidebar .widget .children li:first-child,.sidebar .widget .sub-menu li:first-child{border-top:1px solid var(--deo-border-color);padding-top:10px}.widget_archive a,.widget_categories a,.widget_meta a,.widget_nav_menu a,.widget_pages a,.widget_recent_comments a,.widget_recent_entries a{color:var(--deo-text-color)}.widget_archive a:hover,.widget_categories a:hover,.widget_meta a:hover,.widget_nav_menu a:hover,.widget_pages a:hover,.widget_recent_comments a:hover,.widget_recent_entries a:hover{color:var(--deo-primary-color)}.widget_rss li{padding:16px 0;border-bottom:1px solid var(--deo-border-color)}.widget_rss li:first-child{padding-top:0}.widget_rss .rsswidget{color:var(--deo-heading-color)}.widget_rss .rsswidget:hover{color:var(--deo-primary-color)}.widget_rss .rss-date{display:block;color:var(--deo-meta-color);font-size:.875rem;margin:6px 0 12px}.widget_archive select,.widget_categories select,.widget_text select{margin-bottom:0}.widget_recent_comments .recentcomments a{color:var(--deo-heading-color)}.widget_recent_comments .recentcomments a:hover{color:var(--deo-primary-color)}#wp-calendar{width:100%}#wp-calendar>tbody>tr>td,#wp-calendar>tbody>tr>th,#wp-calendar>tfoot>tr>td,#wp-calendar>tfoot>tr>th,#wp-calendar>thead>tr>td,#wp-calendar>thead>tr>th{border:0}#wp-calendar caption{caption-side:top;text-align:right;color:var(--deo-text-color);font-size:12px;padding:0;margin-bottom:15px;padding-right:10px}#wp-calendar thead{font-size:10px}#wp-calendar thead th{padding:8px;text-align:center}#wp-calendar thead th:first-child{padding-left:0}#wp-calendar thead th:last-child{padding-right:0}#wp-calendar tbody{color:#aaa}#wp-calendar tbody td{text-align:center;padding:8px}#wp-calendar tbody td:first-child{padding-left:0}#wp-calendar tbody td:last-child{padding-right:0}#wp-calendar tbody td:hover{background:#fff}#wp-calendar tbody .pad{background:0 0}#wp-calendar tfoot #next{font-size:10px;text-transform:uppercase;text-align:right;padding-right:4px}#wp-calendar tfoot #prev{font-size:10px;text-transform:uppercase;padding-top:10px;padding-left:4px}.widget_search .search-input{margin-bottom:0}.search-button,.widget-search-button,.woocommerce-product-search button[type=submit]{position:absolute;top:0;right:0;width:46px;height:46px;line-height:46px;padding:0!important;background-color:transparent;color:var(--deo-text-color);border:0;font-size:1.25rem;vertical-align:middle;border-radius:0}.search-form{position:relative}.widget-address,.widget_archive li,.widget_categories li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_product_categories li,.widget_recent_entries li{line-height:2}.sidebar .widget_archive li,.sidebar .widget_categories li,.sidebar .widget_meta li,.sidebar .widget_nav_menu li,.sidebar .widget_pages li,.sidebar .widget_recent_entries li{padding:10px 0;border-bottom:1px solid var(--deo-border-color)}.sidebar .widget_archive li:first-child,.sidebar .widget_categories li:first-child,.sidebar .widget_meta li:first-child,.sidebar .widget_nav_menu li:first-child,.sidebar .widget_pages li:first-child,.sidebar .widget_recent_entries li:first-child{padding-top:0}.sidebar .widget_archive li:last-child,.sidebar .widget_categories li:last-child,.sidebar .widget_meta li:last-child,.sidebar .widget_nav_menu li:last-child,.sidebar .widget_pages li:last-child,.sidebar .widget_recent_entries li:last-child{padding-bottom:0;border-bottom:0}.recentcomments{padding:10px 0;border-bottom:1px solid var(--deo-border-color)}.recentcomments:first-child{padding-top:0}.recentcomments:last-child{padding-bottom:0;border-bottom:0}.sidebar .widget_mc4wp_form_widget{background-color:#f7f7f7;padding:32px;border-radius:10px}.sidebar .widget_mc4wp_form_widget .widget-title{border-bottom:0;padding-bottom:0}.sidebar .widget_mc4wp_form_widget .mc4wp-form-fields input[type=email],.sidebar .widget_mc4wp_form_widget .mc4wp-form-fields input[type=text]{border:0;background-color:#fff}.sidebar .widget_mc4wp_form_widget .deo-newsletter-gdpr-checkbox__label{line-height:1.2}.mc4wp-form-fields{position:relative}.mc4wp-form-fields input[type=email],.mc4wp-form-fields input[type=text]{margin-bottom:8px}.mc4wp-form-fields input[type=submit]{margin-bottom:0;width:auto}.mc4wp-form-fields input[type=submit]:focus{background-color:var(--deo-primary-color)}.newsletter-wide{text-align:center;padding:72px 0;background-size:cover;background-position:center center;background-repeat:no-repeat}.newsletter-wide__container{max-width:460px;margin:auto;position:relative;z-index:1}.newsletter-wide__title{margin-bottom:16px;font-size:1.75rem;color:#fff}.newsletter-wide__text{color:#fff;font-size:1.125rem;margin-bottom:28px}.newsletter-wide .newsletter__btn,.newsletter-wide input[type=email],.newsletter-wide input[type=text]{height:56px}.newsletter-wide .mc4wp-form-fields i{line-height:56px}.newsletter-wide .deo-newsletter-gdpr-checkbox{margin-top:20px}.newsletter-wide .deo-newsletter-gdpr-checkbox__text,.newsletter-wide .deo-newsletter-gdpr-checkbox__text a{color:#fff}.newsletter-wide .deo-newsletter-gdpr-checkbox__text a{text-decoration:underline}@media only screen and (max-width:991px){.newsletter-wide{flex-direction:column}.newsletter-wide .newsletter__btn{position:relative;top:auto;right:auto}.newsletter-wide__text{width:100%;text-align:center;margin-bottom:10px}}@media only screen and (max-width:767px){.newsletter-wide .mc4wp-form-fields{display:block}.newsletter-wide__form{width:70%}.newsletter-wide .form-group{margin-right:0}.newsletter-wide input[type=email],.newsletter-wide input[type=text]{width:100%}}@media only screen and (max-width:575px){.newsletter-wide{text-align:left}.newsletter-wide__form{width:100%}.newsletter-wide__text{text-align:left}}.widget-popular-posts__list>li{padding:15px 0;border-bottom:1px solid var(--deo-border-color)}.widget-popular-posts__list>li:first-child{padding-top:0}.widget-popular-posts__list>li:last-child{padding-bottom:0;border-bottom:0}.widget-popular-posts__img-holder{width:88px;float:left;margin-right:20px}@media only screen and (max-width:575px){.widget-popular-posts__img-holder{width:60px}}.widget-popular-posts__entry{overflow:hidden}.widget-popular-posts__entry-title{font-size:1rem;line-height:1.4;margin-bottom:1px}.widget-popular-posts__entry-meta-date{color:var(--deo-meta-color);display:inline-block;font-size:.75rem;white-space:nowrap}.entry__tags a{line-height:1;color:var(--deo-text-color);display:inline-block;font-size:18px}.entry__tags a:hover{color:var(--deo-primary-color)}.tagcloud{overflow:hidden}.widget_product_tag_cloud a,.widget_tag_cloud a{float:left;padding:4px 8px;margin:0 4px 4px 0;border-radius:5px;line-height:1.2;border:1px solid var(--deo-border-color);transition:all .1s ease-in-out}.widget_product_tag_cloud a:hover,.widget_tag_cloud a:hover{background-color:var(--deo-primary-color);border-color:transparent;color:#fff!important}.clear{clear:both}.oh{overflow:hidden}.relative{position:relative}.bg-color{background-color:var(--deo-tertiary-color)}.block{display:block}.box-shadow{box-shadow:0 1px 6px rgba(61,65,84,.15)}.box-shadow-large{box-shadow:0 20px 40px rgba(61,65,84,.15)}.hover-up{top:0;position:relative;transition:all .2s ease-in-out}.hover-up:hover{box-shadow:0 20px 40px rgba(61,65,84,.15);top:-2px}.hover-line:before{content:"";display:block;height:5px;width:0;position:absolute;left:0;top:0;background-color:var(--deo-tertiary-color);transition:all .2s ease-in-out}.hover-line:hover:before{width:100%}.bg-gradient:before{content:"";top:0;display:block;position:absolute;width:100%;height:100%;opacity:.7;background:#b939e5;background:linear-gradient(to top,#b939e5 0,#4c86e7 100%)}.bg-color-overlay:before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(var(--deo-tertiary-color),.87)}.bg-color-overlay--1:before{background-color:rgba(51,59,105,.48)}.bg-color-overlay--2:before{background-color:rgba(51,59,105,.75)}.bottom-gradient::before{content:"";display:block;position:absolute;width:100%;height:50%;bottom:0;pointer-events:none;background:rgba(12,16,43,.75);background:linear-gradient(to top,rgba(12,16,43,.75) 0,transparent 100%)}.bg-color-overlay .section-title,.bg-color-overlay .subtitle{color:#ffff}.top-divider{border-top:1px solid var(--deo-border-color)}.bottom-divider{border-bottom:1px solid var(--deo-border-color)}.justify-content-center{justify-content:center}.align-items-center{align-items:center}:root .has-bittersweet-background-color{background-color:#fa6262}:root .has-blue-background-color{background-color:#2d7bfd}:root .has-violet-background-color{background-color:#ad3df3}:root .has-turquoise-background-color{background-color:#30dca5}:root .has-light-blue-background-color{background-color:#f3f2f5}:root .has-dark-background-color{background-color:#232329}:root .has-bittersweet-color{color:#fa6262}:root .has-blue-color{color:#2d7bfd}:root .has-violet-color{color:#ad3df3}:root .has-turquoise-color{color:#30dca5}:root .has-light-blue-color{color:#f3f2f5}:root .has-dark-color{color:#232329}.wp-block-button .wp-block-button__link{padding:14px 32px;font-size:.9375rem;border-radius:5px;font-weight:700;line-height:1.5!important}.wp-block-button__link:not(.has-background),.wp-block-button__link:not(.has-background):active,.wp-block-button__link:not(.has-background):focus,.wp-block-button__link:not(.has-background):hover,.wp-block-button__link:not(.has-background):visited{background-color:var(--deo-primary-color)}@media only screen and (min-width:992px){.fullwidth .entry__article .alignwide{margin-left:-120px;margin-right:-120px;width:auto}.fullwidth .entry__article .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;position:relative;z-index:1}.fullwidth .entry__article .alignfull img{width:100vw}}@media only screen and (max-width:575px){.wp-block-image .alignleft{float:none;margin-right:0}.wp-block-image .alignright{float:none;margin-left:0}}.wp-block-cover{margin:0 0 1.5em;font-size:1rem;line-height:1.3}.wp-block-cover.alignleft{margin:.5em 2em 1.5em 0}.wp-block-cover.alignright{margin:.5em 0 1.5em 2em}.wp-block-table{width:100%;margin-bottom:2rem}ol.wp-block-latest-comments{padding-left:0}.wp-block-gallery ul,ul.wp-block-gallery{list-style:none;padding-left:0}.wp-block-audio figcaption,.wp-block-embed figcaption,.wp-block-image figcaption{color:var(--deo-meta-color)}.wp-block-image figcaption{margin-top:1em}hr{margin-top:20px;margin-bottom:20px;border:0;opacity:1;border-top:1px solid var(--deo-border-color)}.wp-block-separator{border-top:0;border-color:var(--deo-border-color)}.wp-block-separator.is-style-default,.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px;margin-left:auto;margin-right:auto}.wp-block-separator.is-style-dots:before{font-weight:700}blockquote{margin:0;line-height:1.6}blockquote p{margin-bottom:5px}blockquote cite{color:var(--deo-meta-color);font-size:.9375rem;margin-top:1em;display:inline-block}.wp-block-quote{padding:40px;background-color:var(--deo-background-color--light);margin-bottom:40px;margin-top:40px}.wp-block-quote p{color:var(--deo-heading-color);font-family:var(--deo-heading-font)}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:40px;margin-top:40px;margin-bottom:40px}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-style:normal;position:relative}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:.9375rem}.wp-block-pullquote{padding:0;text-align:left;line-height:1.5;padding:3em 0;border-top:4px solid var(--deo-border-color);border-bottom:4px solid var(--deo-border-color);color:var(--deo-heading-color)}.wp-block-pullquote p{margin-bottom:5px}.wp-block-pullquote cite{opacity:.7;font-size:.9375rem}@media only screen and (min-width:576px){.wp-block-pullquote.alignleft{margin-right:2em}.wp-block-pullquote.alignright{margin-left:2em}}@media only screen and (max-width:575px){.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:100%;float:none;margin-left:0;margin-right:0}}.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,.wp-block-pullquote.is-style-solid-color.alignright blockquote p{font-size:20px}ul.wp-block-social-links{padding:0}ul.wp-block-social-links .wp-social-link a:focus{color:currentColor;fill:currentColor}.wp-block-latest-posts.wp-block-latest-posts__list{padding:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:24px}.wp-block-latest-posts__featured-image{margin-bottom:10px}.wp-block-latest-posts a{display:inline-block;line-height:1.3}
/*# sourceMappingURL=style.min.css.map *//**
 * Do not touch this file! This file created by the Popup Maker plugin using PHP
 * Last modified time: Jul 18 2025, 07:16:31
 */


/* Popup Google Fonts */
@import url("//fonts.googleapis.com/css?family=Montserrat:100");



@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.flatpickr-calendar.open,.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}

/* Popup Theme 6310: Default Theme */
.pum-theme-6310, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-6310 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-6310 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-6310 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-6310 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } 

/* Popup Theme 6311: Light Box */
.pum-theme-6311, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-6311 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-6311 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-6311 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-6311 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 

/* Popup Theme 6312: Enterprise Blue */
.pum-theme-6312, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-6312 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-6312 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-6312 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-6312 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } 

/* Popup Theme 6313: Hello Box */
.pum-theme-6313, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-6313 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-6313 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-6313 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-6313 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } 

/* Popup Theme 6314: Cutting Edge */
.pum-theme-6314, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-6314 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-6314 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-6314 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-6314 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } 

/* Popup Theme 6315: Framed Border */
.pum-theme-6315, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-6315 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-6315 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-6315 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-6315 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } 

/* Popup Theme 6316: Floating Bar - Soft Blue */
.pum-theme-6316, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-6316 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-6316 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-6316 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-6316 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } 

/* Popup Theme 6317: Content Only - For use with page builders or block editor */
.pum-theme-6317, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-6317 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-6317 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-6317 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-6317 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 



#pum-6319 {z-index: 1999999999}
#pum-6318 {z-index: 1999999999}


/*! elementor-icons - v5.43.0 - 30-05-2025 */
@font-face{font-family:eicons;src:url(//www.dipolediamond.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0);src:url(//www.dipolediamond.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.43.0#iefix) format("embedded-opentype"),url(//www.dipolediamond.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.43.0) format("woff2"),url(//www.dipolediamond.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.43.0) format("woff"),url(//www.dipolediamond.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.43.0) format("truetype"),url(//www.dipolediamond.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.43.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}/*! elementor - v3.30.0 - 09-07-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}