﻿@media only screen and (min-width: 1201px){#global-header{position:relative;z-index:999}}@media only screen and (max-width: 1200px){#global-header{position:sticky;top:0;z-index:2147483646;overflow:visible}#global-header .section-container{position:static}#global-header .section-container:after{content:"";position:absolute;left:50%;top:15%;bottom:15%;background-color:rgba(0,0,0,.7);z-index:-1;width:95%;transform:translateX(-50%);border-radius:16px;max-width:calc(1340px + 5%)}#global-header.active{background-color:#000;background-image:url(../images/global-corner-spiral.svg);background-position:top left;background-repeat:no-repeat}#global-header.active:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-1}}footer#global-footer .contact-card .bg-color-yellow-1:first-child{width:100%}@media only screen and (min-width: 576px){footer#global-footer .contact-card .bg-color-yellow-1:first-child{width:90% !important}}@media only screen and (min-width: 992px){footer#global-footer .contact-card .bg-color-yellow-1:first-child{width:70% !important}}@media only screen and (max-width: 991px){footer#global-footer nav.global-nav ul.nav{flex-direction:column}footer#global-footer nav.global-nav ul.nav .nav-item .nav-link{padding:.5rem 0}footer#global-footer nav.global-nav ul.nav .nav-item .nav-link.bg-color-blue-1{margin-bottom:1rem}}html{height:100%;scroll-behavior:auto}body{background-color:#000;font-size:62.5%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;display:flex;flex-direction:column;position:relative}body.active{overflow:hidden}img{max-width:100%}main{flex:1 0 auto;overflow:hidden}.page-wrap{flex-grow:1;position:relative}.page-footer{flex-shrink:0;position:relative}section{position:relative;scroll-margin-top:100px;overflow:hidden}section:last-of-type>.section-container:not(.wide):last-of-type{padding-bottom:0}.section-container{scroll-margin-top:100px;position:relative;z-index:1;margin:0 auto;width:90%;max-width:1340px;padding-top:max(40px,5vw);padding-bottom:max(40px,5vw)}.section-container.wide{max-width:1560px;padding:0;width:calc(100% - 40px)}.section-container.wide:first-of-type{margin-top:max(40px,4vw)}.section-container+.section-container:not([class*=border-top]){padding-top:0}nav.global-nav ul.nav{list-style:none;padding:0;margin:0;font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700}nav.global-nav li.nav-item{margin:0}nav.global-nav li.nav-item .nav-link{font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700;color:#fff;transition:all .3s ease}nav.global-nav li.nav-item .nav-link:not(.bg-color-blue-1):hover,nav.global-nav li.nav-item .nav-link:not(.bg-color-blue-1):focus,nav.global-nav li.nav-item .nav-link:not(.bg-color-blue-1):active,nav.global-nav li.nav-item .nav-link:not(.bg-color-blue-1).active{color:#fadb71}nav.global-nav li.nav-item .nav-link.bg-color-blue-1:hover,nav.global-nav li.nav-item .nav-link.bg-color-blue-1:focus,nav.global-nav li.nav-item .nav-link.bg-color-blue-1:active,nav.global-nav li.nav-item .nav-link.bg-color-blue-1.active{background-color:#fadb71;color:#000}.toggle-nav{width:45px;height:45px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;border-radius:7px}.toggle-nav .burger{display:block;position:relative;top:0;width:20px;height:3px;background-color:#000;border-radius:3px;transition:all .3s}.toggle-nav .burger:before,.toggle-nav .burger:after{position:absolute;content:"";width:20px;height:3px;transition:all .3s;background-color:#000;border-radius:3px}.toggle-nav .burger:before{top:-7px}.toggle-nav .burger:after{top:7px}.toggle-nav.active .burger{background-color:rgba(0,0,0,0)}.toggle-nav.active .burger:before{top:0;transform:rotate(-45deg)}.toggle-nav.active .burger:after{top:0;transform:rotate(45deg)}@media only screen and (min-width: 1201px){nav.global-nav ul.nav{font-size:18px;font-size:clamp(16px,1.125vw,18px);gap:2rem;gap:clamp(10px,1.5vw,2rem)}nav.global-nav ul.nav li.nav-item .nav-link{font-size:18px;font-size:clamp(16px,1.125vw,18px);padding:0}nav.global-nav ul.nav li.nav-item:before{top:-6px}nav.global-nav ul.nav li.nav-item:after{top:6px}.toggle-nav{display:none}#global-header nav.global-nav li.nav-item[data-nav-dropdown-group]{position:relative}#global-header nav.global-nav li.nav-item .nav-dropdown{display:none;background-color:#fff;color:#000;font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700;border-radius:16px;padding:1.75rem}#global-header nav.global-nav li.nav-item .nav-dropdown li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem;margin-bottom:.5rem}#global-header nav.global-nav li.nav-item .nav-dropdown li a{font-family:"Garet",Arial,Helvetica,sans-serif;text-decoration:none;color:#000;font-weight:700;font-size:16px;padding:.5rem 0;display:block;transition:all .3s ease}#global-header nav.global-nav li.nav-item .nav-dropdown li a:hover{color:#5170ff}#global-header nav.global-nav li.nav-item.has-nav-dropdown-items .nav-dropdown{display:block;position:absolute;z-index:6;left:0;top:calc(100% + 1rem);max-width:calc(100vw - 24px);width:20vw;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s}#global-header nav.global-nav li.nav-item.has-nav-dropdown-items.nav-dropdown--open .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .22s ease,transform .22s ease,visibility 0s linear 0s}#global-header .nav-dropdown-mobile-toggle{display:none !important}}@media only screen and (max-width: 1200px){#global-header nav.global-nav{display:none;padding:0 5%;position:absolute;left:0;right:0;top:100%;z-index:2;background-color:#000;max-height:70vh;overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:1.5rem}#global-header nav.global-nav ul.nav{flex-direction:column}#global-header nav.global-nav ul.nav li.nav-item{padding:1rem 0}#global-header nav.global-nav ul.nav li.nav-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.2)}#global-header nav.global-nav ul.nav li.nav-item .nav-link{display:block;font-size:28px;font-size:clamp(24px,2.5vw,28px);padding:0}#global-header nav.global-nav ul.nav li.nav-item[data-nav-dropdown-group]:not(.has-nav-dropdown-items)>.nav-dropdown{display:none}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items{display:flex;flex-wrap:wrap;align-items:stretch;gap:0 .5rem}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items>.nav-link{flex:1 1 auto;min-width:0;padding-right:0}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items>.nav-dropdown-mobile-toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;min-height:45px;padding:0;border:2px solid rgba(255,255,255,.35);border-radius:6px;background:rgba(0,0,0,0);color:#fff;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items>.nav-dropdown-mobile-toggle span{transition:transform .2s ease}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items.nav-dropdown--mobile-expanded{margin-top:.1rem}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items.nav-dropdown--mobile-expanded span{transform:rotate(180deg)}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items>.nav-dropdown{display:none;flex:1 1 100%;position:static;padding:1rem 0}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items>.nav-dropdown li a{display:block;color:#fff;padding:.25rem 0;font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700;text-decoration:none}#global-header nav.global-nav ul.nav li.nav-item.has-nav-dropdown-items.nav-dropdown--mobile-expanded>.nav-dropdown{display:block}}ul.social .nav-item .nav-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;font-size:18px;color:#fff;transition:all .3s ease}ul.quick-nav{list-style:none}ul.quick-nav .nav-item .nav-link{display:flex;align-items:start;justify-content:space-between;gap:1rem;font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;font-size:clamp(16px,1.5vw,20px);color:#fff;text-decoration:none}ul.quick-nav .nav-item .nav-link:after{font-family:"Font Awesome 5 Pro";content:"";color:#5170ff;font-size:18px}ul.inline-nav{font-size:13px;gap:1rem;align-items:center;margin:0}ul.inline-nav .nav-item{display:inline-flex;align-items:center;gap:1rem;margin:0}ul.inline-nav .nav-item:after{content:"";width:3px;height:3px;border-radius:100%;background-color:#fff}ul.inline-nav .nav-link{color:#fff;font-size:13px;padding:0}ul.inline-nav .nav-link:hover,ul.inline-nav .nav-link:focus,ul.inline-nav .nav-link:active{color:#5170ff}*{letter-spacing:-0.035rem}.heading-text,h1,h2,h3,h4,h5,h6{font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700}h2,h3,h4{line-height:1.1}h1,.mimic-h1{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:68px;font-size:clamp(36px,5vw,68px)}h1 span,h1 strong,.mimic-h1 span,.mimic-h1 strong{background-color:#fff;padding:6px 10px;border-radius:10px;color:#000;font-weight:700}h2,.mimic-h2{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:52px;font-size:clamp(27px,3vw,52px)}h3,.mimic-h3{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:36px;font-size:clamp(22px,3vw,36px)}h3.small,.mimic-h3.small{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:32px;font-size:clamp(22px,3vw,32px)}h4,.mimic-h4{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:24px;font-size:clamp(18px,3vw,24px)}h5,.mimic-h5{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:20px;font-size:clamp(16px,1vw,20px)}h6{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:12px;text-transform:uppercase}p,.mimic-p,ul:not(.nav),li,ol{font-family:"Nunito",Arial,Helvetica,sans-serif;font-size:18px;font-weight:600;line-height:1.4}p.small,.mimic-p.small,ul:not(.nav).small,li.small,ol.small{font-size:13px}p.large,.mimic-p.large,ul:not(.nav).large,li.large,ol.large{font-size:20px;font-size:clamp(15px,1.5vw,20px)}p.x-large,.mimic-p.x-large,ul:not(.nav).x-large,li.x-large,ol.x-large{font-size:24px;font-size:clamp(18px,2vw,24px)}p strong,.mimic-p strong,ul:not(.nav) strong,li strong,ol strong{font-weight:900}ol,ul,dl{padding-left:1rem}ol li:not(:last-child),ul li:not(:last-child),dl li:not(:last-child){margin-bottom:.5rem}ul:not(.list-unstyled):not(.tick-list):not(.nav):not(.check-list):not(.quick-nav):not(.splide__list){list-style:none;padding:0}ul:not(.list-unstyled):not(.tick-list):not(.nav):not(.check-list):not(.quick-nav):not(.splide__list) li{position:relative;padding-left:20px}ul:not(.list-unstyled):not(.tick-list):not(.nav):not(.check-list):not(.quick-nav):not(.splide__list) li::before{position:absolute;top:9px;left:0;content:"";display:block;width:7px;height:7px;background-color:#5170ff;border-radius:2px}ul.tick-list{padding-left:0;list-style:none}ul.tick-list li{padding-left:30px;position:relative}ul.tick-list li:before{position:absolute;top:0;left:0;font-family:"Font Awesome 5 Pro";content:""}ul.tick-list li.large li{font-size:20px;font-size:clamp(18px,1.5vw,20px)}ol{padding-left:1.25rem}ol li::marker{color:#5170ff;font-weight:800}blockquote{position:relative;margin-bottom:0}blockquote:before{content:"";display:inline-block;width:56px;height:39px;background-image:url(../images/quote-marks-pink.png);background-size:contain;background-repeat:no-repeat;margin-bottom:1rem}blockquote.loop-2:before{background-image:url(../images/quote-marks-orange.png)}blockquote.loop-3:before{background-image:url(../images/quote-marks-blue.png)}a{text-decoration:underline;text-decoration-color:#9cc6fc;text-decoration-thickness:2px;text-underline-offset:3px;font-weight:900;transition:all .3s ease}.hero a{color:#fadb71;text-decoration-color:rgba(250,219,113,.5)}.hero a:hover{color:#fadb71;text-decoration-color:#fadb71}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.font-heading{font-family:"Garet",Arial,Helvetica,sans-serif}.font-body{font-family:"Nunito",Arial,Helvetica,sans-serif}.body-text:not(:last-child){border-bottom:2px dashed rgba(255,255,255,.2);margin-bottom:clamp(1.5rem,2.5vw,2.5rem);padding-bottom:clamp(1rem,1.5vw,1.5rem)}.body-text *+h3,.body-text *+h4,.body-text *+h5,.body-text *+h6{margin-top:2rem}.body-text h2{font-size:36px;font-size:clamp(24px,2vw,36px)}.body-text h3{font-size:32px;font-size:clamp(24px,3vw,32px)}body:not([class*=text-color-]):not(a):not(.btn){color:#fff}::selection{background-color:#fadb71;color:#000}.text-color-yellow-1{color:#fadb71}.text-color-blue-1{color:#5170ff}.text-color-blue-2{color:#9cc6fc}.text-color-blue-3{color:#bfdbff}.text-color-green-1{color:#5ec37a}.text-color-green-2{color:#0a6a26}.text-color-purple-1{color:#8f49d9}.text-color-purple-2{color:#e6d0fd}.text-color-pink-1{color:#cf6bab}.text-color-pink-2{color:#ffdbf2}.text-color-red{color:#d85f44}.bg-color-white{background-color:#fff;color:#000}.bg-color-white a{color:#5170ff;text-decoration-color:#9cc6fc}.bg-color-white a:hover{text-decoration-color:#bfdbff}.bg-color-white .btn-link{color:#000;text-decoration-color:#9cc6fc}.bg-color-white .body-text:not(:last-child),.accordion-item .body-text:not(:last-child){border-bottom:2px dashed #e0e0e0}.bg-black .btn.btn-primary.bg-color-white:hover,.bg-black .btn.btn-primary.bg-color-white:focus,.bg-black .btn.btn-primary.bg-color-white:active{background-color:#5170ff !important;color:#fff !important}.bg-color-yellow-1{background-color:#fadb71;color:#000}.bg-color-yellow-1 ::selection{background-color:#000;color:#fff}.bg-color-blue-1{background-color:#5170ff;color:#fff}.bg-color-blue-1.curl-tr{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr{background-size:30vw}}.bg-color-blue-1.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top left;background-repeat:no-repeat;background-size:calc(20vw*155/344)}@media(max-width: 667px){.bg-color-blue-1.curl-tl{background-size:calc(30vw*155/344)}}.bg-color-blue-1.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:bottom right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-blue-1.curl-br{background-size:30vw}}.bg-color-blue-1.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:bottom left;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-blue-1.curl-bl{background-size:30vw}}.bg-color-blue-1.curl-tr.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,top left;background-repeat:no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344)}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-tl{background-size:30vw,calc(30vw*155/344)}}.bg-color-blue-1.curl-tr.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,bottom right;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-br{background-size:30vw,30vw}}.bg-color-blue-1.curl-tr.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-bl{background-size:30vw,30vw}}.bg-color-blue-1.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top left,bottom right;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tl.curl-br{background-size:calc(30vw*155/344),30vw}}.bg-color-blue-1.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top left,bottom left;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tl.curl-bl{background-size:calc(30vw*155/344),30vw}}.bg-color-blue-1.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:bottom right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-blue-1.curl-br.curl-bl{background-size:30vw,30vw}}.bg-color-blue-1.curl-tr.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-tl.curl-br{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-blue-1.curl-tr.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-tl.curl-bl{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-blue-1.curl-tr.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,20vw,20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-br.curl-bl{background-size:30vw,30vw,30vw}}.bg-color-blue-1.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tl.curl-br.curl-bl{background-size:calc(30vw*155/344),30vw,30vw}}.bg-color-blue-1.curl-tr.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(156, 198, 252)' stroke='rgb(156, 198, 252)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-blue-1.curl-tr.curl-tl.curl-br.curl-bl{background-size:30vw,calc(30vw*155/344),30vw,30vw}}.bg-color-blue-1 .btn.btn-primary{background-color:#000 !important}.bg-color-blue-1 .btn.btn-primary:hover,.bg-color-blue-1 .btn.btn-primary:focus,.bg-color-blue-1 .btn.btn-primary:active{background-color:#fff !important}.bg-color-blue-1 .btn-link{color:#fff;text-decoration-color:#9cc6fc}.bg-color-blue-2{background-color:#9cc6fc;color:#000}.bg-color-blue-3{background-color:#bfdbff;color:#000}.bg-color-blue-3 a{text-decoration-color:#9cc6fc}.bg-color-blue-2.curl-tr,.bg-color-blue-3.curl-tr{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr,.bg-color-blue-3.curl-tr{background-size:30vw}}.bg-color-blue-2.curl-tl,.bg-color-blue-3.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top left;background-repeat:no-repeat;background-size:calc(20vw*155/344)}@media(max-width: 667px){.bg-color-blue-2.curl-tl,.bg-color-blue-3.curl-tl{background-size:calc(30vw*155/344)}}.bg-color-blue-2.curl-br,.bg-color-blue-3.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:bottom right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-blue-2.curl-br,.bg-color-blue-3.curl-br{background-size:30vw}}.bg-color-blue-2.curl-bl,.bg-color-blue-3.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:bottom left;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-blue-2.curl-bl,.bg-color-blue-3.curl-bl{background-size:30vw}}.bg-color-blue-2.curl-tr.curl-tl,.bg-color-blue-3.curl-tr.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,top left;background-repeat:no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344)}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-tl,.bg-color-blue-3.curl-tr.curl-tl{background-size:30vw,calc(30vw*155/344)}}.bg-color-blue-2.curl-tr.curl-br,.bg-color-blue-3.curl-tr.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,bottom right;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-br,.bg-color-blue-3.curl-tr.curl-br{background-size:30vw,30vw}}.bg-color-blue-2.curl-tr.curl-bl,.bg-color-blue-3.curl-tr.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-bl,.bg-color-blue-3.curl-tr.curl-bl{background-size:30vw,30vw}}.bg-color-blue-2.curl-tl.curl-br,.bg-color-blue-3.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top left,bottom right;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tl.curl-br,.bg-color-blue-3.curl-tl.curl-br{background-size:calc(30vw*155/344),30vw}}.bg-color-blue-2.curl-tl.curl-bl,.bg-color-blue-3.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top left,bottom left;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tl.curl-bl,.bg-color-blue-3.curl-tl.curl-bl{background-size:calc(30vw*155/344),30vw}}.bg-color-blue-2.curl-br.curl-bl,.bg-color-blue-3.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:bottom right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-blue-2.curl-br.curl-bl,.bg-color-blue-3.curl-br.curl-bl{background-size:30vw,30vw}}.bg-color-blue-2.curl-tr.curl-tl.curl-br,.bg-color-blue-3.curl-tr.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-tl.curl-br,.bg-color-blue-3.curl-tr.curl-tl.curl-br{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-blue-2.curl-tr.curl-tl.curl-bl,.bg-color-blue-3.curl-tr.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-tl.curl-bl,.bg-color-blue-3.curl-tr.curl-tl.curl-bl{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-blue-2.curl-tr.curl-br.curl-bl,.bg-color-blue-3.curl-tr.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,20vw,20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-br.curl-bl,.bg-color-blue-3.curl-tr.curl-br.curl-bl{background-size:30vw,30vw,30vw}}.bg-color-blue-2.curl-tl.curl-br.curl-bl,.bg-color-blue-3.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tl.curl-br.curl-bl,.bg-color-blue-3.curl-tl.curl-br.curl-bl{background-size:calc(30vw*155/344),30vw,30vw}}.bg-color-blue-2.curl-tr.curl-tl.curl-br.curl-bl,.bg-color-blue-3.curl-tr.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(191, 219, 255)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(191, 219, 255)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(81, 112, 255)' stroke='rgb(81, 112, 255)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-blue-2.curl-tr.curl-tl.curl-br.curl-bl,.bg-color-blue-3.curl-tr.curl-tl.curl-br.curl-bl{background-size:30vw,calc(30vw*155/344),30vw,30vw}}.bg-color-blue-2 ul li::marker,.bg-color-blue-3 ul li::marker{color:#5170ff}.bg-color-green-1{background-color:#5ec37a;color:#000}.bg-color-green-1 ul:not(.list-unstyled):not(.tick-list):not(.nav):not(.check-list):not(.quick-nav):not(.splide__list) li::before{background-color:#0a6a26}.bg-color-green-1 a{color:#256336;text-decoration-color:#0a6a26}.bg-color-green-1 .btn.btn-primary{background-color:#000 !important}.bg-color-green-1 .btn.btn-primary:hover,.bg-color-green-1 .btn.btn-primary:focus,.bg-color-green-1 .btn.btn-primary:active{background-color:#fff !important}.bg-color-green-1 .body-text:not(:last-child){border-bottom-color:#83d199}.bg-color-green-2{background-color:#0a6a26;color:#fff}.bg-color-purple-1{background-color:#8f49d9;color:#fff}.bg-color-purple-1.curl-tr{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr{background-size:30vw}}.bg-color-purple-1.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top left;background-repeat:no-repeat;background-size:calc(20vw*155/344)}@media(max-width: 667px){.bg-color-purple-1.curl-tl{background-size:calc(30vw*155/344)}}.bg-color-purple-1.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:bottom right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-purple-1.curl-br{background-size:30vw}}.bg-color-purple-1.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:bottom left;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-purple-1.curl-bl{background-size:30vw}}.bg-color-purple-1.curl-tr.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,top left;background-repeat:no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344)}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-tl{background-size:30vw,calc(30vw*155/344)}}.bg-color-purple-1.curl-tr.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,bottom right;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-br{background-size:30vw,30vw}}.bg-color-purple-1.curl-tr.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-bl{background-size:30vw,30vw}}.bg-color-purple-1.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top left,bottom right;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tl.curl-br{background-size:calc(30vw*155/344),30vw}}.bg-color-purple-1.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top left,bottom left;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tl.curl-bl{background-size:calc(30vw*155/344),30vw}}.bg-color-purple-1.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:bottom right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-purple-1.curl-br.curl-bl{background-size:30vw,30vw}}.bg-color-purple-1.curl-tr.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-tl.curl-br{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-purple-1.curl-tr.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-tl.curl-bl{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-purple-1.curl-tr.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,20vw,20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-br.curl-bl{background-size:30vw,30vw,30vw}}.bg-color-purple-1.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tl.curl-br.curl-bl{background-size:calc(30vw*155/344),30vw,30vw}}.bg-color-purple-1.curl-tr.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(143, 73, 217)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(143, 73, 217)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(230, 208, 253)' stroke='rgb(230, 208, 253)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-purple-1.curl-tr.curl-tl.curl-br.curl-bl{background-size:30vw,calc(30vw*155/344),30vw,30vw}}.bg-color-purple-1 ul:not(.list-unstyled):not(.tick-list):not(.nav):not(.check-list):not(.quick-nav):not(.splide__list) li::before{background-color:#e6d0fd}.bg-color-purple-1 a{color:#fff;text-decoration-color:#a973e2}.bg-color-purple-1 a:hover{text-decoration-color:#e6d0fd}.bg-color-purple-1 .btn.btn-primary{background-color:#000 !important}.bg-color-purple-1 .btn.btn-primary:hover,.bg-color-purple-1 .btn.btn-primary:focus,.bg-color-purple-1 .btn.btn-primary:active{background-color:#fff !important}.bg-color-purple-1 .body-text:not(:last-child){border-bottom-color:#a973e2}.bg-color-purple-2{background-color:#e6d0fd;color:#000}.bg-color-pink-1{background-color:#cf6bab;color:#fff}.bg-color-pink-1.curl-tr{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr{background-size:30vw}}.bg-color-pink-1.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top left;background-repeat:no-repeat;background-size:calc(20vw*155/344)}@media(max-width: 667px){.bg-color-pink-1.curl-tl{background-size:calc(30vw*155/344)}}.bg-color-pink-1.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:bottom right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-pink-1.curl-br{background-size:30vw}}.bg-color-pink-1.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:bottom left;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-pink-1.curl-bl{background-size:30vw}}.bg-color-pink-1.curl-tr.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,top left;background-repeat:no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344)}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-tl{background-size:30vw,calc(30vw*155/344)}}.bg-color-pink-1.curl-tr.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,bottom right;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-br{background-size:30vw,30vw}}.bg-color-pink-1.curl-tr.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-bl{background-size:30vw,30vw}}.bg-color-pink-1.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top left,bottom right;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tl.curl-br{background-size:calc(30vw*155/344),30vw}}.bg-color-pink-1.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top left,bottom left;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tl.curl-bl{background-size:calc(30vw*155/344),30vw}}.bg-color-pink-1.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:bottom right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-pink-1.curl-br.curl-bl{background-size:30vw,30vw}}.bg-color-pink-1.curl-tr.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-tl.curl-br{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-pink-1.curl-tr.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-tl.curl-bl{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-pink-1.curl-tr.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,20vw,20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-br.curl-bl{background-size:30vw,30vw,30vw}}.bg-color-pink-1.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tl.curl-br.curl-bl{background-size:calc(30vw*155/344),30vw,30vw}}.bg-color-pink-1.curl-tr.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(207, 107, 171)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(207, 107, 171)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(255, 219, 242)' stroke='rgb(255, 219, 242)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-pink-1.curl-tr.curl-tl.curl-br.curl-bl{background-size:30vw,calc(30vw*155/344),30vw,30vw}}.bg-color-pink-1 a:not(.btn-link):not(.btn){color:#7a275c;text-decoration-color:#7a275c}.bg-color-pink-1 a:not(.btn-link):not(.btn):hover{color:#c34495;text-decoration-color:#c34495}.bg-color-pink-1 .btn-link{text-decoration-color:#ffdbf2}.bg-color-pink-2{background-color:#ffdbf2;color:#000}.bg-color-red{background-color:#d85f44;color:#fff}.bg-color-red.curl-tr{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-red.curl-tr{background-size:30vw}}.bg-color-red.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top left;background-repeat:no-repeat;background-size:calc(20vw*155/344)}@media(max-width: 667px){.bg-color-red.curl-tl{background-size:calc(30vw*155/344)}}.bg-color-red.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:bottom right;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-red.curl-br{background-size:30vw}}.bg-color-red.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:bottom left;background-repeat:no-repeat;background-size:20vw}@media(max-width: 667px){.bg-color-red.curl-bl{background-size:30vw}}.bg-color-red.curl-tr.curl-tl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,top left;background-repeat:no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344)}@media(max-width: 667px){.bg-color-red.curl-tr.curl-tl{background-size:30vw,calc(30vw*155/344)}}.bg-color-red.curl-tr.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,bottom right;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-red.curl-tr.curl-br{background-size:30vw,30vw}}.bg-color-red.curl-tr.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-red.curl-tr.curl-bl{background-size:30vw,30vw}}.bg-color-red.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top left,bottom right;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-red.curl-tl.curl-br{background-size:calc(30vw*155/344),30vw}}.bg-color-red.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top left,bottom left;background-repeat:no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-red.curl-tl.curl-bl{background-size:calc(30vw*155/344),30vw}}.bg-color-red.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:bottom right,bottom left;background-repeat:no-repeat,no-repeat;background-size:20vw,20vw}@media(max-width: 667px){.bg-color-red.curl-br.curl-bl{background-size:30vw,30vw}}.bg-color-red.curl-tr.curl-tl.curl-br{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-red.curl-tr.curl-tl.curl-br{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-red.curl-tr.curl-tl.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw}@media(max-width: 667px){.bg-color-red.curl-tr.curl-tl.curl-bl{background-size:30vw,calc(30vw*155/344),30vw}}.bg-color-red.curl-tr.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:20vw,20vw,20vw}@media(max-width: 667px){.bg-color-red.curl-tr.curl-br.curl-bl{background-size:30vw,30vw,30vw}}.bg-color-red.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat;background-size:calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-red.curl-tl.curl-br.curl-bl{background-size:calc(30vw*155/344),30vw,30vw}}.bg-color-red.curl-tr.curl-tl.curl-br.curl-bl{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-tr-clip'><rect width='344' height='180' transform='translate(1236 3160.426)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-1236 -3160.426)' clip-path='url(%23section-curl-tr-clip)'><path d='M278.94,730.961a80.068,80.068,0,0,1-16.123-1.645c-16.409-3.368-31.2-11.713-41.648-23.506a1.34,1.34,0,0,1,.557-2.155,1.334,1.334,0,0,1,1.023.059,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661a57.574,57.574,0,0,0,15.825-10.773l-.4-.04c-12.734-1.247-23.786-8.018-28.848-17.735a26.391,26.391,0,0,1-2.621-8.552,26.336,26.336,0,0,1,.393-8.936,21.523,21.523,0,0,1,9.743-14.287c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.312,41.312,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491l3.287,1.626c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.361,1.361,0,0,1,.511-.074,1.343,1.343,0,0,1,.916.43,1.341,1.341,0,0,1,.353.948,1.349,1.349,0,0,1-.116.5c-4.678,9.971-13.215,17.936-24.669,23.051a70.715,70.715,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.849,58.849,0,0,1-18.213,13,73.877,73.877,0,0,1-31.408,6.83Zm34.794-69.654a17.565,17.565,0,0,0-9.049,2.375c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.893,38.893,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979A22.46,22.46,0,0,0,313.735,661.308Zm0,0' transform='translate(1392.044 2418.99) rotate(30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='155' height='115.939' viewBox='0 0 155 115.939'><defs><clipPath id='section-curl-tl-clip'><rect width='155' height='115.939' transform='translate(21 1362)' fill='rgb(216, 95, 68)'/></clipPath></defs><g transform='translate(-21 -1362)' clip-path='url(%23section-curl-tl-clip)'><path d='M30.445,37.922A41.949,41.949,0,0,1,22,37.061,39.9,39.9,0,0,1,.178,24.746a.687.687,0,0,1-.139-.236A.681.681,0,0,1,0,24.239a.7.7,0,0,1,.468-.622.7.7,0,0,1,.536.031.688.688,0,0,1,.218.165C12.1,36.071,31.478,40.048,46.3,33.065a30.164,30.164,0,0,0,8.291-5.644l-.21-.021c-6.671-.653-12.462-4.2-15.114-9.292A13.827,13.827,0,0,1,37.9,13.627,13.8,13.8,0,0,1,38.1,8.945a11.276,11.276,0,0,1,5.1-7.485c5.109-3.041,12.49-1.17,16.127,4.1,3.249,4.712,3.454,11.435.5,17.144a21.645,21.645,0,0,1-2.2,3.422,41.281,41.281,0,0,0,13.9-3.249c5.308-2.082,10.5-4.747,15.578-7.334C97.868,10.05,108.988,4.368,121.191,4.128c12.037-.233,23.526,4.915,34.263,10.212l1.722.852c10.037,4.958,20.4,10.086,31.511,11.064,10.585.934,24.357-3.109,29.571-14.182a.7.7,0,0,1,.4-.351.713.713,0,0,1,.268-.039.7.7,0,0,1,.48.225.7.7,0,0,1,.185.5.707.707,0,0,1-.061.263A25.126,25.126,0,0,1,206.6,24.746a37.049,37.049,0,0,1-18.028,2.911c-11.377-1-21.864-6.187-32.008-11.2l-1.723-.852c-10.592-5.224-21.89-10.3-33.62-10.072-11.884.233-22.859,5.836-33.472,11.263-5.093,2.6-10.359,5.294-15.7,7.39-5.992,2.353-11.012,3.438-15.6,3.35A30.832,30.832,0,0,1,46.9,34.344a38.535,38.535,0,0,1-8.031,2.695A38.587,38.587,0,0,1,30.445,37.922ZM48.674,1.43a9.2,9.2,0,0,0-4.741,1.244c-4.523,2.7-6.12,9.624-3.422,14.8,2.435,4.668,7.8,7.937,14,8.545.434.042.873.075,1.314.094a20.376,20.376,0,0,0,2.757-4.048c2.71-5.254,2.548-11.421-.411-15.706A11.767,11.767,0,0,0,48.674,1.43Zm0,0' transform='matrix(0.819, -0.574, 0.574, 0.819, -4.224, 1454.126)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-br-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-br-clip)'><path d='M58.11,0A80.068,80.068,0,0,0,41.987,1.645C25.578,5.013,10.787,13.358.339,25.151a1.338,1.338,0,0,0,1.58,2.1,1.314,1.314,0,0,0,.416-.314C23.092,3.533,60.083-4.057,88.378,9.272A57.577,57.577,0,0,1,104.2,20.045l-.4.04C91.069,21.332,80.017,28.1,74.955,37.82a26.332,26.332,0,0,0-2.228,17.488A21.523,21.523,0,0,0,82.47,69.6c9.752,5.8,23.84,2.232,30.781-7.828,6.2-8.994,6.593-21.826.962-32.723a41.317,41.317,0,0,0-4.2-6.532c7.809.206,16.4,2.228,26.53,6.2s20.048,9.061,29.734,14C186.807,53.2,208.031,64.044,231.323,64.5c22.975.446,44.9-9.381,65.4-19.491l3.287-1.626c19.157-9.463,38.93-19.251,60.146-21.117,20.2-1.782,46.49,5.935,56.442,27.07a1.343,1.343,0,0,0,.756.67,1.362,1.362,0,0,0,.511.074,1.334,1.334,0,0,0,1.153-1.878c-4.678-9.971-13.215-17.936-24.669-23.051A70.718,70.718,0,0,0,359.938,19.6c-21.716,1.911-41.733,11.81-61.094,21.385l-3.289,1.626c-20.217,9.971-41.781,19.657-64.171,19.225C208.7,61.388,187.753,50.7,167.5,40.334c-9.722-4.968-19.773-10.1-29.974-14.1-11.437-4.491-21.02-6.563-29.783-6.394a58.851,58.851,0,0,0-18.213-13A73.878,73.878,0,0,0,58.117.01ZM92.9,69.654a17.565,17.565,0,0,1-9.049-2.375c-8.634-5.15-11.682-18.37-6.532-28.246,4.647-8.911,14.89-15.148,26.731-16.31.829-.081,1.666-.144,2.508-.179a38.892,38.892,0,0,1,5.263,7.726c5.172,10.028,4.864,21.8-.784,29.979a22.46,22.46,0,0,1-18.136,9.4Zm0,0' transform='translate(-18.191 177.987) rotate(-30)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='344' height='180' viewBox='0 0 344 180'><defs><clipPath id='section-curl-bl-clip'><rect width='344' height='180' fill='rgb(216, 95, 68)'/></clipPath></defs><g clip-path='url(%23section-curl-bl-clip)'><path d='M58.11,72.38a80.068,80.068,0,0,1-16.123-1.645C25.578,67.367,10.787,59.022.339,47.229a1.338,1.338,0,0,1,1.58-2.1,1.314,1.314,0,0,1,.416.314c20.757,23.4,57.748,30.99,86.043,17.661A57.577,57.577,0,0,0,104.2,52.335l-.4-.04C91.069,51.048,80.017,44.277,74.955,34.56a26.332,26.332,0,0,1-2.228-17.488A21.523,21.523,0,0,1,82.47,2.785c9.752-5.8,23.84-2.232,30.781,7.828,6.2,8.994,6.593,21.826.962,32.723a41.317,41.317,0,0,1-4.2,6.532c7.809-.206,16.4-2.228,26.53-6.2s20.048-9.061,29.734-14c20.529-10.487,41.753-21.332,65.045-21.79,22.975-.446,44.9,9.381,65.4,19.491L300.01,29c19.157,9.463,38.93,19.251,60.146,21.117,20.2,1.782,46.49-5.935,56.442-27.07a1.343,1.343,0,0,1,.756-.67,1.362,1.362,0,0,1,.511-.074,1.334,1.334,0,0,1,1.153,1.878c-4.678,9.971-13.215,17.936-24.669,23.051a70.718,70.718,0,0,1-34.411,5.555c-21.716-1.911-41.733-11.81-61.094-21.385l-3.289-1.626c-20.217-9.971-41.781-19.657-64.171-19.225-22.683.446-43.631,11.139-63.888,21.5-9.722,4.968-19.773,10.1-29.974,14.1-11.437,4.491-21.02,6.563-29.783,6.394a58.851,58.851,0,0,1-18.213,13,73.878,73.878,0,0,1-31.408,6.83ZM92.9,2.726A17.565,17.565,0,0,0,83.855,5.1c-8.634,5.15-11.682,18.37-6.532,28.246,4.647,8.911,14.89,15.148,26.731,16.31.829.081,1.666.144,2.508.179a38.892,38.892,0,0,0,5.263-7.726c5.172-10.028,4.864-21.8-.784-29.979a22.46,22.46,0,0,0-18.136-9.4Zm0,0' transform='translate(326.001 240.67) rotate(-150)' fill='rgb(228, 144, 125)' stroke='rgb(228, 144, 125)' stroke-width='2'/></g></svg>");background-position:top right,top left,bottom right,bottom left;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:20vw,calc(20vw*155/344),20vw,20vw}@media(max-width: 667px){.bg-color-red.curl-tr.curl-tl.curl-br.curl-bl{background-size:30vw,calc(30vw*155/344),30vw,30vw}}.bg-color-red .btn.btn-primary{background-color:#000 !important}.bg-color-red .btn.btn-primary:hover,.bg-color-red .btn.btn-primary:focus,.bg-color-red .btn.btn-primary:active{background-color:#fff !important}.bg-color-grey{background-color:#e0e0e0;color:#000}.bg-color-purple-1 .bg-color-white,.bg-color-green-1 .bg-color-white,.bg-color-blue-3 .bg-color-white,.bg-color-pink-1 .bg-color-white{color:#000}.bg-color-purple-1 .bg-color-white a,.bg-color-green-1 .bg-color-white a,.bg-color-blue-3 .bg-color-white a,.bg-color-pink-1 .bg-color-white a{color:#5170ff;text-decoration-color:#9cc6fc}.bg-color-purple-1 .bg-color-white a:hover,.bg-color-green-1 .bg-color-white a:hover,.bg-color-blue-3 .bg-color-white a:hover,.bg-color-pink-1 .bg-color-white a:hover{text-decoration-color:#bfdbff}.bg-color-purple-1 .bg-color-white .btn-link,.bg-color-green-1 .bg-color-white .btn-link,.bg-color-blue-3 .bg-color-white .btn-link,.bg-color-pink-1 .bg-color-white .btn-link{color:#000;text-decoration-color:#9cc6fc}.bg-color-fb{background-color:#233ebc}.bg-color-ig{background-color:#c13584}.bg-color-li{background-color:#0077b5}.bg-color-pt{background-color:#bd081c}.bg-color-tt{background-color:#0dc9b3}.bg-color-tw{background-color:#171717}.bg-color-yt{background-color:red}.hover-blue *{transition:all .3s}.hover-blue:hover.bg-color-white{background-color:#5170ff;color:#fff}.hover-blue:hover.bg-color-white .text-black{color:#fff !important}.hover-blue:hover .bg-color-blue-1{background-color:#9cc6fc;color:#000 !important}.hover-purple *{transition:all .3s}.hover-purple:hover.bg-color-white{background-color:#8f49d9;color:#fff}.hover-purple:hover.bg-color-white .text-black{color:#fff !important}.hover-purple:hover .bg-color-purple-1{background-color:#e6d0fd;color:#000 !important}.hover-pink *{transition:all .3s}.hover-pink:hover.bg-color-white{background-color:#cf6bab;color:#fff}.hover-pink:hover.bg-color-white .text-black{color:#fff !important}.hover-pink:hover .bg-color-pink-1{background-color:#ffdbf2;color:#000 !important}.border:not(.border-white),[class*=border-]:not(.border-white){border-color:rgba(255,255,255,.25) !important}body{background-attachment:fixed;background-image:url(../images/global-corner-spiral.svg);background-position:top left;background-repeat:no-repeat}.bg-curl{position:relative;z-index:1;overflow:visible}.bg-curl:after{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;min-height:100%;z-index:-1;background-position:center;background-repeat:no-repeat;aspect-ratio:40/17}.bg-curl.curl-yellow-low-left:after{background-image:url(../images/curled-line-yellow-low-left.svg);background-size:contain}.bg-curl.curl-yellow-low-right:after{background-image:url(../images/curled-line-yellow-low-right.svg);background-size:contain}@media only screen and (max-width: 767px){.bg-curl.curl-yellow-low-right:after{background-size:cover;background-position:left 2vw}}.collage{--collage-gap: clamp(0.75rem, 2vw, 1.25rem);--collage-radius: clamp(2rem, 6vw, 3.75rem);display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-template-rows:repeat(4, minmax(0, 1fr));gap:var(--collage-gap);background:#000;aspect-ratio:1;height:auto !important}.collage>picture:nth-of-type(1),.collage>.hero-slot-medium{grid-column:3/5;grid-row:1/3;transform:translateY(5%) scale(0.75);transform-origin:center center}.collage>picture:nth-of-type(2),.collage>.hero-slot-small{grid-column:2/4;grid-row:3/5;transform:scale(0.6666666667);transform-origin:center center}.collage>.corner-clip-bl{grid-column:1/4;grid-row:1/4;width:100% !important;height:100%;min-height:0;align-self:stretch;aspect-ratio:auto}.collage>picture,.collage>.hero-slot-medium,.collage>.hero-slot-small{position:static !important;inset:auto !important;z-index:1;display:block;width:100% !important;height:100%;min-height:0;object-fit:cover;border-radius:var(--collage-radius)}.collage>.hero-slot-medium .splide__track,.collage>.hero-slot-small .splide__track,.collage>.hero-slot-medium .splide__list,.collage>.hero-slot-small .splide__list,.collage>.hero-slot-medium .splide__slide,.collage>.hero-slot-small .splide__slide{height:100%}.corner-clip-bl{position:relative;width:100%;aspect-ratio:373/347.999}.corner-clip-bl svg{position:absolute;width:100%;height:100%}.corner-clip-bl picture{display:block;position:absolute;width:100%;height:100%;object-fit:cover;-webkit-clip-path:url(#mask-corner-bl);clip-path:url(#mask-corner-bl)}.corner-clip-br{position:relative;width:100%;aspect-ratio:373/347.999}.corner-clip-br svg{position:absolute;width:100%;height:100%}.corner-clip-br picture{display:block;position:absolute;width:100%;height:100%;object-fit:cover;-webkit-clip-path:url(#mask-corner-br);clip-path:url(#mask-corner-br)}@media only screen and (min-width: 576px){footer#global-footer .contact-card .corner-br-inner,body.home .contact-card .corner-br-inner{position:relative}footer#global-footer .contact-card .corner-br-inner:after,body.home .contact-card .corner-br-inner:after{pointer-events:none;content:"";position:absolute;width:clamp(30px,2vw,40px);height:clamp(30px,2vw,40px);left:100%;bottom:0}footer#global-footer .contact-card .corner-br-inner.bg-color-yellow-1:after,body.home .contact-card .corner-br-inner.bg-color-yellow-1:after{background:url(../images/yellow-corner-br-inner.svg) no-repeat center center;background-position:bottom right;background-size:cover}footer#global-footer .contact-card .bg-color-yellow-1:last-child,body.home .contact-card .bg-color-yellow-1:last-child{border-top-right-radius:16px !important}}a[data-fslightbox] picture{position:relative;display:block}a[data-fslightbox] picture:before{font-family:"Font Awesome 5 Pro";content:"";position:absolute;top:20px;left:20px;width:40px;height:40px;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;background-color:rgba(0,0,0,.5)}#contact-card-dock{pointer-events:none}#contact-card-dock.is-past,#contact-card-dock.is-open{pointer-events:auto}.contact-card-dock__inner{position:fixed;left:5%;bottom:0;z-index:10000000001;display:flex;flex-direction:column;align-items:flex-start;max-width:90%}@media only screen and (min-width: 1025px){.contact-card-dock__inner{left:1.5rem}}#contact-card-dock .contact-card-dock__tab{position:relative;z-index:2;border:none;pointer-events:auto;font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:900;font-size:16px;text-transform:uppercase;padding:10px 20px;box-shadow:0px 0px 0px 5px rgba(0,0,0,.15);display:inline-flex;align-items:center;gap:.5rem}#contact-card-dock .contact-card-dock__tab i{transition:all .3s}#contact-card-dock .contact-card-dock__tab:after{content:"";width:20px;height:20px;background:url(../images/yellow-corner-br-inner.svg) no-repeat bottom right;background-size:contain;position:absolute;bottom:0;left:100%}#contact-card-dock .contact-card-dock__tab[aria-expanded=true] i{transform:rotate(180deg)}.contact-card-dock__panel{position:relative;z-index:2;width:100%;max-height:0;overflow:hidden;flex:0 0 auto;transition:max-height .35s ease;pointer-events:auto;background:rgba(0,0,0,0)}.contact-card-dock__panel .section-container{padding-top:0;padding-bottom:1.5rem;width:auto}.contact-card-dock__panel .section-container .bg-color-yellow-1.rounded-top-left-4{border-top-left-radius:0 !important}#contact-card-dock.is-open .contact-card-dock__panel{max-height:min(85vh, calc(100 * var(--vh, 1vh) - 4rem))}.contact-card-dock__scroll{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden;max-height:min(85vh, calc(100 * var(--vh, 1vh) - 4rem));overscroll-behavior:contain}#contact-card-dock .contact-card-dock__clone{margin:0}.accordion{flex-grow:1;display:flex;flex-direction:column}.accordion .accordion-item{flex-grow:1;display:flex;flex-direction:column}.accordion .accordion-item a{color:#5170ff;text-decoration-color:#9cc6fc}.accordion .accordion-item a:hover{text-decoration-color:#bfdbff}.accordion .accordion-item .btn-link{color:#000;text-decoration-color:#9cc6fc}.accordion .accordion-item .accordion-header{flex-grow:1}.accordion .accordion-item:has(.accordion-button[aria-expanded=true]){flex-grow:0}.accordion .accordion-item:has(.accordion-button[aria-expanded=true]) .accordion-header{flex-grow:0}.row:has(.accordion-button[aria-expanded=true])>.col .accordion:not(:has(.accordion-button[aria-expanded=true])),.row:has(.accordion-button[aria-expanded=true])>[class*=col-] .accordion:not(:has(.accordion-button[aria-expanded=true])){flex-grow:0}.row:has(.accordion-button[aria-expanded=true])>.col .accordion:not(:has(.accordion-button[aria-expanded=true])) .accordion-item,.row:has(.accordion-button[aria-expanded=true])>[class*=col-] .accordion:not(:has(.accordion-button[aria-expanded=true])) .accordion-item{flex-grow:0}.row:has(.accordion-button[aria-expanded=true])>.col .accordion:not(:has(.accordion-button[aria-expanded=true])) .accordion-item .accordion-header,.row:has(.accordion-button[aria-expanded=true])>[class*=col-] .accordion:not(:has(.accordion-button[aria-expanded=true])) .accordion-item .accordion-header{flex-grow:0}.accordion-button{border:none;background:none;text-align:left;display:flex;align-items:start;justify-content:space-between;gap:1.5rem;width:100%;padding:1.5rem;border-radius:16px 16px}.accordion-button:after{font-family:"Font Awesome 5 Pro";content:"";font-weight:900;font-size:22px;font-size:clamp(16px,3vw,22px);transition:all .3s}.accordion-button[aria-expanded=true]{border-radius:16px 16px 0 0}.accordion-button[aria-expanded=true]:after{transform:rotate(180deg)}.accordion-item{color:#000;border-radius:16px}.accordion-item:not([class*=bg-color-]){background-color:#fff}.accordion-item:not([class*=bg-color-]) .accordion-button,.accordion-item:not([class*=bg-color-]) .accordion-body{background-color:#fff}.accordion-item:not(:last-child){margin-bottom:1rem}.accordion-item .accordion-header{margin:0}.accordion-item .accordion-body{padding-top:0 !important;border-radius:0 0 16px 16px}.badge,figcaption{border-radius:7px;font-family:"Garet",Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;padding:6px 10px 4px 10px;color:#fff}.badge:not([class*=bg-color-]),figcaption:not([class*=bg-color-]){background-color:#000}.btn{font-family:"Garet",Arial,Helvetica,sans-serif;font-size:20px;font-size:clamp(16px,2vw,20px);font-weight:900;text-transform:uppercase;padding:.75rem 1.5rem;border-radius:10px;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.75rem}.btn.btn-primary:not([class*=bg-color-]){background-color:#5170ff;color:#fff}.btn.btn-primary:not(.btn-back):after{font-family:"Font Awesome 5 Pro";content:"";font-weight:900;font-size:22px;font-size:clamp(16px,3vw,22px);opacity:1;margin-top:-4px;transition:all .3s}.btn.btn-primary:not([class*=bg-color-]):after{color:#fff}.btn.btn-primary.btn-back:before{font-family:"Font Awesome 5 Pro";content:"";font-weight:900;font-size:22px;font-size:clamp(16px,3vw,22px);opacity:1;margin-top:-4px;transition:all .3s}.btn.btn-primary:hover:not([class*=bg-color-]),.btn.btn-primary:focus:not([class*=bg-color-]),.btn.btn-primary:active:not([class*=bg-color-]){background-color:#fadb71;color:#000}.btn.btn-primary:hover:not([class*=bg-color-]):after,.btn.btn-primary:focus:not([class*=bg-color-]):after,.btn.btn-primary:active:not([class*=bg-color-]):after{color:#000}.btn.btn-primary:hover[class*=bg-color-],.btn.btn-primary:focus[class*=bg-color-],.btn.btn-primary:active[class*=bg-color-]{background-color:#000;color:#fff}.btn.btn-primary:hover[class*=bg-color-]:after,.btn.btn-primary:focus[class*=bg-color-]:after,.btn.btn-primary:active[class*=bg-color-]:after{color:#fff}.btn.btn-secondary{text-transform:none;padding:.5rem 1rem;font-weight:700;font-size:16px}.btn-dismiss{background:none;padding:0;border:none;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;color:#5170ff;transition:all .3s;z-index:1}.btn-dismiss:hover{color:#000}.btn-arrow{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-family:"Garet",Arial,Helvetica,sans-serif;font-size:25px;font-size:clamp(18px,2vw,25px)}.btn-arrow:after{font-family:"Font Awesome 5 Pro";content:"";font-weight:900;font-size:22px;font-size:clamp(16px,3vw,22px)}.btn-arrow.bg-color-yellow-1:hover,.btn-arrow.bg-color-yellow-1:focus,.btn-arrow.bg-color-yellow-1:active{background-color:#fff;color:#000}.btn-arrow.bg-color-yellow-1:hover:after,.btn-arrow.bg-color-yellow-1:focus:after,.btn-arrow.bg-color-yellow-1:active:after{color:#000}.btn-link{color:#fff;font-size:18px;font-weight:900;text-decoration:underline;text-decoration-color:#5170ff;text-decoration-thickness:2px;text-underline-offset:5px;transition:all .3s}.btn-link:hover{text-decoration-color:#5170ff}.bg-image{position:relative;z-index:2;overflow:hidden;background-color:#000;color:#fff}.bg-image picture{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.bg-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:-1}.dsa-cookie-consent[hidden]{display:none !important}.dsa-cookie-consent__overlay{position:fixed;inset:0;z-index:100540;background:rgba(0,0,0,.4);cursor:pointer}.dsa-cookie-consent__overlay[hidden]{display:none}.dsa-cookie-consent__revisit{position:fixed;z-index:100510;bottom:55px;left:15px;width:45px;height:45px;padding:0;border:none;border-radius:50%;background:#f5ba33;box-shadow:0 2px 12px rgba(0,0,0,.18);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease}.dsa-cookie-consent__revisit:hover{transform:scale(1.05);box-shadow:0 4px 16px rgba(0,0,0,.22)}.dsa-cookie-consent__revisit:focus-visible{outline:2px solid #1863dc;outline-offset:3px}.dsa-cookie-consent__revisit[hidden]{display:none}.dsa-cookie-consent__revisit:hover::before,.dsa-cookie-consent__revisit:focus-visible::before{content:attr(data-tooltip);position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);background:#4e4b66;color:#fff;font-size:12px;line-height:1.25;padding:4px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;max-width:min(280px,70vw)}.dsa-cookie-consent__revisit[hidden]::before{content:none}.dsa-cookie-consent__revisit-icon{display:inline-flex;justify-content:center;align-items:center;width:26px;height:26px}.dsa-cookie-consent__revisit-icon:after{font-family:"Font Awesome 5 Pro";content:"";color:#fff;font-size:18px}.dsa-cookie-consent__banner{position:sticky;top:0;z-index:110;width:100%;max-height:min(85vh,100vh - 1rem);overflow:auto;box-sizing:border-box;padding-top:env(safe-area-inset-top, 0);padding-inline:0;padding-bottom:14px;margin:0;border-radius:0;background:#fff;border:none;border-bottom:1px solid #f4f4f4;box-shadow:0 4px 12px rgba(0,0,0,.12)}.dsa-cookie-consent__banner[hidden]{display:none}.dsa-cookie-consent__banner-inner{box-sizing:border-box;width:100%;max-width:1340px;margin-inline:auto;padding-block:16px 4px;padding-inline:clamp(16px,4vw,24px);padding-inline-end:clamp(48px,8vw,56px);display:flex;flex-direction:column;gap:14px;align-items:stretch}@media(min-width: 992px){.dsa-cookie-consent__banner-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:28px;padding-block:14px 4px}}.dsa-cookie-consent__banner-main{flex:1;min-width:0}.dsa-cookie-consent__banner-close{position:absolute;top:max(10px,env(safe-area-inset-top, 0px) + 8px);right:12px;width:36px;height:36px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;border-radius:4px;color:#212121}.dsa-cookie-consent__banner-close:focus-visible{outline:2px solid #1863dc;outline-offset:2px}.dsa-cookie-consent__icon-close{display:block;width:14px;height:14px;margin:0 auto;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%23000' d='M14 1.41L12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%23000' d='M14 1.41L12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z'/%3E%3C/svg%3E") center/contain no-repeat}.dsa-cookie-consent__title{color:#212121;font-weight:700;font-size:1.125rem;line-height:1.35;margin:0 0 8px;padding-right:0}.dsa-cookie-consent__notice{color:#212121;font-size:.875rem;line-height:1.5;margin-bottom:0}.dsa-cookie-consent__notice p:last-child{margin-bottom:0}.dsa-cookie-consent__banner-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;flex-shrink:0}@media(min-width: 992px){.dsa-cookie-consent__banner-actions{justify-content:flex-end}}.dsa-cookie-consent__btn{font-size:.875rem;font-weight:600;line-height:1.25;padding:8px 14px;border-radius:4px;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.dsa-cookie-consent__btn:focus-visible{outline:2px solid #1863dc;outline-offset:2px}.dsa-cookie-consent__btn--outline{color:#212121;background:rgba(0,0,0,0);border-color:#212121}.dsa-cookie-consent__btn--accept{color:#212121;background-color:#f5ba33;border-color:#fff}.dsa-cookie-consent__preference{position:fixed;inset:0;z-index:100550;display:flex;align-items:center;justify-content:center;padding:24px 16px;pointer-events:none}.dsa-cookie-consent__preference[hidden]{display:none}.dsa-cookie-consent__preference .dsa-cookie-consent__preference-panel{pointer-events:auto}.dsa-cookie-consent__preference-panel{width:min(560px,100%);max-height:min(90vh,720px);display:flex;flex-direction:column;background:#fff;border-radius:6px;border:1px solid #f4f4f4;box-shadow:0 8px 40px rgba(0,0,0,.2);overflow:hidden}.dsa-cookie-consent__preference-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 12px;border-bottom:1px solid #f4f4f4}.dsa-cookie-consent__preference-head .dsa-cookie-consent__title{padding-right:0;margin-bottom:0}.dsa-cookie-consent__preference-close{flex-shrink:0;width:40px;height:40px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;color:#212121;border-radius:4px}.dsa-cookie-consent__preference-close:focus-visible{outline:2px solid #1863dc;outline-offset:2px}.dsa-cookie-consent__preference-body{padding:12px 20px;overflow-y:auto;flex:1}.dsa-cookie-consent__pref-intro{color:#212121;font-size:.875rem;line-height:1.55;margin-bottom:8px}.dsa-cookie-consent__pref-intro p:last-child{margin-bottom:0}.dsa-cookie-consent__category{border:1px solid #ebebeb;border-radius:6px;margin-top:8px;background:rgba(248,248,248,.5)}.dsa-cookie-consent__category[open] .dsa-cookie-consent__category-chevron{transform:rotate(90deg)}.dsa-cookie-consent__category-summary{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;list-style:none;font-weight:600;font-size:.9375rem;color:#212121}.dsa-cookie-consent__category-summary::-webkit-details-marker{display:none}.dsa-cookie-consent__category-summary::marker{display:none;content:""}.dsa-cookie-consent__category-summary:focus-visible{outline:2px solid #1863dc;outline-offset:2px}.dsa-cookie-consent__category-heading{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.dsa-cookie-consent__category-chevron{width:0;height:0;border-style:solid;border-width:5px 0 5px 7px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) currentColor;transition:transform .15s ease;opacity:.85;justify-self:start}.dsa-cookie-consent__always-active{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#212121;opacity:.75}.dsa-cookie-consent__switch-wrap{flex-shrink:0;margin-left:auto}.dsa-cookie-consent__switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.dsa-cookie-consent__toggle{opacity:0;width:0;height:0;position:absolute}.dsa-cookie-consent__toggle:checked+.dsa-cookie-consent__slider{background-color:#1863dc}.dsa-cookie-consent__toggle:focus-visible+.dsa-cookie-consent__slider{outline:2px solid #1863dc;outline-offset:2px}.dsa-cookie-consent__toggle:disabled+.dsa-cookie-consent__slider{opacity:.6;cursor:not-allowed}.dsa-cookie-consent__slider{position:absolute;cursor:pointer;inset:0;background-color:#d0d5d2;border-radius:24px;transition:background-color .2s ease}.dsa-cookie-consent__slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s ease}.dsa-cookie-consent__toggle:checked+.dsa-cookie-consent__slider::before{transform:translateX(20px)}.dsa-cookie-consent__category-body{padding:0 14px 14px 36px;font-size:.875rem;line-height:1.5;color:#212121;border-top:1px solid rgba(235,235,235,.8)}.dsa-cookie-consent__category-body p{margin-top:10px;margin-bottom:8px}.dsa-cookie-consent__audit-table{background:#f4f4f4;border:1px solid #ebebeb;border-radius:4px;padding:10px 12px;margin-top:8px}.dsa-cookie-consent__audit-empty{margin:0;font-size:.8125rem;color:#212121;opacity:.85}.dsa-cookie-consent__preference-footer{border-top:1px solid #f4f4f4;padding:14px 20px 18px;background:#fff}.dsa-cookie-consent__preference-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}@media only screen and (max-width: 1200px){body:has(#dsa-cookie-banner:not([hidden])) #global-header{top:calc(env(safe-area-inset-top, 0px) + clamp(108px,30vw,220px))}}html.dsa-cookie-consent--pref-open{overflow:hidden}.form-check .form-check-label{font-family:"Garet",Arial,Helvetica,sans-serif;font-weight:700}.form-check.custom-radio{background-color:rgba(0,0,0,0);border:2px solid #fff;border-radius:10px;padding:.5rem 1rem;font-size:18px;font-weight:700;color:#fff;transition:all .3s;cursor:pointer}.form-check.custom-radio:hover{background-color:#fff;color:#000}.form-check.custom-radio .form-check-input{margin-left:0;margin-right:.5rem;border-width:2px;border-color:#ccc}.form-check.custom-radio .form-check-input:checked{background-color:#000;border-color:#000}.form-check.custom-radio:has(.form-check-input:checked){background-color:#fadb71;border-color:#fadb71;color:#000}.hero .section-container:first-of-type{padding-top:0}@media only screen and (min-width: 1201px){[data-signpost-directory-results]{position:relative;min-height:8rem}}[data-signpost-directory-results] #signpost-directory-loading{inset:0;z-index:2;display:flex;align-items:center;opacity:0;visibility:hidden;height:0;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}[data-signpost-directory-results] #signpost-directory-loading.htmx-indicator.htmx-request{opacity:1;visibility:visible;pointer-events:auto}@media only screen and (max-width: 1200px){[data-signpost-directory-results] #signpost-directory-loading{position:fixed;top:0;bottom:0;left:0;right:0;justify-content:center;height:auto;background:rgba(0,0,0,.65)}}[data-signpost-directory-results]:has(#signpost-directory-loading.htmx-request)>*:not(#signpost-directory-loading){opacity:0;visibility:hidden}.loading-ellipsis{display:inline-block;vertical-align:bottom;overflow:hidden;width:0;animation:loading-ellipsis 1s steps(3, end) infinite}.loading-ellipsis::before{content:"..."}@keyframes loading-ellipsis{to{width:1.15em}}.shadow-hard{box-shadow:5px 5px 0px rgba(0,0,0,.15)}.shadow-hard.shadow-left{box-shadow:-5px 5px 0px rgba(0,0,0,.15)}.hover-zoom{transition:all .3s}.hover-zoom:hover{transform:scale(1.05)}.icon{display:inline-flex;align-items:center;justify-content:center;border-radius:20px;font-size:35px;aspect-ratio:1/1;width:80px}@media only screen and (max-width: 575px){.icon{width:40px;font-size:24px}}.icon.icon-large{width:100px;font-size:48px}@media only screen and (max-width: 575px){.icon.icon-large{width:60px;font-size:28px}}.border-list{padding-left:0;list-style:none}.border-list li{border-top:1px solid rgba(255,255,255,.25);padding-top:1.25rem;margin-top:1.25rem}hr{border-width:2px}.cursor-pointer{cursor:pointer}#google_translate_element{position:absolute;top:0;right:0}.modal{z-index:9999999999}.modal .modal-content:not([class*=bg-color-]){color:#000}.modal .modal-xl .modal-header,.modal .modal-xl .modal-body,.modal .modal-xl .modal-footer{padding:2rem;padding:clamp(1.5rem,3vw,3rem)}@media(min-width: 576px){.modal.modal-left .modal-dialog{margin-left:1.75rem;height:calc(100% - 3.5rem)}}@media(max-width: 575px){.modal.modal-left .modal-dialog{margin:1rem}}.modal.modal-left .modal-dialog .modal-content{height:100%}.modal .modal-dialog-scrollable .modal-content{overflow:visible}.btn-close{position:absolute;z-index:1;top:0;right:0;width:40px;height:40px;transform:translate(25%, -25%);background-color:rgba(0,0,0,0);border:none;cursor:pointer;background-color:#e0e0e0;color:#000;opacity:1;border-radius:50%;--bs-btn-close-bg: none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:12px;font-weight:900;text-transform:uppercase;transition:all .3s}.btn-close:after{font-family:"Font Awesome 5 Pro";content:"";font-weight:900;font-size:18px;color:#000;opacity:1;transition:all .3s}.btn-close:hover{background-color:#5170ff;opacity:1;color:#fff}.btn-close:hover:after{color:#fff}.btn-close#safety-exit-dismiss{border-radius:10px;transform:none;top:.5rem;right:.5rem;width:auto;height:auto;padding:.25rem .5rem}.btn-close#safety-exit-dismiss:after{font-size:14px}.btn-close#safety-exit-dismiss:hover{color:#fff}@media(pointer: coarse){#safety-exit-panel{display:none !important;visibility:hidden !important;pointer-events:none !important}}.splide.carousel-slider .splide__track{overflow:visible}.splide__arrows{position:absolute;bottom:20px;right:20px;z-index:1;display:flex;gap:.5rem}.splide__arrows .splide__arrow{background-color:#5170ff;color:#fff;width:40px;height:40px;border-radius:100%;border:none;display:flex;justify-content:center;align-items:center;transition:.3s}.splide__arrows .splide__arrow svg{display:none}.splide__arrows .splide__arrow:after{font-family:"Font Awesome 5 Pro";font-size:16px;color:#fff;transition:.3s}.splide__arrows .splide__arrow.splide__arrow--prev:after{content:""}.splide__arrows .splide__arrow.splide__arrow--next:after{content:""}.splide__arrows .splide__arrow:hover{background-color:#9cc6fc}.splide__arrows .splide__arrow:hover:after{color:#5170ff}/*# sourceMappingURL=styles.min.css.map */
