/** Shopify CDN: Minification failed

Line 147:19 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.architect-hero-inner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 16px solid #FBB032;
}
.architect-inner {
    display: flex;
    align-items: center;
    position:relative;
    padding: 50px 0;
}
.architect-hero-left {
    width: 50%;
}
.architect-hero-right {
    width: 50%;
}
.architect-hero-right img {
    max-width: 100%;
}
.architect-hero-left .custom-heading{
    font-family: "Anton", sans-serif;
    font-size:118px;
    line-height:120px;
    color: transparent; /* Make the text fill transparent */
  -webkit-text-stroke: 2px #fff; /* Outline width and color */
  text-stroke: 2px #fff; /* For browsers that support unprefixed */
}
.architect-hero-left .custom-heading .yellow{
 -webkit-text-stroke: 2px #F9B033; /* Outline width and color */
  text-stroke: 2px #F9B033; /* For browsers that support unprefixed */
}
.architect-hero-left .custom-content {
    font-size: 40px;
    color: #fff;
    font-family: 'Anton';
    font-weight: 400;
    margin-top:20px;
}
#MainContent .page-width{
    max-width:1800px;
}
#MainContent a.button.button--primary {
    font-size: 28px;
    line-height: unset;
    margin-top: 20px;
}
.architect-why,.architect-get,.architect-startnow{
    padding-top: 40px;
    padding-bottom: 40px;
}
.architect-why {
    background: #F2F2F2;
}
h2 .yellow,.circular-block .yellow{
  color:#F9B033;
}
.architect-heading {
    font-size: 40px;
    font-weight: 700;
    color: #323232;
    margin-top: 0;
    font-family: 'Roboto';
}
.why-data-block {
    display: flex;
    font-family: "Roboto", sans-serif;
    line-height: normal;
}
.why-data-block div {
    width: 33.33%;
    /* text-align: center; */
}
.background-grey {
    background: #323232;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.background-yellow {
    background: #FBB032;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.normal-content {
    font-size: 26px;
    letter-spacing: 0;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    color: #323232;
}
.why-data-block .normal-content {
    border: 1px solid #E1E1E1;
}
.why-data-block .normal-content:first-child{
    border-left: 2px solid #E1E1E1;
}
.why-data-block .normal-content:last-child{
    border-right:2px solid #E1E1E1;
}
.architect-get-block {
    display: flex;
    align-items: center;
    gap: 30px;
}
.architect-get-data {
    padding: 20px;
}
.architect-get-block img {
    width: 120px;
}
.architect-get-block {
    margin-bottom: 30px;
}
.architect-get-block h6 {
    font-size: 24px;
    font-family: 'Roboto';
    color: #323232;
}
.architect-get-block h6,.architect-get-block p {
    font-size: 24px;
    font-family: 'Roboto';
    color: #323232;
    margin:0;
}
.architect-easy-block {
    border: 3px solid #EAEAEA;
    border-radius: 8px;
    padding: 25px;a
    font-family: 'Roboto';
    color: #323232;
    width: 30%;
        height: -webkit-fill-available;
}
.architect-easy-data {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.circular-block {
    background: #F7F7F7;
    text-align: center;
    font-size: 50px;
    border-radius: 50%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    line-height: normal;
    height: 100px;
    font-family: 'Roboto';
    font-weight: 700;
}
.architect-easy-block h6 {
    font-size: 28px;
    margin:0px;
    color:#323232;
}
.architect-easy-block .content {
    text-align: center;
    margin-top: 20px;
}
.architect-easy-block p{
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    margin:0;
    color:#323232;
}
.architect-easy{
    padding-bottom:40px;
}
.architect-startnow{
background: #F2F2F2;
    margin: 40px 0;
        padding-left: 20px;
    padding-right: 20px;
}
.arfchitect-start-inner {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    gap: 50px;
    background: #fff;
    border-radius: 13px;
    padding: 20px;
}
.architect-start-right .custom-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #323232;
}
.architect-start-right .custom-content {
    font-size: 25px;
    line-height: normal;
    color: #323232;
    margin: 20px 0;
}
.architect-start-right .yellow{
    color:#FBB032;
}
.why-data-block:last-child .normal-content {
        border-bottom: 2px solid #E1E1E1;
}
.btn-wrapper{
    text-align:center;
    padding-bottom:30px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
.architect-hero-left .custom-heading{
    position: unset;
    font-size: 80px;
}
.architect-hero-left .custom-content{
    font-size:26px;
    margin-top:0;
    line-height:normal;
}
#MainContent a.button.button--primary{
    font-size:20px;
}
.background-grey,.background-yellow{
    font-size:28px;
}
.normal-content{
    font-size:24px;
}
}
@media(max-width:1024px){
    .architect-hero-left .custom-heading{
        font-size:60px;
        line-height:60px;
    }
    .architect-hero-left .custom-content{
        font-size:24px;
        line-height:normal;
    }
    #MainContent a.button.button--primary{
        font-size:20px;
    }
    .architect-heading{
        font-size:32px;
    }
    .background-yellow,.background-grey,.architect-get-block h6, .architect-get-block p{
        font-size:18px;
    }
    .normal-content{
        padding: 20px 20px;
        font-size:16px;
    }
    .architect-get-block img{
        width:90px;
    }
    .architect-easy-block{
        padding:10px;
    }
    .architect-easy-block h6{
        font-size:20px;
        line-height:normal;
    }
    .architect-easy-block p{
        font-size:16px;
    }
    .circular-block{
        font-size:30px;
        width:80px;
        height:80px;
    }
    .architect-start-right .custom-heading{
        font-size:32px;
    }
    .architect-start-right .custom-content{
        font-size:18px;
    }
}
@media(max-width:768px){
    .architect-inner,.arfchitect-start-inner{
        flex-direction:column;
    }
    .architect-hero-left,.architect-hero-right,.architect-start-right,.arfchitect-start-inner img{
        width:100%;
    }
    .architect-hero-left .custom-heading{
        font-size: 40px;
        line-height: 40px;
    }
    .architect-hero-left {
        text-align: center;
    }
    .architect-hero-right {
        margin-top: 20px;
    }
    .background-yellow, .background-grey,.normal-content{
        font-size: 11px;
            padding: 5px;
    }
    .architect-get-block h6, .architect-get-block p,.architect-start-right .custom-content,.architect-hero-left .custom-content{
        font-size:16px;
    }
    .architect-easy-data svg {
        flex: 0 0 5vw;
    }
    .architect-easy-block{
        flex:0 0 50vw;
    }
    .architect-easy-data{
        justify-content:flex-start;
        flex-wrap:nowrap;
        overflow-x:scroll;
    }
    .architect-heading,.architect-start-right .custom-heading{
        font-size:26px;
    }
    .architect-start-right .custom-content{
        margin:10px 0;
    }
    #MainContent a.button.button--primary{
        margin-top:10px;
    }
    .architect-easy,.architect-why, .architect-get{
        padding-bottom:0;
    }
}