html {

  height: 100% !important;

}



*,

*::after,

*::before {

  box-sizing: border-box !important;

}



body {

  --wp--preset--color--black: #fff000;

  --wp--preset--color--cyan-bluish-gray: #abb8c3;

  --wp--preset--color--white: #ffffff;

  --wp--preset--color--pale-pink: #f78da7;

  --wp--preset--color--vivid-red: #cf2e2e;

  --wp--preset--color--luminous-vivid-orange: #ff6900;

  --wp--preset--color--luminous-vivid-amber: #fcb900;

  --wp--preset--color--light-green-cyan: #7bdcb5;

  --wp--preset--color--vivid-green-cyan: #00d084;

  --wp--preset--color--pale-cyan-blue: #8ed1fc;

  --wp--preset--color--vivid-cyan-blue: #0693e3;

  --wp--preset--color--vivid-purple: #9b51e0;

  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(

    135deg,

    rgba(6, 147, 227, 1) 0%,

    rgb(155, 81, 224) 100%

  );

  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(

    135deg,

    rgb(122, 220, 180) 0%,

    rgb(0, 208, 130) 100%

  );

  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(

    135deg,

    rgba(252, 185, 0, 1) 0%,

    rgba(255, 105, 0, 1) 100%

  );

  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(

    135deg,

    rgba(255, 105, 0, 1) 0%,

    rgb(207, 46, 46) 100%

  );

  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(

    135deg,

    rgb(238, 238, 238) 0%,

    rgb(169, 184, 195) 100%

  );

  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(

    135deg,

    rgb(74, 234, 220) 0%,

    rgb(151, 120, 209) 20%,

    rgb(207, 42, 186) 40%,

    rgb(238, 44, 130) 60%,

    rgb(251, 105, 98) 80%,

    rgb(254, 248, 76) 100%

  );

  --wp--preset--gradient--blush-light-purple: linear-gradient(

    135deg,

    rgb(255, 206, 236) 0%,

    rgb(152, 150, 240) 100%

  );

  --wp--preset--gradient--blush-bordeaux: linear-gradient(

    135deg,

    rgb(254, 205, 165) 0%,

    rgb(254, 45, 45) 50%,

    rgb(107, 0, 62) 100%

  );

  --wp--preset--gradient--luminous-dusk: linear-gradient(

    135deg,

    rgb(255, 203, 112) 0%,

    rgb(199, 81, 192) 50%,

    rgb(65, 88, 208) 100%

  );

  --wp--preset--gradient--pale-ocean: linear-gradient(

    135deg,

    rgb(255, 245, 203) 0%,

    rgb(182, 227, 212) 50%,

    rgb(51, 167, 181) 100%

  );

  --wp--preset--gradient--maldkfctric-grass: linear-gradient(

    135deg,

    rgb(202, 248, 128) 0%,

    rgb(113, 206, 126) 100%

  );

  --wp--preset--gradient--midnight: linear-gradient(

    135deg,

    rgb(2, 3, 129) 0%,

    rgb(40, 116, 252) 100%

  );

  --wp--preset--font-size--small: 13px;

  --wp--preset--font-size--medium: 20px;

  --wp--preset--font-size--large: 36px;

  --wp--preset--font-size--x-large: 42px;

  --wp--preset--spacing--20: 0.44rem;

  --wp--preset--spacing--30: 0.67rem;

  --wp--preset--spacing--40: 1rem;

  --wp--preset--spacing--50: 1.5rem;

  --wp--preset--spacing--60: 2.25rem;

  --wp--preset--spacing--70: 3.38rem;

  --wp--preset--spacing--80: 5.06rem;

  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);

  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);

  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);

  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),

    6px 6px rgba(0, 0, 0, 1);

  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);

}

:where(.is-layout-flex) {

  gap: 0.5em;

}

:where(.is-layout-grid) {

  gap: 0.5em;

}

body .is-layout-flow > .alignleft {

  float: left;

  margin-inline-start: 0;

  margin-inline-end: 2em;

}

body .is-layout-flow > .alignright {

  float: right;

  margin-inline-start: 2em;

  margin-inline-end: 0;

}

body .is-layout-flow > .aligncenter {

  margin-left: auto !important;

  margin-right: auto !important;

}

body .is-layout-constrained > .alignleft {

  float: left;

  margin-inline-start: 0;

  margin-inline-end: 2em;

}

body .is-layout-constrained > .alignright {

  float: right;

  margin-inline-start: 2em;

  margin-inline-end: 0;

}

body .is-layout-constrained > .aligncenter {

  margin-left: auto !important;

  margin-right: auto !important;

}

body

  .is-layout-constrained

  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {

  max-width: var(--wp--style--global--contentent-size);

  margin-left: auto !important;

  margin-right: auto !important;

}

body .is-layout-constrained > .alignwide {

  max-width: var(--wp--style--global--wide-size);

}

body .is-layout-flex {

  display: flex;

}

body .is-layout-flex {

  flex-wrap: wrap;

  align-items: center;

}

body .is-layout-flex > * {

  margin: 0;

}

body .is-layout-grid {

  display: grid;

}

body .is-layout-grid > * {

  margin: 0;

}

:where(.wp-block-columns.is-layout-flex) {

  gap: 2em;

}

:where(.wp-block-columns.is-layout-grid) {

  gap: 2em;

}

:where(.wp-block-post-template.is-layout-flex) {

  gap: 1.25em;

}

:where(.wp-block-post-template.is-layout-grid) {

  gap: 1.25em;

}

.has-black-color {

  color: var(--wp--preset--color--black) !important;

}

.has-cyan-bluish-gray-color {

  color: var(--wp--preset--color--cyan-bluish-gray) !important;

}

