:root {--white: #fff;--transparent: transparent;--green: #51b98e;--light-green: #ecfbf5;--red: #ff6c6c;--text: #353a40;--text-2: #5a5a5a;--text-3: #6a6a6a;--text-4: #666e78;--gradient: linear-gradient(270deg,#ff6c6c .09%,#f45f9a 100.09%);--shadow: 0rem .25rem 1rem 0rem hsla(0,0%,66%,.24);--time: ease-in-out .25s;}
.bread {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 1.375rem;overflow-x: auto;width: calc(100% + 2rem);margin-left: -1rem;padding: 0 1rem;}
.bread::-webkit-scrollbar {display: none;}
.bread__link {padding: .25rem .5rem;font-size: calc(.625rem + 4 * ( ( 100vw - 20rem ) / 1600 ));line-height: 1.3125rem;color: #838aa3;-webkit-transition: color var(--time);-o-transition: color var(--time);transition: color var(--time);position: relative;-ms-flex-negative: 0;flex-shrink: 0;}
@media (min-width:125rem) {.bread__link {font-size: .875rem;}}
.bread__link:after {position: absolute;content: "";width: 1.375rem;height: 1.8125rem;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: -1.3125rem;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'22\' height=\'29\' viewBox=\'0 0 22 29\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12.983 10.006L9.265 20H8.144l3.725-9.994h1.114z\' fill=\'%23838AA3\'/%3E%3C/svg%3E");}
.bread__link:hover {color: var(--red);}
.bread__page {padding: .25rem .5rem;font-size: calc(.625rem + 4 * ( ( 100vw - 20rem ) / 1600 ));line-height: 1.3125rem;color: var(--text);font-weight: 700;-ms-flex-negative: 0;flex-shrink: 0;}
@media (min-width:125rem) {.bread__page {font-size: .875rem;}}
:root {--white: #fff;--transparent: transparent;--green: #51b98e;--light-green: #ecfbf5;--red: #ff6c6c;--text: #353a40;--text-2: #5a5a5a;--text-3: #6a6a6a;--text-4: #666e78;--gradient: linear-gradient(270deg,#ff6c6c .09%,#f45f9a 100.09%);--shadow: 0rem .25rem 1rem 0rem hsla(0,0%,66%,.24);--time: ease-in-out .25s;}
.page-wrap {padding: .5rem 0 0;margin-bottom: 0;}
@media only screen and (min-width:62rem) {.page-wrap {padding: 1.5rem 0 2rem;}}
.page-wrap .container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 1rem;}
@media only screen and (min-width:62rem) {.page-wrap .container {gap: 4.875rem;}}
.page-wrap+section {margin-top: 0;}
:root {--white: #fff;--transparent: transparent;--green: #51b98e;--light-green: #ecfbf5;--red: #ff6c6c;--text: #353a40;--text-2: #5a5a5a;--text-3: #6a6a6a;--text-4: #666e78;--gradient: linear-gradient(270deg,#ff6c6c .09%,#f45f9a 100.09%);--shadow: 0rem .25rem 1rem 0rem hsla(0,0%,66%,.24);--time: ease-in-out .25s;}
.blog {overflow: hidden;}
.blog__wrap {margin-top: 1rem;display: -webkit-box;display: -ms-flexbox;display: flex;gap: .5rem;overflow-x: auto;width: calc(100% + 2rem);margin-left: -1rem;padding: 0 1rem;padding-bottom: 1rem;}
@media only screen and (min-width:62rem) {.blog__wrap {margin-top: 2rem;width: 100%;margin-left: 0;padding: 0;overflow-x: visible;gap: 1.5rem;}}
.blog__wrap::-webkit-scrollbar {display: none;}
.blog__wrap .blog__item {max-width: 17.5rem;width: 100%;-ms-flex-negative: 0;flex-shrink: 0;}
@media only screen and (min-width:62rem) {.blog__wrap .blog__item {-ms-flex-negative: 1;flex-shrink: 1;max-width: none;}}
.blog__items {margin-top: 2rem;display: grid;grid-template-columns: repeat(1,1fr);gap: 1.5rem;padding-bottom: 2rem;}
@media only screen and (min-width:34.375rem) {.blog__items {grid-template-columns: repeat(2,1fr);}}
@media only screen and (min-width:48rem) {.blog__items {grid-template-columns: repeat(3,1fr);}}
@media only screen and (min-width:62rem) {.blog__items {padding-bottom: 2.5rem;}}
.blog__item {-webkit-box-shadow: 0 .25rem 2.5rem 0 hsla(0,0%,66%,.24);box-shadow: 0 .25rem 2.5rem 0 hsla(0,0%,66%,.24);border-radius: 1.3125rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;overflow: hidden;-webkit-transition: border var(--time);-o-transition: border var(--time);transition: border var(--time);}
@media only screen and (min-width:62rem) {.blog__item {border: .25rem solid var(--transparent);border-radius: 1.875rem;}}
.blog__item-image {width: 100%;height: 10rem;}
@media only screen and (min-width:62rem) {.blog__item-image {height: 14.9375rem;}}
.blog__item-image img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.blog__item-wrap {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding: 1rem;background: var(--white);}
@media only screen and (min-width:62rem) {.blog__item-wrap {padding: .75rem 1rem 1rem;}}
.blog__item-title {font-size: calc(.875rem + 6 * ( ( 100vw - 20rem ) / 1600 ));line-height: 100%;font-weight: 700;color: var(--text);}
@media (min-width:125rem) {.blog__item-title {font-size: 1.25rem;}}
.blog__item-bottom {margin-top: .875rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
@media only screen and (min-width:62rem) {.blog__item-bottom {margin-top: 1.5rem;}}
.blog__item-date {font-size: calc(.625rem + 4 * ( ( 100vw - 20rem ) / 1600 ));line-height: 100%;color: #949494;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: .5rem;}
@media (min-width:125rem) {.blog__item-date {font-size: .875rem;}}
.blog__item-date:before {position: relative;content: "";width: .875rem;height: .875rem;-ms-flex-negative: 0;flex-shrink: 0;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'14\' height=\'14\' viewBox=\'0 0 14 14\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg clip-path=\'url(%23a)\' fill=\'%23949494\'%3E%3Cpath d=\'M11.083 1.167H10.5V.583a.583.583 0 0 0-1.167 0v.584H4.667V.583a.583.583 0 0 0-1.167 0v.584h-.583A2.92 2.92 0 0 0 0 4.083v7A2.92 2.92 0 0 0 2.917 14h8.166A2.92 2.92 0 0 0 14 11.083v-7a2.92 2.92 0 0 0-2.917-2.916zM1.167 4.083a1.75 1.75 0 0 1 1.75-1.75h8.166a1.75 1.75 0 0 1 1.75 1.75v.584H1.167v-.584zm9.916 8.75H2.917a1.75 1.75 0 0 1-1.75-1.75v-5.25h11.666v5.25a1.75 1.75 0 0 1-1.75 1.75z\'/%3E%3Cpath d=\'M7 9.625a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75zM4.083 9.625a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75zM9.917 9.625a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75z\'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=\'a\'%3E%3Cpath fill=\'%23fff\' d=\'M0 0h14v14H0z\'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}
.blog__item-link {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: .125rem;font-size: calc(.625rem + 4 * ( ( 100vw - 20rem ) / 1600 ));line-height: 110%;color: var(--green);font-weight: 700;}
@media (min-width:125rem) {.blog__item-link {font-size: .875rem;}}
.blog__item-link:after {position: relative;content: "";width: 1.5rem;height: .9375rem;-ms-flex-negative: 0;flex-shrink: 0;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=\'24\' height=\'15\' viewBox=\'0 0 24 15\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M18 7a2 2 0 0 0-.59-1.4l-4.29-4.3a1 1 0 1 0-1.41 1.42L15 6H5a1 1 0 0 0 0 2h10l-3.29 3.29a1 1 0 1 0 1.41 1.42l4.29-4.3A2 2 0 0 0 18 7z\' fill=\'%2351B98E\'/%3E%3C/svg%3E");}
@media only screen and (min-width:62rem) {.blog__item:hover {border: .25rem solid var(--green);}}
.blog .btn--green {margin-top: 1.5rem;margin-left: auto;}
@media only screen and (min-width:62rem) {.blog .btn--green {margin-top: 2rem;}}
.blog .btn--gradient {margin: 0 auto;}