@import url('https://fonts.googleapis.com/css?family=Inter:300,400,600,700&display=swap'); 
body { 
/* CSS Variables that may have been missed get put on body */ 
    --cc-btn-primary-bg:  #FF782C !important; 
} 

* { 
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box; 
    --cc-btn-primary-bg: #FF782C !important;
} 

body { 
    background-color: #1a1c1e;
    background-image: url(./assets/world.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-origin: padding-box;
    color: rgb(48, 48, 47);
    font-weight: 300; 
    min-height: 100vh; 
    position: relative; 
    overflow-x: hidden;
} 

.form-success {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 1rem;
  text-align: center;
  background: rgba(48, 48, 47, 0.35);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 48px;
  backdrop-filter: blur(16px);
  border-radius: 24px;
  border: 1px solid #FF782C;
}

html { 
    height: 100%; 
    scroll-behavior: smooth;
    font-family: Inter, sans-serif; 
} 

:root { 
    --cc-bg: #fff; 
    --cc-text: #2d4156; 
    --cc-btn-primary-bg: #2d4156; 
    --cc-btn-primary-text: var(--cc-bg); 
    --cc-btn-primary-hover-text: var(--cc-btn-primary-text); 
    --cc-btn-secondary-text: var(--cc-text); 
    --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text); 
    --cc-toggle-bg-on: var(--cc-btn-primary-bg); 
    --cc-block-text: var(--cc-text); 
} 

:selection { 
    background: rgb(255, 201, 179);
} 

.header-logo {
  margin: 0.8rem 1rem;
  position: absolute;
}

.jpykGe { 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 0px 24px;
} 

@media (min-width: 1568px){ 
  .jpykGe { 
    max-width: 1568px;
  } 
}     

@media (min-width: 1408px){ 
  .jpykGe { 
    max-width: 1408px;
  } 
}     

@media (min-width: 1025px){ 
  .jpykGe { 
    max-width: 1258px;
  } 
}     

@media (min-width: 768px){ 
  .jpykGe { 
    padding: 0px 28px; 
    width: 100%;
  } 
}     

.etXpCG { 
    position: relative; 
    color: white; 
    padding-top: 100px; 
    padding-bottom: 100px;
} 

@media (min-width: 992px){ 
  .etXpCG { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 130px;
  } 
}     

.etXpCG svg  { 
    display: none;
} 

@media (min-width: 992px){ 
  .etXpCG svg  { 
    display: initial; 
    position: absolute; 
    bottom: 160px; 
    left: -115px;
  } 
}     

.TXdgw { 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    position: relative;
} 

.cFosWO { 
    display: flex; 
    flex-direction: column; 
    gap: 24px; 
    margin-bottom: 40px;
} 

@media (min-width: 768px){ 
  .cFosWO { 
    margin-bottom: 48px;
  } 
}     

.cVETdy { 
    display: none;
} 

@media (min-width: 992px){ 
  .cVETdy { 
    display: flex; 
    flex-direction: column; 
    gap: 24px;
  } 
}     

.dbvnfb { 
    display: flex; 
    flex-direction: column; 
    gap: 16px;
} 

@media (min-width: 992px){ 
  .dbvnfb { 
    flex-direction: row;
  } 
}     

.avBDO { 
    position: relative; 
    display: flex; 
    flex-direction: column; 
    width: 100%;
} 

.fvtnUo { 
    gap: 16px; 
    display: flex;
} 

.jgSeza { 
    position: relative; 
    display: flex; 
    flex-direction: column; 
    width: 100%;
} 

.jgSeza:after { 
    content: " "; 
    position: absolute; 
    top: 50%; 
    margin-top: -2px; 
    right: 8px; 
    width: 0px; 
    height: 0px; 
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    border-top: 5px solid white;
} 

.glKmjp { 
    display: flex; 
    flex-direction: column; 
    gap: 40px; 
    margin-top: 40px;
} 

.eVwoOj { 
    font-weight: 700; 
    font-size: 28px; 
    line-height: 1.5;
} 

@media (min-width: 768px){ 
  .eVwoOj { 
    font-size: 48px; 
    line-height: 1.2;
  } 
}     

.fWxFRI { 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 1.5;
} 

@media (min-width: 768px){ 
  .fWxFRI { 
    font-size: 20px;
  } 
}     

.eoSicV { 
    background: rgba(48, 48, 47, 0.35); 
    box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 48px; 
    backdrop-filter: blur(16px); 
    border-radius: 24px; 
    padding: 40px; 
    display: flex; 
    flex-direction: column; 
    gap: 40px;
} 

