.elementor-8854 .elementor-element.elementor-element-225fbfa{--display:flex;--min-height:600px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8854 .elementor-element.elementor-element-4d418bd{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-8854 .elementor-element.elementor-element-4d418bd{left:0px;}body.rtl .elementor-8854 .elementor-element.elementor-element-4d418bd{right:0px;}.elementor-8854 .elementor-element.elementor-element-4d418bd img{width:100%;height:600px;object-fit:cover;object-position:bottom center;}.elementor-8854 .elementor-element.elementor-element-d000017{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-8854 .elementor-element.elementor-element-d000017{left:0px;}body.rtl .elementor-8854 .elementor-element.elementor-element-d000017{right:0px;}.elementor-8854 .elementor-element.elementor-element-d000017 img{width:100%;height:600px;object-fit:cover;object-position:bottom center;}.elementor-8854 .elementor-element.elementor-element-7a54490{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:var(--gap-m-large);--padding-bottom:var(--gap-m-large);--padding-left:0;--padding-right:0;}.elementor-8854 .elementor-element.elementor-element-78290a5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8854 .elementor-element.elementor-element-8f8e211{text-align:center;}.elementor-8854 .elementor-element.elementor-element-8f8e211 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-8854 .elementor-element.elementor-element-fb8ed08{--display:flex;}@media(max-width:1024px){.elementor-8854 .elementor-element.elementor-element-8f8e211 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-8854 .elementor-element.elementor-element-8f8e211 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for heading, class: .elementor-element-8f8e211 *//* Heading H1 */
.mft-legal-text h1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9939f80 *//* START LEGAL PAGE TEXT WIDGET*/

/* Heading H1 */

.mft-legal-text h1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
}

/* Heading H2 */

.mft-legal-text h2 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  padding-bottom: 20px;
}

/* Heading H3*/

.mft-legal-text h3 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: calc(var(--e-global-typography-secondary-font-size) - 0.3rem);
  font-weight: normal;
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  padding-bottom: 20px;
}

/* LINKS */
.mft-legal-text a {
  text-wrap: wrap;
  overflow-wrap: break-word;
  text-decoration: none;
  color: var( --e-global-color-primary );
}

/* SPACE AFTER ELEMENTS */
.mft-legal-text p,
.mft-legal-text ul {
  margin-bottom: 15px;
}

/* LISTS */
.mft-legal-text ul li {
  list-style-type: circle;
  overflow-wrap: break-word;
}

/* TABLE STYLE */

.mft-legal-text table {
  background-color: transparent;
  width: 100%;
  font-size: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 30px 0;
}

.mft-legal-text table tr:first-child {
  background-color: var(--e-global-color-primary);
  color: white;
}

/*Table cell padding and styles*/
.mft-legal-text table td,.mft-legal-text table th {
  padding: 15px;
  line-height: 1.5em;
  vertical-align: top;
  border: 1px solid #80808080;
  min-width: 200px;
}

@media (max-width: 1023px) {
.mft-legal-text table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

}

/************************/

/*Table Heading font styles in case you have one*/
.mft-legal-text table th {
  font-weight: 700;
}

.mft-legal-text table tfoot th,.mft-legal-text table thead th {
  font-size: 1em;
}

/************/

/*Border for all table items*/
.mft-legal-text table caption+thead tr:first-child td,
.mft-legal-text table caption+thead tr:first-child th,
.mft-legal-text table colgroup+thead tr:first-child td,
.mft-legal-text table colgroup+thead tr:first-child th,
.mft-legal-text table thead:first-child tr:first-child td,
.mft-legal-text table thead:first-child tr:first-child th {
  border-block-start: 1px solid #80808080;
}

/*Background of odd table rows*/

.mft-legal-text table tbody > tr:nth-child(odd) > td,
.mft-legal-text table tbody > tr:nth-child(odd) > th {
  background-color: #80808012;
}

.mft-legal-text table tbody+tbody {
  border-block-start: 1px solid #80808080;
}

.mft-legal-text table a:hover {
  color: #00000080;
  text-decoration: none;
}

/* END LEGAL PAGE TEXT WIDGET *//* End custom CSS */