@font-face {
            font-family: 'Founders Grotesk';
            src: url('https://www.murphysmagic.com/assets/fonts/alternate%20gothic/AlternateGothicStd-No2.otf') format('otf'),
        }

        @font-face {
            font-family: 'Alternate Gothic';
            src: url('https://www.murphysmagic.com/assets/fonts/founders%20grotesk/foundersgrotesk-regular.otf') format('otf');
        }

        body {
            margin: 0;
            padding: 0;
            height: 100%;
            background-color: #2B2B2B;
        }

        .Submitbtn {
            display: flex;
            width: 100%;
            height: 64px;
            max-width: 470px;
            min-width: 227px;
            padding: 12px 20px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 100px;
            background-color: #0A4de2;
            font-family: Foundersgrotesk;
            color: #ffffff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            text-decoration: none;
        }

        .MainHeading {
            font-family: Alternate Gothic;
            margin-top: 5%;
            margin-bottom: 5%;
            font-weight: 900;
        }

        .TXTPhonenmbr {
            height: 55px;
        }

        .FontColor {
            color: #DAD2C6;
        }

        .iti__country-list {
            padding-right: 27px;
        }

        .Klaviyo-Addtxtboxbcolor {
            border: solid !important;
            border-color: red !important;
        }

        .loader {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: url('http://www.murphysmagic.com/Assets/Images/ajax-loader2.gif') 50% 50% no-repeat #0b0b0b52;
        }