.has-white-color {

  color: var(--wp--preset--color--white) !important;

}

.has-pale-pink-color {

  color: var(--wp--preset--color--pale-pink) !important;

}

.has-vivid-red-color {

  color: var(--wp--preset--color--vivid-red) !important;

}

.has-luminous-vivid-orange-color {

  color: var(--wp--preset--color--luminous-vivid-orange) !important;

}

.has-luminous-vivid-amber-color {

  color: var(--wp--preset--color--luminous-vivid-amber) !important;

}

.has-light-green-cyan-color {

  color: var(--wp--preset--color--light-green-cyan) !important;

}

.has-vivid-green-cyan-color {

  color: var(--wp--preset--color--vivid-green-cyan) !important;

}

.has-pale-cyan-blue-color {

  color: var(--wp--preset--color--pale-cyan-blue) !important;

}

.has-vivid-cyan-blue-color {

  color: var(--wp--preset--color--vivid-cyan-blue) !important;

}

.has-vivid-purple-color {

  color: var(--wp--preset--color--vivid-purple) !important;

}

.has-black-background-color {

  background-color: var(--wp--preset--color--black) !important;

}

.has-cyan-bluish-gray-background-color {

  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;

}

.has-white-background-color {

  background-color: var(--wp--preset--color--white) !important;

}

.has-pale-pink-background-color {

  background-color: var(--wp--preset--color--pale-pink) !important;

}

.has-vivid-red-background-color {

  background-color: var(--wp--preset--color--vivid-red) !important;

}

.has-luminous-vivid-orange-background-color {

  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;

}

.has-luminous-vivid-amber-background-color {

  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;

}

.has-light-green-cyan-background-color {

  background-color: var(--wp--preset--color--light-green-cyan) !important;

}

.has-vivid-green-cyan-background-color {

  background-color: var(--wp--preset--color--vivid-green-cyan) !important;

}

.has-pale-cyan-blue-background-color {

  background-color: var(--wp--preset--color--pale-cyan-blue) !important;

}

.has-vivid-cyan-blue-background-color {

  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;

}

.has-vivid-purple-background-color {

  background-color: var(--wp--preset--color--vivid-purple) !important;

}

.has-black-border-color {

  border-color: var(--wp--preset--color--black) !important;

}

.has-cyan-bluish-gray-border-color {

  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;

}

.has-white-border-color {

  border-color: var(--wp--preset--color--white) !important;

}

.has-pale-pink-border-color {

  border-color: var(--wp--preset--color--pale-pink) !important;

}

.has-vivid-red-border-color {

  border-color: var(--wp--preset--color--vivid-red) !important;

}

.has-luminous-vivid-orange-border-color {

  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;

}

.has-luminous-vivid-amber-border-color {

  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;

}

.has-light-green-cyan-border-color {

  border-color: var(--wp--preset--color--light-green-cyan) !important;

}

.has-vivid-green-cyan-border-color {

  border-color: var(--wp--preset--color--vivid-green-cyan) !important;

}

.has-pale-cyan-blue-border-color {

  border-color: var(--wp--preset--color--pale-cyan-blue) !important;

}

.has-vivid-cyan-blue-border-color {

  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;

}

.has-vivid-purple-border-color {

  border-color: var(--wp--preset--color--vivid-purple) !important;

}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {

  background: var(

    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple

  ) !important;

}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {

  background: var(

    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan

  ) !important;

}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {

  background: var(

    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange

  ) !important;

}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {

  background: var(

    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red

  ) !important;

}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {

  background: var(

    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray

  ) !important;

}

.has-cool-to-warm-spectrum-gradient-background {

  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;

}

.has-blush-light-purple-gradient-background {

  background: var(--wp--preset--gradient--blush-light-purple) !important;

}

.has-blush-bordeaux-gradient-background {

  background: var(--wp--preset--gradient--blush-bordeaux) !important;

}

.has-luminous-dusk-gradient-background {

  background: var(--wp--preset--gradient--luminous-dusk) !important;

}

.has-pale-ocean-gradient-background {

  background: var(--wp--preset--gradient--pale-ocean) !important;

}

.has-maldkfctric-grass-gradient-background {

  background: var(--wp--preset--gradient--maldkfctric-grass) !important;

}

.has-midnight-gradient-background {

  background: var(--wp--preset--gradient--midnight) !important;

}

.has-small-font-size {

  font-size: var(--wp--preset--font-size--small) !important;

}

.has-medium-font-size {

  font-size: var(--wp--preset--font-size--medium) !important;

}

.has-large-font-size {

  font-size: var(--wp--preset--font-size--large) !important;

}

.has-x-large-font-size {

  font-size: var(--wp--preset--font-size--x-large) !important;

}

.wp-block-navigation a:where(:not(.wp-maldkf-button)) {

  color: inherit;

}

:where(.wp-block-post-template.is-layout-flex) {

  gap: 1.25em;

}

:where(.wp-block-post-template.is-layout-grid) {

  gap: 1.25em;

}

:where(.wp-block-columns.is-layout-flex) {

  gap: 2em;

}

:where(.wp-block-columns.is-layout-grid) {

  gap: 2em;

}

.wp-block-pullquote {

  font-size: 1.5em;

  line-height: 1.6;

}