.avBDO input  { 
    font-family: inherit; 
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), rgb(48, 48, 47); 
    border: 1px solid rgba(255, 255, 255, 0.16); 
    border-radius: 12px; 
    color: white; 
    padding: 16px; 
    resize: vertical; 
    min-height: 18px; 
    outline: none;
} 

.fvtnUo .sc-b5979633-18:nth-of-type(1)  { 
    width: 30%;
} 

@media (min-width: 768px){ 
  .fvtnUo .sc-b5979633-18:nth-of-type(1)  { 
    width: 30%;
  } 
}     

.fvtnUo .sc-b5979633-18:nth-of-type(2)  { 
    width: calc(70% - 8px);
} 

@media (min-width: 768px){ 
  .fvtnUo .sc-b5979633-18:nth-of-type(2)  { 
    width: 70%;
  } 
}     

.avBDO textarea  { 
    font-family: inherit; 
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), rgb(48, 48, 47); 
    border: 1px solid rgba(255, 255, 255, 0.16); 
    border-radius: 12px; 
    color: white; 
    padding: 16px; 
    resize: vertical; 
    min-height: 18px; 
    outline: none;
} 

.jgSeza select  { 
    font-family: inherit; 
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), rgb(48, 48, 47); 
    border: 1px solid rgba(255, 255, 255, 0.16); 
    border-radius: 12px; 
    color: white; 
    padding: 16px; 
    resize: vertical; 
    min-height: 18px; 
    outline: none;
} 

.jgSeza select  { 
    appearance: none;
} 

.koNwCw { 
    flex-direction: row; 
    -webkit-box-pack: justify; 
    justify-content: space-between;
} 

button { 
    border: none; 
    margin: 0px; 
    padding: 0px; 
    overflow: visible; 
    background: transparent; 
    color: inherit; 
    font-style: inherit; 
    font-variant: inherit; 
    font-weight: inherit; 
    font-stretch: inherit; 
    font-size: inherit; 
    font-family: inherit; 
    font-optical-sizing: inherit; 
    font-kerning: inherit; 
    font-feature-settings: inherit; 
    font-variation-settings: inherit; 
    line-height: normal; 
    -webkit-font-smoothing: inherit; 
    appearance: none;
} 

.cdoBSv { 
    color: rgb(255, 255, 255); 
    background-color: rgb(255, 120, 44); 
    border-radius: 26px; 
    font-size: 14px; 
    line-height: 19px; 
    display: flex; 
    -webkit-box-align: center; 
    align-items: center; 
    -webkit-box-pack: center; 
    justify-content: center; 
    text-align: center; 
    transition: background-color 0.2s ease 0s; 
    cursor: pointer; 
    padding: 17px 32px; 
    font-weight: 600;
} 

.cdoBSv:hover { 
    background-color: rgb(242, 108, 40);
} 

.irJKFy { 
    display: flex; 
    -webkit-box-align: center; 
    align-items: center; 
    gap: 24px;
} 

.kUUzTu { 
    font-weight: 400; 
    font-size: 20px; 
    line-height: 1.5;
} 

.bbEMHg { 
    font-weight: 700; 
    font-size: 14px; 
    line-height: 1.5; 
    text-transform: uppercase;
} 

.kQApnT { 
    display: grid; 
    -webkit-box-pack: justify; 
    justify-content: space-between; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 40px;
} 

.koNwCw span  { 
    font-weight: 400; 
    font-size: 14px; 
    line-height: 1.5; 
    color: white;
} 

.ipISGq { 
    display: flex; 
    flex-direction: row; 
    -webkit-box-pack: end; 
    justify-content: flex-end; 
    -webkit-box-align: center; 
    align-items: center; 
    gap: 20px;
} 

.iBuIlP { 
    display: inline-flex;
} 

.bTszsC { 
    display: flex; 
    position: relative; 
    width: fit-content; 
    height: fit-content; 
    overflow: hidden; 
    border-radius: 100%;
} 

.jMQamw { 
    display: flex; 
    flex-direction: column; 
    gap: 8px;
} 

.ipISGq .sc-b5979633-18  { 
    flex-direction: row;
} 

.iBuIlP input  { 
    align-self: start; 
    margin-right: 20px;
} 

.iBuIlP span  { 
    font-weight: 400; 
    font-size: 14px; 
    line-height: 1.5; 
    color: white;
} 

