@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	-webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Montserrat";
    color: #4d4d4d;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 500;
	margin:0;
}
.bg-white {
    background-color: #fff;
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top:0;
    margin-right: -1rem;
    margin-left: -1rem;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
h1 {
    font-size: 1.625rem;
    line-height: normal;
    font-weight: 700;
    color: #4222c4;
}
.h3 {
    font-size: .9375rem;
    font-weight: 600;
	 color: #4222c4;
}
.px-0 {
    padding-right: 0 ;
    padding-left: 0 ;
}
.mb-3 {
    margin-bottom: 1rem ;
}
.d-none {
    display: none;
}
.align-self-end {
    align-self: flex-end ;
}
.d-none {
    display: none ;
}

.justify-content-center {
    justify-content: center ;
}

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}
#site-branding {
    z-index: 10;
}
#site-branding .navbar-logo {
    padding: 1.5rem 0;
}
#site-branding .navbar-logo img {
    display: block;
    height: 24px;
    width: auto;
}

.shapes-container {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    background-color: #ede6f9;
}

.shapes-container:before {
    content: none;
}
.shapes-container:after {
    content: none;
}

.shapes-container .entry-meta {
	padding: 1.5rem 1rem;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1rem;
        line-height: 1.5rem;
    }
	.container {
		max-width: 720px;
	}
	.px-md-3 {
        padding-right: 1rem ;
        padding-left: 1rem ;
    }
	.shapes-container {
        position: relative;
        z-index: 0;
        background-color: #ede6f9;
        -webkit-border-radius: 16px;
        border-radius: 16px;
	}
	
	.shapes-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/corner-l.svg) no-repeat 0 100%;
        z-index: -1;
	}
	.shapes-container:after {
		content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/corner-r.svg) no-repeat 100% 0;
        z-index: -2;
    }
	.shapes-container .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
	.shapes-container .entry-meta {
        padding: 5.9375rem 1.5rem;
    }
	h1 {
        font-size: 2.5rem;
    }
	.h3 {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
	.justify-content-lg-between {
        justify-content: space-between;
    }
	.px-lg-6 {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
	.mb-lg-6 {
        margin-bottom: 2.5rem;
    }
	.col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	.d-lg-block {
        display: block ;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1166px;
	}
}