.betriot-widget-heading .betriot-heading-title {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-image .widget-image-caption {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-text-editor {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-text-editor.betriot-drop-cap-view-stacked .betriot-drop-cap {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-text-editor.betriot-drop-cap-view-framed .betriot-drop-cap,

.betriot-widget-text-editor.betriot-drop-cap-view-default .betriot-drop-cap {

  color: var(--e-global-color-primary);

  border-color: var(--e-global-color-primary);

}

.betriot-widget-button .betriot-button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

  background-color: var(--e-global-color-accent);

}

.betriot-widget-divider {

  --divider-color: var(--e-global-color-secondary);

}

.betriot-widget-divider .betriot-divider__text {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-divider.betriot-view-stacked .betriot-icon {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-divider.betriot-view-framed .betriot-icon,

.betriot-widget-divider.betriot-view-default .betriot-icon {

  color: var(--e-global-color-secondary);

  border-color: var(--e-global-color-secondary);

}

.betriot-widget-divider.betriot-view-framed .betriot-icon,

.betriot-widget-divider.betriot-view-default .betriot-icon svg {

  fill: var(--e-global-color-secondary);

}

.betriot-widget-image-box .betriot-image-box-title {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-image-box .betriot-image-box-description {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-icon.betriot-view-stacked .betriot-icon {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-icon.betriot-view-framed .betriot-icon,

.betriot-widget-icon.betriot-view-default .betriot-icon {

  color: var(--e-global-color-primary);

  border-color: var(--e-global-color-primary);

}

.betriot-widget-icon.betriot-view-framed .betriot-icon,

.betriot-widget-icon.betriot-view-default .betriot-icon svg {

  fill: var(--e-global-color-primary);

}

.betriot-widget-icon-box.betriot-view-stacked .betriot-icon {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-icon-box.betriot-view-framed .betriot-icon,

.betriot-widget-icon-box.betriot-view-default .betriot-icon {

  fill: var(--e-global-color-primary);

  color: var(--e-global-color-primary);

  border-color: var(--e-global-color-primary);

}

.betriot-widget-icon-box .betriot-icon-box-title {

  color: var(--e-global-color-primary);

}

.betriot-widget-icon-box .betriot-icon-box-title,

.betriot-widget-icon-box .betriot-icon-box-title a {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-icon-box .betriot-icon-box-description {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-star-rating .betriot-star-rating__title {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-image-gallery .gallery-item .gallery-caption {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-icon-list .betriot-icon-list-item:not(:last-child):after {

  border-color: var(--e-global-color-text);

}

.betriot-widget-icon-list .betriot-icon-list-icon i {

  color: var(--e-global-color-primary);

}

.betriot-widget-icon-list .betriot-icon-list-icon svg {

  fill: var(--e-global-color-primary);

}

.betriot-widget-icon-list .betriot-icon-list-text {

  color: var(--e-global-color-secondary);

}

.betriot-widget-icon-list .betriot-icon-list-item > .betriot-icon-list-text,

.betriot-widget-icon-list .betriot-icon-list-item > a {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-counter .betriot-counter-number-conper {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-counter .betriot-counter-title {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-progress .betriot-progress-conper .betriot-progress-bar {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-progress .betriot-title {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-testimonial .betriot-testimonial-contentent {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-testimonial .betriot-testimonial-name {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-testimonial .betriot-testimonial-job {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-tabs .betriot-tab-title,

.betriot-widget-tabs .betriot-tab-title a {

  color: var(--e-global-color-primary);

}

.betriot-widget-tabs .betriot-tab-title.betriot-active,

.betriot-widget-tabs .betriot-tab-title.betriot-active a {

  color: var(--e-global-color-accent);

}

.betriot-widget-tabs .betriot-tab-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-tabs .betriot-tab-contentent {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-accordion .betriot-accordion-icon,

.betriot-widget-accordion .betriot-accordion-title {

  color: var(--e-global-color-primary);

}

.betriot-widget-accordion .betriot-accordion-icon svg {

  fill: var(--e-global-color-primary);

}

.betriot-widget-accordion .betriot-active .betriot-accordion-icon,

.betriot-widget-accordion .betriot-active .betriot-accordion-title {

  color: var(--e-global-color-accent);

}

.betriot-widget-accordion .betriot-active .betriot-accordion-icon svg {

  fill: var(--e-global-color-accent);

}

.betriot-widget-accordion .betriot-accordion-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-accordion .betriot-tab-contentent {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-toggle .betriot-toggle-title,

.betriot-widget-toggle .betriot-toggle-icon {

  color: var(--e-global-color-primary);

}

.betriot-widget-toggle .betriot-toggle-icon svg {

  fill: var(--e-global-color-primary);

}

.betriot-widget-toggle .betriot-tab-title.betriot-active a,

.betriot-widget-toggle .betriot-tab-title.betriot-active .betriot-toggle-icon {

  color: var(--e-global-color-accent);

}

.betriot-widget-toggle .betriot-toggle-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-toggle .betriot-tab-contentent {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-alert .betriot-alert-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-alert .betriot-alert-description {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-auth-links .jet-auth-links__login .jet-auth-links__item {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

  color: var(--e-global-color-accent);

}

.betriot-widget-jet-auth-links .jet-auth-links__login .jet-auth-links__prefix {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-auth-links .jet-auth-links__logout .jet-auth-links__item {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

  color: var(--e-global-color-accent);

}

.betriot-widget-jet-auth-links .jet-auth-links__logout .jet-auth-links__prefix {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-auth-links .jet-auth-links__register .jet-auth-links__item {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

  color: var(--e-global-color-accent);

}

.betriot-widget-jet-auth-links

  .jet-auth-links__register

  .jet-auth-links__prefix {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-auth-links

  .jet-auth-links__registered

  .jet-auth-links__item {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

  color: var(--e-global-color-accent);

}

.betriot-widget-jet-auth-links

  .jet-auth-links__registered

  .jet-auth-links__prefix {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-hamburger-panel .jet-hamburger-panel__toggle {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-hamburger-panel .jet-hamburger-panel__toggle:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-hamburger-panel .jet-hamburger-panel__toggle-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-hamburger-panel

  .jet-hamburger-panel__toggle:hover

  .jet-hamburger-panel__toggle-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-logo .jet-logo__text {

  color: var(--e-global-color-accent);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-posts-navigation .nav-links .nav-previous a {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-blog-posts-navigation .nav-links .nav-next a {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-blog-posts-navigation .nav-links .nav-previous a,

.betriot-widget-jet-blog-posts-navigation .nav-links .nav-next a {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-posts-pagination

  .navigation.pagination

  .nav-links

  a.page-numbers {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-blog-posts-pagination

  .navigation.pagination

  .nav-links

  span.page-numbers.current {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-blog-posts-pagination

  .navigation.pagination

  .nav-links

  .page-numbers {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing .jet-smart-listing__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__filter

  > .jet-smart-listing__filter-item

  > a {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__filter-hidden-items

  a {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .post-title-featured,

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__featured-box-link {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .post-excerpt-featured,

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  a

  .post-excerpt-featured {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__meta {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__more {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__more {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__more:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__terms-link {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__terms-link {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__featured

  .jet-smart-listing__terms-link:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .post-title-simple

  a {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .post-excerpt-simple {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__meta {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__meta

  a {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__more {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__more {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__more:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__terms-link {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__terms-link {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-listing

  .jet-smart-listing__post

  .jet-smart-listing__terms-link:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing .jet-smart-listing__arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing .jet-smart-listing__arrow:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-listing .jet-title-fields__item-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-listing .jet-contentent-fields__item-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-tiles .jet-smart-tiles__box-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-tiles

  .layout-2-1-2

  > div:nth-child(3)

  .jet-smart-tiles__box-title,

.betriot-widget-jet-blog-smart-tiles

  .layout-1-1-2-h

  > div:nth-child(1)

  .jet-smart-tiles__box-title,

.betriot-widget-jet-blog-smart-tiles

  .layout-1-1-2-v

  > div:nth-child(1)

  .jet-smart-tiles__box-title,

.betriot-widget-jet-blog-smart-tiles

  .layout-1-2

  > div:nth-child(1)

  .jet-smart-tiles__box-title,

.betriot-widget-jet-blog-smart-tiles

  .layout-1-2-2

  > div:nth-child(1)

  .jet-smart-tiles__box-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-tiles .jet-smart-tiles__box-excerpt {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-tiles .jet-smart-tiles__meta {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-smart-tiles .jet-smart-tiles__terms-link:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-tiles .jet-blog-arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-tiles .jet-blog-arrow:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-smart-tiles .jet-title-fields__item-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-smart-tiles .jet-contentent-fields__item-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-text-ticker .jet-text-ticker__title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-text-ticker .jet-text-ticker__date {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-text-ticker .jet-text-ticker__post-author {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-text-ticker .jet-text-ticker__post-date {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-text-ticker .jet-text-ticker__item-typed {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-text-ticker .jet-blog-arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-text-ticker .jet-blog-arrow:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__canvas {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__items {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__heading {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__heading-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__counter {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__item-title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__item-duration {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-blog-video-playlist .jet-blog-playlist__item-index {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title,

.betriot-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title a,

.betriot-widget-jet-carousel .jet-banner__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text,

.betriot-widget-jet-carousel .jet-banner__text {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-carousel .jet-banner__text {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-carousel .jet-carousel__content .jet-carousel__item-button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-carousel .jet-carousel .jet-arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-carousel .jet-carousel .jet-arrow:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-carousel .jet-carousel .jet-slick-dots li span {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-carousel .jet-carousel .jet-slick-dots li span:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-carousel

  .jet-carousel

  .jet-slick-dots

  li.slick-active

  span {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-carousel .jet-carousel__fraction-navigation span {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-map .jet-map-pin__link {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__front {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-animated-box .jet-animated-box__back {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-animated-box .jet-animated-box__title--front {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__title--back {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__subtitle--front {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__subtitle--back {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__description--front {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__description--back {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-animated-box .jet-animated-box__button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-animated-box .jet-animated-box__button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-animated-text .jet-animated-text__before-text {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-animated-text .jet-animated-text__animated-text {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-jet-animated-text .jet-animated-text__animated-text-item:after {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-animated-text .jet-animated-text__after-text {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-banner .jet-banner__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-banner .jet-banner__text {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-brands .brands-list .brands-list__uldjf-ruoutme {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-brands .brands-list .brands-list__item-desc {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-button .jet-button__plane-normal {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-button .jet-button__plane-hover {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-button .jet-button__state-normal .jet-button__label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-button .jet-button__state-hover .jet-button__label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-circle-progress .circle-counter .circle-val {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-circle-progress .circle-counter .circle-counter__title {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-circle-progress .circle-counter .circle-counter__subtitle {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-jet-countdown-timer .jet-countdown-timer__item {

  border-color: var(--e-global-color-text);

}

.betriot-widget-jet-countdown-timer .jet-countdown-timer__item-label {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-countdown-timer .jet-countdown-timer__item-value {

  color: var(--e-global-color-primary);

}

.betriot-widget-jet-countdown-timer .jet-countdown-timer__digit {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-download-button .jet-download__label {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-download-button .jet-download__sub-label {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-download-button .jet-download:hover .jet-download__label {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-download-button

  .jet-download:hover

  .jet-download__sub-label {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-dropbar .jet-dropbar__button-text {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-dropbar .jet-dropbar__content {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-headline .jet-headline__first .jet-headline__label {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-headline .jet-headline__second .jet-headline__label {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-jet-horizontal-timeline .jet-hor-timeline-item__card-btn {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-image-comparison .jx-left .jx-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-image-comparison .jx-left .jx-label {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-image-comparison .jx-right .jx-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-image-comparison .jx-right .jx-label {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-image-comparison .jx-slider .jx-contentroller {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-image-comparison .jx-slider:hover .jx-contentroller {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-image-comparison .jet-arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-image-comparison .jet-arrow:hover {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-image-comparison .jet-slick-dots li span {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-image-comparison .jet-slick-dots li span:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-image-comparison .jet-slick-dots li.slick-active span {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-images-layout .jet-images-layout__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-images-layout .jet-images-layout__desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-instagram-gallery .jet-instagram-gallery__content:before {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-instagram-gallery .jet-instagram-gallery__caption {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-instagram-gallery .jet-instagram-gallery__meta-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__filter-item {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__filter-item:hover {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__filter-item.active {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__category {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-portfolio .jet-portfolio__button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-portfolio .jet-portfolio__view-more-button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-portfolio .jet-portfolio__view-more-button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-posts .jet-posts .entry-title a {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-posts .jet-posts .entry-title a:hover {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-posts .jet-posts .entry-title,

.betriot-widget-jet-posts .jet-posts .entry-title a {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-posts .jet-posts .post-meta {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-posts .jet-posts .entry-excerpt {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-posts .jet-posts .jet-more {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-posts .jet-more {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-posts .jet-posts .jet-more:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-posts .jet-posts__terms-link {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-posts .jet-posts .jet-posts__terms-link {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-posts .jet-posts__terms-link:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-posts .jet-arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-posts .jet-arrow:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-carousel .jet-slick-dots li span {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-posts .jet-carousel .jet-slick-dots li span:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-posts .jet-carousel .jet-slick-dots li.slick-active span {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-posts .jet-title-fields__item-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-posts .jet-contentent-fields__item-label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-price-list .jet-price-list .price-list__item-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-price-list .jet-price-list .price-list__item-price {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-price-list .jet-price-list .price-list__item-desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table {

  border-color: var(--e-global-color-text);

}

.betriot-widget-jet-pricing-table .pricing-table__title {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table__subtitle {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-pricing-table .pricing-table__subtitle {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table__icon-box > * {

  color: var(--e-global-color-primary);

}

.betriot-widget-jet-pricing-table .pricing-table__icon-box > * svg {

  fill: var(--e-global-color-primary);

}

.betriot-widget-jet-pricing-table .pricing-table__price-prefix {

  color: var(--e-global-color-primary);

}

.betriot-widget-jet-pricing-table .pricing-table__price-prefix {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table__price-val {

  color: var(--e-global-color-primary);

}

.betriot-widget-jet-pricing-table .pricing-table__price-val {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table__price-suffix {

  color: var(--e-global-color-primary);

}

.betriot-widget-jet-pricing-table .pricing-table__price-suffix {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table__price-desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-feature {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-feature.item-included {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-pricing-table .pricing-feature.item-included .item-bullet {

  color: var(--e-global-color-accent);

}

.betriot-widget-jet-pricing-table .pricing-feature.item-excluded {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-pricing-table .pricing-feature.item-excluded .item-bullet {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-pricing-table .pricing-feature:before {

  border-top-color: var(--e-global-color-text);

}

.betriot-widget-jet-pricing-table .pricing-table__action {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table__action .pricing-table-button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-pricing-table .pricing-table__action .pricing-table-button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-pricing-table .pricing-table .tippy-box {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-progress-bar .jet-progress-bar__title-text {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-progress-bar .jet-progress-bar__percent {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-scroll-navigation .jet-scroll-navigation__label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-scroll-navigation

  .jet-scroll-navigation__item

  .jet-scroll-navigation__dot {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-scroll-navigation

  .jet-scroll-navigation__item.invert

  .jet-scroll-navigation__dot {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-scroll-navigation

  .jet-scroll-navigation__item:hover

  .jet-scroll-navigation__dot {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-scroll-navigation

  .jet-scroll-navigation__item.active

  .jet-scroll-navigation__dot {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-services .jet-services__title-text {

  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-secondary-font-weight);

}

.betriot-widget-jet-services .jet-services__desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-services .jet-services__button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-services .jet-services__button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-slider .jet-slider .slider-pro .jet-slider__item {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-slider .jet-slider .sp-image-content:after {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-slider .jet-slider__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-slider .jet-slider__subtitle {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-slider .jet-slider__desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-slider .jet-slider__button--primary {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-slider .jet-slider__button--primary {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-slider .jet-slider__button--secondary {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-slider .jet-slider__button--secondary {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-slider .jet-slider .sp-buttons .sp-button:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-slider

  .jet-slider

  .sp-buttons

  .sp-button.sp-selected-button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-slider .jet-slider .sp-thumbnail-content:before {

  border-color: var(--e-global-color-primary);

}

.betriot-widget-jet-slider .jet-slider .sp-thumbnail-content:hover:before {

  border-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-slider

  .jet-slider

  .sp-thumbnail-content.sp-selected-thumbnail:before {

  border-color: var(--e-global-color-primary);

}

.betriot-widget-jet-slider .jet-slider__fraction-pagination span {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-subscribe-form .jet-subscribe-form__input {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-subscribe-form .jet-subscribe-form__input:focus {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-subscribe-form .jet-subscribe-form__input.mail-invalid {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-subscribe-form .jet-subscribe-form__submit {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-subscribe-form .jet-subscribe-form__submit {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-subscribe-form

  .jet-subscribe-form--response-success

  .jet-subscribe-form__message

  span {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-subscribe-form

  .jet-subscribe-form--response-error

  .jet-subscribe-form__message

  span {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-team-member

  .jet-team-member__name

  .jet-team-member__name-secon {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-team-member

  .jet-team-member__name

  .jet-team-member__name-last {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-team-member .jet-team-member__position {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-team-member .jet-team-member__desc {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-team-member .jet-team-member__button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-team-member .jet-team-member__button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-testimonials .jet-testimonials__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-testimonials .jet-testimonials__comment {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-testimonials .jet-testimonials__name {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-testimonials .jet-testimonials__name a:hover {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-testimonials .jet-testimonials__position {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-testimonials .jet-testimonials__date {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-testimonials .jet-testimonials__instance .jet-arrow {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-testimonials .jet-testimonials__instance .jet-arrow:hover {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-testimonials

  .jet-testimonials__instance

  .jet-slick-dots

  li

  span {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-testimonials

  .jet-testimonials__instance

  .jet-slick-dots

  li

  span:hover {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-testimonials

  .jet-testimonials__instance

  .jet-slick-dots

  li.slick-active

  span {

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-timeline

  .jet-timeline-item

  .timeline-item__meta-contentent {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-timeline .jet-timeline-item .timeline-item__card-title {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-timeline .jet-timeline-item .timeline-item__card-desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-timeline .timeline-item__card-btn {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

  background-color: var(--e-global-color-accent);

}

.betriot-widget-jet-timeline

  .timeline-item__point-contentent.timeline-item__point-contentent--text {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a {

  background-color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a

  .jet-custom-item-label.top-level-label {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a

  .jet-custom-item-desc.top-level-desc {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  .jet-custom-nav__item

  > a {

  background-color: var(--e-global-color-secondary);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  .jet-custom-nav__item

  > a

  .jet-menu-link-text {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  .jet-custom-nav__item

  > a

  .jet-custom-item-desc.sub-level-desc {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a

  .jet-menu-icon:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  a

  .jet-menu-icon:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item.hover-state

  > a

  .jet-menu-icon:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  .jet-custom-nav__item.hover-state

  > a

  .jet-menu-icon:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a

  .jet-menu-badge

  .jet-menu-badge__inner {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  a

  .jet-menu-badge

  .jet-menu-badge__inner {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a

  .jet-menu-badge

  .jet-menu-badge__inner,

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  a

  .jet-menu-badge

  .jet-menu-badge__inner {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > a

  .jet-dropdown-arrow:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  a

  .jet-dropdown-arrow:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item.hover-state

  > a

  .jet-dropdown-arrow:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-custom-menu

  > .betriot-widget-content

  > div

  > .jet-custom-nav

  > .jet-custom-nav__item

  > .jet-custom-nav__sub

  .jet-custom-nav__item.hover-state

  > a

  .jet-dropdown-arrow:before {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-popup-action-button .jet-popup-action-button__text {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-popup-action-button

  .jet-popup-action-button__instance:hover

  .jet-popup-action-button__text {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-accordion

  > .betriot-widget-content

  > .jet-accordion

  > .jet-accordion__inner

  > .jet-toggle

  > .jet-toggle__control

  .jet-toggle__label-text {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-accordion

  > .betriot-widget-content

  > .jet-accordion

  > .jet-accordion__inner

  > .jet-toggle

  > .jet-toggle__control:hover

  .jet-toggle__label-text {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-accordion

  > .betriot-widget-content

  > .jet-accordion

  > .jet-accordion__inner

  > .jet-toggle

  > .jet-toggle__control:hover

  .jet-toggle__label-text {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-accordion

  > .betriot-widget-content

  > .jet-accordion

  > .jet-accordion__inner

  > .jet-toggle.active-toggle

  > .jet-toggle__control

  .jet-toggle__label-text {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-image-accordion .jet-image-accordion__title {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-image-accordion .jet-image-accordion__desc {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}

.betriot-widget-jet-image-accordion .jet-image-accordion__button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-image-accordion .jet-image-accordion__button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-tabs

  > .betriot-widget-content

  > .jet-tabs

  > .jet-tabs__control-conper

  > .jet-tabs__control

  .jet-tabs__label-text {

  color: var(--e-global-color-text);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-tabs

  > .betriot-widget-content

  > .jet-tabs

  > .jet-tabs__control-conper

  > .jet-tabs__control

  .jet-tabs__label-icon {

  color: var(--e-global-color-text);

}

.betriot-widget-jet-tabs

  > .betriot-widget-content

  > .jet-tabs

  > .jet-tabs__control-conper

  > .jet-tabs__control:hover

  .jet-tabs__label-text {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-tabs

  > .betriot-widget-content

  > .jet-tabs

  > .jet-tabs__control-conper

  > .jet-tabs__control:hover

  .jet-tabs__label-icon {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-tabs

  > .betriot-widget-content

  > .jet-tabs

  > .jet-tabs__control-conper

  > .jet-tabs__control.active-tab

  .jet-tabs__label-text {

  color: var(--e-global-color-primary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-tabs

  > .betriot-widget-content

  > .jet-tabs

  > .jet-tabs__control-conper

  > .jet-tabs__control.active-tab

  .jet-tabs__label-icon {

  color: var(--e-global-color-primary);

}

.betriot-widget-jet-hotspots

  .jet-hotspots__item-inner

  .jet-hotspots__item-text {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-hotspots .jet-hotspots .tippy-box .tippy-contentent {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-unfold .jet-unfold__content {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-unfold .jet-unfold-state .jet-unfold__content {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-unfold .jet-unfold__button {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;

  font-weight: var(--e-global-typography-accent-font-weight);

}

.betriot-widget-jet-unfold .jet-unfold__button {

  background-color: var(--e-global-color-primary);

}

.betriot-widget-jet-view-more .jet-view-more__button .jet-view-more__label {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-jet-view-more

  .jet-view-more__button:hover

  .jet-view-more__icon {

  color: var(--e-global-color-secondary);

}

.betriot-widget-jet-view-more

  .jet-view-more__button:hover

  .jet-view-more__label {

  color: var(--e-global-color-secondary);

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;

  font-weight: var(--e-global-typography-primary-font-weight);

}

.betriot-widget-text-path {

  font-family: var(--e-global-typography-text-font-family), Sans-serif;

  font-weight: var(--e-global-typography-text-font-weight);

}



.headering__pper {

  max-width: 1400px !important;

}



.sogojing__pper-content {

  flex-direction: column;

}



.sogojing__pper-content .title {

  font-size: 50px;

  font-weight: bold;



  text-align: center;

  color: #000;

  margin-bottom: 5px !important;



  margin-top: 15px !important;

}



h2.sogojing__pper-content .title {

  margin-bottom: 5px !important;

  font-size: 40px !important;

  margin-top: 30px !important;

}



.sogojing__pper-content .text {

  text-align: center;

  font-size: 21px;

  color: #000;

  margin: 5px 0;

}



span {

  color: #000;

}



.hiidder-card__mobile-trigger-open.acitve {

  display: none;

}



.nav__mobile {

  display: none;

}



body,

.sogojing__container {

  background-color: #edf0f5 !important;

  

}



.betriot-column.betriot-col-50 {

  margin-bottom: 40px;

  width: 100%;

}



.sogojing__img {

  margin-bottom: 25px !important;

  margin-top: 5px !important;

  position: static !important;

}



.sogojing__pper-content a {

  width: 100%;

}



.betriot-1544 .betriot-maldkf.betriot-maldkf-9671ebd {

  width: 20% !important;

}



.button-lnk {

  display: block;

  gap: 5px;

  text-align: center;

  background-color: #ff6e00;

  white-space: nowrap;

  display: flex;

  border-radius: 10px;



  padding: 10px 25px;

  align-items: center;

  justify-content: center;



  font-size: 25px !important;

  font-weight: 700 !important;

  color: #fff;

}



.button-lnk:hover {

  color: #000;

}



.button-lnk svg {

  width: 20px;

  fill: #fff;



  transition: all 0.14s ease-out;

}



.button-lnk:hover svg {

  fill: #000;

}



.headering__btn {

  background-color: #ff6e00;

  border-radius: 10px;

  color: #fff;

  width: 100px;

  padding: 8px 20px;

  font-weight: 500;

  transition: all 0.14s ease-out;



  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

}



.headering__btn:hover {

  color: #000;

}



.headering__btn:nth-child(2) {

  background-color: transparent;

  color: #ff6e00;

  transition: all 0.14s ease-out;



  border: 2px solid #ff6e00;

}



.headering__btn:nth-child(2):hover {

  color: #000;

}



.betriot-1544

  .betriot-maldkf.betriot-maldkf-44cfda5

  .uldjf-ruout-link-top

  .header-card-link-text {

  font-size: 20px !important;

}



.button-con-3 {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;

  margin-top: 15px;

  gap: 25px;

}



.sogojing__content-block {

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

}



ol {

  margin: 0 !important;

  margin-bottom: 1px !important;



  display: flex;

  flex-direction: column;

  gap: 1px;

}



ol li {

  margin-left: 25px !important;

  padding-left: 10px;

}



ol li a {

  font-size: 30px;

  color: #fff !important;

}



ol li::marker {

  font-size: 22px;

  color: #fff !important;

}



.sogojing__header-block h3 {

  font-weight: bolder;

  font-size: 40px;



  text-align: center;

}



.betriot-secon.betriot-secon-boxed > .betriot-content {

  display: flex;

  align-items: center;

}



.headering__button-content {

  display: flex;

  gap: 20px;



  margin: 20px 0;

}



.sogojing__img-content {

  position: relative;

  width: 100%;

}



.button-img-block {

  position: absolute;

  bottom: 45%;

  left: 5%;

}



.button-lnk--big {

  font-size: 35px !important;

}



.imgs__block {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 21px;

  margin-bottom: 25px;

}



.imgs__block-img {

  width: 150px !important;

  height: 150px !important;

  max-width: none;

  border-radius: 20px;

}



.sogojing__content {

  display: flex;

  gap: 50px;

}



.betriot-1544

  .betriot-maldkf.betriot-maldkf-e5efef1

  .betriot-image-box-conper

  .betriot-image-box-img {

  width: 100% !important;

}



.sogojing__img--login {

  width: 500px !important;

  max-width: none;

}



.sogojing__block-list {

  width: 100%;

}



.imgs__block-content {

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

}



.imgs__block-conper {

  position: relative;

  cursor: pointer;

}



.imgs__block-conper::before {

  content: "";

  position: absolute;

  top: 0;

  width: 150px;

  height: 150px;

  border-radius: 20px;



  display: none;

}



.button--small {

  font-size: 15px !important;

}



.imgs-hover {

  position: absolute;

  top: 30%;

  left: 20%;



  visibility: hidden;

}



.imgs__block-conper:hover .imgs-hover {

  visibility: visible;

}

.imgs__block-conper:hover.imgs__block-conper::before {

  display: block;

}



.sogojing__header-block h3 {

  color: #fff;

}



.button-no-margin {

  margin: 0;

}



.betriot-1544

  .betriot-maldkf.betriot-maldkf-e5efef1

  .betriot-image-box-img

  img {

  border-radius: 0 !important;

  border: none !important;

  width: 30% !important;

}



.av__text-block {

  width: 100%;

}



.sogojing__block-text {

  width: 100%;

}



.sogojing__header-contentent-block {

  display: flex;

  width: 100%;

  justify-content: space-between;

}



.sogojing__block-text {

  width: 100%;

}



.sogojing__img--small-margin-bottom {

  margin-bottom: 10px !important;

}



.betriot-image-box-img {

  display: flex;

  align-items: center;

}



.sogojing__header-shadow {

  box-shadow: 10px 0px 13px 7px rgba(0, 0, 0, 0.5);

  z-index: 100;

}



.list-title {

  margin-top: 15px !important;

}



table {

  margin-top: 20px !important;

  width: 100%;

}



table th {

  background: #fff !important;

}



tr {

  display: flex;

  width: 100%;

}



td {

  background: #fff !important;

  color: #fff;

  font-size: 21px !important;



  border: 1px solid #fff;

  text-align: center !important;

  display: flex;

  width: 100%;

  align-items: center;

  justify-content: center;

}



ul {

  margin: 0 !important;



  margin-bottom: 15px !important;

}



.sogojing__pper-content .title.title-small-top {

  margin-top: 5px !important;

  margin-bottom: 0 !important;

}



.sogojing__pper-content h1.title {

  margin-top: 120px !important;

}



.betriot-1544 .betriot-maldkf.betriot-maldkf-d3dd561 {

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 1000;

}



.elementor img {

  width: 100%;

}



.header-card .uldjf-ruout-link.uldjf-ruout-link-top {

  justify-content: space-between;

}



.hiidder-card__mobile-trigger-close {

  display: none;

}



.sogojing__item .text {

  margin: 1px 0 !important;

}



.entry-contentent li {

  margin-bottom: 0 !important;

}



@media (max-width: 1024px) {

  .betriot-secon .betriot-content {

    flex-wrap: nowrap !important;

  }

}



@media (max-width: 1000px) {

  .sogojing__content {

    flex-direction: column;

  }



  .sogojing__img--login {

    width: 100% !important;

  }

}



@media (max-width: 767px) {

  .sogojing__header-block h3 {

    font-size: 28px;

  }



  .button-lnk svg {

    width: 14px;

    height: 14px;

    margin-top: 0;

  }



  .header-card .uldjf-ruout-link.uldjf-ruout-link-top {

    border-bottom: 1px solid #ff6e00;

  }



  .sogojing__header-contentent-block {

    display: flex;

    width: 55% !important;

    justify-content: space-between;

    flex-direction: row-reverse;

    gap: 30px;

  }



  .betriot-secon.betriot-secon-boxed > .betriot-content {

    gap: 15px;

    justify-content: space-between;

  }



  .betriot-1544

    .betriot-maldkf.betriot-maldkf-e5efef1

    .betriot-image-box-img

    img {

    width: 60% !important;

  }



  .button-img-block {

    left: 2%;

  }



  .button-con-3 {

    margin: 10px 0;

  }



  .sogojing__pper-content .text {

    margin: 0;

    margin-bottom: 10px;

  }



  .button-lnk {

    font-size: 16px !important;

  }



  .button-lnk--big {

    font-size: 14px !important;

    padding: 10px 15px;

  }



  ol li a {

    font-size: 22px;

  }



  h2.sogojing__pper-content .title,

  .sogojing__pper-content .title {

    margin-bottom: 5px !important;



    margin-top: 10px !important;



    font-size: 30px;

    line-height: 40px;

    text-align: center;

  }



  .betriot-image-box-img {

    justify-content: center;

  }



  .sogojing__pper-content .text {

    text-align: justify;

    font-size: 21px;



    margin: 5px 0;

  }



  .sogojing__img {

    margin-bottom: 15px !important;

  }



  .betriot-1544 .betriot-maldkf.betriot-maldkf-9671ebd {

    width: 75% !important;

  }



  .elementor img {

    width: 100% !important;

  }

}



@media (max-width: 550px) {

  .headering__btn {

    text-transform: capitalize;

  }



  h2.sogojing__pper-content .title,

  .sogojing__pper-content .title {

    font-size: 30px !important;

  }



  .betriot-image-box-img {

    justify-content: center;

  }



  td {

    font-size: 15px !important;

  }



  .header-card-con

    .hiidder-card__mobile-trigger.header-card-mobile-trigger-align-center {

    margin: 0 !important;

  }



  .headering__button-content {

    margin: 0;

    gap: 10px;

  }



  .button-con-3 {

    display: flex;

  }



  .button-con-doble .button-lnk {

    padding: 5px 10px;

    font-size: 14px !important;

  }



  .jet-blocks-icon svg {

    width: 75% !important;

    height: 75% !important;

  }



  .sogojing__header-contentent-block {

    justify-content: flex-end;

    gap: 1px;

  }



  .sogojing__pper-content h1.title {

    margin-top: 80px !important;

  }



  .betriot-1544

    .betriot-maldkf.betriot-maldkf-e5efef1

    .betriot-image-box-img

    img,

  .betriot-widget-image-box .betriot-image-box-conper {

    width: 75% !important;

    display: flex;

    align-items: center;

    justify-content: center;

  }



  .headering__btn {

    padding: 5px 15px;

    font-size: 14px;

    width: 80px;

  }



  .betriot-1544 .betriot-maldkf.betriot-maldkf-9671ebd {

    width: 100% !important;

  }



  .betriot-secon.betriot-secon-boxed > .betriot-content {

    gap: 3px;

  }



  .sogojing__pper-content .text {

    text-align: justify;

    font-size: 21px;

    margin: 1px 0;

  }

}



@media (max-width: 400px) {

  .button-lnk {

    white-space: wrap;

  }

}
