:root {
  --color-main:#cc4747;
  --bg-color-main:#cc4747;
  --border-color-main:#cc4747;
  --color-main-alt:#232323;
  --bg-color-main-alt:#232323;
  --border-color-main-alt:#232323;
  --color-main-blue:#6e6eff;
}

/*Global styles*/
.sea-vertical-align-middle{
  vertical-align:middle;
}
.sea-vertical-align-bottom{
  vertical-align:bottom;
}
.sea-vertical-align-super{
  vertical-align:super;
}
.sea-vertical-align-top{
  vertical-align:top;
}
.sea-font-weight-lighter{
  font-weight:lighter;
}
.sea-font-weight-normal{
  font-weight:normal;
}
.sea-font-weight-bolder{
  font-weight:bolder;
}
.sea-font-weight-bold{
  font-weight:bold;
}
.sea-font-style-italic{
  font-style:italic;
}
.sea-font-size-small{
  font-size:var(--wp--preset--font-size--small);
}
.sea-font-size-medium{
  font-size:var(--wp--preset--font-size--medium);
}
.sea-font-size-large{
  font-size:var(--wp--preset--font-size--large);
}
.sea-font-size-10{
  font-size:10px;
}
.sea-font-size-12{
  font-size:12px;
}
.sea-font-size-13{
  font-size:13px;
}
.sea-font-size-14{
  font-size:14px;
}
.sea-font-size-15{
  font-size:15px;
}
.sea-font-size-16{
  font-size:16px;
}
.sea-font-size-20{
  font-size:20px;
}
.sea-font-size-25{
  font-size:25px;
}
.sea-font-size-30{
  font-size:30px;
}
.sea-font-size-40{
  font-size:40px;
}
.sea-font-size-50{
  font-size:50px!important;
}
.sea-font-size-75{
  font-size:75px!important;
}
.sea-font-size-100{
  font-size:100px!important;
}
.sea-list-style-none{
  list-style:none
}
.sea-width-auto{
  width:auto
}
.sea-width-10-percent{
  width:9.5%;
}
.sea-width-20-percent{
  width:19.5%;
}
.sea-width-25-percent{
  width:24.5%;
}
.sea-width-30-percent{
  width:29.5%;
}
.sea-width-33-percent{
  width:32.4%;
}
.sea-width-40-percent{
  width:39.5%;
}
.sea-width-50-percent{
  width:49.5%;
}
.sea-width-60-percent{
  width:59.5%;
}
.sea-width-66-percent{
  width:65.5%;
}
.sea-width-70-percent{
  width:69.5%;
}
.sea-width-75-percent{
  width:74.5%;
}
.sea-width-80-percent{
  width:79.5%;
}
.sea-width-90-percent{
  width:89.5%;
}
.sea-width-100-percent{
  width:100%;
}
.sea-width-25{
  width:25px;
}
.sea-width-50{
  width:50px;
}
.sea-width-75{
  width:75px;
}
.sea-width-100{
  width:100px;
}
.sea-height-auto{
  height:auto
}
.sea-height-25-percent{
  height:25%;
}
.sea-height-50-percent{
  height:50%;
}
.sea-height-75-percent{
  height:75%;
}
.sea-height-100-percent{
  height:100%;
}
.sea-height-25{
  height:25px;
}
.sea-height-50{
  height:50px;
}
.sea-height-75{
  height:75px;
}
.sea-height-100{
  height:100px;
}
.sea-text-2-columns{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
}
.sea-text-transform-initial{
  text-transform:initial;
}
.sea-text-transform-uppercase{
  text-transform:uppercase;
}
.sea-text-transform-lowercase{
  text-transform:lowercase;
}
.sea-text-transform-capitalize{
  text-transform:capitalize;
}
.sea-font-weight-500{
  font-weight:500
}
.sea-font-weight-600{
  font-weight:600
}
.sea-font-weight-700{
  font-weight:700
}
.sea-pointer-events-all{
  pointer-events:all
}
.sea-pointer-events-none{
  pointer-events:none
}
.sea-text-align-center{
  text-align:center
}
.sea-text-align-left{
  text-align:left
}
.sea-text-align-right{
  text-align:right
}
.sea-text-align-justify{
  text-align:justify;
  text-justify:inter-word;
}
.sea-link-disabled{
  pointer-events:none;
  cursor:default;
}
.sea-copy-disabled{
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none;
}
.sea-margin-auto{
  margin:auto
}
.sea-margin-left-auto{
  margin-left:auto
}
.sea-margin-right-auto{
  margin-right:auto
}
.sea-container{
  display:flex;
}
.sea-row{
  margin:0 20px 10px 20px;
}
.sea-justify-content-center{
  justify-content:center;
}
.sea-justify-content-space-between{
  justify-content:space-between;
}
.sea-display-flex{
  display:flex
}
.sea-display-block{
  display:block
}
.sea-display-table{
  display:table
}
.sea-display-table-cell{
  display:table-cell
}
.sea-display-inline-table{
  display:inline-table
}
.sea-display-inline{
  display:inline
}
.sea-display-inline-block{
  display:inline-block
}
.sea-display-none,.pn_wph_nonce{
  display:none!important
}
.sea-display-none-soft{
  display:none
}
.sea-overflow-hidden{
  overflow:hidden;
}
.sea-m-0{
  margin:0px;
}
.sea-m-10{
  margin:10px;
}
.sea-m-20{
  margin:20px;
}
.sea-m-30{
  margin:30px;
}
.sea-m-40{
  margin:40px;
}
.sea-m-50{
  margin:50px;
}
.sea-m-60{
  margin:60px;
}
.sea-m-70{
  margin:70px;
}
.sea-m-75{
  margin:75px;
}
.sea-m-80{
  margin:80px;
}
.sea-m-90{
  margin:90px;
}
.sea-m-100{
  margin:100px;
}
.sea-mt-0{
  margin-top:0px;
}
.sea-mt-10{
  margin-top:10px;
}
.sea-mt-20{
  margin-top:20px;
}
.sea-mt-30{
  margin-top:30px;
}
.sea-mt-40{
  margin-top:40px;
}
.sea-mt-50{
  margin-top:50px;
}
.sea-mt-60{
  margin-top:60px;
}
.sea-mt-70{
  margin-top:70px;
}
.sea-mt-75{
  margin-top:75px;
}
.sea-mt-80{
  margin-top:80px;
}
.sea-mt-90{
  margin-top:90px;
}
.sea-mt-100{
  margin-top:100px;
}
.sea-mr-0{
  margin-right:0px;
}
.sea-mr-10{
  margin-right:10px;
}
.sea-mr-20{
  margin-right:20px;
}
.sea-mr-30{
  margin-right:30px;
}
.sea-mr-40{
  margin-right:40px;
}
.sea-mr-50{
  margin-right:50px;
}
.sea-mr-60{
  margin-right:60px;
}
.sea-mr-70{
  margin-right:70px;
}
.sea-mr-75{
  margin-right:75px;
}
.sea-mr-80{
  margin-right:80px;
}
.sea-mr-90{
  margin-right:90px;
}
.sea-mr-100{
  margin-right:100px;
}
.sea-mb-0{
  margin-bottom:0px;
}
.sea-mb-10{
  margin-bottom:10px;
}
.sea-mb-20{
  margin-bottom:20px;
}
.sea-mb-30{
  margin-bottom:30px;
}
.sea-mb-40{
  margin-bottom:40px;
}
.sea-mb-50{
  margin-bottom:50px;
}
.sea-mb-60{
  margin-bottom:60px;
}
.sea-mb-70{
  margin-bottom:70px;
}
.sea-mb-75{
  margin-bottom:75px;
}
.sea-mb-80{
  margin-bottom:80px;
}
.sea-mb-90{
  margin-bottom:90px;
}
.sea-mb-100{
  margin-bottom:100px;
}
.sea-mb-150{
  margin-bottom:150px;
}
.sea-ml-0{
  margin-left:0px;
}
.sea-ml-10{
  margin-left:10px;
}
.sea-ml-20{
  margin-left:20px;
}
.sea-ml-30{
  margin-left:30px;
}
.sea-ml-40{
  margin-left:40px;
}
.sea-ml-50{
  margin-left:50px;
}
.sea-ml-60{
  margin-left:60px;
}
.sea-ml-70{
  margin-left:70px;
}
.sea-ml-75{
  margin-left:75px;
}
.sea-ml-80{
  margin-left:80px;
}
.sea-ml-90{
  margin-left:90px;
}
.sea-ml-100{
  margin-left:100px;
}
.sea-p-0{
  padding:0px;
}
.sea-p-10{
  padding:10px;
}
.sea-p-20{
  padding:20px;
}
.sea-p-30{
  padding:30px;
}
.sea-p-40{
  padding:40px;
}
.sea-p-50{
  padding:50px;
}
.sea-p-60{
  padding:60px;
}
.sea-p-70{
  padding:70px;
}
.sea-p-75{
  padding:75px;
}
.sea-p-80{
  padding:80px;
}
.sea-p-90{
  padding:90px;
}
.sea-p-100{
  padding:100px;
}
.sea-pt-0{
  padding-top:0px;
}
.sea-pt-10{
  padding-top:10px;
}
.sea-pt-20{
  padding-top:20px;
}
.sea-pt-30{
  padding-top:30px;
}
.sea-pt-40{
  padding-top:40px;
}
.sea-pt-50{
  padding-top:50px;
}
.sea-pt-60{
  padding-top:60px;
}
.sea-pt-70{
  padding-top:70px;
}
.sea-pt-75{
  padding-top:75px;
}
.sea-pt-80{
  padding-top:80px;
}
.sea-pt-90{
  padding-top:90px;
}
.sea-pt-100{
  padding-top:100px;
}
.sea-pr-0{
  padding-right:0px;
}
.sea-pr-10{
  padding-right:10px;
}
.sea-pr-20{
  padding-right:20px;
}
.sea-pr-30{
  padding-right:30px;
}
.sea-pr-40{
  padding-right:40px;
}
.sea-pr-50{
  padding-right:50px;
}
.sea-pr-60{
  padding-right:60px;
}
.sea-pr-70{
  padding-right:70px;
}
.sea-pr-75{
  padding-right:75px;
}
.sea-pr-80{
  padding-right:80px;
}
.sea-pr-90{
  padding-right:90px;
}
.sea-pr-100{
  padding-right:100px;
}
.sea-pb-0{
  padding-bottom:0px;
}
.sea-pb-10{
  padding-bottom:10px;
}
.sea-pb-20{
  padding-bottom:20px;
}
.sea-pb-30{
  padding-bottom:30px;
}
.sea-pb-40{
  padding-bottom:40px;
}
.sea-pb-50{
  padding-bottom:50px;
}
.sea-pb-60{
  padding-bottom:60px;
}
.sea-pb-70{
  padding-bottom:70px;
}
.sea-pb-75{
  padding-bottom:75px;
}
.sea-pb-80{
  padding-bottom:80px;
}
.sea-pb-90{
  padding-bottom:90px;
}
.sea-pb-100{
  padding-bottom:100px;
}
.sea-pl-0{
  padding-left:0px;
}
.sea-pl-10{
  padding-left:10px;
}
.sea-pl-20{
  padding-left:20px;
}
.sea-pl-30{
  padding-left:30px;
}
.sea-pl-40{
  padding-left:40px;
}
.sea-pl-50{
  padding-left:50px;
}
.sea-pl-60{
  padding-left:60px;
}
.sea-pl-70{
  padding-left:70px;
}
.sea-pl-75{
  padding-left:75px;
}
.sea-pl-80{
  padding-left:80px;
}
.sea-pl-90{
  padding-left:90px;
}
.sea-pl-100{
  padding-left:100px;
}
.sea-mobile-scrollable{
  overflow-x:auto;
}
.sea-mobile-scrollable > img,.sea-mobile-scrollable > div,.sea-mobile-scrollable > table,.sea-mobile-scrollable > canvas{
  min-width:400px;
}
.sea-overlay-container{
  position:relative;
  height:auto;
  overflow:hidden;
}
.sea-overlay-background{
  position:relative;
  height:auto;
  overflow:hidden;
}
.sea-overlay-front{
  width:100%;
  position:absolute;
  z-index:4;
  top:auto;
  text-align:center;
}
.sea-img-hover-zoom{
  opacity:100;
  -webkit-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -moz-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -o-transition:all .27s cubic-bezier(.3,.1,.58,1);
  -ms-transition:all .27s cubic-bezier(.3,.1,.58,1);
  transition:all .27s cubic-bezier(.3,.1,.58,1);
}
.sea-img-hover-zoom:hover{
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}
.sea-img-hover-color,nav li.wp-block-social-link{
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  transition:all 1s ease;
  opacity:0.5;
}
.sea-img-hover-color:hover,nav li.wp-block-social-link:hover{
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
  opacity:1;
}
.sea-ul-cookies-list{
  word-wrap:break-word;
}
.sea-full-row{
  width:100vw;
  position:relative;
  margin-left:-50vw;
  height:100px;
  left:50%;
}
.sea-z-index-bottom,.sea-z-index-9{
  z-index:9
}
.sea-z-index-99{
  z-index:99
}
.sea-z-index-999{
  z-index:999
}
.sea-z-index-9999{
  z-index:9999
}
.sea-z-index-top,.sea-z-index-99999{
  z-index:99999
}
.sea-ellipsis{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
input.sea-input,textarea.sea-input{
  -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  background-color:#ffffff;
  border:1px solid #cccccc;
  -webkit-box-shadow:none;
  box-shadow:none;
  min-height:50px;
  padding:12px 18px;
  font-family:var(--wp--preset--font-family--manrope);
  font-weight:var(--wp--preset--font-size--large);
  font-size:var(--wp--preset--font-size--normal);
  line-height:1.42857143;
  border-radius:4px;
  margin-bottom:15px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
input.sea-input:focus,textarea.sea-input:focus{
  box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--color-main)99;
  border-color:var(--color-main);
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px #00000013,0 0 8px var(--color-main)99;
}
textarea.sea-input{
  min-height:75px;
}
.sea-switch input.sea-input[type="checkbox"]{
  min-height:24px!important;
  margin-bottom:0!important;
}
.sea-switch{
  position:relative;
  display:inline-block;
  width:60px;
  height:24px;
}
.sea-switch input{
  opacity:0;
  width:0;
  height:0;
}
.sea-slider{
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#cccccc;
  -webkit-transition:.4s;
  transition:.4s;
}
.sea-slider:before{
  position:absolute;
  content:"";
  height:18px;
  width:18px;
  left:4px;
  bottom:3px;
  background-color:white;
  -webkit-transition:.4s;
  transition:.4s;
}
input:checked + .sea-slider{
  background-color:var(--bg-color-main);
}
input:focus + .sea-slider{
  box-shadow:0 0 1px var(--bg-color-main);
}
input:checked + .sea-slider:before{
  -webkit-transform:translateX(33px);
  -ms-transform:translateX(33px);
  transform:translateX(33px);
}
.sea-slider.sea-round{
  border-radius:34px;
}
.sea-slider.sea-round:before{
  border-radius:50%;
}
.sea-btn{
  background-color:var(--color-main);
  color:#fff;
  text-shadow:0 0 20px var(--color-main);
  display:inline-block;
  margin:auto;
  font-family:var(--wp--preset--font-family--manrope);
  font-weight:var(--wp--preset--font-weight--normal);
  font-size:var(--wp--preset--font-size--normal);
  border-radius:4px;
  height:auto;
  text-align:center;
  box-shadow:none;
  line-height:20px;
  border:none;
  padding:5px 20px;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  cursor:pointer;
  text-decoration:none;
}
.sea-btn:hover{
  background-color:var(--bg-color-main-alt);
}
.sea-btn-mini{
  line-height:20px;
  padding:5px 30px;
}
.sea-cursor-pointer{
  cursor:pointer;
}
.sea-cursor-help{
  cursor:help;
}
.sea-cursor-not-allowed{
  cursor:not-allowed;
}
.sea-cursor-move{
  cursor:move;
  cursor:grab;
  cursor:-moz-grab;
  cursor:-webkit-grab;
}
.sea-cursor-move:active{
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}
.sea-pointer-events-none{
  pointer-events:none;
}
.sea-color-transparent{
  color:transparent;
}
.sea-color-white{
  color:#ffffff;
}
.sea-color-black{
  color:#000000;
}
.sea-bg-color-white{
  background-color:#ffffff;
}
.sea-bg-color-transparent{
  background-color:transparent;
}
.sea-bg-color-black{
  background-color:#000000;
}
.sea-color-main-0{
  color:var(--color-main);
}
.sea-bg-color-main-0{
  background-color:var(--bg-color-main);
}
.sea-border-color-main-0{
  border-color:var(--border-color-main);
}
.sea-color-main-1{
  color:var(--color-main-alt);
}
.sea-bg-color-main-1{
  background-color:var(--bg-color-main-alt);
}
.sea-border-color-main-1{
  border-color:var(--border-color-main-alt);
}
.sea-color-red{
  color:#da1d4c;
}
.sea-color-blue{
  color:var(--color-main-blue);
}
.sea-color-green{
  color:#a3ad20;
}
.sea-filter-grayscale{
  filter:grayscale(100%);
}
.sea-position-relative{
  position:relative;
}
.sea-position-absolute{
  position:absolute;
}
.sea-top-0{
  top:0;
}
.sea-top-10{
  top:10px;
}
.sea-top-20{
  top:20px;
}
.sea-left-0{
  left:0;
}
.sea-left-10{
  left:10px;
}
.sea-left-20{
  left:20px;
}
.sea-right-0{
  right:0;
}
.sea-right-10{
  right:10px;
}
.sea-right-20{
  right:20px;
}
.sea-left-0{
  left:0;
}
.sea-left-10{
  left:10px;
}
.sea-left-20{
  left:20px;
}
.sea-bottom-0{
  bottom:0;
}
.sea-bottom-10{
  bottom:10px;
}
.sea-bottom-20{
  bottom:20px;
}
.sea-position-fixed{
  position:fixed;
}
.sea-border-none{
  border:none;
}
.sea-float-left{
  float:left;
}
.sea-float-right{
  float:right;
}
.sea-float-none{
  float:none;
}
.sea-box-shadow-none{
  box-shadow:none
}
.sea-text-shadow-none{
  text-shadow:none
}
.sea-video-embed{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  max-width:100%;
  height:auto;
}
.sea-video-embed iframe,.sea-video-embed object,.sea-video-embed embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
textarea{
  resize:vertical;
}
.sea-shadow{
  box-shadow:10px 10px 10px #00000026;
}
.sea-shadow-dark{
  box-shadow:10px 10px 10px #d1d1d1;
}
.sea-shadow-complete{
  box-shadow:0 0 25px 0 #00000026;
  border-radius:5px;
}
.sea-main-message{
  min-width:300px;
  box-shadow:0 1px 3px 0 #3c40434d,0 4px 8px 3px #3c40434d;
  font-size:var(--wp--preset--font-size--normal);
  letter-spacing:.2px;
  -webkit-align-items:center;
  align-items:center;
  background-color:var(--color-main);
  border:none;
  -webkit-border-radius:4px;
  border-radius:4px;
  top:50px;
  right:0;
  bottom:auto;
  left:auto;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color:#fff;
  line-height:36px;
  font-weight:400;
  margin:25px;
  max-width:640px;
  min-height:38px;
  padding:15px 25px;
  padding-right:52px;
  position:fixed;
  text-align:left;
  white-space:normal;
  line-height:25px;
  z-index:999999;
}
.sea-main-message a{
  color:#8ab4f8
}
#sea-bar-wrapper{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background-color:transparent;
}
#sea-bar{
  width:1%;
  height:5px;
  background:linear-gradient(90deg,#9d000a,#c36100,#006912,#004f54,#0b00a0);
}
.sea-border-radius-50-percent{
  border-radius:50%;
}
.sea-border-radius-5{
  border-radius:5px;
}
.sea-border-radius-20{
  border-radius:20px;
}
.sea-border-radius-bottom-0{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.sea-border-radius-top-0{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.sea-black-and-white{
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}
.sea-box-shadow{
  box-shadow:4px 4px 10px 1px #0000003d;
}
.sea-text-shadow{
  text-shadow:2px 2px 5px var(--color-main);
}
.sea-ul-columns-2{
  columns:2;
  -webkit-columns:2;
  -moz-columns:2;
}
.sea-parallax{
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.sea-close-icon{
  position:absolute;
  top:5px;
  right:0;
}
.sea-shader{
  z-index:3;
  -webkit-transition:opacity .4s cubic-bezier(.165,.84,.44,1);
  transition:opacity .4s cubic-bezier(.165,.84,.44,1);
  opacity:0;
  background-color:#00000096;
  position:absolute;
  width:100%;
  height:100%;
}
.sea-shader:hover{
  opacity:1;
}
.sea-opacity-50-percent{
  opacity:0.5;
}
.sea-text-decoration-none{
  text-decoration:none;
}
.sea-text-decoration-underline{
  text-decoration:underline;
}
.wc-block-components-notice-banner.is-success,.sea-alert-success{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#699801;
  color:#ffffff;
  margin:30px auto;
}
.sea-alert-warning{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#b6821d;
  color:#ffffff;
  margin:30px auto;
}
.sea-alert-error{
  padding:10px 40px;
  border:none;
  border-radius:5px;
  background-color:#b61627;
  color:#ffffff;
  margin:30px auto;
}
.sea-max-width-300{
  max-width:300px!important;
}
.sea-max-width-500{
  max-width:500px;
}
.sea-max-width-700{
  max-width:700px;
}
.sea-max-width-1000{
  max-width:1000px;
}
.sea-white-space-pre-wrap{
  white-space:pre-wrap;
}
.sea-width-100-percent~.select2-container{
  width:100%!important;
}
.sea-body .select2-search__field{
  padding:10px!important;
  font-size:var(--wp--preset--font-size--normal);
}
.sea-select,.sea-select~.select2-container .select2-selection__rendered{
  font-family:var(--wp--preset--font-family--manrope);
  font-weight:var(--wp--preset--font-weight--normal);
  font-size:var(--wp--preset--font-size--large);
}
.sea-select.sea-display-none + .sea-select~.select2-container{
  display:none
}
.sea-body.sea-body-logged-in .fancybox-container~.select2-container--open .select2-dropdown{
  top:30px;
}
.sea-body.sea-body-logged-in.sea-body-administrator .select2-dropdown{
  top:30px;
}
.sea-select~.select2-container .select2-selection--single,.sea-select~.select2-container .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered,.sea-select~.select2-container .select2-selection__arrow{
  min-height:50px;
}
.sea-select~.select2-container .select2-selection__placeholder,.sea-select~.select2-container .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered{
  line-height:50px;
}
.sea-select~.select2-container .select2-selection--single .select2-selection__clear{
  font-size:var(--wp--preset--font-size--normal);
  padding-right:10px;
}
.sea-select~.select2-container .select2-selection--multiple{
  height:auto;
}
.sea-select~.select2-container .select2-selection--multiple .select2-search--inline{
  display:contents;
}
/*.sea-select~.select2-container .select2-selection--multiple .select2-search__field:placeholder-shown{
  width:100%!important;
}
.sea-select~.select2-container .select2-selection--multiple span.select2-selection__clear~.select2-search--inline .select2-search__field:placeholder-shown{
  width:auto!important;
}
*/.sea-body .fancybox-content .sea-select~.select2-container,.sea-select~.select2-container{
  width:100%;
}
.sea-body .fancybox-container~.select2-container{
  z-index:999999;
}
/* WPH TABS */
.sea-tabs{
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  border:1px solid #cccccc;
  background-color:#f1f1f1
}
.sea-tabs button{
  width:50%;
  background-color:inherit;
  float:left;
  border:none;
  outline:0;
  cursor:pointer;
  padding:14px 16px;
  transition:.3s
}
.sea-tabs button:hover{
  background-color:#dddddd
}
.sea-tabs button.active{
  background-color:#cccccc
}
.sea-tab-content{
  padding:30px 12px 6px;
  border:1px solid #cccccc;
  border-top:none
}
/*  END WPH TABS */

.sea-input-wrapper.sea_nonce{
  height:0;
}
header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
  text-transform:uppercase;
  font-weight:400;
  font-size:var(--wp--preset--font-size--small);
}
.sea-body .darkmode--enabled img,.sea-body .darkmode--enabled figure,.sea-body .darkmode--enabled .sea-btn,.sea-body .darkmode--enabled .vle-btn,.sea-body .darkmode--enabled .material-icons-outlined.sea-color-main-0,.sea-body .darkmode--enabled .wp-element-button,.sea-body .darkmode--enabled footer{
  mix-blend-mode:difference;
}
.sea-bordered{
  border:1px solid #c3c3c3;
}
.sea-body audio {
  filter:sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
  width:200px;
  height:25px;
}
.sea-body footer h5.has-body-font-family::after{
  background-color:var(--bg-color-main)!important;
}
.sea-body #header,.sea-body #header ~ hr,.sea-body #footer,.sea-body #footer ~ hr{
    display:none;
}
.fancybox-content.sea-popup{
  vertical-align:top;
  margin-top:20px;
}
.fancybox-content.sea-popup.sea-popup-size-small{
  width:300px;
}
.fancybox-content.sea-popup.sea-popup-size-medium{
  width:750px;
}
.fancybox-content.sea-popup.sea-popup-size-large{
  width:1000px;
}
.sea-menu-more-overlay{
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:#00000057;
}
.sea-menu-more{
  position:absolute;
  right:0;
  min-width:250px;
  background-color:#ffffff;
  border-radius:10px;
}
.sea-menu-more ul{
  margin:0;
  padding:10px;
}
.sea-menu-more li{
  text-align:left;
  margin-bottom:5px;
}
.sea-menu-more p{
  margin-bottom:0;
  font-size:16px;
}
.sea-list-more{
  position:absolute;
  right:0;
  min-width:250px;
  background-color:#ffffff;
  border-radius:10px;
}
.sea-list-more ul{
  margin:0;
  padding:10px;
}
.sea-list-more li{
  text-align:left;
  margin-bottom:5px;
}
.sea-list-more p{
  margin-bottom:0;
}
.sea-tasks-list{
  margin-top:50px;
  margin-bottom:100px;
}
.sea-task{
  margin-bottom:20px;
}
body.home .wp-block-post-title,body.home figure.wp-block-post-featured-image{
  display:none;
}
body main{
  margin-top:0!important;
}
body main > .wp-block-group{
  padding-top:0!important;
}
.sea-img-hover-color{
  max-width:100px;
  height:auto;
  vertical-align:middle;
}
.lang-item{
  vertical-align:middle;
  line-height:100px;
  list-style:none;
  padding-left:10px;
}

@media all and (max-width:768px){
  .sea-text-2-columns{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }
  .sea-tablet-width-100-percent{
    width:100%;
  }
  .sea-tablet-display-block{
    display:block
  }
  .sea-tablet-display-table{
    display:table
  }
  .sea-tablet-display-none{
    display:none!important;
  }
  .sea-container{
    flex-direction:column;
  } 
  .wp-block-navigation.items-justified-right{
    --navigation-layout-justification-setting:flex-start;
    --navigation-layout-justify:flex-start;
  }
  .fancybox-content.sea-popup{
    padding:40px 5px;
    margin-top:50px;
  }
}

@media all and (max-width:450px){
  .sea-mobile-width-100-percent{
    width:100%;
  }
  .sea-mobile-display-block{
    display:block
  }
  .sea-mobile-display-table{
    display:table
  }
}


/* LOADER CIRCLE */
.sea-loader-circle-wrapper{
  width:100%;
  margin:auto;
  height:200px;
  margin-top:125px;
}
.sea-loader-circle{
  display:inline-block;
  position:relative;
  width:80px;
  height:80px
}
.sea-loader-circle div{
  box-sizing:border-box;
  display:block;
  position:absolute;
  width:64px;
  height:64px;
  margin:8px;
  border:8px solid var(--color-main);
  border-radius:50%;
  animation:sea-loader-circle 1.2s cubic-bezier(.5,0,.5,1) infinite;
  border-color:var(--color-main) transparent transparent;
}
.sea-loader-circle div:nth-child(1){
  animation-delay:-.45s
}
.sea-loader-circle div:nth-child(2){
  animation-delay:-.3s
}
.sea-loader-circle div:nth-child(3){
  animation-delay:-.15s
}
@keyframes sea-loader-circle{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}

.sea-waiting{
  display:inline;
  vertical-align:middle;
}
.sea-loader-circle-waiting{
  display:inline-block;
  position:relative;
  width:20px;
  height:20px
}
.sea-loader-circle-waiting div{
  box-sizing:border-box;
  display:block;
  position:absolute;
  width:20px;
  height:20px;
  margin:3px 8px;
  border:3px solid var(--color-main);
  border-radius:50%;
  animation:sea-loader-circle-waiting 1.2s cubic-bezier(.5,0,.5,1) infinite;
  border-color:var(--color-main) transparent transparent;
}
.sea-loader-circle-waiting div:nth-child(1){
  animation-delay:-.45s
}
.sea-loader-circle-waiting div:nth-child(2){
  animation-delay:-.3s
}
.sea-loader-circle-waiting div:nth-child(3){
  animation-delay:-.15s
}
@keyframes sea-loader-circle-waiting{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}
/* END LOADER CIRCLE */

/* OWL CAROUSEL */
  .sea-carousel .owl-nav{
    position:absolute;
    top:23%;
    width:100%;
  }
  .sea-carousel .owl-nav .owl-prev{
    position:absolute;
    left:-50px;
  }
  .sea-carousel .owl-nav .owl-next{
    position:absolute;
    right:-50px;
  }
  .sea-carousel .owl-nav i{
    font-size:50px;
  }
  .sea-carousel .owl-dots{
    margin-top:30px;
  }
  .sea-carousel .owl-item{
    cursor:grab;
  }
  .sea-carousel .owl-dots{
    -webkit-tap-highlight-color:transparent;
    text-align:center;
    margin-top:20px;
  }
  .sea-carousel .owl-dot{
    display:inline-block;
     zoom:1;
  }
  .sea-carousel .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#d6d6d6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
  }
  .sea-carousel .owl-dots .owl-dot.active span,.sea-carousel .owl-dots .owl-dot:hover span{
    background-color:#585f62;
  }

  @media all and (max-width:768px){
    .sea-carousel .owl-nav button.owl-prev{
      left:-40px;
    }
    .sea-carousel .owl-nav button.owl-next{
      right:-40px;
    }
  }