.ljAicU { 
    font-style: normal; 
    font-weight: 600; 
    font-size: 16px; 
    line-height: 1.5; 
    color: rgb(255, 120, 44);
} 

.bIuDiF { 
    font-weight: 400; 
    font-size: 14px; 
    line-height: 1.5; 
    color: rgb(239, 236, 231);
} 

.ipISGq input  { 
    margin-right: 8px; 
    width: 24px; 
    height: 24px;
} 

@media (min-width: 992px){ 
  .ipISGq input  { 
    margin-right: 16px;
  } 
}     

.ipISGq label  { 
    display: inline-flex; 
    -webkit-box-align: center; 
    align-items: center; 
    flex-direction: row;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#contact-section-mask_svg__a.style-iU86K {  
   mask-type: alpha;  
}  
#style-k658L.style-k658L {  
   color: rgb(255, 120, 44);  
}  
#style-UVTvT.style-UVTvT {  
   box-sizing: border-box;  
    display: inline-block;  
    overflow: hidden;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
    position: relative;  
    max-width: 100%;  
}  
#style-hpUIf.style-hpUIf {  
   box-sizing: border-box;  
    display: block;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
    max-width: 100%;  
}  
#style-Gvo9E.style-Gvo9E {  
   display: block;  
    max-width: 100%;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
}  
#style-JWXbw.style-JWXbw {  
   position: absolute;  
    inset: 0px;  
    box-sizing: border-box;  
    padding: 0px;  
    border: none;  
    margin: auto;  
    display: block;  
    width: 0px;  
    height: 0px;  
    min-width: 100%;  
    max-width: 100%;  
    min-height: 100%;  
    max-height: 100%;  
    object-fit: cover;  
}  
#style-A9Hrj.style-A9Hrj {  
   box-sizing: border-box;  
    display: block;  
    overflow: hidden;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
    position: relative;  
}  
#style-RKLvg.style-RKLvg {  
   box-sizing: border-box;  
    display: block;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 58.1081% 0px 0px;  
}  
#style-4ql7t.style-4ql7t {  
   position: absolute;  
    inset: 0px;  
    box-sizing: border-box;  
    padding: 0px;  
    border: none;  
    margin: auto;  
    display: block;  
    width: 0px;  
    height: 0px;  
    min-width: 100%;  
    max-width: 100%;  
    min-height: 100%;  
    max-height: 100%;  
}  
#style-EF3oD.style-EF3oD {  
   box-sizing: border-box;  
    display: block;  
    overflow: hidden;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
    position: relative;  
}  
#style-FfwNE.style-FfwNE {  
   box-sizing: border-box;  
    display: block;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 100% 0px 0px;  
}  
#style-disaV.style-disaV {  
   position: absolute;  
    inset: 0px;  
    box-sizing: border-box;  
    padding: 0px;  
    border: none;  
    margin: auto;  
    display: block;  
    width: 0px;  
    height: 0px;  
    min-width: 100%;  
    max-width: 100%;  
    min-height: 100%;  
    max-height: 100%;  
}  
#style-LeEBr.style-LeEBr {  
   box-sizing: border-box;  
    display: block;  
    overflow: hidden;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
    position: relative;  
}  
#style-TMfsA.style-TMfsA {  
   box-sizing: border-box;  
    display: block;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 67.1875% 0px 0px;  
}  
#style-dBacV.style-dBacV {  
   position: absolute;  
    inset: 0px;  
    box-sizing: border-box;  
    padding: 0px;  
    border: none;  
    margin: auto;  
    display: block;  
    width: 0px;  
    height: 0px;  
    min-width: 100%;  
    max-width: 100%;  
    min-height: 100%;  
    max-height: 100%;  
}  
#style-emcdq.style-emcdq {  
   box-sizing: border-box;  
    display: block;  
    overflow: hidden;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 0px;  
    position: relative;  
}  
#style-voLxP.style-voLxP {  
   box-sizing: border-box;  
    display: block;  
    width: initial;  
    height: initial;  
    background: none;  
    opacity: 1;  
    border: 0px;  
    margin: 0px;  
    padding: 94.5055% 0px 0px;  
}  
#style-C2n8e.style-C2n8e {  
   position: absolute;  
    inset: 0px;  
    box-sizing: border-box;  
    padding: 0px;  
    border: none;  
    margin: auto;  
    display: block;  
    width: 0px;  
    height: 0px;  
    min-width: 100%;  
    max-width: 100%;  
    min-height: 100%;  
    max-height: 100%;  
}  
