/*
 * Theme Name: Clean Theme
 * Description: Clean Theme
*/

@-o-viewport {
    user-zoom: fixed
}

@viewport {
    user-zoom: fixed
}

* {
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

body,
html {
    position: relative;
    overflow-x: hidden !important
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: #1b1b1b;
    font: 16px "Halyard Display", sans-serif;
    line-height: normal;
    font-weight: 350;
    background: #fff;
    padding: 20px
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000000s ease-in-out 0s !important;
    transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

:focus-visible {
    outline: 0
}

main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

footer,
header,
section {
    position: relative;
    z-index: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

a {
    color: #1b1b1b;
    text-decoration: none
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

button,
input {
    background-color: unset;
    border: 0
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

.container {
    max-width: 1688px;
    width: 100%;
    margin: 0 auto
}

.flex-col {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.h1,
h1 {
    font-size: 70px;
    font-weight: 350;
    line-height: 1.42;
    letter-spacing: 1.4px
}

.h2,
h2 {
    font-size: 60px;
    font-weight: 350;
    letter-spacing: 1.2px
}

.h3,
h3 {
    font-size: 40px;
    font-weight: 350;
    letter-spacing: .8px
}

.h4,
h4 {
    font-size: 32px;
    font-weight: 350;
    letter-spacing: .64px
}

.h5,
h5 {
    font-size: 30px;
    font-weight: 350;
    letter-spacing: .6px
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 350;
    letter-spacing: .36px
}

.items {
    width: calc(100% + 20px);
    margin: 0 -10px -20px;
    justify-content: center
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    padding: 0 10px 20px;
    position: relative
}

.col-1>*,
.col-2>*,
.col-3>*,
.col-4>*,
.col-5>*,
.col-6>* {
    width: 100%;
    height: 100%
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6%
}

.btn,
.btn:has(span) span,
input[type=submit] {
    padding: 20px 37px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #0984e3;
    letter-spacing: .32px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all .4s ease
}

.btn.wt:has(span),
.btn:has(span) {
    padding: 0;
    gap: 0;
    background: 0 0
}

.btn:has(span) span:has(img) {
    aspect-ratio: 1/1;
    height: 100%;
    width: auto;
    padding: 21px
}

.btn:has(span) span:has(img) img {
    width: 17px;
    height: 17px;
    margin-top: 0
}

.btn:has(span):hover {
    background: 0 0
}

.btn.wt,
.btn.wt:has(span) span {
    background: #fff;
    color: #1b1b1b
}

.btn:has(span):hover span,
.btn:hover,
input[type=submit]:hover {
    color: #fff;
    background: #057ad4;
    transition: all .4s ease
}

.btn img {
    margin-top: 2px;
    transition: all .4s ease
}

.btn:hover img {
    filter: brightness(10);
    transition: all .4s ease
}

.form {
    width: calc(100% + 20px);
    margin: 0 -10px -10px;
    position: relative
}

.form p {
    display: flex;
    flex-direction: column;
    padding: 0 10px 10px
}

.form input,
.form label,
.form span,
.form textarea {
    width: 100%
}

.form input:not([type=submit]),
.form textarea {
    color: #1b1b1b;
    font-family: "Halyard Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    letter-spacing: .32px;
    padding: 20px 10px;
    margin-bottom: auto;
    border: none;
    background: 0 0;
    border-bottom: 1px solid #bebebe;
    transition: all .4s ease
}

.form input:not([type=submit])::-moz-placeholder,
.form textarea::-moz-placeholder {
    opacity: 1;
    color: #525252
}

.form input:not([type=submit])::placeholder,
.form textarea::placeholder {
    opacity: 1;
    color: #525252
}

.form input:not([type=submit]):focus,
.form textarea:focus {
    border-bottom: 1px solid #525252;
    transition: all .4s ease
}

.form textarea {
    height: 135px
}

.form p:has(input[type=submit]) {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin-top: 20px
}

.form p:has(input[type=submit])::after {
    content: '';
    width: 55px;
    display: inline-block;
    height: 55px;
    border-radius: 50px;
    transition: all .4s ease;
    background: url(/wp-content/uploads/2025/08/arrow.svg) center center/21px 21px no-repeat, #0984e3
}

.form p:has(input[type=submit]:hover)::after {
    transition: all .4s ease;
    background: url(/wp-content/uploads/2025/08/arrow.svg) center center/21px 21px no-repeat, #057ad4
}

.form input[type=submit] {
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content
}

.wpcf7-not-valid-tip {
    display: inline-block;
    font-size: 14px;
    font-family: "Halyard Display", sans-serif;
    margin-top: 5px
}

.wpcf7-form-control-wrap>:nth-child(n+3) {
    display: none !important
}

.nav {
    position: fixed;
    left: 20px;
    top: 20px;
    right: 20px;
    z-index: 100;
    transition: all .4s ease;
    background: 0 0;
    padding: 15px 20px;
    border-radius: 100px;
    background: 0 0;
    align-items: center;
    width: calc(100% - 40px);
    justify-content: space-between;
    transition: all .4s ease
}

.nav.fixed {
    top: 10px;
    padding: 10px 20px;
    background: #fff;
    transition: all .4s ease
}

.nav .logo {
    margin-right: auto
}

.logo,
.logo img {
    width: 169px;
    height: 55px;
    border-radius: 40px;
    transition: all .4s ease
}

.nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    border-radius: 100px;
    background: #fff;
    padding: 2px
}

.nav ul li:first-child a {
    padding-left: 22px
}

.nav ul li:last-child a {
    padding-right: 22px
}

.nav ul a {
    padding: 16px 12px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .28px;
    background: #fff;
    color: #1b1b1b;
    transition: all .4s ease
}

.nav ul a:hover {
    background: #0984e3;
    color: #fff;
    padding: 16px 34px !important;
    transition: all .4s ease
}

.nav .btn {
    padding: 13.5px 38px
}

.footer {
    padding: 30px 15px;
    border-radius: 25px;
    background: #f9fafb;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.footer .logo {
    margin: 0
}

.footer ul {
    margin: 0 auto
}

.footer p {
    width: 100%;
    margin-top: 32px;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 350;
    letter-spacing: .28px
}

.hero {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px
}

.hero>img {
    width: 100%;
    border-radius: 25px;
    height: 443px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -48px;
    z-index: -1;
    position: relative
}

.hero__content {
    margin-left: 46px;
    width: 1153px
}

.hero__content h1 {
    border-radius: 25px;
    background: #fff;
    padding: 48px 50px 21px;
    margin-bottom: 20px
}

.hero__container {
    margin-left: 50px;
    align-items: center;
    gap: 53px;
    margin-right: 40px
}

.hero__btns {
    min-width: 215px;
    max-width: 215px;
    width: 100%;
    gap: 10px;
    align-items: center
}

.hero__btns .btn {
    width: 100%
}

.hero__btns .btn.wt {
    border: 1px solid #0984e3;
    color: #0984e3
}

.hero__btns .btn.wt:hover {
    color: #fff
}

.hero__text {
    color: #525252;
    font-size: 20px;
    letter-spacing: .36px;
    margin-bottom: -20px
}

.hero__text b {
    font-weight: 400 !important;
    color: #1b1b1b
}

.hero__text p {
    margin-bottom: 20px
}

.hero__win {
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    width: 432px;
    margin-right: 96px;
    padding: 41px 35px 91px;
    position: relative;
    z-index: 0;
    background: url(/wp-content/uploads/2025/08/hero-side1.webp) center center/calc(100% - 20px) calc(100% - 20px) no-repeat, #fff
}

.hero__win::before {
    content: '';
    background: url(/wp-content/uploads/2025/08/hero-side2.webp) center center/100% 100% no-repeat;
    position: absolute;
    inset: 19px;
    width: calc(100% - 38px);
    height: calc(100% - 38px);
    z-index: -1
}

.hero__win>img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px
}

.hero__win p {
    letter-spacing: .32px;
    margin-bottom: 20px
}

.hero__cert {
    align-items: center;
    justify-content: space-around;
    gap: 8px
}

.hero__cert a:first-child,
.hero__cert a:nth-child(2) {
    margin-right: auto
}

.hero__cert a img {
    height: 63px;
    display: inline-block;
    width: -moz-fit-content;
    width: 170px;
    -o-object-fit: contain;
    object-fit: contain
}

.sup {
    padding: 50px 0 70px
}

.sup__content {
    margin-left: auto;
    margin-right: 96px;
    max-width: 1207px;
    width: 100%;
    margin-bottom: 76px
}

.sup__content h2 {
    margin-bottom: 60px
}

.sup__content b {
    font-weight: 500 !important
}

.sup__items {
    width: calc(100% + 8px);
    margin: 0 -4px -8px
}

.sup__items>div {
    padding: 0 4px 8px
}

.sup__items>div:first-child .sup__item {
    border-radius: 25px 0 0 25px
}

.sup__items>div:last-child .sup__item {
    border-radius: 0 25px 25px 0
}

.sup__item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 20px;
    height: 346px;
    align-items: flex-start;
    justify-content: flex-end
}

.sup__item>img {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

.sup__item .btn {
    max-width: 380px;
    width: 100%;
    font-size: 24px;
    letter-spacing: .48px;
    justify-content: flex-start;
    pointer-events: none;
    align-items: flex-end
}

.sup__item .btn span:first-child {
    width: 100%;
    padding: 20px 25px;
    justify-content: flex-start
}

.sup__item .btn span:has(img) {
    padding: 10px
}

.sup__item .btn span:has(img) img {
    width: 38px;
    height: 38px
}

.section__exp {
    padding: 70px 0 70px
}

.exp {
    justify-content: space-between;
    align-items: flex-start
}

.exp>img {
    width: 744px;
    height: auto
}

.exp__content {
    margin-top: 16px;
    width: calc(100% - 900px)
}

.exp__content h2 {
    margin-bottom: 60px
}

.exp__content h2 img {
    width: 109px;
    height: auto;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: -5px;
    border-radius: 100px
}

.exp__content b {
    font-weight: 500 !important
}

.exp__btns {
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
    gap: 10px
}

.exp__btns .btn {
    max-width: 228px;
    font-weight: 600;
    font-size: 20px;
    width: 100%
}

.exp__btns .btn span:first-child {
    width: 100%;
    padding: 20px 10px
}

.exp__btns .btn span img {
    width: 28px;
    height: 28px
}

.exp__btns .btn span:has(img) {
    padding: 17px
}

.section__about {
    padding: 70px 0 153px
}

.about {
    position: relative
}

.about__content {
    max-width: 784px;
    width: 100%;
    margin: 0 auto -25px
}

.about__content h3 {
    margin-bottom: 60px
}

.about__content p {
    letter-spacing: .36px;
    font-size: 20px;
    color: #525252;
    margin-bottom: 25px
}

.about__items {
    position: absolute;
    top: 20px;
    left: 0;
    gap: 20px;
    width: 250px
}

.about__item {
    width: 100%
}

.about__item .count {
    color: #0984e3;
    font-weight: 500
}

.about__item p {
    font-size: 22px;
    letter-spacing: .44px
}

.section__cert {
    padding: 60px 0 70px
}

.section__cert::before {
    content: '';
    width: 100%;
    border-radius: 25px;
    height: 401px;
    background: url(/wp-content/uploads/2025/08/cert-bg.webp) center center/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1
}

.cert {
    text-align: center
}

.cert h3 {
    margin-bottom: 40px
}

.cert>p {
    max-width: 971px;
    width: 100%;
    margin: 0 auto 60px
}

.cert__items {
    border-radius: 25px;
    background: #fff;
    padding: 47px 44px;
    align-items: center;
    justify-content: space-evenly;
    row-gap: 40px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 30px
}

.cert__content {
    text-align: left;
    max-width: 784px;
    width: 100%;
    margin: 0 auto
}

.cert__content .h6 {
    font-weight: 500;
    margin-bottom: 30px
}

.cert__content p {
    color: #525252;
    letter-spacing: .32px
}

.section__manu {
    padding: 70px 0 140px
}

.manu>h3 {
    margin-bottom: 40px;
    max-width: 1139px;
    width: 100%
}

.manu>p {
    max-width: 1139px;
    width: 100%;
    margin-bottom: 60px
}

.manu__content {
    max-width: 1178px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 60px
}

.manu__content .h3 {
    margin-bottom: 30px
}

.manu__content p {
    letter-spacing: .32px;
    margin-bottom: 60px;
    font-size: 18px;
}

.manu__content .h6 {
    font-weight: 500;
    font-size: 20px
}

.manu__item {
    position: relative;
    z-index: 0
}

.manu__item>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px
}

.manu__item-content {
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px;
    margin-right: 30px;
    z-index: 0
}

.manu__item-content::after,
.manu__item-content::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #fff;
    border-radius: 25px 0 25px 0;
    z-index: -2
}

.manu__item-content::after {
    z-index: -1;
    background: #f9fafb;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    bottom: 0;
    right: 0
}

.manu__items>div:nth-child(3n+2) .manu__item-content {
    top: auto;
    bottom: 0
}

.manu__items>div:nth-child(3n+2) .manu__item-content::before {
    top: -10px;
    bottom: auto;
    border-radius: 0 25px 0 0
}

.manu__items>div:nth-child(3n+3) .manu__item-content {
    left: auto;
    right: 0;
    margin-right: 0
}

.manu__items>div:nth-child(3n+3) .manu__item-content::before {
    left: auto;
    right: 0;
    border-radius: 0 0 0 25px
}

.manu__item-content .h6 {
    margin-bottom: 22px;
    font-weight: 500
}

.manu__item-content ul {
    list-style: none;
    display: flex;
    row-gap: 12px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap
}

.manu__item-content li {
    font-size: 18px;
    letter-spacing: .36px
}

.manu__item-content li::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    margin-bottom: -7px;
    background: url(/wp-content/uploads/2025/08/list.svg) center center/100% 100% no-repeat
}

.manu__item-content li b {
    font-weight: 200 !important;
    color: #525252
}

.pack {
    margin-top: 80px
}

.pack>.h3 {
    margin-bottom: 30px;
    max-width: 1178px;
    width: 100%
}

.pack>p {
    max-width: 1178px;
    width: 100%;
    letter-spacing: .32px;
    font-size: 18px;
}

.pack>p b {
    font-weight: 500 !important
}

.pack__items {
    margin-top: 65px
}

.pack__item {
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    padding: 15px 30px 30px
}

.pack__item>img {
    border-radius: 25px;
    width: 100%;
    height: 139px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px
}

.pack__item .h5 {
    margin-bottom: 15px
}

.pack__item p {
    color: #525252;
    font-size: 18px;
    letter-spacing: .36px
}

.pack__content {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 30px
}

.pack__content .h5 {
    max-width: 854px;
    width: 100%;
    letter-spacing: .6px
}

.pack__content img {
    width: 634px;
    height: 223px;
    border-radius: 20px
}

.section__sol {
    border-radius: 25px;
    background: #f9fafb;
    padding: 140px 20px
}

.sol {
    align-items: center;
    justify-content: space-between
}

.sol__content {
    width: calc(100% - 939px)
}

.sol__content h4 {
    margin-bottom: 40px
}

.sol__content p {
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: .36px;
    color: #525252
}

.sol__content ol,
.sol__content ul {
    list-style: none;
    margin: 10px 20px 0 0
}

.sol__content li {
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px
}

.sol__content li span {
    font-weight: 500
}

.sol__content li span:first-child {
    white-space: nowrap;
    color: #525252
}

.sol__aside {
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    background: url(/wp-content/uploads/2025/08/sol-img1.webp) center center/calc(100% - 2px) calc(100% - 2px) no-repeat, #fff;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    width: 819px;
    padding: 45px 45px 99px
}

.sol__aside::before {
    content: '';
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: -1;
    background: url(/wp-content/uploads/2025/08/sol-side.webp) center center/100% 100% no-repeat
}

.sol__aside .h5 {
    margin-bottom: 30px
}

.sol__aside .h6 {
    font-weight: 500
}

.sol__aside ol,
.sol__aside ul {
    list-style: none;
    margin-bottom: 15px;
    display: inline-block
}

.sol__aside li::before {
    content: '';
    display: inline-block;
    min-width: 23px;
    max-width: 23px;
    width: 100%;
    height: 23px;
    margin-right: 15px;
    background: url(/wp-content/uploads/2025/08/list2.svg) center center/100% 100% no-repeat
}

.sol__aside li {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    letter-spacing: .36px
}

.chain {
    margin-top: 147px;
    justify-content: flex-start
}

.chain>img {
    width: 414px;
    height: 703px;
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 67px
}

.chain .sol__content {
    max-width: 763px
}

.chain .sol__content h5 {
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block
}

.chain .sol__content p {
    font-size: 18px;
    display: inline-block;
    letter-spacing: .36px;
    margin-bottom: 20px
}

.chain .sol__content ol,
.chain .sol__content ul {
    margin-right: 0;
    width: calc(100% + 30px)
}

.section__contact {
    padding: 140px 0 40px
}

.contact {
    align-items: flex-start;
    justify-content: space-between
}

.contact__content {
    width: 691px
}

.contact__content h4 {
    margin-bottom: 40px;
    line-height: 1.17
}

.contact__content p {
    max-width: 617px;
    width: 100%
}

.contact__content a,
.contact__content p {
    color: #525252;
    letter-spacing: .36px;
    font-size: 18px;
    transition: all .4s ease
}

.contact__content a:hover {
    color: #1b1b1b;
    transition: all .4s ease
}

.contact__items {
    margin-top: 40px;
    gap: 40px;
    justify-content: space-between
}

.contact__item {
    width: calc(40% - 20px);
    align-items: flex-start
}

.contact__item .h6 {
    color: #0984e3;
    font-weight: 400;
    margin-bottom: 20px
}

.social {
    gap: 24px
}

.social img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .4s ease
}

.social a:hover img {
    filter: brightness(0);
    transition: all .4s ease
}

.contact__form {
    width: calc(100% - 791px);
    border-radius: 25px;
    background: #f9fafb;
    padding: 60px
}

.contact__form h5 {
    margin-bottom: 30px
}

.contact__form>p {
    margin-bottom: 60px;
    letter-spacing: .36px;
    font-size: 18px;
    color: #525252;
    max-width: 641px;
    width: 100%
}

.map {
    padding: 20px 0;
    height: 649px
}

.map h6,
.map span {
    display: none
}

.map iframe,
.map img,
.map video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
    border: none
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none
}

html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

.form-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 96%);
    align-items: center;
    justify-content: center;
    color: #525252;
    letter-spacing: .36px;
    font-size: 18px;
    transition: all .4s ease;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
    flex-direction: column;
    gap: 20px;
    border-radius: 25px;
}

.form-success img {
    width: 40px;
}