/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/
@font-face {
    font-family: 'lovin_summerregular';
    src: url('font/lovinsummer-mvwmn-webfont.woff2') format('woff2'),
         url('font/lovinsummer-mvwmn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: local('Bebas Neue Book'), local('BebasNeueBook'), url('font/bebasneuebook.woff2') format('woff2'), url('font/bebasneuebook.woff') format('woff'), url('font/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('font/bebasneueregular.woff2') format('woff2'), url('font/bebasneueregular.woff') format('woff'), url('font/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'vitoregular';
    src: url('font/vito-webfont.woff2') format('woff2'),
         url('font/vito-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'vitomedium';
    src: url('font/vito_medium-webfont.woff2') format('woff2'),
         url('font/vito_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'museo_sans_cyrl300';
    src: url('font/museosanscyrl_0-webfont.woff2') format('woff2'),
         url('font/museosanscyrl_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: local('Museo Sans Cyrl 500'), local('MuseoSansCyrl-500'), url('font/Museosanscyrl500.woff2') format('woff2'), url('font/Museosanscyrl500.woff') format('woff'), url('font/Museosanscyrl500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display:swap;
}
#preloader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    background-color: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #afe9f7;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2db2cb;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00738b;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
a {
    text-decoration: none !important;
}
.main {
    background-color: #fff;
}
.no-transition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
#form-inphn {
    display: none!important;
}
.section_wdth {
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    padding: 0 15px;
}
.section_wdth_1529 {
	max-width: 1529px;
}
.section_wdth_2560 {
    max-width: 2560px;
}
.section_wdth_3840 {
    max-width: 3840px;
}

.navmenuul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.navmenuli {
    display: inline-block;
    position: relative;
}
.span_ico_el {
    display: inline-block;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* header */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;
}
.header, .header_sect, .header_scroll .header_sect {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.header_scroll .header_sect {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header.header_scroll {
    background-color: rgb(255 255 255/96%)!important;
    box-shadow: 0 3px 11px 6px rgb(0 0 0/4%);
}

.header_menu {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
.header_menu_itm {
    padding: 0;
    transition: .3s;
    position: relative;
}
.header_menu_itm::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 4px;
    background-color: transparent;
    border-radius: 5px;
    border:1px solid transparent;
    transition: .3s;
}
.header_menu_itm:hover::after {
    background-color: #62BCEB;
}
.header_menu_itm a {
    display: flex;
    align-items: center;
    font-style: normal;
    color: #464e46;
    /*font-family: 'Verdana', sans-serif;*/
    font-family: 'vitoregular', sans-serif;
    position: relative;
    z-index: 2;


    padding: 10px;
    font-size: 1.1rem;
    line-height: normal;
}
.header_nav_btn a {
    display: inline-flex;
    align-items: center;
}
.header_nav_btn_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3267 5.96084C13.0116 6.1423 12.6245 6.1423 12.3094 5.96084C11.9948 5.77939 11.801 5.44332 11.801 5.07987V1.01218C11.801 0.64873 11.9948 0.3132 12.3094 0.131208C12.6245 -0.0502465 13.0116 -0.0502465 13.3267 0.131208C13.6413 0.3132 13.8351 0.64873 13.8351 1.01218V5.07987C13.8351 5.44332 13.6413 5.77939 13.3267 5.96084ZM22.4623 19.6864C22.5391 19.5844 22.5809 19.4631 22.5847 19.3348V19.3353C22.5884 19.207 22.553 19.0835 22.4822 18.9778C21.0874 16.883 18.9749 15.3932 16.5339 14.7823L16.0255 14.6551C15.8172 14.603 15.5912 14.6663 15.4419 14.8161L14.0869 16.1733C13.7487 16.5093 13.3021 16.6935 12.8259 16.6935C12.3497 16.6935 11.9025 16.5093 11.5653 16.1743L7.82781 12.4438C7.49175 12.1061 7.30707 11.6584 7.30707 11.1827C7.30707 10.7071 7.49174 10.2599 7.82674 9.92274L9.18496 8.56613C9.33904 8.41313 9.40078 8.18765 9.34656 7.97774L9.21879 7.46666C8.60785 5.02615 7.1181 2.91365 5.02332 1.51839C4.92185 1.45128 4.80428 1.41531 4.68242 1.41531H4.66524C4.53747 1.41907 4.41614 1.46148 4.3136 1.53825L3.80521 1.91941C3.21844 2.36177 2.68266 2.87285 2.21292 3.43654C1.74264 4.00131 1.33786 4.62083 1.00984 5.2774C0.352741 6.5916 0.00325281 8.06256 3.17195e-05 9.53084C-0.00318937 10.7865 0.238929 12.0116 0.719408 13.1723C1.19989 14.3324 1.89511 15.3701 2.78466 16.2565L7.74299 21.2148C8.6304 22.1054 9.66813 22.8007 10.8277 23.2806C11.9809 23.7584 13.1979 24 14.4455 24H14.4692C15.9374 23.9967 17.4079 23.6478 18.7221 22.9907C20.0357 22.3341 21.1975 21.3667 22.0811 20.1943L22.4623 19.6864ZM22.9878 10.1655C23.3513 10.1655 23.6868 10.3598 23.8682 10.6744C24.0502 10.989 24.0502 11.3766 23.8682 11.6912C23.6868 12.0058 23.3513 12.1996 22.9878 12.1996H18.9201C18.5567 12.1996 18.2211 12.0058 18.0392 11.6912C17.8577 11.3766 17.8577 10.989 18.0392 10.6744C18.2211 10.3598 18.5567 10.1655 18.9201 10.1655H22.9878ZM16.6224 8.09746C16.9735 8.19141 17.3483 8.09102 17.6054 7.83387L20.6563 4.78296C20.8474 4.59238 20.9548 4.33362 20.9548 4.06358C20.9548 3.79355 20.8474 3.53479 20.6563 3.34421C20.4657 3.15309 20.207 3.04572 19.9369 3.04572C19.6669 3.04572 19.4081 3.15309 19.2176 3.34421L16.1667 6.39511C15.9095 6.65226 15.8091 7.02645 15.9031 7.37808C15.9975 7.72918 16.2713 8.00297 16.6224 8.09746Z' fill='%2339A2D1'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.header_nav_btn_tt {
    color: rgba(6, 19, 31, 0.65);
    font-family: 'vitoregular', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.3rem;
}
.header_nav_btn_tl {
    color: rgba(6, 19, 31, 0.85);
    font-family: 'vitomedium', sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    line-height: normal;
}
.header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_logo img {
    width: 100%;
    height: auto;
}

/* end header */

/* form valid */
select.inp_invalid, input.inp_invalid {
    border: 2px solid #CB3340;
    border-radius: 5px;
}
span.inp_invalid {
    color: #CB3340;
    font-size: .8rem;
    line-height: normal;
    max-width: 200px;
    display: inline-block;
    margin-top: .2rem;
}
.modal_inf_ls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #dee2e6;
}
.modal_inf_ls:last-child {
    border-bottom: none;
}
.modal_inf_ls span {
    font-size: 1rem;
    line-height: normal;
    color: #000;
}
.modal_inf_lbl {
    font-family: 'vitomedium';
    border-right: 1px solid #dee2e6;
    padding: 0.6rem 0;
    margin-right: 1rem;
    padding-right: 1rem;
    min-width: 110px;
}
.modal_inf_val {
    font-family: 'vitoregular';
    padding: 0.6rem 0;
}
.glob_form_error_msg {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}
.glob_form_error_msg_itm {
    background-color: #ffb6b6;
    padding: 1rem;
    width: 100%;
}
.glob_form_error_msg_itm span {
    color: #6c1919;
    font-size: 1.1rem;
    line-height: normal;
    font-family: 'vitoregular';
}
/* end form valid */

/* modal popup msg form */
.form_sucess_msg .modal-content {
    background-color: #37B7D2;
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='433' height='565' viewBox='0 0 433 565' fill='none'%3E%3Cpath d='M16.4892 125.103C-66.8197 104.521 -177.158 185.444 -230.021 236.904C-234.461 182.636 -171.554 111.416 -135.65 117.04L-171.498 98.5822C-163.746 96.0799 -96.6557 91.806 -96.6557 91.806C-96.6557 91.806 -112.013 83.8074 -130.081 81.0494C-116.951 68.3618 -111.86 70.9353 -91.2294 68.609C-83.529 79.1265 -57.766 79.4623 -57.766 79.4623C-57.766 79.4623 -96.1382 53.0825 -83.2865 53.3313C-78.1835 55.8997 -57.5073 53.673 -57.5073 53.673L-16.6137 74.7789L-39.5339 56.4144C-39.5339 56.4144 -18.8576 54.1877 -8.61678 59.4293C0.628417 64.3042 33.0363 86.2362 39.0219 90.3518C33.3023 85.4889 1.8307 58.4435 29.8227 72.8961C37.5917 72.9179 45.3561 77.8447 53.1457 84.6002C58.1367 88.8457 63.1223 94.054 68.1757 99.1034L60.9696 76.6848C62.2988 75.4468 63.4334 74.2383 64.7464 72.9943C67.5727 75.4043 71.2271 78.8359 76.1564 83.7478C77.469 77.5877 77.1757 70.6709 75.1317 63.091C62.1728 14.1578 -18.1331 -57.0135 -89.5801 -60.1053C-58.3017 -82.9338 -45.4232 -82.7579 -17.1467 -74.6693C6.0247 -69.1683 10.8957 -53.5638 10.8957 -53.5638C10.8957 -53.5638 16.209 -63.7729 13.9028 -84.4698C18.7681 -81.9798 49.8182 -35.5177 51.7543 -32.5626C51.8046 -34.097 51.4513 -46.7421 44.5688 -68.5914C54.8824 -63.323 67.6108 -50.283 72.5116 -34.7595L82.3855 -3.93392C82.9691 -6.91665 88.3571 -39.6197 93.1256 -37.0918C95.631 -29.342 108.337 -16.2918 108.337 -16.2918L105.158 27.4884L113.238 -0.76828C113.238 -0.76828 120.443 12.241 124.172 20.8638C124.861 22.4868 125.437 23.9943 125.785 25.1701C125.657 36.7744 125.15 69.5291 125.2 75.759C125.698 70.8612 128.064 48.5125 127.86 71.5562C129.471 76.7009 131.986 80.1879 135.407 82.0171C129.463 63.4355 145.001 25.9343 161.158 -6.68059C172.153 -28.7733 183.527 -48.6499 188.705 -58.9914C188.064 -48.7891 185.268 -35.3285 181.468 -20.5925C168.836 27.9858 145.054 91.4415 142.826 105.204C142.826 105.204 150.956 77.0385 156.22 66.7378C158.766 61.7212 169.196 53.9936 169.196 53.9936L171.502 74.6904L187.404 43.9664C187.404 43.9664 203.171 26.2132 210.836 23.6973C202.934 39.0636 200.172 57.1222 200.172 57.1222C200.172 57.1222 213.175 44.3051 215.764 39.148C221.115 29.0355 236.685 24.0739 249.48 24.2009C231.332 34.3418 231.264 47.1811 231.264 47.1811C231.264 47.1811 259.713 29.4395 267.505 27.053C272.597 29.6265 264.77 45.0388 264.77 45.0388C264.77 45.0388 275.07 37.4381 293.109 40.2771C329.08 45.9434 341.827 58.9075 354.156 97.6205C351.784 95.874 306.174 61.7384 230.615 85.7641C215.206 90.7853 199.571 95.7231 189.225 103.224C197.049 100.749 204.817 98.3532 220.201 93.3967L204.687 111.161L240.904 91.0972C240.904 91.0972 258.875 93.8467 266.661 91.4492C274.486 88.9737 250.965 109.21 250.965 109.21L282.051 99.3588C284.692 94.2851 305.241 91.9289 315.55 97.1863C323.342 94.7998 328.356 97.3354 341.296 97.617C350.955 102.543 318.765 109.323 315.671 110.012C319.135 110.415 377.346 115.974 384.871 113.591C384.801 126.411 371.911 126.24 371.911 126.24C371.911 126.24 405.121 137.082 420.584 145.019C430.825 150.26 410.122 152.56 407.487 157.617C420.365 157.793 433.207 170.976 432.713 196.679C427.071 232.642 422.076 230.031 411.558 250.406C411.558 250.406 402.559 142.167 289.359 135.506C255.877 137.583 229.922 137.269 206.735 144.691C224.711 147.424 247.896 152.939 275.9 173.874C314.199 200.227 247.54 178.693 247.54 178.693L314.027 213.101C324.314 218.443 331.723 241.708 331.723 241.708L293.241 228.308L349.424 257.369C349.424 257.369 359.574 275.515 369.815 280.757C372.277 288.573 318.486 267.293 318.486 267.293C318.486 267.293 351.574 290.873 361.88 296.212C374.616 309.181 384.701 327.303 381.826 345.393C357.601 320.438 342.443 312.173 341.131 311.515C342.7 313.82 366.466 350.533 368.799 358.027C368.637 370.923 343.071 357.796 343.071 357.796C363.396 381.159 328.704 473.465 302.524 498.851C302.524 498.851 298.706 406.073 266.48 305.167C239.201 219.884 187.918 193.417 152.027 187.78C172.552 198.371 190.256 214.025 197.895 224.437C214.894 251.914 182.575 223.876 180.102 221.679C181.798 225.06 200.347 258.566 207.683 268.425C210.132 276.053 220.262 294.275 220.262 294.275L189.591 278.413C202.041 304.389 225.018 322.6 234.725 366.559C237.174 374.187 198.59 342.115 196.515 340.487C203.775 376.562 226.631 394.902 218.335 435.926C200.548 420.223 198.053 412.495 192.95 409.927C192.95 409.927 199.809 471.729 197.217 476.895C197.072 489.696 181.854 468.912 181.854 468.912C181.564 494.763 163.228 517.617 126.64 550.646C126.64 550.646 127.815 460.488 144.69 352.56C153.018 311.448 140.74 272.598 128.085 246.702C128.085 246.702 120.35 249.21 117.739 254.203C115.045 259.423 117.54 267.15 114.799 272.27C114.708 285.174 101.657 297.872 83.7373 294.985L67.8325 325.717C62.4924 335.999 64.9496 343.63 59.7552 353.966L67.5009 351.48L51.5914 382.274C48.6863 400.198 48.6298 413.032 40.6282 428.444L48.4737 425.912L37.5484 472.178C34.8081 477.298 32.2352 482.387 32.1786 495.222L42.4923 487.81L23.7966 536.479C21.1857 541.472 21.0133 554.346 20.8431 567.24L28.6327 564.834L15.0178 616.082L12.1511 634.176L22.67 626.481L8.91512 690.79C6.03221 708.703 3.27328 726.754 0.374189 744.661L13.4146 744.896L-0.310447 809.125C-0.89563 812.686 -1.3569 816.035 -1.7424 819.229C-0.446519 825.32 -0.215146 831.681 -1.14889 838.036C-1.67613 841.664 -2.59914 845.294 -3.91917 848.878C-14.1786 876.737 -45.099 891.005 -72.9697 880.741C-75.2848 879.888 -77.5029 878.897 -79.6046 877.764C-103.059 865.369 -114.292 837.259 -104.878 811.698C-103.88 808.988 -102.689 806.403 -101.32 803.958C-102.164 803.454 -103.022 802.963 -103.853 802.474C-114.189 796.517 -122.244 788.635 -127.759 778.325C-133.715 767.062 -128.651 758.231 -116.132 757.062C-112.717 756.675 -109.353 756.701 -105.973 757.606C-100.188 759.222 -94.3386 759.988 -88.4687 760C-82.8625 759.978 -77.363 759.348 -71.8764 758.079C-65.5809 756.685 -60.3712 754.221 -58.132 750.038L-58.4516 738.949C-59.1029 737.422 -59.9349 735.738 -61.0878 733.926C-63.3483 730.254 -65.0151 726.093 -66.1214 721.808C-66.9299 718.837 -66.5323 716.135 -64.4992 714.108C-60.4175 710.089 -57.6503 704.896 -53.2583 701.433C-48.0005 697.24 -51.2519 691.99 -47.1767 686.067L-44.2421 617.865L-33.985 623.287L-33.8795 610.37L-30.5439 553.709L-23.0433 564.071C-20.2301 558.978 -22.8249 551.296 -20.0578 546.103L-11.5844 479.261L-6.36251 481.956C-3.75977 476.786 -1.19494 471.693 -6.23832 468.963L2.1488 415.036L7.37066 417.731C12.5382 407.468 15.4778 389.401 20.7182 379.165L26.2871 343.175L31.3931 345.91C29.0036 338.12 31.6383 333.063 34.2598 327.816L45.142 281.617L50.2642 284.358C53.104 266.337 58.5036 243.213 66.4946 227.88L56.2026 222.527L58.7807 230.304C55.949 248.328 37.7491 258.358 22.467 250.405C9.56167 250.302 -3.16369 237.254 -0.420522 219.271C-34.4483 245.571 -65.3028 281.052 -95.3869 323.378C-131.994 374.953 -167.382 436.376 -205.097 502.466L-203.409 373.674C-203.409 373.674 -195.345 345.411 -164.253 335.544C-164.253 335.544 -187.378 330.142 -200.23 329.893C-197.079 316.646 -174.495 302.873 -155.855 293.52C-155.884 293.849 -155.968 294.075 -156.035 294.483C-154.113 293.031 -152.036 291.811 -149.871 290.624C-143.647 287.577 -138.12 285.202 -134.515 283.599C-138.363 284.938 -144.313 287.488 -149.871 290.624C-151.742 291.488 -153.781 292.556 -155.863 293.517C-153.047 275.561 -147.262 253.286 -127.096 251.046C-119.676 248.697 -93.8811 244.303 -91.1297 243.847C-93.679 243.505 -121.472 240.694 -114.045 238.348C-98.342 220.571 -75.0366 213.027 -75.0366 213.027L-46.556 215.145L-31.249 216.215L-43.5354 209.963L-56.9526 203.037C-47.3578 193.633 -38.3584 189.091 -29.2281 186.839C-13.4956 182.985 3.16435 185.573 25.9163 181.005C20.6677 178.383 15.6294 175.664 2.75089 175.488C20.8967 165.355 54.4515 163.304 69.9975 158.334C54.3288 140.398 36.1292 129.809 16.4738 125.07L16.4892 125.103Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.form_error_msg .modal-content {
    background-color: #fff;
}
.form_error_msg .modal-header, .form_sucess_msg .modal-header {
    border:none;
}
.form_msg_popup_title {
    margin-bottom: 1rem;
    text-align: center;
}
.form_msg_popup_title span {
    line-height: normal;
    text-align: center;
    font-family: 'vitomedium';
}
.form_msg_popup_itm {
    line-height: normal;
    font-family: 'vitoregular';
    text-align: center;
}
#modalMsgForm .modal-dialog {
    max-width: 790px;
}
.form_sucess_msg .form_msg_popup_title span {
    color: #fff;
}
.form_error_msg .form_msg_popup_title span {
    color: red;
}
.form_sucess_msg .form_msg_popup_itm {
    color: white;
}
.form_error_msg .form_msg_popup_itm {
    color: black;
}
#modalMsgForm.form_sucess_msg .modal-body::before {
    content: "";
    display: block;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='335' height='242' viewBox='0 0 335 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M163.488 154.282L308.669 9L331 31.3511L163.504 199L63 98.4043L85.3307 76.0532L163.504 154.298L163.488 154.282Z' fill='%23FFF973'/%3E%3Cpath d='M29.8972 72.4538L27.5035 66L25.1169 72.4538C24.891 73.0626 24.5363 73.6154 24.077 74.0745C23.6177 74.5337 23.0647 74.8883 22.4558 75.1141L16 77.5L22.4558 79.8859C23.0647 80.1117 23.6177 80.4663 24.077 80.9255C24.5363 81.3846 24.891 81.9374 25.1169 82.5462L27.5035 89L29.8972 82.5462C30.1199 81.9379 30.4719 81.3851 30.9289 80.9259C31.3858 80.4666 31.9369 80.1118 32.5442 79.8859L39 77.5L32.5442 75.1141C31.9369 74.8882 31.3858 74.5334 30.9289 74.0741C30.4719 73.6149 30.1199 73.0621 29.8972 72.4538Z' fill='white'/%3E%3Cpath d='M9.66325 44.5139C9.82042 44.0904 10.0671 43.7059 10.3865 43.3865C10.7059 43.0671 11.0904 42.8204 11.5139 42.6632L16 41L11.5139 39.3368C11.0893 39.1817 10.7036 38.9357 10.384 38.616C10.0643 38.2964 9.81835 37.9107 9.66325 37.4861L8 33L6.33675 37.4861C6.18165 37.9107 5.93568 38.2964 5.61602 38.616C5.29635 38.9357 4.91072 39.1817 4.48609 39.3368L0 41L4.48609 42.6632C4.90955 42.8204 5.2941 43.0671 5.61349 43.3865C5.93288 43.7059 6.17958 44.0904 6.33675 44.5139L8 49L9.66325 44.5139Z' fill='%23FFF973'/%3E%3Cpath d='M283.77 111.935C283.383 111.788 283.032 111.56 282.739 111.267C282.446 110.974 282.219 110.622 282.071 110.235L280.508 106L278.929 110.235C278.781 110.622 278.554 110.974 278.261 111.267C277.968 111.56 277.617 111.788 277.23 111.935L273 113.5L277.23 115.065C277.618 115.21 277.97 115.438 278.263 115.731C278.556 116.024 278.783 116.377 278.929 116.765L280.508 121L282.071 116.799C282.217 116.411 282.444 116.058 282.737 115.765C283.03 115.472 283.382 115.244 283.77 115.099L288 113.534L283.77 111.935Z' fill='white'/%3E%3Cpath d='M255 7C253.894 7 253 5.95514 253 4.66667V2.33333C253 1.04464 253.895 0 255 0C256.105 0 257 1.04486 257 2.33333V4.66667C257 5.95536 256.105 7 255 7Z' fill='%23FFF973'/%3E%3Cpath d='M250.667 11H248.333C247.044 11 246 10.1044 246 9C246 7.89559 247.044 7 248.333 7H250.667C251.956 7 253 7.89559 253 9C253 10.1044 251.956 11 250.667 11Z' fill='%23FFF973'/%3E%3Cpath d='M255 18C253.894 18 253 16.9551 253 15.6667V13.3333C253 12.0446 253.895 11 255 11C256.105 11 257 12.0449 257 13.3333V15.6667C257 16.9554 256.105 18 255 18Z' fill='%23FFF973'/%3E%3Cpath d='M261.667 11H259.333C258.044 11 257 10.1044 257 9C257 7.89559 258.044 7 259.333 7H261.667C262.956 7 264 7.89559 264 9C264 10.1044 262.956 11 261.667 11Z' fill='%23FFF973'/%3E%3Cpath d='M49.5013 142.278C48.8257 142.278 48.2791 141.639 48.2791 140.852V139.426C48.2791 138.638 48.8258 138 49.5013 138C50.1768 138 50.7236 138.639 50.7236 139.426V140.852C50.7236 141.639 50.1768 142.278 49.5013 142.278Z' fill='%23FFF973'/%3E%3Cpath d='M46.8519 144.723H45.426C44.6377 144.723 44 144.176 44 143.501C44 142.826 44.6379 142.279 45.426 142.279H46.8519C47.6402 142.279 48.2779 142.826 48.2779 143.501C48.2779 144.176 47.64 144.723 46.8519 144.723Z' fill='%23FFF973'/%3E%3Cpath d='M49.5013 149C48.8257 149 48.2791 148.361 48.2791 147.574V146.148C48.2791 145.36 48.8258 144.722 49.5013 144.722C50.1768 144.722 50.7236 145.36 50.7236 146.148V147.574C50.7236 148.361 50.1768 149 49.5013 149Z' fill='%23FFF973'/%3E%3Cpath d='M53.5739 144.723H52.1479C51.3597 144.723 50.7219 144.176 50.7219 143.501C50.7219 142.826 51.3598 142.279 52.1479 142.279H53.5739C54.3621 142.279 54.9998 142.826 54.9998 143.501C54.9998 144.176 54.3619 144.723 53.5739 144.723Z' fill='%23FFF973'/%3E%3Cpath d='M256.501 162.278C255.826 162.278 255.279 161.639 255.279 160.852V159.426C255.279 158.638 255.826 158 256.501 158C257.177 158 257.724 158.639 257.724 159.426V160.852C257.724 161.639 257.177 162.278 256.501 162.278Z' fill='%23FFF973'/%3E%3Cpath d='M253.852 164.723H252.426C251.638 164.723 251 164.176 251 163.501C251 162.826 251.638 162.279 252.426 162.279H253.852C254.64 162.279 255.278 162.826 255.278 163.501C255.278 164.176 254.64 164.723 253.852 164.723Z' fill='%23FFF973'/%3E%3Cpath d='M256.501 169C255.826 169 255.279 168.361 255.279 167.574V166.148C255.279 165.36 255.826 164.722 256.501 164.722C257.177 164.722 257.724 165.36 257.724 166.148V167.574C257.724 168.361 257.177 169 256.501 169Z' fill='%23FFF973'/%3E%3Cpath d='M260.574 164.723H259.148C258.36 164.723 257.722 164.176 257.722 163.501C257.722 162.826 258.36 162.279 259.148 162.279H260.574C261.362 162.279 262 162.826 262 163.501C262 164.176 261.362 164.723 260.574 164.723Z' fill='%23FFF973'/%3E%3Cpath d='M313 102C311.894 102 311 100.955 311 99.6667V97.3333C311 96.0446 311.895 95 313 95C314.105 95 315 96.0449 315 97.3333V99.6667C315 100.955 314.105 102 313 102Z' fill='white'/%3E%3Cpath d='M308.667 106H306.333C305.044 106 304 105.104 304 104C304 102.896 305.044 102 306.333 102H308.667C309.956 102 311 102.896 311 104C311 105.104 309.956 106 308.667 106Z' fill='white'/%3E%3Cpath d='M313 113C311.894 113 311 111.955 311 110.667V108.333C311 107.045 311.895 106 313 106C314.105 106 315 107.045 315 108.333V110.667C315 111.955 314.105 113 313 113Z' fill='white'/%3E%3Cpath d='M319.667 106H317.333C316.044 106 315 105.104 315 104C315 102.896 316.044 102 317.333 102H319.667C320.956 102 322 102.896 322 104C322 105.104 320.956 106 319.667 106Z' fill='white'/%3E%3Cpath d='M154.93 90.17L158.33 81L161.72 90.17C162.041 91.035 162.545 91.8205 163.197 92.4729C163.849 93.1252 164.635 93.6291 165.5 93.95L174.67 97.34L165.5 100.73C164.635 101.051 163.849 101.555 163.197 102.207C162.545 102.86 162.041 103.645 161.72 104.51L158.33 113.68L154.93 104.51C154.613 103.646 154.114 102.86 153.464 102.208C152.815 101.555 152.033 101.051 151.17 100.73L142 97.34L151.17 93.95C152.033 93.629 152.815 93.1249 153.464 92.4723C154.114 91.8198 154.613 91.0343 154.93 90.17Z' fill='white'/%3E%3Cpath d='M133.41 79.83C133.276 79.4685 133.065 79.1402 132.793 78.8675C132.52 78.5948 132.192 78.3842 131.83 78.25L128 76.83L131.83 75.41C132.193 75.2776 132.522 75.0676 132.795 74.7947C133.068 74.5218 133.278 74.1925 133.41 73.83L134.83 70L136.25 73.83C136.383 74.1925 136.593 74.5218 136.865 74.7947C137.138 75.0676 137.468 75.2776 137.83 75.41L141.66 76.83L137.83 78.25C137.469 78.3842 137.14 78.5948 136.868 78.8675C136.595 79.1402 136.384 79.4685 136.25 79.83L134.83 83.66L133.41 79.83Z' fill='white'/%3E%3Ccircle cx='326.5' cy='135.5' r='7.5' stroke='%23FFF973' stroke-width='2'/%3E%3Ccircle cx='51.5' cy='41.5' r='7.5' stroke='%23FFF973' stroke-width='2'/%3E%3Cpath d='M230.34 17.49C230.112 17.4032 229.905 17.2692 229.733 17.0969C229.561 16.9245 229.427 16.7177 229.34 16.49L228.42 14L227.49 16.49C227.403 16.7177 227.269 16.9245 227.097 17.0969C226.925 17.2692 226.718 17.4032 226.49 17.49L224 18.41L226.49 19.33C226.718 19.4157 226.926 19.5493 227.098 19.7218C227.271 19.8943 227.404 20.1016 227.49 20.33L228.42 22.82L229.34 20.35C229.426 20.1216 229.559 19.9143 229.732 19.7418C229.904 19.5693 230.112 19.4357 230.34 19.35L232.83 18.43L230.34 17.49Z' fill='white'/%3E%3Cpath d='M275.34 130.49C275.112 130.403 274.905 130.269 274.733 130.097C274.561 129.925 274.427 129.718 274.34 129.49L273.42 127L272.49 129.49C272.403 129.718 272.269 129.925 272.097 130.097C271.925 130.269 271.718 130.403 271.49 130.49L269 131.41L271.49 132.33C271.718 132.416 271.926 132.549 272.098 132.722C272.271 132.894 272.404 133.102 272.49 133.33L273.42 135.82L274.34 133.35C274.426 133.122 274.559 132.914 274.732 132.742C274.904 132.569 275.112 132.436 275.34 132.35L277.83 131.43L275.34 130.49Z' fill='%23FFF973'/%3E%3Cpath d='M294.34 141.49C294.112 141.403 293.905 141.269 293.733 141.097C293.561 140.925 293.427 140.718 293.34 140.49L292.42 138L291.49 140.49C291.403 140.718 291.269 140.925 291.097 141.097C290.925 141.269 290.718 141.403 290.49 141.49L288 142.41L290.49 143.33C290.718 143.416 290.926 143.549 291.098 143.722C291.271 143.894 291.404 144.102 291.49 144.33L292.42 146.82L293.34 144.35C293.426 144.122 293.559 143.914 293.732 143.742C293.904 143.569 294.112 143.436 294.34 143.35L296.83 142.43L294.34 141.49Z' fill='white'/%3E%3Cpath d='M243.978 41.887L245.921 42.5246L243.978 43.1622C242.155 43.7604 240.756 45.2369 240.257 47.0895L239.46 50.0492L238.664 47.0895C238.165 45.2369 236.766 43.7604 234.943 43.1622L233 42.5246L234.943 41.887C236.766 41.2888 238.165 39.8123 238.664 37.9597L239.46 35L240.257 37.9597C240.756 39.8123 242.155 41.2888 243.978 41.887Z' fill='white'/%3E%3Cpath d='M51.6887 168.893L49.5032 163L47.3242 168.893C47.1179 169.448 46.794 169.953 46.3747 170.372C45.9553 170.792 45.4504 171.115 44.8944 171.322L39 173.5L44.8944 175.678C45.4504 175.885 45.9553 176.208 46.3747 176.628C46.794 177.047 47.1179 177.552 47.3242 178.107L49.5032 184L51.6887 178.107C51.8921 177.552 52.2135 177.047 52.6307 176.628C53.0479 176.209 53.5511 175.885 54.1056 175.678L60 173.5L54.1056 171.322C53.5511 171.115 53.0479 170.791 52.6307 170.372C52.2135 169.953 51.8921 169.448 51.6887 168.893Z' fill='%23FFF973'/%3E%3Cpath d='M80.25 168.83C80.3842 168.468 80.5948 168.14 80.8675 167.867C81.1402 167.595 81.4685 167.384 81.83 167.25L85.66 165.83L81.83 164.41C81.4675 164.278 81.1382 164.068 80.8653 163.795C80.5924 163.522 80.3824 163.193 80.25 162.83L78.83 159L77.41 162.83C77.2776 163.193 77.0676 163.522 76.7947 163.795C76.5218 164.068 76.1925 164.278 75.83 164.41L72 165.83L75.83 167.25C76.1915 167.384 76.5198 167.595 76.7925 167.867C77.0652 168.14 77.2758 168.468 77.41 168.83L78.83 172.66L80.25 168.83Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 242px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    margin: 1rem auto 2rem;
}
#modalMsgForm.form_sucess_msg .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55' fill='none'%3E%3Ccircle cx='27.5' cy='27.5' r='27.5' fill='%23FB9038'/%3E%3Cpath d='M30.6512 27L43 14.6512L40.3488 12L28 24.3488L15.6512 12L13 14.6512L25.3488 27L13 39.3488L15.6512 42L28 29.6512L40.3488 42L43 39.3488L30.6512 27Z' fill='white'/%3E%3C/svg%3E");
    width: 35px;
    height: 37px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0!important;
    opacity: 1!important;
    border-color: transparent;
    position: relative;
    z-index: 2;
}

/* end modal popup msg form */

/* .sect_wcsau */
.sect_wcsau {
    position: relative;
    background-color: #f5f9fc;
}
.sect_wcsau_tst {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1630px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.sect_wcsau_tst.slick-slider {
    max-width: 1400px;
}
.sect_wcsau_tst_it {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(180, 180, 180, 0.20);
    width: 100%;
    margin: 1.5rem .8rem;
    padding: 1rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.sect_wcsau_tst_it_jungle, .page-house-jungle .sect_wcsau_tst_it {
    background-image: url("../images/bjpalm.svg");
}
.sect_wcsau_tst_it_oasis, .page-waterfront-oasis .sect_wcsau_tst_it {
    background-image: url("../images/bjoasis.svg");
}
.sect_wcsau_tst_it_surfin, .page-surfin-on-surfside .sect_wcsau_tst_it {
    background-image: url("../images/bjsurfing.svg");
}
.sect_wcsau_tst_star {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin:0;
}
.sect_wcsau_tst_star_ico {
    /*background-image: url("data:image/svg+xml,%3Csvg width='135' height='34' viewBox='0 0 135 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2304 10.2207C17.3787 9.92644 17.6211 9.92644 17.7694 10.2207L19.6394 13.9328C19.7876 14.2271 20.1801 14.5065 20.5115 14.5538L24.6929 15.1506C25.0245 15.1977 25.0994 15.4239 24.8594 15.6531L21.8337 18.5427C21.5938 18.772 21.4439 19.2239 21.5007 19.5474L22.2148 23.6276C22.2714 23.9511 22.075 24.0907 21.7787 23.9382L18.0391 22.0103C17.7426 21.8576 17.2575 21.8576 16.9608 22.0103L13.2213 23.9366C12.9247 24.0893 12.7286 23.9497 12.7852 23.626L13.4993 19.5458C13.5559 19.2223 13.4061 18.7699 13.1662 18.5411L10.1405 15.6514C9.90058 15.4222 9.97555 15.1964 10.3071 15.1489L14.4884 14.5522C14.8201 14.505 15.2126 14.2254 15.3606 13.9312L17.2304 10.2207Z' fill='%23FEC75B'/%3E%3Cpath d='M42.2304 10.2207C42.3787 9.92644 42.6211 9.92644 42.7694 10.2207L44.6394 13.9328C44.7876 14.2271 45.1801 14.5065 45.5115 14.5538L49.6929 15.1506C50.0245 15.1977 50.0994 15.4239 49.8594 15.6531L46.8337 18.5427C46.5938 18.772 46.4439 19.2239 46.5007 19.5474L47.2148 23.6276C47.2714 23.9511 47.075 24.0907 46.7787 23.9382L43.0391 22.0103C42.7426 21.8576 42.2575 21.8576 41.9608 22.0103L38.2213 23.9366C37.9247 24.0893 37.7286 23.9497 37.7852 23.626L38.4993 19.5458C38.5559 19.2223 38.4061 18.7699 38.1662 18.5411L35.1405 15.6514C34.9006 15.4222 34.9756 15.1964 35.3071 15.1489L39.4884 14.5522C39.8201 14.505 40.2126 14.2254 40.3606 13.9312L42.2304 10.2207Z' fill='%23FEC75B'/%3E%3Cpath d='M67.2304 10.2207C67.3787 9.92644 67.6211 9.92644 67.7694 10.2207L69.6394 13.9328C69.7876 14.2271 70.1801 14.5065 70.5115 14.5538L74.6929 15.1506C75.0245 15.1977 75.0994 15.4239 74.8594 15.6531L71.8337 18.5427C71.5938 18.772 71.4439 19.2239 71.5007 19.5474L72.2148 23.6276C72.2714 23.9511 72.075 24.0907 71.7787 23.9382L68.0391 22.0103C67.7426 21.8576 67.2575 21.8576 66.9608 22.0103L63.2213 23.9366C62.9247 24.0893 62.7286 23.9497 62.7852 23.626L63.4993 19.5458C63.5559 19.2223 63.4061 18.7699 63.1662 18.5411L60.1405 15.6514C59.9006 15.4222 59.9756 15.1964 60.3071 15.1489L64.4884 14.5522C64.8201 14.505 65.2126 14.2254 65.3606 13.9312L67.2304 10.2207Z' fill='%23FEC75B'/%3E%3Cpath d='M92.2304 10.2207C92.3787 9.92644 92.6211 9.92644 92.7694 10.2207L94.6394 13.9328C94.7876 14.2271 95.1801 14.5065 95.5115 14.5538L99.6929 15.1506C100.025 15.1977 100.099 15.4239 99.8594 15.6531L96.8337 18.5427C96.5938 18.772 96.4439 19.2239 96.5007 19.5474L97.2148 23.6276C97.2714 23.9511 97.075 24.0907 96.7787 23.9382L93.0391 22.0103C92.7426 21.8576 92.2575 21.8576 91.9608 22.0103L88.2213 23.9366C87.9247 24.0893 87.7286 23.9497 87.7852 23.626L88.4993 19.5458C88.5559 19.2223 88.4061 18.7699 88.1662 18.5411L85.1405 15.6514C84.9006 15.4222 84.9756 15.1964 85.3071 15.1489L89.4884 14.5522C89.8201 14.505 90.2126 14.2254 90.3606 13.9312L92.2304 10.2207Z' fill='%23FEC75B'/%3E%3Cpath d='M117.23 10.2207C117.379 9.92644 117.621 9.92644 117.769 10.2207L119.639 13.9328C119.788 14.2271 120.18 14.5065 120.512 14.5538L124.693 15.1506C125.025 15.1977 125.099 15.4239 124.859 15.6531L121.834 18.5427C121.594 18.772 121.444 19.2239 121.501 19.5474L122.215 23.6276C122.271 23.9511 122.075 24.0907 121.779 23.9382L118.039 22.0103C117.743 21.8576 117.258 21.8576 116.961 22.0103L113.221 23.9366C112.925 24.0893 112.729 23.9497 112.785 23.626L113.499 19.5458C113.556 19.2223 113.406 18.7699 113.166 18.5411L110.141 15.6514C109.901 15.4222 109.976 15.1964 110.307 15.1489L114.488 14.5522C114.82 14.505 115.213 14.2254 115.361 13.9312L117.23 10.2207Z' fill='%23FEC75B'/%3E%3C/svg%3E%0A");*/
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='36' viewBox='0 0 115 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23043 7.22067C7.37871 6.92644 7.62111 6.92644 7.76939 7.22067L9.63936 10.9328C9.78764 11.2271 10.1801 11.5065 10.5115 11.5538L14.6929 12.1506C15.0245 12.1977 15.0994 12.4239 14.8594 12.6531L11.8337 15.5427C11.5938 15.772 11.4439 16.2239 11.5007 16.5474L12.2148 20.6276C12.2714 20.9511 12.075 21.0907 11.7787 20.9382L8.03914 19.0103C7.74259 18.8576 7.25751 18.8576 6.96083 19.0103L3.22127 20.9366C2.92472 21.0893 2.7286 20.9497 2.78519 20.626L3.49929 16.5458C3.55588 16.2223 3.40606 15.7699 3.16623 15.5411L0.140544 12.6514C-0.0994243 12.4222 -0.0244491 12.1964 0.30708 12.1489L4.48844 11.5522C4.82009 11.505 5.21258 11.2254 5.3606 10.9312L7.23043 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M32.2304 7.22067C32.3787 6.92644 32.6211 6.92644 32.7694 7.22067L34.6394 10.9328C34.7876 11.2271 35.1801 11.5065 35.5115 11.5538L39.6929 12.1506C40.0245 12.1977 40.0994 12.4239 39.8594 12.6531L36.8337 15.5427C36.5938 15.772 36.4439 16.2239 36.5007 16.5474L37.2148 20.6276C37.2714 20.9511 37.075 21.0907 36.7787 20.9382L33.0391 19.0103C32.7426 18.8576 32.2575 18.8576 31.9608 19.0103L28.2213 20.9366C27.9247 21.0893 27.7286 20.9497 27.7852 20.626L28.4993 16.5458C28.5559 16.2223 28.4061 15.7699 28.1662 15.5411L25.1405 12.6514C24.9006 12.4222 24.9756 12.1964 25.3071 12.1489L29.4884 11.5522C29.8201 11.505 30.2126 11.2254 30.3606 10.9312L32.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M57.2304 7.22067C57.3787 6.92644 57.6211 6.92644 57.7694 7.22067L59.6394 10.9328C59.7876 11.2271 60.1801 11.5065 60.5115 11.5538L64.6929 12.1506C65.0245 12.1977 65.0994 12.4239 64.8594 12.6531L61.8337 15.5427C61.5938 15.772 61.4439 16.2239 61.5007 16.5474L62.2148 20.6276C62.2714 20.9511 62.075 21.0907 61.7787 20.9382L58.0391 19.0103C57.7426 18.8576 57.2575 18.8576 56.9608 19.0103L53.2213 20.9366C52.9247 21.0893 52.7286 20.9497 52.7852 20.626L53.4993 16.5458C53.5559 16.2223 53.4061 15.7699 53.1662 15.5411L50.1405 12.6514C49.9006 12.4222 49.9756 12.1964 50.3071 12.1489L54.4884 11.5522C54.8201 11.505 55.2126 11.2254 55.3606 10.9312L57.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M82.2304 7.22067C82.3787 6.92644 82.6211 6.92644 82.7694 7.22067L84.6394 10.9328C84.7876 11.2271 85.1801 11.5065 85.5115 11.5538L89.6929 12.1506C90.0245 12.1977 90.0994 12.4239 89.8594 12.6531L86.8337 15.5427C86.5938 15.7719 86.4439 16.2239 86.5007 16.5474L87.2148 20.6276C87.2714 20.9511 87.075 21.0907 86.7787 20.9382L83.0391 19.0103C82.7426 18.8576 82.2575 18.8576 81.9608 19.0103L78.2213 20.9366C77.9247 21.0893 77.7286 20.9497 77.7852 20.626L78.4993 16.5458C78.5559 16.2223 78.4061 15.7699 78.1662 15.5411L75.1405 12.6514C74.9006 12.4222 74.9756 12.1964 75.3071 12.1489L79.4884 11.5522C79.8201 11.505 80.2126 11.2254 80.3606 10.9312L82.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M107.23 7.22067C107.379 6.92644 107.621 6.92644 107.769 7.22067L109.639 10.9328C109.788 11.2271 110.18 11.5065 110.512 11.5538L114.693 12.1506C115.025 12.1977 115.099 12.4239 114.859 12.6531L111.834 15.5427C111.594 15.7719 111.444 16.2239 111.501 16.5474L112.215 20.6276C112.271 20.9511 112.075 21.0907 111.779 20.9382L108.039 19.0103C107.743 18.8576 107.258 18.8576 106.961 19.0103L103.221 20.9366C102.925 21.0893 102.729 20.9497 102.785 20.626L103.499 16.5458C103.556 16.2223 103.406 15.7699 103.166 15.5411L100.141 12.6514C99.9006 12.4222 99.9756 12.1964 100.307 12.1489L104.488 11.5522C104.82 11.505 105.213 11.2254 105.361 10.9312L107.23 7.22067Z' fill='%2328B0C8'/%3E%3C/svg%3E%0A");
    width: 115px;
    height: 36px;
}
.sect_wcsau_tst_txt span {
    color: #233548;
    font-size: 1rem;
    font-style: normal;
    line-height: 24px;
    font-family: 'vitoregular';
}
.sect_wcsau_tst_aut, .sect_wcsau_tst_aut_nm {
    display: flex;
    width: 100%;
}
.sect_wcsau_tst_aut {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
}
.sect_wcsau_tst_aut_nm {
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.sect_wcsau_tst_aut_av {
    margin-right: 13px;
    max-width: 51px;
}
.sect_wcsau_tst_aut_av img {
    width: 100%;
    height: auto;
}
.sect_wcsau_tst_aut_av_nm {
    color: #233548;
    font-style: normal;
    line-height: normal;
    font-family: 'vitomedium';
}
.sect_wcsau_tst_aut_av_t, .sect_wcsau_tst_aut_av_tmn {
    font-size: .9rem;
    font-style: normal;
    line-height: normal;
}
.sect_wcsau_tst_aut_av_t {
    font-family: 'vitoregular';
    color: #ADB5BD;
}
.sect_wcsau_tst_aut_av_tmn {
    font-family: 'vitoregular';
    color: #565656;
    margin: 0.2rem 0;
}
.fvh_cond {
    position: relative;
    z-index: 3;
}
.fvh_cond p, .fvh_cond h2 {
    text-align: center;
}
.fvh_cond p {
    color: #007EAA;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    font-family: 'vitomedium';
}
.fvh_cond h2 {
    color: #233548;
    font-style: normal;
    line-height: normal;
    font-family: 'Bebas Neue Regular';
}
.fvh_cond_st span {
    font-family: 'lovin_summerregular';
    color: #28B0C8;
}
.fvh_cond_st_imsoc {
    width: 100%;
    max-width: 303px;
    margin: .5rem;
}
.fvh_cond_st_imsoc img {
    width: 100%;
    height: auto;
}
.reviews_nav {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.5rem;
    align-items: center;
    flex-wrap: nowrap;
}
.review_slick_barrw {
    border: 1px solid #00000000;
    border-radius: 30px;
    box-shadow: 0 0 5px transparent;
    background: transparent;
    background-color: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    transition: .3s;
    margin: 0 0.4rem;
    opacity: .5;
}
.review_slick_barrw:hover {
    box-shadow: 0 0 5px black;
    transition: .3s;
    opacity: 1;
}
.review_slick_barrw:active, .review_slick_barrw:target {
    box-shadow: 0 0 5px transparent;
    transition: .3s;
}
.review_slick_barrw .span_ico_el {
    width: 24px;
    height: 24px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.review_slick_next_ico {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%230E2840'/%3E%3Cpath d='M10 8L14 11.6667L10 15.3333' stroke='%230E2840' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.review_slick_prev_ico {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' stroke='%230E2840'/%3E%3Cpath d='M14 15.3335L10 11.6668L14 8.00016' stroke='%230E2840' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* end .sect_wcsau */

/* footer */
.sect_footer_el {
    display: flex;
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
}
.sect_footer_it_txt {
    max-width: 500px;
}
.sect_footer_it {
    margin: .5rem;
    padding: .5rem;
}
.sect_footer {
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.sect_footer_ttc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.sect_footer_ttc_tt {
    color: #28B0C8;
    font-size: 1.6rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'vitomedium';
    margin-bottom: 1rem;
}
.sect_footer_ttc_c {
    color: #233548;
    font-size: 1rem;
    font-style: normal;
    line-height: 25px;
    font-family: 'vitoregular';
}
.sect_footer_mnv_tt {
    margin-bottom: 1.8rem;
}
.sect_footer_mnv_tt span {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'vitomedium';
}
.sect_footer_mnv_menu_ls_itm {
    display: block;
    margin: 1.4rem 0;
}
.sect_footer_mnv_menu_ls_itm a {
    display: inline-flex;
    color: #233548;
    font-size: 1.1rem;
    font-style: normal;
    line-height: normal;
    font-family: 'vitoregular';
}
.sect_footer_mnv_menu_ls_itm a:hover {
    text-decoration: underline !important;
}
.sect_footer_it_cop_tt span {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    font-family: 'vitoregular';
}
.sect_footer_it_cop_soci {
    margin: 1rem 0 1rem;
}
.sect_footer_it_cop_soci span {
    color: #2BB1CA;
    font-size: 1.8rem;
    font-style: normal;
    line-height: normal;
    font-family: 'Bebas Neue Regular';
}
.sect_footer_it_cop_soc_h {
    display: inline-flex;
    margin: .3rem .7rem .3rem 0;
    transition: .3s;
    border-radius: 5px;
}
.sect_footer_it_cop_soc_h:hover {
    transition: .3s;
    box-shadow: 0px 4px 9px 0px rgb(120 120 120 / 40%);
}
.sect_footer_it_cop_soc_h_fb_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5C0 2.23858 2.23858 0 5 0H27C29.7614 0 32 2.23858 32 5V27C32 29.7614 29.7614 32 27 32H5C2.23858 32 0 29.7614 0 27V5ZM16 8C20.4 8 24 11.6 24 16C24 20 21.1 23.4 17.1 24V18.3H19L19.4 16H17.2V14.5C17.2 13.9 17.5 13.3 18.5 13.3H19.5V11.3C19.5 11.3 18.6 11.1 17.7 11.1C15.9 11.1 14.7 12.2 14.7 14.2V16H12.7V18.3H14.7V23.9C10.9 23.3 8 20 8 16C8 11.6 11.6 8 16 8Z' fill='%2360C4D7'/%3E%3C/svg%3E");
}
.sect_footer_it_cop_soc_h_ins_ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 18.8C14.5 18.8 13.2 17.6 13.2 16C13.2 14.5 14.4 13.2 16 13.2C17.5 13.2 18.8 14.4 18.8 16C18.8 17.5 17.5 18.8 16 18.8Z' fill='%2360C4D7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4 9.2H12.6C11.8 9.3 11.4 9.4 11.1 9.5C10.7 9.6 10.4 9.8 10.1 10.1C9.86261 10.3374 9.75045 10.5748 9.61489 10.8617C9.59983 10.8936 9.58448 10.9261 9.56862 10.9593C9.52369 11.0533 9.48336 11.1496 9.44752 11.2475C9.34291 11.5333 9.2 11.9238 9.2 12.6V19.4C9.3 20.2 9.4 20.6 9.5 20.9C9.6 21.3 9.8 21.6 10.1 21.9C10.3374 22.1374 10.5748 22.2495 10.8617 22.3851C10.8936 22.4002 10.9261 22.4155 10.9593 22.4314C11.0533 22.4763 11.1496 22.5166 11.2475 22.5525C11.5333 22.6571 11.9238 22.8 12.6 22.8H19.4C20.2 22.7 20.6 22.6 20.9 22.5C21.3 22.4 21.6 22.2 21.9 21.9C22.1374 21.6626 22.2495 21.4252 22.3851 21.1383C22.4002 21.1064 22.4155 21.0739 22.4314 21.0407C22.4763 20.9467 22.5166 20.8504 22.5525 20.7525C22.6571 20.4667 22.8 20.0762 22.8 19.4V12.6C22.7 11.8 22.6 11.4 22.5 11.1C22.4 10.7 22.2 10.4 21.9 10.1C21.6626 9.86261 21.4252 9.75045 21.1383 9.61488C21.1065 9.59984 21.0739 9.58448 21.0407 9.56862C20.9467 9.52368 20.8504 9.48335 20.7525 9.44752C20.4667 9.3429 20.0762 9.2 19.4 9.2ZM16 11.7C13.6 11.7 11.7 13.6 11.7 16C11.7 18.4 13.6 20.3 16 20.3C18.4 20.3 20.3 18.4 20.3 16C20.3 13.6 18.4 11.7 16 11.7ZM21.4 11.6C21.4 12.1523 20.9523 12.6 20.4 12.6C19.8477 12.6 19.4 12.1523 19.4 11.6C19.4 11.0477 19.8477 10.6 20.4 10.6C20.9523 10.6 21.4 11.0477 21.4 11.6Z' fill='%2360C4D7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5C0 2.23858 2.23858 0 5 0H27C29.7614 0 32 2.23858 32 5V27C32 29.7614 29.7614 32 27 32H5C2.23858 32 0 29.7614 0 27V5ZM12.6 7.7H19.4C20.3 7.8 20.9 7.9 21.4 8.1C22 8.4 22.4 8.6 22.9 9.1C23.4 9.6 23.7 10.1 23.9 10.6C24.1 11.1 24.3 11.7 24.3 12.6V19.4C24.2 20.3 24.1 20.9 23.9 21.4C23.6 22 23.4 22.4 22.9 22.9C22.4 23.4 21.9 23.7 21.4 23.9C20.9 24.1 20.3 24.3 19.4 24.3H12.6C11.7 24.2 11.1 24.1 10.6 23.9C10 23.6 9.6 23.4 9.1 22.9C8.6 22.4 8.3 21.9 8.1 21.4C7.9 20.9 7.7 20.3 7.7 19.4V12.6C7.8 11.7 7.9 11.1 8.1 10.6C8.4 10 8.6 9.6 9.1 9.1C9.6 8.6 10.1 8.3 10.6 8.1C11.1 7.9 11.7 7.7 12.6 7.7Z' fill='%2360C4D7'/%3E%3C/svg%3E");
}
.sect_footer_it_cop_soc_h_fb_ico, .sect_footer_it_cop_soc_h_ins_ico {
    width: 32px;
    height: 32px;
}
.sect_footer_it_cop_it {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 2rem 0 0;
}
.sect_footer_it_cop_it span {
    color: #233548;
    font-size: .8rem;
    font-style: normal;
    line-height: 16px;
    font-family: 'vitoregular';
}
.sect_footer_it_cop_lnk {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1rem;
}
.sect_footer_it_cop_lnk a {
    display: inline-flex;
    color: #233548;
    font-size: .9rem;
    font-style: normal;
    line-height: normal;
    font-family: 'vitoregular';
    margin: .5rem 0;
}
.sect_footer_it_cop_lnk a:hover {
    text-decoration: underline !important;
}

/* end footer */

/* slick-slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}


/* end slick-slider */

.reviews_ratings_stars_1 {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='39' viewBox='0 0 115 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23043 7.22067C7.37871 6.92644 7.62111 6.92644 7.76939 7.22067L9.63936 10.9328C9.78764 11.2271 10.1801 11.5065 10.5115 11.5538L14.6929 12.1506C15.0245 12.1977 15.0994 12.4239 14.8594 12.6531L11.8337 15.5427C11.5938 15.772 11.4439 16.2239 11.5007 16.5474L12.2148 20.6276C12.2714 20.9511 12.075 21.0907 11.7787 20.9382L8.03914 19.0103C7.74259 18.8576 7.25751 18.8576 6.96083 19.0103L3.22127 20.9366C2.92472 21.0893 2.7286 20.9497 2.78519 20.626L3.49929 16.5458C3.55588 16.2223 3.40606 15.7699 3.16623 15.5411L0.140544 12.6514C-0.0994243 12.4222 -0.0244491 12.1964 0.30708 12.1489L4.48844 11.5522C4.82009 11.505 5.21258 11.2254 5.3606 10.9312L7.23043 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M32.2304 7.22067C32.3787 6.92644 32.6211 6.92644 32.7694 7.22067L34.6394 10.9328C34.7876 11.2271 35.1801 11.5065 35.5115 11.5538L39.6929 12.1506C40.0245 12.1977 40.0994 12.4239 39.8594 12.6531L36.8337 15.5427C36.5938 15.772 36.4439 16.2239 36.5007 16.5474L37.2148 20.6276C37.2714 20.9511 37.075 21.0907 36.7787 20.9382L33.0391 19.0103C32.7426 18.8576 32.2575 18.8576 31.9608 19.0103L28.2213 20.9366C27.9247 21.0893 27.7286 20.9497 27.7852 20.626L28.4993 16.5458C28.5559 16.2223 28.4061 15.7699 28.1662 15.5411L25.1405 12.6514C24.9006 12.4222 24.9756 12.1964 25.3071 12.1489L29.4884 11.5522C29.8201 11.505 30.2126 11.2254 30.3606 10.9312L32.2304 7.22067Z' fill='%23CBDFE9'/%3E%3Cpath d='M57.2304 7.22067C57.3787 6.92644 57.6211 6.92644 57.7694 7.22067L59.6394 10.9328C59.7876 11.2271 60.1801 11.5065 60.5115 11.5538L64.6929 12.1506C65.0245 12.1977 65.0994 12.4239 64.8594 12.6531L61.8337 15.5427C61.5938 15.772 61.4439 16.2239 61.5007 16.5474L62.2148 20.6276C62.2714 20.9511 62.075 21.0907 61.7787 20.9382L58.0391 19.0103C57.7426 18.8576 57.2575 18.8576 56.9608 19.0103L53.2213 20.9366C52.9247 21.0893 52.7286 20.9497 52.7852 20.626L53.4993 16.5458C53.5559 16.2223 53.4061 15.7699 53.1662 15.5411L50.1405 12.6514C49.9006 12.4222 49.9756 12.1964 50.3071 12.1489L54.4884 11.5522C54.8201 11.505 55.2126 11.2254 55.3606 10.9312L57.2304 7.22067Z' fill='%23CBDFE9'/%3E%3Cpath d='M82.2304 7.22067C82.3787 6.92644 82.6211 6.92644 82.7694 7.22067L84.6394 10.9328C84.7876 11.2271 85.1801 11.5065 85.5115 11.5538L89.6929 12.1506C90.0245 12.1977 90.0994 12.4239 89.8594 12.6531L86.8337 15.5427C86.5938 15.7719 86.4439 16.2239 86.5007 16.5474L87.2148 20.6276C87.2714 20.9511 87.075 21.0907 86.7787 20.9382L83.0391 19.0103C82.7426 18.8576 82.2575 18.8576 81.9608 19.0103L78.2213 20.9366C77.9247 21.0893 77.7286 20.9497 77.7852 20.626L78.4993 16.5458C78.5559 16.2223 78.4061 15.7699 78.1662 15.5411L75.1405 12.6514C74.9006 12.4222 74.9756 12.1964 75.3071 12.1489L79.4884 11.5522C79.8201 11.505 80.2126 11.2254 80.3606 10.9312L82.2304 7.22067Z' fill='%23CBDFE9'/%3E%3Cpath d='M107.23 7.22067C107.379 6.92644 107.621 6.92644 107.769 7.22067L109.639 10.9328C109.788 11.2271 110.18 11.5065 110.512 11.5538L114.693 12.1506C115.025 12.1977 115.099 12.4239 114.859 12.6531L111.834 15.5427C111.594 15.7719 111.444 16.2239 111.501 16.5474L112.215 20.6276C112.271 20.9511 112.075 21.0907 111.779 20.9382L108.039 19.0103C107.743 18.8576 107.258 18.8576 106.961 19.0103L103.221 20.9366C102.925 21.0893 102.729 20.9497 102.785 20.626L103.499 16.5458C103.556 16.2223 103.406 15.7699 103.166 15.5411L100.141 12.6514C99.9006 12.4222 99.9756 12.1964 100.307 12.1489L104.488 11.5522C104.82 11.505 105.213 11.2254 105.361 10.9312L107.23 7.22067Z' fill='%23CBDFE9'/%3E%3C/svg%3E%0A");
    width: 115px;
    height: 39px;
}

.reviews_ratings_stars_2 {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='39' viewBox='0 0 115 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23043 7.22067C7.37871 6.92644 7.62111 6.92644 7.76939 7.22067L9.63936 10.9328C9.78764 11.2271 10.1801 11.5065 10.5115 11.5538L14.6929 12.1506C15.0245 12.1977 15.0994 12.4239 14.8594 12.6531L11.8337 15.5427C11.5938 15.772 11.4439 16.2239 11.5007 16.5474L12.2148 20.6276C12.2714 20.9511 12.075 21.0907 11.7787 20.9382L8.03914 19.0103C7.74259 18.8576 7.25751 18.8576 6.96083 19.0103L3.22127 20.9366C2.92472 21.0893 2.7286 20.9497 2.78519 20.626L3.49929 16.5458C3.55588 16.2223 3.40606 15.7699 3.16623 15.5411L0.140544 12.6514C-0.0994243 12.4222 -0.0244491 12.1964 0.30708 12.1489L4.48844 11.5522C4.82009 11.505 5.21258 11.2254 5.3606 10.9312L7.23043 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M32.2304 7.22067C32.3787 6.92644 32.6211 6.92644 32.7694 7.22067L34.6394 10.9328C34.7876 11.2271 35.1801 11.5065 35.5115 11.5538L39.6929 12.1506C40.0245 12.1977 40.0994 12.4239 39.8594 12.6531L36.8337 15.5427C36.5938 15.772 36.4439 16.2239 36.5007 16.5474L37.2148 20.6276C37.2714 20.9511 37.075 21.0907 36.7787 20.9382L33.0391 19.0103C32.7426 18.8576 32.2575 18.8576 31.9608 19.0103L28.2213 20.9366C27.9247 21.0893 27.7286 20.9497 27.7852 20.626L28.4993 16.5458C28.5559 16.2223 28.4061 15.7699 28.1662 15.5411L25.1405 12.6514C24.9006 12.4222 24.9756 12.1964 25.3071 12.1489L29.4884 11.5522C29.8201 11.505 30.2126 11.2254 30.3606 10.9312L32.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M57.2304 7.22067C57.3787 6.92644 57.6211 6.92644 57.7694 7.22067L59.6394 10.9328C59.7876 11.2271 60.1801 11.5065 60.5115 11.5538L64.6929 12.1506C65.0245 12.1977 65.0994 12.4239 64.8594 12.6531L61.8337 15.5427C61.5938 15.772 61.4439 16.2239 61.5007 16.5474L62.2148 20.6276C62.2714 20.9511 62.075 21.0907 61.7787 20.9382L58.0391 19.0103C57.7426 18.8576 57.2575 18.8576 56.9608 19.0103L53.2213 20.9366C52.9247 21.0893 52.7286 20.9497 52.7852 20.626L53.4993 16.5458C53.5559 16.2223 53.4061 15.7699 53.1662 15.5411L50.1405 12.6514C49.9006 12.4222 49.9756 12.1964 50.3071 12.1489L54.4884 11.5522C54.8201 11.505 55.2126 11.2254 55.3606 10.9312L57.2304 7.22067Z' fill='%23CBDFE9'/%3E%3Cpath d='M82.2304 7.22067C82.3787 6.92644 82.6211 6.92644 82.7694 7.22067L84.6394 10.9328C84.7876 11.2271 85.1801 11.5065 85.5115 11.5538L89.6929 12.1506C90.0245 12.1977 90.0994 12.4239 89.8594 12.6531L86.8337 15.5427C86.5938 15.7719 86.4439 16.2239 86.5007 16.5474L87.2148 20.6276C87.2714 20.9511 87.075 21.0907 86.7787 20.9382L83.0391 19.0103C82.7426 18.8576 82.2575 18.8576 81.9608 19.0103L78.2213 20.9366C77.9247 21.0893 77.7286 20.9497 77.7852 20.626L78.4993 16.5458C78.5559 16.2223 78.4061 15.7699 78.1662 15.5411L75.1405 12.6514C74.9006 12.4222 74.9756 12.1964 75.3071 12.1489L79.4884 11.5522C79.8201 11.505 80.2126 11.2254 80.3606 10.9312L82.2304 7.22067Z' fill='%23CBDFE9'/%3E%3Cpath d='M107.23 7.22067C107.379 6.92644 107.621 6.92644 107.769 7.22067L109.639 10.9328C109.788 11.2271 110.18 11.5065 110.512 11.5538L114.693 12.1506C115.025 12.1977 115.099 12.4239 114.859 12.6531L111.834 15.5427C111.594 15.7719 111.444 16.2239 111.501 16.5474L112.215 20.6276C112.271 20.9511 112.075 21.0907 111.779 20.9382L108.039 19.0103C107.743 18.8576 107.258 18.8576 106.961 19.0103L103.221 20.9366C102.925 21.0893 102.729 20.9497 102.785 20.626L103.499 16.5458C103.556 16.2223 103.406 15.7699 103.166 15.5411L100.141 12.6514C99.9006 12.4222 99.9756 12.1964 100.307 12.1489L104.488 11.5522C104.82 11.505 105.213 11.2254 105.361 10.9312L107.23 7.22067Z' fill='%23CBDFE9'/%3E%3C/svg%3E%0A");
    width: 115px;
    height: 39px;
}

.reviews_ratings_stars_3 {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='39' viewBox='0 0 115 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23043 7.22067C7.37871 6.92644 7.62111 6.92644 7.76939 7.22067L9.63936 10.9328C9.78764 11.2271 10.1801 11.5065 10.5115 11.5538L14.6929 12.1506C15.0245 12.1977 15.0994 12.4239 14.8594 12.6531L11.8337 15.5427C11.5938 15.772 11.4439 16.2239 11.5007 16.5474L12.2148 20.6276C12.2714 20.9511 12.075 21.0907 11.7787 20.9382L8.03914 19.0103C7.74259 18.8576 7.25751 18.8576 6.96083 19.0103L3.22127 20.9366C2.92472 21.0893 2.7286 20.9497 2.78519 20.626L3.49929 16.5458C3.55588 16.2223 3.40606 15.7699 3.16623 15.5411L0.140544 12.6514C-0.0994243 12.4222 -0.0244491 12.1964 0.30708 12.1489L4.48844 11.5522C4.82009 11.505 5.21258 11.2254 5.3606 10.9312L7.23043 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M32.2304 7.22067C32.3787 6.92644 32.6211 6.92644 32.7694 7.22067L34.6394 10.9328C34.7876 11.2271 35.1801 11.5065 35.5115 11.5538L39.6929 12.1506C40.0245 12.1977 40.0994 12.4239 39.8594 12.6531L36.8337 15.5427C36.5938 15.772 36.4439 16.2239 36.5007 16.5474L37.2148 20.6276C37.2714 20.9511 37.075 21.0907 36.7787 20.9382L33.0391 19.0103C32.7426 18.8576 32.2575 18.8576 31.9608 19.0103L28.2213 20.9366C27.9247 21.0893 27.7286 20.9497 27.7852 20.626L28.4993 16.5458C28.5559 16.2223 28.4061 15.7699 28.1662 15.5411L25.1405 12.6514C24.9006 12.4222 24.9756 12.1964 25.3071 12.1489L29.4884 11.5522C29.8201 11.505 30.2126 11.2254 30.3606 10.9312L32.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M57.2304 7.22067C57.3787 6.92644 57.6211 6.92644 57.7694 7.22067L59.6394 10.9328C59.7876 11.2271 60.1801 11.5065 60.5115 11.5538L64.6929 12.1506C65.0245 12.1977 65.0994 12.4239 64.8594 12.6531L61.8337 15.5427C61.5938 15.772 61.4439 16.2239 61.5007 16.5474L62.2148 20.6276C62.2714 20.9511 62.075 21.0907 61.7787 20.9382L58.0391 19.0103C57.7426 18.8576 57.2575 18.8576 56.9608 19.0103L53.2213 20.9366C52.9247 21.0893 52.7286 20.9497 52.7852 20.626L53.4993 16.5458C53.5559 16.2223 53.4061 15.7699 53.1662 15.5411L50.1405 12.6514C49.9006 12.4222 49.9756 12.1964 50.3071 12.1489L54.4884 11.5522C54.8201 11.505 55.2126 11.2254 55.3606 10.9312L57.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M82.2304 7.22067C82.3787 6.92644 82.6211 6.92644 82.7694 7.22067L84.6394 10.9328C84.7876 11.2271 85.1801 11.5065 85.5115 11.5538L89.6929 12.1506C90.0245 12.1977 90.0994 12.4239 89.8594 12.6531L86.8337 15.5427C86.5938 15.7719 86.4439 16.2239 86.5007 16.5474L87.2148 20.6276C87.2714 20.9511 87.075 21.0907 86.7787 20.9382L83.0391 19.0103C82.7426 18.8576 82.2575 18.8576 81.9608 19.0103L78.2213 20.9366C77.9247 21.0893 77.7286 20.9497 77.7852 20.626L78.4993 16.5458C78.5559 16.2223 78.4061 15.7699 78.1662 15.5411L75.1405 12.6514C74.9006 12.4222 74.9756 12.1964 75.3071 12.1489L79.4884 11.5522C79.8201 11.505 80.2126 11.2254 80.3606 10.9312L82.2304 7.22067Z' fill='%23CBDFE9'/%3E%3Cpath d='M107.23 7.22067C107.379 6.92644 107.621 6.92644 107.769 7.22067L109.639 10.9328C109.788 11.2271 110.18 11.5065 110.512 11.5538L114.693 12.1506C115.025 12.1977 115.099 12.4239 114.859 12.6531L111.834 15.5427C111.594 15.7719 111.444 16.2239 111.501 16.5474L112.215 20.6276C112.271 20.9511 112.075 21.0907 111.779 20.9382L108.039 19.0103C107.743 18.8576 107.258 18.8576 106.961 19.0103L103.221 20.9366C102.925 21.0893 102.729 20.9497 102.785 20.626L103.499 16.5458C103.556 16.2223 103.406 15.7699 103.166 15.5411L100.141 12.6514C99.9006 12.4222 99.9756 12.1964 100.307 12.1489L104.488 11.5522C104.82 11.505 105.213 11.2254 105.361 10.9312L107.23 7.22067Z' fill='%23CBDFE9'/%3E%3C/svg%3E%0A");
    width: 115px;
    height: 39px;
}

.reviews_ratings_stars_4 {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='39' viewBox='0 0 115 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23043 7.22067C7.37871 6.92644 7.62111 6.92644 7.76939 7.22067L9.63936 10.9328C9.78764 11.2271 10.1801 11.5065 10.5115 11.5538L14.6929 12.1506C15.0245 12.1977 15.0994 12.4239 14.8594 12.6531L11.8337 15.5427C11.5938 15.772 11.4439 16.2239 11.5007 16.5474L12.2148 20.6276C12.2714 20.9511 12.075 21.0907 11.7787 20.9382L8.03914 19.0103C7.74259 18.8576 7.25751 18.8576 6.96083 19.0103L3.22127 20.9366C2.92472 21.0893 2.7286 20.9497 2.78519 20.626L3.49929 16.5458C3.55588 16.2223 3.40606 15.7699 3.16623 15.5411L0.140544 12.6514C-0.0994243 12.4222 -0.0244491 12.1964 0.30708 12.1489L4.48844 11.5522C4.82009 11.505 5.21258 11.2254 5.3606 10.9312L7.23043 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M32.2304 7.22067C32.3787 6.92644 32.6211 6.92644 32.7694 7.22067L34.6394 10.9328C34.7876 11.2271 35.1801 11.5065 35.5115 11.5538L39.6929 12.1506C40.0245 12.1977 40.0994 12.4239 39.8594 12.6531L36.8337 15.5427C36.5938 15.772 36.4439 16.2239 36.5007 16.5474L37.2148 20.6276C37.2714 20.9511 37.075 21.0907 36.7787 20.9382L33.0391 19.0103C32.7426 18.8576 32.2575 18.8576 31.9608 19.0103L28.2213 20.9366C27.9247 21.0893 27.7286 20.9497 27.7852 20.626L28.4993 16.5458C28.5559 16.2223 28.4061 15.7699 28.1662 15.5411L25.1405 12.6514C24.9006 12.4222 24.9756 12.1964 25.3071 12.1489L29.4884 11.5522C29.8201 11.505 30.2126 11.2254 30.3606 10.9312L32.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M57.2304 7.22067C57.3787 6.92644 57.6211 6.92644 57.7694 7.22067L59.6394 10.9328C59.7876 11.2271 60.1801 11.5065 60.5115 11.5538L64.6929 12.1506C65.0245 12.1977 65.0994 12.4239 64.8594 12.6531L61.8337 15.5427C61.5938 15.772 61.4439 16.2239 61.5007 16.5474L62.2148 20.6276C62.2714 20.9511 62.075 21.0907 61.7787 20.9382L58.0391 19.0103C57.7426 18.8576 57.2575 18.8576 56.9608 19.0103L53.2213 20.9366C52.9247 21.0893 52.7286 20.9497 52.7852 20.626L53.4993 16.5458C53.5559 16.2223 53.4061 15.7699 53.1662 15.5411L50.1405 12.6514C49.9006 12.4222 49.9756 12.1964 50.3071 12.1489L54.4884 11.5522C54.8201 11.505 55.2126 11.2254 55.3606 10.9312L57.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M82.2304 7.22067C82.3787 6.92644 82.6211 6.92644 82.7694 7.22067L84.6394 10.9328C84.7876 11.2271 85.1801 11.5065 85.5115 11.5538L89.6929 12.1506C90.0245 12.1977 90.0994 12.4239 89.8594 12.6531L86.8337 15.5427C86.5938 15.772 86.4439 16.2239 86.5007 16.5474L87.2148 20.6276C87.2714 20.9511 87.075 21.0907 86.7787 20.9382L83.0391 19.0103C82.7426 18.8576 82.2575 18.8576 81.9608 19.0103L78.2213 20.9366C77.9247 21.0893 77.7286 20.9497 77.7852 20.626L78.4993 16.5458C78.5559 16.2223 78.4061 15.7699 78.1662 15.5411L75.1405 12.6514C74.9006 12.4222 74.9756 12.1964 75.3071 12.1489L79.4884 11.5522C79.8201 11.505 80.2126 11.2254 80.3606 10.9312L82.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M107.23 7.22067C107.379 6.92644 107.621 6.92644 107.769 7.22067L109.639 10.9328C109.788 11.2271 110.18 11.5065 110.512 11.5538L114.693 12.1506C115.025 12.1977 115.099 12.4239 114.859 12.6531L111.834 15.5427C111.594 15.7719 111.444 16.2239 111.501 16.5474L112.215 20.6276C112.271 20.9511 112.075 21.0907 111.779 20.9382L108.039 19.0103C107.743 18.8576 107.258 18.8576 106.961 19.0103L103.221 20.9366C102.925 21.0893 102.729 20.9497 102.785 20.626L103.499 16.5458C103.556 16.2223 103.406 15.7699 103.166 15.5411L100.141 12.6514C99.9006 12.4222 99.9756 12.1964 100.307 12.1489L104.488 11.5522C104.82 11.505 105.213 11.2254 105.361 10.9312L107.23 7.22067Z' fill='%23CBDFE9'/%3E%3C/svg%3E%0A");
    width: 115px;
    height: 39px;
}

.reviews_ratings_stars_5 {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='36' viewBox='0 0 115 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23043 7.22067C7.37871 6.92644 7.62111 6.92644 7.76939 7.22067L9.63936 10.9328C9.78764 11.2271 10.1801 11.5065 10.5115 11.5538L14.6929 12.1506C15.0245 12.1977 15.0994 12.4239 14.8594 12.6531L11.8337 15.5427C11.5938 15.772 11.4439 16.2239 11.5007 16.5474L12.2148 20.6276C12.2714 20.9511 12.075 21.0907 11.7787 20.9382L8.03914 19.0103C7.74259 18.8576 7.25751 18.8576 6.96083 19.0103L3.22127 20.9366C2.92472 21.0893 2.7286 20.9497 2.78519 20.626L3.49929 16.5458C3.55588 16.2223 3.40606 15.7699 3.16623 15.5411L0.140544 12.6514C-0.0994243 12.4222 -0.0244491 12.1964 0.30708 12.1489L4.48844 11.5522C4.82009 11.505 5.21258 11.2254 5.3606 10.9312L7.23043 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M32.2304 7.22067C32.3787 6.92644 32.6211 6.92644 32.7694 7.22067L34.6394 10.9328C34.7876 11.2271 35.1801 11.5065 35.5115 11.5538L39.6929 12.1506C40.0245 12.1977 40.0994 12.4239 39.8594 12.6531L36.8337 15.5427C36.5938 15.772 36.4439 16.2239 36.5007 16.5474L37.2148 20.6276C37.2714 20.9511 37.075 21.0907 36.7787 20.9382L33.0391 19.0103C32.7426 18.8576 32.2575 18.8576 31.9608 19.0103L28.2213 20.9366C27.9247 21.0893 27.7286 20.9497 27.7852 20.626L28.4993 16.5458C28.5559 16.2223 28.4061 15.7699 28.1662 15.5411L25.1405 12.6514C24.9006 12.4222 24.9756 12.1964 25.3071 12.1489L29.4884 11.5522C29.8201 11.505 30.2126 11.2254 30.3606 10.9312L32.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M57.2304 7.22067C57.3787 6.92644 57.6211 6.92644 57.7694 7.22067L59.6394 10.9328C59.7876 11.2271 60.1801 11.5065 60.5115 11.5538L64.6929 12.1506C65.0245 12.1977 65.0994 12.4239 64.8594 12.6531L61.8337 15.5427C61.5938 15.772 61.4439 16.2239 61.5007 16.5474L62.2148 20.6276C62.2714 20.9511 62.075 21.0907 61.7787 20.9382L58.0391 19.0103C57.7426 18.8576 57.2575 18.8576 56.9608 19.0103L53.2213 20.9366C52.9247 21.0893 52.7286 20.9497 52.7852 20.626L53.4993 16.5458C53.5559 16.2223 53.4061 15.7699 53.1662 15.5411L50.1405 12.6514C49.9006 12.4222 49.9756 12.1964 50.3071 12.1489L54.4884 11.5522C54.8201 11.505 55.2126 11.2254 55.3606 10.9312L57.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M82.2304 7.22067C82.3787 6.92644 82.6211 6.92644 82.7694 7.22067L84.6394 10.9328C84.7876 11.2271 85.1801 11.5065 85.5115 11.5538L89.6929 12.1506C90.0245 12.1977 90.0994 12.4239 89.8594 12.6531L86.8337 15.5427C86.5938 15.7719 86.4439 16.2239 86.5007 16.5474L87.2148 20.6276C87.2714 20.9511 87.075 21.0907 86.7787 20.9382L83.0391 19.0103C82.7426 18.8576 82.2575 18.8576 81.9608 19.0103L78.2213 20.9366C77.9247 21.0893 77.7286 20.9497 77.7852 20.626L78.4993 16.5458C78.5559 16.2223 78.4061 15.7699 78.1662 15.5411L75.1405 12.6514C74.9006 12.4222 74.9756 12.1964 75.3071 12.1489L79.4884 11.5522C79.8201 11.505 80.2126 11.2254 80.3606 10.9312L82.2304 7.22067Z' fill='%2328B0C8'/%3E%3Cpath d='M107.23 7.22067C107.379 6.92644 107.621 6.92644 107.769 7.22067L109.639 10.9328C109.788 11.2271 110.18 11.5065 110.512 11.5538L114.693 12.1506C115.025 12.1977 115.099 12.4239 114.859 12.6531L111.834 15.5427C111.594 15.7719 111.444 16.2239 111.501 16.5474L112.215 20.6276C112.271 20.9511 112.075 21.0907 111.779 20.9382L108.039 19.0103C107.743 18.8576 107.258 18.8576 106.961 19.0103L103.221 20.9366C102.925 21.0893 102.729 20.9497 102.785 20.626L103.499 16.5458C103.556 16.2223 103.406 15.7699 103.166 15.5411L100.141 12.6514C99.9006 12.4222 99.9756 12.1964 100.307 12.1489L104.488 11.5522C104.82 11.505 105.213 11.2254 105.361 10.9312L107.23 7.22067Z' fill='%2328B0C8'/%3E%3C/svg%3E%0A");
    width: 115px;
    height: 39px;
}

/*.ratings_stars_1 {
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='37' viewBox='0 0 150 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 24.4189L14.3509 26.8386C13.5891 27.2349 13.0894 26.8764 13.235 26.036L14.1229 20.9114L10.3617 17.2819C9.74546 16.6874 9.93556 16.1062 10.788 15.9835L15.9859 15.2357L18.3103 10.5732C18.6912 9.80929 19.3083 9.80855 19.6896 10.5732L22.0142 15.2357L27.2122 15.9835C28.0637 16.106 28.255 16.6869 27.6383 17.2819L23.877 20.9114L24.765 26.036C24.9106 26.8757 24.4116 27.2353 23.6491 26.8386L19 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47 24.4189L42.3509 26.8386C41.5891 27.2349 41.0894 26.8764 41.235 26.036L42.1229 20.9114L38.3617 17.2819C37.7455 16.6874 37.9356 16.1062 38.788 15.9835L43.9859 15.2357L46.3103 10.5732C46.6912 9.80929 47.3083 9.80855 47.6896 10.5732L50.0142 15.2357L55.2122 15.9835C56.0637 16.106 56.255 16.6869 55.6383 17.2819L51.877 20.9114L52.765 26.036C52.9106 26.8757 52.4116 27.2353 51.6491 26.8386L47 24.4189Z' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75 24.4189L70.3509 26.8386C69.5891 27.2349 69.0894 26.8764 69.235 26.036L70.1229 20.9114L66.3617 17.2819C65.7455 16.6874 65.9356 16.1062 66.788 15.9835L71.9859 15.2357L74.3103 10.5732C74.6912 9.80929 75.3083 9.80855 75.6896 10.5732L78.0142 15.2357L83.2122 15.9835C84.0637 16.106 84.255 16.6869 83.6383 17.2819L79.877 20.9114L80.765 26.036C80.9106 26.8757 80.4116 27.2353 79.6491 26.8386L75 24.4189Z' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 24.4189L98.3509 26.8386C97.5891 27.2349 97.0894 26.8764 97.235 26.036L98.1229 20.9114L94.3617 17.2819C93.7455 16.6874 93.9356 16.1062 94.788 15.9835L99.9859 15.2357L102.31 10.5732C102.691 9.80929 103.308 9.80855 103.69 10.5732L106.014 15.2357L111.212 15.9835C112.064 16.106 112.255 16.6869 111.638 17.2819L107.877 20.9114L108.765 26.036C108.911 26.8757 108.412 27.2353 107.649 26.8386L103 24.4189Z' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 24.4189L126.351 26.8386C125.589 27.2349 125.089 26.8764 125.235 26.036L126.123 20.9114L122.362 17.2819C121.745 16.6874 121.936 16.1062 122.788 15.9835L127.986 15.2357L130.31 10.5732C130.691 9.80929 131.308 9.80855 131.69 10.5732L134.014 15.2357L139.212 15.9835C140.064 16.106 140.255 16.6869 139.638 17.2819L135.877 20.9114L136.765 26.036C136.911 26.8757 136.412 27.2353 135.649 26.8386L131 24.4189Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    width: 150px;
    height: 37px;
}
.ratings_stars_2 {
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='37' viewBox='0 0 150 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 24.4189L14.3509 26.8386C13.5891 27.2349 13.0894 26.8764 13.235 26.036L14.1229 20.9114L10.3617 17.2819C9.74546 16.6874 9.93556 16.1062 10.788 15.9835L15.9859 15.2357L18.3103 10.5732C18.6912 9.80929 19.3083 9.80855 19.6896 10.5732L22.0142 15.2357L27.2122 15.9835C28.0637 16.106 28.255 16.6869 27.6383 17.2819L23.877 20.9114L24.765 26.036C24.9106 26.8757 24.4116 27.2353 23.6491 26.8386L19 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47 24.4189L42.3509 26.8386C41.5891 27.2349 41.0894 26.8764 41.235 26.036L42.1229 20.9114L38.3617 17.2819C37.7455 16.6874 37.9356 16.1062 38.788 15.9835L43.9859 15.2357L46.3103 10.5732C46.6912 9.80929 47.3083 9.80855 47.6896 10.5732L50.0142 15.2357L55.2122 15.9835C56.0637 16.106 56.255 16.6869 55.6383 17.2819L51.877 20.9114L52.765 26.036C52.9106 26.8757 52.4116 27.2353 51.6491 26.8386L47 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75 24.4189L70.3509 26.8386C69.5891 27.2349 69.0894 26.8764 69.235 26.036L70.1229 20.9114L66.3617 17.2819C65.7455 16.6874 65.9356 16.1062 66.788 15.9835L71.9859 15.2357L74.3103 10.5732C74.6912 9.80929 75.3083 9.80855 75.6896 10.5732L78.0142 15.2357L83.2122 15.9835C84.0637 16.106 84.255 16.6869 83.6383 17.2819L79.877 20.9114L80.765 26.036C80.9106 26.8757 80.4116 27.2353 79.6491 26.8386L75 24.4189Z' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 24.4189L98.3509 26.8386C97.5891 27.2349 97.0894 26.8764 97.235 26.036L98.1229 20.9114L94.3617 17.2819C93.7455 16.6874 93.9356 16.1062 94.788 15.9835L99.9859 15.2357L102.31 10.5732C102.691 9.80929 103.308 9.80855 103.69 10.5732L106.014 15.2357L111.212 15.9835C112.064 16.106 112.255 16.6869 111.638 17.2819L107.877 20.9114L108.765 26.036C108.911 26.8757 108.412 27.2353 107.649 26.8386L103 24.4189Z' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 24.4189L126.351 26.8386C125.589 27.2349 125.089 26.8764 125.235 26.036L126.123 20.9114L122.362 17.2819C121.745 16.6874 121.936 16.1062 122.788 15.9835L127.986 15.2357L130.31 10.5732C130.691 9.80929 131.308 9.80855 131.69 10.5732L134.014 15.2357L139.212 15.9835C140.064 16.106 140.255 16.6869 139.638 17.2819L135.877 20.9114L136.765 26.036C136.911 26.8757 136.412 27.2353 135.649 26.8386L131 24.4189Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    width: 150px;
    height: 37px;
}
.ratings_stars_3 {
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='37' viewBox='0 0 150 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 24.4189L14.3509 26.8386C13.5891 27.2349 13.0894 26.8764 13.235 26.036L14.1229 20.9114L10.3617 17.2819C9.74546 16.6874 9.93556 16.1062 10.788 15.9835L15.9859 15.2357L18.3103 10.5732C18.6912 9.80929 19.3083 9.80855 19.6896 10.5732L22.0142 15.2357L27.2122 15.9835C28.0637 16.106 28.255 16.6869 27.6383 17.2819L23.877 20.9114L24.765 26.036C24.9106 26.8757 24.4116 27.2353 23.6491 26.8386L19 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47 24.4189L42.3509 26.8386C41.5891 27.2349 41.0894 26.8764 41.235 26.036L42.1229 20.9114L38.3617 17.2819C37.7455 16.6874 37.9356 16.1062 38.788 15.9835L43.9859 15.2357L46.3103 10.5732C46.6912 9.80929 47.3083 9.80855 47.6896 10.5732L50.0142 15.2357L55.2122 15.9835C56.0637 16.106 56.255 16.6869 55.6383 17.2819L51.877 20.9114L52.765 26.036C52.9106 26.8757 52.4116 27.2353 51.6491 26.8386L47 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75 24.4189L70.3509 26.8386C69.5891 27.2349 69.0894 26.8764 69.235 26.036L70.1229 20.9114L66.3617 17.2819C65.7455 16.6874 65.9356 16.1062 66.788 15.9835L71.9859 15.2357L74.3103 10.5732C74.6912 9.80929 75.3083 9.80855 75.6896 10.5732L78.0142 15.2357L83.2122 15.9835C84.0637 16.106 84.255 16.6869 83.6383 17.2819L79.877 20.9114L80.765 26.036C80.9106 26.8757 80.4116 27.2353 79.6491 26.8386L75 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 24.4189L98.3509 26.8386C97.5891 27.2349 97.0894 26.8764 97.235 26.036L98.1229 20.9114L94.3617 17.2819C93.7455 16.6874 93.9356 16.1062 94.788 15.9835L99.9859 15.2357L102.31 10.5732C102.691 9.80929 103.308 9.80855 103.69 10.5732L106.014 15.2357L111.212 15.9835C112.064 16.106 112.255 16.6869 111.638 17.2819L107.877 20.9114L108.765 26.036C108.911 26.8757 108.412 27.2353 107.649 26.8386L103 24.4189Z' fill='%23D9D9D9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 24.4189L126.351 26.8386C125.589 27.2349 125.089 26.8764 125.235 26.036L126.123 20.9114L122.362 17.2819C121.745 16.6874 121.936 16.1062 122.788 15.9835L127.986 15.2357L130.31 10.5732C130.691 9.80929 131.308 9.80855 131.69 10.5732L134.014 15.2357L139.212 15.9835C140.064 16.106 140.255 16.6869 139.638 17.2819L135.877 20.9114L136.765 26.036C136.911 26.8757 136.412 27.2353 135.649 26.8386L131 24.4189Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    width: 150px;
    height: 37px;
}
.ratings_stars_4 {
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='37' viewBox='0 0 150 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 24.4189L14.3509 26.8386C13.5891 27.2349 13.0894 26.8764 13.235 26.036L14.1229 20.9114L10.3617 17.2819C9.74546 16.6874 9.93556 16.1062 10.788 15.9835L15.9859 15.2357L18.3103 10.5732C18.6912 9.80929 19.3083 9.80855 19.6896 10.5732L22.0142 15.2357L27.2122 15.9835C28.0637 16.106 28.255 16.6869 27.6383 17.2819L23.877 20.9114L24.765 26.036C24.9106 26.8757 24.4116 27.2353 23.6491 26.8386L19 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47 24.4189L42.3509 26.8386C41.5891 27.2349 41.0894 26.8764 41.235 26.036L42.1229 20.9114L38.3617 17.2819C37.7455 16.6874 37.9356 16.1062 38.788 15.9835L43.9859 15.2357L46.3103 10.5732C46.6912 9.80929 47.3083 9.80855 47.6896 10.5732L50.0142 15.2357L55.2122 15.9835C56.0637 16.106 56.255 16.6869 55.6383 17.2819L51.877 20.9114L52.765 26.036C52.9106 26.8757 52.4116 27.2353 51.6491 26.8386L47 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75 24.4189L70.3509 26.8386C69.5891 27.2349 69.0894 26.8764 69.235 26.036L70.1229 20.9114L66.3617 17.2819C65.7455 16.6874 65.9356 16.1062 66.788 15.9835L71.9859 15.2357L74.3103 10.5732C74.6912 9.80929 75.3083 9.80855 75.6896 10.5732L78.0142 15.2357L83.2122 15.9835C84.0637 16.106 84.255 16.6869 83.6383 17.2819L79.877 20.9114L80.765 26.036C80.9106 26.8757 80.4116 27.2353 79.6491 26.8386L75 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 24.4189L98.3509 26.8386C97.5891 27.2349 97.0894 26.8764 97.235 26.036L98.1229 20.9114L94.3617 17.2819C93.7455 16.6874 93.9356 16.1062 94.788 15.9835L99.9859 15.2357L102.31 10.5732C102.691 9.80929 103.308 9.80855 103.69 10.5732L106.014 15.2357L111.212 15.9835C112.064 16.106 112.255 16.6869 111.638 17.2819L107.877 20.9114L108.765 26.036C108.911 26.8757 108.412 27.2353 107.649 26.8386L103 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 24.4189L126.351 26.8386C125.589 27.2349 125.089 26.8764 125.235 26.036L126.123 20.9114L122.362 17.2819C121.745 16.6874 121.936 16.1062 122.788 15.9835L127.986 15.2357L130.31 10.5732C130.691 9.80929 131.308 9.80855 131.69 10.5732L134.014 15.2357L139.212 15.9835C140.064 16.106 140.255 16.6869 139.638 17.2819L135.877 20.9114L136.765 26.036C136.911 26.8757 136.412 27.2353 135.649 26.8386L131 24.4189Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    width: 150px;
    height: 37px;
}
.ratings_stars_5 {
    background-image: url("data:image/svg+xml,%3Csvg width='150' height='37' viewBox='0 0 150 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 24.4189L14.3509 26.8386C13.5891 27.2349 13.0894 26.8764 13.235 26.036L14.1229 20.9114L10.3617 17.2819C9.74546 16.6874 9.93556 16.1062 10.788 15.9835L15.9859 15.2357L18.3103 10.5732C18.6912 9.80929 19.3083 9.80855 19.6896 10.5732L22.0142 15.2357L27.2122 15.9835C28.0637 16.106 28.255 16.6869 27.6383 17.2819L23.877 20.9114L24.765 26.036C24.9106 26.8757 24.4116 27.2353 23.6491 26.8386L19 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47 24.4189L42.3509 26.8386C41.5891 27.2349 41.0894 26.8764 41.235 26.036L42.1229 20.9114L38.3617 17.2819C37.7455 16.6874 37.9356 16.1062 38.788 15.9835L43.9859 15.2357L46.3103 10.5732C46.6912 9.80929 47.3083 9.80855 47.6896 10.5732L50.0142 15.2357L55.2122 15.9835C56.0637 16.106 56.255 16.6869 55.6383 17.2819L51.877 20.9114L52.765 26.036C52.9106 26.8757 52.4116 27.2353 51.6491 26.8386L47 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M75 24.4189L70.3509 26.8386C69.5891 27.2349 69.0894 26.8764 69.235 26.036L70.1229 20.9114L66.3617 17.2819C65.7455 16.6874 65.9356 16.1062 66.788 15.9835L71.9859 15.2357L74.3103 10.5732C74.6912 9.80929 75.3083 9.80855 75.6896 10.5732L78.0142 15.2357L83.2122 15.9835C84.0637 16.106 84.255 16.6869 83.6383 17.2819L79.877 20.9114L80.765 26.036C80.9106 26.8757 80.4116 27.2353 79.6491 26.8386L75 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103 24.4189L98.3509 26.8386C97.5891 27.2349 97.0894 26.8764 97.235 26.036L98.1229 20.9114L94.3617 17.2819C93.7455 16.6874 93.9356 16.1062 94.788 15.9835L99.9859 15.2357L102.31 10.5732C102.691 9.80929 103.308 9.80855 103.69 10.5732L106.014 15.2357L111.212 15.9835C112.064 16.106 112.255 16.6869 111.638 17.2819L107.877 20.9114L108.765 26.036C108.911 26.8757 108.412 27.2353 107.649 26.8386L103 24.4189Z' fill='%23FEC75B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 24.4189L126.351 26.8386C125.589 27.2349 125.089 26.8764 125.235 26.036L126.123 20.9114L122.362 17.2819C121.745 16.6874 121.936 16.1062 122.788 15.9835L127.986 15.2357L130.31 10.5732C130.691 9.80929 131.308 9.80855 131.69 10.5732L134.014 15.2357L139.212 15.9835C140.064 16.106 140.255 16.6869 139.638 17.2819L135.877 20.9114L136.765 26.036C136.911 26.8757 136.412 27.2353 135.649 26.8386L131 24.4189Z' fill='%23FEC75B'/%3E%3C/svg%3E%0A");
    width: 150px;
    height: 37px;
}*/
.ratings_stars_ls .span_ico_el {
    width: 18px;
    height: 17px;
    margin-right: .4rem;
}
.ratings_stars_ls {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 125px;
}
.ratings_stars_ls .span_ico_el:last-child {
    margin-right: 0!important;
}
.ratings_stars_star {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_2079)'%3E%3Cpath d='M8.67652 0.267953C8.85445 -0.0893176 9.14533 -0.0893176 9.32327 0.267953L11.5672 4.77559C11.7452 5.13287 12.2161 5.47223 12.6138 5.52961L17.6315 6.25425C18.0294 6.31148 18.1193 6.58613 17.8313 6.86444L14.2004 10.3733C13.9126 10.6517 13.7327 11.2005 13.8008 11.5933L14.6578 16.5478C14.7257 16.9406 14.49 17.1101 14.1344 16.925L9.64697 14.5839C9.29111 14.3985 8.70901 14.3985 8.353 14.5839L3.86552 16.923C3.50966 17.1084 3.27432 16.9389 3.34223 16.5459L4.19915 11.5913C4.26706 11.1985 4.08727 10.6492 3.79948 10.3713L0.168653 6.86244C-0.119309 6.58412 -0.0293389 6.30995 0.368496 6.25226L5.38613 5.52761C5.78411 5.47039 6.2551 5.13087 6.43272 4.7736L8.67652 0.267953Z' fill='%23FEC75B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_2079'%3E%3Crect width='18' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ratings_stars_half {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_2074)'%3E%3Cpath d='M14.2078 10.37C13.9198 10.6493 13.7398 11.1957 13.7998 11.5964L14.6638 16.5507C14.7238 16.9393 14.4958 17.1093 14.1358 16.9271L9.64776 14.5836C9.46776 14.4986 9.22776 14.45 8.99976 14.45C8.77176 14.45 8.53176 14.4986 8.35176 14.5836L3.86376 16.9271C3.51576 17.1093 3.27576 16.9393 3.34776 16.5507L4.19976 11.5964C4.27176 11.1957 4.09176 10.6493 3.80376 10.37L0.167765 6.86071C-0.120235 6.58143 -0.0242355 6.31429 0.371765 6.25357L5.38776 5.525C5.78376 5.47643 6.25176 5.13643 6.43176 4.77214L8.67576 0.267143C8.77176 0.0971429 8.87976 0 8.99976 0C9.11976 0 9.22776 0.0971429 9.32376 0.267143L11.5678 4.77214C11.7478 5.13643 12.2158 5.47643 12.6118 5.525L17.6398 6.25357C18.0358 6.31429 18.1198 6.58143 17.8318 6.86071L14.2078 10.37Z' fill='%23FEC75B'/%3E%3Cpath d='M14.208 10.37C13.92 10.6493 13.74 11.1957 13.8 11.5964L14.664 16.5507C14.724 16.9393 14.496 17.1093 14.136 16.9271L9.648 14.5836C9.468 14.4986 9.228 14.45 9 14.45V0C9.12 0 9.228 0.0971429 9.324 0.267143L11.568 4.77214C11.748 5.13643 12.216 5.47643 12.612 5.525L17.64 6.25357C18.036 6.31429 18.12 6.58143 17.832 6.86071L14.208 10.37Z' fill='%23CFD6DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_2074'%3E%3Crect width='18' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.rvall_ratings_stars {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.rvall_ratings_stars_tr {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    position: relative;
}
.rvall_ratings_stars_tr .rvall_ratings_stars_tr_tt {
    color: rgba(0, 33, 37, 0.70);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    font-family: 'vitomedium';
    padding: 0 0.6rem;
}

/* page error */
.wrap_error_desk {
    width: 100%;
    display: flex;
    max-width: 1400px;
    margin: 20rem auto 10rem;
}
.error_desk {
    text-align: left;
    padding: 1rem;
}
/* end page error */