/* END OWL CAROUSEL */

/* WPH FORMS */
  .sea-section-helper{
    position:absolute;
    left:-15px;
    font-size:20px;
    cursor:help;
  }
  .sea-toggle label{
    font-weight:bold;
    font-size:18px;
  }
  .sea-images img{
    width:50px!important;
    height:auto!important;
  }
  .sea-videos{
    margin-bottom:20px!important;
  }
  .sea-videos img{
    width:50px!important;
    height:auto!important;
    text-align:center;
  }
  .sea-video{
    padding:10px!important;
    margin:0px 10px!important;
    display:inline-block!important;
    border:1px solid #a2a2a2!important;
    border-radius:5px!important;
  }
  .sea-video i{
    font-size:50px!important;
    width:100%!important;
    display:block!important;
    min-height:50px!important;
  }
  .sea-videos-block{
    text-align:center!important;
  }
  .sea-audios{
    margin-bottom:20px!important;
  }
  .sea-audios img{
    width:50px!important;
    height:auto!important;
    text-align:center;
  }
  .sea-audio{
    padding:10px!important;
    margin:0px 10px!important;
    display:inline-block!important;
    border:1px solid #a2a2a2!important;
    border-radius:5px!important;
  }
  .sea-audio i{
    font-size:50px!important;
    width:100%!important;
    display:block!important;
    min-height:50px!important;
  }
  .sea-audios-block{
    text-align:center!important;
  }
  .sea-files embed{
    width:100%;
    height:100px;
  }
  .sea-input-range{
    height:35px;
    -webkit-appearance:none;
    margin:10px 0;
    width:100%;
    border-bottom:none;
    padding:0;
    border:0!important;
  }
  .sea-input-range:focus{
    outline:none;
  }
  .sea-input-range::-webkit-slider-runnable-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    box-shadow:0px 0px 0px #000000;
    background:#c1c1c1;
    border-radius:50px;
    border:0px solid #000000;
  }
  .sea-input-range::-webkit-slider-thumb{
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
    -webkit-appearance:none;
    margin-top:1px;
  }
  .sea-input-range:focus::-webkit-slider-runnable-track{
    background:#c1c1c1;
  }
  .sea-input-range::-moz-range-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    box-shadow:0px 0px 0px #000000;
    background:#c1c1c1;
    border-radius:50px;
    border:0px solid #000000;
  }
  .sea-input-range::-moz-range-thumb{
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
  }
  .sea-input-range::-ms-track{
    width:100%;
    height:30px;
    cursor:pointer;
    animate:0.2s;
    background:transparent;
    border-color:transparent;
    color:transparent;
  }
  .sea-input-range::-ms-fill-lower{
    background:#c1c1c1;
    border:0px solid #000000;
    border-radius:100px;
    box-shadow:0px 0px 0px #000000;
  }
  .sea-input-range::-ms-fill-upper{
    background:#c1c1c1;
    border:0px solid #000000;
    border-radius:100px;
    box-shadow:0px 0px 0px #000000;
  }
  .sea-input-range::-ms-thumb{
    margin-top:1px;
    box-shadow:1px 1px 5px #000000;
    border:0px solid #000000;
    height:28px;
    width:25px;
    border-radius:50px;
    background:#FFFFFF;
    cursor:pointer;
  }
  .sea-input-range:focus::-ms-fill-lower{
    background:#c1c1c1;
  }
  .sea-input-range:focus::-ms-fill-upper{
    background:#c1c1c1;
  }
  .sea-input-range-wrapper,.sea-input-stars-wrapper{
    position:relative;
    padding-bottom:30px;
  }
  .sea-input-range-label-min,.sea-input-stars-label-min{
    position:absolute;
    top:50px;
    left:-50px;
  }
  .sea-input-hidden-stars{
    text-align:center;
    font-size:30px!important;
    font-weight:bold;
    border:none!important;
    padding:0!important;
    margin:0;
  }
  .sea-input-range-output{
    text-align:center;
    margin-top:0;
  }
  .sea-input-star{
    cursor:pointer;
    width:50px;
    padding:0 20px;
    font-size:50px!important;
  }
  .sea-password-checker{
    max-width:470px;
  }
  .sea-progress-bar-wrapper{
    height:10px!important;
    border-radius:3px;
    margin-bottom:20px;
  }
  .sea-progress-bar{
    border-radius:3px;
  }
  .form-group{
    margin-bottom:10px;
  }
  .sea-show-pass{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:15px;
    width:15px;
  }
  .sea-progress-bar-danger{
    border-radius:3px;
    background-color:#e90f10;
  }
  .sea-progress-bar-warning{
    border-radius:3px;
    background-color:#ffad00;
  }
  .sea-progress-bar-success{
    border-radius:3px;
    background-color:#02b502;
  }
  .login-btn{
    width:180px!important;
    background-image:linear-gradient(to right, #f6086e, #ff133a)!important;
    font-size:18px;
    color:#fff;
    margin:0 auto 5px;
    padding:8px 0;
  }
  .login-btn:hover{
    background-image:linear-gradient(to right, rgba(255, 0, 111, 0.8), rgba(247, 2, 43, 0.8) )!important;
    color:#fff!important;
  }
  .fa-eye{
    color:#022255;
    cursor:pointer;
  }
  .sea-password-strength-bar{
    height:100%;
    -webkit-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -moz-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -o-transition:all .5s cubic-bezier(.3,.1,.58,1);
    -ms-transition:all .5s cubic-bezier(.3,.1,.58,1);
    transition:all .5s cubic-bezier(.3,.1,.58,1);
  }

  @media all and (max-width:768px){
    .sea-input-range-label-min,.sea-input-stars-label-min{
      left:-10px;
    }
  }
  .sea-input-range-label-max,.sea-input-stars-label-max{
    position:absolute;
    top:50px;
    right:-50px;
  }
  @media all and (max-width:768px){
    .sea-input-range-label-max,.sea-input-stars-label-max{
      right:-10px;
    }
  }
  .sea-section-wrapper label{
    color:var(--color-main);
  }
  .sea-input-field-disabled input,.sea-input-field-disabled select,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--single,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--multiple,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered input,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered input,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered li{
    border:0!important;
    padding:0!important;
    background-color:transparent!important;
  }
  .sea-select~.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow,.sea-select~.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear{
    display:none!important;
  }
  .sea-select~.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered{
    display:grid!important;
  }
/* END WPH FORMS */

/* WPH SWITCH */
  .sea-switch input.sea-input[type="checkbox"]{
    min-height:24px!important;
    margin-bottom:0!important;
  }
  .sea-switch{
    position:relative;
    display:inline-block;
    width:60px;
    height:24px;
  }
  .sea-switch input{
    opacity:0;
    width:0;
    height:0;
  }
  .sea-slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#cccccc;
    -webkit-transition:.4s;
    transition:.4s;
  }
  .sea-slider:before{
    position:absolute;
    content:"";
    height:18px;
    width:18px;
    left:4px;
    bottom:3px;
    background-color:white;
    -webkit-transition:.4s;
    transition:.4s;
  }
  input:checked + .sea-slider{
    background-color:var(--bg-color-main);
  }
  input:focus + .sea-slider{
    box-shadow:0 0 1px var(--bg-color-main);
  }
  input:checked + .sea-slider:before{
    -webkit-transform:translateX(33px);
    -ms-transform:translateX(33px);
    transform:translateX(33px);
  }
  .sea-slider.sea-round{
    border-radius:34px;
  }
  .sea-slider.sea-round:before{
    border-radius:50%;
  }
  .sea-checkbox[disabled] ~ .sea-slider{
    cursor:default;
  }
/* END WPH SWITCH */