body{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1100 1500'%3E%3Cpath d='M3.18138 352.441L352.44 3.18197C353.807 1.81513 356.023 1.81514 357.39 3.18198L706.649 352.441C708.016 353.808 708.016 356.024 706.649 357.391L357.39 706.649C356.023 708.016 353.807 708.016 352.44 706.649L3.18137 357.391C1.81454 356.024 1.81455 353.808 3.18138 352.441ZM192.181 1062.27L541.44 713.013C542.807 711.646 545.023 711.646 546.39 713.013L895.649 1062.27C897.016 1063.64 897.016 1065.85 895.649 1067.22L546.39 1416.48C545.023 1417.85 542.807 1417.85 541.44 1416.48L192.181 1067.22C190.815 1065.86 190.815 1063.64 192.181 1062.27Z' fill='none' stroke='%2386B59B' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:repeat-y;background-position:-75% 50%;background-size:contain;background-color:#fff}.button-wrapper{width:auto;max-width:100%;padding:8px 0;display:flex;flex-direction:row;align-items:center;justify-content:start;cursor:pointer}.button-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:var(--label-icon-spacing,18px)}.button-wrapper .label-link{text-decoration:none;cursor:pointer}.button-wrapper label{padding-right:var(--label-icon-spacing,18px);font-size:16px;font-weight:400;color:#efefef;text-decoration:underline;cursor:pointer}.square-rotate{display:block;background-color:#fff0;padding:8px 12px;height:36px;width:36px;border:0;color:#fff;position:relative}.square-rotate i{z-index:1;color:#fff}.square-rotate i:hover{color:#000}.square-rotate:after{content:"";position:absolute;top:0;right:0;height:100%;width:100%;background-color:var(--after-bg-color,#1c6938);border:1px solid var(--after-border-color,#000);z-index:1;transform:rotate(45deg);transition:background-color 0.3s ease-in}.square-rotate:hover:after{background-color:#fff;border:1px solid #000;color:#1c6938;transition:background-color 0.3s ease-out}.button-wrapper svg{width:16px;height:16px;fill:#fff;position:absolute;left:10px;top:10px;z-index:2}