*{
-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
display: table;
  content: " ";
  width: 100%;
}

.container{
padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px){
.container{
width: 710px;
}
}

@media (min-width: 992px){
.container{
width: 965px;
}
}

@media (min-width: 1200px){
.container{
width: 1200px;
}
}

.container-fluid{
padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row{
margin-right: -15px;
  margin-left: -15px;
}

.row.m-0{
margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px){
.col-lg-1, .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-10, .col-lg-11, .col-lg-12{
float: left;
}

.col-lg-12{
width: 100%;
}
}

@media (min-width: 800px) and (max-width: 1199px){
.col-md-1, .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-10, .col-md-11, .col-md-12{
float: left;
}

.col-md-12{
width: 100%;
}
}

.kc-elm.small-section, .crumina-module.small-section{
max-width: 750px;
  margin: 0 auto;
  float: none;
}

.kc-elm.small-section-f-left, .crumina-module.small-section-f-left{
max-width: 750px;
  float: left;
}

.kc-elm.medium-section, .crumina-module.medium-section{
max-width: 900px;
  margin: 0 auto;
  float: none;
}

.plyr input[type=range]:focus, .plyr:focus{
outline: 0;
}





.plyr a, .plyr button, .plyr input, .plyr label{
-ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr input[type=range]{
display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track{
height: 8px;
  background: 0 0;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  -o-transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track{
height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb{
position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  -o-transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track{
height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper{
height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower{
height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}

.plyr input[type=range]::-ms-thumb{
position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
  -o-transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease;
  transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip{
display: none;
}

.plyr input[type=range]::-moz-focus-outer{
border: 0;
}

.plyr input[type=range].tab-focus:focus{
outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb{
background: #3498db;
  border-color: #fff;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb{
background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb{
background: #3498db;
  border-color: #fff;
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus{
outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr--audio input[type=range].tab-focus:focus{
outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button{
margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child{
margin-left: 0;
}

.plyr__controls button{
position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
  -o-transition: background .3s ease,color .3s ease,opacity .3s ease;
  transition: background .3s ease,color .3s ease,opacity .3s ease;
  color: inherit;
}

.plyr__controls button svg{
width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus{
outline: 0;
}

@media (min-width: 480px){
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button{
margin-left: 10px;
}
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover{
background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large{
background: #3498db;
  color: #fff;
}

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible{
opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip{
z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip{
left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before{
left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip{
right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before{
left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip{
-webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress input[type=range]{
position: relative;
  z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track{
background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track{
background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper{
background: 0 0;
}

.plyr .plyr__volume input[type=range]{
position: relative;
  z-index: 2;
}

.hide-controls .plyr__play-large{
display: none;
}

@font-face{

  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; 
}

:root{
--swiper-theme-color:#007aff;
}

:root{
--swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev{
position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after{
font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{
--swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black{
--swiper-navigation-color:#000000;
}

.swiper-button-lock{
display: none;
}

button.swiper-pagination-bullet{
border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}





body .mfp-bg{
top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

body .mfp-wrap{
top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

body .mfp-container{
text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .mfp-content{
position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

button.mfp-close,
button.mfp-arrow{
overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner{
padding: 0;
  border: 0;
}

:root{
--primary-accent-color: #4cc2c0;
    --secondary-accent-color: #f15b26;
    --header-font-color: #595959;
    --ss-headings-color: #2f2c2c;
    --ss-body-font-color: #595959;
    --ss-borders-color: #edf2f7;
    --global-link-color: #2f2c2c;
    --ss-light-gray-color: #edf2f7;
    --dark-themes: #65727f;
    --white-color: #fff;
    --ss-body-font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
    --ss-headings-font: "Nunito", Arial, "Helvetica Neue", Helvetica, serif;
}

html{
line-height:1.15;-webkit-text-size-adjust:100%
}

body{
margin:0
}

main{
display:block
}

h1{
font-size:2em;margin:.67em 0
}

a{
background-color:transparent
}

img{
border-style:none
}

button,input,optgroup,select,textarea{
font-family:inherit;font-size:100%;line-height:1.15;margin:0
}

button,input{
overflow:visible
}

button,select{
text-transform:none
}

[type=button],[type=reset],[type=submit],button{
-webkit-appearance:button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
border-style:none;padding:0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
outline:1px dotted ButtonText
}

textarea{
overflow:auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
height:auto
}

::-webkit-file-upload-button{
-webkit-appearance:button;font:inherit
}

html{
scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce){
html{
scroll-behavior: auto;
}
}

body{
color: var(--ss-body-font-color);
    font-family: var(--ss-body-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 800px){
body{
font-size: 14px;
}
}

a:hover{
color: var(--primary-accent-color);
}

img{
max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

a{
text-decoration: none;
    color: var(--global-link-color);
    transition: all 0.15s linear;
}

p{
margin: 0 0 .75em;
    font-size: 18px;
}

@media (max-width: 800px){
p{
font-size: 14px;
}
}

select{
width: 100%;
    border: 1px solid var(--ss-borders-color);
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

textarea{
height: auto;
    min-height: 50px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
color: #595959;
}

textarea:-moz-placeholder,
input:-moz-placeholder{
color: #595959;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
color: #595959;
}

input{
box-shadow: none;
}

input:invalid{
box-shadow: none;
}

input:-moz-submit-invalid{
box-shadow: none;
}

input:-moz-ui-invalid{
box-shadow: none;
}

input.wpcf7-form-control{
width: 100%;
}

.screen-reader-text{
clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    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;
    /* Above WP toolbar. */
}

h1, .h1{
font-size: 48px;
    font-weight: 400;
    color: var(--ss-headings-color);
    font-family: var(--ss-headings-font);
    margin: .5em 0;
    line-height: 1.1em;
}

h1 a, .h1 a{
color: inherit;
}

@media (max-width: 800px){
h1, .h1{
font-size: 40px;
}
}

@media (max-width: 640px){
h1, .h1{
font-size: 36px;
}
}

@media (max-width: 480px){
h1, .h1{
font-size: 30px;
}
}

@media (max-width: 360px){
h1, .h1{
font-size: 24px;
}
}

h2, .h2{
margin: .5em 0;
    font-size: 28px;
    line-height: 1.15em;
    font-weight: 400;
    color: var(--ss-headings-color);
    font-family: var(--ss-headings-font);
}

h2 a, .h2 a{
color: inherit;
}

@media (max-width: 800px){
h2, .h2{
font-size: 36px;
}
}

@media (max-width: 570px){
h2, .h2{
font-size: 32px;
}
}

@media (max-width: 480px){
h2, .h2{
font-size: 26px;
}
}

h3, .h3{
margin: .5em 0;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 400;
    color: var(--ss-headings-color);
    font-family: var(--ss-headings-font);
}

h3 a, .h3 a{
color: inherit;
}

@media (max-width: 800px){
h3, .h3{
font-size: 30px;
}
}

@media (max-width: 570px){
h3, .h3{
font-size: 26px;
}
}

@media (max-width: 480px){
h3, .h3{
font-size: 22px;
}
}

h4, .h4{
margin: .5em 0;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 400;
    color: var(--ss-headings-color);
    font-family: var(--ss-headings-font);
}

h4 a, .h4 a{
color: inherit;
}

@media (max-width: 800px){
h4, .h4{
font-size: 28px;
}
}

@media (max-width: 570px){
h4, .h4{
font-size: 24px;
}
}

@media (max-width: 480px){
h4, .h4{
font-size: 20px;
}
}

h5, .h5{
margin: .5em 0;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--ss-headings-color);
    font-family: var(--ss-headings-font);
}

h5 a, .h5 a{
color: inherit;
}

@media (max-width: 980px){
h5, .h5{
font-size: 18px;
}
}

@media (max-width: 480px){
h5, .h5{
font-size: 16px;
}
}

h6, .h6{
margin: .5em 0;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    color: var(--ss-headings-color);
    font-family: var(--ss-headings-font);
}

h6 a, .h6 a{
color: inherit;
}

@media (max-width: 800px){
h6, .h6{
font-size: 14px;
}
}

ul{
padding: 0;
    margin: 0;
}

ol{
padding-left: 20px;
}

ol li{
font-size: 18px;
    position: relative;
    margin-bottom: 1em;
}

ol li ol{
margin-top: 1em;
}

ol li a{
display: inline-block;
}

blockquote p{
margin: 0;
}

p{
margin: 0 0 1em 0;
}

blockquote p{
margin: 0;
    font-size: 20px;
    line-height: 1.3em;
}

@media (max-width: 640px){
blockquote p{
font-size: 16px;
}
}

.kc_text_block ul,
.entry-content-no-builder ul{
padding-left: 20px;
    margin-bottom: 1em;
}

.kc_text_block ul li,
.entry-content-no-builder ul li{
list-style: disc;
    margin-bottom: 5px;
}

.clear:after, .clear:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.comment-author:after,
.comment-author:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.comment-meta:after,
.comment-meta:before,
.entry-content-no-builder:after,
.entry-content-no-builder:before{
content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after,
.entry-content-no-builder:after{
clear: both;
}

.entry-content-no-builder .page-links{
display: block;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    clear: both;
}

.entry-content-no-builder ul.woocommerce-error{
padding-left: 50px;
}

@media (max-width: 640px){
ol li{
font-size: 14px;
}
}

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

.hide{
max-height: 0;
}

.ovh{
overflow: hidden;
}

.text-t-none{
text-transform: none;
}

.inline-block, .kc-elm.inline-block{
display: inline-block;
    width: auto;
    float: none;
}

div:hover > .btn-reverse-bg-color-primary{
background-color: var(--primary-accent-color);
}

div:hover > .btn-reverse-bg-color-secondary{
background-color: var(--secondary-accent-color);
}

.bg-grey-input{
background-color: #373434;
}

.list ul{
list-style: none;
    padding: 0;
    margin: 0;
}

.list li{
margin-bottom: .8em;
    font-size: 18px;
    overflow: hidden;
    clear: both;
    transition: all .3s ease;
}

@media (max-width: 640px){
.list li{
font-size: 14px;
}
}

.list li a, .list li li{
color: inherit;
    display: block;
    overflow: hidden;
}

.list li i,
.list li .list-icn{
margin-right: 25px;
    margin-top: 8px;
    width: 12px;
    font-size: 12px;
    float: left;
}

.list li .list-icn{
margin-top: 0;
}

.list.with-padding{
padding-left: 60px;
}

.list--standard a:hover, .list--standard li:hover{
color: #2f2c2c;
}

.list--standard .number{
color: #2f2c2c;
    margin-right: 24px;
    float: left;
}

.list--primary a:hover,
.list--primary i{
color: var(--primary-accent-color);
}

.list--secondary a:hover,
.list--secondary i{
color: var(--secondary-accent-color);
}

.list{
list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1200px){
.header > .container{
width: 100%;
}
}

.header.header-color-inherit .logo .logo-text .logo-sub-title,
.header.header-color-inherit .nav-add li a,
.header.header-color-inherit .logo .logo-text .logo-title,
.header.header-color-inherit .nav-add li.cart i,
.header.header-color-inherit .nav-add li.search i,
.header.header-color-inherit #menu-icon-trigger,
.header.header-color-inherit .mob-menu--title,
.header.header-color-inherit .navigation-menu > li.current-menu-item a{
color: inherit;
}

.logo .logo-text{
line-height: 1;
}

.logo .logo-text .logo-title{
font-size: 27px;
    color: inherit;
}

@media (max-width: 1200px){
.logo .logo-text .logo-title{
font-size: 20px;
}
}

.logo .logo-text .logo-sub-title{
font-size: 10px;
}

.footer{
background-color: #181e23;
    color: #dadfe2;
    position: relative;
}

.footer .wp-block-calendar table caption, .footer .wp-block-calendar table tbody{
color: #dadfe2;
}

.footer input, .footer textarea,  .footer select,.footer .nice-select,.footer .nice-select .list, .footer .wp-caption{
background-color: var(--dark-themes) !important;
    color: #fff !important;
}

.footer input::placeholder, .footer textareat::placeholder{
color: #fff;
}

.footer .nice-select .option:hover, .footer .nice-select .option.focus, .footer .nice-select .option.selected.focus{
color: var(--dark-themes);
}

@media (max-width: 480px){
.footer{
text-align: center;
}
}

.footer .info{
padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2d3841;
    overflow: hidden;
}

@media (max-width: 1024px){
.footer .info{
padding-bottom: 0;
}
}

@media (max-width: 799px){
.footer .info{
display: flex;
        flex-direction: column;
}
}

.footer .info .crumina-heading .heading-title{
color: #fff;
    margin: 0;
}

.footer .info .socials{
margin: 20px 0 0 0;
}

@media (max-width: 1024px){
.footer .info .socials{
margin-bottom: 30px;
}
}

@media (max-width: 320px){
.footer .info .socials .social__item{
margin-right: 15px;
}
}

.footer .contacts{
padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 570px){
.footer .contacts{
display: block;
}
}

.footer .contacts .title{
font-size: 20px;
    transition: all .3s ease;
}

@media (max-width: 1024px){
.footer .contacts .title{
font-size: 16px;
}
}

.footer .contacts .sub-title{
margin-bottom: 0;
}

.footer .contacts .content a{
color: inherit;
}

.footer .contacts .content .title:hover{
color: var(--primary-accent-color);
}

.footer a{
color: #dbd3d3;
    transition: all .3s ease;
}

.footer a:hover{
color: var(--primary-accent-color);
}

.footer .sub-footer{
padding: 20px 15px;
    background-color: #12171b;
    text-align: center;
    position: relative;
    font-size: 14px;
}

.footer .sub-footer a{
color: var(--white-color);
    opacity: .5;
}

.footer .sub-footer a:hover{
color: var(--primary-accent-color);
    opacity: 1;
}

.footer .sub-footer.medium{
padding: 25px 0;
}

.footer .sub-footer.small{
padding: 15px 0;
}

@media (max-width: 768px){
.footer .sub-footer{
padding: 25px 0;
}
}

.footer .sub-footer span{
font-size: 14px;
    color: #959192;
}

.footer.js-fixed-footer{
width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

@media (max-width: 1280px){
.footer.js-fixed-footer{
position: relative;
}
}

.footer .w-post-category .category-post-item:hover .post-count{
color: rgba(255, 255, 255, 0.35);
}

.footer .widget_rss .heading .rsswidget, .footer .widget_rss .crumina-heading .rsswidget{
color: #fff;
}

.content-wrapper{
position: relative;
    overflow: hidden;
    z-index: 2;
}

.wp-block-button{
clear: both;
    margin-bottom: 20px;
}

.hentry .entry-content ul li{
font-size: 18px;
}

.post-standard .wp-block-search input{
margin-bottom: 0;
    background-color: #fff;
}

.elementor-inner-section:not(:last-child){
margin-bottom: 30px;
}

.elementor-widget:not(:last-child){
margin-bottom: 30px;
}

.crumina-module.single-image img.aligncenter{
margin: 0 auto;
}

.content-page-404 .text{
font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.3;
}

@media (max-width: 800px){
.content-page-404 .text{
font-size: 22px;
        margin-bottom: 20px;
}
}

.content-page-404 .btn{
text-transform: uppercase;
}

.leave-reply .crumina.heading, .leave-reply .crumina.crumina-heading{
margin-bottom: 60px;
}

.leave-reply input, .leave-reply textarea{
background-color: #fff;
}

.leave-reply .form-submit{
display: none;
}

.leave-reply textarea{
margin-bottom: 40px;
}

.leave-reply .submit-block .btn{
width: 100%;
    text-align: center;
}

@media (max-width: 768px){
.leave-reply .submit-block .btn{
margin-bottom: 0;
}
}

@media (max-width: 480px){
.leave-reply .submit-block .btn{
margin-bottom: 30px;
}
}

textarea{
width: 100%;
    min-height: 140px;
}

.contact-form{
position: relative;
    margin-top: 30px;
}

.contact-form label sup{
margin-left: 3px;
    color: var(--secondary-accent-color);
}

.contact-form abbr{
text-decoration: none;
}

.contact-form .checked{
position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: -15px;
}

.contact-form .checked-icon{
position: relative;
    display: block;
}

.contact-form .checked-icon:after{
content: "\e908";
    font-family: 'seosight';
    position: absolute;
    right: 20px;
    bottom: 50px;
    color: var(--primary-accent-color);
}

.contact-form .focus-white:focus{
background-color: #fff;
}

.contact-form textarea{
min-height: 200px;
    width: 100%;
}

.contact-form input{
width: 100%;
}

.input-title{
color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.input-title .optional{
color: #797676;
    font-size: 14px;
    margin-left: 10px;
}

.submit-block .btn{
width: 100%;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px){
.submit-block .btn{
margin-bottom: 30px;
}
}

.remember-wrap .checkbox input[type=checkbox]{
display: none;
}

.remember-wrap .checkbox label{
padding-left: 30px;
    color: #2f2c2c;
}

.remember-wrap .checkbox label:before{
content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3px;
    border: none;
}

.remember-wrap .checkbox input[type=checkbox]:checked + label:before{
content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

.remember-wrap .checkbox.gray label:before{
background-color: #dce1e1;
}

.remember-wrap .checkbox.gray input[type=checkbox]:checked + label:before{
color: var(--primary-accent-color);
}

.remember-wrap .choose-select{
position: relative;
    display: block;
}

.remember-wrap .choose-select:after{
content: '\e908';
    display: block;
    width: 60px;
    height: 64px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    border-radius: 0 50px 50px 0;
    font-family: seosight;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}

.remember-wrap .choose-select .checked{
color: #cfcfcf;
    right: 15px;
    margin-top: 0;
}

.choose-select{
position: relative;
    display: block;
}

.choose-select:after{
content: '\e908';
    display: block;
    width: 60px;
    height: 64px;
    background-color: #f1f3f3;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2px solid #e3e9e9;
    border-radius: 0 50px 50px 0;
    font-family: seosight;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
}

.choose-select .checked{
color: #cfcfcf;
    right: 15px;
    margin-top: 0;
}

.inline-form .row .form-builder-item{
padding: 0;
}

.inline-form .row .form-builder-item:first-child{
padding-left: 15px;
}

@media (max-width: 799px){
.inline-form .row .form-builder-item:first-child{
padding: 0 15px;
}
}

.inline-form .row .form-builder-item:last-child{
padding-right: 15px;
}

@media (max-width: 799px){
.inline-form .row .form-builder-item:last-child{
padding: 0 15px;
}
}

.inline-form .row .form-builder-item input{
width: 100%;
    float: left;
    border-radius: 0;
}

.inline-form .row .form-builder-item:first-child input{
border-radius: 50px 0 0 50px;
}

@media (max-width: 799px){
.inline-form .row .form-builder-item:first-child input{
border-radius: 50px;
}
}

.inline-form .row .form-builder-item:last-child input{
border-radius: 0 50px 50px 0;
    margin-left: 2px;
}

@media (max-width: 799px){
.inline-form .row .form-builder-item:last-child input{
border-radius: 50px;
        margin-left: 0;
}
}

.inline-form .submit-wrap{
text-align: center;
}

.form-builder-item .remember-wrap .checkbox label{
color: inherit;
}

.submit-wrap button{
padding: 20px 40px;
    border:none;
}

button{
background-color: var(--primary-accent-color);
    color: inherit;
}

input, textarea{
padding: 19px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    color: #595959;
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: var(--ss-light-gray-color);
    width: 100%;
}

input:focus, textarea:focus{
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

input.focus-white:focus, textarea.focus-white:focus{
background-color: #fff;
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

input.input-dark, textarea.input-dark{
background-color: #373434;
    color: #a5a5a5;
    border-radius: 50px;
}

input.input-white, textarea.input-white{
background-color: #fff;
}

input.input-standard-grey:focus, textarea.input-standard-grey:focus{
color: var(--primary-accent-color);
}

.focus-white .form-builder-item input:focus,
.focus-white .form-builder-item textarea:focus{
background-color: #fff;
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

.input-dark.form-builder-item label{
color: #fff;
}

.input-dark.form-builder-item input,
.input-dark.form-builder-item textarea,
.input-dark.form-builder-item select{
background-color: #373434;
    color: #a5a5a5;
    border-radius: 50px;
}

.input-dark.form-builder-item input:focus,
.input-dark.form-builder-item textarea:focus,
.input-dark.form-builder-item select:focus{
box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

.input-standard-grey.form-builder-item input:focus,
.input-standard-grey.form-builder-item textarea:focus{
box-shadow: 17px 0 60px #d3dcdc;
    background-color: #fff;
}

.input-white.form-builder-item input,
.input-white.form-builder-item textarea{
background-color: #fff;
}

input.inline-first{
border-radius: 50px 0 0 50px;
    width: 100%;
    float: left;
}

@media (max-width: 1024px){
input.inline-first{
border-radius: 50px;
        margin-bottom: 30px;
}
}

input.inline-last{
border-radius: 0 50px 50px 0;
    margin-left: 2px;
    width: 100%;
    float: left;
}

@media (max-width: 1024px){
input.inline-last{
border-radius: 50px;
}
}

.form-builder-item label{
margin: 0 0 10px 20px;
    display: inline-block;
    float: left;
    position: relative;
}

.field-recaptcha label{
display: none;
}

.crumina-module .fw-flash-type-success{
font-size: 48px;
}

.fw-form-loading{
border-radius: 50px;
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

form input:not([type="hidden"]) + p{
margin: -25px 0 25px 15px;
    font-size: 14px;
}

.contact-form [type="checkbox"], .contact-form [type="radio"]{
display: block;
    width: auto;
    clear: both;
    margin: 5px 0 10px 20px;
    float: left;
}

.contact-form [type="checkbox"]:focus, .contact-form [type="radio"]:focus{
box-shadow: none;
}

.contact-form .input-dark.form-builder-item [type="checkbox"]:focus, .contact-form .input-dark.form-builder-item [type="radio"]:focus{
box-shadow: none;
}

.wrap-forms input, .wrap-forms textarea, .wrap-forms select{
margin-bottom: 0;
}

.wrap-forms > .row .form-builder-item{
margin-bottom: 30px;
}

.wrap-forms > .row:last-child .form-builder-item,
.wrap-forms > .row:first-child .form-builder-item{
margin-bottom: 0;
}

.radio label{
cursor: pointer;
    padding-left: 45px;
    position: relative;
    margin-left: 10px;
}

.radio label span{
display: block;
    position: absolute;
    left: 10px;
    top: 0;
    transition-duration: 0.2s;
}

.radio label .circle{
border: 1px solid #bee9e8;
    height: 18px;
    width: 18px;
    border-radius: 100%;
}

.radio label .check{
height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    background-color: var(--primary-accent-color);
}

.radio label .check:after{
display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.87);
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1);
}

.radio input[type=radio]{
opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    display: none;
}

.radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle{
opacity: 1;
}

.radio input[type=radio]:checked ~ .circle{
border-color: var(--primary-accent-color);
}

.radio input[type=radio]:checked ~ .check{
-webkit-transform: scale3d(0.45, 0.45, 1);
    transform: scale3d(0.45, 0.45, 1);
    background-color: var(--primary-accent-color);
}

.radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle{
opacity: 0.26;
}

.radio input[type=radio][disabled] ~ .check{
background-color: #000000;
}

.radio input[type=radio][disabled] ~ .circle{
border-color: #000000;
}

.navigation-pages .next:hover .btn-next{
margin-right: 0;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.navigation-pages .prev:hover .btn-prev{
margin-left: 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

.navigation-pages .btn-next,
.navigation-pages .btn-prev{
position: relative;
    top: auto;
    right: initial;
    left: initial;
    -webkit-transform: none;
    transform: none;
}

.overlay_search .form_search-wrap form{
position: relative;
    transition: all .3s ease;
}

.overlay_search .form_search-wrap form .overlay_search-input{
background-color: transparent;
    padding: 0 0 25px;
    border: none;
    border-bottom: 2px solid #707070;
    color: #707070;
    font-size: 24px;
    transition: all .3s ease;
    width: 100%;
    border-radius: 0;
}

.overlay_search .form_search-wrap form .overlay_search-input:hover{
border-bottom: 2px solid #fff;
    color: #595959;
}

.overlay_search .form_search-wrap form .overlay_search-input:hover + .overlay_search-close span{
background: #595959;
}

.overlay_search .form_search-wrap form .overlay_search-input:focus{
border-bottom: 2px solid var(--primary-accent-color);
    color: #fff;
    box-shadow: none;
}

.overlay_search .form_search-wrap form .overlay_search-input:focus + .overlay_search-close span{
background-color: var(--primary-accent-color);
}

.overlay_search .form_search-wrap form .overlay_search-close{
width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    right: -5px;
    top: 0;
}

.overlay_search .form_search-wrap form .overlay_search-close span{
display: block;
    height: 2px;
    background: #707070;
    border-radius: 10px;
    margin: auto;
    width: 100%;
    transition: all .3s ease;
    top: 50%;
    position: absolute;
}

.overlay_search .form_search-wrap form .overlay_search-close span:first-of-type{
-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.overlay_search .form_search-wrap form .overlay_search-close span:last-of-type{
-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}





@media (max-width: 570px){
.right-menu .login-btn-wrap .btn{
float: none;
}
}

.right-menu .text{
margin-bottom: 0;
}

.pagination-arrow .btn-nav{
display: flex;
    align-items: center;
    color: inherit;
}

.pagination-arrow .btn-nav:hover{
color: var(--primary-accent-color);
}

.pagination-arrow .btn-nav:hover .btn-content-title{
color: inherit;
}

.pagination-arrow .btn-next-wrap{
width: 45%;
    justify-content: flex-end;
}

.pagination-arrow .btn-next-wrap .btn-content{
text-align: right;
    margin-right: 30px;
}

.pagination-arrow .btn-next-wrap:hover .crumina-icon{
fill: currentColor;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.pagination-arrow .btn-prev-wrap{
width: 45%;
}

.pagination-arrow .btn-prev-wrap .btn-content{
margin-left: 30px;
}

.pagination-arrow .btn-prev-wrap:hover .crumina-icon{
fill: currentColor;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

.pagination-arrow .btn-content-subtitle{
font-size: 14px;
    margin-bottom: 0;
}

.pagination-arrow .btn-content-title{
text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease;
}

@media (max-width: 768px){
.pagination-arrow .btn-content-subtitle{
display: none;
}

.pagination-arrow .btn-content-title{
margin-bottom: 0;
}

.pagination-arrow .btn-next-wrap .btn-content{
margin-right: 10px;
}

.pagination-arrow .btn-prev-wrap .btn-content{
margin-left: 10px;
}
}

.project-meta + .crumina-heading{
margin-bottom: 30px;
}

.challenge-solutions .challenge-solutions-thumb .text{
padding-left: 30px;
    font-size: 14px;
    margin-bottom: 0;
}

.challenge-solutions .challenge-solutions-content .crumina-heading:first-child{
margin-bottom: 40px;
}

.popup-search .search-inline input{
width: 100%;
    margin-bottom: 0;
}

@media (max-width: 460px){
.popup-search .search-inline input{
margin-bottom: 0;
}
}

.post-standard .btn{
margin-bottom: 20px;
}

.post-standard .more-link .btn{
margin-bottom: 0;
}

.post-standard .post__content .post__content-info .btn:hover{
background-color: var(--primary-accent-color);
}

.post-standard.quote .post-thumb .text{
font-size: 24px;
    color: #fff;
    line-height: 1.4;
}

.post-standard.quote .post-thumb .text p{
font-size: 24px;
    color: #fff;
    line-height: 1.4;
}

@media (max-width: 570px){
.post-standard.quote .post-thumb .text p{
font-size: 18px;
}
}

@media (max-width: 570px){
.post-standard.quote .post-thumb .text{
font-size: 18px;
}
}

.post-standard.post--grid.quote .post-thumb .text p{
font-size: 20px;
}

.post-standard-details .form-inline input{
background-color: #f7f9f9;
    margin-bottom: 0;
}

.post-standard-details .post__content .list{
margin-bottom: 30px;
}

.post-standard-details .socials button{
background: none;
    border: none;
    cursor: pointer;
    margin-left: 0;
    opacity: .7;
    transition: opacity .2s ease-in;
}

.post-standard-details .socials button:hover{
opacity: 1;
}

.post-standard-details .socials .label{
position: relative;
    top: 2px;
}

.blog-details-author .blog-details-author-content .text{
margin-bottom: 20px;
}

.post-password-form input[type="submit"]{
width: auto;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-accent-color);
}

.post-password-form input[type="submit"]:hover{
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
    color: #fff;
}

.post-password-form label input{
margin-top: 15px;
}

.post-standard .post-password-form label input{
background-color: #fff;
}

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

.search-panel input{
margin: 0 30px;
    background-color: #fff;
    max-width: 100%;
}

@media (max-width: 1024px){
.search-panel input{
margin: 30px 0;
        width: auto;
}
}





.nice-select{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 20px 40px 20px 20px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    background-color: var(--ss-light-gray-color);
}

.nice-select:focus{
background-color: #fff;
    box-shadow: 17px 0 60px #d3dcdc;
}

.nice-select.focus-white:focus{
background-color: #fff;
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

.nice-select:after{
border-bottom: 2px solid #595959;
    border-right: 2px solid #595959;
    content: '';
    display: block;
    height: 10px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 10px;
}

.nice-select.open:after{
-webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list{
opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select .list{
background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--ss-light-gray-color);
    box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-20px);
    transform: scale(0.75) translateY(-20px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover){
background-color: transparent !important;
}

.nice-select .option{
cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 40px;
    padding-right: 60px;
    transition: all 0.2s;
    margin: 0;
    font-size: .85em;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
background-color: var(--ss-light-gray-color);
}

.nice-select .option.selected{
font-weight: bold;
}

.nice-select .option.disabled{
background-color: transparent;
    cursor: default;
}

.nice-select .option.disabled:hover{
color: #595959;
}

.no-csspointerevents .nice-select .list{
display: none;
}

.no-csspointerevents .nice-select.open .list{
display: block;
}

select{
padding: 20px 40px 20px 20px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
    background-color: #f7f9f9;
    color: #7b7b7b;
    cursor: pointer;
}

select:focus{
background-color: #fff;
    box-shadow: 17px 0 60px #d3dcdc;
}

.subscribe form{
margin-bottom: 25px;
}

.form-subscribe{
display: flex;
    flex-flow: row wrap;
}

@media (max-width: 460px){
.form-subscribe{
flex-direction: column;
        height: auto;
}
}

@media (max-width: 460px){
.form-subscribe > *{
flex-direction: column;
        height: auto;
}
}

.form-subscribe input{
background-color: #fff;
    padding: 17px 40px;
    font-size: 16px;
    color: #797676;
    border-color: transparent;
    border-radius: 50px 0 0 50px;
    width: 69%;
    margin-bottom: 0;
    margin-right: 1px;
}

@media (max-width: 460px){
.form-subscribe input{
width: 100%;
        margin-bottom: 20px;
        border-radius: 50px;
}
}

.form-subscribe input:focus{
box-shadow: 17px 0 60px #d3dcdc;
}

.form-subscribe.with-name input{
width: 34%;
    margin-right: 1px;
}

.form-subscribe.with-name .name{
border-radius: 0;
    border-left: 1px solid var(--ss-light-gray-color);
}

@media (max-width: 460px){
.form-subscribe.with-name input{
width: 100%;
}

.form-subscribe.with-name .name{
border-radius: 50px;
        border-left: none;
}
}

.form-subscribe.with-name.name-field-swap input{
width: 35%;
    border-radius: 0;
}

@media (max-width: 460px){
.form-subscribe.with-name.name-field-swap input{
width: 100%;
        border-radius: 50px;
}
}

.form-subscribe.with-name.name-field-swap .name{
border-radius: 50px 0 0 50px;
    border-left: 1px solid var(--ss-light-gray-color);
}

@media (max-width: 460px){
.form-subscribe.with-name.name-field-swap .name{
width: 100%;
        border-radius: 50px;
}
}

.form-subscribe button{
display: inline-block;
    padding: 18px 40px;
    border-radius: 0 50px 50px 0;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    width: 30%;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: var(--secondary-accent-color);
}

@media (max-width: 480px){
.form-subscribe button{
padding: 17px 10px;
}
}

@media (max-width: 460px){
.form-subscribe button{
padding: 20px;
        width: 100%;
        border-radius: 50px;
}
}

.subscribe .emaillist form{
display: flex;
    align-items: flex-end;
}

.subscribe .emaillist .es-field-wrap:first-child input{
border-radius: 50px 0 0 50px;
}

.subscribe .emaillist .es-field-wrap:nth-child(2) input{
border-radius: 0;
}

.subscribe .emaillist input{
margin-bottom: 0;
}

@media (max-width: 640px){
.subscribe .emaillist form{
flex-direction: column;
}

.subscribe .emaillist input{
width: 100%;
}

.subscribe .emaillist .es-field-wrap:first-child input{
border-radius: 50px;
}

.subscribe .emaillist .es-field-wrap:nth-child(2) input{
border-radius: 50px;
}
}

@media (max-width: 992px){
.top-bar > .container{
width: 100%;
}
}

.top-bar .nice-select{
float: left;
    padding: 0 40px 0 0;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--primary-accent-color);
}

@media (max-width: 992px){
.top-bar .nice-select{
float: none;
}
}

.top-bar .nice-select span{
color: var(--primary-accent-color);
}

.top-bar .nice-select .option{
padding: 0 15px;
    font-size: 12px;
}

.top-bar .nice-select .option:hover{
color: var(--primary-accent-color);
}

.top-bar .nice-select:after{
height: 6px;
    width: 6px;
    margin-top: -4px;
}

.top-bar .nice-select:focus{
box-shadow: none;
    background-color: transparent;
}

.top-bar-dark .nice-select .list{
background-color: #151414;
    border: none;
    box-shadow: 0 5px 40px rgba(255, 255, 255, 0.3);
}

.top-bar-dark .nice-select .option.selected.focus{
background-color: transparent;
}

.top-bar-dark .nice-select .option.selected.focus:hover{
background-color: #424444;
}

.top-bar-dark .nice-select .option:hover{
background-color: #424444;
}

@media (max-width: 1200px){
.top-bar > .container{
min-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
}
}

@media (max-width: 992px){
.top-bar > .container{
min-width: unset;
        width: auto;
}

.top-bar .nice-select{
float: none;
        min-width: 190px;
}
}

.widget .heading, .widget .crumina-heading{
margin-bottom: 20px;
}

.widget .heading-decoration{
margin: 0;
}

.widget .heading-title{
margin-bottom: 0;
}

.textwidget .wp-caption{
margin: 0;
}

.widget label{
margin-bottom: 5px;
    display: block;
    font-size: 12px;
}

.widget.widget_email-subscribers-form label input{
margin-top: 15px;
}

.widget.widget_email-subscribers-form input[type="submit"]{
width: auto;
    color: var(--white-color);
    background-color: var(--primary-accent-color);
    cursor: pointer;
    font-weight: 900;
    margin-bottom: 0;
}

.w-search input{
padding: 18px 40px 18px 15px;
    border: 1px solid var(--ss-borders-color);
    border-radius: 15px;
}

form.w-search{
position: relative;
}

form.w-search input{
width: 100%;
}

form.w-search button.icon{
position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    background: transparent;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.w-about .text-wrap + .btn{
margin-top: 20px;
}

.remember-wrap .checkbox input[type=checkbox]{
display: none;
}

.remember-wrap .checkbox label{
padding-left: 30px;
}

.remember-wrap .checkbox input{
margin-bottom: 25px;
}

.remember-wrap .checkbox label:before{
content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 3px;
    border: none;
    background-color: var(--primary-accent-color);
}

.remember-wrap .checkbox input[type=checkbox]:checked + label:before{
content: "\2714";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}

.login-btn-wrap .btn{
float: left;
    margin-right: 20px;
}

.sidebar .login-btn-wrap .btn{
float: none;
    margin-right: 0;
    margin-bottom: 20px;
}

.w-contacts .contacts-title, .w-contacts .heading-title{

    margin-bottom: 20px;
}

.btn{
cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 22px 50px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    border-color: transparent;
}

@media (max-width: 768px){
.btn{
padding: 15px 35px;
        font-size: 13px;
}
}

.btn + .btn{
margin-left: 30px;
}

.btn img{
position: absolute;
    left: 10px;
    top: 10px;
}

.btn i{
margin-left: 10px;
    font-size: 12px;
    display: inline;
    vertical-align: middle;
}

.btn span{
display: inline;
    vertical-align: middle;
}

.btn:after{
display: block;
    width: 100%;
    height: 100%;
}

.btn:hover{
color: #fff;
}

.btn.icon-left i{
margin-left: 0;
    margin-right: 10px;
}

.btn.c-primary:hover{
color: var(--primary-accent-color);
}

.page-builder-wrap .edit-link{
display: block;
    text-align: center;
}

.crum-button.inline-block{
margin-bottom: 0;
}

@media (max-width: 480px){
.crum-button.inline-block{
display: block !important;
        width: 100% !important;
        margin-bottom: 10px;
}
}

.crum-button.inline-block + .crum-button.inline-block{
margin-left: 30px;
}

@media (max-width: 480px){
.crum-button.inline-block + .crum-button.inline-block{
margin-left: 0 !important;
}
}

.btn-small{
padding: 12px 35px;
    text-transform: none;
    font-size: 16px;
}

@media (max-width: 768px){
.btn-small{
padding: 15px 25px;
        font-size: 13px;
}
}

.btn-medium{
padding: 20px 30px;
}

@media (max-width: 768px){
.btn-medium{
padding: 15px 25px;
        font-size: 13px;
}
}

.btn-large{
padding: 25px 60px;
    font-size: 18px;
}

@media (max-width: 768px){
.btn-large{
padding: 17px 40px;
        font-size: 13px;
}
}

.c-primary .semicircle:after{
border-color: var(--primary-accent-color);
}

.semicircle{
display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

@media (max-width: 768px){
.semicircle{
top: 10px;
        left: 10px;
        width: 12px;
        height: 12px;
}
}

.semicircle:after{
content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
}

@media (max-width: 768px){
.semicircle:after{
width: 20px;
        height: 20px;
        border: 1px solid #fff;
}
}

.semicircle--right{
display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}

.semicircle--right:after{
content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
    right: 0;
}

.btn-hover-shadow:after{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease;
}

.btn--dark{
background-color: #2f2c2c;
}

.btn--dark:hover{
background-color: #3f3f3f;
}

.btn--dark:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}

.btn--dark.btn-hover-shadow:hover{
background-color: #2f2c2c;
}

.btn--dark.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}

.btn--dark.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.5) inset;
}

.btn--dark.btn-border{
background-color: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color);
}

.btn--dark.btn-border .semicircle::after{
border-color: var(--primary-accent-color);
}

.btn--dark.btn-border:hover{
color: var(--primary-accent-color);
    background-color: transparent;
}

.btn--white{
background-color: #fff;
    color: #222;
}

.btn--white:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn--white.btn-hover-shadow{
color: #222;
}

.btn--white.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(255, 255, 255, 0.2);
}

.btn--white.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn--white.btn-border{
background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.btn--white.btn-border .semicircle::after{
border-color: #fff;
}

.btn--white.btn-border:hover{
color: #fff;
    background-color: transparent;
}

.btn--primary{
background-color: var(--primary-accent-color);
}

.btn--primary.btn-hover-shadow:hover{
box-shadow: 9px 9px 9px 0 rgba(76, 194, 192, 0.2);
}

.btn--primary.btn-border{
background-color: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color);
}

.btn--primary.btn-border:hover{
background-color: transparent;
    color: var(--primary-accent-color);
}

.btn--primary.btn-border .semicircle::after{
border-color: var(--primary-accent-color);
}

.btn--gray{
background-color: #ebebeb;
    color: #2f2c2c;
}

.btn--gray:hover{
background-color: #f3f3f3;
}

.btn--gray:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--gray.btn-hover-shadow:hover{
background-color: #ebebeb;
}

.btn--gray.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.2);
}

.btn--gray.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--gray.btn-border{
background-color: transparent;
    color: #ebebeb;
    border-color: #ebebeb;
}

.btn--gray.btn-border .semicircle::after{
border-color: #ebebeb;
}

.btn--gray.btn-border:hover{
color: #ebebeb;
    background-color: transparent;
}

.btn--blue{
background-color: #00adef;
}

.btn--blue:hover{
background-color: #00bff3;
}

.btn--blue:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--blue.btn-hover-shadow:hover{
background-color: #00adef;
}

.btn--blue.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(0, 191, 243, 0.2);
}

.btn--blue.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--blue.btn-border{
background-color: transparent;
    color: #00adef;
    border-color: #00adef;
}

.btn--blue.btn-border .semicircle::after{
border-color: #00adef;
}

.btn--blue.btn-border:hover{
color: #00adef;
    background-color: transparent;
}

.btn--purple{
background-color: #6739b6;
}

.btn--purple:hover{
background-color: #7643cf;
}

.btn--purple:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--purple.btn-hover-shadow:hover{
background-color: #6739b6;
}

.btn--purple.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(118, 67, 207, 0.2);
}

.btn--purple.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--purple.btn-border{
background-color: transparent;
    color: #6739b6;
    border-color: #6739b6;
}

.btn--purple.btn-border .semicircle::after{
border-color: #6739b6;
}

.btn--purple.btn-border:hover{
color: #6739b6;
    background-color: transparent;
}

.btn--breez:hover{
background-color: #55d5d3;
}

.btn--breez:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--breez.btn-hover-shadow:hover{
background-color: #4cc3c1;
}

.btn--breez.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(85, 213, 211, 0.2);
}

.btn--breez.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--breez.btn-border{
background-color: transparent;
    color: var(--primary-accent-color);
    border-color: var(--primary-accent-color);
}

.btn--breez.btn-border:hover{
background-color: transparent;
    color: var(--primary-accent-color);
}

.btn--breez.btn-border .semicircle::after{
border-color: var(--primary-accent-color);
}

.btn--secondary{
background-color: var(--secondary-accent-color);
}

.btn--secondary:hover{
background-color: var(--secondary-accent-color);
}

.btn--secondary:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--secondary.btn-hover-shadow:hover{
background-color: var(--secondary-accent-color);
}

.btn--secondary.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(241, 91, 38, 0.2);
}

.btn--secondary.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--secondary.btn-border{
background-color: transparent;
    color: var(--secondary-accent-color);
    border-color: var(--secondary-accent-color);
}

.btn--secondary.btn-border .semicircle::after{
border-color: var(--secondary-accent-color);
}

.btn--secondary.btn-border:hover{
background-color: transparent;
    color: var(--secondary-accent-color);
}

.btn--orange{
background-color: #fcaf3b;
}

.btn--orange:hover{
background-color: #ffc265;
}

.btn--orange:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--orange.btn-hover-shadow:hover{
background-color: #fcaf3b;
}

.btn--orange.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(255, 194, 101, 0.2);
}

.btn--orange.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--orange.btn-border{
background-color: transparent;
    color: #fcaf3b;
    border-color: #fcaf3b;
}

.btn--orange.btn-border .semicircle::after{
border-color: #fcaf3b;
}

.btn--orange.btn-border:hover{
color: #fcaf3b;
    background-color: transparent;
}

.btn--yellow{
background-color: #fecb16;
}

.btn--yellow:hover{
background-color: #ffd21f;
}

.btn--yellow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--yellow.btn-hover-shadow:hover{
background-color: #FFD21F;
}

.btn--yellow.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(255, 210, 31, 0.2);
}

.btn--yellow.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--yellow.btn-border{
background-color: transparent;
    color: #fecb16;
    border-color: #fecb16;
}

.btn--yellow.btn-border .semicircle::after{
border-color: #fecb16;
}

.btn--yellow.btn-border:hover{
color: #fecb16;
    background-color: transparent;
}

.btn--green{
background-color: #3cb879;
}

.btn--green:hover{
background-color: #46d68d;
}

.btn--green:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--green.btn-hover-shadow:hover{
background-color: #3cb879;
}

.btn--green.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(70, 214, 141, 0.2);
}

.btn--green.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--green.btn-border{
background-color: transparent;
    color: #3cb879;
    border-color: #3cb879;
}

.btn--green.btn-border .semicircle::after{
border-color: #3cb879;
}

.btn--green.btn-border:hover{
background-color: transparent;
    color: #3cb879;
}

.btn--dark-gray{
background-color: #31364c;
}

.btn--dark-gray:hover{
background-color: #4a516e;
}

.btn--dark-gray:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--dark-gray.btn-hover-shadow:hover{
background-color: #31364c;
}

.btn--dark-gray.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(74, 81, 110, 0.2);
}

.btn--dark-gray.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--dark-gray.btn-border{
background-color: transparent;
    color: #31364c;
    border-color: #31364c;
}

.btn--dark-gray.btn-border .semicircle::after{
border-color: #31364c;
}

.btn--dark-gray.btn-border:hover{
color: #31364c;
    background-color: transparent;
}

.btn--brown{
background-color: #c69c6c;
}

.btn--brown:hover{
background-color: #e4b47c;
}

.btn--brown:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--brown.btn-hover-shadow:hover{
background-color: #c69c6c;
}

.btn--brown.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(228, 180, 124, 0.2);
}

.btn--brown.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--brown.btn-border{
background-color: transparent;
    color: #c69c6c;
    border-color: #c69c6c;
}

.btn--brown.btn-border .semicircle::after{
border-color: #c69c6c;
}

.btn--brown.btn-border:hover{
color: #c69c6c;
    background-color: transparent;
}

.btn--rose{
background-color: #e91d62;
}

.btn--rose:hover{
background-color: #ff528d;
}

.btn--rose:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--rose.btn-hover-shadow:hover{
background-color: #e91d62;
}

.btn--rose.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(255, 82, 141, 0.2);
}

.btn--rose.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--rose.btn-border{
background-color: transparent;
    color: #e91d62;
    border-color: #e91d62;
}

.btn--rose.btn-border .semicircle::after{
border-color: #e91d62;
}

.btn--rose.btn-border:hover{
color: #e91d62;
    background-color: transparent;
}

.btn--violet{
background-color: #605ca9;
}

.btn--violet:hover{
background-color: #8a86d5;
}

.btn--violet:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--violet.btn-hover-shadow:hover{
background-color: #605ca9;
}

.btn--violet.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(138, 134, 213, 0.2);
}

.btn--violet.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--violet.btn-border{
background-color: transparent;
    color: #605ca9;
    border-color: #605ca9;
}

.btn--violet.btn-border .semicircle::after{
border-color: #605ca9;
}

.btn--violet.btn-border:hover{
color: #605ca9;
    background-color: transparent;
}

.btn--olive{
background-color: #3e4d50;
}

.btn--olive:hover{
background-color: #576b6f;
}

.btn--olive:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--olive.btn-hover-shadow:hover{
background-color: #3e4d50;
}

.btn--olive.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(87, 107, 111, 0.2);
}

.btn--olive.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--olive.btn-border{
background-color: transparent;
    color: #3e4d50;
    border-color: #3e4d50;
}

.btn--olive.btn-border .semicircle::after{
border-color: #3e4d50;
}

.btn--olive.btn-border:hover{
color: #3e4d50;
    background-color: transparent;
}

.btn--light-green{
background-color: #80be2d;
}

.btn--light-green:hover{
background-color: #8fd532;
}

.btn--light-green:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--light-green.btn-hover-shadow:hover{
background-color: #80be2d;
}

.btn--light-green.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(143, 213, 50, 0.2);
}

.btn--light-green.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--light-green.btn-border{
background-color: transparent;
    color: #80be2d;
    border-color: #80be2d;
}

.btn--light-green.btn-border .semicircle::after{
border-color: #80be2d;
}

.btn--light-green.btn-border:hover{
color: #80be2d;
    background-color: transparent;
}

.btn--dark-blue{
background-color: #2e3192;
}

.btn--dark-blue:hover{
background-color: #4448c3;
}

.btn--dark-blue:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--dark-blue.btn-hover-shadow:hover{
background-color: #2e3192;
}

.btn--dark-blue.btn-hover-shadow:hover:after{
box-shadow: 9px 9px 9px 0 rgba(68, 72, 195, 0.2);
}

.btn--dark-blue.btn-hover-shadow:active{
box-shadow: 0px -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}

.btn--dark-blue.btn-border{
background-color: transparent;
    color: #2e3192;
    border-color: #2e3192;
}

.btn--dark-blue.btn-border .semicircle::after{
border-color: #2e3192;
}

.btn--dark-blue.btn-border:hover{
color: #2e3192;
    background-color: transparent;
}

.btn-border{
border: 2px solid;
    background-color: transparent;
}

.btn-border.btn-small{
padding: 10px 35px;
}

@media (max-width: 768px){
.btn-border.btn-small{
padding: 15px 25px;
}
}

.btn-border.btn-medium{
padding: 18px 34px;
}

@media (max-width: 768px){
.btn-border.btn-medium{
padding: 15px 25px;
}
}

.btn-border.btn-large{
padding: 23px 64px;
}

@media (max-width: 768px){
.btn-border.btn-large{
padding: 17px 40px;
}
}

.btn-border:hover{
background-color: rgba(255, 255, 255, 0.1);
}

.crumina-servises-item:hover > .btn{
background-color: #2f2c2c !important;
    border-color: #2f2c2c !important;
    color: #fff !important;
}

.crumina-servises-item:hover > .btn .semicircle:after{
border-color: #fff !important;
}

.wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a{
border-radius: 2px;
}

.navigation-body-close-button{
display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    padding-bottom: 2px;
    line-height: initial;
    text-align: center;
    font-size: 25px;
    color: var(--header-font-color);
    cursor: pointer;
    transition: all .3s ease;
}

@media (min-width: 992px){
.navigation-body-close-button{
display: none;
}
}

.navigation-button-toggler{
display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.navigation-button-toggler .hamburger-icon{
width: 20px;
    height: 2px;
    display: inline-block;
    font-style: normal;
    color: var(--header-font-color);
    box-shadow: inset 0 0 0 32px, 0 -6px, 0 6px;
}

.navigation-menu > li.has-megamenu .megamenu ul > li:hover i.seoicon-right-arrow,
.navigation-menu > li.has-megamenu .megamenu ul > li:hover a,
.navigation-menu > li.current-menu-item,
.navigation-menu > li.current-menu-item a,
.navigation-menu > li.active > a,
.navigation-menu > li.current-menu-item a,
.navigation-menu > li.current-menu-item,
.navigation-menu > li:hover > a,
.navigation-menu > li:hover > i,
.navigation-menu ul.sub-menu a:hover > i,
.navigation-menu > li.menu-item-has-mega-menu .megamenu ul > li a:hover i,
.navigation-menu > li.menu-item-has-mega-menu .megamenu ul > li > ul > li:hover a,
.navigation-menu > li.menu-item-has-mega-menu .megamenu ul > li a:hover,
.navigation-menu ul.sub-menu li:hover > a,
.navigation-menu li ul.sub-menu li:hover > a .indicator,
.navigation-menu > li:hover > a > .indicator,
.navigation-body-close-button:hover{
color: var(--primary-accent-color);
}

.navigation-item.btn{
padding: 0;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}

.navigation-item.btn:active, .navigation-item.btn:focus{
box-shadow: none;
}

@media (max-width: 992px){
.navigation-item.btn{
display: inline-flex;
        margin: 5px 15px;
        width: auto;
}
}

.navigation-item.btn.btn--dark .navigation-link{
background-color: #2f2c2c;
}

.navigation-item.btn.btn--primary .navigation-link{
background-color: var(--primary-accent-color);
}

.navigation-item.btn.btn--gray .navigation-link{
background-color: #ebebeb;
}

.navigation-item.btn.btn--blue .navigation-link{
background-color: #00adef;
}

.navigation-item.btn.btn--purple .navigation-link{
background-color: #6739b6;
}

.navigation-item.btn.btn--secondary .navigation-link{
background-color: var(--secondary-accent-color);
}

.navigation-item.btn.btn--orange .navigation-link{
background-color: #fcaf3b;
}

.navigation-item.btn.btn--yellow .navigation-link{
background-color: #fecb16;
}

.navigation-item.btn.btn--green .navigation-link{
background-color: #3cb879;
}

.navigation-item.btn.btn--dark-gray .navigation-link{
background-color: #31364c;
}

.navigation-item.btn.btn--brown .navigation-link{
background-color: #c69c6c;
}

.navigation-item.btn.btn--rose .navigation-link{
background-color: #e91d62;
}

.navigation-item.btn.btn--violet .navigation-link{
background-color: #605ca9;
}

.navigation-item.btn.btn--olive .navigation-link{
background-color: #3e4d50;
}

.navigation-item.btn.btn--light-green .navigation-link{
background-color: #80be2d;
}

.navigation-item.btn.btn--dark-blue .navigation-link{
background-color: #2e3192;
}

.navigation-item.btn .menu-item-icon{
margin-left: 0;
}

.navigation-item.btn .navigation-link{
color: #fff !important;
    border-radius: 50px;
}

@media (max-width: 992px){
.navigation-item.btn .navigation-link{
border-bottom: none;
        justify-content: center;
}
}

.navigation-item.btn > a.navigation-link::after,
.navigation-item.btn > a.navigation-link::before{
display: none;
}

.navigation-item.btn.btn-small{
text-transform: none;
    font-size: 16px;
}

.navigation-item.btn.btn-small .navigation-link{
padding: 9px 25px;
}

@media (max-width: 768px){
.navigation-item.btn.btn-small .navigation-link{
padding: 8px 25px;
        font-size: 13px;
}
}

.navigation-item.btn.btn-medium .navigation-link{
padding: 15px 30px;
}

@media (max-width: 768px){
.navigation-item.btn.btn-medium .navigation-link{
padding: 12px 25px;
        font-size: 13px;
}
}

.navigation-item.btn.btn-large .navigation-link{
padding: 20px 40px;
    font-size: 18px;
}

@media (max-width: 768px){
.navigation-item.btn.btn-large .navigation-link{
padding: 15px 35px;
        font-size: 13px;
}
}









@media (max-width: 991px){
.hide-on-portrait{
display: none !important;
}
}

@media (min-width: 992px){
.hide-on-landscape{
display: none !important;
}
}

.first-letter--dark-round span:first-of-type{
display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #2f2c2c;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.first-letter--squared span:first-of-type{
display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: var(--primary-accent-color);
}

.first-letter--dark span:first-of-type{
margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    color: #2f2c2c;
    float: left;
}

.first-letter--primary span:first-of-type{
color: var(--primary-accent-color);
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    float: left;
}

.crumina-info-box.info-box--standard-centered .info-box-content .btn{
margin-bottom: 30px;
}

.crumina-info-box.info-box--standard-centered .info-box-content .btn:hover{
background-color: var(--primary-accent-color);
}

.crumina-module-slider{
position:relative;
}

.testimonial-slider-standard .btn-next{
right: 95px;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 980px){
.testimonial-slider-standard .btn-next{
right: 5px;
}
}

.testimonial-slider-standard .btn-prev{
bottom: 0;
    left: 95px;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 980px){
.testimonial-slider-standard .btn-prev{
left: 5px;
}
}

.testimonial-slider-standard.pagination-bottom .btn-next{
bottom: 30%;
}

.testimonial-slider-standard.pagination-bottom .btn-prev{
bottom: 30%;
}

.testimonial-slider-arrow .btn-next{
right: 20px;
    bottom: 5%;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

.testimonial-slider-arrow .btn-prev{
bottom: 5%;
    left: 20px;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

.crumina-servises-item .btn:hover{
color: #fff;
}

.triple-images .first, .triple-images .last{
position: absolute;
    top: 15%;
    z-index: 1;
}

.triple-images .first{
left: 0;
}

.crumina-heading{
position: relative;
}

.crumina-heading .title-text-wrap{
position: relative;
    z-index: 5;
}

.crumina-heading .title-text-wrap > *{
display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.crumina-heading:hover .first{
width: 0;
    -webkit-animation: move-short 1.5s infinite linear;
    animation: move-short 1.5s infinite linear;
}

@-webkit-keyframes move-short{

    100% {
        width: 140px;
        margin-right: 0;
    }

}

@keyframes move-short{

    100% {
        width: 140px;
        margin-right: 0;
    }

}

.crumina-heading:hover .second{
width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear;
}

@-webkit-keyframes move{

    100% {
        width: 0;
    }

}

@keyframes move{

    100% {
        width: 0;
    }

}

.crumina-heading > *:last-child{
margin-bottom: 0;
}

.crumina-heading > *:first-child{
margin-top: 0;
}

.heading-title{
margin: 0 0 10px 0;
}

.heading-decoration{
position: relative;
    margin-top: 10px;
    color: var(--primary-accent-color);
}

.heading-decoration svg{
fill: var(--primary-accent-color);
    width: 70px;
}

.heading-decoration > span{
display: inline-block;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: width .4s linear;
    border-top: 3px solid;
}

.heading-decoration .first{
width: 30px;
}

.heading-decoration .second{
width: 100px;
}

.heading-text.small{
font-size: 18px;
}

.main-slider .container.d-flex{
max-height: 100%;
    flex-wrap: wrap;
}

@media (max-width: 1200px){
.main-slider .container.d-flex{
width: 100%;
}
}

@media (max-width: 1024px){
.main-slider .container.d-flex{
flex-direction: column;
        justify-content: center;
}
}

.main-slider .container.d-flex.d-flex-column{
flex-direction: column;
}

@media (max-width: 1280px){
.main-slider .btn-prev{
display: none;
}
}

@media (max-width: 1280px){
.main-slider .btn-next{
display: none;
}
}

.main-slider .main-slider-btn-wrap .btn + .btn{
margin-left: 30px;
}

@media (max-width: 980px){
.main-slider .main-slider-btn-wrap .btn + .btn{
margin-top: 20px;
        margin-left: 0;
}
}

@media (max-width: 320px){
.main-slider .main-slider-btn-wrap .btn + .btn{
margin-top: 20px;
}
}

.main-slider .main-slider-btn-wrap .btn i{
transition: all .3s ease;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

@media (max-width: 768px){
.main-slider .main-slider-btn-wrap .btn i{
right: 8px;
}
}

.main-slider .main-slider-btn-wrap .btn:hover i{
right: 12px;
}

@media (max-width: 768px){
.main-slider .main-slider-btn-wrap .btn:hover i{
right: 6px;
}
}

.main-slider .main-slider-btn-wrap .btn-border:hover{
background-color: rgba(255, 255, 255, 0.1);
}

.main-slider .thumb-left .container{
flex-direction: row-reverse;
}

.btn-prev{
top: 50%;
    left: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn-prev:hover{
fill: var(--primary-accent-color);
}

.btn-next{
top: 50%;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn-next:hover{
fill: var(--primary-accent-color);
}

.btn-next{
position: absolute;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: block;
    z-index: 10;
    transition: all .2s ease-in;
    fill: currentColor;
    stroke: currentColor;
}

@media (max-width: 560px){
.btn-next{
width: 30px;
        height: 30px;
}
}

.btn-next:hover{
margin-right: -2px;
}

.btn-next.btn-next-gray{
fill: #4a4240;
}

.btn-next.btn-next-gray:hover{
fill: var(--primary-accent-color);
}

.btn-next.btn-next-black:hover{
fill: #2f2c2c;
}

.btn-next.btn-next-white{
fill: #fff;
}

.btn-prev{
position: absolute;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: block;
    z-index: 10;
    transition: all .2s ease-in;
    fill: currentColor;
    stroke: currentColor;
}

@media (max-width: 560px){
.btn-prev{
width: 30px;
        height: 30px;
}
}

.btn-prev:hover{
margin-left: -2px;
}

.btn-prev.btn-prev-gray{
fill: #4a4240;
}

.btn-prev.btn-prev-gray:hover{
fill: var(--primary-accent-color);
}

.btn-prev.btn-prev-black:hover{
fill: #2f2c2c;
}

.btn-prev.btn-prev-white{
fill: #fff;
}

.slider-slides .main-slider-bg-light .content .text-wrap .slides-title{
color: #2f2c2c;
}

.slider-slides .main-slider-bg-light .content .text-wrap .slides-sub-title{
color: #2f2c2c;
}

.slides-item .content .text-wrap{
position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.slides-item .content .text-wrap .slides-title{
font-size: 26px;
    line-height: 1.1;
    color: #fff;
    text-transform: capitalize;
}

@media (max-width: 800px){
.slides-item .content .text-wrap .slides-title{
font-size: 20px;
}
}

@media (max-width: 640px){
.slides-item .content .text-wrap .slides-title{
font-size: 14px;
        line-height: 1;
}
}

@media (max-width: 480px){
.slides-item .content .text-wrap .slides-title{
display: none;
}
}

.slides-item .content .text-wrap .slides-sub-title{
color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width: 640px){
.slides-item .content .text-wrap .slides-sub-title{
display: none;
}
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .btn-prev{
top: 50%;
    left: 60px;
}

.main-slider-bg-photo-wrap .main-slider-bg-photo .btn-next{
top: 50%;
    right: 60px;
}

@media (max-width: 320px){
.main-slider-bg-photo-wrap .main-slider-bg-photo .btn + .btn{
margin-left: 0;
        margin-top: 20px;
}
}

.recent-post-slider .crumina-heading{
margin-bottom: 40px;
}

.clients-slider-module .btn-prev{
bottom: 0;
    left: 42%;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 980px){
.clients-slider-module .btn-prev{
left: 30%;
}
}

@media (max-width: 480px){
.clients-slider-module .btn-prev{
left: 20%;
}
}

.clients-slider-module .btn-next{
bottom: 0;
    right: 42%;
    top: auto;
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 980px){
.clients-slider-module .btn-next{
right: 30%;
}
}

@media (max-width: 480px){
.clients-slider-module .btn-next{
right: 20%;
}
}

.recent-case-slider .heading, .recent-case-slider .crumina-heading{
margin-bottom: 48px;
    display: inline-block;
}

.recent-case-slider .heading .heading-title, .recent-case-slider .crumina-heading .heading-title{
float: left;
}

@media (max-width: 640px){
.recent-case-slider .heading .heading-title, .recent-case-slider .crumina-heading .heading-title{
float: none;
}
}

.recent-case-slider .heading .heading-decoration, .recent-case-slider .crumina-heading .heading-decoration{
clear: both;
}

.slider-profit-wrap .slider-profit .btn{
margin-top: 30px;
}

.elementor-widget-seosight_video{
height: 100%;
    min-height: 100%;
}

.crumina-counter-item .counter-line .first{
display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    background-color: white;
}

.crumina-counter-item .counter-line .second{
display: inline-block;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    position: relative;
    background-color: white;
}









.pricing-tables-item:hover .btn--dark{
background-color: var(--primary-accent-color);
}

.pricing-tables-item:hover .btn--dark{
border-color: transparent;
}

.pricing-tables-item-colored:hover .btn{
border-color: transparent;
    background-color: #2f2c2c;
}

















@font-face{

  font-family: 'seosight';
    src: url('../fonts/seosight.ttf') format('truetype'),
    url('../fonts/seosight.woff') format('woff'),
    url('../fonts/seosight.svg#seosight') format('svg');
  font-weight: normal;
	font-display: swap;
  font-style: normal;

}

.seoicon-button:before{
content: "\e907";
}

.seoicon-play-button-arrowhead:before{
content: "\e932";
}

@charset "UTF-8";

@font-face{

  font-family: "seotheme";
  src:url("../fonts/seotheme.eot");
  src:url("../fonts/seotheme.eot?#iefix") format("embedded-opentype"),
    url('../fonts/seotheme.woff2') format('woff2'), /* Modern Browsers */
    url("../fonts/seotheme.woff") format("woff"),
    url("../fonts/seotheme.ttf") format("truetype"),
    url("../fonts/seotheme.svg#seotheme") format("svg");
  font-weight: normal;
	font-display: swap;
  font-style: normal;


}

.seotheme-add-button:before{
content: "\61";
}

.seotheme-favorites-button:before{
content: "\31";
}

.seotheme-history-button:before{
content: "\26";
}

.seotheme-menu-button:before{
content: "\2f";
}

.seotheme-play-button:before{
content: "\e013";
}

.seotheme-play-button-1:before{
content: "\e014";
}

.seotheme-refresh-button:before{
content: "\e018";
}

.seotheme-button:before{
content: "\e05a";
}

:root{
--direction-multiplier:1
}

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

.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,.elementor .elementor-background-video-embed{
max-width:none
}

.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{
inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)
}

.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.elementor-absolute,.elementor-element.elementor-fixed{
z-index:1
}

.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: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-custom-embed-play{
inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-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{
fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px
}

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

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

@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)}
}

.elementor-section{
position:relative
}

.elementor-section .elementor-container{
display:flex;margin-inline: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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-block-end: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
}
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con{
--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))
}

:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{
--margin-right:0px;--margin-left:0px
}

.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>.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 .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;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);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,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{
justify-content:flex-end
}

[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{
justify-content:flex-start
}

.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,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{
justify-content:flex-end
}

[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{
justify-content:flex-start
}

.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,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{
justify-content:flex-end
}

[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{
justify-content:flex-start
}

.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;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;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;fill:#fff;padding:.5em
}

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

@media (prefers-reduced-motion:reduce){
html *{
transition-delay:0s!important;transition-duration:0s!important
}
}

@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
}
}

.elementor-kit-1929{
--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1a7462d0:#4054B2;--e-global-color-356dd186:#23A455;--e-global-color-4aae18b9:#000;--e-global-color-3e5ec594:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;
}

.elementor-section.elementor-section-boxed > .elementor-container{
max-width:1200px;
}

.elementor-widget:not(:last-child){
margin-block-end:20px;
}

.elementor-element{
--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;
}

@media(max-width:1024px){
.elementor-section.elementor-section-boxed > .elementor-container{
max-width:1024px;
}
}

@media(max-width:767px){
.elementor-section.elementor-section-boxed > .elementor-container{
max-width:767px;
}
}





@-webkit-keyframes fadeIn{

    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}

@keyframes fadeIn{

    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}

.seosight-elem-info-boxes-wrap.row{
margin-left: 0;
    margin-right: 0;
}

.seosight-elem-info-boxes-wrap.layout-academy .heading-title{
width: 90%;
}

.seosight-elem-info-boxes-wrap.layout-company .crumina-info-box .btn{
margin: 0 auto -45px;
    display: block;
}

.heading-decoration.top{
margin-bottom: 25px;
}

.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev{
position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: auto;
    left: auto;
    margin-right: 6px;
    border-radius: 50%;
    background: #f0f6fd;
}

.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev:hover{
margin-left: 0;
}

.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next svg,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev svg{
width: 10px;
}

.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next:hover,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev:hover{
background: var(--primary-accent-color);
}

.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-next:hover svg,
.seosight-module-team-slider.layout-carousel .seosight-module-team-slider-arrows .btn-prev:hover svg{
fill: #fff;
}

.crumina-module-progress-bar .skills-item-info{
margin: 0;
}

.crumina-module-progress-bar .skills-item-info .units,
.crumina-module-progress-bar .skills-item-info .count-animate{
font-size: 36px;
}

.crumina-module-progress-bar .skills-item-meter{
height: 6px;
    padding: 0;
    margin-top: 15px;
}

.crumina-module-progress-bar .skills-item-meter-active{
position: absolute;
    bottom: 0;
}

.crumina-module-progress-bar .skills-item-meter-active:after{
display: none;
}

.crumina-module-progress-bar .skills-item-title{
font-size: 18px;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
}

.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev{
position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: auto;
    left: auto;
    margin-right: 6px;
    border-radius: 50%;
    background: #f0f6fd;
}

.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev:hover,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev:hover{
margin-left: 0;
}

.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev{
background: #fff;
}

.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-next,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev{
background: transparent;
}

.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-consultant .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-academy .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-copywriter .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-company .seosight-module-team-slider-arrows .btn-prev svg,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-next svg,
.swiper-container.testimonial-slider-agency .seosight-module-team-slider-arrows .btn-prev svg{
width: 10px;
}

.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-next,
.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-prev{
position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: auto;
    left: auto;
    margin-right: 6px;
    border-radius: 50%;
    background: #f0f6fd;
}

.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-next svg,
.testimonial-slider-saas .seosight-module-team-slider-arrows .btn-prev svg{
width: 10px;
}

.pricing-tables-item.pricing-tables-item-agency .btn{
width: 100%;
    border-radius: 10px;
}

.pricing-tables-item.pricing-tables-item-agency .btn .semicircle:after{
display: none;
}

.pricing-tables-item.pricing-tables-item-company .btn{
width: 100%;
    padding: 15px 30px;
}

.pricing-tables-item.pricing-tables-item-company .btn .semicircle:after{
display: none;
}

.pricing-tables-item.pricing-tables-item-saas .btn{
width: 100%;
    margin-bottom: 25px;
}

.pricing-tables-item.pricing-tables-item-saas .btn .semicircle{
display: none;
}

.pricing-tables-item.pricing-tables-item-courses .btn{
width: 100%;
}

.pricing-tables-item.pricing-tables-item-courses .btn .semicircle{
display: none;
}

.pricing-tables-wrap .col-xs-12:nth-child(even) .pricing-tables-item-courses{
z-index: 3;
}

.pricing-tables-item.pricing-tables-item-academy .btn{
flex-basis: 23%;
}

.pricing-tables-item.pricing-tables-item-academy .btn .semicircle{
display: none;
}

.seo-el-call-to-action.cta-business .heading-title{

    color: #fff;
}

.seo-el-call-to-action.cta-business .semicircle{
display: none;
}

@media (max-width: 991px){
.seo-el-call-to-action.cta-business .heading-title{

}
}

@media (max-width: 580px){
.seo-el-call-to-action.cta-business .heading-title{

}
}

.crumina-subscribe-panel .crumina-subscribe-panel-form input{
padding: 20px 25px;
    border-radius: 10px;
    background: #fff;
}

.crumina-subscribe-panel .crumina-subscribe-panel-form input[type="submit"],
.crumina-subscribe-panel .crumina-subscribe-panel-form button[type="submit"]{
color: #fff;
    background: var(--primary-accent-color);
}

.crumina-steps-block .heading-decoration{
text-align: center;
}

.crumina-steps-block .heading-decoration svg{
display: block;
    margin: 0 auto
}

.news-slider-module .seosight-module-team-slider-arrows .btn-next,
.news-slider-module .seosight-module-team-slider-arrows .btn-prev{
position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: auto;
    left: auto;
    margin-right: 6px;
    border-radius: 50%;
    background: #f0f6fd;
}

.news-slider-module .seosight-module-team-slider-arrows .btn-prev:hover{
margin-left: 0;
}

.news-slider-module .seosight-module-team-slider-arrows .btn-next,
.news-slider-module .seosight-module-team-slider-arrows .btn-prev{
background: #fff;
}

.news-slider-module .seosight-module-team-slider-arrows .btn-next svg,
.news-slider-module .seosight-module-team-slider-arrows .btn-prev svg{
width: 10px;
}

.crumina-module-posts-slider-modern .crumina-case-item{
background: transparent;
    text-align: left;
    padding: 0;
}

.crumina-module-posts-slider-modern .crumina-case-item:hover{
background: transparent;
}

.crumina-module-posts-slider-saas .crumina-case-item .case-item__thumb img{
box-shadow: none;
    border-radius: 10px;
}

.crumina-module-posts-slider-saas .crumina-case-item .case-item__title{
color: #d9dfe7;
    text-transform: none;
    margin-top: 5px;
}

.crumina-module-posts-slider-modern .crumina-case-item .case-item__cat a{
color: #949fac;
}

.crumina-module-posts-slider-saas .crumina-case-item .case-item__thumb{
margin-bottom: 25px;
}

.crumina-module-posts-slider-saas .crumina-case-item .case-item__arrow{
opacity: 0;
    position: absolute;
    right: 0;
    bottom: calc(50% - 25px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d9dfe7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .25s;
}

.crumina-module-posts-slider-saas .crumina-case-item .case-item__titlecont{
position: relative;
}

.crumina-module-posts-slider-saas .crumina-case-item .case-item__arrow svg{
fill: #d9dfe7;
    width: 22px;
}

.crumina-module-posts-slider-saas .crumina-case-item:hover .case-item__arrow{
opacity: 1;
}

.crumina-module-posts-slider-modern .swiper-pagination .swiper-pagination-bullet,
.crumina-module-posts-slider-modern .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 20px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background: rgba(255, 255, 255, .7);
}

.crumina-module-posts-slider-modern .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: var(--primary-accent-color);
}

.crumina-module-posts-slider-consultant .crumina-case-item{
border-radius: 10px;
}

.crumina-module-posts-slider-consultant .crumina-case-item .case-item__thumb{
margin-bottom: 0;
}

.crumina-module-posts-slider-consultant .crumina-case-item .case-item__titlecont{
padding: 30px 40px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.crumina-module-posts-slider-consultant .crumina-case-item .case-item__thumb img{
box-shadow: none;
    border-radius: 10px 10px 0 0;
}

.crumina-module-posts-slider-consultant .crumina-case-item .case-item__title{
color: #2f2c2c;
    text-transform: none;
}

.crumina-module-posts-slider-consultant .crumina-case-item:hover .case-item__title{
color: #2f2c2c;
}

.crumina-module-posts-slider-modern .crumina-case-item:hover .case-item__cat a{
color: #949fac;
}

.crumina-module-posts-slider-agency .crumina-case-item{
padding: 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    /* border: 1px solid #d9dfe7; */
    -webkit-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.05);
    -moz-box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(34, 60, 80, 0.05);
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__thumb{
margin-bottom: 0;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__titlecont{
padding: 55px;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__cat,
.crumina-module-posts-slider-agency .crumina-case-item .case-item__cat a{
font-size: 16px;
    color: #949fac;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__title{
display: block;
    font-size: 24px;
    margin-top: 10px;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button{
padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    border-radius: 10px;
    border: 2px solid #2f2c2c;
    margin-top: 15px;
    max-width: 250px;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button span{
font-size: 16px;
    color: #2f2c2c;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button svg{
width: 18px;
}

.crumina-module-posts-slider-agency .crumina-case-item:hover{
background: #fff;
}

.crumina-module-posts-slider-agency .crumina-case-item:hover .case-item__title{
color: #2f2c2c;
}

.crumina-module-posts-slider-agency .crumina-case-item:hover .case-item__cat,
.crumina-module-posts-slider-agency .crumina-case-item:hover .case-item__cat a{
color: #949fac;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button:hover{
background: var(--primary-accent-color);
    border: 2px solid var(--primary-accent-color);
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button:hover span,
.crumina-module-posts-slider-agency .crumina-case-item .case-item__button:hover svg{
color: #fff;
}

.crumina-module-posts-slider-agency .swiper-container-horizontal.pagination-bottom .swiper-pagination{
text-align: center;
    transform: none;
}

.crumina-module-posts-slider-agency .swiper-pagination .swiper-pagination-bullet,
.crumina-module-posts-slider-agency .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 20px;
    height: 4px;
    border-radius: 2px;
    border: none;
    opacity: 1;
    background: #eae9e9;
}

.crumina-module-posts-slider-agency .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: var(--primary-accent-color);
}

.crumina-module-posts-slider-agency .crumina-case-item.no-slider{
display: block;
    margin-bottom: 20px;
}

.crumina-module-posts-slider-agency .crumina-case-items-second{
margin-top: 30px;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__thumb img{
box-shadow: none;
}

.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__titlecont{
padding: 25px 40px;
}

.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__title{
font-size: 18px;
    text-transform: none;
}

.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__button{
padding: 10px 15px;
}

.crumina-module-posts-slider-agency .crumina-case-item.no-slider .case-item__button span{
font-size: 14px;
}

.news-slider-module.crumina-module-posts-slider-agency .pagination-bottom{
padding-bottom: 45px;
}

@media (max-width: 799px){
.crumina-module-posts-slider-agency .crumina-case-item .case-item__titlecont{
padding: 25px;
}

.news-slider-module.crumina-module-posts-slider-agency .pagination-bottom{
padding-bottom: 30px;
}

.crumina-module-posts-slider-agency .crumina-case-item{
flex-direction: column;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__titlecont{
text-align: center;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button{
margin: 15px auto 0;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__thumb img{
display: block;
        margin: 0 auto;
}
}

@media (max-width: 580px){
.crumina-module-posts-slider-agency .crumina-case-item .case-item__title{
font-size: 18px;
        text-transform: none;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button{
padding: 10px 15px;
}

.crumina-module-posts-slider-agency .crumina-case-item .case-item__button span{
font-size: 14px;
}
}

.seo-el-form-block form p{
margin: 0;
}

.seo-el-form-block form input,
.seo-el-form-block form textarea{
background: #fff;
    border: 1px solid #d9dfe7;
    margin-bottom: 20px;
}

.seo-el-form-block form input:focus,
.seo-el-form-block form textarea:focus{
box-shadow: none;
}

.seo-el-form-block form input[type="submit"],
.seo-el-form-block form button[type="submit"]{
font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: var(--ss-headings-color);
    margin-top: 20px;
    padding: 25px 40px;
    cursor: pointer;
    border: none;
    transition: all ease .25s;
}

.seo-el-form-block form input[type="submit"]:hover,
.seo-el-form-block form button[type="submit"]:hover{
background: var(--primary-accent-color);
}

.seo-el-form-block form input[type="checkbox"],
.seo-el-form-block form input[type="radio"]{
margin: 6px 5px 10px 0;
}

.seo-el-form-block .heading-text{
margin-bottom: 30px;
}

.seo-el-form-block form br{
display: none;
}

.seo-el-form-block form .form-row{
display: flex;
    align-items: center;
    justify-content: flex-start;
}

.seo-el-form-block form .form-row .form-col{
flex-basis: 48%;
}

@media (max-width: 799px){
.seo-el-form-block form input,
    .seo-el-form-block form textarea{
padding: 20px;
}

.seo-el-form-block form .form-row{
flex-direction: column;
}
}

.seo-el-form-block.seo-el-form-block-consultant form .form-fields{
overflow: hidden;
    border-radius: 30px;
    margin-bottom: 20px;
}

.seo-el-form-block.seo-el-form-block-consultant form input,
.seo-el-form-block.seo-el-form-block-consultant form textarea{
border-radius: 0;
    margin: 0;
    border: 1px solid #d9dfe7;
}

.seo-el-form-block.seo-el-form-block-consultant form textarea{
height: 110px;
}

.seo-el-form-block.seo-el-form-block-consultant form span.wpcf7-not-valid-tip{
font-size: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 40px;
    z-index: 10;
}

.seo-el-form-block.seo-el-form-block-consultant form .ajax-loader{
display: none;
}

.seo-el-form-block.seo-el-form-block-consultant form input[type="submit"],
.seo-el-form-block.seo-el-form-block-consultant form .wpcf7-submit{
border-radius: 30px;
    width: auto;
    padding: 20px 50px;
}

.seo-el-form-block.seo-el-form-block-consultant form input[type="checkbox"],
.seo-el-form-block.seo-el-form-block-consultant form input[type="radio"]{
margin: 6px 5px 10px 0;
}

.seo-el-form-block.seo-el-form-block-copywriter form input,
.seo-el-form-block.seo-el-form-block-copywriter form textarea{
border: none;
}

.seo-el-form-block.seo-el-form-block-copywriter form .form-row{
justify-content: space-between;
    margin-bottom: 0;
}

.seo-el-form-block.seo-el-form-block-copywriter form textarea{
height: 110px;
}

.seo-el-form-block.seo-el-form-block-copywriter form .ajax-loader{
display: none;
}

.seo-el-form-block.seo-el-form-block-copywriter form input[type="submit"],
.seo-el-form-block.seo-el-form-block-copywriter form .wpcf7-submit{
border-radius: 30px;
    width: auto;
    padding: 20px 50px;
}

.seo-el-form-block.seo-el-form-block-copywriter form input[type="checkbox"],
.seo-el-form-block.seo-el-form-block-copywriter form input[type="radio"]{
margin: 6px 5px 10px 0;
}

.seo-el-form-block.seo-el-form-block-copywriter form span.wpcf7-not-valid-tip{
font-size: 12px;
}

.seo-el-form-block.seo-el-form-block-agency form .form-row{
align-items: flex-start;
}

.seo-el-form-block.seo-el-form-block-agency form .ajax-loader{
display: none;
}

.seo-el-form-block.seo-el-form-block-agency form br{
display: none;
}

.seo-el-form-block.seo-el-form-block-agency form input,
.seo-el-form-block.seo-el-form-block-agency form textarea{
border-radius: 10px;
    border: 1px solid #d9dfe7;
}

.seo-el-form-block.seo-el-form-block-agency form .form-row > *{
margin: 0 10px;
    flex-basis: 33%;
}

.seo-el-form-block.seo-el-form-block-agency form input[type="submit"],
.seo-el-form-block.seo-el-form-block-agency form .wpcf7-submit{
width: auto;
    border-color: transparent;
    padding: 20px 40px;
}

.seo-el-form-block.seo-el-form-block-agency form span.wpcf7-not-valid-tip{
font-size: 12px;
}

@media (max-width: 799px){
.seo-el-form-block.seo-el-form-block-agency form .form-row{
flex-direction: column;
        align-items: center;
}

.seo-el-form-block.seo-el-form-block-agency form .form-row > *{
margin: 0;
        flex-basis: 100%;
        width: 100%;
}
}

.seo-el-form-block-newsletter{
padding: 40px 100px;
    border-radius: 100px;
    -webkit-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
    -moz-box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
    box-shadow: 3px 3px 8px 4px rgba(34, 60, 80, 0.03);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.seo-el-form-block-newsletter .seo-el-newsletter-img{
max-width: 70px;
    max-height: 70px;
    font-size: 70px;
    margin-right: 25px;
}

.seo-el-form-block-newsletter .title-text-wrap h2{
font-size: 24px;
    max-width: 140px;
}

.seo-el-form-block.seo-el-form-block-newsletter form input{
margin: 0;
}

.seo-el-form-block.seo-el-form-block-newsletter form input[type="submit"],
.seo-el-form-block.seo-el-form-block-newsletter form .wpcf7-submit{
width: auto;
    margin: 0 0 0 25px;
    border-color: transparent;
    padding: 20px 40px;
}

.seo-el-form-block.seo-el-form-block-newsletter form br{
display: none;
}

.seo-el-form-block.seo-el-form-block-newsletter form .ajax-loader{
display: none;
}

.seo-el-form-block.seo-el-form-block-newsletter .form-wrap{
margin-left: auto;
}

.seo-el-form-block.seo-el-form-block-newsletter form span.wpcf7-not-valid-tip{
font-size: 12px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 40px;
    z-index: 10;
}

@media (max-width: 1200px){
.seo-el-form-block-newsletter .title-text-wrap h2{
max-width: 85%;
}

.seo-el-form-block-newsletter{
flex-wrap: wrap;
}

.seo-el-form-block-newsletter .seo-el-newsletter-img,
    .seo-el-form-block-newsletter .title-text-wrap{
flex: 0 0 50%;
}

.seo-el-form-block.seo-el-form-block-newsletter .form-wrap{
flex-basis: 100%;
        margin-top: 15px;
}
}

@media (max-width: 799px){
.seo-el-form-block-newsletter{
align-items: center;
        justify-content: center;
}

.seo-el-form-block.seo-el-form-block-newsletter form .form-row{
flex-direction: column;
}

.elementor-2753 .elementor-element.elementor-element-1ca206f form input[type="submit"]{
margin: 15px 0 0 0;
}
}

@media (max-width: 580px){
.seo-el-form-block-newsletter{
padding: 20px;
}

.seo-el-form-block-newsletter .seo-el-newsletter-img,
    .seo-el-form-block-newsletter .title-text-wrap{
flex: 0 0 100%;
        text-align: center;
}

.seo-el-form-block-newsletter .title-text-wrap h2{
max-width: 100%;
        font-size: 20px;
}
}

.crumina-module.crum-button .btn .img-icon{
height: 20px;
    position: relative;
    left: auto;
    top: auto;
}

.crumina-module.crum-button .btn.icon-left .img-icon{
margin-right: 10px;
}

.crumina-module.crum-button .btn.icon-right .img-icon{
margin-left: 10px;
}

.portfolio-grid-business .crumina-case-item.small-v{
width: 47.5%;
    flex: 0 0 47.5%;
    margin-bottom: 30px;
}

.portfolio-grid-business .crumina-case-item.small-h{
width: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.portfolio-grid-business .crumina-case-item.small-h .case-item__thumb{
flex-basis: 50%;
}

.portfolio-grid-business .crumina-case-item.small-h .post__content{
flex-basis: 50%;
}

.portfolio-grid .portfolio-grid-posts-cont .btn{
display: block;
    margin: 0 auto;
    opacity: 0;
    animation: fadeIn .4s forwards;
    animation-delay: .5s;
}

@media (max-width: 799px){
.portfolio-grid-business .crumina-case-item.small-v{
width: 100%;
        flex: 0 0 100%;
}

.portfolio-grid-company .heading-decoration svg{
display: block;
        margin: 0 auto;
}
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
color:inherit;font-size:inherit;line-height:inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small{
font-size:15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium{
font-size:19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large{
font-size:29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl{
font-size:39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{
font-size:59px
}

.elementor-widget-image{
text-align:center
}

.elementor-widget-image a{
display:inline-block
}

.elementor-widget-image a img[src$=".svg"]{
width:48px
}

.elementor-widget-image img{
display:inline-block;vertical-align:middle
}

.elementor-widget-image-box .elementor-image-box-content{
width:100%
}

@media (min-width:768px){
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{
display:flex
}

.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{
flex-direction:row-reverse;text-align:end
}

[dir=rtl] .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{
flex-direction:row
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{
flex-direction:row;text-align:start
}

[dir=rtl] .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{
flex-direction:row-reverse
}

.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{
margin:auto
}

.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{
align-items:flex-start
}

.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{
align-items:center
}

.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{
align-items:flex-end
}
}

@media (max-width:767px){
.elementor-widget-image-box .elementor-image-box-img{
margin-inline:auto!important;margin-bottom:15px
}
}

.elementor-widget-image-box .elementor-image-box-img{
display:inline-block
}

.elementor-widget-image-box .elementor-image-box-img img{
display:block;line-height:0
}

.elementor-widget-image-box .elementor-image-box-title a{
color:inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper{
text-align:center
}

.elementor-widget-image-box .elementor-image-box-description{
margin:0
}

.elementor-tab-title a{
color:inherit
}

.elementor-toggle{
text-align:start
}

.elementor-toggle .elementor-tab-title{
border-block-end:1px solid #d5d8dc;cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon{
display:inline-block;width:1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{
height:1em;margin-inline-start:-5px;width:1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{
float:right;text-align:right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{
float:left;text-align:left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{
display:block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{
display:none
}

.elementor-toggle .elementor-tab-title.elementor-active{
border-block-end:none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{
display:none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{
display:block
}

.elementor-toggle .elementor-tab-content{
border-block-end:1px solid #d5d8dc;display:none;padding:15px
}

@media (max-width:767px){
.elementor-toggle .elementor-tab-title{
padding:12px
}

.elementor-toggle .elementor-tab-content{
padding:12px 10px
}
}

.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{
width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )
}

.elementor-1819 .elementor-element.elementor-element-420fccf{
margin-top:50px;margin-bottom:0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-ecde0ec{
margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-74e48ea > .elementor-widget-container{
padding:0px 050px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-7c3a6a3 > .elementor-widget-container{
margin:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-d18c0f4 .elementor-heading-title{
font-size:11px;
}

.elementor-1819 .elementor-element.elementor-element-68404e5 > .elementor-widget-container{
margin:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-512dcd9 > .elementor-widget-container{
margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-3450fff > .elementor-widget-container{
margin:0px 0px 0px 0px;padding:0px 0px 0px 15px;
}

.elementor-1819 .elementor-element.elementor-element-6514803d > .elementor-container > .elementor-column > .elementor-widget-wrap{
align-content:center;align-items:center;
}

.elementor-1819 .elementor-element.elementor-element-6514803d{
margin-top:50px;margin-bottom:0px;padding:0px 0px 50px 0px;
}

.elementor-1819 .elementor-element.elementor-element-790d2e1e > .elementor-element-populated{
border-style:solid;border-width:1px 0px 1px 1px;border-color:#e0e0e0;padding:55px 25px 55px 55px;
}

.elementor-1819 .elementor-element.elementor-element-5dd99efe .elementor-image-box-title{
margin-bottom:6px;font-size:25px;font-weight:600;line-height:1em;color:#000000;
}

.elementor-1819 .elementor-element.elementor-element-5dd99efe .elementor-image-box-description{
font-size:15px;font-weight:400;color:#bfbfbf;
}

.elementor-1819 .elementor-element.elementor-element-1ed6c59c > .elementor-element-populated{
border-style:solid;border-width:1px 1px 1px 0px;border-color:#e0e0e0;padding:55px 55px 55px 25px;
}

.elementor-1819 .elementor-element.elementor-element-65c79fa{
text-align:center;font-size:12px;font-weight:300;font-style:italic;line-height:2.2em;color:#000000;
}

.elementor-1819 .elementor-element.elementor-element-e02c525{
margin-top:50px;margin-bottom:0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-a19ec8d{
margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-801972f{
text-align:start;
}

.elementor-1819 .elementor-element.elementor-element-801972f > .elementor-widget-container{
margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-d7315b0 > .elementor-widget-container{
margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-8d1dd48 .elementor-heading-title{
font-size:11px;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-content{
border-block-end-color:rgba(234,234,234,0);background-color:rgba(0,0,0,0);color:#000000;font-size:15px;font-weight:400;padding:0px 0px 0px 17px;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title{
border-color:rgba(234,234,234,0);background-color:rgba(0,0,0,0);
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-toggle-item:not(:last-child){
margin-block-end:21px;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-toggle-title, .elementor-1819 .elementor-element.elementor-element-c43305f .elementor-toggle-icon{
color:#000000;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-toggle-icon svg{
fill:#000000;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title.elementor-active a, .elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title.elementor-active .elementor-toggle-icon{
color:#00ce1b;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-toggle-title{
font-size:18px;font-weight:400;text-shadow:0px 0px 0px rgba(0,0,0,0.3);
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title .elementor-toggle-icon i:before{
color:#000000;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title .elementor-toggle-icon svg{
fill:#000000;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title.elementor-active .elementor-toggle-icon i:before{
color:#00ce1b;
}

.elementor-1819 .elementor-element.elementor-element-c43305f .elementor-tab-title.elementor-active .elementor-toggle-icon svg{
fill:#00ce1b;
}

.elementor-1819 .elementor-element.elementor-element-c43305f > .elementor-widget-container{
margin:0px 0px 0px 0px;padding:30px 30px 30px 30px;background-color:#fcfcfc;border-style:solid;border-width:1px 1px 1px 1px;border-color:#e2e2e2;
}

.elementor-1819 .elementor-element.elementor-element-c85db0f > .elementor-container > .elementor-column > .elementor-widget-wrap{
align-content:center;align-items:center;
}

.elementor-1819 .elementor-element.elementor-element-c85db0f{
margin-top:50px;margin-bottom:0px;padding:0px 0px 50px 0px;
}

.elementor-1819 .elementor-element.elementor-element-b503277 > .elementor-element-populated{
border-style:solid;border-width:1px 0px 1px 1px;border-color:#e0e0e0;padding:55px 25px 55px 55px;
}

.elementor-1819 .elementor-element.elementor-element-0ef8a4e .elementor-image-box-title{
margin-bottom:6px;font-size:25px;font-weight:600;line-height:1em;color:#000000;
}

.elementor-1819 .elementor-element.elementor-element-0ef8a4e .elementor-image-box-description{
font-size:15px;font-weight:400;color:#bfbfbf;
}

.elementor-1819 .elementor-element.elementor-element-bb7b760 > .elementor-element-populated{
border-style:solid;border-width:1px 1px 1px 0px;border-color:#e0e0e0;padding:55px 55px 55px 25px;
}

.elementor-1819 .elementor-element.elementor-element-3cdfc11{
text-align:center;font-size:12px;font-weight:300;font-style:italic;line-height:2.2em;color:#000000;
}

.elementor-1819 .elementor-element.elementor-element-9b2dd05{
margin-top:50px;margin-bottom:0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-ff65aa7{
margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-a0808dc > .elementor-widget-container{
margin:0px 0px 0px 0px;
}

.elementor-1819 .elementor-element.elementor-element-69611e5 .elementor-heading-title{
font-size:11px;
}

.elementor-1819 .elementor-element.elementor-element-e8ac87d > .elementor-widget-container{
margin:0px 0px 0px 0px;
}

@media(max-width:1024px){
.elementor-1819 .elementor-element.elementor-element-6514803d{
padding:100px 25px 100px 25px;
}

.elementor-1819 .elementor-element.elementor-element-790d2e1e > .elementor-element-populated{
padding:35px 35px 35px 35px;
}

.elementor-1819 .elementor-element.elementor-element-5dd99efe .elementor-image-box-title{
font-size:20px;
}

.elementor-1819 .elementor-element.elementor-element-c85db0f{
padding:100px 25px 100px 25px;
}

.elementor-1819 .elementor-element.elementor-element-b503277 > .elementor-element-populated{
padding:35px 35px 35px 35px;
}

.elementor-1819 .elementor-element.elementor-element-0ef8a4e .elementor-image-box-title{
font-size:20px;
}
}

@media(max-width:767px){
.elementor-1819 .elementor-element.elementor-element-6514803d{
padding:50px 20px 50px 20px;
}

.elementor-1819 .elementor-element.elementor-element-790d2e1e > .elementor-element-populated{
padding:25px 25px 25px 25px;
}

.elementor-1819 .elementor-element.elementor-element-1ed6c59c > .elementor-element-populated{
padding:25px 25px 25px 25px;
}

.elementor-1819 .elementor-element.elementor-element-c43305f > .elementor-widget-container{
padding:20px 20px 20px 20px;
}

.elementor-1819 .elementor-element.elementor-element-c85db0f{
padding:50px 20px 50px 20px;
}

.elementor-1819 .elementor-element.elementor-element-b503277 > .elementor-element-populated{
padding:25px 25px 25px 25px;
}

.elementor-1819 .elementor-element.elementor-element-bb7b760 > .elementor-element-populated{
padding:25px 25px 25px 25px;
}
}

@media(min-width:768px){
.elementor-1819 .elementor-element.elementor-element-790d2e1e{
width:36.4%;
}

.elementor-1819 .elementor-element.elementor-element-1ed6c59c{
width:63.6%;
}

.elementor-1819 .elementor-element.elementor-element-b503277{
width:36.4%;
}

.elementor-1819 .elementor-element.elementor-element-bb7b760{
width:63.6%;
}
}

@media(max-width:1024px) and (min-width:768px){
.elementor-1819 .elementor-element.elementor-element-790d2e1e{
width:40%;
}

.elementor-1819 .elementor-element.elementor-element-1ed6c59c{
width:60%;
}

.elementor-1819 .elementor-element.elementor-element-b503277{
width:40%;
}

.elementor-1819 .elementor-element.elementor-element-bb7b760{
width:60%;
}
}

@font-face{

  font-family: 'seosight';
  src: url('../seosight/fonts/seosight.woff2') format('woff2'),
       url('../seosight/fonts/seosight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

body.landingpage{
background:#fff;
}

.header-simple{
position: sticky; top: 0; z-index: 999;
  background: #fff;
}

.header-simple .header-inner{
display:flex; align-items:center; padding: 18px 0;
}

.header-simple .brand{
display:flex; align-items:center; gap: 14px;
  text-decoration:none;
}

.header-simple .brand-logo{
display:block; width:110px; height:auto;
}

.header-simple .logo-text .logo-title{
color:#505050; font-weight:600;
}

.header-simple .logo-text .logo-sub-title{
color:#7a7a7a; font-size: 13px;
}

.icon-list li .icon-check{
flex: 0 0 auto;
  width: 18px; height: 18px;
  margin-top: 2px;
  color: #e11d48;
}

.icon-list li .ovh{
flex: 1 1 auto;
}

.crumina-module.list.already-with-icon p{
position: relative;
  padding-left: 32px;
  margin: 0 0 14px;
}

.crumina-module.list.already-with-icon p:before{
content: "";
  position:absolute;
  left:0; top: 0.22em;
  width: 18px; height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M20%206L9%2017l-5-5%27%20fill%3D%27none%27%20stroke%3D%27%23e11d48%27%20stroke-width%3D%272.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat:no-repeat;
}

.elementor-toggle .elementor-tab-title{
display:flex; align-items:center; justify-content:space-between;
  cursor:pointer;
}

.elementor-toggle .elementor-toggle-icon{
display:flex; align-items:center;
  flex: 0 0 auto;
  margin-left: 12px;
}

.elementor-toggle .icon-caret{
width: 18px; height: 18px; display:block;
}

.elementor-toggle .elementor-toggle-icon-opened{
display:none;
}

.elementor-toggle .elementor-tab-title[aria-expanded="true"] .elementor-toggle-icon-closed{
display:none;
}

.elementor-toggle .elementor-tab-title[aria-expanded="true"] .elementor-toggle-icon-opened{
display:inline-flex;
}

.elementor-toggle .elementor-tab-content{
display:none;
}

.elementor-toggle .elementor-tab-title[aria-expanded="true"] + .elementor-tab-content{
display:block;
}

.form-label{
display:block;
  font-weight:600;
  margin: 0 0 6px;
}

.form-input{
width:100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid #d8dde6;
  margin: 0 0 12px;
}

.form-submit{
display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  cursor:pointer;
}

.elementor-element-61b7cd2{
max-width: 980px;        /* reduce empty air but keep long title on one line */
  margin-left: auto;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-tab-title{
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  padding-left: 28px;      /* keep overall padding consistent */
  padding-right: 28px;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-tab-content{
padding-left: 28px !important;
  padding-right: 28px !important;
  text-align: left;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-icon{
order: 2;                /* move caret to the right */
  margin: 0;
  flex: 0 0 auto;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-title{
order: 1;
  flex: 1 1 auto;
  margin: 0;
  white-space: nowrap;     /* keep the long question on one line (desktop) */
}

@media (max-width: 768px){
.elementor-element-61b7cd2{
max-width: 100%;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-tab-title{
padding-left: 18px;
    padding-right: 18px;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-title{
white-space: normal;   /* allow wrapping on mobile */
}
}

.elementor-element-22fff5a,
.elementor-element-22fff5a *{
text-align: left !important;
}

.elementor-element-3450fff,
.elementor-element-3450fff *{
text-align: left !important;
}

.elementor-element-bd1a9b1{
flex: 0 0 38% !important; max-width: 38% !important;
}

.elementor-element-61b7cd2{
flex: 0 0 53% !important; max-width: 53% !important;
}

.elementor-section .elementor-container{
column-gap: 30px;
}

.elementor-element-61b7cd2{
max-width: 53% !important;
}

.pmcheck-kontakt-section{
/* more whitespace between "Über uns" and "Projektstatus besprechen" */
  padding: 110px 0 70px;
}

.pmcheck-kontakt-section .container{
max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.pmcheck-kontakt-grid{
display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: start;
}

.pmcheck-kontakt-copy{
text-align: left;
}

.pmcheck-kontakt-title{
margin: 0 0 22px;
}

.pmcheck-kontakt-lead{
margin: 0 0 14px;
}

.pmcheck-kontakt-bullets{
margin: 0; padding-left: 18px;
}

.pmcheck-form-card{
background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.pmcheck-form-cta{
width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 992px){
.elementor-element-bd1a9b1,
  .elementor-element-61b7cd2{
flex: 0 0 100% !important;
    max-width: 100% !important;
}

.pmcheck-kontakt-grid{
grid-template-columns: 1fr;
}
}

.elementor-element-22fff5a .elementor-widget-wrap,
.elementor-element-22fff5a .elementor-widget-container{
padding-left: 0 !important;
  margin-left: 0 !important;
}

.elementor-element-3450fff .elementor-widget-wrap,
.elementor-element-3450fff .elementor-widget-container{
padding-left: 0 !important;
  margin-left: 0 !important;
}

.elementor-element-22fff5a .crumina-heading,
.elementor-element-22fff5a p,
.elementor-element-22fff5a h1,
.elementor-element-22fff5a h2,
.elementor-element-22fff5a h3{
margin-left: 0 !important;
}

.pmcheck-kontakt-section .container{
padding-left: 15px !important;
  padding-right: 15px !important;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-tab-title{
display: grid !important;
  grid-template-columns: 1fr 28px !important; /* text + arrow column */
  align-items: center !important;
  column-gap: 18px !important;
  text-align: left !important;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-title{
white-space: normal !important;  /* allow wrapping so long item doesn't overflow */
  text-align: left !important;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-icon{
justify-self: end !important;    /* arrow aligns on same x for all items */
}

.elementor-element-74e48ea .list--secondary,
.elementor-element-3450fff .list--secondary{
padding-left: 0 !important;
  margin-left: 0 !important;
}

.elementor-element-74e48ea .list--secondary p,
.elementor-element-3450fff .list--secondary p{
padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.elementor-element-74e48ea .list--secondary p:before,
.elementor-element-74e48ea .list--secondary p::before,
.elementor-element-3450fff .list--secondary p:before,
.elementor-element-3450fff .list--secondary p::before{
display: none !important;
  content: none !important;
}

.elementor-element-74e48ea .elementor-widget-container,
.elementor-element-3450fff .elementor-widget-container{
padding-left: 0 !important;
  margin-left: 0 !important;
}

.elementor-element-74e48ea .crumina-module.list--secondary,
.elementor-element-3450fff .crumina-module.list--secondary{
padding-left: 0 !important;
}

.elementor-element-74e48ea .crumina-module.list--secondary p,
.elementor-element-3450fff .crumina-module.list--secondary p{
padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  font-size: 18px !important;   /* match main body copy */
  line-height: 1.6 !important;
}

.elementor-element-74e48ea .crumina-module.list--secondary p:before,
.elementor-element-3450fff .crumina-module.list--secondary p:before,
.elementor-element-74e48ea .crumina-module.list--secondary p::before,
.elementor-element-3450fff .crumina-module.list--secondary p::before{
content: none !important;
  display: none !important;
}

.elementor-element-74e48ea .crumina-module.list--secondary.already-with-icon,
.elementor-element-3450fff .crumina-module.list--secondary.already-with-icon{
padding-left: 0 !important;
}

.elementor-element-ecde0ec .elementor-container{
padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1200px){
.elementor-element-ecde0ec .elementor-container{
padding-left: 15px !important;
    padding-right: 15px !important;
}
}

.elementor-element-ecde0ec .elementor-container{
padding-left: 15px !important;
  padding-right: 15px !important;
}

.elementor-element-ecde0ec .crumina-heading.align-left,
.elementor-element-ecde0ec .elementor-element-74e48ea{
margin-left: 0 !important;
  padding-left: 0 !important;
}

.elementor-element-ecde0ec .crumina-heading.align-left .title-text-wrap{
margin-left: 0 !important;
  padding-left: 0 !important;
}

.elementor-element-ecde0ec .elementor-element-74e48ea .crumina-module.list--secondary{
margin-left: 0 !important;
  padding-left: 0 !important;
}

.elementor-element-bd1a9b1 .elementor-widget-wrap{
padding-left: 0 !important;
}

.elementor-element-bd1a9b1 .elementor-widget,
.elementor-element-bd1a9b1 .elementor-widget-container{
margin-left: 0 !important;
  padding-left: 0 !important;
}

.elementor-element-bd1a9b1 .crumina-module.list--secondary{
padding-left: 0 !important;
  margin-left: 0 !important;
}

.elementor-element-bd1a9b1 .crumina-module.list--secondary p{
padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
}

.elementor-element-bd1a9b1{
flex: 0 0 36% !important; max-width: 36% !important;
}

.elementor-element-61b7cd2{
flex: 0 0 58% !important; max-width: 58% !important;
}

.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-title{
white-space: nowrap !important;
}

@media (max-width: 992px){
.elementor-element-61b7cd2 .elementor-toggle .elementor-toggle-title{
white-space: normal !important;
}
}

.elementor-element-6514803d,
.elementor-element-c85db0f{
border: 1px solid #e6e6e6 !important;
  box-sizing: border-box !important;
  background-clip: padding-box !important;
}

.elementor-element-6514803d .elementor-container,
.elementor-element-c85db0f .elementor-container{
align-items: center !important;
}

.elementor-element-6514803d .elementor-widget-wrap,
.elementor-element-c85db0f .elementor-widget-wrap,
.elementor-element-6514803d .elementor-widget-container,
.elementor-element-c85db0f .elementor-widget-container{
border: none !important;
  box-shadow: none !important;
}

.elementor-element-6514803d{
border: 1px solid #e0e0e0 !important;
  box-sizing: border-box !important;
}

.elementor-element-6514803d .elementor-element-790d2e1e > .elementor-element-populated,
.elementor-element-6514803d .elementor-element-1ed6c59c > .elementor-element-populated{
border: none !important;
}

.elementor-element-6514803d .elementor-element-790d2e1e > .elementor-element-populated,
.elementor-element-6514803d .elementor-element-1ed6c59c > .elementor-element-populated{
padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.elementor-element-6514803d .elementor-element-790d2e1e > .elementor-element-populated{
padding-left: 55px !important;
  padding-right: 25px !important;
}

.elementor-element-6514803d .elementor-element-1ed6c59c > .elementor-element-populated{
padding-left: 25px !important;
  padding-right: 55px !important;
}

.elementor-element-6514803d .elementor-element-65c79fa{
transform: translateY(14px) !important;
}

.elementor-element-c85db0f .elementor-element-b503277 > .elementor-element-populated,
.elementor-element-c85db0f .elementor-element-bb7b760 > .elementor-element-populated{
padding-top: 47px !important;
  padding-bottom: 47px !important;
}

.elementor-element-c85db0f .elementor-element-b503277 > .elementor-element-populated{
padding-left: 55px !important;
  padding-right: 25px !important;
}

.elementor-element-c85db0f .elementor-element-bb7b760 > .elementor-element-populated{
padding-left: 25px !important;
  padding-right: 55px !important;
}

.elementor-element-c85db0f .elementor-element-3cdfc11{
transform: translateY(28px) !important;
}

/* === Clean responsive H3 sizing === */
.heading-title {
    font-size: 28px;
    line-height: 1.25;
}

@media (max-width: 1024px) {
    .heading-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .heading-title {
        font-size: 20px;
    }
}

/* Red check bullets (match existing red checks) */
.pmcheck-kontakt-bullets{list-style:none;margin:0;padding:0;}
.pmcheck-kontakt-bullets li{position:relative;padding-left:32px;margin:0 0 10px;}
.pmcheck-kontakt-bullets li:before{
  content:"";
  position:absolute;
  left:0; top:0.22em;
  width:18px; height:18px;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M20%206L9%2017l-5-5%27%20fill%3D%27none%27%20stroke%3D%27%23e11d48%27%20stroke-width%3D%272.8%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-size:18px 18px;
  background-repeat:no-repeat;
}

.pmcheck-kontakt-bullets a{color:inherit;text-decoration:underline;}


/* === Mobile layout fixes (no design changes) === */
@media (max-width: 767px){
  /* Prevent horizontal overflow from wide elements */
  html, body { overflow-x: hidden; }

  /* Elementor columns: stack cleanly on mobile */
  .elementor-row, .elementor-container { flex-wrap: wrap !important; }
  .elementor-column, .elementor-col-100, .elementor-col-50, .elementor-col-33, .elementor-col-25{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Contact section grid: 2 columns -> 1 column */
  .pmcheck-kontakt-grid{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .pmcheck-kontakt-section{
    padding: 64px 0 48px !important;
  }
  .pmcheck-form-card{
    padding: 16px !important;
    border-radius: 14px !important;
  }

  /* Ensure lists don’t push layout */
  .pmcheck-kontakt-bullets li{ padding-left: 30px !important; }
  .pmcheck-kontakt-bullets li:before{ top: 0.15em !important; }

  /* Safer text wrapping */
  h1,h2,h3,h4,p,li{ word-wrap: break-word; overflow-wrap: anywhere; }

  /* Images should never overflow */
  img, svg { max-width: 100% !important; height: auto !important; }
}


/* === Fix: ensure red check icons are visible in list--secondary blocks === */
.crumina-module.list--secondary.already-with-icon p{
  padding-left: 32px !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.crumina-module.list--secondary.already-with-icon p:before{
  left: 0 !important;
}


/* === Fix: keep main text flush left; only indent BAFA box for check icons === */
.crumina-module.list--secondary.already-with-icon p{padding-left:0 !important;margin-left:0 !important;text-indent:0 !important;}
/* BAFA box column (right side) needs room for its check icons */
.elementor-element-ec5c6a4 .crumina-module.list--secondary.already-with-icon p{padding-left:32px !important;}
.elementor-element-ec5c6a4 .crumina-module.list--secondary.already-with-icon p:before{left:0 !important;}
