@charset "UTF-8";
/*!
 |-----------------------------------------------------------------------------------------------------------
 |
 |
 |
 | Skin CSS
 |
 |
 |
 |-----------------------------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Heading - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style h1, ._content-style h2, ._content-style h3, ._content-style h4, ._content-style h5, ._content-style h6,
._content-style .h1, ._content-style .h2, ._content-style .h3, ._content-style .h4, ._content-style .h5, ._content-style .h6 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: var(--heading-line-height);
  text-transform: var(--heading-text-transform);
}
._content-style h1 a, ._content-style h2 a, ._content-style h3 a, ._content-style h4 a, ._content-style h5 a, ._content-style h6 a,
._content-style .h1 a, ._content-style .h2 a, ._content-style .h3 a, ._content-style .h4 a, ._content-style .h5 a, ._content-style .h6 a {
  color: var(--heading-color);
}
._content-style h1 a:hover, ._content-style h2 a:hover, ._content-style h3 a:hover, ._content-style h4 a:hover, ._content-style h5 a:hover, ._content-style h6 a:hover,
._content-style .h1 a:hover, ._content-style .h2 a:hover, ._content-style .h3 a:hover, ._content-style .h4 a:hover, ._content-style .h5 a:hover, ._content-style .h6 a:hover {
  color: var(--primary);
}
._content-style h1 .tagline, ._content-style h2 .tagline, ._content-style h3 .tagline, ._content-style h4 .tagline, ._content-style h5 .tagline, ._content-style h6 .tagline,
._content-style .h1 .tagline, ._content-style .h2 .tagline, ._content-style .h3 .tagline, ._content-style .h4 .tagline, ._content-style .h5 .tagline, ._content-style .h6 .tagline {
  display: block;
  margin-bottom: 10px;
  font-size: 0.6em;
  color: var(--heading-color);
  font-weight: var(--font-weight-bold);
}

._content-style h1 {
  color: var(--h1-color);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  font-family: var(--h1-font-family);
}
@media (max-width: 991px) {
  ._content-style h1 {
    font-size: var(--h1-font-size-mobile);
  }
}
._content-style h2 {
  color: var(--h2-color);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  font-family: var(--h2-font-family);
}
@media (max-width: 991px) {
  ._content-style h2 {
    font-size: var(--h2-font-size-mobile);
  }
}
._content-style h3 {
  color: var(--h3-color);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  font-family: var(--h3-font-family);
}
@media (max-width: 991px) {
  ._content-style h3 {
    font-size: var(--h3-font-size-mobile);
  }
}
._content-style h4 {
  color: var(--h4-color);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  font-family: var(--h4-font-family);
}
@media (max-width: 991px) {
  ._content-style h4 {
    font-size: var(--h4-font-size-mobile);
  }
}
._content-style h5 {
  color: var(--h5-color);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  font-family: var(--h5-font-family);
}
@media (max-width: 991px) {
  ._content-style h5 {
    font-size: var(--h5-font-size-mobile);
  }
}
._content-style h6 {
  color: var(--h6-color);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  font-family: var(--h6-font-family);
}
@media (max-width: 991px) {
  ._content-style h6 {
    font-size: var(--h6-font-size-mobile);
  }
}

._content-style .h1 {
  color: var(--h1-color);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  font-family: var(--h1-font-family);
}
@media (max-width: 991px) {
  ._content-style .h1 {
    font-size: var(--h1-font-size-mobile);
  }
}
._content-style .h2 {
  /* color: var(--h2-color); */
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  font-family: var(--h2-font-family);
}
@media (max-width: 991px) {
  ._content-style .h2 {
    font-size: var(--h2-font-size-mobile);
  }
}
._content-style .h3 {
  color: var(--h3-color);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  font-family: var(--h3-font-family);
}
@media (max-width: 991px) {
  ._content-style .h3 {
    font-size: var(--h3-font-size-mobile);
  }
}
._content-style .h4 {
  color: var(--h4-color);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  font-family: var(--h4-font-family);
}
@media (max-width: 991px) {
  ._content-style .h4 {
    font-size: var(--h4-font-size-mobile);
  }
}
._content-style .h5 {
  color: var(--h5-color);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  font-family: var(--h5-font-family);
}
@media (max-width: 991px) {
  ._content-style .h5 {
    font-size: var(--h5-font-size-mobile);
  }
}
._content-style .h6 {
  color: var(--h6-color);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  font-family: var(--h6-font-family);
}
@media (max-width: 991px) {
  ._content-style .h6 {
    font-size: var(--h6-font-size-mobile);
  }
}
._content-style .paragraph {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: var(--line-height);
  text-transform: none;
  color: var(--text-color);
  font-size: var(--font-size);
  font-weight: var(--font-weight-normal);
  font-family: var(--font-family-sans-serif);
}
@media (max-width: 991px) {
  ._content-style .paragraph {
    font-size: var(--font-size);
  }
}
._content-style .paragraph a {
  color: var(--link-color);
}
._content-style .paragraph a:hover {
  color: var(--link-color-hover);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Heading - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Paragraph - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style p {
  margin-top: 0;
  margin-bottom: 30px;
}
._content-style p a {
  word-break: break-all;
}
._content-style .mwPageBlock.Embed .Container p {
  margin-top: 0;
  margin-bottom: 30px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Paragraph - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style blockquote {
  position: relative;
  padding: 100px 30px 30px 40px;
  margin-bottom: 30px;
  border-left: 5px solid var(--primary);
  background-color: rgba(0, 0, 0, 0.1);
}
._content-style blockquote:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 40%;
  background-color: var(--primary);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/static/svg/icon-quote-2-left.svg");
}
._content-style blockquote p {
  margin-bottom: 15px;
  font-size: calc(var(--font-size) + 2px);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style p img {
  max-width: 100%;
  height: auto;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - SVG - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style svg {
  overflow: hidden;
  vertical-align: middle;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - SVG - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwPageBlock.Content ul,
._mce-style ul {
  list-style-type: disc;
}
.mwPageBlock.Content ol,
._mce-style ol {
  list-style-type: decimal;
}
.mwPageBlock.Content ul ul, .mwPageBlock.Content ul ol, .mwPageBlock.Content ol ul, .mwPageBlock.Content ol ol,
._mce-style ul ul,
._mce-style ul ol,
._mce-style ol ul,
._mce-style ol ol {
  list-style-type: circle;
}
.mwPageBlock.Content ul ul ul, .mwPageBlock.Content ul ul ol, .mwPageBlock.Content ul ol ul, .mwPageBlock.Content ul ol ol, .mwPageBlock.Content ol ul ul, .mwPageBlock.Content ol ul ol, .mwPageBlock.Content ol ol ul, .mwPageBlock.Content ol ol ol,
._mce-style ul ul ul,
._mce-style ul ul ol,
._mce-style ul ol ul,
._mce-style ul ol ol,
._mce-style ol ul ul,
._mce-style ol ul ol,
._mce-style ol ol ul,
._mce-style ol ol ol {
  list-style-type: square;
}
.mwPageBlock.Content ul, .mwPageBlock.Content ol,
._mce-style ul,
._mce-style ol {
  padding-left: var(--ul-padding-left);
  margin: 0 0 30px;
}
.mwPageBlock.Content ul li, .mwPageBlock.Content ol li,
._mce-style ul li,
._mce-style ol li {
  margin-top: var(--li-margin-top);
  margin-bottom: var(--li-margin-bottom);
}
.mwPageBlock.Content ul li ul, .mwPageBlock.Content ul li ol, .mwPageBlock.Content ol li ul, .mwPageBlock.Content ol li ol,
._mce-style ul li ul,
._mce-style ul li ol,
._mce-style ol li ul,
._mce-style ol li ol {
  margin-top: var(--nested-ul-margin-top);
  margin-bottom: var(--nested-ul-margin-bottom);
}
.mwPageBlock.Content ul li ul li, .mwPageBlock.Content ul li ol li, .mwPageBlock.Content ol li ul li, .mwPageBlock.Content ol li ol li,
._mce-style ul li ul li,
._mce-style ul li ol li,
._mce-style ol li ul li,
._mce-style ol li ol li {
  margin-top: var(--nested-li-margin-top);
  margin-bottom: var(--nested-li-margin-bottom);
}
.mwPageBlock.Content dl,
._mce-style dl {
  margin: 0 0 30px;
}
.mwPageBlock.Content dl dt,
._mce-style dl dt {
  margin-top: var(--li-margin-top);
}
.mwPageBlock.Content dl dd,
._mce-style dl dd {
  margin-bottom: var(--li-margin-bottom);
  margin-left: 40px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - List - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Table - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  ._content-style table:not(.Dialog) {
    overflow: auto;
    display: block;
    max-width: 100%;
  }
}
._content-style table:not(.Dialog) th, ._content-style table:not(.Dialog) td {
  padding: 20px;
  text-align: inherit;
  vertical-align: top;
  border-top: 1px solid var(--table-border-color);
}
._content-style table:not(.Dialog) thead th {
  vertical-align: bottom;
}
._content-style table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: var(--table-accent-bg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Table - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._content-style .Dialog {
  width: 100%;
  table-layout: fixed;
}
._content-style .Dialog ::-webkit-input-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog ::-moz-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog :-ms-input-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog ::-ms-input-placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog ::placeholder {
  opacity: 1;
  color: var(--form-placeholder-color);
}
._content-style .Dialog hr {
  margin: 35px 0;
  border-color: var(--border-color-dark);
}
._content-style .Dialog label {
  display: block;
  padding-bottom: var(--form-gutter);
}
._content-style .Dialog .asterisk {
  color: var(--danger);
}
._content-style .Dialog th, ._content-style .Dialog td {
  padding: var(--form-gutter) 0;
}
._content-style .Dialog th + td {
  padding-left: 15px;
}
@media (max-width: 575px) {
  ._content-style .Dialog.wide th + td {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  ._content-style .Dialog.wide th, ._content-style .Dialog.wide td {
    display: block;
  }
}

._content-style .mwInput {
  height: auto;
  padding: 0;
  margin: 0;
  font-size: var(--form-font-size);
  font-family: var(--form-font-family);
  line-height: var(--form-line-height);
  color: var(--form-text-color);
  border: 0;
  border-radius: var(--form-border-radius);
  background-color: var(--form-bg);
  box-shadow: var(--form-shadow);
  transition: var(--transition-200);
}
._content-style .mwInput input,
._content-style .mwInput textarea,
._content-style .mwInput button,
._content-style .mwInput select,
._content-style .mwInput option,
._content-style .mwInput optgroup,
._content-style .mwInput fieldset,
._content-style .mwInput label,
._content-style .mwInput output {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background-color: transparent;
}
._content-style .mwInput.text, ._content-style .mwInput.file, ._content-style .mwInput.select {
  height: var(--form-input-height);
}
._content-style .mwInput input,
._content-style .mwInput button,
._content-style .mwInput select,
._content-style .mwInput option,
._content-style .mwInput optgroup,
._content-style .mwInput fieldset,
._content-style .mwInput output {
  height: 100%;
}
._content-style .mwInput label,
._content-style .mwInput textarea {
  height: auto;
}
._content-style .mwInput *,
._content-style .mwInput div {
  line-height: var(--form-line-height);
}

._content-style .mwInput.text input {
  width: 100%;
  padding: 0 var(--form-input-padding);
  line-height: var(--form-line-height);
}

._content-style .mwInput.select select {
  width: 100%;
}
._content-style .mwInput.select .dropdown {
  width: var(--form-input-height);
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  border: 0;
  color: var(--white);
  background-color: var(--primary);
}
._content-style .mwInput.select .dropdown:before {
  display: none;
}
._content-style .mwInput.select .dropdown:after {
  content: "\F078";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
._content-style .mwInput.select .value {
  height: 100%;
  min-width: auto !important;
  line-height: var(--form-input-height);
  padding: 0 var(--form-input-padding);
}

._content-style .mwInput.multiple select {
  padding: 8px;
  outline: 0;
}
._content-style .mwInput.multiple option {
  padding: 5px;
}

._content-style .mwInput.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 0;
  background: none;
  box-shadow: none;
}
._content-style .mwInput.checkbox:before {
  content: "";
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 auto;
  width: var(--form-checkbox-size);
  height: var(--form-checkbox-size);
  margin: 0;
  border: 0;
  border-radius: var(--form-border-radius);
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--form-checkbox-icon-size);
  background-image: none;
  background-color: var(--form-bg);
  box-shadow: var(--form-checkbox-shadow);
  transition: var(--transition-200);
}
._content-style .mwInput.checkbox .icon {
  padding: 0;
  height: auto;
  white-space: normal;
  line-height: var(--form-checkbox-size);
}
._content-style .mwInput.checkbox .icon:before {
  display: none;
}

._content-style .mwRadios::after {
  display: table;
  clear: both;
  content: "";
}
._content-style .mwRadios .mwInput.checkbox:before {
  border-radius: 50%;
}
._content-style .mwRadios .mwInput.checkbox + .mwInput.checkbox {
  margin-top: var(--form-gutter);
}

._content-style .mwInput.textarea textarea {
  display: block;
  min-height: 100px;
  padding: var(--form-input-padding);
  resize: vertical;
}

._content-style .mwInput.file {
  padding: 0;
}
._content-style .mwInput.file .fill {
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  background-color: var(--light);
}
._content-style .mwInput.file .fileName {
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  padding: 0 var(--form-input-padding);
}
._content-style .mwInput.file .num {
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  right: var(--form-input-height);
  padding: 0 var(--form-input-padding);
  color: var(--form-text-color);
}
._content-style .mwInput.file .upload {
  width: var(--form-input-height);
  height: var(--form-input-height);
  line-height: var(--form-input-height);
  color: var(--white);
  border: 0;
  background-color: var(--primary);
}
._content-style .mwInput.file .upload > div {
  display: none;
}
._content-style .mwInput.file .upload:before {
  display: none;
}
._content-style .mwInput.file .upload:after {
  content: "\F093";
  font-family: var(--font-family-icon);
  font-weight: 900;
}

._content-style .mwInput.button {
  box-shadow: none;
}
._content-style div.mwInput.button {
  display: inline-block;
  height: var(--form-input-height);
  background: none;
}
._content-style div.mwInput.button input, ._content-style div.mwInput.button button {
  height: 100%;
  font-size: var(--btn-md-font-size);
  font-weight: var(--btn-font-weight);
  font-family: var(--btn-font-family);
  letter-spacing: var(--btn-letter-spacing);
  text-transform: var(--btn-text-transform);
  transition: var(--transition-200);
  padding: 0 var(--btn-md-padding-x);
  color: var(--white);
  background-color: var(--primary);
}

._content-style .mwCaptcha {
  display: block;
  padding: 20px 20px 15px;
  margin: 0;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: #f5f5f5;
  background-image: url("/images/static/pattern/pattern-2.png");
  background-repeat: repeat;
}
@media (max-width: 575px) {
  ._content-style .mwCaptcha {
    padding: 20px 0 15px;
  }
}
@media (max-width: 359px) {
  ._content-style .mwCaptcha {
    overflow: hidden;
    width: 290px;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: none;
  }
}
._content-style .mwCaptcha script {
  display: inline;
}
@media (max-width: 359px) {
  ._content-style .mwCaptcha .g-recaptcha {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
._content-style .captchaLeft .mwCaptcha {
  padding: 0;
  text-align: left;
  background: none;
}

._content-style .mwInput.hover {
  background-color: var(--form-bg-hover);
}
._content-style .mwInput.focus {
  box-shadow: var(--form-shadow-focus);
}
._content-style .mwInput.checkbox.hover {
  background-color: transparent;
}
._content-style .mwInput.checkbox.hover:before {
  background-color: var(--form-bg-hover);
}
._content-style .mwInput.checkbox.focus {
  box-shadow: none;
}
._content-style .mwInput.checkbox.focus:before {
  box-shadow: var(--form-checkbox-shadow-focus);
}
._content-style .mwInput.checkbox.checked:before {
  background-color: var(--primary);
  background-image: url(/images/static/svg/icon-checkmark-1-white.svg);
}
._content-style .mwInput.multiple option:checked {
  background-color: rgba(0, 0, 0, 0.16);
}
._content-style .mwInput.button:hover input, ._content-style .mwInput.button:hover button {
  color: var(--white);
  background-color: var(--primary-6);
}
._content-style .mwInput.button.focus {
  box-shadow: none;
}
.is-focus-keyboard ._content-style .mwInput.button.focus {
  outline: var(--outline);
}

._content-style .mwFormStatus {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
}
._content-style .mwFormStatus:empty {
  display: none;
}
._content-style .mwFormStatus > .status {
  font-size: 16px;
  padding: 5px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
._content-style .mwFormStatus > .status:first-of-type {
  padding-top: 15px;
}
._content-style .mwFormStatus > .status:last-of-type {
  padding-bottom: 15px;
}
._content-style .mwFormStatus > .status:not(:first-of-type):before {
  content: "\F06A";
  margin-right: 10px;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
._content-style .mwFormStatus > .status .status {
  font-size: 16px;
  text-transform: uppercase;
}
.liveEdBlock ._content-style .mwFormStatus > .status .status {
  padding: 0;
  text-align: left;
}
._content-style .mwFormStatus > .status.error {
  color: var(--white);
  background-color: var(--danger);
}
._content-style .mwFormStatus > .status.error .status {
  color: var(--white);
}

._content-style .Dialog .alert {
  margin: var(--form-gutter) 0;
}

._content-style .mwInput.Disabled, ._content-style .mwInput.Disabled * {
  cursor: not-allowed;
}
._content-style .mwInput [disabled],
._content-style .mwInput input[disabled],
._content-style .mwInput textarea[readonly] {
  cursor: not-allowed;
}

._content-style .mwInput [readonly],
._content-style .mwInput input[readonly],
._content-style .mwInput textarea[readonly] {
  cursor: not-allowed;
}

._content-style .mwInput.error {
  box-shadow: var(--form-shadow-error);
}
._content-style .mwInput.error.focus {
  box-shadow: var(--form-shadow-error-focus);
}
._content-style .mwInput.error.checkbox {
  box-shadow: none;
}
._content-style .mwInput.error.checkbox:before {
  box-shadow: var(--form-shadow-error);
}
._content-style .mwInput.error.checkbox.focus {
  box-shadow: none;
}
._content-style .mwInput.error.checkbox.focus:before {
  box-shadow: var(--form-shadow-error-focus);
}

.input-inline,
._content-style .Dialog .input-inline {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  border-radius: var(--form-border-radius);
  box-shadow: var(--form-shadow);
  transition: var(--transition-200);
}
.input-inline:focus-within,
._content-style .Dialog .input-inline:focus-within {
  box-shadow: var(--form-shadow-focus);
}
.input-inline label,
.input-inline .suffix,
._content-style .Dialog .input-inline label,
._content-style .Dialog .input-inline .suffix {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: var(--form-input-height);
  color: var(--white);
  font-weight: var(--font-weight-bold);
  border-radius: 0;
  background-color: var(--primary);
}
.input-inline .mwInput,
._content-style .Dialog .input-inline .mwInput {
  flex: 1 1 auto;
  border-radius: 0;
  box-shadow: none;
}
.input-inline .mwInput.button,
._content-style .Dialog .input-inline .mwInput.button {
  flex: 0 0 auto;
}

.input-inline.is-outline label, .input-inline.is-outline .suffix,
._content-style .Dialog .input-inline.is-outline label,
._content-style .Dialog .input-inline.is-outline .suffix {
  color: var(--text-color);
  background-color: var(--form-bg);
}
.input-inline.is-outline label,
._content-style .Dialog .input-inline.is-outline label {
  padding-right: 5px;
}
.input-inline.is-outline .suffix,
.input-inline.is-outline .mwInput + label,
._content-style .Dialog .input-inline.is-outline .suffix,
._content-style .Dialog .input-inline.is-outline .mwInput + label {
  font-size: var(--form-font-size);
  padding: 0 20px;
  position: relative;
}
.input-inline.is-outline .suffix:before,
.input-inline.is-outline .mwInput + label:before,
._content-style .Dialog .input-inline.is-outline .suffix:before,
._content-style .Dialog .input-inline.is-outline .mwInput + label:before {
  content: "";
  position: absolute;
  top: calc((var(--form-input-height) - var(--form-input-height) * 0.6) / 2);
  left: 0;
  width: 1px;
  height: calc(var(--form-input-height) * 0.6);
  background-color: var(--border-color-dark);
}

.nested-form:not(tbody) {
  padding: 22px 30px 15px;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .nested-form:not(tbody) {
    padding: 7px 15px 1px;
  }
}
.nested-form:not(tbody) table {
  margin-bottom: 0;
}
.nested-form:not(tbody).is-outline {
  border: 1px solid var(--border-color-dark);
  background-color: transparent;
}

tbody.nested-form {
  border: 30px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.checkbox-btn {
  position: relative;
}
.checkbox-btn .mwInput.checkbox {
  padding: 10px 12px;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.checkbox-btn .mwInput.checkbox.hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.checkbox-btn .mwInput.checkbox.focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.is-focus-keyboard .checkbox-btn .mwInput.checkbox.focus {
  outline: var(--outline);
}
.checkbox-btn .mwInput.checkbox.checked {
  font-weight: 600;
  color: var(--white);
  background-color: var(--primary);
}
.checkbox-btn .mwInput.checkbox.checked:before {
  background-color: var(--primary-5);
}

.checkbox-toggle {
  --checkbox-toggle-width: 52px;
}

.checkbox-toggle .mwInput.checkbox {
  display: block;
  border-radius: calc(var(--checkbox-toggle-width) / 2);
}
.checkbox-toggle .mwInput.checkbox:before {
  display: none;
}
.checkbox-toggle .mwInput.checkbox .icon {
  position: relative;
  padding-left: calc(var(--checkbox-toggle-width) + 15px);
  transition: var(--transition-200);
}
.checkbox-toggle .mwInput.checkbox .icon:before {
  display: block;
  top: 0;
  left: 0;
  margin: 0 !important;
  height: calc(var(--checkbox-toggle-width) / 2);
  width: var(--checkbox-toggle-width);
  border-radius: calc(var(--checkbox-toggle-width) / 2);
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  transition: var(--transition-200);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.checkbox-toggle .mwInput.checkbox .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--checkbox-toggle-width) / 2);
  width: calc(var(--checkbox-toggle-width) / 2);
  border-radius: 50%;
  background: var(--linear-gradient-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: var(--transition-200);
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.is-focus-keyboard .checkbox-toggle .mwInput.checkbox.focus {
  outline: var(--outline);
}
.checkbox-toggle .mwInput.checkbox.checked {
  color: var(--primary);
}
.checkbox-toggle .mwInput.checkbox.checked .icon:before {
  background-color: var(--primary);
}
.checkbox-toggle .mwInput.checkbox.checked .icon:after {
  left: calc(var(--checkbox-toggle-width) / 2);
}

.checkbox-toggle.is-reverse .mwInput.checkbox .icon {
  padding-left: 0;
  padding-right: calc(var(--checkbox-toggle-width) + 15px);
}
.checkbox-toggle.is-reverse .mwInput.checkbox .icon:before {
  left: auto;
  right: 0;
}
.checkbox-toggle.is-reverse .mwInput.checkbox .icon:after {
  left: auto;
  right: calc(var(--checkbox-toggle-width) / 2);
}
.checkbox-toggle.is-reverse .mwInput.checkbox.checked .icon:after {
  right: 0;
}

.radio-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  border-radius: calc(var(--border-radius) + 5px);
  background-color: rgba(0, 0, 0, 0.1);
}
.radio-btns .mwInput.checkbox {
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .radio-btns .mwInput.checkbox {
    flex: 0 0 auto;
    width: 100%;
  }
}
.radio-btns .mwInput.checkbox:before {
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  opacity: 0;
  content: "\F00C";
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background-color: transparent;
  box-shadow: none;
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.radio-btns .mwInput.checkbox .icon {
  display: inline-block;
  font-weight: var(--font-weight-bold);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: var(--transition-200);
}
.radio-btns .mwInput.checkbox.hover {
  background-color: rgba(0, 0, 0, 0.16);
}
.radio-btns .mwInput.checkbox.hover:before {
  background-color: transparent;
}
.radio-btns .mwInput.checkbox.focus:before {
  box-shadow: none;
}
.radio-btns .mwInput.checkbox.checked {
  color: var(--white);
  background-color: var(--primary);
}
.radio-btns .mwInput.checkbox.checked:before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: transparent;
  background-image: none;
}
.radio-btns .mwInput.checkbox.checked .icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-focus-keyboard .radio-btns:focus-within {
  outline: var(--outline);
}

.radio-btns.is-outline {
  gap: 0;
  padding: 0;
  border: 1px solid var(--border-color-dark);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.radio-btns.is-outline .mwInput.checkbox {
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 1px transparent, 0 0 0 1px transparent;
}
.radio-btns.is-outline .mwInput.checkbox.hover {
  background-color: transparent;
}
.radio-btns.is-outline .mwInput.checkbox.checked {
  color: var(--text-color);
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 1px var(--primary), 0 0 0 1px var(--primary);
}

.radio-btns.is-simple {
  overflow: hidden;
  gap: 0;
  padding: 0;
  border: 2px solid var(--primary);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.radio-btns.is-simple .mwInput.checkbox {
  color: var(--primary);
  border-radius: 0;
}
.radio-btns.is-simple .mwInput.checkbox.hover {
  color: var(--primary-6);
  background-color: var(--primary-1);
}
.radio-btns.is-simple .mwInput.checkbox.checked, .radio-btns.is-simple .mwInput.checkbox.checked.hover {
  color: var(--white);
  background-color: var(--primary);
}

.radio-btns.is-lg .mwInput.checkbox {
  padding: 20px;
  font-size: 18px;
}

.radio-btns .mwInput.checkbox.is-icon-heart:before {
  content: "\F004";
  color: var(--danger);
}

._content-style .fancy-label {
  position: relative;
}
._content-style .fancy-label label {
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: calc((var(--form-input-height) - 20px) / 2);
  left: 10px;
  max-width: calc(100% - var(--form-input-padding) * 2);
  padding: 0 7px;
  font-size: 16px;
  color: var(--gray-6);
  line-height: 20px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: var(--form-bg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: var(--transition-200);
}
._content-style .fancy-label.active label {
  top: -10px;
  left: 12px;
  color: var(--primary);
  font-size: 13px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Slick - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slick-slider {
  --slider-nav-size: 36px;
  --slider-nav-size-mobile: 20px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-slider .slick-prev {
  left: var(--slider-nav-size);
}
@media (max-width: 767px) {
  .slick-slider .slick-prev {
    left: 5px;
  }
}
.content-area .slick-slider .slick-prev {
  left: calc((var(--content-area-p-x) + 10px) * -1);
}
@media (max-width: 991px) {
  .content-area .slick-slider .slick-prev {
    left: calc((var(--content-area-p-x-tablet) + 10px) * -1);
  }
}
@media (max-width: 767px) {
  .content-area .slick-slider .slick-prev {
    left: calc((var(--content-area-p-x-phone) + 15px) * -1);
  }
}
.slick-slider .slick-next {
  right: var(--slider-nav-size);
}
@media (max-width: 767px) {
  .slick-slider .slick-next {
    right: 5px;
  }
}
.content-area .slick-slider .slick-next {
  right: calc((var(--content-area-p-x) + 10px) * -1);
}
@media (max-width: 991px) {
  .content-area .slick-slider .slick-next {
    right: calc((var(--content-area-p-x-tablet) + 10px) * -1);
  }
}
@media (max-width: 767px) {
  .content-area .slick-slider .slick-next {
    right: calc((var(--content-area-p-x-phone) + 15px) * -1);
  }
}
.slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
  display: block;
  width: var(--slider-nav-size);
  height: var(--slider-nav-size);
  transition: var(--transition-200);
}
@media (max-width: 767px) {
  .slick-slider .slick-prev svg,
.slick-slider .slick-next svg {
    display: none;
    width: var(--slider-nav-size-mobile);
    height: var(--slider-nav-size-mobile);
  }
}
.slick-slider .slick-prev svg.svg-arrow-mobile,
.slick-slider .slick-next svg.svg-arrow-mobile {
  display: none;
}
@media (max-width: 767px) {
  .slick-slider .slick-prev svg.svg-arrow-mobile,
.slick-slider .slick-next svg.svg-arrow-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .slick-slider .slick-prev:hover svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media (min-width: 768px) {
  .slick-slider .slick-next:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.slick-slider .slick-dots li {
  margin-bottom: 0;
}
.slick-slider .slick-dots button {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
}
.slick-slider .slick-dots.dot-style-minimal {
  gap: 25px;
}
.slick-slider .slick-dots.dot-style-minimal button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--gray-6);
}
.slick-slider .slick-dots.dot-style-minimal button:hover,
.slick-slider .slick-dots.dot-style-minimal li.slick-active button {
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-outer-circle {
  gap: 15px;
}
.slick-slider .slick-dots.dot-style-outer-circle button {
  width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.slick-slider .slick-dots.dot-style-outer-circle button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 50%;
  background-color: var(--gray-6);
  transition: var(--transition-200);
}
.slick-slider .slick-dots.dot-style-outer-circle button:hover,
.slick-slider .slick-dots.dot-style-outer-circle li.slick-active button {
  border-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-outer-circle button:hover:before,
.slick-slider .slick-dots.dot-style-outer-circle li.slick-active button:before {
  opacity: 1;
}
.slick-slider .slick-dots.dot-style-morse-code {
  gap: 10px;
}
.slick-slider .slick-dots.dot-style-morse-code button {
  opacity: 0.2;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-morse-code li.slick-active button {
  opacity: 1;
  width: 60px;
}
.slick-slider .slick-dots.dot-style-dash {
  gap: 2px;
}
.slick-slider .slick-dots.dot-style-dash button {
  opacity: 0.2;
  width: 50px;
  height: 4px;
  background-color: var(--gray-6);
}
.slick-slider .slick-dots.dot-style-dash button:hover,
.slick-slider .slick-dots.dot-style-dash li.slick-active button {
  opacity: 1;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Slick - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Magnific Popup - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mfp-wrap *:focus-visible {
  outline: var(--outline);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Vendor Override - Magnific Popup - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Heading - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.heading-style-1 .heading-inner {
  position: relative;
  margin-bottom: 30px;
}
.heading-style-1 .heading-text {
  position: relative;
  margin-bottom: 0;
}

.heading-style-1.has-v-line-side .heading-deco {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
}
.heading-style-1.has-v-line-side._text-left .heading-inner {
  padding-left: 30px;
}
.heading-style-1.has-v-line-side._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-side._text-center .heading-inner {
  display: inline-block;
  padding-left: 30px;
}
.heading-style-1.has-v-line-side._text-center .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-side._text-right .heading-inner {
  padding-right: 30px;
}
.heading-style-1.has-v-line-side._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-v-line-above .heading-inner {
  padding-top: 95px;
}
.heading-style-1.has-v-line-above .heading-deco {
  position: absolute;
  top: 0;
  width: 2px;
  height: 80px;
}
.heading-style-1.has-v-line-above._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-above._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-v-line-above._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-v-line-below .heading-inner {
  padding-bottom: 95px;
}
.heading-style-1.has-v-line-below .heading-deco {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 80px;
}
.heading-style-1.has-v-line-below._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-v-line-below._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-v-line-below._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-h-line-above .heading-inner {
  padding-top: 30px;
}
.heading-style-1.has-h-line-above .heading-deco {
  position: absolute;
  top: 0;
  width: 80px;
  height: 2px;
}
.heading-style-1.has-h-line-above._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-h-line-above._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-h-line-above._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-h-line-below .heading-inner {
  padding-bottom: 30px;
}
.heading-style-1.has-h-line-below .heading-deco {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 6px;
}
.heading-style-1.has-h-line-below._text-left .heading-deco {
  left: 0;
}
.heading-style-1.has-h-line-below._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-1.has-h-line-below._text-right .heading-deco {
  right: 0;
}

.heading-style-1.has-btn .heading-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Heading - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Heading - Style Theme 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.heading-style-theme-2 .heading-inner {
  position: relative;
  margin-bottom: 20px;
}
.heading-style-theme-2 .heading-text {
  position: relative;
  margin-bottom: 0;
}

.heading-style-theme-2 .heading-text::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--primary);
  margin: 10px 0 0 0;
}

.heading-style-theme-2.has-v-line-above .heading-inner {
  padding-top: 95px;
}
.heading-style-theme-2.has-v-line-above .heading-deco {
  position: absolute;
  top: 0;
  width: 2px;
  height: 80px;
}
.heading-style-theme-2.has-v-line-above._text-left .heading-deco {
  left: 0;
}
.heading-style-theme-2.has-v-line-above._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-theme-2.has-v-line-above._text-right .heading-deco {
  right: 0;
}

.heading-style-theme-2.has-v-line-below .heading-inner {
  padding-bottom: 95px;
}
.heading-style-theme-2.has-v-line-below .heading-deco {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 80px;
}
.heading-style-theme-2.has-v-line-below._text-left .heading-deco {
  left: 0;
}
.heading-style-theme-2.has-v-line-below._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-theme-2.has-v-line-below._text-right .heading-deco {
  right: 0;
}

.heading-style-theme-2.has-h-line-above .heading-inner {
  padding-top: 30px;
}
.heading-style-theme-2.has-h-line-above .heading-deco {
  position: absolute;
  top: 0;
  width: 80px;
  height: 2px;
}
.heading-style-theme-2.has-h-line-above._text-left .heading-deco {
  left: 0;
}
.heading-style-theme-2.has-h-line-above._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-theme-2.has-h-line-above._text-right .heading-deco {
  right: 0;
}

.heading-style-theme-2.has-h-line-below .heading-inner {
  padding-bottom: 30px;
}
.heading-style-theme-2.has-h-line-below .heading-deco {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
}
.heading-style-theme-2.has-h-line-below._text-left .heading-deco {
  left: 0;
}
.heading-style-theme-2.has-h-line-below._text-center .heading-deco {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.heading-style-theme-2.has-h-line-below._text-right .heading-deco {
  right: 0;
}

.heading-style-theme-2.has-btn .heading-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Heading - Style Theme 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwBtnLeft {
  text-align: left;
}

.mwBtnRight {
  text-align: right;
}

.mwBtnCenter {
  text-align: center;
}

.btn {
  margin-bottom: 30px;
}
.btn > a,
.btn > button,
.btn > span {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.btn > a:hover,
.btn > button:hover,
.btn > span:hover {
  text-decoration: none;
}
.btn > a.disabled, .btn > a:disabled,
.btn > button.disabled,
.btn > button:disabled,
.btn > span.disabled,
.btn > span:disabled {
  cursor: not-allowed;
}

.btn > a,
.btn > button,
.btn > span {
  font-size: var(--btn-md-font-size);
  font-weight: var(--btn-font-weight);
  font-family: var(--btn-font-family);
  border-width: var(--btn-border-width);
  border-style: var(--btn-border-style);
  border-radius: var(--btn-border-radius);
  text-transform: var(--btn-text-transform);
  letter-spacing: var(--btn-letter-spacing);
  padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
  transition: var(--transition-200);
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}
.btn > a:hover,
.btn > button:hover,
.btn > span:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background: var(--primary-6);
}

.btn > a.small,
.btn > button.small,
.btn > span.small {
  padding: var(--btn-sm-padding-y) var(--btn-sm-padding-x);
  font-size: var(--btn-sm-font-size);
}
.btn > a.medium,
.btn > button.medium,
.btn > span.medium {
  padding: var(--btn-md-padding-y) var(--btn-md-padding-x);
  font-size: var(--btn-md-font-size);
}
.btn > a.large,
.btn > button.large,
.btn > span.large {
  padding: var(--btn-lg-padding-y) var(--btn-lg-padding-x);
  font-size: var(--btn-lg-font-size);
}

.btn.is-primary > a,
.btn.is-primary > button,
.btn.is-primary > span {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}
.btn.is-primary > a:hover,
.btn.is-primary > button:hover,
.btn.is-primary > span:hover {
  color: var(--white);
  border-color: var(--primary-6);
  background: var(--primary-6);
}

.btn.is-secondary > a,
.btn.is-secondary > button,
.btn.is-secondary > span {
  color: var(--white);
  border-color: var(--secondary);
  background: var(--secondary);
}
.btn.is-secondary > a:hover,
.btn.is-secondary > button:hover,
.btn.is-secondary > span:hover {
  color: var(--white);
  border-color: var(--secondary-6);
  background: var(--secondary-6);
}

.btn.is-third > a,
.btn.is-third > button,
.btn.is-third > span {
  color: var(--white);
  border-color: var(--third);
  background: var(--third);
}
.btn.is-third > a:hover,
.btn.is-third > button:hover,
.btn.is-third > span:hover {
  color: var(--white);
  border-color: var(--third-6);
  background: var(--third-6);
}

.btn.is-fourth > a,
.btn.is-fourth > button,
.btn.is-fourth > span {
  color: var(--white);
  border-color: var(--fourth);
  background: var(--fourth);
}
.btn.is-fourth > a:hover,
.btn.is-fourth > button:hover,
.btn.is-fourth > span:hover {
  color: var(--white);
  border-color: var(--fourth-6);
  background: var(--fourth-6);
}

.btn.is-primary-light > a,
.btn.is-primary-light > button,
.btn.is-primary-light > span {
  color: var(--text-color);
  border-color: var(--primary-1);
  background: var(--primary-1);
}
.btn.is-primary-light > a:hover,
.btn.is-primary-light > button:hover,
.btn.is-primary-light > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-secondary-light > a,
.btn.is-secondary-light > button,
.btn.is-secondary-light > span {
  color: var(--text-color);
  border-color: var(--secondary-1);
  background: var(--secondary-1);
}
.btn.is-secondary-light > a:hover,
.btn.is-secondary-light > button:hover,
.btn.is-secondary-light > span:hover {
  color: var(--white);
  border-color: var(--secondary);
  background: var(--secondary);
}

.btn.is-third-light > a,
.btn.is-third-light > button,
.btn.is-third-light > span {
  color: var(--text-color);
  border-color: var(--third-1);
  background: var(--third-1);
}
.btn.is-third-light > a:hover,
.btn.is-third-light > button:hover,
.btn.is-third-light > span:hover {
  color: var(--white);
  border-color: var(--third);
  background: var(--third);
}

.btn.is-fourth-light > a,
.btn.is-fourth-light > button,
.btn.is-fourth-light > span {
  color: var(--text-color);
  border-color: var(--fourth-1);
  background: var(--fourth-1);
}
.btn.is-fourth-light > a:hover,
.btn.is-fourth-light > button:hover,
.btn.is-fourth-light > span:hover {
  color: var(--white);
  border-color: var(--fourth);
  background: var(--fourth);
}

.btn.is-white > a,
.btn.is-white > button,
.btn.is-white > span {
  color: var(--primary);
  border-color: var(--white);
  background: var(--white);
}
.btn.is-white > a:hover,
.btn.is-white > button:hover,
.btn.is-white > span:hover {
  color: var(--primary-6);
  border-color: var(--white);
  background: var(--white);
}
.btn.is-white.is-border-secondary > a,
.btn.is-white.is-border-secondary > button,
.btn.is-white.is-border-secondary > span {
  color: var(--secondary);
  border-color: var(--secondary);
  background: var(--white);
}
.btn.is-white.is-border-secondary > a:hover,
.btn.is-white.is-border-secondary > button:hover,
.btn.is-white.is-border-secondary > span:hover {
  color: var(--secondary-6);
  border-color: var(--secondary-6);
  background: var(--white);
}

.btn.is-light > a,
.btn.is-light > button,
.btn.is-light > span {
  color: var(--text-color);
  border-color: var(--light);
  background: var(--light);
}
.btn.is-light > a:hover,
.btn.is-light > button:hover,
.btn.is-light > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-gray > a,
.btn.is-gray > button,
.btn.is-gray > span {
  color: var(--dark);
  border-color: var(--gray);
  background: var(--gray);
}
.btn.is-gray > a:hover,
.btn.is-gray > button:hover,
.btn.is-gray > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-dark > a,
.btn.is-dark > button,
.btn.is-dark > span {
  color: var(--white);
  border-color: var(--dark);
  background: var(--dark);
}
.btn.is-dark > a:hover,
.btn.is-dark > button:hover,
.btn.is-dark > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: var(--primary);
}

.btn.is-info > a,
.btn.is-info > button,
.btn.is-info > span {
  color: var(--white);
  border-color: var(--info);
  background: var(--info);
}
.btn.is-info > a:hover,
.btn.is-info > button:hover,
.btn.is-info > span:hover {
  color: var(--white);
  border-color: var(--info-6);
  background: var(--info-6);
}

.btn.is-warning > a,
.btn.is-warning > button,
.btn.is-warning > span {
  color: var(--white);
  border-color: var(--warning);
  background: var(--warning);
}
.btn.is-warning > a:hover,
.btn.is-warning > button:hover,
.btn.is-warning > span:hover {
  color: var(--white);
  border-color: var(--warning-6);
  background: var(--warning-6);
}

.btn.is-danger > a,
.btn.is-danger > button,
.btn.is-danger > span {
  color: var(--white);
  border-color: var(--danger);
  background: var(--danger);
}
.btn.is-danger > a:hover,
.btn.is-danger > button:hover,
.btn.is-danger > span:hover {
  color: var(--white);
  border-color: var(--danger-6);
  background: var(--danger-6);
}

.btn.is-success > a,
.btn.is-success > button,
.btn.is-success > span {
  color: var(--white);
  border-color: var(--success);
  background: var(--success);
}
.btn.is-success > a:hover,
.btn.is-success > button:hover,
.btn.is-success > span:hover {
  color: var(--white);
  border-color: var(--success-6);
  background: var(--success-6);
}

.btn.is-rounded > a,
.btn.is-rounded > button,
.btn.is-rounded > span {
  border-radius: var(--btn-border-radius-rounded);
}

.btn.is-outline > a,
.btn.is-outline > button,
.btn.is-outline > span {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  color: var(--primary);
  border-color: var(--primary);
  background: transparent;
}
.btn.is-outline > a:before,
.btn.is-outline > button:before,
.btn.is-outline > span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary);
  transition: var(--transition-200);
  z-index: -1;
}
.btn.is-outline > a > span,
.btn.is-outline > button > span,
.btn.is-outline > span > span {
  position: relative;
}
.btn.is-outline > a:hover,
.btn.is-outline > button:hover,
.btn.is-outline > span:hover {
  color: var(--white);
  border-color: var(--primary);
  background: transparent;
}
.btn.is-outline > a:hover:before,
.btn.is-outline > button:hover:before,
.btn.is-outline > span:hover:before {
  height: 100%;
}
.btn.is-outline.is-primary > a,
.btn.is-outline.is-primary > button,
.btn.is-outline.is-primary > span {
  color: var(--primary);
  border-color: var(--primary);
  background: transparent;
}
.btn.is-outline.is-primary > a:before,
.btn.is-outline.is-primary > button:before,
.btn.is-outline.is-primary > span:before {
  background: var(--primary);
}
.btn.is-outline.is-primary > a:hover,
.btn.is-outline.is-primary > button:hover,
.btn.is-outline.is-primary > span:hover {
  color: var(--white);
  border-color: var(--primary);
    background: var(--primary);

}
.btn.is-outline.is-secondary > a,
.btn.is-outline.is-secondary > button,
.btn.is-outline.is-secondary > span {
  color: var(--secondary);
  border-color: var(--secondary);
  background: transparent;
}
.btn.is-outline.is-secondary > a:before,
.btn.is-outline.is-secondary > button:before,
.btn.is-outline.is-secondary > span:before {
  background: var(--secondary);
}
.btn.is-outline.is-secondary > a:hover,
.btn.is-outline.is-secondary > button:hover,
.btn.is-outline.is-secondary > span:hover {
  color: var(--white);
  border-color: var(--secondary);  background: var(--secondary);

}
.btn.is-outline.is-third > a,
.btn.is-outline.is-third > button,
.btn.is-outline.is-third > span {
  color: var(--third);
  border-color: var(--third);
  background: transparent;
}
.btn.is-outline.is-third > a:before,
.btn.is-outline.is-third > button:before,
.btn.is-outline.is-third > span:before {
  background: var(--third);
}
.btn.is-outline.is-third > a:hover,
.btn.is-outline.is-third > button:hover,
.btn.is-outline.is-third > span:hover {

  color: var(--white);
  border-color: var(--third);
}
.btn.is-outline.is-fourth > a,
.btn.is-outline.is-fourth > button,
.btn.is-outline.is-fourth > span {
  color: var(--fourth);
  border-color: var(--fourth);
  background: transparent;
}
.btn.is-outline.is-fourth > a:before,
.btn.is-outline.is-fourth > button:before,
.btn.is-outline.is-fourth > span:before {
  background: var(--fourth);
}
.btn.is-outline.is-fourth > a:hover,
.btn.is-outline.is-fourth > button:hover,
.btn.is-outline.is-fourth > span:hover {
  color: var(--white);
  border-color: var(--fourth);
}
.btn.is-outline.is-primary-light > a,
.btn.is-outline.is-primary-light > button,
.btn.is-outline.is-primary-light > span {
  color: var(--primary-1);
  border-color: var(--primary-1);
  background: transparent;
}
.btn.is-outline.is-primary-light > a:before,
.btn.is-outline.is-primary-light > button:before,
.btn.is-outline.is-primary-light > span:before {
  background: var(--primary-1);
}
.btn.is-outline.is-primary-light > a:hover,
.btn.is-outline.is-primary-light > button:hover,
.btn.is-outline.is-primary-light > span:hover {
  color: var(--text-color);
  border-color: var(--primary-1);
}
.btn.is-outline.is-secondary-light > a,
.btn.is-outline.is-secondary-light > button,
.btn.is-outline.is-secondary-light > span {
  color: var(--secondary-1);
  border-color: var(--secondary-1);
  background: transparent;
}
.btn.is-outline.is-secondary-light > a:before,
.btn.is-outline.is-secondary-light > button:before,
.btn.is-outline.is-secondary-light > span:before {
  background: var(--secondary-1);
}
.btn.is-outline.is-secondary-light > a:hover,
.btn.is-outline.is-secondary-light > button:hover,
.btn.is-outline.is-secondary-light > span:hover {
  color: var(--text-color);
  border-color: var(--secondary-1);
}
.btn.is-outline.is-third-light > a,
.btn.is-outline.is-third-light > button,
.btn.is-outline.is-third-light > span {
  color: var(--third-1);
  border-color: var(--third-1);
  background: transparent;
}
.btn.is-outline.is-third-light > a:before,
.btn.is-outline.is-third-light > button:before,
.btn.is-outline.is-third-light > span:before {
  background: var(--third-1);
}
.btn.is-outline.is-third-light > a:hover,
.btn.is-outline.is-third-light > button:hover,
.btn.is-outline.is-third-light > span:hover {
  color: var(--text-color);
  border-color: var(--third-1);
}
.btn.is-outline.is-fourth-light > a,
.btn.is-outline.is-fourth-light > button,
.btn.is-outline.is-fourth-light > span {
  color: var(--fourth-1);
  border-color: var(--fourth-1);
  background: transparent;
}
.btn.is-outline.is-fourth-light > a:before,
.btn.is-outline.is-fourth-light > button:before,
.btn.is-outline.is-fourth-light > span:before {
  background: var(--fourth-1);
}
.btn.is-outline.is-fourth-light > a:hover,
.btn.is-outline.is-fourth-light > button:hover,
.btn.is-outline.is-fourth-light > span:hover {
  color: var(--text-color);
  border-color: var(--fourth-1);
}
.btn.is-outline.is-white > a,
.btn.is-outline.is-white > button,
.btn.is-outline.is-white > span {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}
.btn.is-outline.is-white > a:before,
.btn.is-outline.is-white > button:before,
.btn.is-outline.is-white > span:before {
  background: var(--white);
}
.btn.is-outline.is-white > a:hover,
.btn.is-outline.is-white > button:hover,
.btn.is-outline.is-white > span:hover {
  color: var(--text-color);
  border-color: var(--white);
}
.btn.is-outline.is-light > a,
.btn.is-outline.is-light > button,
.btn.is-outline.is-light > span {
  color: var(--light);
  border-color: var(--light);
  background: transparent;
}
.btn.is-outline.is-light > a:before,
.btn.is-outline.is-light > button:before,
.btn.is-outline.is-light > span:before {
  background: var(--light);
}
.btn.is-outline.is-light > a:hover,
.btn.is-outline.is-light > button:hover,
.btn.is-outline.is-light > span:hover {
  color: var(--text-color);
  border-color: var(--light);
}
.btn.is-outline.is-gray > a,
.btn.is-outline.is-gray > button,
.btn.is-outline.is-gray > span {
  color: var(--gray);
  border-color: var(--gray);
  background: transparent;
}
.btn.is-outline.is-gray > a:before,
.btn.is-outline.is-gray > button:before,
.btn.is-outline.is-gray > span:before {
  background: var(--gray);
}
.btn.is-outline.is-gray > a:hover,
.btn.is-outline.is-gray > button:hover,
.btn.is-outline.is-gray > span:hover {
  color: var(--dark);
  border-color: var(--gray);
}
.btn.is-outline.is-dark > a,
.btn.is-outline.is-dark > button,
.btn.is-outline.is-dark > span {
  color: var(--dark);
  border-color: var(--dark);
  background: transparent;
}
.btn.is-outline.is-dark > a:before,
.btn.is-outline.is-dark > button:before,
.btn.is-outline.is-dark > span:before {
  background: var(--dark);
}
.btn.is-outline.is-dark > a:hover,
.btn.is-outline.is-dark > button:hover,
.btn.is-outline.is-dark > span:hover {
  color: var(--white);
  border-color: var(--dark);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.burger span {
  display: block;
}
.burger .burger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

.burger .burger-lines {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.burger .burger-lines > span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background-color: var(--primary);
  transition: var(--transition-200);
}
.burger .burger-lines > span:nth-of-type(1) {
  top: 4px;
}
.burger .burger-lines > span:nth-of-type(2) {
  top: 14px;
}
.burger .burger-lines > span:nth-of-type(3) {
  bottom: 4px;
}

.burger .burger-slashes {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.burger .burger-slashes > span {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  height: 2px;
  border-radius: 0;
  background-color: var(--primary);
  transition: var(--transition-200);
}
.burger .burger-slashes > span:nth-of-type(1) {
  left: 1px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translate(30px, 30px) rotate(45deg);
          transform: translate(30px, 30px) rotate(45deg);
}
.burger .burger-slashes > span:nth-of-type(2) {
  right: 1px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(-30px, 30px) rotate(-45deg);
          transform: translate(-30px, 30px) rotate(-45deg);
}

.burger .burger-text {
  position: relative;
  overflow: hidden;
  color: var(--primary);
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
.burger .burger-text > span {
  transition: var(--transition-200);
}
.burger .burger-text > span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.burger .burger-text > span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.burger:hover .burger-lines > span {
  background-color: var(--secondary);
}
.burger:hover .burger-slashes > span {
  background-color: var(--secondary);
}
.burger:hover .burger-text {
  color: var(--secondary);
}
.burger.active .burger-lines > span {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.burger.active .burger-slashes > span:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}
.burger.active .burger-slashes > span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
.burger.active .burger-text > span:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.burger.active .burger-text > span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger Default - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-area {
  position: relative;
  width: 100%;
}
.content-area > .content-area-wrap {
  position: relative;
  padding-left: var(--content-area-p-x);
  padding-right: var(--content-area-p-x);
}
.content-area > .content-area-wrap::after {
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .content-area > .content-area-wrap {
    padding-left: var(--content-area-p-x-tablet);
    padding-right: var(--content-area-p-x-tablet);
  }
}
@media (max-width: 767px) {
  .content-area > .content-area-wrap {
    padding-left: var(--content-area-p-x-phone);
    padding-right: var(--content-area-p-x-phone);
  }
}

.content-area.is-sm > .content-area-wrap {
  padding-top: var(--content-area-sm-p-t);
  padding-bottom: var(--content-area-sm-p-b);
}
@media (max-width: 991px) {
  .content-area.is-sm > .content-area-wrap {
    padding-top: var(--content-area-sm-p-t-tablet);
    padding-bottom: var(--content-area-sm-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-sm > .content-area-wrap {
    padding-top: var(--content-area-sm-p-t-phone);
    padding-bottom: var(--content-area-sm-p-b-phone);
  }
}
.content-area.is-md > .content-area-wrap {
  padding-top: var(--content-area-md-p-t);
  padding-bottom: var(--content-area-md-p-b);
}
@media (max-width: 991px) {
  .content-area.is-md > .content-area-wrap {
    padding-top: var(--content-area-md-p-t-tablet);
    padding-bottom: var(--content-area-md-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-md > .content-area-wrap {
    padding-top: var(--content-area-md-p-t-phone);
    padding-bottom: var(--content-area-md-p-b-phone);
  }
}
.content-area.is-lg > .content-area-wrap {
  padding-top: var(--content-area-lg-p-t);
  padding-bottom: var(--content-area-lg-p-b);
}
@media (max-width: 991px) {
  .content-area.is-lg > .content-area-wrap {
    padding-top: var(--content-area-lg-p-t-tablet);
    padding-bottom: var(--content-area-lg-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-lg > .content-area-wrap {
    padding-top: var(--content-area-lg-p-t-phone);
    padding-bottom: var(--content-area-lg-p-b-phone);
  }
}
.content-area.is-xl > .content-area-wrap {
  padding-top: var(--content-area-xl-p-t);
  padding-bottom: var(--content-area-xl-p-b);
}
@media (max-width: 991px) {
  .content-area.is-xl > .content-area-wrap {
    padding-top: var(--content-area-xl-p-t-tablet);
    padding-bottom: var(--content-area-xl-p-b-tablet);
  }
}
@media (max-width: 767px) {
  .content-area.is-xl > .content-area-wrap {
    padding-top: var(--content-area-xl-p-t-phone);
    padding-bottom: var(--content-area-xl-p-b-phone);
  }
}

.content-area.is-offset-top-sm.is-sm > .content-area-wrap, .content-area.is-offset-top-sm.is-md > .content-area-wrap, .content-area.is-offset-top-sm.is-lg > .content-area-wrap, .content-area.is-offset-top-sm.is-xl > .content-area-wrap,
.content-area.is-offset-top-md.is-sm > .content-area-wrap,
.content-area.is-offset-top-md.is-md > .content-area-wrap,
.content-area.is-offset-top-md.is-lg > .content-area-wrap,
.content-area.is-offset-top-md.is-xl > .content-area-wrap,
.content-area.is-offset-top-lg.is-sm > .content-area-wrap,
.content-area.is-offset-top-lg.is-md > .content-area-wrap,
.content-area.is-offset-top-lg.is-lg > .content-area-wrap,
.content-area.is-offset-top-lg.is-xl > .content-area-wrap {
  padding-top: 0;
}

.content-area.is-offset-top-sm {
  margin-top: -30px;
}

.content-area.is-offset-top-md {
  margin-top: -60px;
}

.content-area.is-offset-top-lg {
  margin-top: -90px;
}

.content-area-with-bg-img {
  overflow: hidden;
}
.content-area-with-bg-img .content-area-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.45;
}
.content-area-with-bg-img.is-bg-img-center > .content-area-bg-img {
  -o-object-position: center;
     object-position: center;
}
.content-area-with-bg-img.is-bg-img-top > .content-area-bg-img {
  -o-object-position: center top;
     object-position: center top;
}
.content-area-with-bg-img.is-bg-img-bottom > .content-area-bg-img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.content-area .content-area.is-sm > .content-area-wrap {
  padding: 15px 0 0;
}
.content-area .content-area.is-md > .content-area-wrap {
  padding: 30px 15px 0;
}
.content-area .content-area.is-lg > .content-area-wrap {
  padding: 45px 30px 15px;
}
.content-area .content-area.is-xl > .content-area-wrap {
  padding: 60px 45px 30px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Directory - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.directory-list-style-one .page-banner .search-form {
  margin: 70px 0 30px 0;
}
@media (min-width: 1200px) {
  .directory-list-style-one .page-banner .search-form {
    margin: 70px 0 0 0;
  }
}

.directory-list-style-one .search-form {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto 40px;
  padding: 10px;
  border-radius: var(--border-radius-2);
  background-color: var(--white);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .directory-list-style-one .search-form {
    grid-template-columns: 1.25fr repeat(2, 1fr) 1.25fr 180px;
    padding: 5px;
  }
}
.directory-list-style-one .search-input {
  padding: 15px 25px;
  font-size: var(--font-size);
  color: var(--text-color);
  width: 100%;
  border-radius: 0;
  border: none;
  line-height: 1;
}
.directory-list-style-one .search-input:first-child {
  padding: 15px 25px;
}
@media (min-width: 1200px) {
  .directory-list-style-one .search-input:first-child {
    padding: 15px 25px 15px 40px;
  }
}
.directory-list-style-one .search-input:not(:last-of-type) {
  border-bottom: 1px solid var(--primary-2);
}
@media (min-width: 1200px) {
  .directory-list-style-one .search-input:not(:last-of-type) {
    border-right: 1px solid var(--primary-2);
    border-bottom: none;
  }
}
.directory-list-style-one .search-input::-webkit-input-placeholder {
  color: var(--text-color);
}
.directory-list-style-one .search-input::-moz-placeholder {
  color: var(--text-color);
}
.directory-list-style-one .search-input:-ms-input-placeholder {
  color: var(--text-color);
}
.directory-list-style-one .search-input::-ms-input-placeholder {
  color: var(--text-color);
}
.directory-list-style-one .search-input::placeholder {
  color: var(--text-color);
}
.directory-list-style-one .search-input:focus {
  outline: none;
  border-color: var(--primary);
}
.directory-list-style-one .search-button {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border: none;
  border-radius: var(--border-radius-3);
  color: var(--white);
  cursor: pointer;
  padding: 10px 20px;
  font-size: var(--font-size);
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}
.directory-list-style-one .search-button > *:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (min-width: 992px) {
  .directory-list-style-one .search-button > *:not(:last-child) {
    margin: 0 20px 0 0;
  }
}
.directory-list-style-one .search-button i {
  font-size: 20px;
}
.directory-list-style-one .search-button:hover {
  background-color: var(--primary-6);
}
.directory-list-style-one .reset-button {
  margin-left: 10px;
  text-decoration: underline;
}
.directory-list-style-one .fa-search {
  font-size: 16px;
}

.directory-list-style-one .directory-list-tabs {
  margin: 0 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.directory-list-style-one .directory-list-tabs > *:not(:last-child) {
  margin: 0 30px 0 0;
}
.directory-list-style-one .directory-list-tabs button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.directory-list-style-one .directory-list-tabs button > *:not(:last-child) {
  margin: 0 20px 0 0;
}
.directory-list-style-one .directory-list-tabs button svg {
  color: var(--third);
}
.directory-list-style-one .directory-list-tabs button svg * {
  transition: none;
}
.directory-list-style-one .directory-list-tabs button:hover svg {
  color: var(--third-6);
}

.directory-list-style-one .switch-holder {
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
  width: 250px;
}
.directory-list-style-one .switch-holder .text-primary {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
.directory-list-style-one .switch-holder .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 10px;
}
.directory-list-style-one .switch-holder .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.directory-list-style-one .switch-holder input:checked + .sliderx {
  background-color: var(--primary);
}
.directory-list-style-one .switch-holder input:checked + .sliderx::before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}
.directory-list-style-one .switch-holder input:focus + .sliderx {
  box-shadow: 0 0 1px var(--primary);
}
.directory-list-style-one .switch-holder .sliderx {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-2);
  transition: 0.4s;
  border-radius: 34px;
}
.directory-list-style-one .switch-holder .sliderx::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--white);
  transition: 0.4s;
  border-radius: 50%;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Directory - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
@media (max-width: 699px) {
  .directory-list-one .members-list-item {
    flex: 1 0 100%;
    margin: 0 0 30px;
  }

  .directory-list-one .mwDirectory-item {
    width: 100%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image and Content - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-content-style-1 .img-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.img-content-style-1 .img-content-img-area {
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .img-content-style-1 .img-content-img-area {
    flex: 0 0 auto;
    max-width: none;
  }
}
.img-content-style-1 .img-content-content-area {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .img-content-style-1 .img-content-content-area {
    flex: 0 0 auto;
    max-width: none;
  }
}
.img-content-style-1 .img-content-img {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 56%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  overflow: hidden;
  background-color: var(--primary-1);
}
.img-content-style-1 .img-content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-content-style-1 .img-content-content {
  width: 100%;
}
@media (min-width: 576px) {
  .img-content-style-1 .img-content-content {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .img-content-style-1 .img-content-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .img-content-style-1 .img-content-content {
    max-width: calc(960px / 2);
  }
}
@media (min-width: 1200px) {
  .img-content-style-1 .img-content-content {
    max-width: calc(1140px / 2);
  }
}
@media (min-width: 1366px) {
  .img-content-style-1 .img-content-content {
    max-width: calc(1320px / 2);
  }
}

.img-content-style-1.is-layout-img-content .img-content-content-area {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-img-content .img-content-content-area {
    justify-content: center;
  }
}
.img-content-style-1.is-layout-img-content .img-content-content {
  padding: 80px 15px 50px 80px;
}
@media (max-width: 1199px) {
  .img-content-style-1.is-layout-img-content .img-content-content {
    padding: 60px 15px 30px 60px;
  }
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-img-content .img-content-content {
    padding: 60px 15px 30px 15px;
  }
}
.img-content-style-1.is-layout-content-img .img-content-img-area {
  order: 2;
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-content-img .img-content-img-area {
    order: 1;
  }
}
.img-content-style-1.is-layout-content-img .img-content-content-area {
  order: 1;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-content-img .img-content-content-area {
    order: 2;
    justify-content: center;
  }
}
.img-content-style-1.is-layout-content-img .img-content-content {
  padding: 80px 80px 50px 15px;
}
@media (max-width: 1199px) {
  .img-content-style-1.is-layout-content-img .img-content-content {
    padding: 60px 60px 30px 15px;
  }
}
@media (max-width: 991px) {
  .img-content-style-1.is-layout-content-img .img-content-content {
    padding: 60px 15px 30px 15px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image and Content - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.alert-style-1 {
  margin-bottom: 30px;
  font-size: 14px;
}
.alert-style-1 h1, .alert-style-1 h2, .alert-style-1 h3, .alert-style-1 h4, .alert-style-1 h5, .alert-style-1 h6, .alert-style-1 .h1, .alert-style-1 .h2, .alert-style-1 .h3, .alert-style-1 .h4, .alert-style-1 .h5, .alert-style-1 .h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
.alert-style-1 p {
  margin-bottom: 15px;
}
.alert-style-1 .alert-wrap {
  position: relative;
}
.alert-style-1 .alert-content {
  padding: 20px 30px 8px;
  margin-left: 70px;
}
@media (max-width: 575px) {
  .alert-style-1 .alert-content {
    padding: 15px 15px 1px;
    margin-left: 0;
  }
}
.alert-style-1 .alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 70PX;
  height: 100%;
  font-size: 25px;
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .alert-style-1 .alert-icon {
    display: none;
  }
}
.alert-style-1 .alert-close {
  opacity: 0.5;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.alert-style-1 .alert-close:hover {
  opacity: 1;
}

.alert-style-1.is-info {
  background-color: var(--info);
}
.alert-style-1.is-info h1, .alert-style-1.is-info h2, .alert-style-1.is-info h3, .alert-style-1.is-info h4, .alert-style-1.is-info h5, .alert-style-1.is-info h6, .alert-style-1.is-info .h1, .alert-style-1.is-info .h2, .alert-style-1.is-info .h3, .alert-style-1.is-info .h4, .alert-style-1.is-info .h5, .alert-style-1.is-info .h6, .alert-style-1.is-info p {
  color: var(--white);
}
.alert-style-1.is-info a {
  color: var(--white);
}
.alert-style-1.is-info a:hover {
  color: var(--black);
}
.alert-style-1.is-info .alert-icon {
  color: var(--white);
}
.alert-style-1.is-success {
  background-color: var(--success);
}
.alert-style-1.is-success h1, .alert-style-1.is-success h2, .alert-style-1.is-success h3, .alert-style-1.is-success h4, .alert-style-1.is-success h5, .alert-style-1.is-success h6, .alert-style-1.is-success .h1, .alert-style-1.is-success .h2, .alert-style-1.is-success .h3, .alert-style-1.is-success .h4, .alert-style-1.is-success .h5, .alert-style-1.is-success .h6, .alert-style-1.is-success p {
  color: var(--white);
}
.alert-style-1.is-success a {
  color: var(--white);
}
.alert-style-1.is-success a:hover {
  color: var(--black);
}
.alert-style-1.is-success .alert-icon {
  color: var(--white);
}
.alert-style-1.is-warning {
  background-color: var(--warning);
}
.alert-style-1.is-warning h1, .alert-style-1.is-warning h2, .alert-style-1.is-warning h3, .alert-style-1.is-warning h4, .alert-style-1.is-warning h5, .alert-style-1.is-warning h6, .alert-style-1.is-warning .h1, .alert-style-1.is-warning .h2, .alert-style-1.is-warning .h3, .alert-style-1.is-warning .h4, .alert-style-1.is-warning .h5, .alert-style-1.is-warning .h6, .alert-style-1.is-warning p {
  color: var(--text-color);
}
.alert-style-1.is-warning a {
  color: var(--text-color);
}
.alert-style-1.is-warning a:hover {
  color: var(--info);
}
.alert-style-1.is-warning .alert-icon {
  color: var(--white);
}
.alert-style-1.is-error, .alert-style-1.is-danger {
  background-color: var(--danger);
}
.alert-style-1.is-error h1, .alert-style-1.is-error h2, .alert-style-1.is-error h3, .alert-style-1.is-error h4, .alert-style-1.is-error h5, .alert-style-1.is-error h6, .alert-style-1.is-error .h1, .alert-style-1.is-error .h2, .alert-style-1.is-error .h3, .alert-style-1.is-error .h4, .alert-style-1.is-error .h5, .alert-style-1.is-error .h6, .alert-style-1.is-error p, .alert-style-1.is-danger h1, .alert-style-1.is-danger h2, .alert-style-1.is-danger h3, .alert-style-1.is-danger h4, .alert-style-1.is-danger h5, .alert-style-1.is-danger h6, .alert-style-1.is-danger .h1, .alert-style-1.is-danger .h2, .alert-style-1.is-danger .h3, .alert-style-1.is-danger .h4, .alert-style-1.is-danger .h5, .alert-style-1.is-danger .h6, .alert-style-1.is-danger p {
  color: var(--white);
}
.alert-style-1.is-error a, .alert-style-1.is-danger a {
  color: var(--white);
}
.alert-style-1.is-error a:hover, .alert-style-1.is-danger a:hover {
  color: var(--black);
}
.alert-style-1.is-error .alert-icon, .alert-style-1.is-danger .alert-icon {
  color: var(--white);
}
.alert-style-1.is-white {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.alert-style-1.is-white a {
  color: var(--text-color);
}
.alert-style-1.is-white a:hover {
  color: var(--primary);
}
.alert-style-1.is-white .alert-icon {
  color: var(--text-color);
}
.alert-style-1.is-light {
  background-color: var(--light);
}
.alert-style-1.is-light a {
  color: var(--text-color);
}

.alert-style-1.is-light a:hover {
  color: var(--primary);
}
.alert-style-1.is-light .alert-icon {
  color: var(--text-color);
}
.alert-style-1.is-gray {
  background-color: var(--gray);
}
.alert-style-1.is-gray h1, .alert-style-1.is-gray h2, .alert-style-1.is-gray h3, .alert-style-1.is-gray h4, .alert-style-1.is-gray h5, .alert-style-1.is-gray h6, .alert-style-1.is-gray .h1, .alert-style-1.is-gray .h2, .alert-style-1.is-gray .h3, .alert-style-1.is-gray .h4, .alert-style-1.is-gray .h5, .alert-style-1.is-gray .h6, .alert-style-1.is-gray p {
  color: var(--dark);
}
.alert-style-1.is-gray a {
  color: var(--dark);
}
.alert-style-1.is-gray a:hover {
  color: var(--white);
}
.alert-style-1.is-gray .alert-icon {
  color: var(--dark);
}
.alert-style-1.is-dark {
  background-color: var(--dark);
}
.alert-style-1.is-dark h1, .alert-style-1.is-dark h2, .alert-style-1.is-dark h3, .alert-style-1.is-dark h4, .alert-style-1.is-dark h5, .alert-style-1.is-dark h6, .alert-style-1.is-dark .h1, .alert-style-1.is-dark .h2, .alert-style-1.is-dark .h3, .alert-style-1.is-dark .h4, .alert-style-1.is-dark .h5, .alert-style-1.is-dark .h6, .alert-style-1.is-dark p {
  color: var(--white);
}
.alert-style-1.is-dark a {
  color: var(--white);
}
.alert-style-1.is-dark a:hover {
  color: var(--primary);
}
.alert-style-1.is-dark .alert-icon {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.2);
}
.alert-style-1.is-dark .alert-close {
  color: var(--white);
}

.alert-style-1.is-temp-hide {
  display: none;
}
.liveEdBlock .alert-style-1.is-temp-hide {
  display: block;
}
.alert-style-1.is-temp-hide .alert-wrap:after {
  content: "This alert is currently hidden from the public.";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  font-size: 25px;
  font-weight: var(--font-weight-bold);
  background-color: rgba(0, 0, 0, 0.75);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  color: var(--text-color);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  border-radius: 50px;
  background-color: var(--gray-2);
}
.badge i {
  margin-right: 2px;
}

.badge.badge-sm {
  padding: 1px 6px;
  font-size: 10px;
}
.badge.badge-md {
  padding: 3px 10px;
  font-size: 12px;
}
.badge.badge-lg {
  padding: 5px 12px;
  font-size: 14px;
}

.badge.badge-default {
  color: var(--text-color);
  background-color: var(--gray-2);
}
.badge.badge-transparent {
  color: var(--text-color);
  background-color: transparent;
}
.badge.badge-primary {
  color: var(--white);
  background-color: var(--primary);
}
.badge.badge-secondary {
  color: var(--white);
  background-color: var(--secondary);
}
.badge.badge-third {
  color: var(--white);
  background-color: var(--third);
}
.badge.badge-fourth {
  color: var(--white);
  background-color: var(--fourth);
}
.badge.badge-white {
  color: var(--text-color);
  background-color: var(--white);
}
.badge.badge-light {
  color: var(--text-color);
  background-color: var(--gray-2);
}
.badge.badge-gray {
  color: var(--white);
  background-color: var(--gray);
}
.badge.badge-dark {
  color: var(--white);
  background-color: var(--dark);
}
.badge.badge-info {
  color: var(--white);
  background-color: var(--info);
}
.badge.badge-success {
  color: var(--white);
  background-color: var(--success);
}
.badge.badge-warning {
  color: var(--white);
  background-color: var(--warning);
}
.badge.badge-error, .badge.badge-danger {
  color: var(--white);
  background-color: var(--danger);
}
.badge.badge-page {
  color: var(--white);
  background-color: var(--type-page);
}
.badge.badge-post {
  color: var(--white);
  background-color: var(--type-post);
}
.badge.badge-event {
  color: var(--white);
  background-color: var(--type-event);
}
.badge.badge-form {
  color: var(--white);
  background-color: var(--type-form);
}
.badge.badge-gallery {
  color: var(--white);
  background-color: var(--type-gallery);
}
.badge.badge-image {
  color: var(--white);
  background-color: var(--type-image);
}
.badge.badge-video {
  color: var(--white);
  background-color: var(--type-video);
}
.badge.badge-doc {
  color: var(--white);
  background-color: var(--type-doc);
}
.badge.badge-unknown {
  color: var(--white);
  background-color: var(--type-unknown);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Google Translate - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.google-translate {
  overflow: hidden;
  position: relative;
}
.is-focus-keyboard .google-translate:focus-within {
  outline: var(--outline);
}
.google-translate .google-translate-embed {
  opacity: 0;
}
.google-translate .google-translate-label {
  transition: var(--transition-200);
}
.google-translate .goog-te-gadget {
  font-size: 0;
}
.google-translate .goog-te-gadget > span {
  display: none;
}
.google-translate .goog-te-gadget .goog-te-combo {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Google Translate - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Megamenu - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.megamenu-style-1 {
  --megamenu-style-1-menu-width: 220px;
  /* calc(((1366px - 80px) * 0.6) / 3 - 30px) */
  --megamenu-style-1-intro-width: 320px;
  /* calc(((1366px - 80px) * 0.4 ) - 60px) */
}

.megamenu-style-1 ul.megamenu-level-1 {
  display: flex;
  align-items: center;
}
.megamenu-style-1 ul.megamenu-level-1 > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0 20px;
  color: var(--text-color);
}
@media (max-width: 1659px) {
  .megamenu-style-1 ul.megamenu-level-1 > li > a {
    padding: 0 15px;
  }
}
.megamenu-style-1 ul.megamenu-level-1 > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  transition: height var(--transition-200);
}
.megamenu-style-1 ul.megamenu-level-1 > li:hover > a:after, .megamenu-style-1 ul.megamenu-level-1 > li.active > a:after {
  height: 5px;
}

.megamenu-style-1 .megamenu-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transition: var(--transition-300);
}
.megamenu-style-1 .megamenu-panel h1, .megamenu-style-1 .megamenu-panel h2, .megamenu-style-1 .megamenu-panel h3, .megamenu-style-1 .megamenu-panel h4, .megamenu-style-1 .megamenu-panel h5, .megamenu-style-1 .megamenu-panel h6, .megamenu-style-1 .megamenu-panel p, .megamenu-style-1 .megamenu-panel ul, .megamenu-style-1 .megamenu-panel ol, .megamenu-style-1 .megamenu-panel table, .megamenu-style-1 .megamenu-panel .btn {
  margin-bottom: 15px;
}
.megamenu-style-1 .megamenu-panel-wrap {
  border-top: 1px solid var(--gray);
  background-color: var(--white);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.megamenu-style-1 .megamenu-menu {
  width: var(--megamenu-style-1-menu-width);
}
.megamenu-style-1 .megamenu-intro {
  width: var(--megamenu-style-1-intro-width);
}
.megamenu-style-1 li.active .megamenu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-panel {
  width: 100%;
  text-align: center;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-panel-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 60px;
  padding: 30px 30px 15px;
  text-align: left;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menus {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.megamenu-style-1 li.has-1-menu.no-intro {
  position: relative;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-panel-wrap {
  padding: 10px 0;
}
.megamenu-style-1 li.has-1-menu.no-intro:nth-last-of-type(-n+2) .megamenu-panel {
  left: auto;
  right: 0;
}

.megamenu-style-1 .megamenu-menu a {
  display: block;
  font-size: 14px;
  color: var(--text-color);
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li {
  padding-bottom: 1px;
  margin-bottom: 10px;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li:not(:last-of-type) {
  border-bottom: 1px solid #D4E2EC;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu ul ul {
  display: none;
}
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li:hover > a,
.megamenu-style-1 li:not(.has-1-menu.no-intro) .megamenu-menu li.active > a {
  color: var(--primary);
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu ul {
  margin-bottom: 0;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li {
  position: relative;
  border-bottom: 1px solid #D4E2EC;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu a {
  padding: 10px 20px;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.has-children > a:after {
  content: "\F0DA";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: var(--megamenu-style-1-menu-width);
  background-color: var(--white);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li:hover > a,
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.active > a {
  color: var(--text-color);
  background-color: rgba(0, 0, 0, 0.1);
}
.megamenu-style-1 li.has-1-menu.no-intro .megamenu-menu li.has-children.active > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.megamenu-style-1 li.has-1-menu.no-intro:nth-last-of-type(-n+3) .megamenu-menu ul ul {
  left: auto;
  right: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Megamenu - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sidebar-default .sidebar-open-btn {
  display: none;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: var(--font-weight-bold);
  border-radius: var(--border-radius);
  background-color: var(--gray-4);
}
.sidebar-default .sidebar-open-btn i {
  margin-right: 10px;
}
.sidebar-default .sidebar-close-btn {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.sidebar-default .sidebar-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.sidebar-default .sidebar-side {
  z-index: 1;
}
.sidebar-default .sidebar-side .sidebar-inner[class*=_bg-] {
  padding: 30px 30px 1px;
}

.sidebar-default.is-right .sidebar-side {
  order: 2;
}
@media (max-width: 991px) {
  .sidebar-default.is-right .sidebar-side {
    order: 1;
  }
}
.sidebar-default.is-right .sidebar-main {
  order: 1;
}
@media (max-width: 991px) {
  .sidebar-default.is-right .sidebar-main {
    order: 2;
  }
}

@media (min-width: 992px) {
  .sidebar-default.is-left.has-border .sidebar-side {
    border-right: 1px solid var(--border-color-dark);
  }
}
@media (min-width: 992px) {
  .sidebar-default.is-right.has-border .sidebar-side {
    border-left: 1px solid var(--border-color-dark);
  }
}

.sidebar-default._js-coll-sidebar.active {
  position: relative;
  z-index: 510;
}
@media (max-width: 991px) {
  .sidebar-default._js-coll-sidebar .sidebar-open-btn {
    display: block;
  }
  .sidebar-default._js-coll-sidebar .sidebar-close-btn {
    display: flex;
  }
  .sidebar-default._js-coll-sidebar .sidebar-side .sidebar-inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 30px 20px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .sidebar-default._js-coll-sidebar .sidebar-side .sidebar-inner:not([class*=_bg-]) {
    background-color: var(--gray-2);
  }
}

@media (min-width: 992px) {
  .sidebar-default.is-sticky .sidebar-side-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-sticky-height) + 15px);
  }
}

.sidebar-default .Menu ul li {
  margin-bottom: 10px;
}
.sidebar-default .Menu ul li a {
  text-decoration: underline;
}
.sidebar-default .Menu ul li a:not(:hover) {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.sidebar-default .Menu ul[id] {
  padding: 30px 30px 20px;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-default .Menu ul[id] > li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sidebar-default .Menu ul[id] > li > a {
  font-weight: var(--font-weight-bold);
}
.sidebar-default .Menu ul[id] > li:last-of-type, .sidebar-default .Menu ul[id] > li:only-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-default .Menu ul ul {
  margin-top: 10px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.sidebar-default .sidebar-inner[class^=_bg-] .Menu ul[id],
.sidebar-default .sidebar-inner[class*=" _bg-"] .Menu ul[id] {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.cta-style-1 .cta-wrap {
  position: relative;
}
.cta-style-1 .cta-img {
  overflow: hidden;
  position: relative;
  background-color: var(--primary-1);
}
.cta-style-1 .cta-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .cta-style-1 .cta-text-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-style-1 .cta-text-area {
    border-top: 10px solid rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 991px) {
  .cta-style-1 .cta-text-area .content-area-wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cta-style-1 .cta-text-area .container {
    max-width: none;
  }
}
.cta-style-1 .cta-inner {
  padding: 50px 50px 20px;
  border-top: 10px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cta-style-1 .cta-inner {
    padding: 30px 15px 1px;
    border-top: none;
  }
}

.cta-style-1.is-md .cta-img {
  height: 550px;
}
@media (max-width: 991px) {
  .cta-style-1.is-md .cta-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-md .cta-img {
    aspect-ratio: 4/3;
  }
}
.cta-style-1.is-sm .cta-img {
  height: 450px;
}
@media (max-width: 991px) {
  .cta-style-1.is-sm .cta-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-sm .cta-img {
    aspect-ratio: 4/3;
  }
}
.cta-style-1.is-lg .cta-img {
  height: 650px;
}
@media (max-width: 991px) {
  .cta-style-1.is-lg .cta-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .cta-style-1.is-lg .cta-img {
    aspect-ratio: 4/3;
  }
}

.cta-style-1.is-img-center .cta-img img {
  -o-object-position: center;
     object-position: center;
}
.cta-style-1.is-img-top .cta-img img {
  -o-object-position: center top;
     object-position: center top;
}
.cta-style-1.is-img-bottom .cta-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | CTA - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Filter List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.filter-list-style-1 {
  list-style-type: none;
  padding: 5px 0;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
}
.filter-list-style-1 li {
  position: relative;
  padding: 0 25px;
  margin: 0;
}
.filter-list-style-1 li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color var(--transition-200);
}
.filter-list-style-1 li button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  color: var(--text-color);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  text-transform: capitalize;
}
.filter-list-style-1 li button i {
  font-size: 12px;
  margin-right: 10px;
}
.filter-list-style-1 li button:hover {
  color: var(--primary-5);
}
.filter-list-style-1 li + li button {
  border-top: 1px solid var(--border-color-dark);
}
.filter-list-style-1 li:hover:after {
  background-color: var(--primary);
}
.filter-list-style-1 li.active {
  background-color: var(--gray-2);
}
.filter-list-style-1 li.active:after {
  background-color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Filter List - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Animation Wrapper - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.animation-wrapper-default {
  overflow: hidden;
}
.liveEdBlock .animation-wrapper-default {
  padding-top: 22px;
}
.liveEdBlock .animation-wrapper-default .animation-wrapper-wrap {
  position: relative;
  background-color: rgba(46, 183, 160, 0.15);
}
.liveEdBlock .animation-wrapper-default .animation-wrapper-wrap:before {
  content: "ANIMATION: " attr(data-aos);
  position: absolute;
  right: 0;
  bottom: 100%;
  width: auto;
  height: auto;
  padding: 3px 10px;
  font-size: 10px;
  border-radius: 5px 5px 0 0;
  background-color: rgba(46, 183, 160, 0.15);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Animation Wrapper - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-default ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-default ul li a {
  color: var(--sns-color);
}
.sns-link-default ul li a:hover {
  color: var(--sns-color-hover);
}

.sns-link-default.left ul {
  justify-content: flex-start;
}

.sns-link-default.center ul {
  justify-content: center;
}

.sns-link-default.right ul {
  justify-content: flex-end;
}

.sns-link-default.small ul {
  -webkit-column-gap: var(--sns-margin-sm);
     -moz-column-gap: var(--sns-margin-sm);
          column-gap: var(--sns-margin-sm);
  row-gap: 5px;
}
.sns-link-default.small ul li {
  font-size: var(--sns-font-size-sm);
}

.sns-link-default.medium ul {
  -webkit-column-gap: var(--sns-margin-md);
     -moz-column-gap: var(--sns-margin-md);
          column-gap: var(--sns-margin-md);
  row-gap: 5px;
}
.sns-link-default.medium ul li {
  font-size: var(--sns-font-size-md);
}

.sns-link-default.large ul {
  -webkit-column-gap: var(--sns-margin-lg);
     -moz-column-gap: var(--sns-margin-lg);
          column-gap: var(--sns-margin-lg);
  row-gap: 5px;
}
.sns-link-default.large ul li {
  font-size: var(--sns-font-size-lg);
}

.sns-link-default.huge ul {
  -webkit-column-gap: var(--sns-margin-hudge);
     -moz-column-gap: var(--sns-margin-hudge);
          column-gap: var(--sns-margin-hudge);
  row-gap: 5px;
}
.sns-link-default.huge ul li {
  font-size: var(--sns-font-size-huge);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link Default - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Circle - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-circle ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-circle ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sns-circle-color);
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  background-color: var(--sns-circle-bg);
}
.sns-link-circle ul li a:hover {
  color: var(--sns-circle-color-hover);
  background-color: var(--sns-circle-bg-hover);
}

.sns-link-circle.left ul {
  justify-content: flex-start;
}

.sns-link-circle.center ul {
  justify-content: center;
}

.sns-link-circle.right ul {
  justify-content: flex-end;
}

.sns-link-circle.small ul {
  -webkit-column-gap: var(--sns-circle-margin-sm);
     -moz-column-gap: var(--sns-circle-margin-sm);
          column-gap: var(--sns-circle-margin-sm);
  row-gap: 5px;
}
.sns-link-circle.small ul a {
  width: var(--sns-circle-size-sm);
  height: var(--sns-circle-size-sm);
  font-size: var(--sns-circle-font-size-sm);
}

.sns-link-circle.medium ul {
  -webkit-column-gap: var(--sns-circle-margin-md);
     -moz-column-gap: var(--sns-circle-margin-md);
          column-gap: var(--sns-circle-margin-md);
  row-gap: 5px;
}
.sns-link-circle.medium ul a {
  width: var(--sns-circle-size-md);
  height: var(--sns-circle-size-md);
  font-size: var(--sns-circle-font-size-md);
}

.sns-link-circle.large ul {
  -webkit-column-gap: var(--sns-circle-margin-lg);
     -moz-column-gap: var(--sns-circle-margin-lg);
          column-gap: var(--sns-circle-margin-lg);
  row-gap: 5px;
}
.sns-link-circle.large ul a {
  width: var(--sns-circle-size-lg);
  height: var(--sns-circle-size-lg);
  font-size: var(--sns-circle-font-size-lg);
}

.sns-link-circle.huge ul {
  -webkit-column-gap: var(--sns-circle-margin-huge);
     -moz-column-gap: var(--sns-circle-margin-huge);
          column-gap: var(--sns-circle-margin-huge);
  row-gap: 5px;
}
.sns-link-circle.huge ul a {
  width: var(--sns-circle-size-huge);
  height: var(--sns-circle-size-huge);
  font-size: var(--sns-circle-font-size-huge);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link Circle - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Square - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sns-link-square ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sns-link-square ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sns-square-color);
  line-height: 1;
  text-decoration: none;
  border-radius: var(--border-radius);
  background-color: var(--sns-square-bg);
}
.sns-link-square ul li a:hover {
  color: var(--sns-square-color-hover);
  background-color: var(--sns-square-bg-hover);
}

.sns-link-square.left ul {
  justify-content: flex-start;
}

.sns-link-square.center ul {
  justify-content: center;
}

.sns-link-square.right ul {
  justify-content: flex-end;
}

.sns-link-square.small ul {
  -webkit-column-gap: var(--sns-square-margin-sm);
     -moz-column-gap: var(--sns-square-margin-sm);
          column-gap: var(--sns-square-margin-sm);
  row-gap: 5px;
}
.sns-link-square.small ul a {
  width: var(--sns-square-size-sm);
  height: var(--sns-square-size-sm);
  font-size: var(--sns-square-font-size-sm);
}

.sns-link-square.medium ul {
  -webkit-column-gap: var(--sns-square-margin-md);
     -moz-column-gap: var(--sns-square-margin-md);
          column-gap: var(--sns-square-margin-md);
  row-gap: 5px;
}
.sns-link-square.medium ul a {
  width: var(--sns-square-size-md);
  height: var(--sns-square-size-md);
  font-size: var(--sns-square-font-size-md);
}

.sns-link-square.large ul {
  -webkit-column-gap: var(--sns-square-margin-lg);
     -moz-column-gap: var(--sns-square-margin-lg);
          column-gap: var(--sns-square-margin-lg);
  row-gap: 5px;
}
.sns-link-square.large ul a {
  width: var(--sns-square-size-lg);
  height: var(--sns-square-size-lg);
  font-size: var(--sns-square-font-size-lg);
}

.sns-link-square.huge ul {
  -webkit-column-gap: var(--sns-square-margin-huge);
     -moz-column-gap: var(--sns-square-margin-huge);
          column-gap: var(--sns-square-margin-huge);
  row-gap: 5px;
}
.sns-link-square.huge ul a {
  width: var(--sns-square-size-huge);
  height: var(--sns-square-size-huge);
  font-size: var(--sns-square-font-size-huge);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link Square - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Share Link - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.share-links {
  display: flex;
  align-items: center;
  gap: var(--sns-margin-md);
  line-height: 1;
}

.share-link {
  display: inline-block;
}

.share-link-default {
  font-size: var(--sns-font-size-md);
  color: var(--sns-color);
}
.share-link-default:hover {
  color: var(--sns-color-hover);
}

.share-link-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sns-circle-size-md);
  height: var(--sns-circle-size-md);
  color: var(--sns-circle-color);
  border-radius: 50%;
  background-color: var(--sns-circle-bg);
  transition: var(--transition-200);
}
.share-link-circle:hover {
  color: var(--sns-circle-color-hover);
  background-color: var(--sns-circle-bg-hover);
}

.share-link-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sns-square-size-md);
  height: var(--sns-square-size-md);
  color: var(--sns-square-color);
  border-radius: var(--border-radius);
  background-color: var(--sns-square-bg);
  transition: var(--transition-200);
}
.share-link-square:hover {
  color: var(--sns-square-color-hover);
  background-color: var(--sns-square-bg-hover);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Share Link - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordion-style-1 .accordion-header {
  font-size: 18px;
  margin-top: -1px;
  margin-bottom: 0;
}
.accordion-style-1 .accordion-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  padding: 20px 0;
  font-weight: var(--font-weight-bold);
  text-align: left;
  white-space: pre-line;
  border-top: 1px solid var(--gray-4);
  border-bottom: 1px solid var(--gray-4);
}
.accordion-style-1 .accordion-header i {
  font-size: 18px;
  transition: var(--transition-500);
}
.accordion-style-1 .accordion-panel {
  display: none;
}
.accordion-style-1 .accordion-panel-inner {
  padding-top: 20px;
  padding-bottom: 1px;
}
.accordion-style-1.active .accordion-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-style-1.active .accordion-header i.fa-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordion-style-2 {
  margin-bottom: 10px;
}
.accordion-style-2 .accordion-wrap {
  border-radius: var(--border-radius);
}
.accordion-style-2 .accordion-header {
  margin-bottom: 0;
  font-size: 18px;
}
.accordion-style-2 .accordion-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  padding: 20px 20px 20px 30px;
  font-weight: var(--font-weight-bold);
  text-align: left;
  white-space: pre-line;
}
.accordion-style-2 .accordion-header i {
  font-size: 18px;
  transition: var(--transition-500);
}
.accordion-style-2 .accordion-panel {
  display: none;
  border-top: 1px solid var(--border-color-dark);
}
.accordion-style-2 .accordion-panel-inner {
  padding: 30px 30px 5px;
}
.accordion-style-2.active .accordion-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-style-2.active .accordion-header i.fa-plus {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-1 {
  margin-bottom: 30px;
}
.tabs-style-1 .tabs-navs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tabs-style-1 .tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 20px;
  text-align: left;
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
  border-radius: var(--border-radius);
  background-color: var(--gray-2);
}
.tabs-style-1 .tabs-nav:hover, .tabs-style-1 .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}
.tabs-style-1 .tabs-nav-icon {
  font-size: 14px;
}
.tabs-style-1 .tabs-panel {
  display: none;
}
.tabs-style-1 .tabs-panel.active {
  display: block;
}

@media (max-width: 991px) {
  .tabs-style-1.is-vertical .tabs-navs {
    flex-direction: column;
  }
}
.tabs-style-1.is-vertical .tabs-panels {
  padding-top: 30px;
}

.tabs-style-1.is-horizontal .tabs-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-1.is-horizontal .tabs-navs {
  flex-direction: column;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
}
@media (max-width: 991px) {
  .tabs-style-1.is-horizontal .tabs-navs {
    flex: 0 0 auto;
    max-width: none;
  }
}
.tabs-style-1.is-horizontal .tabs-panels {
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .tabs-style-1.is-horizontal .tabs-panels {
    flex: 0 0 auto;
    max-width: none;
    padding-left: 0;
    padding-top: 25px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-2 {
  margin-bottom: 30px;
}
.tabs-style-2 .tabs-wrap {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.tabs-style-2 .tabs-navs {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-2 .tabs-nav {
  overflow: hidden;
  position: relative;
  text-align: left;
  font-weight: var(--font-weight-bold);
}
.tabs-style-2 .tabs-nav span {
  display: block;
  position: relative;
  white-space: pre-line;
}
.tabs-style-2 .tabs-panel {
  display: none;
  padding: 30px 30px 1px;
}
.tabs-style-2 .tabs-panel.active {
  display: block;
}

.tabs-style-2.is-vertical .tabs-navs {
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-vertical .tabs-navs {
    flex-direction: column;
    border-bottom: 0;
  }
}
.tabs-style-2.is-vertical .tabs-nav {
  padding: 25px 0;
}
@media (max-width: 991px) {
  .tabs-style-2.is-vertical .tabs-nav {
    padding: 0 30px;
  }
}
.tabs-style-2.is-vertical .tabs-nav span {
  padding: 0 30px;
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-vertical .tabs-nav span {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color-dark);
  }
}
.tabs-style-2.is-vertical .tabs-nav:hover, .tabs-style-2.is-vertical .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}

.tabs-style-2.is-horizontal .tabs-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tabs-style-2.is-horizontal .tabs-navs {
  flex-direction: column;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  border-right: 1px solid var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-2.is-horizontal .tabs-navs {
    flex: 0 0 auto;
    max-width: none;
    border-right: none;
  }
}
.tabs-style-2.is-horizontal .tabs-nav {
  padding: 0 30px;
}
.tabs-style-2.is-horizontal .tabs-nav span {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color-dark);
}
.tabs-style-2.is-horizontal .tabs-nav:hover, .tabs-style-2.is-horizontal .tabs-nav.active {
  color: var(--white);
  background-color: var(--primary);
}
.tabs-style-2.is-horizontal .tabs-panels {
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .tabs-style-2.is-horizontal .tabs-panels {
    flex: 0 0 auto;
    max-width: none;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Icon - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabs-style-3 {
  margin-bottom: 30px;
}
.tabs-style-3 .tabs-header {
  position: relative;
  margin-bottom: 30px;
}
.tabs-style-3 .tabs-nav-indicator {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--border-color-dark);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav-indicator {
    display: none;
  }
}
.tabs-style-3 .tabs-nav-indicator span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--primary);
  transition: var(--transition-360);
}
.tabs-style-3 .tabs-navs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-navs {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .tabs-style-3 .tabs-navs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tabs-style-3 .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
  white-space: pre-line;
  font-weight: var(--font-weight-bold);
  transition: var(--transition-200);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav {
    padding: 30px;
    border-radius: var(--border-radius);
    background-color: var(--gray-2);
  }
}
.tabs-style-3 .tabs-nav img {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
  transition: var(--transition-200);
}
.tabs-style-3 .tabs-nav:hover, .tabs-style-3 .tabs-nav.active {
  color: var(--primary);
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav:hover, .tabs-style-3 .tabs-nav.active {
    color: var(--white);
    background-color: var(--primary);
  }
}
@media (max-width: 991px) {
  .tabs-style-3 .tabs-nav:hover img, .tabs-style-3 .tabs-nav.active img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.tabs-style-3 .tabs-panel {
  display: none;
}
.tabs-style-3 .tabs-panel.active {
  display: block;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs - Icon - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.modal-style-1 .modal-container {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-style-1 .modal-dialog {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
}
.modal-style-1 .modal-inner {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-2);
}
.modal-style-1 .modal-close-btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: var(--white);
  border-radius: 50%;
  background: var(--dark);
  box-shadow: var(--shadow-2);
}
.modal-style-1 .modal-close-btn:hover {
  background: var(--primary);
}

.modal-style-1.is-sm .modal-dialog {
  max-width: 570px;
}

.modal-style-1.is-md .modal-dialog {
  max-width: 770px;
}

.modal-style-1.is-lg .modal-dialog {
  max-width: 970px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Popup - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.popup-style-1 .popup-container {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-style-1 .popup-dialog {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
}
.popup-style-1 .popup-inner {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-2);
}
.popup-style-1 .popup-close-btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: var(--white);
  border-radius: 50%;
  background: var(--dark);
  box-shadow: var(--shadow-2);
}
.popup-style-1 .popup-close-btn:hover {
  background: var(--primary);
}

.popup-style-1.is-sm .popup-dialog {
  max-width: 570px;
}

.popup-style-1.is-md .popup-dialog {
  max-width: 770px;
}

.popup-style-1.is-lg .popup-dialog {
  max-width: 970px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Popup - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Block - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.icon-blocks-style-1 .icon-blocks-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .icon-blocks-style-1 .icon-blocks-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .icon-blocks-style-1 .icon-blocks-wrap {
    grid-template-columns: 1fr;
  }
}
.icon-blocks-style-1 .icon-blocks-item:nth-of-type(even) .icon-blocks-item-wrap {
  background-color: var(--light);
}
@media (max-width: 992px) and (min-width: 576px) {
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(3) .icon-blocks-item-wrap {
    background-color: var(--light);
  }
  .icon-blocks-style-1 .icon-blocks-item:nth-of-type(4) .icon-blocks-item-wrap {
    background-color: var(--white);
  }
}
.icon-blocks-style-1 .icon-blocks-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  padding: 30px 30px 1px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: var(--white);
}
.icon-blocks-style-1 .icon-blocks-item-img {
  width: auto;
  height: 65px;
  margin-bottom: 20px;
  transition: var(--transition-200);
}
.icon-blocks-style-1 .icon-blocks-item-title {
  margin-bottom: 10px;
  font-size: 22px;
  word-break: break-all;
  transition: var(--transition-200);
}
.icon-blocks-style-1 .icon-blocks-item-des {
  font-size: 16px;
  transition: var(--transition-200);
}
@media (min-width: 992px) {
  .icon-blocks-style-1 .icon-blocks-item-des {
    opacity: 0;
  }
}
.icon-blocks-style-1 .icon-blocks-item-wrap:hover .icon-blocks-item-img,
.icon-blocks-style-1 .icon-blocks-item-wrap:hover .icon-blocks-item-title,
.icon-blocks-style-1 .icon-blocks-item-wrap:hover .icon-blocks-item-des, .icon-blocks-style-1 .icon-blocks-item-wrap:focus-within .icon-blocks-item-img,
.icon-blocks-style-1 .icon-blocks-item-wrap:focus-within .icon-blocks-item-title,
.icon-blocks-style-1 .icon-blocks-item-wrap:focus-within .icon-blocks-item-des {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Block - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.count-up-style-1 {
  text-align: center;
}
.count-up-style-1 .count-up-icon {
  width: auto;
  height: 80px;
  margin-bottom: 35px;
}
.count-up-style-1 .count-up-number {
  display: block;
  margin-bottom: 15px;
  color: var(--primary);
  font-size: 38px;
  line-height: 1;
}
.count-up-style-1 .count-up-label {
  display: block;
  white-space: pre-line;
  color: var(--text-color);
  font-size: 18px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style Theme - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.count-up-style-theme {
  text-align: center;
}
.count-up-style-theme .count-up-icon {
  width: auto;
  height: 80px;
  margin-bottom: 35px;
}
.count-up-style-theme .count-up-number {
  display: block;
  margin-bottom: 15px;
  color: var(--primary);
  line-height: 1;
}
.count-up-style-theme .count-up-num {
  font-weight: var(--font-weight-thin);
}
.count-up-style-theme .count-up-label {
  display: block;
  white-space: pre-line;
  color: var(--text-color);
  font-weight: var(--font-weight-normal);
  font-size: 18px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up - Style Theme - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-card-style-1 {
  margin-bottom: 30px;
}
.content-card-style-1 .content-card-wrap {
  overflow: hidden;
  border: 1px solid var(--border-color-dark);
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.content-card-style-1 .content-card-header {

  padding: 15px 30px;
  border-bottom: 1px solid var(--border-color-dark);
  background-color: var(--gray-2);
  word-break: break-word;
}
@media (max-width: 575px) {
  .content-card-style-1 .content-card-header {
    padding: 15px;
  }
}
.content-card-style-1 .content-card-header h1, .content-card-style-1 .content-card-header h2, .content-card-style-1 .content-card-header h3, .content-card-style-1 .content-card-header h4, .content-card-style-1 .content-card-header h5, .content-card-style-1 .content-card-header h6, .content-card-style-1 .content-card-header p, .content-card-style-1 .content-card-header ul, .content-card-style-1 .content-card-header ol, .content-card-style-1 .content-card-header dl, .content-card-style-1 .content-card-header table, .content-card-style-1 .content-card-header .btn {
  margin-bottom: 0;
}
.content-card-style-1 .content-card-body {
  padding: 30px 30px 1px;
  word-break: break-word;
}
@media (max-width: 575px) {
  .content-card-style-1 .content-card-body {
    padding: 15px 15px 1px;
  }
}
.content-card-style-1 .content-card-footer {
  padding: 15px 30px 5px;
  border-top: 1px solid var(--border-color-dark);
  background-color: var(--gray-2);
}
@media (max-width: 575px) {
  .content-card-style-1 .content-card-footer {
    padding: 15px 15px 5px;
  }
}
.content-card-style-1 .content-card-footer h1, .content-card-style-1 .content-card-footer h2, .content-card-style-1 .content-card-footer h3, .content-card-style-1 .content-card-footer h4, .content-card-style-1 .content-card-footer h5, .content-card-style-1 .content-card-footer h6, .content-card-style-1 .content-card-footer p, .content-card-style-1 .content-card-footer ul, .content-card-style-1 .content-card-footer ol, .content-card-style-1 .content-card-footer dl, .content-card-style-1 .content-card-footer table, .content-card-style-1 .content-card-footer .btn {
  margin-bottom: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-card-style-2 {
  margin-bottom: 30px;
}
.content-card-style-2 .content-card-wrap {
  padding: 30px 30px 1px;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--light);
}
.content-card-style-2 .content-card-title {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Landscape - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-1-landscape {
  margin-bottom: 30px;
}
.img-card-style-1-landscape h1, .img-card-style-1-landscape h2, .img-card-style-1-landscape h3, .img-card-style-1-landscape h4, .img-card-style-1-landscape h5, .img-card-style-1-landscape h6, .img-card-style-1-landscape p, .img-card-style-1-landscape ul, .img-card-style-1-landscape ol, .img-card-style-1-landscape table {
  margin-bottom: 15px;
}
.img-card-style-1-landscape .img-card-wrap {
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.img-card-style-1-landscape .img-card-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.img-card-style-1-landscape .img-card-wrap:hover .img-card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-header {
    width: 100%;
    max-width: 38.2%;
    flex: 1 1 38.2%;
  }
}
.img-card-style-1-landscape .img-card-body {
  padding: 30px 30px 1px;
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
  }
}
.img-card-style-1-landscape .img-card-img {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  background-color: var(--primary-1);
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-img {
    height: 100%;
  }
}
.img-card-style-1-landscape .img-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.img-card-style-1-landscape .img-card-title {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .img-card-style-1-landscape .img-card-btn {
    margin-top: auto;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Landscape - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Portrait - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-1-portrait {
  margin-bottom: 30px;
}
.img-card-style-1-portrait h1, .img-card-style-1-portrait h2, .img-card-style-1-portrait h3, .img-card-style-1-portrait h4, .img-card-style-1-portrait h5, .img-card-style-1-portrait h6, .img-card-style-1-portrait p, .img-card-style-1-portrait ul, .img-card-style-1-portrait ol, .img-card-style-1-portrait table {
  margin-bottom: 15px;
}
.img-card-style-1-portrait .img-card-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.img-card-style-1-portrait .img-card-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.img-card-style-1-portrait .img-card-wrap:hover .img-card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.img-card-style-1-portrait .img-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
.img-card-style-1-portrait .img-card-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--primary-1);
}
.img-card-style-1-portrait .img-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.img-card-style-1-portrait .img-card-title {
  margin-bottom: 15px;
}
.img-card-style-1-portrait .img-card-des {
  color: var(--text-color);
}
.img-card-style-1-portrait .img-card-btn {
  margin-top: auto;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 1 Portrait - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.img-card-style-2 {
  margin-bottom: 30px;
}
.img-card-style-2 .img-card-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 80px 30px 50px;
  border-radius: var(--border-radius);
}
.img-card-style-2 .img-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-card-style-2 .img-card-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.9;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  transition: var(--transition-300);
}
.img-card-style-2 .img-card-inner {
  position: relative;
  max-width: 350px;
  text-align: center;
  background-color: transparent;
}
.img-card-style-2 .img-card-title > span {
  display: block;
  transition: var(--transition-300);
}
.img-card-style-2 .img-card-des,
.img-card-style-2 .img-card-btn {
  transition: var(--transition-300);
}

.is-touch-device .img-card-style-2 .img-card-bg {
  opacity: 0.7;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Item Card - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.item-card-style-1 {
  margin-bottom: 30px;
}
.item-card-style-1 a {
  text-decoration: none;
}
.item-card-style-1 p {
  margin-bottom: 20px;
}
.item-card-style-1 .badge-type {
  text-transform: capitalize;
}
.item-card-style-1 .item-card-wrap {
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: box-shadow var(--transition-200);
}
.item-card-style-1 .item-card-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.item-card-style-1 .item-card-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 56%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  background-color: var(--light);
}
.item-card-style-1 .item-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-card-style-1 .item-card-body {
  padding: 25px 25px 5px;
}
.item-card-style-1 .item-card-footer {
  padding: 10px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: var(--light);
}
.item-card-style-1 .item-card-title {
  margin-bottom: 10px;
  word-break: break-word;
  font-size: 18px;
}
.item-card-style-1 .item-card-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.item-card-style-1 .item-card-des {
  font-size: 16px;
}
.item-card-style-1 .item-card-btn {
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.item-card-style-1 .item-card-btn i {
  font-size: 12px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .item-card-style-1 .item-card-wrap {
    display: flex;
    flex-direction: column;
  }
  .item-card-style-1 .item-card-inner {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .item-card-style-1 .item-card-header {
    width: 100%;
    max-width: 36%;
    flex: 0 0 36%;
  }
  .item-card-style-1 .item-card-body {
    flex: 1;
  }
}

.item-card-style-1[data-type=doc] .item-card-header, .item-card-style-1[data-type=document] .item-card-header, .item-card-style-1[data-type=video] .item-card-header, .item-card-style-1[data-type=unknown] .item-card-header {
  display: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Item Card - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 1 - Start
 |
 |

 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-1 .page-banner-wrap {
  position: relative;
}
.page-banner-style-1 .page-banner-inner {
  display: flex;
  position: relative;
  padding: 80px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner-style-1 .page-banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner-style-1 .page-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-style-1 .page-banner-title {
  color: var(--white);
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-banner-style-1 .page-banner-title {
    font-size: calc(60px * 0.85);
  }
}
.page-banner-style-1 .page-banner-des {
  color: var(--white);
  font-size: 20px;
  max-width: 670px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-banner-style-1 .page-banner-des {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-banner-style-1 .page-banner-des {
    font-size: 16px;
  }
}
.page-banner-style-1 .page-banner-des:empty {
  display: none;
}
.page-banner-style-1 .page-banner-des p {
  margin-bottom: 0;
}
.page-banner-style-1 .page-banner-des p + p {
  margin-top: 15px;
}

.page-banner-style-1.is-text-center .page-banner-inner {
  align-items: center;
  text-align: center;
}
.page-banner-style-1.is-text-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-1.is-text-left .page-banner-inner {
  align-items: center;
  text-align: left;
}
.page-banner-style-1.is-text-right .page-banner-inner {
  align-items: center;
  text-align: right;
}
.page-banner-style-1.is-text-right .page-banner-des {
  margin-left: auto;
}
.page-banner-style-1.is-text-top-center .page-banner-inner {
  align-items: flex-start;
  text-align: center;
}
.page-banner-style-1.is-text-top-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-1.is-text-top-left .page-banner-inner {
  align-items: flex-start;
  text-align: left;
}
.page-banner-style-1.is-text-top-right .page-banner-inner {
  align-items: flex-start;
  text-align: right;
}
.page-banner-style-1.is-text-top-right .page-banner-des {
  margin-left: auto;
}
.page-banner-style-1.is-text-bottom-center .page-banner-inner {
  align-items: flex-end;
  text-align: center;
}
.page-banner-style-1.is-text-bottom-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-1.is-text-bottom-left .page-banner-inner {
  align-items: flex-end;
  text-align: left;
}
.page-banner-style-1.is-text-bottom-right .page-banner-inner {
  align-items: flex-end;
  text-align: right;
}
.page-banner-style-1.is-text-bottom-right .page-banner-des {
  margin-left: auto;
}

.page-banner-style-1.is-img-center .page-banner-img img {
  -o-object-position: center;
     object-position: center;
}
.page-banner-style-1.is-img-top .page-banner-img img {
  -o-object-position: center top;
     object-position: center top;
}
.page-banner-style-1.is-img-bottom .page-banner-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-banner-style-1.is-md .page-banner-inner {
  min-height: 480px;
}
.page-banner-style-1.is-sm .page-banner-inner {
  min-height: 320px;
}
.page-banner-style-1.is-lg .page-banner-inner {
  min-height: 650px;
}
.page-banner-style-1.is-fullscreen .page-banner-inner {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 1  - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-2 .page-banner-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  text-align: center;
}
.page-banner-style-2 .page-banner-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-1);
}
.page-banner-style-2 .page-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-style-2 .container {
  position: relative;
}
.page-banner-style-2 .page-banner-inner {
  position: relative;
  padding: 40px 15px;
}
@media (max-width: 991px) {
  .page-banner-style-2 .page-banner-inner {
    padding: 30px 15px;
  }
}
.page-banner-style-2 .page-banner-inner-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.page-banner-style-2 .page-banner-title {
  position: relative;
  margin-bottom: 0;
}
.page-banner-style-2 .page-banner-des {
  position: relative;
  max-width: 670px;
  margin: 30px auto 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-banner-style-2 .page-banner-des {
    font-size: 16px;
  }
}
.page-banner-style-2 .page-banner-des:empty {
  display: none;
}
.page-banner-style-2 .page-banner-des p {
  margin-bottom: 0;
}
.page-banner-style-2 .page-banner-des p + p {
  margin-top: 15px;
}

.page-banner-style-2.is-img-center .page-banner-img img {
  -o-object-position: center;
     object-position: center;
}
.page-banner-style-2.is-img-top .page-banner-img img {
  -o-object-position: center top;
     object-position: center top;
}
.page-banner-style-2.is-img-bottom .page-banner-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-banner-style-2.is-md .page-banner-wrap {
  min-height: 500px;
}
.page-banner-style-2.is-sm .page-banner-wrap {
  min-height: 350px;
}
.page-banner-style-2.is-lg .page-banner-wrap {
  min-height: 650px;
}
.page-banner-style-2.is-fullscreen .page-banner-wrap {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-3 .page-banner-top {
  position: relative;
}
.page-banner-style-3 .page-banner-bottom {
  position: relative;
}
.page-banner-style-3 .page-banner-top-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 80px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.page-banner-style-3 .page-banner-bottom-inner {
  padding: 60px 80px 30px;
}
@media (max-width: 991px) {
  .page-banner-style-3 .page-banner-bottom-inner {
    padding: 30px 30px 1px;
  }
}
.page-banner-style-3 .page-banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  background-color: var(--primary-1);
}
.page-banner-style-3 .page-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner-style-3 .page-banner-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-banner-style-3 .page-banner-title {
  color: var(--white);
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-banner-style-3 .page-banner-title {
    font-size: calc(60px * 0.85);
  }
}
.page-banner-style-3 .page-banner-des {
  color: var(--white);
  font-size: 20px;
  max-width: 670px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .page-banner-style-3 .page-banner-des {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-banner-style-3 .page-banner-des {
    font-size: 16px;
  }
}
.page-banner-style-3 .page-banner-des:empty {
  display: none;
}
.page-banner-style-3 .page-banner-des p {
  margin-bottom: 0;
}
.page-banner-style-3 .page-banner-des p + p {
  margin-top: 15px;
}

.page-banner-style-3.is-text-center .page-banner-top-inner {
  text-align: center;
}
.page-banner-style-3.is-text-center .page-banner-des {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-style-3.is-text-left .page-banner-top-inner {
  text-align: left;
}
.page-banner-style-3.is-text-right .page-banner-top-inner {
  text-align: right;
}
.page-banner-style-3.is-text-right .page-banner-des {
  margin-left: auto;
}

.page-banner-style-3.is-img-center .page-banner-img img {
  -o-object-position: center;
     object-position: center;
}
.page-banner-style-3.is-img-top .page-banner-img img {
  -o-object-position: center top;
     object-position: center top;
}
.page-banner-style-3.is-img-bottom .page-banner-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.page-banner-style-3.is-md .page-banner-top-inner {
  min-height: 400px;
}
.page-banner-style-3.is-sm .page-banner-top-inner {
  min-height: 300px;
}
.page-banner-style-3.is-lg .page-banner-top-inner {
  min-height: 500px;
}
.page-banner-style-3.is-fullscreen .page-banner-top-inner {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style Home - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-home {
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .page-banner-style-home {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .page-banner-style-home {
    height: 670px;
  }
}
.page-banner-style-home::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-banner-style-home .page-banner-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-style-home .page-banner-title {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: var(--white);
}
.page-banner-style-home .page-banner-crossout {
  position: relative;
}
.page-banner-style-home .page-banner-crossout img {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% + 10px);
  width: 100%;
}

.page-banner-style-home .page-banner-crossout._crossout-primary svg {
  color: var(--primary);
}
.page-banner-style-home .page-banner-crossout._crossout-secondary svg {
  color: var(--secondary);
}
.page-banner-style-home .page-banner-crossout._crossout-third svg {
  color: var(--third);
}
.page-banner-style-home .page-banner-crossout._crossout-fourth svg {
  color: var(--fourth);
}
.page-banner-style-home .page-banner-crossout._crossout-white svg {
  color: var(--white);
}
.page-banner-style-home .page-banner-crossout._crossout-light svg {
  color: var(--light);
}
.page-banner-style-home .page-banner-crossout._crossout-gray svg {
  color: var(--gray);
}
.page-banner-style-home .page-banner-crossout._crossout-dark svg {
  color: var(--dark);
}
.page-banner-style-home .page-banner-crossout._crossout-primary-light svg {
  color: var(--primary-1);
}
.page-banner-style-home .page-banner-crossout._crossout-secondary-light svg {
  color: var(--secondary-1);
}
.page-banner-style-home .page-banner-crossout._crossout-third-light svg {
  color: var(--third-1);
}
.page-banner-style-home .page-banner-crossout._crossout-fourth-light svg {
  color: var(--fourth-1);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style Home - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style Theme - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .page-banner-style-theme {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .page-banner-style-theme {
    height: 590px;
  }
}
.page-banner-style-theme .page-banner-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  height: 100%;
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-banner-style-theme .page-banner-body {
  max-width: var(--container-width);
  width: 100%;
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-body {
    max-width: calc((var(--container-width) / 2) - 117px);
    margin: 0 0 0 auto;
  }
}
.page-banner-style-theme .page-banner-left {
  position: relative;
  overflow: hidden;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .page-banner-style-theme .page-banner-left {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-left {
    padding: 100px 120px 60px 30px;
  }
}
.page-banner-style-theme .page-banner-left .page-banner-icon {
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: -110px;
  height: calc(100% + 30px);
}
.page-banner-style-theme .page-banner-left .page-banner-tag {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-left .page-banner-tag {
    margin: 0 0 30px 0;
  }
}
.page-banner-style-theme .page-banner-left .page-banner-tag-icon {
  width: 45px;
  aspect-ratio: 1;
  background-color: var(--white);
  margin: 0 15px 0 0;
  color: var(--third);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-left .page-banner-tag-icon {
    width: 62px;
  }
}
.page-banner-style-theme .page-banner-left .page-banner-tag-icon svg {
  width: 45px;
  height: auto;
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-left .page-banner-tag-icon svg {
    width: 55px;
  }
}
.page-banner-style-theme .page-banner-left._bg-primary .page-banner-tag-icon {
  color: var(--primary);
}
.page-banner-style-theme .page-banner-left._bg-secondary .page-banner-tag-icon {
  color: var(--secondary);
}
.page-banner-style-theme .page-banner-left._bg-third .page-banner-tag-icon {
  color: var(--third);
}
.page-banner-style-theme .page-banner-left._bg-fourth .page-banner-tag-icon {
  color: var(--fourth);
}
.page-banner-style-theme .page-banner-left._bg-white .page-banner-tag-icon {
  color: var(--white);
}
.page-banner-style-theme .page-banner-left._bg-light .page-banner-tag-icon {
  color: var(--light);
}
.page-banner-style-theme .page-banner-left._bg-gray .page-banner-tag-icon {
  color: var(--gray);
}
.page-banner-style-theme .page-banner-left._bg-dark .page-banner-tag-icon {
  color: var(--dark);
}
.page-banner-style-theme .page-banner-left._bg-primary-light .page-banner-tag-icon {
  color: var(--primary-light);
}
.page-banner-style-theme .page-banner-left._bg-secondary-light .page-banner-tag-icon {
  color: var(--secondary-light);
}
.page-banner-style-theme .page-banner-left._bg-third-light .page-third-tag-icon {
  color: var(--third-light);
}
.page-banner-style-theme .page-banner-left._bg-fourth-light .page-fourth-tag-icon {
  color: var(--fourth-light);
}
.page-banner-style-theme .page-banner-left .page-banner-tag-text {
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
  margin: 0;
}
.page-banner-style-theme .page-banner-left .page-banner-title {
  color: var(--white);
  margin: 0;
}
.page-banner-style-theme .page-banner-right {
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  order: -1;
  aspect-ratio: 2/1;
}
@media (min-width: 992px) {
  .page-banner-style-theme .page-banner-right {
    order: 0;
    aspect-ratio: unset;
  }
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style Theme - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style Theme Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.page-banner-style-theme-two {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background-image: var(--bg-img);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
.page-banner-style-theme-two::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 992px) {
  .page-banner-style-theme-two {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .page-banner-style-theme-two {
    min-height: 535px;
  }
}
.page-banner-style-theme-two .page-banner-wrap {
  width: 100%;
}
.page-banner-style-theme-two .page-banner-body {
  position: relative;
  z-index: 2;
}
.page-banner-style-theme-two .page-banner-body .page-banner-title {
  color: var(--white);
  text-align: center;
}
.page-banner-style-theme-two .page-banner-body .page-banner-title::after {
  content: "";
  display: block;
  height: 6px;
  width: 90px;
  margin: 15px auto 0 auto;
}
@media (min-width: 992px) {
  .page-banner-style-theme-two .page-banner-body .page-banner-title::after {
    margin: 30px auto 0 auto;
  }
}
.page-banner-style-theme-two._text-primary .page-banner-title::after {
  background-color: var(--primary);
}
.page-banner-style-theme-two._text-secondary .page-banner-title::after {
  background-color: var(--secondary);
}
.page-banner-style-theme-two._text-third .page-banner-title::after {
  background-color: var(--third);
}
.page-banner-style-theme-two._text-fourth .page-banner-title::after {
  background-color: var(--fourth);
}
.page-banner-style-theme-two._text-white .page-banner-title::after {
  background-color: var(--white);
}
.page-banner-style-theme-two._text-light .page-banner-title::after {
  background-color: var(--light);
}
.page-banner-style-theme-two._text-gray .page-banner-title::after {
  background-color: var(--gray);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner - Style Theme Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.gallery-style-1 {
  margin-bottom: 30px;
}
.gallery-style-1 .gallery-wrap {
  display: grid;
}
.gallery-style-1 .gallery-wrap.is-2-col {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-style-1 .gallery-wrap.is-3-col {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-style-1 .gallery-wrap.is-4-col {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .gallery-style-1 .gallery-wrap.is-3-col, .gallery-style-1 .gallery-wrap.is-4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-style-1 .gallery-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--primary-1);
}
.gallery-style-1 .gallery-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.gallery-style-1 .gallery-item-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  text-align: center;
  transition: var(--transition-360);
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery-style-1 .gallery-item-icon {
  font-size: 22px;
  color: var(--white);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.gallery-style-1 .gallery-item-title {
  color: var(--white);
}
.gallery-style-1 .gallery-item-img:hover .gallery-item-overlay, .gallery-style-1 .gallery-item-img:focus-within .gallery-item-overlay {
  opacity: 1;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.gallery-style-2 .gallery-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  gap: 5px;
}
.gallery-style-2 .gallery-wrap._gap-5 {
  padding: 5px 0;
}
.gallery-style-2 .gallery-wrap._gap-10 {
  padding: 10px 0;
}
.gallery-style-2 .gallery-wrap._gap-30 {
  padding: 30px 0;
}
.gallery-style-2 .gallery-item::after {
  display: table;
  clear: both;
  content: "";
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+1) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+1) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+1) .gallery-item-img {
  aspect-ratio: 4/3;
}
.gallery-style-2 .gallery-item:nth-child(5n+2) {
  grid-row: span 2;
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+2) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+2) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+3) {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+3) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
@media (max-width: 991px) {
  .gallery-style-2 .gallery-item:nth-child(5n+4) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+4) {
    grid-row: span 1;
    grid-column: span 4;
  }
}
.gallery-style-2 .gallery-item:nth-child(5n+5) {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .gallery-style-2 .gallery-item:nth-child(5n+5) {
    grid-row: span 1;
    grid-column: span 4;
  }
}

.gallery-style-2 .gallery-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: var(--primary-1);
}
.gallery-style-2 .gallery-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-style-2 .gallery-item-backdrop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transition: var(--transition-360);
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery-style-2 .gallery-item-title {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
  margin-bottom: 0;
  color: var(--white);
  text-align: center;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: var(--transition-360);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery-style-2 .gallery-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: var(--white);
  font-size: 22px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.gallery-style-2 .gallery-item-img:hover .gallery-item-backdrop, .gallery-style-2 .gallery-item-img:focus-within .gallery-item-backdrop {
  width: 100%;
  height: 100%;
}
.gallery-style-2 .gallery-item-img:hover .gallery-item-title, .gallery-style-2 .gallery-item-img:focus-within .gallery-item-title {
  opacity: 1;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Masonary Gallery - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.masonry-gallery-style-one {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px;
}
.masonry-gallery-style-one.has-1-img .content-area-masonry-gallery-img {
  padding-bottom: 100%;
  grid-column: span 2;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .masonry-gallery-style-one.has-1-img .content-area-masonry-gallery-img {
    padding-bottom: 145%;
  }
}
@media (max-width: 991px) {
  .masonry-gallery-style-one.has-1-img .content-area-masonry-gallery-img {
    padding-bottom: 75%;
  }
}
.masonry-gallery-style-one.has-2-img .masonry-gallery-img {
  padding-bottom: 50%;
  grid-column: span 2;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .masonry-gallery-style-one.has-2-img .masonry-gallery-img {
    padding-bottom: 75%;
  }
}
@media (max-width: 991px) {
  .masonry-gallery-style-one.has-2-img .masonry-gallery-img {
    padding-bottom: 56%;
  }
}
.masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+1) {
  padding-bottom: 56%;
  grid-column: 1/span 2;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+1) {
    padding-bottom: 75%;
  }
}
.masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+2), .masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+3) {
  padding-bottom: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+2), .masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+3) {
    padding-bottom: 133%;
  }
}
@media (max-width: 991px) {
  .masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+2), .masonry-gallery-style-one.has-3-img .masonry-gallery-img:nth-child(3n+3) {
    padding-bottom: 56%;
  }
}
.masonry-gallery-style-one .masonry-gallery-img {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: var(--primary-1);
}
.masonry-gallery-style-one .masonry-gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Masonary Gallery - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carousel-style-1 .carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.carousel-style-1 .carousel-wrap.slick-initialized {
  opacity: 1;
}
.carousel-style-1 .carousel-item {
  position: relative;
  margin: 15px;
}
.carousel-style-1 .carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius);
  background-color: var(--primary-1);
}
.carousel-style-1 .carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.carousel-style-1 .carousel-item-popup-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carousel-style-2 .carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.carousel-style-2 .carousel-wrap.slick-initialized {
  opacity: 1;
}
.carousel-style-2 .carousel-item {
  position: relative;
  opacity: 0.3;
  margin: 0 30px;
  transition: opacity ease-in-out 1s;
}
@media (max-width: 991px) {
  .carousel-style-2 .carousel-item {
    margin: 0 25px;
  }
}
@media (max-width: 575px) {
  .carousel-style-2 .carousel-item {
    margin: 0 15px;
  }
}
.carousel-style-2 .carousel-item.slick-current {
  opacity: 1;
}
.carousel-style-2 .carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius);
  background-color: var(--primary-1);
}
.carousel-style-2 .carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.carousel-style-2 .carousel-item-popup-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-style-2 .slick-slider .slick-prev {
  left: calc(25% - 18px);
}
@media (max-width: 991px) {
  .carousel-style-2 .slick-slider .slick-prev {
    left: 64px;
  }
}
@media (max-width: 767px) {
  .carousel-style-2 .slick-slider .slick-prev {
    left: 70px;
  }
}
@media (max-width: 575px) {
  .carousel-style-2 .slick-slider .slick-prev {
    left: 30px;
  }
}
.carousel-style-2 .slick-slider .slick-next {
  right: calc(25% - 18px);
}
@media (max-width: 991px) {
  .carousel-style-2 .slick-slider .slick-next {
    right: 64px;
  }
}
@media (max-width: 767px) {
  .carousel-style-2 .slick-slider .slick-next {
    right: 70px;
  }
}
@media (max-width: 575px) {
  .carousel-style-2 .slick-slider .slick-next {
    right: 30px;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Card - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-card-style-1 .team-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.team-card-style-1 .team-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-card-style-1 .team-card-name {
  margin-bottom: 5px;
  font-size: 20px;
}
.team-card-style-1 .team-card-open-btn:hover {
  color: var(--primary);
}
.team-card-style-1 .team-card-title {
  font-size: 16px;
  white-space: pre-line;
}

.team-card-style-1 .team-card-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-card-style-1 .team-card-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-card-style-1 .team-card-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-card-style-1 .team-card-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-card-style-1 .team-card-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-card-style-1 .team-card-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-card-style-1 .team-card-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-card-style-1 .team-card-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-card-style-1 .team-card-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.team-card-style-1 .team-card-dialog-name {
  margin-bottom: 5px;
}
.team-card-style-1 .team-card-dialog-contact {
  margin-bottom: 30px;
}

.team-card-style-1 .team-card-wrap:hover .team-card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Card - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-1 .team-list-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.team-list-style-1 .team-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-1 .team-list-item-name {
  margin-bottom: 5px;
  font-size: 20px;
}
.team-list-style-1 .team-list-item-open-btn:hover {
  color: var(--primary);
}
.team-list-style-1 .team-list-item-job {
  font-size: 14px;
}

.team-list-style-1 .team-list-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-1 .team-list-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-1 .team-list-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-1 .team-list-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-list-style-1 .team-list-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-list-style-1 .team-list-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-1 .team-list-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-1 .team-list-dialog-name {
  margin-bottom: 5px;
}
.team-list-style-1 .team-list-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-list-style-1 .team-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.team-list-style-1 .team-list-item:hover .team-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-2 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-2 .team-list-item-wrap {
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.team-list-style-2 .team-list-item-bottom {
  padding: 20px;
  background-color: var(--white);
}
.team-list-style-2 .team-list-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: var(--gray-1);
}
.team-list-style-2 .team-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-2 .team-list-item-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-list-style-2 .team-list-item-open-btn:hover {
  color: var(--primary);
}
.team-list-style-2 .team-list-item-job {
  margin-bottom: 0;
  font-size: 14px;
}

.team-list-style-2 .team-list-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-2 .team-list-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-2 .team-list-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-2 .team-list-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-list-style-2 .team-list-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-list-style-2 .team-list-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-2 .team-list-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-2 .team-list-dialog-name {
  margin-bottom: 5px;
}
.team-list-style-2 .team-list-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-list-style-2 .team-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.team-list-style-2 .team-list-item-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.team-list-style-2 .team-list-item-wrap:hover .team-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-list-style-3 .team-list-item {
  margin-bottom: 30px;
}
.team-list-style-3 .team-list-item-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.team-list-style-3 .team-list-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: var(--gray-1);
}
.team-list-style-3 .team-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-3 .team-list-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 80px 30px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.team-list-style-3 .team-list-item-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-list-style-3 .team-list-item-open-btn {
  color: var(--white);
}
.team-list-style-3 .team-list-item-open-btn:hover {
  color: var(--primary);
}
.team-list-style-3 .team-list-item-job {
  color: var(--white);
  font-size: 14px;
}

.team-list-style-3 .team-list-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-list-style-3 .team-list-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-list-style-3 .team-list-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-list-style-3 .team-list-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-list-style-3 .team-list-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-list-style-3 .team-list-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-list-style-3 .team-list-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-list-style-3 .team-list-dialog-name {
  margin-bottom: 5px;
}
.team-list-style-3 .team-list-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-list-style-3 .team-list-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.team-list-style-3 .team-list-item-wrap:hover .team-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team List - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-1 .slick-track {
  display: flex;
}
.team-carousel-style-1 .team-carousel-items {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.team-carousel-style-1 .team-carousel-items.slick-initialized {
  opacity: 1;
}
.team-carousel-style-1 .team-carousel-item {
  height: auto;
  margin: 0 15px;
}
.team-carousel-style-1 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--gray-1);
}
.team-carousel-style-1 .team-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-1 .team-carousel-item-name {
  margin-bottom: 5px;
  font-size: 20px;
}
.team-carousel-style-1 .team-carousel-item-open-btn:hover {
  color: var(--primary);
}
.team-carousel-style-1 .team-carousel-item-job {
  font-size: 14px;
}

.team-carousel-style-1 .team-carousel-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-1 .team-carousel-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-1 .team-carousel-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-1 .team-carousel-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-carousel-style-1 .team-carousel-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-carousel-style-1 .team-carousel-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-1 .team-carousel-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-1 .team-carousel-dialog-name {
  margin-bottom: 5px;
}
.team-carousel-style-1 .team-carousel-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-carousel-style-1 .team-carousel-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.team-carousel-style-1 .team-carousel-item:hover .team-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-2 .slick-track {
  display: flex;
}
.team-carousel-style-2 .team-carousel-items {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.team-carousel-style-2 .team-carousel-items.slick-initialized {
  opacity: 1;
}
.team-carousel-style-2 .team-carousel-item {
  overflow: hidden;
  height: auto;
  margin: 15px;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-carousel);
  transition: var(--transition-200);
}
.team-carousel-style-2 .team-carousel-item-bottom {
  padding: 20px;
  background-color: var(--white);
}
.team-carousel-style-2 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: var(--primary-1);
}
.team-carousel-style-2 .team-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-2 .team-carousel-item-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-carousel-style-2 .team-carousel-item-open-btn:hover {
  color: var(--primary);
}
.team-carousel-style-2 .team-carousel-item-job {
  margin-bottom: 0;
  font-size: 14px;
}

.team-carousel-style-2 .team-carousel-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-2 .team-carousel-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-2 .team-carousel-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-2 .team-carousel-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-carousel-style-2 .team-carousel-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-carousel-style-2 .team-carousel-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-2 .team-carousel-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-2 .team-carousel-dialog-name {
  margin-bottom: 5px;
}
.team-carousel-style-2 .team-carousel-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-carousel-style-2 .team-carousel-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.team-carousel-style-2 .team-carousel-item:hover {
  box-shadow: var(--shadow-carousel-hover);
}
.team-carousel-style-2 .team-carousel-item:hover .team-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.team-carousel-style-3 .slick-track {
  display: flex;
}
.team-carousel-style-3 .team-carousel-items {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.team-carousel-style-3 .team-carousel-items.slick-initialized {
  opacity: 1;
}
.team-carousel-style-3 .team-carousel-item {
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 15px;
  border-radius: var(--border-radius);
}
.team-carousel-style-3 .team-carousel-item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: var(--primary-1);
}
.team-carousel-style-3 .team-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-3 .team-carousel-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 80px 30px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.team-carousel-style-3 .team-carousel-item-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.team-carousel-style-3 .team-carousel-item-open-btn {
  color: var(--white);
}
.team-carousel-style-3 .team-carousel-item-open-btn:hover {
  color: var(--primary);
}
.team-carousel-style-3 .team-carousel-item-job {
  color: var(--white);
  font-size: 14px;
}

.team-carousel-style-3 .team-carousel-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 70px 30px 10px;
  }
}
.team-carousel-style-3 .team-carousel-dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog-img {
    position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    padding-bottom: 125%;
    margin-bottom: 30px;
  }
}
.team-carousel-style-3 .team-carousel-dialog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.team-carousel-style-3 .team-carousel-dialog-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 80px 80px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .team-carousel-style-3 .team-carousel-dialog-right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog-right {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset;
    padding: unset;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.team-carousel-style-3 .team-carousel-dialog-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
@media (max-width: 767px) {
  .team-carousel-style-3 .team-carousel-dialog-right-inner {
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    min-height: unset;
  }
}
.team-carousel-style-3 .team-carousel-dialog-name {
  margin-bottom: 5px;
}
.team-carousel-style-3 .team-carousel-dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.team-carousel-style-3 .team-carousel-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.team-carousel-style-3 .team-carousel-item:hover .team-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Carousel - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonials-carousel-style-1 {
  margin-bottom: 30px;
  color: var(--primary);
}
.testimonials-carousel-style-1 .testimonials-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.testimonials-carousel-style-1 .testimonials-carousel-wrap.slick-initialized {
  opacity: 1;
}
.testimonials-carousel-style-1 .testimonials-carousel-item {
  margin: 0 30px;
}
.testimonials-carousel-style-1 .testimonials-carousel-item-top,
.testimonials-carousel-style-1 .testimonials-carousel-item-bottom {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-carousel-style-1 .testimonials-carousel-item-top {
  position: relative;
  padding: 15px 60px 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .testimonials-carousel-style-1 .testimonials-carousel-item-top {
    padding: 15px 40px 15px;
  }
}
@media (max-width: 575px) {
  .testimonials-carousel-style-1 .testimonials-carousel-item-top {
    padding: 15px 0 15px;
  }
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-left,
.testimonials-carousel-style-1 .testimonials-carousel-quote-right {
  position: absolute;
}
@media (max-width: 991px) {
  .testimonials-carousel-style-1 .testimonials-carousel-quote-left,
.testimonials-carousel-style-1 .testimonials-carousel-quote-right {
    opacity: 0.3;
  }
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-left svg,
.testimonials-carousel-style-1 .testimonials-carousel-quote-right svg {
  width: 40px;
  height: auto;
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-left {
  top: 0;
  left: 0;
}
.testimonials-carousel-style-1 .testimonials-carousel-quote-right {
  bottom: 0;
  right: 0;
}
.testimonials-carousel-style-1 .testimonials-carousel-des {
  position: relative;
  font-size: 26px;
  font-style: italic;
}
@media (max-width: 991px) {
  .testimonials-carousel-style-1 .testimonials-carousel-des {
    font-size: 20px;
  }
}
.testimonials-carousel-style-1 .testimonials-carousel-des p:last-of-type {
  margin-bottom: 0;
}
.testimonials-carousel-style-1 .testimonials-carousel-name {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonials-carousel-style-2 {
  margin-bottom: 30px;
}
.testimonials-carousel-style-2 .testimonials-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.testimonials-carousel-style-2 .testimonials-carousel-wrap.slick-initialized {
  opacity: 1;
}
.testimonials-carousel-style-2 .testimonials-carousel-item {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 15px 60px;
}
.testimonials-carousel-style-2 .testimonials-carousel-item-left {
  z-index: 1;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-left {
    flex: 0 0 auto;
    max-width: none;
    margin-bottom: 0;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  padding: 80px 60px 50px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right {
    padding: 60px 40px 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right {
    flex: 0 0 auto;
    max-width: none;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right {
    padding: 30px 30px 0;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 65px;
  height: 100%;
  background-color: inherit;
}
@media (max-width: 767px) {
  .testimonials-carousel-style-2 .testimonials-carousel-item-right:before {
    display: none;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 40px;
  border-color: var(--light) transparent transparent transparent;
}
.testimonials-carousel-style-2 .testimonials-carousel-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  aspect-ratio: 5/4;
  background-color: var(--gray-2);
}
.testimonials-carousel-style-2 .testimonials-carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: var(--transition-200);
}
.testimonials-carousel-style-2 .testimonials-carousel-des {
  margin-bottom: 30px;
  font-size: 22px;
  font-style: italic;
  font-family: var(--font-family-serif);
}
@media (max-width: 1199px) {
  .testimonials-carousel-style-2 .testimonials-carousel-des {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.testimonials-carousel-style-2 .testimonials-carousel-name {
  text-align: right;
}
.testimonials-carousel-style-2 .testimonials-carousel-item:hover .testimonials-carousel-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.testimonials-carousel-style-2.is-bg-primary .testimonials-carousel-item-right {
  background-color: var(--primary);
}
.testimonials-carousel-style-2.is-bg-primary .testimonials-carousel-item-right:after {
  border-top-color: var(--primary);
}
.testimonials-carousel-style-2.is-bg-secondary .testimonials-carousel-item-right {
  background-color: var(--secondary);
}
.testimonials-carousel-style-2.is-bg-secondary .testimonials-carousel-item-right:after {
  border-top-color: var(--secondary);
}
.testimonials-carousel-style-2.is-bg-third .testimonials-carousel-item-right {
  background-color: var(--third);
}
.testimonials-carousel-style-2.is-bg-third .testimonials-carousel-item-right:after {
  border-top-color: var(--third);
}
.testimonials-carousel-style-2.is-bg-fourth .testimonials-carousel-item-right {
  background-color: var(--fourth);
}
.testimonials-carousel-style-2.is-bg-fourth .testimonials-carousel-item-right:after {
  border-top-color: var(--fourth);
}
.testimonials-carousel-style-2.is-bg-primary-light .testimonials-carousel-item-right {
  background-color: var(--primary-1);
}
.testimonials-carousel-style-2.is-bg-primary-light .testimonials-carousel-item-right:after {
  border-top-color: var(--primary-1);
}
.testimonials-carousel-style-2.is-bg-secondary-light .testimonials-carousel-item-right {
  background-color: var(--secondary-1);
}
.testimonials-carousel-style-2.is-bg-secondary-light .testimonials-carousel-item-right:after {
  border-top-color: var(--secondary-1);
}
.testimonials-carousel-style-2.is-bg-third-light .testimonials-carousel-item-right {
  background-color: var(--third-1);
}
.testimonials-carousel-style-2.is-bg-third-light .testimonials-carousel-item-right:after {
  border-top-color: var(--third-1);
}
.testimonials-carousel-style-2.is-bg-fourth-light .testimonials-carousel-item-right {
  background-color: var(--fourth-1);
}
.testimonials-carousel-style-2.is-bg-fourth-light .testimonials-carousel-item-right:after {
  border-top-color: var(--fourth-1);
}
.testimonials-carousel-style-2.is-bg-white .testimonials-carousel-item-right {
  background-color: var(--white);
}
.testimonials-carousel-style-2.is-bg-white .testimonials-carousel-item-right:after {
  border-top-color: var(--white);
}
.testimonials-carousel-style-2.is-bg-light .testimonials-carousel-item-right {
  background-color: var(--light);
}
.testimonials-carousel-style-2.is-bg-light .testimonials-carousel-item-right:after {
  border-top-color: var(--light);
}
.testimonials-carousel-style-2.is-bg-dark .testimonials-carousel-item-right {
  background-color: var(--dark);
}
.testimonials-carousel-style-2.is-bg-dark .testimonials-carousel-item-right:after {
  border-top-color: var(--dark);
}
.testimonials-carousel-style-2.is-text-primary {
  color: var(--primary);
}
.testimonials-carousel-style-2.is-text-secondary {
  color: var(--secondary);
}
.testimonials-carousel-style-2.is-text-third {
  color: var(--third);
}
.testimonials-carousel-style-2.is-text-fourth {
  color: var(--fourth);
}
.testimonials-carousel-style-2.is-text-primary-light {
  color: var(--primary-1);
}
.testimonials-carousel-style-2.is-text-secondary-light {
  color: var(--secondary-1);
}
.testimonials-carousel-style-2.is-text-third-light {
  color: var(--third-1);
}
.testimonials-carousel-style-2.is-text-fourth-light {
  color: var(--fourth-1);
}
.testimonials-carousel-style-2.is-text-white {
  color: var(--white);
}
.testimonials-carousel-style-2.is-text-light {
  color: var(--light);
}
.testimonials-carousel-style-2.is-text-dark {
  color: var(--dark);
}

.testimonials-carousel-style-2 .testimonials-carousel-img {
  opacity: 0;
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}
.testimonials-carousel-style-2 .testimonials-carousel-item-right {
  opacity: 0;
  transition: ease-in-out 360ms;
}
.testimonials-carousel-style-2 .testimonials-carousel-des,
.testimonials-carousel-style-2 .testimonials-carousel-name {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: ease-in-out 360ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-img {
  opacity: 1;
  transition-delay: 100ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-item-right {
  opacity: 1;
  transition-delay: 300ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-des,
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-name {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-des {
  transition-delay: 300ms;
}
.testimonials-carousel-style-2 .slick-current .testimonials-carousel-name {
  transition-delay: 500ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonials Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.logo-carousel-style-1 .slick-track {
  display: flex;
}
.logo-carousel-style-1 .logo-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.logo-carousel-style-1 .logo-carousel-wrap.slick-initialized {
  opacity: 1;
}
.logo-carousel-style-1 .logo-carousel-item {
  position: relative;
  height: auto;
  margin: 10px 10px 15px;
}
.logo-carousel-style-1 .logo-carousel-item-wrap {
  padding: 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-carousel);
  transition: var(--transition-200);
}
@media (max-width: 575px) {
  .logo-carousel-style-1 .logo-carousel-item-wrap {
    padding: 15px;
  }
}
.logo-carousel-style-1 .logo-carousel-item-wrap:hover {
  box-shadow: var(--shadow-carousel-hover);
}
.logo-carousel-style-1 .logo-carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}
.logo-carousel-style-1 .logo-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--transition-200);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Carousel - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slider-style-1 .slider-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.slider-style-1 .slider-wrap.slick-initialized {
  opacity: 1;
}
.slider-style-1 .slider-item {
  position: relative;
}
.slider-style-1 .slider-item-img {
  overflow: hidden;
  position: relative;
  background-color: var(--primary-1);
}
@media (min-width: 992px) {
  .slider-style-1 .slider-item-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
}
.slider-style-1 .slider-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .slider-style-1 .slider-item-text-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .slider-style-1 .slider-item-text-area .content-area-wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .slider-style-1 .slider-item-text-area .container {
    max-width: none;
    padding: 0;
  }
}
.slider-style-1 .slider-item-inner {
  padding: 50px 50px 20px;
  border-top: 10px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .slider-style-1 .slider-item-inner {
    padding: 30px 30px 1px;
  }
}

.slider-style-1.is-md .slider-item-img {
  height: 550px;
}
@media (max-width: 991px) {
  .slider-style-1.is-md .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .slider-style-1.is-md .slider-item-img {
    aspect-ratio: 4/3;
  }
}
.slider-style-1.is-sm .slider-item-img {
  height: 450px;
}
@media (max-width: 991px) {
  .slider-style-1.is-sm .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .slider-style-1.is-sm .slider-item-img {
    aspect-ratio: 4/3;
  }
}
.slider-style-1.is-lg .slider-item-img {
  height: 650px;
}
@media (max-width: 991px) {
  .slider-style-1.is-lg .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 575px) {
  .slider-style-1.is-lg .slider-item-img {
    aspect-ratio: 4/3;
  }
}
.slider-style-1.is-fullscreen .slider-item-img {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
}
@media (max-width: 991px) {
  .slider-style-1.is-fullscreen .slider-item-img {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.slider-style-1.is-img-center .slider-item-img img {
  -o-object-position: center;
     object-position: center;
}
.slider-style-1.is-img-top .slider-item-img img {
  -o-object-position: center top;
     object-position: center top;
}
.slider-style-1.is-img-bottom .slider-item-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.slider-style-1 .slider-item-img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}
.slider-style-1 .slider-item-inner {
  opacity: 0;
  transition: ease-in-out 360ms;
}
.slider-style-1 .slider-item-title,
.slider-style-1 .slider-item-des,
.slider-style-1 .slider-item-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: ease-in-out 360ms;
}
.slider-style-1 .slick-current .slider-item-img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 100ms;
}
.slider-style-1 .slick-current .slider-item-inner {
  opacity: 1;
  transition-delay: 300ms;
}
.slider-style-1 .slick-current .slider-item-title,
.slider-style-1 .slick-current .slider-item-des,
.slider-style-1 .slick-current .slider-item-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider-style-1 .slick-current .slider-item-title {
  transition-delay: 300ms;
}
.slider-style-1 .slick-current .slider-item-des {
  transition-delay: 500ms;
}
.slider-style-1 .slick-current .slider-item-btn {
  transition-delay: 700ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.slider-style-2 .slider-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.slider-style-2 .slider-wrap.slick-initialized {
  opacity: 1;
}
.slider-style-2 .slider-item {
  position: relative;
}
.slider-style-2 .slider-item-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-style-2 .slider-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-style-2 .slider-item-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 0 70px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.slider-style-2 .slider-item-title {
  color: var(--white);
  font-size: 70px;
}
@media (max-width: 991px) {
  .slider-style-2 .slider-item-title {
    font-size: 55px;
  }
}

.slider-style-2.is-md .slider-item-content {
  min-height: 550px;
}
@media (max-width: 575px) {
  .slider-style-2.is-md .slider-item-content {
    min-height: 380px;
  }
}
.slider-style-2.is-sm .slider-item-content {
  min-height: 450px;
}
@media (max-width: 575px) {
  .slider-style-2.is-sm .slider-item-content {
    min-height: 380px;
  }
}
.slider-style-2.is-lg .slider-item-content {
  min-height: 650px;
}
@media (max-width: 575px) {
  .slider-style-2.is-lg .slider-item-content {
    min-height: 380px;
  }
}
.slider-style-2.is-fullscreen .slider-item-content {
  height: calc(100vh - var(--header-height));
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 500px;
}

.slider-style-2.is-img-center .slider-item-img img {
  -o-object-position: center;
     object-position: center;
}
.slider-style-2.is-img-top .slider-item-img img {
  -o-object-position: center top;
     object-position: center top;
}
.slider-style-2.is-img-bottom .slider-item-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.slider-style-2 .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slider-style-2 .slick-dots {
  flex-direction: column;
  top: 50%;
  left: auto;
  right: 25px;
  bottom: auto;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-style-2 .slider-item-img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}
.slider-style-2 .slider-item-title,
.slider-style-2 .slider-item-des,
.slider-style-2 .slider-item-btn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: ease-in-out 360ms;
}
.slider-style-2 .slick-current .slider-item-img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition-delay: 100ms;
}
.slider-style-2 .slick-current .slider-item-title,
.slider-style-2 .slick-current .slider-item-des,
.slider-style-2 .slick-current .slider-item-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slider-style-2 .slick-current .slider-item-title {
  transition-delay: 300ms;
}
.slider-style-2 .slick-current .slider-item-des {
  transition-delay: 500ms;
}
.slider-style-2 .slick-current .slider-item-btn {
  transition-delay: 700ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list .row > div[style]:not([class]),
.posts-list .row > .blogs_posts_list_ajax_position,
.posts-list .row > .blogs-show-more {
  display: none !important;
}
.posts-list .posts-no-result {
  max-width: 300px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.posts-list .posts-list-load-btn {
  display: none;
  text-align: center;
}
.posts-list .posts-list-loader {
  text-align: center;
}
.posts-list .blogs-post-crop-icon {
  display: none !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Landscape - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-1-landscape .posts-list-item {
  margin-bottom: 30px;
}
.posts-list-style-1-landscape .posts-list-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-wrap {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-header {
    width: 100%;
    max-width: 38.2%;
    flex: 1 1 38.2%;
  }
}
.posts-list-style-1-landscape .posts-list-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-body {
    width: 100%;
    flex: 0 0 61.8%;
    max-width: 61.8%;
  }
}
.posts-list-style-1-landscape .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  background-color: var(--gray-2);
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape .posts-list-item-img {
    height: 100%;
  }
}
.posts-list-style-1-landscape .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-1-landscape .posts-list-item-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.posts-list-style-1-landscape .posts-list-item-date {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-1-landscape .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-1-landscape .posts-list-item-des {
  font-size: 16px;
}
.posts-list-style-1-landscape .posts-list-item-btn {
  display: block;
  margin-top: auto;
}
.posts-list-style-1-landscape.hide-date .posts-list-item-date {
  display: none;
}
.posts-list-style-1-landscape.hide-btn .posts-list-item-btn {
  display: none;
}
.posts-list-style-1-landscape.hide-thumb .posts-list-item-header {
  display: none;
}
@media (min-width: 576px) {
  .posts-list-style-1-landscape.hide-thumb .posts-list-item-body {
    width: 100%;
    flex: 0 0 auto;
    max-width: none;
  }
}
.posts-list-style-1-landscape .posts-list-item-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.posts-list-style-1-landscape .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Landscape - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Portrait - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-1-portrait .posts-list-item {
  margin-bottom: 30px;
}
.posts-list-style-1-portrait .posts-list-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.posts-list-style-1-portrait .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--gray-2);
}
.posts-list-style-1-portrait .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-1-portrait .posts-list-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
.posts-list-style-1-portrait .posts-list-item-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.posts-list-style-1-portrait .posts-list-item-date {
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-1-portrait .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-1-portrait .posts-list-item-des {
  font-size: 16px;
}
.posts-list-style-1-portrait .posts-list-item-btn {
  margin-top: auto;
}
.posts-list-style-1-portrait.hide-date .posts-list-item-date {
  display: none;
}
.posts-list-style-1-portrait.hide-btn .posts-list-item-btn {
  display: none;
}
.posts-list-style-1-portrait.hide-thumb .posts-list-item-header {
  display: none;
}
.posts-list-style-1-portrait .posts-list-item-wrap:hover {
  box-shadow: var(--shadow-1-hover);
}
.posts-list-style-1-portrait .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 1 Portrait - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-2 .posts-list-item {
  margin-bottom: 30px;
}
.posts-list-style-2 .posts-list-item-wrap {
  display: flex;
  gap: 30px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-wrap {
    flex-wrap: wrap;
  }
}
.posts-list-style-2 .posts-list-item-header {
  flex: 0 0 auto;
  width: 190px;
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-header {
    width: 100%;
  }
}
.posts-list-style-2 .posts-list-item-body {
  flex: 1 1 auto;
  padding: 15px 0 0;
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-body {
    padding: 0;
  }
}
.posts-list-style-2 .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 80%;
  /* Due to side-by-side layout, use padding instead of aspect-ratio */
  background-color: var(--gray-2);
}
@media (max-width: 767px) {
  .posts-list-style-2 .posts-list-item-img {
    height: auto;
    padding-bottom: 56%;
    /* Due to side-by-side layout, use padding instead of aspect-ratio */
  }
}
.posts-list-style-2 .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-2 .posts-list-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  transition: var(--transition-200);
}
.posts-list-style-2 .posts-list-item-date {
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-2 .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-2 .posts-list-item-des {
  font-size: 16px;
}
.posts-list-style-2 .posts-list-item-btn {
  margin-top: auto;
}
.posts-list-style-2.hide-date .posts-list-item-date {
  display: none;
}
.posts-list-style-2.hide-btn .posts-list-item-btn {
  display: none;
}
.posts-list-style-2.hide-thumb .posts-list-item-header {
  display: none;
}
.posts-list-style-2 .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style Home - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-list-style-home .posts-list-item-wrap.heart .icon-heart {
  display: block;
}
.posts-list-style-home .posts-list-item-wrap.elder .icon-elder {
  display: block;
}
.posts-list-style-home .posts-list-item-wrap.electricity .icon-electricity {
  display: block;
}

.posts-list-style-home .posts-list-item {
  height: auto;
  color: var(--text-color);
  margin: 0 0 30px 0;
}
.posts-list-style-home .posts-list-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .posts-list-style-home .posts-list-item-wrap {
    max-width: unset;
    margin: unset;
  }
}
.posts-list-style-home .posts-list-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--gray-2);
  max-height: 250px;
  width: 100%;
}
.posts-list-style-home .posts-list-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-list-style-home .posts-list-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
.posts-list-style-home .posts-list-item-icon-big {
  aspect-ratio: 1;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  border: 5px solid var(--white);
  background-color: var(--light);
  display: none;
  align-items: center;
  justify-content: center;
}
.posts-list-style-home .posts-list-item-icon-big svg {
  width: 35px;
  aspect-ratio: 1;
  display: none;
}
.posts-list-style-home .posts-list-item-categories {
  margin: 0 0 10px 0;
}
.posts-list-style-home .posts-list-item-categories ul {
  display: flex;
}
.posts-list-style-home .posts-list-item-categories ul li {
  font-size: 14px;
}
.posts-list-style-home .posts-list-item-categories ul li:not(:last-child)::after {
  content: ", ";
  margin: 0 3px 0 0;
}
.posts-list-style-home .posts-list-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--primary);
}
.posts-list-style-home .posts-list-item-title a {
  color: var(--primary);
}
.posts-list-style-home .posts-list-item-title a:hover {
  color: var(--primary-6);
}
.posts-list-style-home .posts-list-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-list-style-home .posts-list-item-date i {
  margin-right: 5px;
}
.posts-list-style-home .posts-list-item-des {
  font-size: 16px;
  display: none;
}
.posts-list-style-home .posts-list-item-footer {
  display: none;
  border-top: 1px solid var(--primary-1);
}
.posts-list-style-home .posts-list-item-btn a {
  display: flex;
  padding: 13px 30px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.posts-list-style-home .posts-list-item-btn a:hover {
  color: var(--primary-6);
}
.posts-list-style-home .posts-list-item-btn svg {
  width: 15px;
  height: 15px;
}
.posts-list-style-home.show-icon .posts-list-item-body {
  padding: 40px 30px 30px 30px;
}
.posts-list-style-home.show-icon .posts-list-item-icon-big {
  display: flex;
}
.posts-list-style-home.show-date .posts-list-item-date {
  display: block;
}
.posts-list-style-home.show-desc .posts-list-item-des {
  display: block;
}
.posts-list-style-home.show-btn .posts-list-item-footer {
  display: block;
}
.posts-list-style-home .posts-list-item-wrap:hover {
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
}
.posts-list-style-home .posts-list-item-wrap:hover .posts-list-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.posts-list-style-home.is-primary .posts-list-item-btn > a {
  color: var(--primary);
}
.posts-list-style-home.is-primary .posts-list-item-btn > a:hover {
  color: var(--primary-6);
}
.posts-list-style-home.is-secondary .posts-list-item-btn > a {
  color: var(--secondary);
}
.posts-list-style-home.is-secondary .posts-list-item-btn > a:hover {
  color: var(--secondary-6);
}
.posts-list-style-home.is-third .posts-list-item-btn > a {
  color: var(--third);
}

.posts-list-style-home.is-third .posts-list-item-btn > a:hover {
  color: var(--third-6);
}
.posts-list-style-home.is-fourth .posts-list-item-btn > a {
  color: var(--fourth);
}
.posts-list-style-home.is-fourth .posts-list-item-btn > a:hover {
  color: var(--fourth-6);
}
.posts-list-style-home.is-primary-light .posts-list-item-btn > a {
  color: var(--primary-1);
}
.posts-list-style-home.is-primary-light .posts-list-item-btn > a:hover {
  color: var(--primary);
}
.posts-list-style-home.is-secondary-light .posts-list-item-btn > a {
  color: var(--secondary-1);
}
.posts-list-style-home.is-secondary-light .posts-list-item-btn > a:hover {
  color: var(--secondary);
}
.posts-list-style-home.is-third-light .posts-list-item-btn > a {
  color: var(--third-1);
}
.posts-list-style-home.is-third-light .posts-list-item-btn > a:hover {
  color: var(--third);
}
.posts-list-style-home.is-fourth-light .posts-list-item-btn > a {
  color: var(--fourth-1);
}
.posts-list-style-home.is-fourth-light .posts-list-item-btn > a:hover {
  color: var(--fourth);
}
.posts-list-style-home.is-light .posts-list-item-btn > a {
  color: var(--light);
}
.posts-list-style-home.is-light .posts-list-item-btn > a:hover {
  color: var(--primary);
}
.posts-list-style-home.is-gray .posts-list-item-btn > a {
  color: var(--gray);
}
.posts-list-style-home.is-gray .posts-list-item-btn > a:hover {
  color: var(--primary);
}
.posts-list-style-home.is-dark .posts-list-item-btn > a {
  color: var(--dark);
}
.posts-list-style-home.is-dark .posts-list-item-btn > a:hover {
  color: var(--primary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List - Style Home - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Carousel - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-carousel .row > div[style]:not([class]),
.posts-carousel .row > .blogs_posts_list_ajax_position,
.posts-carousel .row > .blogs-show-more {
  display: none !important;
}
.posts-carousel .posts-no-result {
  max-width: 300px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.posts-carousel .posts-carousel-load-btn {
  display: none;
  text-align: center;
}
.posts-carousel .posts-carousel-loader {
  text-align: center;
}
.posts-carousel .blogs-post-crop-icon {
  display: none !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Carousel - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts Carousel - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-carousel-style-1 .slick-track {
  display: flex;
}
.posts-carousel-style-1 .posts-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.posts-carousel-style-1 .posts-carousel-wrap.slick-initialized {
  opacity: 1;
}
.posts-carousel-style-1 .posts-carousel-item {
  height: auto;
  margin: 15px;
}
.posts-carousel-style-1 .posts-carousel-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
}
.posts-carousel-style-1 .posts-carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--gray-2);
}
.posts-carousel-style-1 .posts-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-carousel-style-1 .posts-carousel-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 1px;
}
.posts-carousel-style-1 .posts-carousel-item-title {
  margin-bottom: 15px;
  font-size: 20px;
}
.posts-carousel-style-1 .posts-carousel-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-carousel-style-1 .posts-carousel-item-date i {
  margin-right: 5px;
}
.posts-carousel-style-1 .posts-carousel-item-des {
  font-size: 16px;
}
.posts-carousel-style-1 .posts-carousel-item-btn {
  display: none;
  margin-top: auto;
}
.posts-carousel-style-1.show-date .posts-carousel-item-date {
  display: block;
}
.posts-carousel-style-1.show-btn .posts-carousel-item-btn {
  display: block;
}
.posts-carousel-style-1 .posts-carousel-item-wrap:hover {
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
}
.posts-carousel-style-1 .posts-carousel-item-wrap:hover .posts-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts Carousel - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts Carousel - Style Home - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.posts-carousel-style-home .slick-track {
  display: flex;
}
.posts-carousel-style-home .posts-carousel-wrap {
  opacity: 0;
  transition: opacity var(--transition-500);
}
.posts-carousel-style-home .posts-carousel-wrap.slick-initialized {
  opacity: 1;
}
.posts-carousel-style-home .posts-carousel-item {
  height: auto;
  color: var(--text-color);
}
.posts-carousel-style-home .posts-carousel-item._icon-bg-orange .posts-carousel-item-icon-big {
  background-color: #DB8749;
}
.posts-carousel-style-home .posts-carousel-item._icon-bg-gold .posts-carousel-item-icon-big {
  background-color: #C4A663;
}
.posts-carousel-style-home .posts-carousel-item._icon-bg-teal .posts-carousel-item-icon-big {
  background-color: #63A6C4;
}
.posts-carousel-style-home .posts-carousel-item.heart .icon-heart {
  display: block;
}
.posts-carousel-style-home .posts-carousel-item.elder .icon-elder {
  display: block;
}
.posts-carousel-style-home .posts-carousel-item.electricity .icon-electricity {
  display: block;
}
.posts-carousel-style-home .posts-carousel-item-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  transition: var(--transition-200);
  margin: 0 15px;
}
.posts-carousel-style-home .posts-carousel-item-img {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/4;
  background-color: var(--gray-2);
}
.posts-carousel-style-home .posts-carousel-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.posts-carousel-style-home .posts-carousel-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
}
.posts-carousel-style-home .posts-carousel-item-icon-big {
  aspect-ratio: 1;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  border: 5px solid var(--white);
  background-color: var(--light);
  display: none;
  align-items: center;
  justify-content: center;
}
.posts-carousel-style-home .posts-carousel-item-icon-big svg {
  width: 35px;
  aspect-ratio: 1;
  display: none;
}
.posts-carousel-style-home .posts-carousel-item-categories {
  margin: 0 0 10px 0;
}
.posts-carousel-style-home .posts-carousel-item-categories ul {
  display: flex;
}
.posts-carousel-style-home .posts-carousel-item-categories ul li {
  font-size: 14px;
}
.posts-carousel-style-home .posts-carousel-item-categories ul li:not(:last-child)::after {
  content: ", ";
  margin: 0 3px 0 0;
}
.posts-carousel-style-home .posts-carousel-item-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--primary);
}
.posts-carousel-style-home .posts-carousel-item-title a {
  color: var(--primary);
}
.posts-carousel-style-home .posts-carousel-item-title a:hover {
  color: var(--primary-6);
}
.posts-carousel-style-home .posts-carousel-item-date {
  display: none;
  margin-bottom: 15px;
  font-size: 14px;
}
.posts-carousel-style-home .posts-carousel-item-date i {
  margin-right: 5px;
}
.posts-carousel-style-home .posts-carousel-item-des {
  font-size: 16px;
  display: none;
}
.posts-carousel-style-home .posts-carousel-item-footer {
  display: none;
  border-top: 1px solid var(--primary-1);
}
.posts-carousel-style-home .posts-carousel-item-btn a {
  display: flex;
  padding: 13px 30px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.posts-carousel-style-home .posts-carousel-item-btn a:hover {
  color: var(--primary-6);
}
.posts-carousel-style-home .posts-carousel-item-btn svg {
  width: 15px;
  height: 15px;
}
.posts-carousel-style-home.show-icon .posts-carousel-item-body {
  padding: 40px 30px 30px 30px;
}
.posts-carousel-style-home.show-icon .posts-carousel-item-icon-big {
  display: flex;
}
.posts-carousel-style-home.show-date .posts-carousel-item-date {
  display: block;
}
.posts-carousel-style-home.show-desc .posts-carousel-item-des {
  display: block;
}
.posts-carousel-style-home.show-btn .posts-carousel-item-footer {
  display: block;
}
.posts-carousel-style-home .posts-carousel-item-wrap:hover {
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.15);
}
.posts-carousel-style-home .posts-carousel-item-wrap:hover .posts-carousel-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts Carousel - Style Home - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.post-details-style-1 .post-details-header-inner {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}
.post-details-style-1 .post-details-title {
  color: var(--text-color);
}

.post-details-style-1 .post-details-subheader-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 40px;
  max-width: 670px;
  border-bottom: 1px solid var(--border-color-dark);
}
.post-details-style-1 .post-details-metas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.post-details-style-1 .post-details-meta-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-color);
}
.post-details-style-1 .post-details-author {
  display: flex;
  align-items: center;
}
.post-details-style-1 .post-details-author-avatar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 35px;
  color: var(--white);
  font-weight: var(--font-weight-thin);
  background-color: var(--primary);
}
.post-details-style-1 .post-details-author-text {
  flex: 1 1 auto;
}
.post-details-style-1 .post-details-author-name {
  word-break: break-all;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--font-weight-bold);
}
.post-details-style-1 .post-details-author-date {
  font-size: 14px;
}
.post-details-style-1 .post-details-author-date i {
  margin-right: 5px;
}
.post-details-style-1 .post-details-date i {
  margin-right: 10px;
}

.post-details-style-1 .post-details-body-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
}

.post-details-style-1 .post-details-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}
.post-details-style-1 .post-details-banner img {
  width: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.post-details-style-1.no-header-img .post-details-header {
  background-color: var(--primary-1);
}
.post-details-style-1.no-header-img .post-details-header-inner {
  padding-bottom: 60px;
}
.post-details-style-1.has-single-img .post-details-header {
  position: relative;
}
.post-details-style-1.has-single-img .post-details-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: var(--primary-1);
  z-index: -1;
}
.post-details-style-1.has-single-img .post-details-header-inner {
  padding-bottom: 30px;
}
.post-details-style-1.has-img-gallery .post-details-header {
  background-color: var(--primary-1);
}
.post-details-style-1.has-img-gallery .post-details-header-inner {
  padding-bottom: 60px;
}
.post-details-style-1.has-img-gallery .post-details-subheader-inner {
  border-bottom: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-details-style-1 {
  font-size: 16px;
  margin-bottom: 30px;
}
.eshop-events-details-style-1 .events-details-header .content-card-wrap {
  padding-top: 0;
}
.eshop-events-details-style-1 .events-details-subheader {
  padding: 0 30px 1px;
  margin-bottom: 30px;
}
.eshop-events-details-style-1 .events-details-release {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background-color: var(--primary);
}
.eshop-events-details-style-1 .events-details-release span {
  display: block;
}
.eshop-events-details-style-1 .events-details-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-details-style-1 .events-details-release span:last-of-type {
  font-size: 30px;
}

.eshop-events-details-style-1 .events-details-banner, .eshop-events-details-style-1 .events-details-banner-mobile {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--gray-2);
}
.eshop-events-details-style-1 .events-details-banner img, .eshop-events-details-style-1 .events-details-banner-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-details-style-1 .events-details-banner {
  padding-bottom: 56%;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .events-details-banner {
    display: none;
  }
}
.eshop-events-details-style-1 .events-details-banner-mobile {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 60%;
}
@media (max-width: 991px) {
  .eshop-events-details-style-1 .events-details-banner-mobile {
    display: block;
  }
}
.eshop-events-details-style-1 .gallery-item-img {
  border-radius: var(--border-radius);
}

.eshop-events-details-style-1 .events-details-rsvp {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid var(--gray);
}
.eshop-events-details-style-1 .events-details-price {
  margin-bottom: 15px;
}
.eshop-events-details-style-1 .events-details-cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.eshop-events-details-style-1 .events-details-qty {
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 0;
}
.eshop-events-details-style-1 .events-details-qty .mwInput {
  max-width: 80px;
}
.eshop-events-details-style-1 .events-details-qty .mwInput input {
  text-align: center;
}
.eshop-events-details-style-1 .events-details-qty-inc, .eshop-events-details-style-1 .events-details-qty-dec {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--primary);
}
.eshop-events-details-style-1 .events-details-qty-inc:hover, .eshop-events-details-style-1 .events-details-qty-dec:hover {
  background-color: var(--primary-6);
}
.eshop-events-details-style-1 .events-details-btn-rsvp {
  margin-bottom: 0;
}

.eshop-events-details-style-1 .events-details-meta {
  margin-bottom: 10px;
}
.eshop-events-details-style-1 .events-details-meta p, .eshop-events-details-style-1 .events-details-meta ul, .eshop-events-details-style-1 .events-details-meta ol, .eshop-events-details-style-1 .events-details-meta table, .eshop-events-details-style-1 .events-details-meta .btn {
  margin-bottom: 10px;
}
.eshop-events-details-style-1 .events-details-meta-title {
  margin-bottom: 5px;
}
.eshop-events-details-style-1 .events-details-meta-inner {
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Checkout - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-checkout-style-1 {
  font-size: 16px;
  margin-bottom: 30px;
}
.eshop-events-checkout-style-1 .events-checkout-header .content-card-wrap {
  padding-top: 0;
}
.eshop-events-checkout-style-1 .events-checkout-header-sub {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid var(--gray);
}
.eshop-events-checkout-style-1 .events-checkout-release {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  background-color: var(--primary);
}
.eshop-events-checkout-style-1 .events-checkout-release span {
  display: block;
}
.eshop-events-checkout-style-1 .events-checkout-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-checkout-style-1 .events-checkout-release span:last-of-type {
  font-size: 30px;
}

.eshop-events-checkout-style-1 .events-checkout-banner, .eshop-events-checkout-style-1 .events-checkout-banner-mobile {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--gray-2);
}
.eshop-events-checkout-style-1 .events-checkout-banner img, .eshop-events-checkout-style-1 .events-checkout-banner-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-checkout-style-1 .events-checkout-banner {
  padding-bottom: 56%;
}
@media (max-width: 991px) {
  .eshop-events-checkout-style-1 .events-checkout-banner {
    display: none;
  }
}
.eshop-events-checkout-style-1 .events-checkout-banner-mobile {
  display: none;
  margin-bottom: 10px;
  padding-bottom: 60%;
}
@media (max-width: 991px) {
  .eshop-events-checkout-style-1 .events-checkout-banner-mobile {
    display: block;
  }
}

.eshop-events-checkout-style-1 .events-checkout-meta {
  margin-bottom: 10px;
}
.eshop-events-checkout-style-1 .events-checkout-meta p, .eshop-events-checkout-style-1 .events-checkout-meta ul, .eshop-events-checkout-style-1 .events-checkout-meta ol, .eshop-events-checkout-style-1 .events-checkout-meta table, .eshop-events-checkout-style-1 .events-checkout-meta .btn {
  margin-bottom: 10px;
}
.eshop-events-checkout-style-1 .events-checkout-meta-title {
  margin-bottom: 5px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Checkout - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-style-1 .events-item {
  margin-bottom: 30px;
}
.eshop-events-style-1 .events-item-wrap {
  display: flex;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--light);
}
.eshop-events-style-1 .events-item-left,
.eshop-events-style-1 .events-item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px;
}
.eshop-events-style-1 .events-item-left {
  color: var(--white);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-color: var(--primary);
}
.eshop-events-style-1 .events-item-right {
  gap: 5px;
}
.eshop-events-style-1 .events-item-right > * {
  margin-bottom: 0;
}
.eshop-events-style-1 .events-item-release {
  line-height: 1.2;
  text-align: center;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.eshop-events-style-1 .events-item-release span {
  display: block;
}
.eshop-events-style-1 .events-item-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-style-1 .events-item-release span:last-of-type {
  font-size: 30px;
}
.eshop-events-style-1 .events-item-title a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.eshop-events-style-1 .events-item-title a:hover {
  -webkit-text-decoration-color: var(--primary);
          text-decoration-color: var(--primary);
}
.eshop-events-style-1 .events-item-datetime {
  font-size: 14px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-style-1 .mwCalendar {
  margin-bottom: 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: var(--shadow-6);
}
.eshop-events-calendar-style-1 .mwCalendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid var(--border-color-dark);
}
.eshop-events-calendar-style-1 .mwCalendar-header button {
  font-size: 18px;
}
.eshop-events-calendar-style-1 .mwCalendar-header button:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-1 .mwCalendar-currentMonth {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-1 .mwCalendar-weeksList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  list-style: none;
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 1;
}
.eshop-events-calendar-style-1 .mwCalendar-weeksList li {
  padding: 8px 0;
  text-align: center;
  margin: 0;
}
.eshop-events-calendar-style-1 .mwCalendar-weeksList abbr {
  cursor: text;
  font-size: 16px;
  text-decoration: none;
}
.eshop-events-calendar-style-1 .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 0 10px 10px;
}
.eshop-events-calendar-style-1 .mwCalendar-day {
  width: auto;
  height: auto;
  padding: 8px 0;
  text-align: center;
  border: 0;
  border-radius: var(--border-radius);
}
.eshop-events-calendar-style-1 .mwCalendar-day time {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.eshop-events-calendar-style-1 .mwCalendar-day.prevMonth time, .eshop-events-calendar-style-1 .mwCalendar-day.nextMonth time {
  display: none;
}
.eshop-events-calendar-style-1 .mwCalendar-day.weekend {
  color: inherit;
}
.eshop-events-calendar-style-1 .mwCalendar-day.today {
  background-color: var(--light);
}
.eshop-events-calendar-style-1 .mwCalendar-day.today time {
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-1 .mwCalendar-day.event {
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .mwCalendar-day.event time {
  color: var(--white);
  font-weight: var(--font-weight-bold);
}

.eshop-events-calendar-style-1 .mwCalendar-search {
  display: flex;
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .mwCalendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-style-1 .mwCalendar-search .btn {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.eshop-events-calendar-style-1 .mwCalendar-search button {
  height: var(--form-input-height);
  padding: 0 var(--btn-sm-padding-x);
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
}
.eshop-events-calendar-style-1 .mwCalendar-list ul {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .mwCalendar-list li {
  margin-bottom: var(--li-margin-bottom);
}
.eshop-events-calendar-style-1 .mwCalendar-list-title {
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}

.eshop-events-calendar-style-1 .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-1 .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-style-1 .events-item-wrap {
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-calendar-style-1 .events-item-header {
  position: relative;
}
.eshop-events-calendar-style-1 .events-item-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/3;
}
.eshop-events-calendar-style-1 .events-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-calendar-style-1 .events-item-body {
  padding: 20px 20px 5px;
}
.eshop-events-calendar-style-1 .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  color: var(--white);
  text-align: center;
  border-radius: 0 0 var(--border-radius) 0;
  background-color: var(--primary);
}
.eshop-events-calendar-style-1 .events-item-release span {
  display: block;
  line-height: 1;
}
.eshop-events-calendar-style-1 .events-item-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-calendar-style-1 .events-item-release span:last-of-type {
  font-size: 30px;
}
.eshop-events-calendar-style-1 .events-item-title {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-1 .events-item-title a {
  text-decoration: none;
}
.eshop-events-calendar-style-1 .events-item-des {
  font-size: 16px;
}
.eshop-events-calendar-style-1 .events-item-btn {
  margin-bottom: 15px;
}

.eshop-events-calendar-style-1.is-show-thumb-0 .events-item-header {
  padding: 0 20px;
}
.eshop-events-calendar-style-1.is-show-thumb-0 .events-item-img {
  display: none;
}
.eshop-events-calendar-style-1.is-show-thumb-0 .events-item-release {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  padding: 10px 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eshop-events-calendar-style-2 .eshop-events-top {
  margin-bottom: 90px;
}

.eshop-events-calendar-style-2 .mwCalendar-search {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.eshop-events-calendar-style-2 .mwCalendar-search .mwInput {
  z-index: 1;
  flex: 1 1 auto;
  height: 48px;
  border-right-width: 0;
  border-radius: var(--form-border-radius) 0 0 var(--form-border-radius);
}
.eshop-events-calendar-style-2 .mwCalendar-search .mwInput + .btn {
  margin-right: 10px;
}
.eshop-events-calendar-style-2 .mwCalendar-search .mwInput + .btn button {
  border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
}
.eshop-events-calendar-style-2 .mwCalendar-search .btn {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.eshop-events-calendar-style-2 .mwCalendar-search button {
  height: 48px;
  padding: 0 var(--btn-sm-padding-x);
}
.eshop-events-calendar-style-2 .mwCalendar-list-title {
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}

.eshop-events-calendar-style-2 .mwCalendar {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-2 .mwCalendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: var(--border-radius);
  background-color: var(--light);
}
.eshop-events-calendar-style-2 .mwCalendar-header button {
  font-size: 18px;
}
.eshop-events-calendar-style-2 .mwCalendar-header button:hover {
  color: var(--primary);
}
.eshop-events-calendar-style-2 .mwCalendar-currentMonth {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-currentMonth {
    font-size: 20px;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  list-style: none;
  padding: 30px 0;
  margin-bottom: 0;
  line-height: 1;
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList li {
  padding: 0;
  margin: 0;
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList abbr {
  cursor: auto;
  font-size: 18px;
  text-decoration: none;
  font-weight: var(--font-weight-semi-bold);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-weeksList abbr:first-of-type {
    display: none;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-weeksList abbr:last-of-type {
  display: none;
  text-align: center;
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-weeksList abbr:last-of-type {
    display: block;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-daysList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.eshop-events-calendar-style-2 .mwCalendar-day {
  width: auto;
  height: auto;
  min-height: 160px;
  padding: 15px 10px;
  border: 0;
  border-radius: var(--border-radius);
  background-color: var(--light);
  transition: var(--transition-200);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-day {
    min-height: 0;
    padding: 8px 0;
    text-align: center;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-day:hover {
  background-color: var(--primary-1);
}
.eshop-events-calendar-style-2 .mwCalendar-date {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: var(--font-weight-normal);
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-date {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .eshop-events-calendar-style-2 .mwCalendar-itemsList {
    display: none;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .eshop-events-calendar-style-2 .mwCalendar-item {
    padding-left: 0;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--secondary);
}
@media (max-width: 1199px) {
  .eshop-events-calendar-style-2 .mwCalendar-item:before {
    display: none;
  }
}
.eshop-events-calendar-style-2 .mwCalendar-item-title {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: var(--font-weight-normal);
}
.eshop-events-calendar-style-2 .mwCalendar-item-title a {
  color: var(--black);
  text-decoration: none;
}
.eshop-events-calendar-style-2 .mwCalendar-item-title a:hover {
  color: var(--black);
  text-decoration: underline;
}
.eshop-events-calendar-style-2 .mwCalendar-item-dateTime {
  margin-bottom: 0;
  font-size: 11px;
}
.eshop-events-calendar-style-2 .mwCalendar-day.prevMonth, .eshop-events-calendar-style-2 .mwCalendar-day.nextMonth {
  background-color: transparent;
}
.eshop-events-calendar-style-2 .mwCalendar-day.prevMonth > *, .eshop-events-calendar-style-2 .mwCalendar-day.nextMonth > * {
  display: none;
}
.eshop-events-calendar-style-2 .mwCalendar-day.weekend {
  color: inherit;
}
.eshop-events-calendar-style-2 .mwCalendar-day.today .mwCalendar-date {
  color: var(--primary);
  font-weight: var(--font-weight-bold);
}
.eshop-events-calendar-style-2 .mwCalendar-day.event {
  background-color: var(--primary-1);
}
.eshop-events-calendar-style-2 .mwCalendar-day.event:hover {
  background-color: var(--primary-2);
}

.eshop-events-calendar-style-2 .events-item {
  margin-bottom: 30px;
}
.eshop-events-calendar-style-2 .events-item:hover .events-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.eshop-events-calendar-style-2 .events-item-wrap {
  overflow: hidden;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--white);
}
.eshop-events-calendar-style-2 .events-item-header {
  position: relative;
}
.eshop-events-calendar-style-2 .events-item-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 5/3;
}
.eshop-events-calendar-style-2 .events-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.eshop-events-calendar-style-2 .events-item-body {
  padding: 20px 20px 5px;
}
.eshop-events-calendar-style-2 .events-item-release {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  color: var(--white);
  text-align: center;
  border-radius: 0 0 var(--border-radius) 0;
  background-color: var(--primary);
}
.eshop-events-calendar-style-2 .events-item-release span {
  display: block;
  line-height: 1;
}
.eshop-events-calendar-style-2 .events-item-release span:first-of-type {
  font-size: 18px;
}
.eshop-events-calendar-style-2 .events-item-release span:last-of-type {
  font-size: 30px;
}
.eshop-events-calendar-style-2 .events-item-title {
  margin-bottom: 15px;
}
.eshop-events-calendar-style-2 .events-item-title a {
  text-decoration: none;
}
.eshop-events-calendar-style-2 .events-item-des {
  font-size: 16px;
}
.eshop-events-calendar-style-2 .events-item-btn {
  margin-bottom: 15px;
}

.eshop-events-calendar-style-2.is-show-thumb-0 .events-item-header {
  padding: 0 20px;
}
.eshop-events-calendar-style-2.is-show-thumb-0 .events-item-img {
  display: none;
}
.eshop-events-calendar-style-2.is-show-thumb-0 .events-item-release {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  padding: 10px 20px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events - Calendar - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mobile-menu {
  pointer-events: none;
  visibility: hidden;
}
.mobile-menu .mobile-menu-backdrop {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu .mobile-menu-wrap {
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 480px;
  padding: 15px;
  transition: var(--transition-400);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mobile-menu .mobile-menu-inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  height: 100%;
  padding: 80px 0 30px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-inner {
    padding: 80px 0 30px;
  }
}
.mobile-menu .mobile-menu-close-btn {
  position: absolute;
  top: 25px;
  right: 30px;
}
.mobile-menu .mobile-menu-header {
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-header {
    padding: 0 30px;
  }
}
.mobile-menu .mobile-menu-body {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-body {
    padding: 0 30px;
  }
}
.mobile-menu .mobile-menu-footer {
  padding: 15px 50px 0;
}
@media (max-width: 575px) {
  .mobile-menu .mobile-menu-footer {
    padding: 0 30px;
  }
}
.mobile-menu.active {
  pointer-events: auto;
  visibility: visible;
}
.mobile-menu.active .mobile-menu-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .mobile-menu-nav ul li {
  margin: 0 0 10px 0;
}
.mobile-menu .mobile-menu-nav ul li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-nav ul li a {
  width: 100%;
  color: var(--primary);
  font-size: 22px;
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}
.mobile-menu .mobile-menu-nav ul li a:hover {
  color: var(--primary-6);
}
.mobile-menu .mobile-menu-nav ul li a > i {
  font-size: 16px;
  transition: var(--transition-200);
}
.mobile-menu .mobile-menu-nav ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .mobile-menu-nav ul li ul {
  display: none;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  border-left: 1px solid var(--primary-6);
}
.mobile-menu .mobile-menu-nav ul li ul li a {
  color: var(--primary-6);
  font-size: 16px;
  font-weight: var(--font-weight-normal);
}
.mobile-menu .mobile-menu-nav ul li ul li a:hover {
  color: var(--primary-7);
}
.mobile-menu .mobile-menu-nav ul li ul li a > i {
  font-size: 14px;
}
.mobile-menu .mobile-menu-nav ul li.active > a {
  color: var(--primary-6);
}
.mobile-menu .mobile-menu-nav ul li.active > a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu .mobile-menu-btns ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.mobile-menu .mobile-menu-btns ul li {
  flex: 1;
}
.mobile-menu .mobile-menu-btns ul li a {
  display: block;
  font-size: 14px;
}
.mobile-menu .btn {
  margin-bottom: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Navigation Style Home - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.navigation-style-home .navigation-main {
  display: grid;
}
@media (min-width: 992px) {
  .navigation-style-home .navigation-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
.navigation-style-home .navigation-item {
  padding: 30px 55px;
}
.navigation-style-home .navigation-item-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.navigation-style-home .navigation-item-btn a:hover{ color:#fff !important; 
}

.navigation-style-home .navigation-item-btn span {
  display: inline-block;
  margin: 0 15px 0 0;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.navigation-style-home .navigation-item-btn span::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: var(--white);
  transition: var(--transition-300);
}
.navigation-style-home .navigation-item-btn svg {
  transition: var(--transition-300);
}
.navigation-style-home .navigation-item-btn:hover span::after {
  width: 100%;
}
.navigation-style-home .navigation-item-btn:hover svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.navigation-style-home.is-offset-top-sm-mobile {
  margin-top: -30px;
}
.navigation-style-home.is-offset-top-md-mobile {
  margin-top: -60px;
}
.navigation-style-home.is-offset-top-lg-mobile {
  margin-top: -90px;
}
.navigation-style-home.is-offset-top-xl-mobile {
  margin-top: -120px;
}
.navigation-style-home.is-offset-top-xxl-mobile {
  margin-top: -150px;
}
@media (min-width: 992px) {
  .navigation-style-home.is-offset-top-sm-tablet {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .navigation-style-home.is-offset-top-md-tablet {
    margin-top: -60px;
  }
}
@media (min-width: 992px) {
  .navigation-style-home.is-offset-top-lg-tablet {
    margin-top: -90px;
  }
}
@media (min-width: 992px) {
  .navigation-style-home.is-offset-top-xl-tablet {
    margin-top: -120px;
  }
}
@media (min-width: 992px) {
  .navigation-style-home.is-offset-top-xxl-tablet {
    margin-top: -150px;
  }
}
@media (min-width: 1200px) {
  .navigation-style-home.is-offset-top-sm-desktop {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .navigation-style-home.is-offset-top-md-desktop {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .navigation-style-home.is-offset-top-lg-desktop {
    margin-top: -90px;
  }
}
@media (min-width: 1200px) {
  .navigation-style-home.is-offset-top-xl-desktop {
    margin-top: -120px;
  }
}
@media (min-width: 1200px) {
  .navigation-style-home.is-offset-top-xxl-desktop {
    margin-top: -150px;
  }
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Navigation Style Home - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwPageBlock.SimplePayment form > .mwFormStatus {
  display: none;
}

.donation-form .recurring-count {
  display: none;
}

.donation-form .amounts-btns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}
.donation-form .amounts-btn {
  color: var(--text-color);
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form .amounts-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.donation-form .amounts-btn.selected {
  color: var(--white);
  font-weight: var(--font-weight-bold);
  background-color: var(--primary);
}
.donation-form .amounts-btn.small {
  grid-column: span 3;
  padding: 10px;
}
@media (max-width: 767px) {
  .donation-form .amounts-btn.small {
    grid-column: span 4;
  }
}
@media (max-width: 375px) {
  .donation-form .amounts-btn.small {
    grid-column: span 6;
  }
}
.donation-form .amounts-btn.medium {
  grid-column: span 4;
  padding: 15px;
}
@media (max-width: 375px) {
  .donation-form .amounts-btn.medium {
    grid-column: span 6;
  }
}
.donation-form .amounts-btn.large {
  grid-column: span 6;
  font-size: 18px;
  padding: 20px;
}
.donation-form .amounts-btn.round {
  border-radius: 50px;
}
.donation-form .amounts-btn.border {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px transparent, 0 0 0 1px var(--border-color-dark), var(--shadow-1);
}
.donation-form .amounts-btn.border:hover {
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 1px transparent, 0 0 0 1px var(--primary), var(--shadow-1-hover);
}
.donation-form .amounts-btn.border.selected {
  color: var(--text-color);
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 1px var(--primary), 0 0 0 1px var(--primary), var(--shadow-1);
}
.donation-form .amounts-btn.border.selected:hover {
  box-shadow: inset 0 0 0 1px var(--primary), 0 0 0 1px var(--primary), var(--shadow-1-hover);
}

.donation-form .eCard-btns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}
.donation-form .eCard-btns.active .eCard-btn img {
  opacity: 0.25;
}
.donation-form .eCard-btns.active .eCard-btn:hover img,
.donation-form .eCard-btns.active .eCard-btn:focus-within img {
  opacity: 1;
}
.donation-form .eCard-btns.active .eCard-btn.active img {
  opacity: 1;
}
.donation-form .eCard-btn {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  grid-column: span 4;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .donation-form .eCard-btn {
    grid-column: span 6;
  }
}
.donation-form .eCard-btn img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.donation-form .eCard-btn.active {
  border: 2px solid var(--primary);
}

.donation-form .eCard-preview-open-btn {
  display: none;
}
.donation-form .eCard-preview-dialog {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.7);
}
.donation-form .eCard-preview-dialog .dialog-close-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.donation-form .eCard-preview-dialog .dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.donation-form .eCard-preview-dialog .dialog-inner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  max-width: 800px;
  aspect-ratio: 4/3;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: var(--shadow-2);
}
.donation-form .eCard-preview-dialog .dialog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation-form .eCard-preview-dialog .dialog-body {
  position: relative;
  width: 100%;
  max-width: 60%;
  padding: 40px 30px 10px;
  text-align: center;
  font-family: var(--font-family-serif);
}
.donation-form .eCard-preview-dialog .dialog-title {
  font-size: clamp(0px, 4vw, 32px);
  font-family: var(--font-family-serif);
  margin-bottom: clamp(0px, 3.75vw, 30px);
}
.donation-form .eCard-preview-dialog .dialog-paragraph {
  font-size: clamp(0px, 2.25vw, 18px);
  font-style: italic;
  white-space: pre-line;
  margin-bottom: clamp(0px, 3.75vw, 30px);
}
.donation-form .eCard-preview-dialog[data-color-scheme=light] .dialog-title,
.donation-form .eCard-preview-dialog[data-color-scheme=light] .dialog-paragraph {
  color: var(--dark);
}
.donation-form .eCard-preview-dialog[data-color-scheme=dark] .dialog-title,
.donation-form .eCard-preview-dialog[data-color-scheme=dark] .dialog-paragraph {
  color: var(--white);
}

.donation-form .gateway-btns {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}
.donation-form .gateway-btns .mwInput.button {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 0;
  color: var(--text-color);
  border-color: var(--border-color-dark);
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form .gateway-btns .mwInput.button:hover, .donation-form .gateway-btns .mwInput.button.selected {
  border-color: var(--border-color-dark);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .donation-form .gateway-btns .mwInput.button {
    grid-column: span 6;
  }
}
@media (max-width: 375px) {
  .donation-form .gateway-btns .mwInput.button {
    grid-column: span 12;
  }
}
.donation-form .gateway-btns .mwInput.AuthorizeNetCard {
  color: var(--white);
  border-color: var(--info);
  background-color: var(--info);
}
.donation-form .gateway-btns .mwInput.AuthorizeNetCard:hover, .donation-form .gateway-btns .mwInput.AuthorizeNetCard.selected {
  border-color: var(--info-6);
  background-color: var(--info-6);
}
.donation-form .gateway-btns .mwInput.gPay {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
  padding: 12px 15px 8px;
}
.donation-form .gateway-btns .mwInput.gPay svg {
  width: auto;
  height: 20px;
}
.donation-form .gateway-btns .mwInput.gPay:hover, .donation-form .gateway-btns .mwInput.gPay.selected {
  border-color: #3c4043;
  background-color: #3c4043;
}
.donation-form .gateway-btns .mwInput.PayPal_checkout {
  color: var(--white);
  border-color: #ffc439;
  background-color: #ffc439;
  padding: 12px 15px 8px;
}
.donation-form .gateway-btns .mwInput.PayPal_checkout svg {
  width: auto;
  height: 20px;
}
.donation-form .gateway-btns .mwInput.PayPal_checkout:hover, .donation-form .gateway-btns .mwInput.PayPal_checkout.selected {
  border-color: #f2ba36;
  background-color: #f2ba36;
}
.donation-form .mwPayment-billing {
  overflow: visible !important;
}
.donation-form .mwPayment-gateway.gPay, .donation-form .mwPayment-gateway.PayPal_checkout {
  padding-top: 0;
}
.donation-form .mwPayment-gateway.gPay .mwPayment-gateway-wrap, .donation-form .mwPayment-gateway.PayPal_checkout .mwPayment-gateway-wrap {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.donation-form .mwPayment-gateway.PayPal_checkout .mwPayment-gateway-wrap {
  padding-top: 30px;
  padding-bottom: 15px;
}
.donation-form .mwPayment-gateway.gPay .mwPayment-gateway-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.donation-form .mwPayment-hint {
  display: none;
}

.donation-form button.mwPayment-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donation-form-style-1 {
  --donation-form-offset: 60px ;
}

.donation-form-style-1 {
  font-size: var(--form-font-size);
}
.donation-form-style-1 .alert {
  font-size: var(--form-font-size);
  border-radius: var(--border-radius);
}
.donation-form-style-1 .alert-icon {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.donation-form-style-1 .Dialog {
  margin-bottom: 15px;
}

.donation-form-style-1 .form-banner {
  margin-bottom: calc(var(--donation-form-offset) * -1);
}
.donation-form-style-1 .form-banner .container {
  position: relative;
}
.donation-form-style-1 .form-banner-wrap {
  position: relative;
}
.donation-form-style-1 .banner-inner {
  position: relative;
  padding: 200px 0 80px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
}
.donation-form-style-1 .banner-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}
.donation-form-style-1 .banner-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donation-form-style-1 .banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation-form-style-1 .banner-title {
  color: var(--white);
  font-size: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .donation-form-style-1 .banner-title {
    font-size: calc(60px * 0.85);
  }
}
.donation-form-style-1 .banner-des {
  color: var(--white);
  font-size: 18px;
  text-align: center;
}
.donation-form-style-1 .banner-des:empty {
  display: none;
}
.donation-form-style-1 .form-banner.is-img-center .banner-img img {
  -o-object-position: center;
     object-position: center;
}
.donation-form-style-1 .form-banner.is-img-top .banner-img img {
  -o-object-position: center top;
     object-position: center top;
}
.donation-form-style-1 .form-banner.is-img-bottom .banner-img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.donation-form-style-1 .form-section {
  margin-bottom: 15px;
}
.donation-form-style-1 .section-styled {
  padding: 30px 30px 15px;
  border-radius: calc(var(--border-radius) * 2);
  box-shadow: var(--shadow-1);
  background-color: var(--white);
}
@media (max-width: 575px) {
  .donation-form-style-1 .section-styled {
    padding: 15px 15px 1px;
  }
}
.donation-form-style-1 .section-fundraising::before {
  display: table;
  clear: both;
  content: "";
}
.donation-form-style-1 .section-your-gift {
  overflow: hidden;
  border-radius: calc(var(--border-radius) * 2);
  box-shadow: var(--shadow-1);
  background-color: var(--white);
}
.donation-form-style-1 .section-your-gift .section-wrap {
  padding: 30px 30px 15px;
}
@media (max-width: 575px) {
  .donation-form-style-1 .section-your-gift .section-wrap {
    padding: 15px 15px 1px;
  }
}
.donation-form-style-1 .section-your-gift .recurring-radios {
  margin-bottom: 0;
}
.donation-form-style-1 .section-your-gift .recurring-radios .radio-btns {
  gap: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
}
.donation-form-style-1 .section-your-gift .recurring-radios .mwInput.checkbox {
  height: var(--donation-form-offset);
  padding: 0 15px;
  font-size: 20px;
  border-radius: 0;
  background-color: var(--primary-1);
}
.donation-form-style-1 .section-your-gift .recurring-radios .mwInput.checkbox:hover {
  background-color: var(--primary-2);
}
.donation-form-style-1 .section-your-gift .recurring-radios .mwInput.checkbox.checked {
  color: var(--white);
  background-color: var(--primary);
}

.donation-form-style-1 .fundraising-progress {
  margin-top: 37px;
  margin-bottom: 15px;
  padding: 3px;
  border-radius: 13px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #ddd 0%, #fefefe 100%);
  transition: var(--transition-200);
}
.donation-form-style-1 .fundraising-progress-wrap {
  position: relative;
}
.donation-form-style-1 .fundraising-bar {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, #fefefe 0%, #eee 100%);
}
.donation-form-style-1 .fundraising-bar-inner {
  position: relative;
  width: 0;
  height: 20px;
  box-shadow: inset 2px -8px 7px rgba(0, 0, 0, 0.25);
  background-color: var(--primary);
}
.donation-form-style-1 .fundraising-bar-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form-style-1 .fundraising-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  padding: 8px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  border-radius: 50px;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2), inset 5px -7px 7px var(--primary-5);
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.16);
}
.donation-form-style-1 .fundraising-counter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.donation-form-style-1 .fundraising-nums {
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 0 5px;
}
.donation-form-style-1 .fundraising-goal,
.donation-form-style-1 .fundraising-raised,
.donation-form-style-1 .fundraising-remain {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}
.donation-form-style-1 .fundraising-goal span,
.donation-form-style-1 .fundraising-raised span,
.donation-form-style-1 .fundraising-remain span {
  display: block;
  font-size: 26px;
  font-weight: var(--font-weight-bold);
}
.donation-form-style-1 .fundraising-raised {
  text-align: center;
}
.donation-form-style-1 .fundraising-remain {
  text-align: right;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donation-form-style-2 {
  font-size: var(--form-font-size);
}
.donation-form-style-2 h1 {
  font-size: 68px;
}
@media (max-width: 1199px) {
  .donation-form-style-2 h1 {
    font-size: var(--h1-font-size);
  }
}
@media (max-width: 991px) {
  .donation-form-style-2 h1 {
    font-size: var(--h1-font-size-mobile);
  }
}
.donation-form-style-2 .alert {
  font-size: var(--form-font-size);
  border-radius: var(--border-radius);
}
.donation-form-style-2 .alert-icon {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.donation-form-style-2 .Dialog {
  margin-bottom: 15px;
}

.donation-form-style-2 .form-aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .donation-form-style-2 .form-aside {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 1px;
  }
}
.donation-form-style-2 .form-main {
  width: 50%;
  margin-left: 50%;
}
@media (max-width: 991px) {
  .donation-form-style-2 .form-main {
    width: auto;
    margin-left: 0;
    padding-top: 30px;
  }
}
.donation-form-style-2 .form-aside-inner, .donation-form-style-2 .form-main-inner {
  padding: var(--content-area-md-p-t) var(--content-area-p-x) var(--content-area-md-p-b);
}
@media (max-width: 991px) {
  .donation-form-style-2 .form-aside-inner, .donation-form-style-2 .form-main-inner {
    padding-left: var(--content-area-p-x-tablet);
    padding-right: var(--content-area-p-x-tablet);
  }
}
@media (max-width: 767px) {
  .donation-form-style-2 .form-aside-inner, .donation-form-style-2 .form-main-inner {
    padding-left: var(--content-area-p-x-phone);
    padding-right: var(--content-area-p-x-phone);
  }
}
.donation-form-style-2 .form-aside-inner {
  position: relative;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.donation-form-style-2 .form-aside-inner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.donation-form-style-2 .form-banner {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donation-form-style-2 .form-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation-form-style-2 .form-banner.is-img-center img {
  -o-object-position: center;
     object-position: center;
}
.donation-form-style-2 .form-banner.is-img-top img {
  -o-object-position: center top;
     object-position: center top;
}
.donation-form-style-2 .form-banner.is-img-bottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.donation-form-style-2 .form-header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .donation-form-style-2 .form-header {
    margin-bottom: 200px;
  }
}
.donation-form-style-2 .form-logo img {
  width: 240px;
}
@media (max-width: 767px) {
  .donation-form-style-2 .form-logo img {
    width: 200px;
  }
}

.donation-form-style-2 .form-section {
  margin-bottom: 45px;
}
.donation-form-style-2 .section-fundraising {
  padding-bottom: 45px;
  border-bottom: 1px solid var(--border-color-dark);
}
.donation-form-style-2 .section-fundraising::before {
  display: table;
  clear: both;
  content: "";
}

.donation-form-style-2 .fundraising-progress {
  margin-top: 37px;
  margin-bottom: 15px;
  padding: 3px;
  border-radius: 13px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #ddd 0%, #fefefe 100%);
  transition: var(--transition-200);
}
.donation-form-style-2 .fundraising-progress-wrap {
  position: relative;
}
.donation-form-style-2 .fundraising-bar {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, #fefefe 0%, #eee 100%);
}
.donation-form-style-2 .fundraising-bar-inner {
  position: relative;
  width: 0;
  height: 20px;
  box-shadow: inset 2px -8px 7px rgba(0, 0, 0, 0.25);
  background-color: var(--primary);
}
.donation-form-style-2 .fundraising-bar-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form-style-2 .fundraising-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  padding: 8px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  border-radius: 50px;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2), inset 5px -7px 7px var(--primary-5);
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.16);
}
.donation-form-style-2 .fundraising-counter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.donation-form-style-2 .fundraising-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding: 0 5px;
}
.donation-form-style-2 .fundraising-goal,
.donation-form-style-2 .fundraising-raised,
.donation-form-style-2 .fundraising-remain {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}
.donation-form-style-2 .fundraising-goal span,
.donation-form-style-2 .fundraising-raised span,
.donation-form-style-2 .fundraising-remain span {
  display: block;
  font-size: 26px;
  font-weight: var(--font-weight-bold);
}
.donation-form-style-2 .fundraising-raised {
  text-align: center;
}
.donation-form-style-2 .fundraising-remain {
  text-align: right;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 3 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donation-form-style-3 {
  font-size: var(--form-font-size);
}
.donation-form-style-3 .Dialog {
  margin-bottom: 15px;
}
.donation-form-style-3 .alert {
  font-size: var(--form-font-size);
  border-radius: var(--border-radius);
}
.donation-form-style-3 .alert-icon {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.donation-form-style-3 .form-step {
  display: none;
  box-shadow: var(--shadow-1);
  border-radius: calc(var(--border-radius) * 2);
  background-color: var(--white);
  transition: var(--transition-400);
}
.donation-form-style-3 .form-step.active {
  display: block;
}
.donation-form-style-3 .step-body {
  padding: 40px 40px 25px;
}
@media (max-width: 575px) {
  .donation-form-style-3 .step-body {
    padding: 15px 15px 1px;
  }
}
.donation-form-style-3 .step-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.donation-form-style-3 .step-nav .btn {
  flex: 1;
  margin-bottom: 0;
}
.donation-form-style-3 .step-nav .btn > a,
.donation-form-style-3 .step-nav .btn > button,
.donation-form-style-3 .step-nav .btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.donation-form-style-3 .section-fundraising::before {
  display: table;
  clear: both;
  content: "";
}

.donation-form-style-3 .recurring-radios {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: calc(var(--border-radius) * 2) calc(var(--border-radius) * 2) 0 0;
}
.donation-form-style-3 .recurring-radios .radio-btns {
  gap: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
}
.donation-form-style-3 .recurring-radios .radio-btns .mwInput.checkbox {
  font-size: 20px;
  border-radius: 0;
  padding: 15px;
  background-color: var(--primary-1);
}
.donation-form-style-3 .recurring-radios .radio-btns .mwInput.checkbox:hover {
  background-color: var(--primary-2);
}
.donation-form-style-3 .recurring-radios .radio-btns .mwInput.checkbox.checked {
  color: var(--white);
  background-color: var(--primary);
}

.donation-form-style-3 .fundraising-progress {
  margin-top: 37px;
  margin-bottom: 15px;
  padding: 3px;
  border-radius: 13px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #ddd 0%, #fefefe 100%);
  transition: var(--transition-200);
}
.donation-form-style-3 .fundraising-progress-wrap {
  position: relative;
}
.donation-form-style-3 .fundraising-bar {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, #fefefe 0%, #eee 100%);
}
.donation-form-style-3 .fundraising-bar-inner {
  position: relative;
  width: 0;
  height: 20px;
  box-shadow: inset 2px -8px 7px rgba(0, 0, 0, 0.25);
  background-color: var(--primary);
}
.donation-form-style-3 .fundraising-bar-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form-style-3 .fundraising-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  padding: 8px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  border-radius: 50px;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2), inset 5px -7px 7px var(--primary-5);
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.16);
}
.donation-form-style-3 .fundraising-counter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.donation-form-style-3 .fundraising-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding: 0 5px;
}
.donation-form-style-3 .fundraising-goal,
.donation-form-style-3 .fundraising-raised,
.donation-form-style-3 .fundraising-remain {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}
.donation-form-style-3 .fundraising-goal span,
.donation-form-style-3 .fundraising-raised span,
.donation-form-style-3 .fundraising-remain span {
  display: block;
  font-size: 26px;
  font-weight: var(--font-weight-bold);
}
.donation-form-style-3 .fundraising-raised {
  text-align: center;
}
.donation-form-style-3 .fundraising-remain {
  text-align: right;
}

.donation-form-style-3 .gateway-btns .mwInput.button {
  grid-column: span 6;
}
@media (max-width: 375px) {
  .donation-form-style-3 .gateway-btns .mwInput.button {
    grid-column: span 12;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 3 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 4 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donation-form-style-4 {
  --border-radius: 6px;
  --form-border-radius: 6px;
  --btn-border-radius: 6px;
  --form-input-height: 46px;
  --form-checkbox-size: 20px;
  --form-checkbox-icon-size: 10px;
}

.donation-form-style-4 {
  font-size: var(--form-font-size);
}
.donation-form-style-4 .Dialog {
  margin-bottom: 15px;
}
.donation-form-style-4 .alert {
  font-size: var(--form-font-size);
  border-radius: var(--border-radius);
}
.donation-form-style-4 .alert-icon {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.donation-form-style-4 .donation-form-wrap {
  margin: 0 auto;
  max-width: 400px;

}

.donation-form-style-4 .form-step {
  display: none;
  flex-direction: column;
  min-height: 460px;
  border-radius: calc(var(--border-radius) * 2);
  background-color: var(--white);
  transition: var(--transition-400);
  box-shadow: var(--shadow-1);
}
.donation-form-style-4 .form-step.active {
  display: flex;
}
.donation-form-style-4 .step-header {
  display: flex;
  align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 30px 22px 25px;
}
@media (max-width: 375px) {
  .donation-form-style-4 .step-header {
    padding: 25px 8px 20px;
  }
}
.donation-form-style-4 .step-body {
  padding: 1px 30px 1px;
}
@media (max-width: 375px) {
  .donation-form-style-4 .step-body {
    padding: 1px 15px 1px;
  }
}
.donation-form-style-4 .step-footer {
  margin-top: auto;
  padding: 20px 30px 10px;
}
@media (max-width: 375px) {
  .donation-form-style-4 .step-footer {
    padding: 15px 15px 1px;
  }
}
.donation-form-style-4 .step-footer .btn {
  margin-bottom: 15px;
}
.donation-form-style-4 .step-footer .btn > a,
.donation-form-style-4 .step-footer .btn > button,
.donation-form-style-4 .step-footer .btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.donation-form-style-4 .step-title {
  flex: 1;
  margin-bottom: 0;
  text-align: center;
}
.donation-form-style-4 .step-prev-btn {
  display: flex;
  padding: 8px 9px;
  font-size: 20px;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 2px transparent;
}
.donation-form-style-4 .step-prev-btn:hover {
  color: var(--black);
  background-color: var(--primary-1);
  box-shadow: inset 0 0 0 2px var(--primary-2);
}
.donation-form-style-4 .step-prev-btn + .step-title {
  padding-right: 51px;
}

.donation-form-style-4 .steps-indicator {
  position: relative;
  margin: 0 auto 30px;
  max-width: 130px;
}
.donation-form-style-4 .steps-indicator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--gray);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.donation-form-style-4 .steps-indicator ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.donation-form-style-4 .steps-indicator button {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid var(--gray);
  background-color: var(--white);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
}
.donation-form-style-4 .steps-indicator button:after {
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--white);
  transition: var(--transition-200);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.donation-form-style-4 .steps-indicator button:hover {
  background-color: var(--light);
}
.donation-form-style-4 .steps-indicator button.active {
  border-color: var(--secondary-5);
  background-color: var(--secondary);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.donation-form-style-4 .steps-indicator button.active:after {
  opacity: 1;
}

.donation-form-style-4 .section-fundraising::before {
  display: table;
  clear: both;
  content: "";
}

.donation-form-style-4 .recurring-radios .mwInput.checkbox {
  padding-top: 13px;
  padding-bottom: 13px;
}

.donation-form-style-4 .fundraising-progress {
  margin-top: 37px;
  margin-bottom: 20px;
  padding: 3px;
  border-radius: 13px;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #ddd 0%, #fefefe 100%);
  transition: var(--transition-200);
}
.donation-form-style-4 .fundraising-progress-wrap {
  position: relative;
}
.donation-form-style-4 .fundraising-bar {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, #fefefe 0%, #eee 100%);
}
.donation-form-style-4 .fundraising-bar-inner {
  position: relative;
  width: 0;
  height: 20px;
  box-shadow: inset 2px -8px 7px rgba(0, 0, 0, 0.25);
  background-color: var(--primary);
}
.donation-form-style-4 .fundraising-bar-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form-style-4 .fundraising-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  padding: 8px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
  border-radius: 50px;
  background-color: var(--primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2), inset 5px -7px 7px var(--primary-5);
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.16);
}
.donation-form-style-4 .fundraising-counter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.donation-form-style-4 .fundraising-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding: 0 5px;
}
.donation-form-style-4 .fundraising-goal,
.donation-form-style-4 .fundraising-raised,
.donation-form-style-4 .fundraising-remain {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
}
.donation-form-style-4 .fundraising-goal span,
.donation-form-style-4 .fundraising-raised span,
.donation-form-style-4 .fundraising-remain span {
  display: block;
  font-size: 26px;
  font-weight: var(--font-weight-bold);
}
.donation-form-style-4 .fundraising-raised {
  text-align: center;
}
.donation-form-style-4 .fundraising-remain {
  text-align: right;
}

.donation-form-style-4 .cover-processing .has-tooltip {
  justify-content: center;
}

.donation-form-style-4 .amounts-btns {
  gap: 5px;
}

.donation-form-style-4 .gateway-btns .mwInput.button {
  grid-column: span 6;
}
@media (max-width: 375px) {
  .donation-form-style-4 .gateway-btns .mwInput.button {
    grid-column: span 12;
  }
}

.donation-form-style-4 .hint-wrap {
  padding: 10px 20px 1px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.1);
}
.donation-form-style-4 .hint-wrap p {
  margin-bottom: 10px;
}

.donation-form-style-4 .mwCaptcha {
  padding: 0;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Style 4 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resources-list-style-1 .resources-list-item {
  margin-bottom: 30px;
}
.resources-list-style-1 .resources-list-item a {
  position: relative;
  display: block;
  padding: 2px 0 0 32px;
}
.resources-list-style-1 .resources-list-item a > i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  font-size: 30px;
}
.resources-list-style-1 .resources-list-item a > span {
  display: block;
  word-break: break-all;
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-200);
}
.resources-list-style-1 .resources-list-item a:hover > span {
  color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources List - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resource-link-style-1 {
  margin-bottom: 30px;
}
.resource-link-style-1 a {
  position: relative;
  display: block;
  padding: 2px 0 0 32px;
}
.resource-link-style-1 a > i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
  font-size: 30px;
}
.resource-link-style-1 a > span {
  display: block;
  word-break: break-all;
  color: var(--text-color);
  text-decoration: underline;
  transition: var(--transition-200);
}
.resource-link-style-1 a:hover > span {
  color: var(--primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Link - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.video-player-style-1 {
  margin-bottom: 30px;
}
.video-player-style-1 .video-player-wrap {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
}
.video-player-style-1 video,
.video-player-style-1 .video-player-inner,
.video-player-style-1 .video-player-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player-style-1 video {
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  outline-offset: -3px;
  border-radius: var(--border-radius);
}
.video-player-style-1 .video-player-poster {
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.video-player-style-1 .video-player-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: var(--transition-200);
}
.video-player-style-1 .video-player-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.video-player-style-1 .video-player-btn:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.8);
}
.video-player-style-1:hover .video-player-poster {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-player-style-1.active video {
  opacity: 1;
}
.video-player-style-1.active .video-player-poster,
.video-player-style-1.active .video-player-inner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.video-banner-style-1 .video-banner-wrap {
  position: relative;
  overflow: hidden;
}
.video-banner-style-1 .video-banner-play-btn {
  z-index: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.video-banner-style-1 .video-banner-play-btn svg {
  width: 16px;
  height: auto;
}
.video-banner-style-1 .video-banner-play-btn path {
  fill: var(--dark);
}
.video-banner-style-1 .video-banner-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.video-banner-style-1 .video-banner-play-btn:hover path {
  fill: var(--white);
}
.video-banner-style-1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-banner-style-1 .video-banner-inner {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}
.video-banner-style-1 .video-banner-title {
  color: var(--white);
  line-height: 1;
  font-size: 70px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1 .video-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .video-banner-style-1 .video-banner-title {
    font-size: 36px;
  }
}
.video-banner-style-1 .video-banner-caption {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .video-banner-style-1 .video-banner-caption {
    font-size: 18px;
  }
}
.video-banner-style-1 .video-banner-des {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .video-banner-style-1 .video-banner-des {
    max-width: 495px;
  }
}
@media (max-width: 575px) {
  .video-banner-style-1 .video-banner-des {
    max-width: 375px;
  }
}
.video-banner-style-1 .video-banner-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.video-banner-style-1 .video-banner-btns .btn {
  flex: 0 0 auto;
  margin-bottom: 10px;
}

.video-banner-style-1.is-large .video-banner-inner {
  height: calc((var(--vh, 1vh) * 100) - var(--header-height));
  min-height: 600px;
  max-height: 1200px;
}
@media (max-width: 991px) {
  .video-banner-style-1.is-large .video-banner-inner {
    height: auto;
  }
}
.video-banner-style-1.is-medium .video-banner-inner {
  min-height: 480px;
}
@media (max-width: 991px) {
  .video-banner-style-1.is-medium .video-banner-inner {
    height: auto;
  }
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.youtube-player-style-1 {
  margin-bottom: 30px;
}
.youtube-player-style-1 .youtube-player-wrap {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius);
}
.youtube-player-style-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 2 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.youtube-player-style-2 {
  margin-bottom: 30px;
}
.youtube-player-style-2 .youtube-player-wrap {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius);
}
.youtube-player-style-2 .youtube-player-poster,
.youtube-player-style-2 .youtube-player-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-player-style-2 .youtube-player-poster {
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-200);
}
.youtube-player-style-2 .youtube-player-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.youtube-player-style-2 .youtube-player-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--dark);
  font-size: 18px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.youtube-player-style-2 .youtube-player-btn:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.8);
}
.youtube-player-style-2 .youtube-player-wrap:hover .youtube-player-poster {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Youtube Player - Style 2 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results Default - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.search-results-default .search-no-result {
  display: none;
}

.search-results-default .search-results-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search-results-default .search-results-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.search-results-default .search-results-keyword {
  color: var(--primary);
}
.search-results-default .search-results-total {
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  color: var(--gray-6);
  margin-bottom: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Account Hub - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.account-hub .content-card-footer {
  position: relative;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Account Hub - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.header-style-1 {
  --header-style-1-main-height: 100px;
  --header-style-1-main-height-mobile: 80px;
  --header-style-1-utility-bar-height: 40px;
}

.header-style-1 {
  z-index: 500;
  position: relative;
}
.header-style-1 a {
  text-decoration: none;
}

.header-style-1 .header-main,
.header-style-1 .header-main-wrap {
  height: var(--header-style-1-main-height);
}
@media (max-width: 767px) {
  .header-style-1 .header-main,
.header-style-1 .header-main-wrap {
    height: var(--header-style-1-main-height-mobile);
  }
}
.header-style-1 .header-main-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1439px) {
  .header-style-1 .header-main-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .header-main-wrap {
    padding: 0 15px;
  }
}
.header-style-1 .header-main-left {
  flex: 0 0 auto;
}
.header-style-1 .header-main-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-style-1 .header-logo img {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: calc(var(--header-style-1-main-height) * 0.75);
}
@media (max-width: 767px) {
  .header-style-1 .header-logo img {
    max-width: 180px;
    max-height: calc(var(--header-style-1-main-height-mobile) * 0.75);
  }
}

@media (max-width: 1365px) {
  .header-style-1 .header-menu {
    display: none;
  }
}
.header-style-1 .header-menu li, .header-style-1 .header-menu a {
  position: relative;
}
.header-style-1 .header-menu nav > ul {
  display: flex;
  align-items: center;
}
.header-style-1 .header-menu nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--header-style-1-main-height);
  padding: 0 20px;
  color: var(--text-color);
}
@media (max-width: 1659px) {
  .header-style-1 .header-menu nav > ul > li > a {
    padding: 0 15px;
  }
}
.header-style-1 .header-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  transition: height var(--transition-200);
}
.header-style-1 .header-menu nav > ul > li.has-children > a {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header-style-1 .header-menu nav > ul > li.has-children > a:after {
  content: "\F0D7";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-1 .header-menu ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: var(--secondary);
  transition: var(--transition-200);
}
.header-style-1 .header-menu ul ul li a {
  display: block;
  min-width: 260px;
  padding: 10px 20px;
  color: var(--white);
  font-size: 16px;
}
.header-style-1 .header-menu ul ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.header-style-1 .header-menu ul ul li.has-children > a:after {
  content: "\F0DA";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-1 .header-menu ul ul ul {
  top: 0;
  left: 100%;
}
.header-style-1 .header-menu nav > ul > li:hover > a:before,
.header-style-1 .header-menu nav > ul > li.active > a:before {
  height: 5px;
}
.header-style-1 .header-menu ul ul li:hover > a,
.header-style-1 .header-menu ul ul li.active > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style-1 .header-menu li.has-children.active > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1365px) {
  .header-style-1 .megamenu {
    display: none;
  }
}
.header-style-1 ul.megamenu-level-1 > li > a {
  height: var(--header-style-1-main-height);
}

.header-style-1 .search-btn {
  color: var(--white);
  font-size: 16px;
}
.header-style-1 .search-btn:hover, .header-style-1 .search-btn.active {
  color: var(--primary-6);
}
.header-style-1 .search-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-style-1 .search-dialog-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-style-1 .search-dialog-close-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.header-style-1 .search-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.header-style-1 .search-dialog-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-style-1 .search-dialog-form {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.header-style-1 .search-dialog-form ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-1 .search-dialog-form input {
  flex: 1 1 auto;
  height: var(--form-input-height);
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.header-style-1 .search-dialog-form button {
  flex: 0 0 auto;
  height: var(--form-input-height);
  color: var(--text-color);
}
.header-style-1 .search-dialog-form button:hover {
  color: var(--primary);
}

.header-style-1 .burger {
  display: none;
}
@media (max-width: 1365px) {
  .header-style-1 .burger {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-style-1 .burger-text {
    display: none;
  }
}

.header-style-1 .header-btns ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-style-1 .header-btns {
    display: none;
  }
}
.header-style-1 .header-btns .btn {
  margin-bottom: 0;
}
.header-style-1 .header-btns li:first-of-type .btn > a {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.header-style-1 .header-btns li:first-of-type .btn.is-rounded > a {
  border-radius: var(--btn-border-radius-rounded) 0 0 var(--btn-border-radius-rounded);
}
.header-style-1 .header-btns li:last-of-type .btn > a {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.header-style-1 .header-btns li:last-of-type .btn.is-rounded > a {
  border-radius: 0 var(--btn-border-radius-rounded) var(--btn-border-radius-rounded) 0;
}
.header-style-1 .header-btns li:only-of-type .btn > a {
  border-radius: var(--border-radius);
}
.header-style-1 .header-btns li:only-of-type .btn.is-rounded > a {
  border-radius: var(--btn-border-radius-rounded);
}

.header-style-1 .header-utility {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-style-1-utility-bar-height);
  padding: 0 80px;
  background-color: var(--primary);
}
@media (max-width: 1439px) {
  .header-style-1 .header-utility {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-style-1 .header-utility {
    height: 5px;
  }
}
.header-style-1 .header-utility a {
  color: var(--white);
}
.header-style-1 .header-utility a:hover {
  color: var(--primary-6);
}
.header-style-1 .header-utility-left {
  flex: 0 1 auto;
}
@media (max-width: 575px) {
  .header-style-1 .header-utility-left {
    display: none;
  }
}
.header-style-1 .header-utility-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .header-style-1 .header-utility-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style-1 .header-utility-menu {
    display: none;
  }
}
.header-style-1 .header-utility-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-style-1 .header-utility-menu ul li a {
  font-size: 14px;
}
.header-style-1 .header-utility-menu ul li ul {
  display: none;
}
.header-style-1 .google-translate {
  color: white;
  font-size: 14px;
  transition: var(--transition-200);
}
.header-style-1 .google-translate:hover {
  color: var(--primary-6);
}

.header-style-1 .alert {
  position: relative;
  display: none;
  margin-bottom: 0;
}
.header-style-1 .alert.is-top .alert, .header-style-1 .alert.is-bottom .alert {
  border: 0;
}
.header-style-1 .alert.is-float-left, .header-style-1 .alert.is-float-right {
  position: absolute;
  top: calc(100% + 15px);
  max-width: 480px;
}
.header-style-1 .alert.is-float-left {
  left: 15px;
}
.header-style-1 .alert.is-float-right {
  right: 15px;
}
.header-style-1 .alert.active {
  display: block;
}

.header-style-1.is-stuck .header-main-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.liveEdBlock .header-style-1 .burger {
  display: block;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.header-style-theme {
  --header-style-1-main-height: 100px;
  --header-style-1-main-height-mobile: 80px;
  --header-style-1-utility-bar-height: 40px;
}

.header-style-theme {
  z-index: 500;
  position: relative;
}
.header-style-theme a {
  text-decoration: none;
}

.header-style-theme .header-main,
.header-style-theme .header-main-wrap {
  height: var(--header-style-1-main-height);
}
@media (max-width: 767px) {
  .header-style-theme .header-main,
.header-style-theme .header-main-wrap {
    height: var(--header-style-1-main-height-mobile);
  }
}
.header-style-theme .header-main-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1439px) {
  .header-style-theme .header-main-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-style-theme .header-main-wrap {
    padding: 0 15px;
  }
}
.header-style-theme .header-main-left {
  flex: 0 0 auto;
}
.header-style-theme .header-main-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-style-theme .header-logo {
  display: inline-block;
}
.header-style-theme .header-logo .header-logo--desktop {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: calc(var(--header-style-1-main-height) * 0.75);
}
@media (max-width: 575px) {
  .header-style-theme .header-logo .header-logo--desktop {
    display: none;
  }
}
.header-style-theme .header-logo .header-logo--mobile {
  max-width: 180px;
  max-height: calc(var(--header-style-1-main-height-mobile) * 0.75);
  height: 100%;
}
@media (min-width: 576px) {
  .header-style-theme .header-logo .header-logo--mobile {
    display: none;
  }
}

@media (max-width: 1365px) {
  .header-style-theme .header-menu {
    display: none;
  }
}
.header-style-theme .header-menu li, .header-style-theme .header-menu a {
  position: relative;
}
.header-style-theme .header-menu nav > ul {
  display: flex;
  align-items: center;
}
.header-style-theme .header-menu nav > ul > li > a {

  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--header-style-1-main-height);
  padding: 0 20px;
  color: var(--text-color);
}
@media (max-width: 1659px) {
  .header-style-theme .header-menu nav > ul > li > a {
    padding: 0 15px;
  }
}
.header-style-theme .header-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary);
  transition: height var(--transition-200);
}
.header-style-theme .header-menu nav > ul > li.has-children > a {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header-style-theme .header-menu nav > ul > li.has-children > a:after {
  content: "\F0D7";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-theme .header-menu ul ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: var(--secondary);
  transition: var(--transition-200);
}
.header-style-theme .header-menu ul ul li a {
  display: block;
  min-width: 260px;
  padding: 10px 20px;
  color: var(--white);
  font-size: 16px;
}
.header-style-theme .header-menu ul ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.header-style-theme .header-menu ul ul li.has-children > a:after {
  content: "\F0DA";
  font-family: var(--font-family-icon);
  font-weight: 900;
}
.header-style-theme .header-menu ul ul ul {
  top: 0;
  left: 100%;
}
.header-style-theme .header-menu nav > ul > li:hover > a:before,
.header-style-theme .header-menu nav > ul > li.active > a:before {
  height: 5px;
}
.header-style-theme .header-menu ul ul li:hover > a,
.header-style-theme .header-menu ul ul li.active > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style-theme .header-menu li.has-children.active > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 1365px) {
  .header-style-theme .megamenu {
    display: none;
  }
}
.header-style-theme ul.megamenu-level-1 > li > a {
  height: var(--header-style-1-main-height);
}

.header-style-theme .search-btn {
  color: var(--white);
  font-size: 16px;
}
.header-style-theme .search-btn:hover, .header-style-theme .search-btn.active {
  color: var(--primary-2);
}
.header-style-theme .search-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-style-theme .search-dialog-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-style-theme .search-dialog-close-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--dark);
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--white);
}
.header-style-theme .search-dialog-close-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.header-style-theme .search-dialog-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-style-theme .search-dialog-form {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: var(--border-radius);
  background-color: var(--white);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.header-style-theme .search-dialog-form ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-theme .search-dialog-form ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-theme .search-dialog-form :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-theme .search-dialog-form ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-theme .search-dialog-form ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: var(--gray-5);
}
.header-style-theme .search-dialog-form input {
  flex: 1 1 auto;
  height: var(--form-input-height);
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
.header-style-theme .search-dialog-form button {
  flex: 0 0 auto;
  height: var(--form-input-height);
  color: var(--text-color);
}
.header-style-theme .search-dialog-form button:hover {
  color: var(--primary);
}

.header-style-theme .burger {
  display: none;
}
@media (max-width: 1365px) {
  .header-style-theme .burger {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-style-theme .burger-text {
    display: none;
  }
}

.header-style-theme .header-btns {
  display: none;
}
@media (min-width: 992px) {
  .header-style-theme .header-btns {
    display: block;
  }
}
.header-style-theme .header-btns ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-style-theme .header-btns {
    display: none;
  }
}
.header-style-theme .header-btns .btn {
  margin-bottom: 0;
}
.header-style-theme .header-btns li:first-of-type .btn > a {
  border-radius: var(--border-radius-header-btn) 0 0 var(--border-radius);
}
.header-style-theme .header-btns li:first-of-type .btn.is-rounded > a {
  border-radius: var(--btn-border-radius-rounded) 0 0 var(--btn-border-radius-rounded);
}
.header-style-theme .header-btns li:last-of-type .btn > a {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.header-style-theme .header-btns li:last-of-type .btn.is-rounded > a {
  border-radius: 0 var(--btn-border-radius-rounded) var(--btn-border-radius-rounded) 0;
}
.header-style-theme .header-btns li:only-of-type .btn > a {
  border-radius: var(--border-radius);
}
.header-style-theme .header-btns li:only-of-type .btn.is-rounded > a {
  border-radius: var(--btn-border-radius-rounded);
}

.header-style-theme .header-utility {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-style-1-utility-bar-height);
  padding: 0 80px;
  background-color: var(--primary-7);
  border-bottom: 5px solid var(--secondary);
}
@media (max-width: 1439px) {
  .header-style-theme .header-utility {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-style-theme .header-utility {
    /* height: 5px; */
  }
}
.header-style-theme .header-utility a {
  color: var(--white);
}
.header-style-theme .header-utility a:hover {
  color: var(--primary-2);
}
.header-style-theme .header-utility-left {
  flex: 0 1 auto;
}
@media (max-width: 1200px) {
  .header-style-theme .header-utility-left  p {
    display: none;
  }
}


@media (max-width: 575px) {
  .header-style-theme .header-utility-left {
    /* display: none; */
  }
}
.header-style-theme .header-utility-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .header-style-theme .header-utility-right {
    /* display: none; */
  }
}
@media (max-width: 767px) {
  .header-style-theme .header-utility-menu {
    display: none;
  }
}
.header-style-theme .header-utility-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-style-theme .header-utility-menu ul li a {
  font-size: 14px;
}
.header-style-theme .header-utility-menu ul li ul {
  display: none;
}
.header-style-theme .google-translate {
  color: var(--white);
  font-size: 14px;
  transition: var(--transition-200);
}
.header-style-theme .google-translate:hover {
  color: var(--primary-2);
}
.header-style-theme .Gensoclinks a {
  color: var(--white);
}
.header-style-theme .Gensoclinks a:hover {
  color: var(--white);
}

.header-style-theme .alert {
  position: relative;

  display: none;
  margin-bottom: 0;
}
.header-style-theme .alert.is-top .alert, .header-style-theme .alert.is-bottom .alert {
  border: 0;
}
.header-style-theme .alert.is-float-left, .header-style-theme .alert.is-float-right {
  position: absolute;
  top: calc(100% + 15px);
  max-width: 480px;
}
.header-style-theme .alert.is-float-left {
  left: 15px;
}
.header-style-theme .alert.is-float-right {
  right: 15px;
}
.header-style-theme .alert.active {
  display: block;
}

.header-style-theme.is-stuck .header-main-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.liveEdBlock .header-style-theme .burger {
  display: block;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footer-style-1 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-style-1 {
    text-align: center;
  }
}
.footer-style-1 a, .footer-style-1 button {
  color: var(--text-color);
}
.footer-style-1 a:hover, .footer-style-1 button:hover {
  color: var(--primary);
}
.footer-style-1 ul li {
  margin: 0 0 5px;
}

.footer-style-1 .footer-main {
  padding: 80px 0 55px;
}
@media (max-width: 575px) {
  .footer-style-1 .footer-main {
    padding: 60px 0 35px;
  }
}
.footer-style-1 .footer-main h1, .footer-style-1 .footer-main h2, .footer-style-1 .footer-main h3, .footer-style-1 .footer-main h4, .footer-style-1 .footer-main h5, .footer-style-1 .footer-main h6, .footer-style-1 .footer-main p, .footer-style-1 .footer-main ul, .footer-style-1 .footer-main ol, .footer-style-1 .footer-main dl {
  margin-bottom: 20px;
}
.footer-style-1 .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-dark);
}
@media (max-width: 575px) {
  .footer-style-1 .footer-top {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-col {
    margin-bottom: 15px;
  }
}
.footer-style-1 .footer-logo {
  flex: 0 0 auto;
  margin-bottom: 30px;
  min-width: 190px;
}
@media (max-width: 575px) {
  .footer-style-1 .footer-logo {
    margin-bottom: 15px;
  }
}
.footer-style-1 .footer-sns {
  flex: 0 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-style-1 .footer-sns {
    width: 100%;
  }
}
.footer-style-1 .footer-logo img {
  width: 210px;
  height: auto;
  max-width: 100%;
}
.footer-style-1 .footer-col-newsletter .mwFormStatus {
  margin: 0 0 15px 0;
}
.footer-style-1 .footer-col-newsletter .Dialog {
  margin: 0;
}
.footer-style-1 .footer-col-newsletter .mwInput.text {
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--border-color-dark);
  box-shadow: none;
}
.footer-style-1 .footer-col-newsletter .mwInput.text input {
  padding: 0 18px;
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.text input::placeholder {
  color: var(--text-color);
}
.footer-style-1 .footer-col-newsletter .mwInput.button {
  height: 50px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  float: unset !important;
  width: 100%;
  background-color: transparent;
  display: block;
}
.footer-style-1 .footer-col-newsletter .mwInput.button input {
  text-transform: uppercase;
  text-align: center;
  color: unset;
}
.footer-style-1 .mwInput.button {
  border: 1px solid var(--text-color);
}
.footer-style-1 .mwInput.button input {
  color: var(--text-color);
}
.footer-style-1 .mwInput.button:hover {
  background-color: var(--text-color);
}
.footer-style-1 .mwInput.button:hover input {
  color: var(--white);
}
.footer-style-1 .Menu li {
  margin-bottom: 20px;
}
.footer-style-1 .Menu a {
  text-decoration: none;
}

.footer-style-1 .footer-copyright {
  background-color: var(--gray-2);
  padding: 21px 0;
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-copyright {
    padding: 15px 0;
  }
}
.footer-style-1 .footer-copyright-left {
  text-align: left;
}
@media (max-width: 767px) {
  .footer-style-1 .footer-copyright-left {
    text-align: center;
  }
}
.footer-style-1 .footer-powered-by-right {
  text-align: right;
}
@media (max-width: 1199px) {
  .footer-style-1 .footer-powered-by-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .footer-style-1 .footer-powered-by-right {
    text-align: center;
  }
}
.footer-style-1 .footer-powered-by-right a {
  text-decoration: underline;
}

.footer-style-1._bg-primary .footer-top, .footer-style-1._bg-secondary .footer-top, .footer-style-1._bg-third .footer-top, .footer-style-1._bg-fourth .footer-top, .footer-style-1._bg-dark .footer-top {
  border-bottom: 1px solid var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.text, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.text, .footer-style-1._bg-third .footer-col-newsletter .mwInput.text, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.text, .footer-style-1._bg-light .footer-col-newsletter .mwInput.text, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.text {
  border: 1px solid var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button {
  border: 1px solid var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button input, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button input {
  color: var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button:hover, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button:hover {
  background-color: var(--white);
}
.footer-style-1._bg-primary .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-secondary .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-third .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-fourth .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-light .footer-col-newsletter .mwInput.button:hover input, .footer-style-1._bg-dark .footer-col-newsletter .mwInput.button:hover input {
  color: var(--text-color);
}
.footer-style-1._bg-primary .footer-copyright, .footer-style-1._bg-secondary .footer-copyright, .footer-style-1._bg-third .footer-copyright, .footer-style-1._bg-fourth .footer-copyright, .footer-style-1._bg-white .footer-copyright, .footer-style-1._bg-light .footer-copyright {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-style-1._bg-dark .footer-copyright {
  background-color: transparent;
  border-top: 1px solid var(--border-color-light);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style Theme - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footer-style-theme {
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-style-theme {
    text-align: center;
  }
}
.footer-style-theme .footer-main a, .footer-style-theme .footer-main button {
  color: var(--primary-light);
}
.footer-style-theme .footer-main a:hover, .footer-style-theme .footer-main button:hover {
  color: var(--primary);
}
.footer-style-theme ul li {
  margin: 0 0 5px;
}

.footer-style-theme .footer-wrap::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--primary-6);
  width: 176px;
  height: 176px;
  border-radius: 50%;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer-style-theme .footer-main {
  padding: 80px 0 0;
}
@media (max-width: 575px) {
  .footer-style-theme .footer-main {
    padding: 60px 0 0;
  }
}
.footer-style-theme .footer-main h1, .footer-style-theme .footer-main h2, .footer-style-theme .footer-main h3, .footer-style-theme .footer-main h4, .footer-style-theme .footer-main h5, .footer-style-theme .footer-main h6, .footer-style-theme .footer-main p, .footer-style-theme .footer-main ul, .footer-style-theme .footer-main ol, .footer-style-theme .footer-main dl {
  margin-bottom: 20px;
  color: var(--primary-light);
}
.footer-style-theme .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--primary-light);
}
@media (max-width: 575px) {
  .footer-style-theme .footer-top {
    justify-content: center;
  }
}
.footer-style-theme .footer-bottom {
  padding: 0 0 30px 0;
  border-bottom: 1px solid var(--primary-light);
}
@media (min-width: 1200px) {
  .footer-style-theme .footer-bottom {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 1199px) {
  .footer-style-theme .footer-col {
    margin-bottom: 15px;
  }
}
.footer-style-theme .footer-logo {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 60px;
  margin-top: -60px;
  max-width: 280px;
  display: inline-block;
}
.footer-style-theme .footer-logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.footer-style-theme .footer-sns {
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .footer-style-theme .footer-sns {
    width: 100%;
  }
}
.footer-style-theme .footer-sns ul {
  margin: 0;
}
.footer-style-theme .footer-col-newsletter .mwFormStatus {
  margin: 0 0 15px 0;
}
.footer-style-theme .footer-col-newsletter .Dialog {
  margin: 0;
}
.footer-style-theme .footer-col-newsletter .mwInput.text {
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--border-color-dark);
  box-shadow: none;
}
.footer-style-theme .footer-col-newsletter .mwInput.text input {
  padding: 0 18px;
  color: var(--text-color);
}
.footer-style-theme .footer-col-newsletter .mwInput.text input::-webkit-input-placeholder {
  color: var(--text-color);
}
.footer-style-theme .footer-col-newsletter .mwInput.text input::-moz-placeholder {
  color: var(--text-color);
}
.footer-style-theme .footer-col-newsletter .mwInput.text input:-ms-input-placeholder {
  color: var(--text-color);
}
.footer-style-theme .footer-col-newsletter .mwInput.text input::-ms-input-placeholder {
  color: var(--text-color);
}

.footer-style-theme .footer-col-newsletter .mwInput.text input::placeholder {
  color: var(--text-color);
}
.footer-style-theme .footer-col-newsletter .mwInput.button {
  height: 50px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  float: unset !important;
  width: 100%;
  background-color: transparent;
  display: block;
}
.footer-style-theme .footer-col-newsletter .mwInput.button input {
  text-transform: uppercase;
  text-align: center;
  color: unset;
}
.footer-style-theme .mwInput.button {
  border: 1px solid var(--text-color);
}
.footer-style-theme .mwInput.button input {
  color: var(--text-color);
}
.footer-style-theme .mwInput.button:hover {
  background-color: var(--text-color);
}
.footer-style-theme .mwInput.button:hover input {
  color: var(--white);
}
.footer-style-theme .Menu li {
  margin-bottom: 20px;
}
.footer-style-theme .Menu a {
  text-decoration: none;
}

.footer-style-theme .footer-copyright {
  background-color: var(--primary-dark);
  padding: 21px 0;
}
@media (max-width: 1199px) {
  .footer-style-theme .footer-copyright {
    padding: 15px 0;
  }
}
.footer-style-theme .footer-copyright-left {
  color: var(--primary-light);
  display: inline;
  font-size: 14px;
}
.footer-style-theme .footer-copyright-left a {
  display: inline-block;
  text-decoration: underline;
  margin: 0;
  color: var(--primary-light);
}
.footer-style-theme .footer-copyright-left a:hover {
  color: var(--primary);
}
.footer-style-theme .footer-sns-right {
  text-align: right;
}
@media (max-width: 1199px) {
  .footer-style-theme .footer-sns-right {
    text-align: center;
  }
}
.footer-style-theme .footer-sns-right a {
  text-decoration: underline;
  color: var(--primary-light);
}
.footer-style-theme .footer-sns-right a:hover {
  color: var(--primary);
}
.footer-style-theme .footer-sns-right .Gensoclinks .sns-link {
  margin: 15px 0 0 0;
}
.footer-style-theme .footer-sns-right .Gensoclinks .sns-link ul {
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer-style-theme .footer-sns-right .Gensoclinks .sns-link ul {
    justify-content: flex-end;
  }
}
.footer-style-theme .footer-sns-right .Gensoclinks .sns-link ul li a {
  background-color: var(--primary-light);
  color: var(--white);
  text-decoration: none;
}
.footer-style-theme .footer-sns-right .Gensoclinks .sns-link ul li a:hover {
  background-color: var(--primary);
}

.footer-style-theme._bg-primary .footer-top, .footer-style-theme._bg-secondary .footer-top, .footer-style-theme._bg-third .footer-top, .footer-style-theme._bg-fourth .footer-top, .footer-style-theme._bg-dark .footer-top {
  border-bottom: 1px solid var(--primary-light);
}
.footer-style-theme._bg-primary .footer-col-newsletter .mwInput.text, .footer-style-theme._bg-secondary .footer-col-newsletter .mwInput.text, .footer-style-theme._bg-third .footer-col-newsletter .mwInput.text, .footer-style-theme._bg-fourth .footer-col-newsletter .mwInput.text, .footer-style-theme._bg-light .footer-col-newsletter .mwInput.text, .footer-style-theme._bg-dark .footer-col-newsletter .mwInput.text {
  border: 1px solid var(--white);
}
.footer-style-theme._bg-primary .footer-col-newsletter .mwInput.button, .footer-style-theme._bg-secondary .footer-col-newsletter .mwInput.button, .footer-style-theme._bg-third .footer-col-newsletter .mwInput.button, .footer-style-theme._bg-fourth .footer-col-newsletter .mwInput.button, .footer-style-theme._bg-light .footer-col-newsletter .mwInput.button, .footer-style-theme._bg-dark .footer-col-newsletter .mwInput.button {
  border: 1px solid var(--white);
}
.footer-style-theme._bg-primary .footer-col-newsletter .mwInput.button input, .footer-style-theme._bg-secondary .footer-col-newsletter .mwInput.button input, .footer-style-theme._bg-third .footer-col-newsletter .mwInput.button input, .footer-style-theme._bg-fourth .footer-col-newsletter .mwInput.button input, .footer-style-theme._bg-light .footer-col-newsletter .mwInput.button input, .footer-style-theme._bg-dark .footer-col-newsletter .mwInput.button input {
  color: var(--white);
}
.footer-style-theme._bg-primary .footer-col-newsletter .mwInput.button:hover, .footer-style-theme._bg-secondary .footer-col-newsletter .mwInput.button:hover, .footer-style-theme._bg-third .footer-col-newsletter .mwInput.button:hover, .footer-style-theme._bg-fourth .footer-col-newsletter .mwInput.button:hover, .footer-style-theme._bg-light .footer-col-newsletter .mwInput.button:hover, .footer-style-theme._bg-dark .footer-col-newsletter .mwInput.button:hover {
  background-color: var(--white);
}
.footer-style-theme._bg-primary .footer-col-newsletter .mwInput.button:hover input, .footer-style-theme._bg-secondary .footer-col-newsletter .mwInput.button:hover input, .footer-style-theme._bg-third .footer-col-newsletter .mwInput.button:hover input, .footer-style-theme._bg-fourth .footer-col-newsletter .mwInput.button:hover input, .footer-style-theme._bg-light .footer-col-newsletter .mwInput.button:hover input, .footer-style-theme._bg-dark .footer-col-newsletter .mwInput.button:hover input {
  color: var(--text-color);
}
.footer-style-theme._bg-primary .footer-copyright, .footer-style-theme._bg-secondary .footer-copyright, .footer-style-theme._bg-third .footer-copyright, .footer-style-theme._bg-fourth .footer-copyright, .footer-style-theme._bg-white .footer-copyright, .footer-style-theme._bg-light .footer-copyright {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-style-theme._bg-dark .footer-copyright {
  background-color: transparent;
  border-top: 1px solid var(--border-color-light);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer - Style Theme - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tooltip - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.Dialog .has-tooltip {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.Dialog .has-tooltip .checkbox-toggle {
  flex: 1;
}
.Dialog .tooltip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  position: relative;
  font-size: var(--form-checkbox-size);
  color: var(--info-1);
  transition: var(--transition-200);
}
.Dialog .tooltip-icon:after {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--dark);
  transition: var(--transition-200);
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
.Dialog .tooltip-dialog {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-bottom: 10px;
}
.Dialog .tooltip-inner {
  opacity: 0;
  padding: 20px 25px 15px;
  font-size: 13px;
  color: var(--white);
  border-radius: var(--border-radius);
  background-color: var(--dark);
  transition: var(--transition-200);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.Dialog .tooltip-inner p {
  margin-bottom: 5px;
}
.Dialog .tooltip:hover .tooltip-icon {
  color: var(--info);
}
.Dialog .tooltip:hover .tooltip-icon:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.Dialog .tooltip:hover .tooltip-dialog {
  pointer-events: auto;
}
.Dialog .tooltip:hover .tooltip-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-focus-keyboard .Dialog .tooltip:focus .tooltip-icon {
  color: var(--info);
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-icon:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-dialog {
  pointer-events: auto;
}
.is-focus-keyboard .Dialog .tooltip:focus .tooltip-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tooltip - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Back to Top Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
#back-to-top-btn {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  right: 10%;
}
#back-to-top-btn > span:first-of-type {
  overflow: hidden;
}
#back-to-top-btn > span:first-of-type span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--white);
  border-radius: 3px 3px 0 0;
  background-color: var(--primary);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: var(--transition-200);
}
#back-to-top-btn > span:last-of-type {
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--white);
  white-space: nowrap;
  border-radius: 3px;
  background-color: var(--dark);
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  transition: var(--transition-200);
}
#back-to-top-btn > span:last-of-type:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--dark);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#back-to-top-btn.active {
  visibility: visible;
  pointer-events: auto;
}
#back-to-top-btn.active > span:first-of-type span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#back-to-top-btn.active:hover > span:first-of-type span {
  color: var(--white);
  background-color: var(--primary-6);
}
#back-to-top-btn.active:hover > span:last-of-type {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}
.is-focus-keyboard #back-to-top-btn.active:focus {
  outline: var(--outline);
}
.is-focus-keyboard #back-to-top-btn.active:focus > span:first-of-type span {
  color: var(--white);
  background-color: var(--primary-6);
}
.is-focus-keyboard #back-to-top-btn.active:focus > span:last-of-type {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Back to Top Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/