.elementor-kit-8{--e-global-color-primary:#00D3AF;--e-global-color-secondary:#007AFF;--e-global-color-text:#252525;--e-global-color-accent:#FFED00;--e-global-color-1705e0d:#324B8D;--e-global-color-91396ec:#EDEDED;--e-global-color-5b23733:#D3136D;--e-global-color-2d24d0a:#0B0D17;--e-global-color-0131c7d:#D9DBE1;--e-global-color-1409a4d:#FAFAFA;--e-global-color-51dbae5:#FFFFFF;--e-global-color-3e4946b:#161C2D;--e-global-color-97d7a03:#00809C;--e-global-color-1eb8e09:#0E2131;--e-global-color-dc4e4f2:#D3136D;--e-global-color-1c60eb3:#353535;--e-global-color-572a678:#FFED00;--e-global-color-d0137fc:#000000;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:23px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:33px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-94a57f9-font-family:"Raleway";--e-global-typography-94a57f9-font-size:42px;--e-global-typography-94a57f9-font-weight:600;--e-global-typography-94a57f9-line-height:56px;--e-global-typography-94a57f9-letter-spacing:0.5px;--e-global-typography-b8dda0b-font-family:"Raleway";--e-global-typography-b8dda0b-font-size:66px;--e-global-typography-b8dda0b-font-weight:400;--e-global-typography-b8dda0b-font-style:normal;--e-global-typography-b8dda0b-letter-spacing:-2px;--e-global-typography-df308b1-font-family:"Raleway";--e-global-typography-df308b1-font-size:17px;--e-global-typography-df308b1-text-transform:uppercase;--e-global-typography-df308b1-letter-spacing:0.1px;--e-global-typography-6223787-font-family:"Caveat";--e-global-typography-b0c05ab-font-family:"Figtree";--e-global-typography-b0c05ab-font-size:44px;color:var( --e-global-color-text );font-family:"Sofia Pro", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-8 h1{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:80px;font-weight:400;letter-spacing:-1px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Sofia Pro", Sans-serif;font-size:17px;font-weight:700;color:#FFFFFF;border-radius:24px 24px 24px 24px;padding:9px 14px 9px 14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1267px;}.e-con{--container-max-width:1267px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-94a57f9-font-size:30px;--e-global-typography-94a57f9-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

.dot {
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
}

body {
  color: #000;
  background-color: #fff;
  transition: background-color 1s ease;
}

/* panel styles */

.principal {

  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
 
}

.dot.purple {
    background-color: #D3136D;
}

.dot.yellow {
    background-color: #FFED00;
}

.dot.blue  {
    background-color: #007AFF;
}

.dot.magenta  {
    background-color: #D3136D;
}

.dot.caribbean  {
    background-color: #00D3AF;
}

.dot.teal  {
    background-color: #00809C;
}

.dot.navy  {
    background-color: #324B8D;
}

.dot.magenta {
    background-color: #D3136D;
}


/* colours */
.color-navy,
.color-navy-p,
.fp-viewing-warum-es-uns-gibt {
  background-color: #324B8D;
}
.color-dark-blue,
.color-dark-blue-p,
.fp-viewing-wir-sind-kenbi {
  background-color: #007AFF;
}
.color-purple,
.color-purple-p,
.fp-viewing-unsere-leistungen {
  background-color: #D3136D;
}
.color-white,
.fp-viewing-services,
.fp-viewing-kontakt {
  background-color: #fff;
}

.color-caribbean {
    background-color: #00D3AF;    
}

.blue-line {
      fill: none;
      stroke-width: 3;
      stroke-opacity: 0.3;
      stroke-linecap: round;
}

.blue-line {

  transition: stroke-dashoffset 2 ease;
}

.running {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    animation: spin 3s linear infinite;
    }
    
    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
    }

.color-navy .header,
.color-dark-blue .header,
.color-white .header,
.color-purple .header,
.color-undefined .header,
.color-caribbean .header {
    opacity:1!important;
    background-color: white;
}



.purple-column .elementor-widget-wrap {
    max-width: 560px;
    margin: 0 0 0 auto;
    padding-right: 25px;
}

.white-column .elementor-widget-wrap {
    max-width: 620px;
}


.filter-job {
    /* Mine / ash */
    background: #FAFAFA;
    /* Secondary / light grey */
    
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 8px;
    color: #252525;
    font-size:23px;
    line-height: 35px;
}

.elementor-112 .elementor-element.elementor-element-35cc4ff {
    background-color: #FFFFFF8c;
}

.elementor-112.scrolled .elementor-element.elementor-element-35cc4ff {
    background-color: #FFFFFFFF!important;
}

#title-jobs h2 span {
    color:#007AFF!important;
}

.button-apply-job {
    font-family: "Roboto", Sans-serif!important;
    font-size: 21px!important;
    font-weight: 500!important;
    background-color: var( --e-global-color-secondary );
    padding: 9px 52px 09px 52px!important;
    margin-top:80px;
}

@media only screen and (max-width: 1025px) and (min-width: 980px)  {
    .principal {
        min-height: 70vh;
    }
}

@media screen and (max-width: 1025px) {
    .eael-one-page-nav-container .eael-one-page-nav, .eael-one-page-nav-container .eael-one-page-nav-item {
        display:none;
    }
}

@media screen and (max-width: 600px) {  
.elementor-widget-form {
    position:relative!important;
    bottom: 0!important;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 50%!important;
}

.eael-one-page-nav-container .eael-one-page-nav, .eael-one-page-nav-container .eael-one-page-nav-item {
    display:none;
}

.elementor-112 .elementor-element.elementor-element-173f738a .elementor-menu-toggle:focus {
    outline: 2px solid #007AFF;
}
.filter-job {
-webkit-appearance: none;
}

.disablemobile {
    margin:0px!important;
}
}



.services-items .elementor-toggle-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
}

p.link-read-more {
    text-align: right;
    color:#007AFF;
    cursor: pointer;
}



@media only screen and (max-width: 1024px) {
    .noabsolute {
        position:relative!important;
    }
}


body .loggin-show {
    display: none!important;
}


body.logged-in .loggin-show {
    display: block!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Raleway-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-ThinItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.kenbi.de/wp-content/uploads/2022/10/Roboto-BlackItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2024/02/Caveat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2024/02/Caveat-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2024/02/Caveat-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/uploads/2024/02/Caveat-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Black-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-UltraLight-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-ExtraLight-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Light-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Regular-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Medium-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Semi-Bold-Italic-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Az.svg#SofiaPro') format('svg');
}
@font-face {
	font-family: 'Sofia Pro';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Italic-Az.eot');
	src: url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Italic-Az.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Italic-Az.woff2') format('woff2'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Italic-Az.woff') format('woff'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Italic-Az.ttf') format('truetype'),
		url('/wp-content/uploads/2021/01/Sofia-Pro-Bold-Italic-Az.svg#SofiaPro') format('svg');
}
/* End Custom Fonts CSS */